:root {
  --bg: #080a0a;
  --surface: #0e1110;
  --surface-2: #131716;
  --line: rgba(255,255,255,.1);
  --line-bright: rgba(255,255,255,.18);
  --text: #f4f7f5;
  --muted: #8c9691;
  --green: #c8ff3d;
  --green-dark: #91bf1c;
  --font-display: "Outfit", sans-serif;
  --font-body: "Inter", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% -15%, rgba(200,255,61,.09), transparent 32%); z-index: -1; }
.noise { position: fixed; inset: 0; opacity: .045; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { height: 82px; width: min(1320px, calc(100% - 48px)); margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: inline-flex; gap: 12px; align-items: center; font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: .04em; }
.brand > span:last-child > span { color: var(--green); }
.brand-mark { width: 28px; height: 25px; display: inline-flex; align-items: flex-end; gap: 3px; transform: skew(-20deg); }
.brand-mark i { display: block; width: 7px; background: var(--green); }
.brand-mark i:nth-child(1) { height: 13px; }.brand-mark i:nth-child(2) { height: 21px; }.brand-mark i:nth-child(3) { height: 16px; }
.header-status { font-size: 10px; letter-spacing: .12em; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.header-status span, .live i, .pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.nav-cta { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; display: flex; gap: 18px; align-items: center; }
.nav-cta span { color: var(--green); }
.page { display: none; }
.page--active { display: block; animation: page-in .5s ease-out; }
@keyframes page-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.hero { text-align: center; padding: 110px 0 0; position: relative; }
.hero-glow { width: min(600px, 100vw); height: 320px; position: absolute; left: 50%; top: 75px; transform: translateX(-50%); border: 1px solid rgba(200,255,61,.05); border-radius: 50%; box-shadow: inset 0 0 100px rgba(200,255,61,.04), 0 0 120px rgba(200,255,61,.03); filter: blur(1px); pointer-events: none; }
.eyebrow { color: #a8b1ad; font-size: 10px; letter-spacing: .2em; font-weight: 600; display: flex; justify-content: center; align-items: center; gap: 13px; }
.eyebrow span, .section-label span { color: var(--green); }
.eyebrow i { width: 35px; height: 1px; background: var(--line-bright); }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: var(--font-display); }
.hero h1 { font-size: clamp(48px, 6vw, 82px); line-height: .99; letter-spacing: -.045em; margin: 33px 0 28px; font-weight: 600; }
em { color: var(--green); font-style: normal; }
.hero-copy { color: #a5aeaa; max-width: 750px; margin: 0 auto; font-size: 16px; line-height: 1.8; }
.hero-actions { margin: 35px 0 76px; display: flex; align-items: center; justify-content: center; gap: 28px; }
.button { border: 1px solid transparent; min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 35px; text-transform: uppercase; letter-spacing: .09em; font-size: 11px; font-weight: 700; cursor: pointer; transition: .25s ease; }
.button span { font-size: 16px; }
.button--primary { color: #0b0d0c; background: var(--green); box-shadow: 0 8px 35px rgba(200,255,61,.12); }
.button--primary:hover { background: #d7ff70; transform: translateY(-2px); box-shadow: 0 12px 40px rgba(200,255,61,.22); }
.button--outline { border-color: var(--line-bright); background: transparent; }
.button--outline:hover { border-color: var(--green); color: var(--green); }
.button--large { min-height: 62px; padding-inline: 31px; }
.micro-proof { display: flex; align-items: center; text-align: left; }
.micro-proof p { margin: 0; color: #737d78; font-size: 10px; line-height: 1.5; letter-spacing: .02em; }
.micro-proof b { color: #b7bfbb; font-weight: 500; }
.avatar-stack { display: flex; margin-right: 12px; }
.avatar-stack span { width: 30px; height: 30px; border: 2px solid var(--bg); margin-left: -7px; border-radius: 50%; background: #27302c; display: grid; place-items: center; font-size: 7px; color: var(--green); }
.system-visual { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(18,22,20,.95), rgba(8,10,10,.98)); text-align: left; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.system-topline { height: 42px; border-bottom: 1px solid var(--line); padding: 0 18px; display: flex; justify-content: space-between; align-items: center; font-size: 9px; letter-spacing: .12em; color: #606a65; }
.system-topline .live { color: var(--green); display: flex; gap: 8px; align-items: center; }
.system-flow { min-height: 205px; display: flex; align-items: center; justify-content: space-evenly; padding: 28px 35px; }
.system-flow article { min-width: 140px; text-align: center; position: relative; }
.system-flow article > span { position: absolute; top: 0; left: 0; color: #49514d; font: 9px var(--font-body); }
.flow-icon { margin: 0 auto 16px; width: 54px; height: 54px; border: 1px solid rgba(200,255,61,.25); background: rgba(200,255,61,.04); color: var(--green); display: grid; place-items: center; font-size: 23px; box-shadow: inset 0 0 20px rgba(200,255,61,.04); }
.system-flow h3 { font-size: 14px; margin: 0 0 4px; font-weight: 500; }.system-flow p { font-size: 9px; color: #63706a; margin: 0; text-transform: uppercase; letter-spacing: .07em; }
.connector { flex: 1; height: 1px; max-width: 80px; margin: 0 -10px; background: repeating-linear-gradient(90deg,var(--green) 0 4px,transparent 4px 9px); opacity: .35; }
.system-metrics { height: 66px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.system-metrics div { padding: 12px 22px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.system-metrics div:last-child { border: 0; }.system-metrics span { font-size: 8px; letter-spacing: .1em; color: #59635e; }.system-metrics strong { font: 500 15px var(--font-display); }
.section { padding-block: 140px; }
.section-label { font-size: 9px; letter-spacing: .19em; color: #69736e; display: flex; gap: 12px; align-items: center; margin-bottom: 60px; }
.section-label::after { content: ""; flex: 1; height: 1px; background: var(--line); margin-left: 14px; }
.problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.section-heading h2, .offer-title h2, .pricing-title h2 { font-size: clamp(42px,5vw,64px); line-height: 1.04; letter-spacing: -.04em; font-weight: 600; margin-bottom: 27px; }
.section-heading > p { max-width: 440px; color: var(--muted); font-size: 15px; }
.strike { color: var(--muted); position: relative; }.strike::after { content: ""; position: absolute; left: -2px; right: -3px; top: 55%; height: 2px; background: var(--green); transform: rotate(-6deg); }
.leak-card { background: var(--surface); border: 1px solid var(--line); }
.leak-card__head { height: 48px; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); font-size: 8px; letter-spacing: .15em; color: #5d6762; }
.leak-card__head b { color: #f68373; font-weight: 500; }.leak-card__head i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #f45c4a; margin-right: 6px; box-shadow: 0 0 10px #f45c4a; }
.leak-card > p { color: var(--muted); padding: 25px 26px 10px; font-size: 13px; margin: 0; }.leak-card ul { list-style: none; padding: 0 26px; margin: 0; }.leak-card li { border-bottom: 1px solid var(--line); padding: 15px 0; color: #c2c9c5; font-size: 13px; }.leak-card li i { display: inline-grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--line); color: #737e78; margin-right: 12px; font-style: normal; }
.impact { margin-top: 18px; padding: 25px 27px; border-top: 1px solid rgba(200,255,61,.2); background: rgba(200,255,61,.035); display: flex; justify-content: space-between; align-items: flex-start; }.impact span { font-size: 8px; letter-spacing: .14em; color: var(--green); }.impact strong { font: 500 17px/1.4 var(--font-display); }.impact em { font-size: 14px; }
.cost { border-top: 1px solid var(--line); }.cost-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; }.cost-panel > p { color: var(--muted); font-size: 14px; margin-bottom: 35px; }.cost-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }.cost-grid div { min-height: 160px; position: relative; padding: 60px 24px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }.cost-grid div:nth-child(2n) { border-right: 0; }.cost-grid div:nth-child(n+3) { border-bottom: 0; }.cost-grid span { position: absolute; top: 16px; left: 18px; color: #535d58; font-size: 9px; }.cost-grid i { position: absolute; top: 13px; right: 17px; color: var(--green); font-size: 19px; font-style: normal; }.cost-grid strong { font: 500 18px/1.35 var(--font-display); }
.mechanism { border-top: 1px solid var(--line); }.video-frame { aspect-ratio: 16 / 9; width: min(100%, 760px); height: auto; margin-inline: auto; background: radial-gradient(circle at 50% 45%, rgba(200,255,61,.12), transparent 12%), repeating-radial-gradient(circle at center, transparent 0 58px, rgba(200,255,61,.035) 59px 60px), linear-gradient(145deg,#111614,#090b0a); border: 1px solid var(--line); position: relative; overflow: hidden; cursor: pointer; }.video-frame::before,.video-frame::after { content: ""; position: absolute; background: rgba(200,255,61,.06); }.video-frame::before { width: 1px; height: 100%; left: 50%; }.video-frame::after { height: 1px; width: 100%; top: 50%; }.play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 78px; height: 78px; border-radius: 50%; border: 1px solid rgba(200,255,61,.4); color: var(--green); background: rgba(7,9,8,.88); cursor: pointer; z-index: 2; box-shadow: 0 0 50px rgba(200,255,61,.16); transition: .25s; }.play:hover { transform: translate(-50%,-50%) scale(1.08); }.play span { margin-left: 4px; }.video-caption { position: absolute; inset: auto 22px 18px; display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .15em; color: #6c7771; }.video-caption b { color: var(--green); }.mechanism-copy { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }.mechanism-copy span { color: var(--green); font-size: 8px; letter-spacing: .18em; }.mechanism-copy h2 { font-size: 29px; line-height: 1.2; margin: 10px 0 0; }.mechanism-copy p { color: var(--muted); font-size: 14px; align-self: end; margin: 0; }
.video-frame--native { cursor: default; background:#030504; }.video-frame--native::before,.video-frame--native::after { display:none; }.native-video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; background:#000; }.video-overlay { position:absolute; inset:0; z-index:2; display:grid; place-items:center; align-content:center; gap:15px; border:0; color:var(--green); background:linear-gradient(145deg,rgba(5,8,7,.78),rgba(5,8,7,.52)); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); cursor:pointer; transition:opacity .35s ease,visibility .35s ease; }.video-overlay span { width:82px; height:82px; display:grid; place-items:center; border-radius:50%; border:1px solid rgba(200,255,61,.45); background:rgba(7,9,8,.82); box-shadow:0 0 55px rgba(200,255,61,.18), inset 0 0 24px rgba(200,255,61,.06); padding-left:5px; font-size:22px; }.video-overlay b { font:700 9px var(--font-body); letter-spacing:.18em; color:#d9ff77; }.video-frame.is-playing .video-overlay { opacity:0; visibility:hidden; pointer-events:none; }.video-frame--small { width: min(100%, 520px); }.confirm-main .video-frame--small { margin-top: 28px; }
.offer { border-top: 1px solid var(--line); }.offer-title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 50px; }.offer-title h2 { margin: 0; }.offer-title p { color: var(--muted); max-width: 390px; font-size: 14px; }.deliverables { border: 1px solid var(--line); }.deliverables article { min-height: 98px; display: grid; grid-template-columns: 45px 60px 1fr auto; gap: 20px; align-items: center; padding: 0 25px; border-bottom: 1px solid var(--line); transition: .2s; }.deliverables article:last-child { border:0; }.deliverables article:hover { background: rgba(200,255,61,.025); }.deliverables article > span { color: #525c57; font-size: 9px; }.deliverables article > i { width: 45px; height: 45px; border: 1px solid var(--line); display: grid; place-items: center; font-style: normal; color: var(--green); }.deliverables h3 { font-size: 17px; margin: 0 0 4px; font-weight: 500; }.deliverables p { color: #65706a; font-size: 11px; margin: 0; }.deliverables article > b { color: var(--green); font-size: 8px; letter-spacing: .15em; font-weight: 500; }.bonus-title { display: flex; align-items: center; gap: 20px; color: var(--green); font-size: 9px; letter-spacing: .15em; margin: 65px 0 22px; }.bonus-title i { height:1px; flex:1; background: var(--line); }.bonus-title b { color: #59635e; font-size: 8px; }.bonus-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.bonus-grid article { border: 1px solid var(--line); padding: 25px; background: var(--surface); position: relative; }.bonus-grid article > span { color: var(--green); font-size: 8px; letter-spacing: .16em; }.badge-icon { margin: 35px 0 23px; width: 55px; height: 55px; border: 1px solid rgba(200,255,61,.35); color: var(--green); display:grid; place-items:center; font: 600 18px var(--font-display); transform: rotate(45deg); }.badge-icon::first-letter { transform:rotate(-45deg); }.bonus-grid h3 { font-size: 19px; line-height: 1.25; }.bonus-grid p { border-top: 1px solid var(--line); margin: 25px 0 0; padding-top: 16px; color: #68726d; font-size: 8px; letter-spacing: .15em; }
.pricing { border-top:1px solid var(--line); }.pricing-title { text-align:center; margin-bottom:50px; }.pricing-grid { display:grid; grid-template-columns:1fr 1fr; max-width:880px; margin:auto; gap:16px; align-items:center; }.price-card { border:1px solid var(--line); background:var(--surface); padding:32px; min-height:490px; display:flex; flex-direction:column; }.price-card--accent { border-color:rgba(200,255,61,.45); min-height:530px; position:relative; background:linear-gradient(160deg,rgba(200,255,61,.06),var(--surface) 45%); box-shadow:0 30px 80px rgba(0,0,0,.3); }.popular { position:absolute; top:0; right:0; padding:7px 13px; color:#0a0c0b; background:var(--green); font-size:7px; letter-spacing:.15em; font-weight:700; }.price-card__top { display:flex; justify-content:space-between; color:var(--green); font-size:8px; letter-spacing:.16em; }.price-card__top b { color:#6e7873; font-weight:500; }.price-card h3 { margin:35px 0 12px; font-size:21px; }.price { font:600 60px/1 var(--font-display); letter-spacing:-.04em; }.price sup { font-size:20px; color:var(--green); vertical-align:top; line-height:1.5; }.price small { font-size:15px; color:#707b75; letter-spacing:0; }.price-card > p { color:#64706a; font-size:10px; }.price-card ul { list-style:none; padding:22px 0; border-top:1px solid var(--line); margin:25px 0; flex:1; }.price-card li { font-size:12px; color:#abb3af; padding:6px 0; }.price-card li::first-letter { color:var(--green); }.price-card .button { width:100%; }
.price-card { min-height: 360px; }
.price-card--accent { min-height: 390px; }
.price-card .button { margin-top: auto; }
.guarantee { border-top:1px solid var(--line); padding-bottom:80px; }.guarantee-box { border:1px solid rgba(200,255,61,.24); background:rgba(200,255,61,.035); max-width:970px; margin:auto; padding:48px; display:grid; grid-template-columns:100px 1fr; gap:40px; }.shield { width:90px; height:100px; background:linear-gradient(145deg,var(--green),#92bb29); clip-path:polygon(50% 0,90% 14%,85% 65%,50% 100%,15% 65%,10% 14%); display:grid; place-items:center; color:#0b0d0c; font-size:27px; }.guarantee-box > div > span { color:var(--green); font-size:8px; letter-spacing:.16em; }.guarantee-box h2 { font-size:31px; margin:10px 0 12px; }.guarantee-box p { margin:0; color:#909a95; font-size:13px; max-width:700px; }.final-cta { text-align:center; padding:150px 0 50px; }.final-cta > span { color:#7c8781; font-size:9px; letter-spacing:.2em; }.final-cta h2 { font-size:clamp(50px,7vw,80px); line-height:1; margin:23px 0 40px; letter-spacing:-.045em; }.final-cta p { color:#5f6a64; font-size:10px; margin:16px 0; }
footer { border-top:1px solid var(--line); min-height:120px; display:flex; justify-content:space-between; align-items:center; width:min(1320px,calc(100% - 48px)); margin:auto; }footer p { margin:0; color:#4b5550; font-size:8px; letter-spacing:.12em; }
.reveal { opacity:0; transform:translateY(25px); transition:opacity .7s ease,transform .7s ease; }.reveal.visible { opacity:1; transform:none; }
/* Funnel pages */
.funnel-page { min-height:calc(100vh - 82px); padding:60px 24px 110px; }.funnel-shell { max-width:850px; margin:auto; }.funnel-shell--wide { max-width:1100px; }.progress { display:flex; justify-content:center; align-items:center; gap:15px; color:#4f5954; font-size:9px; letter-spacing:.12em; margin-bottom:65px; }.progress span { display:flex; gap:7px; }.progress span b { font-weight:500; }.progress > i { width:70px; height:1px; background:var(--line); }.progress .active { color:var(--green); }.progress .done { color:#8d9792; }.progress > i.filled { background:var(--green); opacity:.5; }.form-intro,.booking-head { text-align:center; margin-bottom:55px; }.pill { display:inline-flex; align-items:center; gap:8px; color:var(--green); border:1px solid rgba(200,255,61,.24); background:rgba(200,255,61,.04); padding:6px 11px; font-size:8px; letter-spacing:.16em; }.form-intro h1,.booking-head h1,.center-card h1,.confirm-main h1 { font:600 clamp(45px,6vw,68px)/1 var(--font-display); letter-spacing:-.045em; margin:24px 0 20px; }.form-intro p,.booking-head p { color:var(--muted); font-size:13px; }.bant-form { border:1px solid var(--line); background:var(--surface); padding:35px 42px; }.bant-form fieldset { border:0; padding:0 0 35px; margin:0 0 35px; border-bottom:1px solid var(--line); }.bant-form legend { font:500 17px var(--font-display); margin-bottom:18px; }.bant-form legend span { color:var(--green); font:9px var(--font-body); margin-right:10px; }.option-grid { display:grid; gap:10px; }.option-grid--four { grid-template-columns:repeat(4,1fr); }.option-grid--two { grid-template-columns:1fr 1fr; }.option-grid input { position:absolute; opacity:0; pointer-events:none; }.option-grid label span { min-height:50px; border:1px solid var(--line); display:flex; align-items:center; justify-content:center; color:#909a95; font-size:11px; cursor:pointer; transition:.2s; text-align:center; padding:9px; }.option-grid label:hover span { border-color:var(--line-bright); color:var(--text); }.option-grid input:checked + span { border-color:var(--green); background:rgba(200,255,61,.07); color:var(--green); box-shadow:inset 0 -2px var(--green); }.bant-form > .button { width:100%; }.form-error { color:#fb786a; text-align:center; min-height:22px; font-size:11px; margin:0 0 12px; }.center-card { width:min(650px,100%); margin:8vh auto 0; border:1px solid var(--line); background:var(--surface); padding:65px; text-align:center; }.round-icon { width:70px;height:70px;border:1px solid rgba(200,255,61,.3);color:var(--green);border-radius:50%;display:grid;place-items:center;margin:0 auto 25px;font-size:24px; }.center-card p { color:var(--muted); max-width:490px; margin:0 auto 30px; font-size:14px; }
.calendar-card { display:grid; grid-template-columns:340px 1fr; border:1px solid var(--line); background:var(--surface); min-height:520px; }
.calendar-info { padding:40px; border-right:1px solid var(--line); background:linear-gradient(145deg,rgba(200,255,61,.04),transparent 50%); }
.mini-brand { font:700 10px var(--font-display); display:flex; align-items:center; gap:8px; }
.mini-brand .brand-mark { transform:skew(-20deg) scale(.7); transform-origin:left; width:23px; }
.calendar-info h3 { font-size:25px; line-height:1.15; margin:55px 0 25px; }
.calendar-info ul { list-style:none; padding:0; margin:0 0 30px; color:#8d9792; font-size:11px; }
.calendar-info li { padding:5px 0; }
.calendar-info p { color:#66706b; font-size:11px; line-height:1.7; }
.calendar-picker { padding:32px; }
.calendar-nav { display:flex; justify-content:space-between; align-items:center; margin-bottom:25px; }
.calendar-nav strong { font-size:9px; letter-spacing:.15em; }
.calendar-nav button { width:30px; height:30px; border:1px solid var(--line); background:transparent; cursor:pointer; }
.calendar-nav button:hover { border-color:var(--green); color:var(--green); }
.date-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:8px; }
.date-button { min-height:68px; border:1px solid var(--line); background:#0b0e0d; color:#747e79; cursor:pointer; font-size:10px; }
.date-button b { display:block; color:#d2d7d4; font:500 18px var(--font-display); }
.date-button:hover,.date-button.active { border-color:var(--green); color:var(--green); }
.date-button.active { background:rgba(200,255,61,.07); }
.time-slots { border-top:1px solid var(--line); margin-top:25px; padding-top:24px; min-height:120px; display:grid; grid-template-columns:repeat(3,1fr); gap:8px; align-content:start; }
.time-slots > p { grid-column:1/-1; color:#66706b; text-align:center; font-size:11px; margin:25px 0; }
.time-button { min-height:42px; border:1px solid var(--line); background:transparent; color:#aab2ae; font-size:10px; cursor:pointer; }
.time-button:hover,.time-button.active { border-color:var(--green); color:var(--green); background:rgba(200,255,61,.05); }
.book-button { width:100%; margin-top:15px; }
.book-button:disabled { opacity:.25; cursor:not-allowed; transform:none; }
.booking-fields { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:18px; }
.booking-fields label { color:#69736e; font-size:8px; letter-spacing:.14em; text-transform:uppercase; }
.booking-fields input { width:100%; margin-top:8px; border:1px solid var(--line); background:#0b0e0d; color:var(--text); min-height:44px; padding:0 12px; outline:none; }
.booking-fields input:focus { border-color:var(--green); box-shadow:0 0 0 1px rgba(200,255,61,.2); }
.booking-error { margin:12px 0 0; }
.book-button.is-loading { pointer-events:none; opacity:.7; }
@media (max-width:900px) {
  .hero { padding-top:80px; }.hero h1 br { display:none; }.system-flow { display:grid;grid-template-columns:1fr 1fr;gap:30px; }.connector { display:none; }.problem-grid,.cost-layout { grid-template-columns:1fr;gap:40px; }.mechanism-copy { gap:40px; }.offer-title { display:block; }.offer-title p { margin-top:25px; }.calendar-card { grid-template-columns:1fr; }.calendar-info { border-right:0;border-bottom:1px solid var(--line); }.confirm-grid { grid-template-columns:1fr; }
}
@media (max-width:640px) {
  .booking-fields { grid-template-columns:1fr; }
  .bonus-grid { grid-template-columns: 1fr; }
  .bonus-title { display:block; margin: 44px 0 18px; }
  .bonus-title i { display:none; }
  .bonus-title b { display:block; margin-top:8px; }
  .bonus-grid { gap:12px; }
  .bonus-grid article { padding:20px; }
  .badge-icon { margin: 26px 0 18px; width: 48px; height: 48px; font-size: 16px; }
  .bonus-grid h3 { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; }.reveal { opacity:1;transform:none;transition:none; } }
@media (max-width:640px) { .price-card--accent { min-height: 360px; } }

@media (max-width: 900px) {
  .pricing-grid,
  .guarantee-box,
  .confirm-grid,
  .calendar-card {
    grid-template-columns: 1fr;
  }

  .pricing-grid,
  .bonus-grid {
    max-width: 560px;
    margin-inline: auto;
  }

  .calendar-info {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    width: calc(100% - 28px);
    height: 70px;
  }

  .header-status {
    display: none;
  }

  .nav-cta {
    font-size: 0;
    gap: 0;
  }

  .nav-cta span {
    font-size: 18px;
  }

  .hero {
    padding-top: 65px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero-copy {
    font-size: 14px;
  }

  .hero-actions {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .button {
    width: 100%;
    max-width: 100%;
    gap: 18px;
    padding-inline: 18px;
    text-align: center;
    white-space: normal;
  }

  .system-flow {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px 12px;
  }

  .system-flow article {
    min-width: 0;
  }

  .system-metrics div {
    padding: 10px;
  }

  .system-metrics strong {
    font-size: 12px;
  }

  .section {
    padding-block: 90px;
  }

  .section-label {
    margin-bottom: 40px;
  }

  .section-heading h2,
  .offer-title h2,
  .pricing-title h2 {
    font-size: 39px;
  }

  .problem-grid,
  .cost-layout,
  .mechanism-copy {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .impact {
    display: block;
  }

  .impact strong {
    display: block;
    margin-top: 12px;
  }

  .cost-grid {
    grid-template-columns: 1fr;
  }

  .cost-grid div {
    border-right: 0;
  }

  .cost-grid div:nth-child(n+3) {
    border-bottom: 1px solid var(--line);
  }

  .cost-grid div:last-child {
    border-bottom: 0;
  }

  .video-frame {
    width: 100%;
  }

  .deliverables article {
    grid-template-columns: 30px 42px 1fr;
    gap: 10px;
    padding: 15px;
  }

  .deliverables article > b {
    display: none;
  }

  .bonus-title {
    display: block;
    margin: 44px 0 18px;
  }

  .bonus-title i {
    display: none;
  }

  .bonus-title b {
    display: block;
    margin-top: 8px;
  }

  .bonus-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 100%;
  }

  .bonus-grid article {
    padding: 20px;
  }

  .badge-icon {
    width: 48px;
    height: 48px;
    margin: 26px 0 18px;
    font-size: 16px;
  }

  .bonus-grid h3 {
    font-size: 17px;
  }

  .price-card,
  .price-card--accent {
    min-height: auto;
    padding: 28px 22px;
  }

  .price {
    font-size: 52px;
  }

  .guarantee-box {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 22px;
  }

  .shield {
    width: 64px;
    height: 72px;
  }

  .final-cta {
    padding-top: 100px;
  }

  footer {
    width: calc(100% - 28px);
    justify-content: center;
    text-align: center;
  }

  footer > .brand {
    display: none;
  }

  .funnel-page {
    padding: 40px 14px 80px;
  }

  .progress {
    gap: 8px;
    margin-bottom: 45px;
  }

  .progress > i {
    width: 25px;
  }

  .progress span b {
    display: none;
  }

  .bant-form {
    padding: 25px 18px;
  }

  .option-grid--four,
  .option-grid--two {
    grid-template-columns: 1fr 1fr;
  }

  .center-card {
    padding: 40px 20px;
  }

  .calendar-card {
    min-height: auto;
  }

  .calendar-picker,
  .calendar-info {
    padding: 25px 18px;
  }

  .date-grid {
    grid-template-columns: repeat(5, 65px);
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .time-slots {
    grid-template-columns: 1fr 1fr;
  }

  .booking-fields {
    grid-template-columns: 1fr;
  }

  .confirm-main h1,
  .booking-head h1,
  .form-intro h1,
  .center-card h1 {
    font-size: 42px;
  }

  .next-steps {
    padding: 25px 18px;
  }

  .video-frame--small {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .hero h1,
  .confirm-main h1,
  .booking-head h1,
  .form-intro h1,
  .center-card h1 {
    font-size: 38px;
  }

  .section-heading h2,
  .offer-title h2,
  .pricing-title h2 {
    font-size: 35px;
  }

  .option-grid--four,
  .option-grid--two,
  .time-slots {
    grid-template-columns: 1fr;
  }

  .price {
    font-size: 46px;
  }
}

@media (max-width: 640px) {
  .calendar-card,
  .calendar-picker,
  .calendar-info,
  .date-grid,
  .time-slots {
    min-width: 0;
    max-width: 100%;
  }

  .date-grid,
  .time-slots {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .date-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    overflow-x: visible;
  }

  .date-button {
    min-height: 60px;
    padding: 4px 0;
    font-size: 8px;
  }

  .date-button b {
    font-size: 16px;
  }
}
