:root{--ink:#14231d;--green:#21624d;--mint:#d7f3e6;--cream:#f5f0e5;--orange:#f26a3d;--line:#d9ddd7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbfcf9;color:var(--ink);font-family:Arial,'Segoe UI',sans-serif}a{color:inherit}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:white;padding:1rem;z-index:99}.nav{height:82px;display:flex;align-items:center;gap:42px;padding:0 max(5vw,24px);border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(251,252,249,.94);backdrop-filter:blur(12px);z-index:10}.brand{font:700 21px 'Segoe UI',Arial,sans-serif;text-decoration:none;white-space:nowrap}.brand>span{display:inline-grid;place-items:center;width:38px;height:38px;background:var(--ink);color:white;border-radius:50%;margin-right:8px}.nav nav{display:flex;gap:28px;margin:auto}.nav nav a,.text-link{font-weight:600;text-decoration:none;font-size:14px}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--orange);color:white;border-radius:4px;padding:17px 24px;text-decoration:none;font-weight:700;letter-spacing:.01em}.button.small{padding:12px 18px;font-size:14px}.hero{min-height:680px;display:grid;grid-template-columns:1.05fr .95fr}.hero-copy{padding:85px 7vw 60px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--green)}h1,h2{font-family:'Segoe UI',Arial,sans-serif;letter-spacing:-.045em;line-height:1.02;margin:.35em 0}h1{font-size:clamp(48px,6.1vw,88px)}h1 em{color:var(--green);font-style:normal}.lead{font-size:19px;line-height:1.65;max-width:610px;color:#526159}.actions{display:flex;align-items:center;gap:28px;margin:35px 0 42px}.text-link span{color:var(--orange);font-size:20px}.price-strip{display:flex;gap:0;border-top:1px solid var(--line);max-width:580px}.price-strip div{padding:22px 35px 0 0;display:grid}.price-strip div+div{padding-left:35px;border-left:1px solid var(--line)}.price-strip strong{font:700 28px 'Segoe UI',Arial,sans-serif}.price-strip span{color:#718079;font-size:13px}.hero-image{position:relative;background:var(--mint);min-height:540px;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.availability{position:absolute;bottom:28px;left:28px;background:white;padding:16px 22px;display:flex;align-items:center;gap:12px;box-shadow:0 12px 30px #14231d22}.availability i{width:10px;height:10px;background:#40ad67;border-radius:50%;box-shadow:0 0 0 5px #d7f3e6}.proof{display:flex;justify-content:space-around;gap:25px;padding:24px 5vw;background:var(--ink);color:#b7c5be;font-size:12px;letter-spacing:.14em;font-weight:700}.section{padding:100px max(7vw,25px)}.section-head{display:flex;justify-content:space-between;align-items:end}.section h2,.dark h2,.cta h2{font-size:clamp(40px,5vw,68px)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:55px}.cards article{padding:35px;min-height:270px;border:1px solid var(--line);background:white}.cards b{color:var(--orange);font-size:12px}.cards h3{font:700 26px 'Segoe UI',Arial,sans-serif;margin-top:70px}.cards p,.muted,.notice p,.notice li{color:#637168;line-height:1.7}.dark{background:var(--ink);color:white;padding:100px max(7vw,25px);display:grid;grid-template-columns:.9fr 1.1fr;gap:9vw}.eyebrow.light{color:#8bd9ba}.dark .muted{max-width:440px;color:#aebbb4}.dark ol{list-style:none;margin:0;padding:0}.dark li{display:flex;gap:24px;padding:26px 0;border-top:1px solid #ffffff28}.dark li>span{display:grid;place-items:center;flex:0 0 42px;height:42px;background:var(--mint);color:var(--ink);border-radius:50%;font-weight:bold}.dark h3{margin:0;font:600 21px 'Segoe UI',Arial,sans-serif}.dark li p{color:#aebbb4;margin:8px 0;line-height:1.55}.safety{display:grid;grid-template-columns:.9fr 1.1fr;gap:9vw}.notice{border-left:4px solid var(--orange);padding:10px 0 10px 38px}.notice h3{font:600 25px 'Segoe UI',Arial,sans-serif}.notice li{margin:9px 0}.cta{text-align:center;background:var(--green);color:white;padding:95px 25px}.cta h2{margin:.25em}.cta p{color:#d1e6de}.button.cream{background:var(--cream);color:var(--ink);margin-top:25px}footer{padding:65px max(6vw,24px) 30px;display:grid;grid-template-columns:1.3fr .8fr 1fr;gap:40px;background:#eef1ec}footer p,footer a{color:#64726b;line-height:1.7;font-size:14px}footer div:nth-child(3){display:flex;flex-direction:column}footer h4{margin-top:0}footer small{grid-column:1/-1;border-top:1px solid var(--line);padding-top:25px;color:#7d8983}.mobile-call{display:none}.legal{max-width:900px;margin:auto;padding:75px 24px 100px}.legal h1{font-size:clamp(40px,6vw,64px)}.legal h2{font-size:28px;margin-top:2.2em}.legal h3{font-size:19px;margin-top:1.7em}.legal p,.legal li{line-height:1.75;color:#4e5c55}.legal .meta{background:var(--cream);padding:20px;margin:30px 0}.warning{border-left:4px solid var(--orange);padding:16px 20px;background:#fff4ef}
@media(max-width:820px){.nav nav{display:none}.nav{height:68px}.nav .button{margin-left:auto}.hero{grid-template-columns:1fr}.hero-copy{padding:55px 24px 45px}.hero-image{min-height:440px}.proof{overflow:auto;justify-content:flex-start}.section-head,.dark,.safety{display:block}.cards{grid-template-columns:1fr}.cards article{min-height:auto}.cards h3{margin-top:35px}.dark ol{margin-top:50px}.notice{margin-top:35px}footer{grid-template-columns:1fr 1fr}.mobile-call{display:flex;position:fixed;bottom:12px;left:12px;right:12px;z-index:20;background:var(--orange);color:white;padding:16px 20px;justify-content:space-between;text-decoration:none;font-weight:700;box-shadow:0 8px 35px #0005}body{padding-bottom:64px}}
@media(max-width:520px){.nav .small{display:none}h1{font-size:48px}.actions{align-items:flex-start;flex-direction:column}.price-strip strong{font-size:23px}.price-strip div{padding-right:18px}.price-strip div+div{padding-left:18px}.section,.dark{padding-top:75px;padding-bottom:75px}footer{grid-template-columns:1fr}}
