:root{--ink:#172022;--muted:#596267;--paper:#fff;--line:#dce1e2;--accent:#cfeddd}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-underline-offset:4px}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #178352;outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.08}h2{font-size:clamp(2.3rem,4.2vw,3.8rem);font-weight:500;letter-spacing:-.055em;margin-bottom:0}.header{height:96px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff}.brand{text-decoration:none;font-weight:700;font-size:18px;letter-spacing:.1em;display:flex;align-items:center;line-height:1.25}.brand-icon{display:grid;place-items:center;background:var(--ink);color:white;width:36px;height:40px;font-size:27px;margin-right:12px;letter-spacing:0}.brand-light{font-weight:400;margin-left:5px}.brand small{display:block;font-size:9px;letter-spacing:.18em;margin-top:6px;font-weight:400}.header nav{display:flex;gap:34px;align-items:center;font-size:14px}.header nav a{text-decoration:none}.nav-cta{border-bottom:1px solid var(--ink);padding:8px 0}.nav-cta span{margin-left:22px}.hero{position:relative;isolation:isolate;min-height:680px;height:calc(100svh - 96px);max-height:880px;color:white;overflow:hidden;background:#152429}.hero-image,.hero-shade{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;z-index:-2}.hero-image{object-position:center 59%}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(5,15,21,.78),rgba(5,15,21,.23) 75%),linear-gradient(0deg,rgba(5,15,21,.52),transparent 30%)}.hero-content{padding:7% 7% 140px;max-width:950px}.eyebrow{font-size:12px;letter-spacing:.17em;font-weight:600;line-height:1.5;margin-bottom:24px}.hero h1{font-size:clamp(3.8rem,6.7vw,6.9rem);font-weight:400;letter-spacing:-.065em;margin-bottom:24px;line-height:1.03}.hero h1 em{font-style:normal;color:var(--accent)}.hero-copy{max-width:405px;color:#e5eaed;line-height:1.6;margin-bottom:30px}.button{min-height:56px;padding:16px 25px;display:inline-flex;gap:44px;align-items:center;justify-content:space-between;text-decoration:none;font-size:14px;font-weight:600;border-radius:3px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.light{background:#fff;color:var(--ink)}.light:hover{background:var(--accent)}.dark{background:var(--ink);color:#fff}.dark:hover{background:#2e4640}.button span{font-size:20px;font-weight:400}.hero-note{font-size:12px;color:#e2e8eb;margin:14px 0 0}.hero-bottom{position:absolute;bottom:35px;left:7%;right:7%;display:flex;justify-content:space-between;font-size:12px;letter-spacing:.12em}.hero-bottom a{letter-spacing:0;text-decoration:none;font-size:14px}.hero-bottom a span{margin-left:25px}.referral-strip{padding:30px 7%;display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--line);background:#f5f7f6}.referral-strip .eyebrow{font-size:10px;margin-bottom:5px;color:var(--muted)}.referral-strip p{margin:0;font-size:16px}.referral-strip strong{margin-left:8px;font-weight:500}.copy-group{display:flex;gap:24px;align-items:center}.copy-group>a{font-size:14px;text-decoration:none}.copy-group button{padding:10px 15px;border:1px solid #bdc6c2;border-radius:3px;background:transparent;cursor:pointer;font-size:14px;min-height:44px}.copy-group button:hover{background:#e5ece8}.copy-group button span{margin-left:12px}.section{padding:100px 7%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:58px}.section-heading>p{color:var(--muted);margin:0;max-width:420px}.section .eyebrow{color:#52655d}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.steps article{border-top:1px solid var(--line);padding-top:23px}.step-number{font-size:13px;color:#64726b;display:block;margin-bottom:35px}.steps h3{font-size:21px;font-weight:500;letter-spacing:-.03em;margin-bottom:15px}.steps p{max-width:325px;color:var(--muted);font-size:15px}.notice{display:flex;gap:20px;align-items:center;background:#f4f6f5;padding:23px 28px;margin-top:35px}.notice>span{font-size:25px}.notice p{font-size:14px;margin:0;color:#505b55}.notice strong{font-weight:600;color:var(--ink)}.offer-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;background:#172523;color:#fff}.offer-section .eyebrow{color:#b2ccbf}.offer-copy{padding-top:40px}.offer-copy p{color:#d4deda;max-width:485px}.offer-copy p+p{font-size:14px;color:#bccdc6}.text-link{display:inline-flex;align-items:center;gap:45px;text-decoration:none;border-bottom:1px solid #a9c6b7;padding:12px 0;font-size:15px}.faq-section{display:grid;grid-template-columns:1fr 1.2fr;gap:70px}.faq-intro{color:var(--muted);font-size:15px;margin-top:24px}.faqs{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;font-size:16px;position:relative;padding:23px 30px 23px 0;line-height:1.5}summary::-webkit-details-marker{display:none}summary::after{content:'+';position:absolute;right:3px;font-size:22px;top:19px;font-weight:400}details[open] summary::after{content:'−'}details p{color:var(--muted);font-size:15px;padding-right:20px;line-height:1.75} .closing{text-align:center;background:#dcebe3;padding:80px 25px}.closing h2{font-size:clamp(3rem,5vw,4.5rem);margin:0 0 30px}.closing .eyebrow{color:#405b4c}.closing>p:last-child{font-size:13px;color:#455d51;margin:18px 0 0}.footer{padding:45px 7% 25px;background:#f9faf9;color:var(--muted)}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:28px}.footer-brand{font-size:15px;color:var(--ink);letter-spacing:.08em}.footer-top>div{display:flex;gap:28px;font-size:13px}.footer-top a{text-decoration:none}.footer>p{font-size:12px;max-width:950px}.footer details{border:0;max-width:900px}.footer summary{font-size:12px;padding:8px 28px 8px 0;display:inline-block}.footer summary::after{top:4px;font-size:18px;right:6px}.footer details p{font-size:12px}.footer-bottom{border-top:1px solid var(--line);padding-top:20px;margin-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:12px}.footer-bottom a{text-decoration:none}.skip{position:fixed;top:-100px;left:20px;z-index:10;background:white;color:var(--ink);padding:12px}.skip:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}
@media(min-width:1600px){.section,.referral-strip,.footer{padding-left:max(7%,calc((100vw - 1400px)/2));padding-right:max(7%,calc((100vw - 1400px)/2))}}
@media(max-width:900px){.header{padding:0 5%;height:80px}.header nav{gap:22px}.header nav>a:not(.nav-cta){display:none}.hero{height:740px;min-height:640px;max-height:calc(100svh - 80px)}.hero-content{padding:70px 6% 110px}.hero h1{font-size:clamp(3.7rem,8.5vw,5.5rem)}.hero-image{object-position:60% 65%}.hero-bottom{left:6%;right:6%}.section{padding:75px 6%}.section-heading{gap:28px}.steps{gap:25px}.referral-strip{padding:25px 6%;flex-wrap:wrap}.offer-section{gap:35px}.faq-section{gap:40px;grid-template-columns:1fr 1.2fr}}
@media(max-width:600px){.header{height:78px;gap:12px}.brand{font-size:13px;letter-spacing:.06em}.brand-icon{width:29px;height:34px;margin-right:8px;font-size:23px}.brand small{font-size:7px;letter-spacing:.08em}.header nav{font-size:12px}.nav-cta span{margin-left:8px}.hero{height:720px;min-height:660px;max-height:none}.hero-content{padding:57px 6% 110px}.hero .eyebrow{font-size:10px;margin-bottom:24px}.hero h1{font-size:clamp(3rem,10.7vw,4.2rem)}.hero-copy{font-size:15px;max-width:310px;margin-bottom:26px}.hero-image{object-position:59% 70%}.hero-shade{background:linear-gradient(180deg,rgba(5,15,21,.75),rgba(5,15,21,.4) 50%,rgba(5,15,21,.14) 70%,rgba(5,15,21,.65))}.hero-bottom{bottom:25px;font-size:10px;letter-spacing:.08em}.hero-bottom a{font-size:12px}.hero-bottom a span{margin-left:8px}.hero-note{font-size:11px}.button{padding:15px 20px;gap:36px}.referral-strip{gap:18px}.referral-strip p{font-size:14px}.copy-group{width:100%;justify-content:space-between;gap:10px}.copy-group>a{font-size:13px}.section{padding:65px 6%}.section-heading{display:block;margin-bottom:35px}.section-heading>p{margin-top:24px;font-size:15px}.desktop{display:none}.steps{grid-template-columns:1fr;gap:24px}.steps article{display:grid;grid-template-columns:35px 1fr;column-gap:12px;padding-top:22px}.step-number{grid-row:span 2;margin:0;padding-top:4px}.steps h3{font-size:21px;margin-bottom:12px}.steps p{max-width:none;margin-bottom:0}.notice{padding:20px;align-items:start;margin-top:30px;gap:14px}.notice p{font-size:13px}.notice strong{display:block;margin-bottom:5px}.offer-section,.faq-section{grid-template-columns:1fr;gap:35px}.offer-copy{padding:0}.offer-copy p{font-size:15px}.faq-intro{margin-bottom:0}.faqs summary{font-size:15px;padding-top:20px;padding-bottom:20px}.closing{padding:65px 20px}.footer{padding:35px 6% 25px}.footer-top{align-items:start;flex-direction:column;gap:20px}.footer-bottom{flex-direction:column;gap:7px}.footer details p{padding:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}.button:hover{transform:none}}

/* Referral URL takes priority over campaign copy. */
.hero-content{max-width:1000px;padding-top:5%;padding-bottom:65px}.hero-copy{max-width:490px}.hero-link-group{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.url-button{font-size:clamp(1.1rem,2.1vw,1.65rem);letter-spacing:-.03em;gap:25px}.hero-copy-button{border:1px solid #ccd7d2;color:#fff;background:rgba(15,30,28,.55);padding:15px 20px;min-height:56px;border-radius:3px;cursor:pointer;font-size:14px}.hero-copy-button:hover{background:#172523}.region-reminder{border-left:3px solid #cfeddd;padding:3px 0 3px 17px;max-width:525px;margin:26px 0 0;font-size:15px;color:#edf3ef}.region-reminder strong{display:block;margin-bottom:5px;font-weight:600}.steps a{overflow-wrap:anywhere}.brand small{font-size:10px}.hero{min-height:680px}.hero-note{font-size:12px}
@media(max-width:600px){.hero{height:auto;min-height:770px;max-height:none}.hero-content{padding:45px 6% 70px}.hero h1{font-size:clamp(3rem,12vw,4.2rem)}.hero-copy{font-size:16px}.hero-link-group{align-items:stretch;gap:12px}.url-button{font-size:clamp(1rem,4.6vw,1.2rem);padding:16px;gap:14px;max-width:100%}.hero-copy-button{min-height:44px;padding:10px 16px}.region-reminder{font-size:15px;margin-top:25px}.brand small{display:none}.hero .eyebrow{font-size:12px}.closing .button{font-size:13px;gap:14px;padding:16px}.steps p{font-size:16px}}

.instruction-video{margin:0 0 55px}.instruction-video h3{font-size:1.5rem;font-weight:500;margin-bottom:12px}.instruction-video>p{color:var(--muted);max-width:760px}.instruction-video video{display:block;width:100%;height:auto;aspect-ratio:16/9;background:#172523;border-radius:4px}.instruction-video video:focus-visible{outline:3px solid #178352;outline-offset:5px}.video-transcript{margin-top:8px}.video-transcript summary{font-size:14px}.video-transcript p{max-width:900px}.instruction-video video::cue{background:rgba(0,0,0,.85);color:white}
