/*
Theme Name: Twenty Twenty Four Child
Template: twentytwentyfour
Version: 1.0
*/

:root {
    --color-primary: #1252da;
    --color-cta-text: #e83131;
    --color-button-bg: #1d4ed8;
    --color-button-hover: #1e3a8a;
    --color-text: #000000;
    --color-box-bg: #ffffff;
    --color-section-bg: #ffffff;
    --color-section-shadow: rgba(0,0,0,0.1);
    --space: 1rem;
}

.container { max-width:1200px; margin-left:auto; margin-right:auto; padding-left:var(--space); padding-right:var(--space); }
.grid-2col { display:grid; grid-template-columns:repeat(auto-fit, minmax(280px,1fr)); gap:var(--space); }

.steps-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(250px,1fr)); gap:var(--space); }
.step-card { background:var(--color-box-bg); border-radius:8px; padding:var(--space); box-shadow:0 4px 10px rgba(0,0,0,0.1); text-align:center; }
.step-icon { font-size:2rem; margin-bottom:0.5rem; }
.step-title { font-size:1.2em; font-weight:bold; margin-bottom:0.5rem; }
.step-desc { font-size:1em; text-align:left; }

.section-bordered { border:1px solid #ccc; background:#ffffff; }

.faq-toggle { margin-bottom:1rem; }

.list-primary { list-style-type:disc; list-style-position:inside; color:#1252da; display:block; margin:0; padding-left:1.5em; }

.list-item { color:#000; margin-bottom:0.5rem; text-align:left; }

.heading-primary-color { color:#1252da; }

.hero-bg { background-image: url('https://zashchitnik.net/wp-content/uploads/Frame_2131328964.png') !important; }

.heading-lg { font-size:42px; font-weight:700; color:#000; text-align:left; }
.heading-lg.heading-primary-color { color:#1252da; }

.heading-lg-margins { font-size:42px; font-weight:700; color:#000; text-align:left; margin-top:0.5rem; margin-left:0.5rem; }

.top-value-lg { font-size:48px; font-weight:700; color:#fff; }

.bottom-value-lg { font-size:32px; color:#fff; }

.card-bg-light { background:#f5f5f5; }

.top-value-md { font-size:24px; font-weight:700; color:#1252da; }

.bottom-value-md { font-size:16px; color:#000; }

.section-rounded { border-radius:24px !important; background:#ffffff !important; padding:1.5rem; }

#benefits.section-rounded.section-bordered {
  border-radius:24px !important;
  background:#ffffff !important;
}

.flex-center-gap { display:flex; gap:1rem; align-items:center; }
@media (max-width:600px) {
  .flex-center-gap { flex-direction:column; }
  .flex-center-gap .img-half-rounded,
  .flex-center-gap .text-half-lg { width:100%; }
  .hero-h1.h1 {
    font-size: 3rem !important;
    text-align: left !important;
  }
  .hero-h1 h1 {
    font-size: 3rem !important;
    text-align: left !important;
  }
  .hero-h1 h1 .block {
    font-size: 3rem !important;
    text-align: left !important;
  }
  .hero-h1 {
    font-size: 3rem !important;
    text-align: left !important;
  }
}

.img-half-rounded { width:48%; border-radius:8px; }

.text-half-lg { width:48%; color:#000; font-size:24px; margin:0; }

.footer-bg { background:#dbe1ef; }

.mr-0-5 { margin-right:0.5rem; }

.ml-0-5 { margin-left:0.5rem; }

.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }

.cta-button:focus,
.header-links a:focus,
.faq-toggle button:focus,
.cta-input:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.card { background:var(--bg-card); border-radius:var(--radius-card); box-shadow:var(--shadow); padding:var(--space); text-align:left; }

.card.section-rounded.section-bordered {
  background:#ffffff !important;
  border-radius:24px !important;
}

section#benefits.card.container.section.section-rounded.section-bordered {
}

.section-rounded.card { border-radius:24px; }

.text-primary { color:var(--color-primary); }
.text-cta { color:var(--color-cta); }
.text-muted { color:var(--color-muted); }

.mt-1 { margin-top:var(--space); }
.mb-1 { margin-bottom:var(--space); }
.mt-2 { margin-top:calc(2 * var(--space)); }
.mb-2 { margin-bottom:calc(2 * var(--space)); }
.p-1 { padding:var(--space); }
.p-2 { padding:calc(2 * var(--space)); }

@media (max-width:1024px) { .container { padding-left:0.5rem; padding-right:0.5rem; } }
@media (max-width:768px) { .grid-2col { grid-template-columns:1fr; } .card { padding:0.75rem; } }

* { box-sizing: border-box; margin:0; padding:0; }
body { font-family: Arial, Helvetica, sans-serif; color: var(--color-text); background: #f5f5f5; font-size:1.2em; line-height:1.5; margin:0; padding:0; }

h1 { font-size:84px; color:#1252da; font-weight:bold; margin-bottom:0.5em; }
h2 { font-size:1.5em; color:#1252da; font-weight:bold; margin-bottom:0.5em; }
h3, h4, h5, h6 { color:#1252da; font-weight:bold; }

.cta-primary .text-primary, .cta-primary .text-primary a { color:#e83131; }

.info-box { width:100%; max-width:250px; min-height:auto; background:#ffffff; border-radius:8px; padding:15px; box-shadow:0 4px 10px rgba(0,0,0,0.1); transition:background-color 0.3s ease, color 0.3s ease; }

.info-box { min-height:auto; }
.info-box:hover { background: var(--color-primary); color: #fff; }

section.section { margin-top: 3rem; margin-bottom: 3rem; }

#hero-zashchitnik { margin: 0; padding: 0; }
#hero-zashchitnik .hero-content h1 { text-align: left; font-size: 3rem; line-height: 1; font-weight: 900 !important; }
@media (max-width:600px) {
  #hero-zashchitnik .hero-content h1 {
    font-size: 3rem !important;
    text-align: left !important;
  }
}

table { background: #fff; border-radius: 8px; overflow: hidden; }
thead { background: var(--color-section-bg); }
footer.footer-section { background: #dbe1ef; padding: 2rem 0; }
.footer-col {
  flex:1 1 0;
  min-width:0;
  padding:0 0.5rem;
  margin-right:0;
}
.footer-logo img { height:30px; width:auto; }
.footer-col h2 { margin-bottom:0.5rem; font-size:1rem; }
.footer-col ul { list-style:none; padding-left:0; }
.footer-nav a { display:block; padding:0.4rem 0; border-bottom:1px solid #9fb8e9; }
.footer-nav a:last-child { border-bottom:none; }
.footer-col nav a { display:block; margin-bottom:0.4rem; }
.footer-col ul li { margin-bottom:0.4rem; }
@media (max-width:768px) {
  .footer-col { flex-basis:100%; margin-bottom:1rem; }
}
@media (max-width:600px) {
  .footer-col { flex-basis:100%; padding:0 0.2rem; }
}
.footer-section .container {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:flex-start;
  gap:0;
  padding-left:0.5rem;
  padding-right:0.5rem;
}

@media (max-width:600px) {
  .footer-section .container {
    flex-direction:column;
    align-items:center;
  }
  .footer-col {
    width:100%;
    padding:0.2rem;
    margin-bottom:1rem;
  }
}

.footer-col {
  flex:1 1 0;
  max-width:none;
  padding:0 0.5rem;
}
@media (min-width:768px) {
  .footer-section .container {
    flex-direction:row;
    align-items:flex-start;
    justify-content:space-between;
  }
}
@media (max-width:600px) { .hero-content { padding: 0 1rem; } .grid-2col { grid-template-columns: 1fr; } }
.flex.flex-row { display:flex; flex-wrap:wrap; gap:1rem; justify-content:center; }

.btn-primary-mod { background:#1252da; }
.text-primary { color: var(--color-primary); }
.text-secondary { color:#e83131; }

table { width:100%; border-collapse:collapse; margin-top:1em; }
th, td { padding:0.5em; text-align:left; }
thead { background:#f0f0f0; }
a { color:#1252da; text-decoration:none; }
a:hover { text-decoration:underline; }
.mt-4 { margin-top:1rem; }
.mb-4 { margin-bottom:1rem; }
.p-4 { padding:1rem; }
.rounded { border-radius:8px; }
.shadow-md { box-shadow:0 4px 10px rgba(0,0,0,0.1); }
@media (max-width: 768px) { section { margin:5% 10px; width:auto; max-width:none; } .hero-content { padding:0 10px; } .info-box { width:100%; } .flex.flex-row { flex-direction:column; align-items:center; } }
.header-nav { position: sticky; top: 0; left: 0; right: 0; background-color: #f5f5f5; padding: 1rem 0; margin: 0 auto; width: 100%; max-width: 1200px; box-shadow: none; z-index: 1000; }
#cta, .section {
   scroll-margin-top: 120px;
}
#cta h2, .section h2 {
   scroll-margin-top: 120px;
}
.header-inner { display: flex; justify-content: flex-start; align-items: center; padding: 0 2rem; max-width: 1200px; margin: 0 auto; gap: 1rem; }
.logo { margin-left: 0; margin-right: 2rem; display: inline-block; }
.logo a { display: block; }
.cta-button { margin-left: 0.2rem; margin-right: 0; }

.header-inner .cta-button { background-color: #fff; color: #1252da; border: 1px solid #9fb8e9; padding: 0.5rem 1rem; border-radius: 8px; font-weight: bold; cursor: pointer; text-align: center; margin-left: 0.5rem; white-space: nowrap; display: inline-block; }

@media (max-width: 600px) {
  .header-inner {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .logo {
    margin: 0 auto 0.5rem;
  }
  .header-links {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .header-nav {
    width: 100%;
  }
  .header-nav .container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero-h1 {
    max-width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .hero-h1 .block {
    width: 100%;
    text-align: center;
  }
}
.logo-img { max-height: 53px; display: block !important; }
.header-links { display: flex; gap: 2.5rem; margin-left: 1rem; margin-right: 0.2rem; }
.header-links a { color: #1252da; text-decoration: none; font-weight: bold; }
.header-links a:hover { color: #1252da; text-decoration: none; }
.cta-button { background-color: var(--color-button-bg); color: white; padding: 0.5rem 1.5rem; border: none; border-radius: 5px; text-decoration: none; transition: background-color 0.3s; }
.header-inner .cta-button:hover { background-color: #9fb8e9; color: #1252da; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.hero-section { background-size: cover; background-position: center; background-repeat: no-repeat; color: white; padding: 60px 20px; text-align: left; width: 100%; margin: 0; min-height: auto; }
.h1 { font-size: 2.5rem; font-weight: 900 !important; }
.text-black { color: #000; }
.text-cta { font-weight: bold; font-size: 48px; }
.hero-content .flex.justify-end {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.btn-primary {
  background-color: #1252da;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 9999px;
  transition: background-color 0.3s;
  display: block;
  margin: 0 auto;
  transform: scale(1.2);
}
.btn-primary:hover { background-color: #0056b3; }
.grid-2col { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: var(--space); }

.cta-title .block { display: block; text-align: left; }
.cta-section {
  background-color: #1252da;
  color: #fff;
  padding: 2rem !important;
  border-radius: 12px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  margin: 0.5rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#wpforms-form-246 {
    width: 100% !important;
    max-width: none !important;
}
#wpforms-form-246 .wpforms-field input,
#wpforms-form-246 .wpforms-field textarea {
    width: 100% !important;
    max-width: none !important;
}
.cta-section .wpforms-form {
    width: 100%;
    max-width: none;
    padding: 1rem;
    background: var(--color-section-bg);
    border-radius: 8px;
    box-shadow: var(--color-section-shadow);
    margin: 0.5rem 0;
}
.cta-section .wpforms-form input,
.cta-section .wpforms-form textarea {
    width: 100% !important;
    max-width: none !important;
}
.cta-section .wpforms-form .wpforms-field input,
.cta-section .wpforms-form .wpforms-field textarea {
    width: 100% !important;
    max-width: none !important;
}
.cta-section .wpforms-form-246 {
    margin: 0 0;
}
.cta-section .wpforms-container {
    width: 100% !important;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cta-section .wpforms-field {
    width: 100%;
    margin-bottom: 0.1rem;
}
.cta-section .wpforms-form .wpforms-field {
    width: 100% !important;
}
.wpforms-container-full {
    width: 100% !important;
    max-width: none !important;
}
.wpforms-container-full .wpforms-form {
    width: 100% !important;
    max-width: none !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.wpforms-container-full .wpforms-form .wpforms-field {
    width: 100% !important;
    margin-bottom: 0.5rem;
}
.wpforms-container-full .wpforms-form .wpforms-field input,
.wpforms-container-full .wpforms-form .wpforms-field textarea {
    width: 100% !important;
    max-width: none !important;
}
.wpforms-container-full .wpforms-form {
    width: 100% !important;
    max-width: none !important;
}
.cta-section .wpforms-form .wpforms-field input,
.cta-section .wpforms-form .wpforms-field textarea {
    width: 100% !important;
    max-width: none !important;
}
.cta-section .wpforms-field input,
.cta-section .wpforms-field textarea {
    width: 45%;
    max-width: 400px;
    padding: 0.9rem 1rem;
    border: 2px solid var(--color-primary);
    border-radius: 6px;
    background: #fff;
    color: #000;
    font-size: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.cta-section .wpforms-field ::placeholder {
    color: #777;
    opacity: 1;
}
.cta-section .wpforms-submit {
    background: var(--color-button-bg);
    color: #fff;
    border: none;
    padding: 1.6rem 2.5rem;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s;
    width: 100%;
    height: 4rem;
}
.cta-section .wpforms-form .wpforms-submit {
    width: 100% !important;
    max-width: none !important;
}
.cta-section .wpforms-submit:hover {
    background: var(--color-button-hover);
}
.cta-section #wpforms-246-field_2,
.cta-section .h-captcha,
.cta-section #wpforms-submit-246 {
    width: 100% !important;
    max-width: 800px;
    margin: 0 auto;
    display: block;
}
.cta-section .wpforms-field-honeypot { display: none; }
@media (max-width: 600px) {
    .cta-section .wpforms-form { padding: 1rem; }
    .cta-section .wpforms-field input,
    .cta-section .wpforms-field textarea { font-size: 0.95rem; }
    .cta-section .wpforms-submit { padding: 1.2rem 2rem; font-size: 1rem; }
}
@media (min-width: 601px) {
    .cta-section .wpforms-field-container,
    .cta-section .wpforms-field {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
    }
    .cta-section .wpforms-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }
    .cta-section .wpforms-field[data-field-type="email"] { order: 1; }
    .cta-section #wpforms-246-field_2 {
        width: 100% !important;
        max-width: 800px;
        margin: 0 auto;
        display: block;
    }
    .cta-section .wpforms-field-hcaptcha { order: 2; width: 45% !important; max-width: 400px; margin: 0 auto 0.5rem; }
    .cta-section .wpforms-submit { order: 3; width: 45% !important; max-width: 400px; margin: 0 auto; }
}


@media (max-width: 600px) {
  .grid-2col { grid-template-columns: 1fr !important; }

  .hero-section { padding: 30px 10px; min-height: auto; }
  .hero-title-main { font-size: 1.4rem; }
  .hero-title-sub, .hero-pay-label { font-size: 1rem; }
  .hero-pay-amount { font-size: 0.8rem; }

  .info-box { width: 100% !important; min-width: 0; }
  .hero-content .grid-2col { flex-direction: column; gap: 1rem; }

  .header-links { gap: 1rem; flex-wrap: wrap; }
  .header-links a { font-size: 0.9rem; }

  .cta-section { padding: 1rem !important; margin: 0.3rem; }
  .cta-title { font-size: 32px; margin-bottom: 0.5rem; }
  .cta-form { flex-direction: column; }
  .cta-form .cta-input { font-size: 18px; padding: 0.5rem 0.75rem; }
  .cta-form .cta-button { font-size: 18px; padding: 0.5rem 0.75rem; }
  .cta-form .cta-input, .cta-form .cta-button { flex: 0 0 100%; }

  .faq-toggle button { padding: 1rem 0; font-size: 1.2rem; }

  .footer-col { padding: 0 0.2rem; }
  .footer-nav a { padding: 0.2rem 0; }
  
  #steps h2.heading-lg,
  #requirements h2.heading-lg-margins {
    font-size: 1.3em;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  
  #steps h2.heading-lg,
  #requirements h2.heading-lg-margins {
    font-size: 1.3em;
    overflow-wrap: break-word;
    word-break: break-word;
  }
}

.cta-title { font-size: 48px; font-weight: bold; margin: 0 0 0.1rem 0; color: #fff; text-align: left !important; align-self: flex-start; }
.cta-amount { font-size: 24px; margin: 0; display: block; }
.cta-disclaimer { margin-top: 0; font-size: 14px; color: #ccc; }
.cta-disclaimer a {
  color: #1e3a8a !important;
}
.cta-title { margin-bottom: 0; }
.cta-amount { margin-bottom: 0; }

.header-inner .cta-button { display: inline-block !important; width: auto !important; margin-top: 0 !important; }
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 30px;
  justify-content: center;
  align-items: stretch;
  grid-auto-rows: minmax(200px, auto);
  max-width: 1200px;
  margin: 0 auto;
}
.features-grid .feature-card {
  border-radius: var(--radius-card, 8px);
  box-shadow: var(--shadow, 0 4px 10px rgba(0,0,0,0.1));
  padding: 1.5rem;
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: 9999px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}

.conditions-button {
    background:#1252da;
    color:#fff;
    padding:1rem 1.5rem;
    font-size:20px;
    text-align:center;
    border-radius:9999px;
    display:inline-block;
    border:2px solid #fff;
    margin:0 auto;
    margin-bottom:1rem;
}
.conditions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.conditions ul li::marker {
  display: none;
}
.conditions .card {
  border:1px solid #ccc;
  border-radius:8px;
  padding:1rem;
  font-size:1.2em;
  background: var(--color-box-bg);
  text-align:left;
  display: flex;
  align-items: center;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  outline: none;
}
.faq-question:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.faq-question .plus {
  background: #1252da;
  color: #fff;
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-size: 0.5rem;
  line-height: 1;
}
.conditions .card img {
  margin-left:0;
  margin-right:0.5rem;
  display:inline-block;
  width:40px;
  height:auto;
}

.feature-button:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.features-grid .main-value {
  background: #1252da;
  color: #fff;
  grid-column: 1 / span 2;
  grid-row: span 2;
  max-width: none;
  width: 100%;
}
.features-grid .info-card {
  background: #f5f5f5;
  color: #000;
}
.features-grid .top-value {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: left;
}

#requirements {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 20px;
}
@media (max-width: 600px) {
  #requirements {
    flex-direction: column;
    align-items: stretch;
  }
  #requirements h2 {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 1rem;
  }
  #requirements ul.list-none {
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

#requirements h2 {
  margin-top: 10%;
  margin-left: 5%;
  flex: 1 1 auto;
  max-width: 45%;
}

#requirements ul.list-none {
  flex: 1 1 auto;
  max-width: 45%;
  margin: 0;
  padding-left: 0;
  text-align: left;
  margin-left: auto;
}
@media (max-width: 600px) {
  #requirements ul.list-none {
    margin-top: 0.5rem;
  }
}

#requirements ul.list-none li span {
  font-size: 28px;
}

#requirements li svg {
 background-color: #dbe1ef;
 border-radius: 50%;
 padding: 0.25rem;
}

#requirements {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 font-size: 20px;
}

#requirements h2 {
 margin: 0;
 flex: 1 1 auto;
 max-width: 45%;
}

#requirements ul.list-none {
 flex: 1 1 auto;
 max-width: 45%;
 margin: 0;
 padding-left: 0;
}

#requirements ul.list-none li span {
 font-size: 30px;
}

#requirements li svg {
 background-color: #dbe1ef;
 border-radius: 50%;
 padding: 0.25rem;
}

#requirements {
 font-size: 20px;
}

#requirements ul.list-none li span {
 font-size: 30px;
}

#requirements li svg {
 background-color: #dbe1ef;
 border-radius: 50%;
 padding: 0.25rem;
}

#requirements {
 font-size: 20px;
}

#requirements ul.list-none li span {
 font-size: 30px;
}

#requirements {
 font-size: 20px;
}

#requirements ul.list-none {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
#requirements ul.list-none li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  background: var(--color-box-bg);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
@media (max-width: 600px) {
  #requirements ul.list-none li {
    flex-direction: column;
    align-items: flex-start;
  }
  #requirements ul.list-none li svg {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 600px) {
  #requirements ul.list-none li.card {
    width: 100% !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 0.5rem !important;
  }
}
#requirements ul.list-none li svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.features-grid .main-value .top-value {
  font-size: 3rem;
}
.features-grid .bottom-value {
  font-size: 18px;
  color: #000000;
  text-align: left;
  align-self: flex-start;
  margin-top: auto;
}
.features-grid .main-value .bottom-value-lg {
   color: #fff !important;
}
.features-grid .card {
  margin: 0;
}
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .features-grid .main-value {
    grid-column: 1;
  }
}

.hero-content .grid-2col {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.info-box { background: rgba(255, 255, 255, 0.8); padding: 15px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); position: relative; }

@media (min-width: 601px) {
  .hero-content .grid-2col {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .hero-content .grid-2col .info-box {
    flex: 1 1 0;
    max-width: none;
    width: auto;
    margin-bottom: 2rem;
    min-height: 181.5px;
    padding: 22.5px;
  }
  .hero-content .grid-2col .info-box .text-base {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .info-box {
    min-height: 120px;
  }
}

.info-box p {
    color: #000000;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
}

.info-box:hover p,
.info-box:hover .text-primary {
    color: #ffffff;
}
@media (min-width: 601px) {
  .info-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .info-box h3.text-primary {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}
.h3.text-primary.mb-0 { text-align: left; }
@media (min-width: 601px) {
  .h3.text-primary.mb-0 { font-size: 36px; }
}
@media (min-width: 601px) {
  .h3.text-primary.mb-0 { font-size: 36px; }
}
.text-base { font-size: 22px; color: #000000; text-align: left; }
.text-base.mb-2 { margin-left: 10%; }
.text-base.mb-2::marker { color: #1252da; }

@media (max-width: 600px) {
  .info-box h3.text-primary,
  .info-box h2.text-primary {
    font-size: 1rem;
  }
  .info-box p.text-base,
  .info-box .text-base {
    font-size: 0.9rem;
  }
}

.hero-content { display: flex; flex-direction: column; align-items: flex-start; gap: 2rem; padding: 0 5%; }

.hero-content > .grid-2col {
    margin-left: auto;
    margin-right: auto;
}


.btn-primary svg {
    width: 24px;
    height: 24px;
}

.card svg {
    width: 20px;
    height: 20px;
}

.conditions img {
    width: 20px;
    height: 20px;
}

.card p {
    margin: 0;
}

.testimonial-carousel div {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonial-carousel {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.testimonial-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.testimonial-card strong {
    font-size: 1.4em;
    color: #1252da;
}

h2.text-primary {
    color: #007bff;
}

.text-center {
    text-align: center;
}

.mb-6 {
    margin-bottom: 24px;
}

.mb-4 {
    margin-bottom: 16px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.conditions {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

h2.text-primary {
    color: #007bff;
}

.my-5 {
    margin-bottom: 20px;
}

.my-2 {
    margin-bottom: 8px;
}


.faq-item {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}
.hidden { display: none !important; }

.faq-foreign { display: block; }
.faq-toggle {
    display: flex;
    margin-bottom: 1rem;
}
.faq-toggle button {
    flex: 1;
    font-size: 20px;
    color: #1252da;
    font-weight: 400;
    padding: 14px 0;
    background-color: #f0f0f0;
    border: 1px solid #1252da;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    margin: 0;
    outline: none;
}
.faq-toggle button:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.hidden { display: none !important; }

.faq-toggle button.active {
    background-color: #1252da;
    color: #ffffff;
    border-color: #1252da;
}
.faq-toggle button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: none;
}
.faq-toggle button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none;
}
.faq-toggle button.active {
    color: #ffffff !important;
    font-weight: 600 !important;
    background-color: #1252da;
    border-color: #1252da;
    cursor: default;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.15s ease, opacity 0.15s ease;
    padding: 0 15px;
}

.faq-answer.open {
  max-height: 500px;
  padding: 15px;
  opacity: 1;
  visibility: visible;
  text-align: left;
}

.faq-answer ul {
  margin-left: 3%;
}

.faq-answer {
    text-align: left;
}
.faq-question {
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: flex-start;
}
.faq-question .plus {
    order: 2;
    margin-left: auto;
    font-size: 0;
    line-height: 0;
    background: #1252da;
    color: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
}

.plus {
    margin-left: auto;
    font-size: 0;
    line-height: 0;
}

.faq-question.active .plus {
    transform: rotate(45deg);
}

 .faq-question:hover {
     background-color: #e2e2e2;
 }

.block { display: block; font-weight: 900 !important; }
.hero-content h1 span {
  font-weight: 900 !important;
}

.hero-h1 {
  display: flex;
  flex-direction: column;
  margin: 10% 0 0 0;
  padding: 0 var(--space);
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.hero-h1 .block {
  margin-bottom: 0.5rem;
  font-weight: 900 !important;
}

.hero-title-main {
  font-size: 1.9em;
  color: #000000;
  font-weight: 900 !important;
}
.hero-title-sub {
  font-size: 1.9em;
  color: #1252da;
  font-weight: 900 !important;
}
.hero-pay-label {
  font-size: 42px;
  color: #000000;
  font-weight: 900 !important;
}
.hero-pay-amount {
  font-size: 42px;
  color: #e83131;
}

@media (max-width: 600px) {
  .hero-h1 {
    margin: 5% 0 0 0;
  }
  .hero-title-main,
  .hero-title-sub,
  .hero-pay-label {
    font-size: 0.85rem;
  .wpforms-recaptcha-container {
      display: flex !important;
      justify-content: flex-start !important;
  }
  .cta-section .wpforms-recaptcha-container .h-captcha {
      margin-left: 0 !important;
      margin-right: auto !important;
      display: block;
  }
  }
  .hero-title-main,
  .hero-title-sub {
    font-size: 3rem !important;
    text-align: left !important;
  }
  .hero-section h1 {
    font-size: 3rem !important;
    text-align: left !important;
  }
  .hero-pay-label {
    font-size: 3rem !important;
    text-align: left !important;
  }
}

.full-width-wpform {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}
.full-width-wpform .wpforms-form {
    width: 100%;
}

.wpforms-recaptcha-container {
      display: flex !important;
      justify-content: flex-start !important;
}

.cta-section .wpforms-recaptcha-container .h-captcha {
      margin-left: 0 !important;
      margin-right: auto !important;
      display: block;
}