@font-face{font-family:"Open Sans";src:url("assets/fonts/open-sans-latin.woff2") format("woff2");font-style:normal;font-weight:400 700;font-display:swap}
@font-face{font-family:"Roboto Condensed";src:url("assets/fonts/roboto-condensed-latin.woff2") format("woff2");font-style:normal;font-weight:400 700;font-display:swap}

:root{--yellow:#ffff00;--ink:#000;--muted:#4b4b4b;--line:#e5e5e5}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:"Open Sans",Arial,sans-serif;font-size:16px;line-height:1.5}
body.modal-open{overflow:hidden}
button,input{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;padding:10px 16px;color:#fff;background:#000}
.skip-link:focus{top:12px}

.topbar{min-height:41px;padding:9px 16px 8px;background:var(--yellow);font-size:14px;line-height:21px;text-align:center}
.topbar a{text-decoration:none}
.site-header{height:90px;padding:22px 20px 0;display:flex;align-items:flex-start;justify-content:center;background:#fff}
.brand{height:47px;padding:7px 20px 8px;display:inline-flex;align-items:center;border-radius:9px;color:#fff;background:#111;text-decoration:none;font-size:27px;line-height:32px;font-weight:500;letter-spacing:-1.1px}
.brand span{color:var(--yellow)}

.offer-card{width:calc(100% - 32px);max-width:730px;margin:0 auto;padding:40px 32px;border-radius:20px;background:var(--yellow);text-align:center;scroll-margin-top:20px}
.offer-card h1{margin:0;font-family:"Roboto Condensed",Arial,sans-serif;font-size:41px;line-height:1.2;font-weight:700}
.hero-subline{margin:12px 0 24px;font-size:17px;line-height:25.5px}
.funnel-intro{margin-top:0}
.funnel-intro h2{margin:0;font-family:"Roboto Condensed",Arial,sans-serif;font-size:26px;line-height:39px;font-weight:500}
.funnel-intro p{margin:1px 0 0;font-family:"Roboto Condensed",Arial,sans-serif;font-size:16px;line-height:24px}
.progress{display:none}
.question{margin:15px 0 24px;font-family:"Roboto Condensed",Arial,sans-serif;font-size:30px;line-height:36px;font-weight:500;text-align:center}
.question-sub{margin:-17px 0 28px;font-family:"Roboto Condensed",Arial,sans-serif;font-size:20px;line-height:30px;text-align:center}
.option-grid{width:100%;display:grid;grid-template-columns:203px 203px;justify-content:center;gap:16px}
.option-grid.compact{grid-template-columns:203px 203px}
.option-grid.areas .option:first-child{grid-column:1/-1;justify-self:center}
.option{width:203px;height:141px;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:0;border-radius:20px;background:#fff;color:#000;box-shadow:none;font-family:"Roboto Condensed",Arial,sans-serif;font-size:16px;line-height:20px;font-weight:700;text-align:center;transition:transform .14s ease,box-shadow .14s ease}
.option:hover,.option:focus-visible{transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.12);outline:0}
.option.selected{border:3px solid #000;background:#f5f5f5}
.option img{width:83px;height:83px;object-fit:contain}
.compact .option{height:141px;flex-direction:column;justify-content:center;padding:0;font-size:16px;text-align:center}
.compact .option img{width:83px;height:83px}
.option-symbol{display:none}
.form-fields{width:600px;max-width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.field{display:block}
.field.full{grid-column:1/-1}
.field span{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.field input{width:100%;height:57px;padding:0 20px;border:0;border-radius:12px;background:#fff;color:#111;font-size:16px;outline:0}
.field input::placeholder{color:#9b9b9b;opacity:1}
.field input:focus{box-shadow:0 0 0 3px #000}
.birthdate-fields{width:600px;max-width:100%;margin:0 auto;padding:0;border:0;display:grid;grid-template-columns:1fr 1fr 1.35fr;gap:12px}
.birthdate-fields legend{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.birthdate-field{display:grid;gap:6px;text-align:left}
.birthdate-field span{padding-left:2px;font-family:"Roboto Condensed",Arial,sans-serif;font-size:15px;font-weight:700}
.birthdate-field input{width:100%;height:57px;padding:0 12px;border:0;border-radius:12px;background:#fff;color:#111;font-size:20px;font-weight:700;text-align:center;letter-spacing:.08em;outline:0}
.birthdate-field input::placeholder{color:#9b9b9b;font-weight:400;opacity:1}
.birthdate-field input:focus{box-shadow:0 0 0 3px #000}
.birthdate-field input[aria-invalid="true"]{box-shadow:0 0 0 3px #9b0000}
.consent{grid-column:1/-1;margin-top:6px;display:grid;grid-template-columns:22px 1fr;align-items:start;gap:10px;font-size:13px;text-align:left}
.consent input{width:20px;height:20px;margin:0}
.consent a{text-underline-offset:3px}
.consent strong{font-weight:800}
.consent.invalid{margin:0 -10px -10px;padding:10px;border:2px solid #950000;border-radius:10px;background:rgba(255,255,255,.6)}
.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.funnel-actions{margin-top:24px;display:flex;justify-content:center;gap:12px}
.funnel-button{height:54px;padding:0 38px;display:flex;align-items:center;justify-content:center;border:2px solid #000;border-radius:10px;background:#fff;color:#000;font-family:"Roboto Condensed",Arial,sans-serif;font-size:18px;line-height:27px;font-weight:600;text-transform:uppercase}
.funnel-button.secondary{background:transparent}
.funnel-button.primary{background:#fff;color:#000}
.funnel-button:disabled{cursor:wait;opacity:.6}
.form-status{min-height:22px;margin-top:12px;color:#950000;font-size:13px;font-weight:700;text-align:center}
.form-status:empty{display:none}
.form-status a{text-underline-offset:3px}
.success{min-height:405px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.success-mark{width:64px;height:64px;margin-bottom:16px;display:grid;place-items:center;border:2px solid #000;border-radius:50%;background:#fff;font-size:32px;font-weight:700}
.success h3{margin:0 0 8px;font-family:"Roboto Condensed",Arial,sans-serif;font-size:30px}
.success p{max-width:450px;margin:0}

.section{padding-left:5vw;padding-right:5vw}
.services{padding-top:128px;padding-bottom:68px}
.section-heading{text-align:center}
.section-heading h2{margin:0;font-family:"Roboto Condensed",Arial,sans-serif;font-size:34px;line-height:1.2;font-weight:700}
.section-heading p{margin:18px 0 0;color:var(--muted);font-size:16px}
.service-grid{max-width:1100px;margin:50px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.service-grid article{height:249px;padding:28px 24px;border:2px solid var(--yellow);border-radius:16px;background:#fff}
.service-grid h3{margin:0 0 13px;font-family:"Roboto Condensed",Arial,sans-serif;font-size:22px;line-height:33px;font-weight:700}
.service-grid p{margin:0;color:#3f3f3f;font-size:16px;line-height:24px}

.benefits{padding-top:52px;padding-bottom:70px}
.benefits .section-heading{max-width:1000px;margin:0 auto}
.benefits .section-heading h2{font-size:34px;line-height:1.3}
.benefits .section-heading p{margin-top:12px}
.benefit-grid{max-width:900px;margin:38px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:16px 60px}
.benefit-grid article{display:flex;align-items:flex-start;gap:12px}
.mini-check{width:28px;height:28px;margin-top:2px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--yellow);font-size:16px;font-weight:700}
.benefit-grid h3{margin:0;font-family:"Roboto Condensed",Arial,sans-serif;font-size:22px;line-height:30.8px;font-weight:700}
.benefit-grid p{margin:0;font-family:"Roboto Condensed",Arial,sans-serif;font-size:17px;line-height:30.8px}
.audience-grid{max-width:1000px;margin:100px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:24px}
.audience-grid article{height:331px;padding:48px 40px;border:1px solid var(--line);border-radius:34px;background:#fff;text-align:center}
.audience-grid svg{display:block;margin:0 auto 20px}
.audience-grid h3{margin:0 0 12px;font-family:"Roboto Condensed",Arial,sans-serif;font-size:22px;line-height:33px;font-weight:700}
.audience-grid p{margin:0;color:#4b4b4b;font-size:15px;line-height:24px}

.facts{max-width:1040px;margin:30px auto 0;padding:0 20px 60px;display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}
.facts>div{display:flex;flex-direction:column;align-items:center;gap:12px}
.circle-check{width:56px;height:56px;margin-bottom:4px;display:grid;place-items:center;border:2px solid #000;border-radius:50%;font-size:24px;line-height:1}
.facts strong{font-family:"Roboto Condensed",Arial,sans-serif;font-size:16px;line-height:1.3;font-weight:700}
.facts p{margin:0;color:#555;font-size:14px;line-height:1.4}
.bottom-cta{padding:60px 16px;background:var(--yellow);text-align:center}
.bottom-cta a{padding:18px 48px;display:inline-block;border-radius:50px;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.13);font-family:"Roboto Condensed",Arial,sans-serif;font-size:22px;line-height:33px;font-weight:700;text-decoration:none}
.site-footer{min-height:66px;padding:20px 16px;display:flex;align-items:center;justify-content:center;gap:10px;color:#666;background:#fff;font-size:14px;text-align:center}
.site-footer a{color:#666;text-decoration:none}
.site-footer button{padding:0;border:0;color:#666;background:transparent}
.site-footer .dot{color:var(--yellow)}

.cookie-banner{position:fixed;inset:0;z-index:999;padding:20px;place-items:center;background:rgba(0,0,0,.65)}
.cookie-banner:not([hidden]){display:grid}
.cookie-dialog{width:min(560px,100%);padding:30px;border-radius:16px;background:#fff;box-shadow:0 20px 70px rgba(0,0,0,.28)}
.cookie-dialog h2{margin:0;font-family:"Roboto Condensed",Arial,sans-serif;font-size:30px}
.cookie-dialog p{color:#444}
.cookie-actions{margin:24px 0 16px;display:flex;gap:10px;flex-wrap:wrap}
.cookie-actions button{min-height:48px;padding:10px 20px;border:2px solid #000;border-radius:10px;font-family:"Roboto Condensed",Arial,sans-serif;font-weight:700}
.cookie-primary{color:var(--yellow);background:#000}
.cookie-secondary{color:#000;background:#fff}
.cookie-dialog>a{font-size:13px;text-underline-offset:3px}

.legal-header{min-height:131px;background:#fff}
.legal-header .topbar{width:100%}
.legal-header-main{height:90px;padding:22px 20px 0;display:flex;align-items:flex-start;justify-content:center;position:relative}
.legal-back{position:absolute;right:5vw;top:34px;font-size:14px;font-weight:700;text-underline-offset:3px}
.legal-page{width:min(900px,90vw);margin:0 auto;padding:55px 0 100px}
.legal-page h1{margin:0 0 45px;font-family:"Roboto Condensed",Arial,sans-serif;font-size:54px;line-height:1.1;text-align:center}
.legal-page h2{margin:42px 0 14px;font-family:"Roboto Condensed",Arial,sans-serif;font-size:28px}
.legal-page h3{margin:28px 0 10px;font-family:"Roboto Condensed",Arial,sans-serif;font-size:21px}
.legal-page p,.legal-page li{color:#3f3f3f;font-size:15px;line-height:1.65}
.legal-page a{text-underline-offset:3px;overflow-wrap:anywhere}

@media(max-width:760px){
  .topbar{min-height:52px;padding:8px 15px;font-size:12px;line-height:18px}
  .site-header{height:72px;padding-top:21px}
  .brand{height:35px;padding:4px 14px 5px;border-radius:8px;font-size:19px;line-height:26px;letter-spacing:-.9px}
  .offer-card{width:calc(100% - 20px);min-height:0;margin:0 10px;padding:24px 16px 39px;border-radius:20px}
  .offer-card h1{font-size:30px;line-height:1.12}
  .hero-subline{margin:10px 0 25px;font-size:20px;line-height:1.48}
  .funnel-intro{margin-top:0}
  .funnel-intro h2{font-size:26px;line-height:39px}
  .funnel-intro p{font-size:16px}
  .question{margin:9px 0 22px;font-size:30px;line-height:36px}
  .question-sub{margin:-18px 0 24px;font-size:19px;line-height:28px}
  .option-grid,.option-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .option,.compact .option{width:100%;height:124px;border-radius:20px;font-size:15px;line-height:19px}
  .option.selected{border-width:4px}
  .option img,.compact .option img{width:78px;height:78px}
  .form-fields{grid-template-columns:1fr;gap:12px}
  .field.full,.consent{grid-column:auto}
  .field input{height:56px}
  .birthdate-fields{grid-template-columns:1fr 1fr 1.35fr;gap:8px}
  .birthdate-field span{font-size:14px}
  .birthdate-field input{height:56px;padding:0 6px;font-size:18px}
  .funnel-actions{flex-wrap:wrap}
  .funnel-button{min-width:135px;padding:0 25px}
  .section{padding-left:20px;padding-right:20px}
  .services{padding-top:80px;padding-bottom:45px}
  .section-heading h2,.benefits .section-heading h2{font-size:30px}
  .section-heading p{font-size:15px}
  .service-grid{margin-top:38px;grid-template-columns:1fr;gap:18px}
  .service-grid article{height:auto;min-height:0;padding:25px 22px}
  .service-grid h3{font-size:22px}
  .service-grid p{font-size:15px;line-height:23px}
  .benefits{padding-top:50px;padding-bottom:50px}
  .desktop-break{display:none}
  .benefit-grid{margin-top:34px;grid-template-columns:1fr;gap:20px}
  .benefit-grid h3{font-size:21px}
  .audience-grid{margin-top:65px;grid-template-columns:1fr;gap:20px}
  .audience-grid article{height:auto;min-height:0;padding:38px 25px;border-radius:28px}
  .facts{padding:5px 20px 50px;grid-template-columns:1fr 1fr;gap:38px 20px}
  .circle-check{width:52px;height:52px}
  .bottom-cta{padding:48px 16px}
  .bottom-cta a{padding:15px 34px;font-size:20px}
  .site-footer{padding:20px 24px;flex-wrap:wrap;gap:7px}
  .cookie-actions{display:grid}
  .legal-header{min-height:124px}
  .legal-header-main{height:72px;padding-top:21px}
  .legal-back{display:none}
  .legal-page{padding:45px 0 80px}
  .legal-page h1{font-size:42px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.001ms!important}}
