
:root {
  --bg: #050706;
  --surface: #0b100e;
  --surface-2: #101713;
  --text: #f4f7f5;
  --muted: #aeb8b2;
  --green: #0da15b;
  --green-light: #18d17b;
  --green-dark: #063d27;
  --line: rgba(155, 255, 197, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 112px; }

.site-header {
  height: 88px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); position: absolute; z-index: 20; inset: 0 0 auto;
  display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(180deg, rgba(3,5,4,.94), rgba(3,5,4,.48)); backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; letter-spacing: -.7px; }
.brand img { width: 38px; height: 38px; object-fit: contain; }
.brand b { color: var(--green-light); }
.site-header nav { display: flex; align-items: center; gap: 42px; color: #d7ddd9; font-size: 14px; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--green-light); }

.button {
  border: 1px solid rgba(255,255,255,.1); color: white; background: linear-gradient(135deg, #087c46, #0db663); min-height: 56px;
  display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 9px; padding: 0 27px; font-weight: 700;
  box-shadow: 0 14px 38px rgba(5,157,85,.19); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.button svg { width: 20px; height: 20px; max-width: 20px; max-height: 20px; display: block; overflow: hidden; flex: 0 0 20px; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(5,188,98,.28); filter: brightness(1.08); }
.button-small { min-height: 48px; padding-inline: 22px; font-size: 14px; }

.hero { min-height: 850px; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: brightness(.82) saturate(.92); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #030504 0%, rgba(3,5,4,.97) 28%, rgba(3,5,4,.58) 52%, rgba(3,5,4,.05) 76%), linear-gradient(0deg, rgba(3,5,4,.8), transparent 28%); }
.hero-content { position: relative; z-index: 2; padding-top: 94px; }
.hero-copy { width: min(570px, 50%); }
.eyebrow { margin: 0 0 20px; color: #c2cbc5; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; display: flex; align-items: center; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(50px, 5vw, 72px); line-height: 1.03; letter-spacing: -.055em; font-weight: 760; }
h1 em { display: block; color: var(--green-light); font-style: normal; }
.hero-lead { max-width: 520px; margin-bottom: 30px; color: #c0c9c3; font-size: 18px; line-height: 1.6; }
.proof-strip { margin-top: 48px; width: max-content; display: flex; border: 1px solid rgba(128,255,177,.22); background: rgba(7,13,10,.68); backdrop-filter: blur(16px); border-radius: 9px; }
.proof-strip > div { display: flex; align-items: center; gap: 13px; min-width: 244px; padding: 18px 24px; color: #cbd3ce; }
.proof-strip > div + div { border-left: 1px solid var(--line); }
.proof-strip svg { color: var(--green-light); width: 28px; height: 28px; }
.proof-strip span { display: flex; gap: 5px; align-items: baseline; font-size: 14px; }
.proof-strip strong { color: white; font-size: 19px; }

.section-heading h2, .managed-copy h2, .results h2, .final-cta h2 { margin-bottom: 24px; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p, .managed-copy > p, .results p, .final-cta-card > p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.split-heading { display: grid; grid-template-columns: 1.08fr .75fr; gap: 100px; align-items: end; margin-bottom: 54px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 4px; }

.problem { background: radial-gradient(circle at 80% 35%, rgba(9,90,54,.11), transparent 36%); }
.comparison-slider {
  --compare-position: 50%;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(94,239,155,.22);
  border-radius: 20px;
  background: #080b09;
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
  isolation: isolate;
}
.comparison-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; user-select: none; pointer-events: none; }
.comparison-after { filter: saturate(1.05); }
.comparison-before { position: absolute; z-index: 2; inset: 0; overflow: hidden; clip-path: inset(0 calc(100% - var(--compare-position)) 0 0); }
.comparison-before .comparison-image { filter: saturate(.9) brightness(.94); }
.comparison-slider::after { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(3,5,4,.42), transparent 27%); }
.comparison-label { position: absolute; z-index: 5; bottom: 24px; padding: 10px 15px; border-radius: 100px; color: white; background: rgba(4,8,6,.74); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(12px); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; pointer-events: none; }
.label-before { left: 24px; }
.label-after { right: 24px; color: #d5ffe5; border-color: rgba(55,231,130,.32); }
.comparison-divider { position: absolute; z-index: 6; inset: 0 auto 0 var(--compare-position); width: 2px; transform: translateX(-1px); background: white; box-shadow: 0 0 20px rgba(255,255,255,.42); pointer-events: none; }
.comparison-divider span { position: absolute; left: 50%; top: 50%; width: 58px; height: 58px; transform: translate(-50%, -50%); display: grid; place-items: center; border-radius: 50%; color: #101511; background: white; box-shadow: 0 8px 30px rgba(0,0,0,.38); font-size: 24px; font-weight: 900; }
.comparison-range { position: absolute; z-index: 8; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; appearance: none; }
.comparison-range:focus-visible + * { outline: none; }
.comparison-slider:focus-within { box-shadow: 0 0 0 3px rgba(24,209,123,.2), 0 30px 90px rgba(0,0,0,.34); }
.comparison-hint { margin: 18px 0 0; display: flex; justify-content: center; align-items: center; gap: 8px; color: #7f8a83; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.comparison-hint span { color: var(--green-light); font-size: 17px; }

.content-section { background: #080b09; border-block: 1px solid rgba(255,255,255,.05); }
.centered { max-width: 780px; text-align: center; margin: 0 auto 58px; }
.centered .eyebrow { justify-content: center; }
.content-showcase { display: grid; grid-template-columns: .82fr 1.18fr; gap: 38px; align-items: center; }
.content-tabs { display: grid; gap: 10px; }
.content-tab {
  min-height: 94px; padding: 15px 17px; display: grid; grid-template-columns: 32px 42px 1fr auto; gap: 13px; align-items: center;
  text-align: left; color: #dfe6e2; background: linear-gradient(145deg, #101612, #0a0e0c); border: 1px solid rgba(255,255,255,.07); border-radius: 13px;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.content-tab:hover { transform: translateX(4px); border-color: rgba(51,226,126,.25); }
.content-tab:focus-visible { outline: 3px solid rgba(24,209,123,.28); outline-offset: 2px; }
.content-tab.is-active { transform: translateX(7px); border-color: rgba(35,226,118,.48); background: radial-gradient(circle at 12% 50%, rgba(15,178,94,.18), transparent 38%), linear-gradient(145deg, #111a15, #0a100d); box-shadow: 0 14px 35px rgba(0,0,0,.24), inset 3px 0 0 var(--green-light); }
.content-tab-number { color: #56615b; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.content-tab-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: var(--green-light); background: rgba(12,155,81,.12); border: 1px solid rgba(38,213,114,.16); }
.content-tab-icon svg { width: 21px; height: 21px; max-width: 21px; max-height: 21px; display: block; overflow: hidden; }
.content-tab-copy { min-width: 0; display: grid; gap: 5px; }
.content-tab-copy strong { font-size: 15px; }
.content-tab-copy small { color: #929e97; font-size: 11px; line-height: 1.45; }
.content-tab-action { color: var(--green-light); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; opacity: 0; transform: translateX(-5px); transition: opacity .2s ease, transform .2s ease; }
.content-tab.is-active .content-tab-action { opacity: 1; transform: none; }

.tv-preview-wrap {
  min-width: 0;
  position: relative;
  overflow: hidden;
  padding: 38px 34px 28px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 25px;
  background: radial-gradient(circle at 52% 38%, rgba(255,255,255,.96), transparent 39%), linear-gradient(145deg, #f1f5f2, #dce7e0 70%);
  box-shadow: inset 0 1px 0 white, 0 26px 70px rgba(0,0,0,.2);
}
.tv-preview-wrap::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -250px;
  top: -270px;
  border: 1px solid rgba(8,126,70,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(8,126,70,.035), 0 0 0 150px rgba(8,126,70,.022);
  pointer-events: none;
}
.tv-preview-wrap::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 72%;
  height: 70px;
  left: 14%;
  bottom: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,.86);
  filter: blur(24px);
  pointer-events: none;
}
.tv-preview-wrap > * { position: relative; z-index: 1; }
.tv-preview { filter: drop-shadow(0 34px 48px rgba(0,0,0,.38)); }
.tv-bezel { position: relative; padding: 14px 14px 22px; border: 1px solid #28302c; border-radius: 22px; background: linear-gradient(145deg, #222925, #070907 68%); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), inset 0 -2px 8px rgba(0,0,0,.8); }
.tv-screen { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 10px; color: #102018; background: radial-gradient(circle at 78% 22%, rgba(16,173,92,.12), transparent 34%), linear-gradient(145deg, #ffffff, #edf4ef 76%); box-shadow: inset 0 0 40px rgba(6,58,33,.08); animation: tv-content-in .38s ease both; }
.tv-channel-bar { position: absolute; z-index: 3; inset: 0 0 auto; height: 46px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(7,70,39,.1); background: rgba(255,255,255,.84); backdrop-filter: blur(8px); }
.tv-channel-bar span { color: #102018; font-size: 12px; font-weight: 850; letter-spacing: -.02em; }
.tv-channel-bar b { color: #0aa85e; }
.tv-channel-bar small { color: #657269; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.tv-demo { position: absolute; inset: 46px 0 0; padding: 28px 30px; overflow: hidden; }
.demo-bg-photo { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tv-demo::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.tv-demo > :not(.demo-bg-photo) { position: relative; z-index: 2; }
.demo-kicker { margin-bottom: 9px; color: #079956; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.tv-demo h3 { margin: 0; font-size: clamp(18px, 2vw, 28px); line-height: 1.08; letter-spacing: -.035em; }
.tv-power { position: absolute; right: 22px; bottom: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--green-light); box-shadow: 0 0 8px var(--green-light); }
.tv-preview-caption { margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #435149; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.demo-testimonial { display: grid; align-content: center; grid-template-columns: 1fr; padding-left: 49%; }
.demo-testimonial::after { background: linear-gradient(90deg, transparent 0%, rgba(245,249,246,.5) 39%, rgba(248,251,249,.97) 55%, #f8fbf9 100%); }
.demo-testimonial .demo-kicker, .demo-testimonial .demo-quote, .demo-testimonial .demo-person { grid-column: 1; }
.demo-quote { max-width: 96%; color: #102018; font-size: clamp(18px, 2vw, 26px); font-weight: 720; line-height: 1.13; letter-spacing: -.035em; }
.demo-person { margin-top: 14px; display: flex; align-items: center; gap: 11px; }
.demo-person > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #06311f; background: var(--green-light); font-size: 11px; font-weight: 900; }
.demo-person div { display: grid; gap: 3px; }
.demo-person strong { font-size: 11px; }
.demo-person small { color: #657269; font-size: 9px; }
.demo-stars { grid-column: 1; grid-row: auto; margin-top: 9px; color: #e9ad25; font-size: 12px; letter-spacing: 3px; }

.demo-products { display: grid; align-content: center; padding-right: 51%; }
.demo-products::after { background: linear-gradient(90deg, #f8fbf9 0%, rgba(248,251,249,.97) 40%, rgba(248,251,249,.36) 58%, transparent 75%); }
.demo-product-grid { margin-top: 13px; display: grid; gap: 6px; }
.demo-product-grid > div { min-width: 0; padding: 8px 10px; display: grid; grid-template-columns: 24px 1fr; gap: 2px 8px; border: 1px solid rgba(12,155,82,.17); border-radius: 9px; background: rgba(255,255,255,.92); box-shadow: 0 8px 22px rgba(7,62,35,.06); }
.demo-product-grid span { color: #079956; font-size: 9px; font-weight: 800; }
.demo-product-grid strong { font-size: 12px; }
.demo-product-grid small { grid-column: 2; color: #657269; font-size: 8px; line-height: 1.3; }

.demo-promo { display: grid; grid-template-columns: 1fr .68fr; align-items: center; gap: 18px; }
.demo-promo::after { background: linear-gradient(90deg, rgba(2,29,17,.35) 0%, rgba(2,29,17,.08) 46%, transparent 68%); }
.promo-copy > strong { display: block; color: var(--green-light); font-size: clamp(58px, 8vw, 102px); line-height: .78; letter-spacing: -.075em; }
.demo-promo .demo-kicker { color: #8ff5bd; }
.promo-copy h3 { margin-top: 8px; color: white; font-size: clamp(23px, 3vw, 38px); }
.promo-copy p { max-width: 300px; margin: 10px 0 0; color: rgba(255,255,255,.82); font-size: 10px; line-height: 1.5; }
.promo-seal { justify-self: center; width: clamp(96px, 14vw, 148px); aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 1px solid rgba(12,155,82,.25); border-radius: 50%; background: white; box-shadow: 0 0 0 12px rgba(26,211,122,.05), 0 14px 38px rgba(7,62,35,.1); transform: rotate(7deg); }
.promo-seal span { color: #079956; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.promo-seal b { font-size: 17px; }

.demo-team { display: grid; align-content: center; padding-right: 59%; }
.demo-team::after { background: linear-gradient(90deg, #f8fbf9 0%, rgba(248,251,249,.96) 34%, rgba(248,251,249,.28) 53%, transparent 70%); }
.demo-team-grid { margin-top: 13px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; }
.demo-team-grid > div { padding: 8px 7px; display: grid; justify-items: start; gap: 3px; text-align: left; border-radius: 8px; background: rgba(255,255,255,.92); border: 1px solid rgba(12,155,82,.14); box-shadow: 0 8px 22px rgba(7,62,35,.06); }
.demo-team-grid span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #06311f; background: linear-gradient(145deg, #42e796, #0fa85e); font-size: 12px; font-weight: 900; }
.demo-team-grid span { display: none; }
.demo-team-grid strong { margin-top: 3px; font-size: 10px; }
.demo-team-grid small { color: #657269; font-size: 8px; }

.demo-faq { display: grid; align-content: center; padding-left: 50%; }
.demo-faq::after { background: linear-gradient(90deg, transparent 0%, rgba(247,250,248,.38) 38%, rgba(248,251,249,.97) 56%, #f8fbf9 100%); }
.demo-faq-list { margin-top: 17px; display: grid; gap: 7px; }
.demo-faq-list > div { min-height: 43px; padding: 0 13px; display: grid; grid-template-columns: 26px 1fr auto; align-items: center; border-radius: 8px; background: white; border: 1px solid rgba(12,155,82,.13); box-shadow: 0 7px 20px rgba(7,62,35,.05); }
.demo-faq-list span { color: #079956; font-size: 8px; font-weight: 800; }
.demo-faq-list strong { font-size: 10px; }
.demo-faq-list b { color: var(--green-light); font-size: 17px; font-weight: 400; }

.demo-education { display: grid; align-items: center; padding-right: 53%; }
.demo-education::after { background: linear-gradient(90deg, rgba(4,32,20,.4) 0%, rgba(4,32,20,.12) 48%, transparent 68%); }
.education-copy { color: white; }
.education-copy .demo-kicker { color: #8ff5bd; }
.education-watch { margin-top: 13px; display: flex; align-items: center; gap: 8px; }
.education-watch small { color: rgba(255,255,255,.8); font-size: 8px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.education-play { width: 34px; height: 34px; display: grid; place-items: center; padding-left: 3px; border-radius: 50%; color: #06311f; background: var(--green-light); box-shadow: 0 0 28px rgba(24,209,123,.3); font-size: 11px; }
.education-copy ol { margin: 15px 0 0; padding: 0; display: grid; gap: 7px; list-style: none; counter-reset: tips; }
.education-copy li { counter-increment: tips; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.82); font-size: 9px; }
.education-copy li::before { content: counter(tips); width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--green-light); background: rgba(28,204,113,.1); font-size: 7px; font-weight: 800; }

@keyframes tv-content-in { from { opacity: .35; transform: scale(.992); filter: brightness(1.6); } to { opacity: 1; transform: none; filter: none; } }

.managed { display: grid; grid-template-columns: 1.08fr .92fr; gap: 88px; align-items: center; }
.managed-visual { position: relative; height: 610px; border-radius: 20px; overflow: hidden; border: 1px solid rgba(82,239,150,.16); }
.managed-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,5,4,.65), transparent 55%); }
.managed-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 38% center; }
.floating-note { position: absolute; z-index: 2; left: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; padding: 14px 17px; border-radius: 9px; background: rgba(5,10,7,.82); border: 1px solid rgba(79,235,145,.2); backdrop-filter: blur(12px); font-size: 13px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-light); box-shadow: 0 0 0 5px rgba(24,209,123,.12), 0 0 18px var(--green-light); }
.managed-copy > p { margin-bottom: 34px; }
.feature-list { display: grid; gap: 24px; margin-bottom: 34px; }
.feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.feature-list svg { width: 28px; height: 28px; max-width: 28px; max-height: 28px; display: block; overflow: hidden; color: var(--green-light); margin-top: 2px; }
.feature-list strong { display: block; margin-bottom: 3px; color: var(--text); font-size: 16px; }
.text-link {
  min-height: 56px;
  padding: 0 26px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  background: linear-gradient(135deg, #087c46, #0db663);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-weight: 700;
  box-shadow: 0 14px 38px rgba(5,157,85,.22);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.text-link:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(5,188,98,.3); filter: brightness(1.08); }
.text-link svg { width: 20px; height: 20px; max-width: 20px; max-height: 20px; display: block; overflow: hidden; flex: 0 0 20px; }

.steps-section { background: linear-gradient(180deg, #080b09, #050706); border-top: 1px solid rgba(255,255,255,.05); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-block: 1px solid var(--line); }
.step-card { padding: 44px 38px; }
.step-card + .step-card { border-left: 1px solid var(--line); }
.step-card > span { display: block; margin-bottom: 64px; color: var(--green-light); font-size: 13px; font-weight: 700; letter-spacing: .1em; }
.step-card h3 { margin-bottom: 15px; font-size: 22px; }
.step-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }

.results { padding-top: 86px; }
.results-inner { padding: 74px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; border: 1px solid rgba(73,224,136,.2); border-radius: 22px; background: radial-gradient(circle at 88% 50%, rgba(7,139,75,.24), transparent 35%), linear-gradient(135deg, #0c120e, #070a08); }
.results-inner > div:first-child p { max-width: 600px; margin-bottom: 0; }
.result-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.result-numbers div { padding: 28px 22px; border-left: 1px solid rgba(63,225,130,.25); }
.result-numbers strong { display: block; color: var(--green-light); font-size: clamp(42px, 5vw, 68px); letter-spacing: -.055em; line-height: 1; }
.result-numbers span { display: block; margin-top: 12px; color: #c7d0ca; font-size: 13px; }

.final-cta { padding-top: 42px; }
.final-cta-card { position: relative; overflow: hidden; padding: 90px; text-align: center; border-radius: 22px; background: linear-gradient(145deg, rgba(5,125,68,.9), #063c27); }
.final-cta-card::before { content: ""; position: absolute; width: 600px; height: 600px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; left: -250px; top: -400px; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 190px rgba(255,255,255,.012); }
.final-cta-card > * { position: relative; z-index: 1; }
.final-cta-card .eyebrow { justify-content: center; color: #d4f2df; }
.final-cta-card h2 { font-size: clamp(38px, 4.3vw, 60px); }
.final-cta-card > p { max-width: 590px; margin: 0 auto 31px; color: #d7ede0; }
.final-cta-card .button { color: #07321f; background: white; box-shadow: none; }

.footer { min-height: 130px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.08); color: #77817b; font-size: 12px; }
.footer .brand { color: white; }
.footer .brand img { width: 31px; height: 31px; }
.footer p { margin: 0; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; padding: 24px; display: grid; place-items: center; background: rgba(0,0,0,.8); backdrop-filter: blur(10px); }
.modal { position: relative; width: min(680px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 42px; border: 1px solid rgba(77,235,143,.22); border-radius: 18px; background: #0b100e; box-shadow: 0 30px 100px rgba(0,0,0,.58); }
.modal-close { position: absolute; top: 18px; right: 20px; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; color: #cbd2ce; background: rgba(255,255,255,.03); font-size: 25px; line-height: 1; }
.modal-head h2, .schedule-state h2 { margin-bottom: 10px; font-size: 34px; letter-spacing: -.035em; }
.modal-head > p:last-child { color: var(--muted); }
.progress { height: 3px; margin: 26px 0 30px; background: #1c2420; border-radius: 5px; overflow: hidden; }
.progress span { display: block; height: 100%; background: var(--green-light); transition: width .3s ease; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid label { display: grid; gap: 9px; color: #d7ded9; font-size: 12px; font-weight: 700; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input, .form-grid select { width: 100%; height: 52px; padding: 0 15px; color: white; background: #111813; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; outline: none; }
.form-grid input:focus, .form-grid select:focus { border-color: var(--green-light); box-shadow: 0 0 0 3px rgba(24,209,123,.1); }
.form-grid input::placeholder { color: #67716b; }
.form-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; margin-top: 28px; }
.form-actions .button { min-height: 50px; }
.back-button { border: 0; background: transparent; color: #aab3ae; }
.schedule-state { text-align: center; }
.success-mark { width: 52px; height: 52px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; color: #06170e; background: var(--green-light); font-size: 24px; font-weight: 900; }
.schedule-state .eyebrow { justify-content: center; }
.calendly-placeholder { margin-top: 30px; padding: 42px; border: 1px dashed rgba(86,230,146,.3); border-radius: 13px; background: rgba(12,109,62,.08); }
.calendly-placeholder strong { display: block; margin-bottom: 10px; }
.calendly-placeholder p { margin: 0; color: var(--muted); line-height: 1.6; }
.schedule-state iframe { width: 100%; min-height: 600px; margin-top: 25px; border: 0; background: white; border-radius: 10px; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { min-height: 820px; align-items: flex-end; }
  .hero-media img { object-position: 64% center; }
  .hero-shade { background: linear-gradient(0deg, #030504 4%, rgba(3,5,4,.97) 48%, rgba(3,5,4,.26) 100%), linear-gradient(90deg, rgba(3,5,4,.7), transparent); }
  .hero-content { padding-block: 180px 48px; }
  .hero-copy { width: min(620px, 100%); }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .content-showcase { grid-template-columns: 1fr; gap: 36px; }
  .content-tabs { grid-template-columns: repeat(2, 1fr); }
  .content-tab { grid-template-columns: 26px 38px 1fr; }
  .content-tab-action { display: none; }
  .managed { grid-template-columns: 1fr; }
  .managed-visual { height: 500px; }
  .results-inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 32px, 1180px); }
  .section { padding-block: 78px; }
  .site-header { height: 72px; padding-inline: 16px; }
  .brand { font-size: 17px; gap: 7px; }
  .brand img { width: 31px; height: 31px; }
  .site-header .button { min-height: 42px; padding-inline: 14px; font-size: 12px; gap: 7px; }
  .site-header .button svg { width: 15px; height: 15px; max-width: 15px; max-height: 15px; flex-basis: 15px; }
  .hero { min-height: 0; display: block; padding-top: 72px; background: #030504; overflow: visible; }
  .hero-media { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 1586 / 992; overflow: hidden; background: #030504; }
  .hero-media img { object-fit: contain; object-position: center; filter: brightness(1) saturate(.98); }
  .hero-shade {
    inset: 72px 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1586 / 992;
    background: linear-gradient(0deg, #030504 0%, rgba(3,5,4,.64) 13%, transparent 43%), linear-gradient(180deg, rgba(3,5,4,.32), transparent 28%);
    pointer-events: none;
  }
  .hero-content { padding-block: 22px 44px; }
  h1 { font-size: clamp(40px, 11.2vw, 52px); line-height: 1.02; }
  .hero-lead { font-size: 16px; }
  .proof-strip { width: 100%; margin-top: 32px; }
  .proof-strip > div { min-width: 0; flex: 1; padding: 15px 12px; gap: 8px; }
  .proof-strip svg { width: 22px; }
  .proof-strip span { display: block; font-size: 11px; }
  .proof-strip strong { display: block; font-size: 16px; }
  .steps-grid { grid-template-columns: 1fr; }
  .comparison-slider { aspect-ratio: 1586 / 992; border-radius: 14px; }
  .comparison-label { bottom: 14px; padding: 8px 10px; font-size: 9px; }
  .label-before { left: 12px; }
  .label-after { right: 12px; }
  .comparison-divider span { width: 48px; height: 48px; }
  .content-tabs { display: flex; margin-inline: -16px; padding: 2px 16px 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .content-tab { min-width: 270px; min-height: 104px; grid-template-columns: 24px 38px 1fr; scroll-snap-align: start; }
  .content-tab.is-active { transform: none; }
  .tv-preview-wrap { margin-inline: -4px; padding: 24px 12px 20px; border-radius: 19px; }
  .tv-preview-wrap::before { width: 300px; height: 300px; right: -190px; top: -195px; box-shadow: 0 0 0 54px rgba(55,217,124,.025), 0 0 0 108px rgba(55,217,124,.015); }
  .tv-bezel { padding: 8px 8px 15px; border-radius: 15px; }
  .tv-screen { border-radius: 7px; }
  .tv-channel-bar { height: 34px; padding-inline: 11px; }
  .tv-channel-bar span { font-size: 9px; }
  .tv-channel-bar small { font-size: 7px; }
  .tv-demo { inset: 34px 0 0; padding: 13px 14px; }
  .demo-testimonial { padding-left: 44%; }
  .demo-products { padding-left: 14px; padding-right: 45%; }
  .demo-faq { padding-left: 43%; padding-right: 12px; }
  .demo-product-grid { grid-template-columns: 1fr; }
  .demo-product-grid > div:nth-child(n+3), .demo-faq-list > div:nth-child(3) { display: none; }
  .demo-team { padding: 8px 46% 8px 10px; }
  .demo-team .demo-kicker { margin-bottom: 2px; }
  .demo-team-grid span { display: none; }
  .demo-promo .demo-bg-photo { object-position: 58% center; }
  .demo-education { padding: 10px 48% 10px 12px; }
  .demo-kicker { margin-bottom: 5px; font-size: 6px; }
  .tv-demo h3 { font-size: 14px; }
  .demo-quote { font-size: 17px; }
  .demo-person { margin-top: 10px; }
  .demo-person > span { width: 27px; height: 27px; font-size: 8px; }
  .demo-person strong { font-size: 8px; }
  .demo-person small { font-size: 6px; }
  .demo-stars { font-size: 10px; letter-spacing: 2px; }
  .demo-product-grid, .demo-team-grid { margin-top: 8px; gap: 5px; }
  .demo-product-grid > div { padding: 7px 6px; gap: 2px; }
  .demo-product-grid strong { font-size: 8px; }
  .demo-product-grid small { font-size: 6px; }
  .promo-copy > strong { font-size: 48px; }
  .promo-copy h3 { margin-top: 4px; font-size: 16px; }
  .promo-copy p { margin-top: 5px; font-size: 6px; }
  .promo-seal { width: 74px; box-shadow: 0 0 0 6px rgba(26,211,122,.05); }
  .promo-seal span { font-size: 7px; }
  .promo-seal b { font-size: 11px; }
  .demo-team-grid > div { padding: 6px 4px; gap: 2px; }
  .demo-team-grid span { width: 27px; height: 27px; font-size: 7px; }
  .demo-team-grid strong { font-size: 7px; }
  .demo-team-grid small { font-size: 5px; }
  .demo-faq-list { margin-top: 7px; gap: 4px; }
  .demo-faq-list > div { min-height: 25px; padding-inline: 7px; grid-template-columns: 18px 1fr auto; }
  .demo-faq-list strong { font-size: 7px; }
  .demo-faq-list b { font-size: 11px; }
  .education-watch { margin-top: 7px; }
  .education-play { width: 25px; height: 25px; font-size: 8px; }
  .education-watch small { font-size: 6px; }
  .education-copy ol { margin-top: 7px; gap: 3px; }
  .education-copy li { font-size: 6px; gap: 4px; }
  .education-copy li::before { width: 12px; height: 12px; font-size: 5px; }
  .tv-preview-caption { margin-top: 14px; font-size: 8px; }
  .managed { gap: 45px; }
  .managed-visual { height: 390px; }
  .step-card + .step-card { border-left: 0; border-top: 1px solid var(--line); }
  .step-card { padding-inline: 16px; }
  .step-card > span { margin-bottom: 30px; }
  .results { padding-top: 50px; }
  .results-inner { padding: 36px 24px; }
  .result-numbers { grid-template-columns: 1fr; }
  .final-cta { padding-top: 28px; }
  .final-cta-card { padding: 52px 24px 46px; border-radius: 20px; }
  .final-cta-card::before { width: 430px; height: 430px; left: -230px; top: -280px; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 145px rgba(255,255,255,.012); }
  .final-cta-card .eyebrow { margin-bottom: 24px; font-size: 10px; letter-spacing: .2em; }
  .final-cta-card h2 { max-width: 520px; margin: 0 auto 22px; font-size: clamp(32px, 8.7vw, 38px); line-height: 1.1; letter-spacing: -.04em; }
  .final-cta-card h2 br { display: none; }
  .final-cta-card > p { max-width: 330px; margin-bottom: 29px; font-size: 16px; line-height: 1.55; }
  .final-cta-card .button { width: min(100%, 330px); min-height: 58px; padding-inline: 22px; }
  .footer { padding-block: 35px; flex-direction: column; gap: 18px; text-align: center; }
  .footer p { display: none; }
  .modal-backdrop { padding: 10px; }
  .modal { padding: 34px 20px 24px; max-height: calc(100vh - 20px); }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .form-actions { justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
