
:root{--blue:#0057d9;--deep:#0b376f;--ink:#142033;--muted:#637083;--sky:#eef6ff;--line:#dbe5f0;--gold:#ffbd2e}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);line-height:1.5}a{text-decoration:none;color:inherit}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}
.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand strong{display:block;font-size:18px}.brand small{color:var(--muted);font-weight:700}
.phone-contact{display:flex;align-items:center;gap:10px}.phone-icon{width:35px;height:35px;display:grid;place-items:center;border:2px solid var(--blue);border-radius:50%;color:var(--blue)}.phone-icon svg{width:18px;fill:currentColor}.phone-copy{display:flex;flex-direction:column;line-height:1.05}.phone-copy small{font-size:11px;color:var(--muted);font-weight:700;margin-bottom:4px}.phone-copy strong{font-size:16px;color:var(--deep)}
.hero{background:radial-gradient(circle at 90% 10%,rgba(51,135,255,.18),transparent 34%),linear-gradient(#f8fbff,#eef6ff);padding:62px 0 76px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:start}.eyebrow,.mini{font-size:12px;letter-spacing:.13em;font-weight:900;color:var(--blue)}h1,h2,h3{margin-top:0}h1{font-size:clamp(45px,5.6vw,68px);line-height:.98;letter-spacing:-.05em;margin:10px 0 22px}.hero-sub{font-size:19px;color:#506176;margin:0}
.lifestyle-card{position:relative;margin:26px 0 22px;border-radius:22px;overflow:hidden;box-shadow:0 18px 44px rgba(13,53,98,.18);border:1px solid rgba(0,87,217,.12)}.lifestyle-image{width:100%;height:285px;object-fit:cover;display:block}.rating-badge{position:absolute;left:18px;bottom:18px;display:flex;align-items:center;gap:11px;background:rgba(255,255,255,.96);border-radius:14px;padding:11px 14px;box-shadow:0 10px 26px rgba(0,0,0,.14)}.rating-badge strong{display:block;font-size:14px}.rating-badge span{display:block;color:var(--muted);font-size:12px}.stars{color:var(--gold);letter-spacing:2px}
.product-label{display:block;margin-bottom:10px}.pills{display:flex;flex-wrap:wrap;gap:9px}.pills span{background:white;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800}.bundle-note{text-align:center;color:var(--blue);font-weight:900;margin:15px 0 0}
.quote-card{background:white;border-radius:24px;padding:32px;box-shadow:0 22px 60px rgba(13,53,98,.16);border:1px solid rgba(0,87,217,.1)}.card-head h2{font-size:30px;line-height:1.1;margin:6px 0 8px}.card-head p{color:var(--muted);margin-top:0}.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{margin-bottom:14px}.field label{display:block;font-size:13px;font-weight:800;margin-bottom:7px}input,select,textarea{width:100%;border:1px solid #cddaea;border-radius:12px;padding:0 14px;font:inherit;background:white;color:var(--ink)}input,select{height:50px}textarea{min-height:88px;padding-top:12px;resize:vertical}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,87,217,.1)}
.dynamic-panel{margin:2px 0 18px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#f8fbff}.dynamic-panel h3{margin:0 0 4px;font-size:18px}.section-note{margin:0 0 16px;color:var(--muted);font-size:13px}.subsection{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.subsection-title{display:inline-block;margin-bottom:14px;padding:6px 10px;background:var(--sky);border-radius:999px;color:var(--blue);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.radio-group{display:flex;flex-wrap:wrap;gap:9px}.radio-option{display:inline-flex!important;align-items:center;gap:6px;padding:8px 11px;border:1px solid #cddaea;border-radius:999px;background:white;cursor:pointer}.radio-option input{width:auto;height:auto}.conditional{display:none;margin-top:10px}.conditional.visible{display:block}
.consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:#5c6878;margin:7px 0 18px}.consent input{width:16px;height:16px;flex:none;margin-top:3px}.cta,.secondary{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:13px;font-weight:900;cursor:pointer}.cta{width:100%;min-height:54px;background:linear-gradient(135deg,var(--blue),#2679f3);color:white;box-shadow:0 14px 28px rgba(0,87,217,.24)}.privacy-note{text-align:center;font-size:11px;color:#8290a3}.hidden{display:none}.success{display:none;text-align:center;padding:28px}.success-icon{width:56px;height:56px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#eaf8ef;color:#17924a;font-size:28px;font-weight:900}
.why{padding:84px 0}.section-heading{text-align:center;max-width:720px;margin:0 auto 42px}.section-heading h2{font-size:40px;margin:7px 0 9px}.section-heading p{font-size:18px;color:var(--muted)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.features article{border:1px solid var(--line);border-radius:19px;padding:26px}.features b{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--sky);color:var(--blue);margin-bottom:18px}.features p{color:var(--muted)}
.reviews{background:#0d2e56;padding:84px 0}.light h2{color:white}.light .mini{color:#8ebcff}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{display:flex;flex-direction:column;background:white;border-radius:20px;padding:27px;box-shadow:0 20px 40px rgba(0,0,0,.12)}.review-card.featured{transform:translateY(-8px)}blockquote{margin:15px 0 22px;color:#34435a;line-height:1.65}.review-footer{display:flex;justify-content:space-between;gap:12px;margin-top:auto}.review-footer span{font-size:12px;color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.center{text-align:center;margin-top:30px}.secondary{min-height:48px;padding:0 22px;background:white;color:var(--deep)}
.final-cta{background:var(--sky);padding:58px 0}.final-inner{display:flex;align-items:center;justify-content:space-between;gap:26px}.final-inner h2{font-size:33px;margin:7px 0 0}.cta.inline{width:auto;padding:0 24px}
footer{background:#071a31;color:#d7e1ee;padding:38px 0 24px}.footer-grid{display:flex;justify-content:space-between;gap:30px}.footer-grid p{color:#a9b9cb;margin:4px 0}.legal{border-top:1px solid rgba(255,255,255,.1);margin-top:24px;padding-top:18px;color:#8396aa;font-size:11px}
@media(max-width:900px){.hero-grid,.features,.review-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.pills{justify-content:center}.lifestyle-card{max-width:680px;margin-left:auto;margin-right:auto}.review-card.featured{transform:none}.final-inner{flex-direction:column;text-align:center}}
@media(max-width:600px){.wrap{width:min(100% - 28px,1160px)}.nav{min-height:68px}.brand small{display:none}.brand strong{font-size:14px}.phone-copy strong{font-size:13px}.phone-copy small{font-size:10px}.phone-icon{width:30px;height:30px}.hero{padding:42px 0 58px}h1{font-size:45px}.hero-sub{font-size:17px}.lifestyle-image{height:225px}.rating-badge{left:12px;bottom:12px;padding:9px 11px}.quote-card{padding:22px 18px}.two{grid-template-columns:1fr}.section-heading h2{font-size:33px}.why,.reviews{padding:64px 0}.footer-grid{flex-direction:column}}
