@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#0d1b2a;--lime:#c5e35f;--ink:#152637;--muted:#52606c;--line:#dde3e5}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;font:17px/1.65 'DM Sans',sans-serif;color:var(--ink);background:#fff}a{color:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid #4b78dc;outline-offset:6px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif}h1,h2{letter-spacing:-.045em}h1{font-size:clamp(38px,4.6vw,64px);line-height:1.13;margin:18px auto 22px;font-weight:800;max-width:1020px}h1 span{color:var(--lime)}h2{font-size:clamp(31px,3.3vw,44px);line-height:1.2;margin-bottom:24px}h3{font-size:20px;line-height:1.4;letter-spacing:-.02em;margin-bottom:8px}.wrap{width:min(1120px,calc(100% - 48px));margin:auto}.skip{position:absolute;left:10px;top:-100px;background:#fff;padding:10px;z-index:99}.skip:focus{top:10px}header{background:var(--navy);color:white}.nav{height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff1b}.brand{display:flex;align-items:center;gap:10px;font-size:19px;letter-spacing:.07em;text-decoration:none;font-weight:700}.brand img{border-radius:50%;object-fit:contain}.brand-light{font-weight:400}.nav-cta{font-size:14px;font-weight:600;text-decoration:none}.nav-cta span{margin-left:16px;color:var(--lime)}.hero{background:var(--navy);color:white;text-align:center;padding:50px 0 44px}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:700;color:var(--lime);margin-bottom:14px}.hero .eyebrow{font-size:15px}.eyebrow.dark{color:#4a671a}.lead{max-width:850px;margin:0 auto 20px;color:#ccd5de;font-size:19px;line-height:1.65}.hero-points{display:flex;justify-content:center;gap:28px;font-size:14px;color:#e0e7ed;margin-bottom:30px}.hero-points span:before{content:'✓';color:var(--lime);margin-right:8px}.vsl-block{max-width:760px;margin:0 auto 28px;text-align:left}.video-heading{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.1em;font-weight:600;color:#b8c5d1;padding:0 0 10px}.video{background:#07101b;overflow:hidden;border:1px solid #ffffff24;border-radius:10px;box-shadow:0 18px 50px #0003}.button{display:inline-flex;align-items:center;justify-content:center;gap:36px;background:var(--lime);padding:16px 27px;border-radius:6px;color:var(--navy);font-size:17px;font-weight:700;text-decoration:none;transition:background .15s,transform .15s}.button:hover{background:#d5ee87;transform:translateY(-2px)}.micro{font-size:13px;color:#b7c3cf;margin:12px 0 0}.trusted{text-align:center;padding:32px 0 37px;background:#f4f6f7;border-bottom:1px solid var(--line)}.trusted p{font-size:11px;letter-spacing:.13em;color:var(--muted);margin-bottom:22px}.names{display:flex;justify-content:space-between;align-items:center;gap:24px;font-family:Manrope,sans-serif;font-weight:800;font-size:19px;color:#465460}.section{padding:85px 0}.split{display:grid;grid-template-columns:1fr 1.12fr;gap:90px}.section-copy{color:var(--muted);max-width:420px}.checks>div{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid var(--line)}.checks>div:first-child{padding-top:4px}.checks p{color:var(--muted);font-size:16px;margin-bottom:0}.check{height:32px;width:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:50%;background:#edf4db;color:#4a671a;font-weight:700}.mechanism{background:#f4f6f7}.section-top{display:flex;justify-content:space-between;align-items:end;gap:60px}.section-top>p{max-width:330px;color:var(--muted);font-size:16px;margin-bottom:28px}.steps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:25px;gap:40px}.steps article{border-top:1px solid #c6d0d3;padding-top:22px}.step-number{display:block;color:#6c7b85;font-family:Manrope,sans-serif;font-size:14px;margin-bottom:22px}.steps p{color:var(--muted);font-size:16px}.handoff{margin-top:35px;background:var(--navy);color:white;padding:24px 30px;border-radius:6px;display:flex;justify-content:space-between;gap:20px}.handoff span{color:#c3cdd6;font-size:15px}.proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:35px}.proof-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;text-decoration:none;transition:box-shadow .2s}.proof-card:hover{box-shadow:0 8px 32px #14263818}.proof-image{position:relative;aspect-ratio:16/9;background:#132232;overflow:hidden}.proof-image img{width:100%;height:100%;object-fit:cover}.play{position:absolute;left:calc(50% - 26px);top:calc(50% - 26px);width:52px;height:52px;border-radius:50%;background:var(--lime);color:var(--navy);display:grid;place-items:center;padding-left:3px}.proof-content{padding:25px 28px}.result{font-size:24px;font-weight:700;letter-spacing:-.03em;font-family:Manrope,sans-serif;margin-bottom:22px}.proof-content h3{font-size:17px;margin:0}.proof-content>p:not(.result){font-size:14px;color:var(--muted);margin-bottom:22px}.watch{font-size:14px;font-weight:700}.proof-note{font-size:12px;color:var(--muted);margin:16px 0 0}.faq{border-top:1px solid var(--line);padding-top:65px}details{border-bottom:1px solid var(--line);padding:18px 0}details:first-child{padding-top:0}summary{cursor:pointer;font-weight:600;font-size:17px;padding-right:15px}details p{font-size:16px;color:var(--muted);margin:15px 0 4px}.booking{background:var(--navy);color:white}.booking-title{text-align:center;max-width:720px;margin:auto}.booking-title h2{margin-bottom:20px}.booking-title>p:not(.eyebrow){color:#ccd5de}.booking-title .fit{font-size:14px}.calendar{margin:35px auto 0;max-width:1040px;border-radius:10px;background:white;overflow:hidden}.calendar iframe{display:block;width:100%;height:760px;border:0}.calendar-fallback{text-align:center;font-size:14px;color:#ccd5de;margin:20px 0 0}footer{background:#08131f;color:#a6b4c1;padding:32px 0}.footer{display:flex;justify-content:space-between;gap:35px}.footer strong{font-size:14px;color:white;letter-spacing:.07em}.footer p{font-size:12px;line-height:1.8;margin:10px 0 0}.footer-links{display:flex;align-items:start;gap:22px;font-size:12px;padding-top:6px}@media(max-width:760px){.wrap{width:calc(100% - 36px)}.nav{height:74px}.brand{font-size:16px}.brand img{width:34px;height:34px}.nav-cta{font-size:12px;max-width:120px;text-align:right;line-height:1.4}.nav-cta span{display:none}.hero{padding-top:34px}.desktop{display:none}.hero .eyebrow{font-size:12px;letter-spacing:.09em}.lead{font-size:17px}.hero-points{flex-wrap:wrap;gap:8px 14px;font-size:12px;margin:22px 0}.video-heading{font-size:9px}.video-time{display:none}.button{width:100%;font-size:16px;padding:16px;gap:24px}.trusted{padding:26px 0}.names{display:grid;grid-template-columns:1fr 1fr;gap:18px;font-size:15px}.trusted p{font-size:10px}.section{padding:52px 0}.split{grid-template-columns:1fr;gap:24px}.section-copy{max-width:none}.section-top{display:block}.section-top>p{max-width:none}.steps{grid-template-columns:1fr;gap:18px}.step-number{margin-bottom:10px}.handoff{flex-direction:column;padding:24px;gap:5px}.proof-grid{grid-template-columns:1fr;gap:24px;margin-top:24px}.result{font-size:23px}.calendar iframe{height:850px}.footer{display:block}.footer-links{margin-top:20px;flex-wrap:wrap}.booking-title h2{font-size:33px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.calendar-start{text-align:center;padding:40px 20px;color:var(--ink)}.calendar-start .button{border:0;cursor:pointer;font-family:inherit;width:auto}button:focus-visible{outline:3px solid #4b78dc;outline-offset:6px}

.names{flex-wrap:wrap;justify-content:center;gap:22px 44px}.names span{max-width:100%}@media(max-width:760px){.names{gap:20px 16px}.names span:last-child{grid-column:1 / -1}}

.case-video{display:block;width:100%;aspect-ratio:16/9;border:0;background:#0c1b29}.proof-card .watch{display:inline-block;margin-top:12px}
