:root {
  --navy: #082b4c;
  --navy-deep: #041d34;
  --blue: #136fb0;
  --sky: #dff1fb;
  --coral: #f26f78;
  --coral-dark: #db5762;
  --cream: #f7f5f0;
  --white: #fff;
  --ink: #102b41;
  --muted: #627484;
  --line: #dce4e9;
  --green: #37a477;
  --shadow: 0 20px 60px rgba(8,43,76,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:"DM Sans",sans-serif;line-height:1.6;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
.notice-bar{height:34px;padding:0 max(24px,calc((100% - 1200px)/2));display:flex;align-items:center;justify-content:space-between;color:#dce9f2;background:var(--navy-deep);font-size:11px}
.notice-bar p{margin:0;display:flex;align-items:center;gap:8px}
.notice-bar p span{width:7px;height:7px;border-radius:50%;background:#61d39f;box-shadow:0 0 0 4px rgba(97,211,159,.13)}
.notice-bar a{color:#fff;font-weight:700}
.notice-bar b{margin-left:7px;color:var(--coral)}
.header{height:78px;width:min(1200px,calc(100% - 48px));margin:auto;display:flex;align-items:center;gap:42px}
.brand{display:flex;align-items:center;gap:10px;font:700 17px "Manrope";letter-spacing:-.5px}
.brand b{color:var(--blue)}
.brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:9px 15px 9px 15px;color:white;background:var(--navy);font-weight:800;transform:rotate(-5deg)}
.nav{display:flex;gap:28px;margin-left:auto}
.nav a{font-size:13px;font-weight:700;color:#425969}
.nav a:hover{color:var(--blue)}
.menu-button{display:none}
.button{min-height:50px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:20px;border:1px solid var(--navy);border-radius:6px;color:white;background:var(--navy);font-weight:700;font-size:13px;cursor:pointer;transition:.22s}
.button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(8,43,76,.18)}
.button-small{min-height:42px;padding:0 18px}
.button-coral{background:var(--coral);border-color:var(--coral)}
.button-coral:hover{background:var(--coral-dark)}
.button-outline{color:var(--navy);background:white}
.section{width:min(1160px,calc(100% - 48px));margin:auto}
.hero{height:690px;position:relative;color:#fff;overflow:hidden;background:var(--navy)}
.hero-image{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,27,50,.97) 0%,rgba(4,31,55,.9) 34%,rgba(4,31,55,.22) 66%,rgba(4,31,55,.06) 100%)}
.hero-content{width:min(1160px,calc(100% - 48px));height:100%;margin:auto;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-bottom:34px}
.kicker{margin:0 0 17px;color:var(--blue);text-transform:uppercase;letter-spacing:1.8px;font-size:10px;font-weight:800}
.kicker.light{color:#a9d9ef}
.kicker span{display:inline-flex;align-items:center;gap:10px}
.kicker span:before{content:"";width:24px;height:2px;background:var(--coral)}
h1,h2,h3{font-family:"Manrope",sans-serif;line-height:1.12;margin-top:0;letter-spacing:-1.7px}
h1{max-width:720px;margin-bottom:24px;font-size:clamp(52px,5.6vw,76px)}
h1 em{display:block;color:#8bd2f2;font-style:normal}
h2{font-size:clamp(36px,4vw,54px)}
.hero-lead{max-width:625px;margin:0;color:#d6e2e9;font-size:18px;line-height:1.7}
.hero-actions{display:flex;align-items:center;gap:28px;margin-top:32px}
.video-link{display:flex;align-items:center;gap:11px;font-size:12px;font-weight:700}
.video-link i{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.4);border-radius:50%;font-style:normal;font-size:10px}
.video-link span,.video-link small{display:block}
.video-link small{font-weight:400;color:#aabcc8}
.hero-trust{display:flex;gap:25px;align-items:center;margin-top:47px}
.hero-trust>i{width:1px;height:34px;background:rgba(255,255,255,.2)}
.hero-trust div{display:grid;grid-template-columns:auto auto;gap:0 8px;align-items:center}
.hero-trust strong{font:700 20px "Manrope"}
.hero-trust small{grid-column:1/-1;color:#aabcc8;font-size:10px}
.stars{color:#ffc45c;font-size:10px;letter-spacing:1px}
.hero-status{position:absolute;z-index:3;right:max(24px,calc((100% - 1160px)/2));bottom:38px;display:flex;align-items:center;gap:12px;padding:13px 16px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(5,34,59,.82);backdrop-filter:blur(12px)}
.pulse{width:9px;height:9px;border-radius:50%;background:#64d49f;box-shadow:0 0 0 5px rgba(100,212,159,.14)}
.hero-status small,.hero-status strong{display:block;line-height:1.35}
.hero-status small{color:#9cb3c1;font-size:9px}
.hero-status strong{font-size:12px}
.faces{display:flex;margin-left:14px}
.faces i{width:27px;height:27px;margin-left:-6px;display:grid;place-items:center;border:2px solid var(--navy);border-radius:50%;background:#d4a477;color:white;font-size:8px;font-style:normal;font-weight:800}
.faces i:nth-child(2){background:#5f8796}.faces i:nth-child(3){background:var(--coral)}
.proof-bar{min-height:83px;padding:17px max(24px,calc((100% - 1160px)/2));display:flex;align-items:center;gap:55px;border-bottom:1px solid var(--line);background:#fff}
.proof-bar p{color:#8796a1;font-size:10px;text-transform:uppercase;font-weight:700;white-space:nowrap}
.proof-bar div{flex:1;display:flex;justify-content:space-between;gap:25px;color:#7f909c;font:700 11px "Manrope";letter-spacing:.5px}
.intro{padding-top:125px;padding-bottom:130px}
.section-head.centered{max-width:800px;margin:0 auto 58px;text-align:center}
.section-head h2{margin-bottom:20px}
.section-head>p:last-child{max-width:700px;margin:0 auto;color:var(--muted)}
.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{min-height:545px;padding:31px;position:relative;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;background:#fff;transition:.25s}
.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.service-card.care{border:2px solid var(--blue);box-shadow:0 18px 50px rgba(19,111,176,.13)}
.popular-label{position:absolute;top:-14px;left:50%;transform:translateX(-50%);padding:5px 13px;border-radius:20px;color:white;background:var(--blue);font-size:9px;text-transform:uppercase;letter-spacing:1px;font-weight:800}
.service-top{display:flex;justify-content:space-between;align-items:center}
.icon-box{width:46px;height:46px;display:grid;place-items:center;border-radius:9px;color:var(--navy);background:var(--sky);font:800 20px "Manrope"}
.emergency .icon-box{color:#a4414b;background:#ffe7e8}.growth .icon-box{color:#307759;background:#e5f5ed}
.tag{padding:5px 9px;border-radius:4px;background:#f4f6f7;color:#778792;font-size:9px;font-weight:700;text-transform:uppercase}
.service-card h3{margin:32px 0 14px;font-size:25px}
.service-card>p{margin:0;color:var(--muted);font-size:14px}
.service-card ul,.plan ul{list-style:none;padding:0}
.service-card ul{margin:25px 0}
.service-card li{padding:8px 0;color:#405968;font-size:12px}
.service-card li:before,.plan li:before{content:"✓";margin-right:9px;color:var(--green);font-weight:800}
.service-card>a{margin-top:auto;padding-top:19px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--blue);font-size:12px;font-weight:800}
.diagnostic-section{padding:105px 0;color:white;background:var(--navy)}
.diagnostic{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:center}
.diagnostic-copy h2{margin-bottom:24px}
.diagnostic-copy>p:not(.kicker){color:#aabdc9}
.inline-link{display:inline-flex;gap:25px;margin-top:25px;padding-bottom:4px;border-bottom:1px solid;font-size:12px;font-weight:800}
.light-link{color:#fff;border-color:var(--coral)}
.dashboard{padding:20px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:#fff;color:var(--ink);box-shadow:0 25px 60px rgba(0,0,0,.18);transform:rotate(1deg)}
.dashboard-head{display:flex;align-items:center;padding:0 4px 17px;border-bottom:1px solid var(--line)}
.dashboard-head>span{display:flex;gap:5px}.dashboard-head i{width:7px;height:7px;border-radius:50%;background:#d8e0e4}
.dashboard-head small{margin-left:20px;font-weight:700}.dashboard-head>b{margin-left:auto;padding:3px 8px;border-radius:12px;color:#2d7a5a;background:#e3f4eb;font-size:8px;text-transform:uppercase}
.score-row{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:30px;padding:28px 15px}
.score-ring{width:135px;height:135px;display:grid;place-content:center;text-align:center;border:12px solid #dceff8;border-top-color:var(--blue);border-right-color:var(--green);border-radius:50%}
.score-ring strong{font:800 33px "Manrope"}.score-ring small{color:var(--muted);font-size:9px}
.score-list p{display:flex;justify-content:space-between;margin:0;padding:8px 0;border-bottom:1px solid #edf0f2;font-size:11px}
.score-list b{color:var(--green)}
.dashboard-foot{display:flex;gap:10px;padding-top:15px;border-top:1px solid var(--line)}
.dashboard-foot span{flex:1;padding:8px;border-radius:4px;color:#4d695d;background:#edf7f2;text-align:center;font-size:8px;font-weight:700}
.benefits{padding-top:135px;padding-bottom:135px;display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:center}
.benefits-copy>p:not(.kicker){color:var(--muted)}
.mini-proof{display:flex;gap:30px;margin-top:37px}
.mini-proof div{padding-left:16px;border-left:3px solid var(--coral)}
.mini-proof strong,.mini-proof small{display:block}
.mini-proof strong{font:800 28px "Manrope";color:var(--navy)}
.mini-proof small{max-width:140px;color:var(--muted);font-size:10px;line-height:1.4}
.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.benefit-grid article{min-height:210px;padding:27px;border:1px solid var(--line);border-radius:10px;background:#fff}
.benefit-grid span{color:var(--coral);font:800 10px "Manrope"}
.benefit-grid h3{margin:35px 0 10px;font-size:18px;letter-spacing:-.7px}
.benefit-grid p{margin:0;color:var(--muted);font-size:12px}
.plans-section{padding:120px 0;background:var(--cream)}
.pricing-head{display:grid;grid-template-columns:1fr auto;align-items:end;gap:50px;margin-bottom:55px}
.pricing-head h2{max-width:720px;margin:0}
.billing-note{padding:13px 18px;border:1px solid #dfe3df;border-radius:7px;background:white}
.billing-note span,.billing-note small{display:block}.billing-note span{font-weight:800;font-size:12px}.billing-note small{color:var(--muted);font-size:9px}
.plans{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;gap:17px}
.plan{padding:34px;border:1px solid var(--line);border-radius:10px;background:white}
.plan.featured{position:relative;border:2px solid var(--navy);box-shadow:var(--shadow)}
.plan-badge{position:absolute;top:-13px;right:24px;padding:5px 11px;border-radius:4px;color:white;background:var(--coral);font-size:9px;font-weight:800;text-transform:uppercase}
.plan-name{margin:0;font:800 21px "Manrope"}.plan-for{min-height:38px;color:var(--muted);font-size:11px}
.price{display:flex;align-items:flex-start;margin:25px 0}.price sup{margin-top:9px;font:700 15px "Manrope"}.price strong{font:800 48px "Manrope";line-height:1}.price span{align-self:flex-end;color:var(--muted);font-size:10px}
.plan .button{width:100%}
.plan ul{margin:28px 0 0;padding-top:18px;border-top:1px solid var(--line)}
.plan li{padding:7px 0;color:#4c6170;font-size:11px}
.pricing-foot{text-align:center;margin:32px 0 0;color:var(--muted);font-size:12px}.pricing-foot a{color:var(--blue);font-weight:800}
.process{padding-top:130px;padding-bottom:140px}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);position:relative}
.process-grid:before{content:"";height:1px;position:absolute;left:16%;right:16%;top:68px;background:#cad5dc}
.process-grid article{padding:0 35px;text-align:center;position:relative}
.process-grid article>span{position:absolute;top:8px;right:calc(50% - 52px);width:23px;height:23px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--coral);font-size:9px;font-weight:800}
.process-icon{width:76px;height:76px;margin:30px auto 30px;position:relative;z-index:2;display:grid;place-items:center;border:8px solid white;border-radius:50%;color:var(--blue);background:var(--sky);font:800 28px "Manrope"}
.process-grid h3{font-size:19px}.process-grid p{color:var(--muted);font-size:12px}
.reviews-section{padding:110px 0;background:var(--navy);color:white}
.reviews-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:48px}
.reviews-head h2{margin:0}
.rating{display:flex;align-items:center;gap:13px}.rating>strong{font:800 40px "Manrope"}.rating span{color:#ffc45c;font-size:12px;letter-spacing:2px}.rating small{display:block;color:#94aab8;font-size:8px;letter-spacing:0}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.review-grid blockquote{margin:0;padding:29px;border:1px solid rgba(255,255,255,.13);border-radius:9px;background:rgba(255,255,255,.04)}
.review-grid blockquote>span{color:#ffc45c;font-size:10px;letter-spacing:2px}
.review-grid blockquote>p{min-height:145px;color:#c7d5dd;font:500 14px/1.75 "DM Sans";font-style:italic}
.review-grid footer{display:flex;align-items:center;gap:11px;padding-top:17px;border-top:1px solid rgba(255,255,255,.11)}
.review-grid footer i{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--coral);font-size:9px;font-style:normal;font-weight:800}
.review-grid footer strong,.review-grid footer small{display:block}.review-grid footer strong{font-size:11px}.review-grid footer small{color:#8ea5b3;font-size:8px}
.guarantee{padding-top:100px;padding-bottom:100px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:60px}
.guarantee-seal{width:150px;height:150px;display:grid;place-content:center;text-align:center;border:2px solid var(--blue);border-radius:50%;box-shadow:inset 0 0 0 7px white,inset 0 0 0 9px #b8dced;color:var(--navy)}
.guarantee-seal span{font:800 44px/1 "Manrope"}.guarantee-seal small{font-weight:800;letter-spacing:2px}.guarantee-seal b{margin-top:6px;color:var(--coral);font-size:9px;letter-spacing:1px}
.guarantee-copy h2{margin-bottom:13px}.guarantee-copy p:last-child{max-width:650px;margin:0;color:var(--muted)}
.guarantee-list p{font-size:12px;font-weight:700}.guarantee-list p::first-letter{color:var(--green)}
.faq{padding-top:110px;padding-bottom:120px;display:grid;grid-template-columns:.7fr 1.3fr;gap:100px;border-top:1px solid var(--line)}
.faq-title h2{margin-bottom:25px}.faq-title>p:last-child{color:var(--muted);font-size:12px}.faq-title a{color:var(--blue);font-weight:800}
.faq-item{border-top:1px solid var(--line)}.faq-item:last-child{border-bottom:1px solid var(--line)}
.faq-item button{width:100%;padding:25px 0;display:flex;justify-content:space-between;align-items:center;border:0;background:transparent;color:var(--ink);font:700 16px "Manrope";text-align:left;cursor:pointer}
.faq-item button i{width:18px;height:18px;position:relative}.faq-item button i:before,.faq-item button i:after{content:"";position:absolute;background:var(--blue)}.faq-item button i:before{width:14px;height:2px;top:8px;left:2px}.faq-item button i:after{width:2px;height:14px;left:8px;top:2px;transition:.25s}.faq-item.open button i:after{transform:rotate(90deg)}
.faq-item>div{display:grid;grid-template-rows:0fr;transition:.3s}.faq-item>div p{overflow:hidden;margin:0;color:var(--muted);font-size:13px}.faq-item.open>div{grid-template-rows:1fr}.faq-item.open>div p{padding-bottom:25px}
.health-section{padding:115px 0;color:white;background:var(--navy-deep)}
.health-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center}
.health-copy h2{margin-bottom:23px}.health-copy>p:not(.kicker){color:#adc0cb}.health-copy ul{list-style:none;padding:0;margin:28px 0}.health-copy li{padding:6px 0;color:#d2dee5;font-size:12px}.health-copy li:before{content:"✓";margin-right:9px;color:#70d5a5}
.response-note{display:flex;gap:13px;align-items:center;margin-top:40px}.response-note>span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:var(--navy);background:var(--coral)}.response-note p{margin:0}.response-note strong,.response-note small{display:block}.response-note strong{font-size:12px}.response-note small{color:#8fa5b2;font-size:9px}
.health-form{min-height:560px;padding:38px;border-radius:12px;color:var(--ink);background:#fff;box-shadow:0 28px 70px rgba(0,0,0,.22)}
.form-progress{display:flex;gap:5px;margin-bottom:28px}.form-progress span{height:4px;flex:1;border-radius:3px;background:#e8ecee}.form-progress span.active{background:var(--coral)}
.form-step{display:none}.form-step.active{display:block}.step-label{margin:0 0 7px;color:var(--blue);font-size:9px;text-transform:uppercase;font-weight:800;letter-spacing:1px}.form-step h3,.form-success h3{font-size:25px;margin-bottom:25px}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-bottom:27px}.choice-grid input{position:absolute;opacity:0}.choice-grid label>span{min-height:110px;padding:17px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:7px;cursor:pointer;transition:.2s}.choice-grid label>span:hover,.choice-grid input:checked+span{border-color:var(--blue);background:#f1f8fc;box-shadow:inset 0 0 0 1px var(--blue)}.choice-grid b{color:var(--blue);font-size:17px}.choice-grid strong{margin-top:7px;font-size:12px}.choice-grid small{color:var(--muted);font-size:9px}
.form-next{width:100%}.health-form label{display:block;margin-bottom:17px;color:#415868;font-size:10px;font-weight:800}.health-form input,.health-form textarea{width:100%;margin-top:7px;padding:13px;border:1px solid var(--line);border-radius:5px;outline:0}.health-form input:focus,.health-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(19,111,176,.1)}.health-form textarea{resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-buttons{display:flex;align-items:center;gap:17px;margin-top:8px}.form-buttons .button{flex:1}.back-button{border:0;background:transparent;color:var(--muted);font-size:11px;font-weight:700;cursor:pointer}
.form-success{display:none;text-align:center;padding:75px 20px}.form-success.show{display:block}.form-success>span{width:62px;height:62px;margin:0 auto 20px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--green);font-size:25px}.form-success p{color:var(--muted)}
.footer{padding:75px 0 25px;color:white;background:#031526}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:60px;padding-bottom:55px}.brand-light b{color:#8bd2f2}.brand-light+.footer-grid{}
.footer-grid>div:first-child>p{max-width:270px;color:#8299a7;font-size:12px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}.footer-grid strong{margin-bottom:8px;color:#a9d9ef;font-size:10px;text-transform:uppercase;letter-spacing:1px}.footer-grid a{color:#a5b7c2;font-size:11px}.footer-contact p{color:#8299a7;font-size:11px}.footer-contact a{color:var(--coral);font-weight:800}
.footer-bottom{display:flex;justify-content:space-between;padding-top:22px;border-top:1px solid rgba(255,255,255,.09);color:#647f8e;font-size:9px}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}
@media(max-width:950px){
  .nav{gap:17px}.header-button{display:none}.hero{height:650px}.hero-overlay{background:linear-gradient(90deg,rgba(3,27,50,.97),rgba(3,27,50,.72))}
  .service-cards{grid-template-columns:1fr 1fr}.service-card:last-child{grid-column:1/-1;min-height:450px}
  .diagnostic,.benefits,.health-wrap{gap:50px}.plans{grid-template-columns:1fr 1fr}.plan:last-child{grid-column:1/-1}
  .guarantee{grid-template-columns:160px 1fr}.guarantee-list{grid-column:2}.faq{gap:50px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-contact{grid-column:1/-1}
}
@media(max-width:720px){
  .notice-bar{justify-content:center}.notice-bar p{display:none}.header{width:calc(100% - 32px);height:70px}.menu-button{margin-left:auto;width:40px;height:40px;display:grid;place-content:center;gap:5px;border:0;border-radius:6px;background:#edf3f6}.menu-button i{width:18px;height:2px;background:var(--navy);transition:.25s}.menu-button[aria-expanded=true] i:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-button[aria-expanded=true] i:last-child{transform:translateY(-3.5px) rotate(-45deg)}
  .nav{position:fixed;z-index:20;inset:104px 0 auto;padding:28px 24px;display:flex;flex-direction:column;align-items:flex-start;background:white;box-shadow:0 25px 50px rgba(8,43,76,.14);transform:translateY(-150%);transition:.3s}.nav.open{transform:none}.nav a{font:700 20px "Manrope"}
  .section{width:calc(100% - 32px)}.hero{height:750px}.hero-image{object-position:63% center}.hero-overlay{background:linear-gradient(90deg,rgba(3,27,50,.98) 0%,rgba(3,27,50,.87) 70%,rgba(3,27,50,.62))}
  .hero-content{width:calc(100% - 32px);padding-top:30px;justify-content:flex-start}.kicker{margin-top:54px}h1{font-size:43px}.hero-lead{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px;margin-top:25px}.hero-trust{gap:14px;margin-top:32px}.hero-trust div:nth-of-type(3){display:none}.hero-status{display:none}
  .proof-bar{overflow:hidden;gap:20px}.proof-bar div{overflow:auto;justify-content:flex-start}.intro{padding-top:85px;padding-bottom:90px}.service-cards{grid-template-columns:1fr}.service-card:last-child{grid-column:auto}.service-card{min-height:500px}
  .diagnostic-section{padding:80px 0}.diagnostic,.benefits,.health-wrap{grid-template-columns:1fr}.dashboard{margin-top:25px}.score-row{grid-template-columns:120px 1fr;gap:12px;padding-left:0;padding-right:0}.score-ring{width:105px;height:105px;border-width:9px}.dashboard-foot{overflow:auto}.dashboard-foot span{min-width:105px}
  .benefits{padding-top:90px;padding-bottom:90px}.benefit-grid{grid-template-columns:1fr}.plans-section{padding:85px 0}.pricing-head{grid-template-columns:1fr}.plans{grid-template-columns:1fr}.plan:last-child{grid-column:auto}
  .process{padding-top:90px;padding-bottom:90px}.process-grid{grid-template-columns:1fr;gap:40px}.process-grid:before{display:none}.process-grid article{padding:0 20px}
  .reviews-section{padding:85px 0}.reviews-head{align-items:flex-start;flex-direction:column;gap:25px}.review-grid{grid-template-columns:1fr}.review-grid blockquote>p{min-height:0}
  .guarantee{padding-top:85px;padding-bottom:85px;grid-template-columns:1fr;text-align:center}.guarantee-seal{margin:auto}.guarantee-list{grid-column:auto}
  .faq{padding-top:85px;padding-bottom:85px;grid-template-columns:1fr}.faq-item button{font-size:14px}.health-section{padding:80px 0}.health-form{padding:27px 20px;min-height:570px}.choice-grid{grid-template-columns:1fr 1fr}.choice-grid label>span{min-height:105px}.form-row{grid-template-columns:1fr;gap:0}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-contact{grid-column:1/-1}.footer-bottom{flex-direction:column}
}
@media(max-width:390px){.choice-grid{grid-template-columns:1fr}.health-form{min-height:720px}.hero-trust{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none}*{transition-duration:.01ms!important}}
