@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 {
  color-scheme: dark;
  --bg: #050907;
  --surface: #0a100d;
  --surface-2: #0c1510;
  --surface-3: #101c15;
  --text: #f2f7f3;
  --muted: #a5b2a9;
  --dim: #69786e;
  --green: #7cf5a2;
  --green-bright: #53ff96;
  --green-deep: #0e9b51;
  --line: rgba(152, 224, 174, .12);
  --line-strong: rgba(152, 224, 174, .24);
  --font-display: 'Manrope', 'Avenir Next', sans-serif;
  --font-body: 'DM Sans', 'Avenir Next', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 30; opacity: .12; 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='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
a:focus-visible, button:focus-visible, iframe:focus-visible { outline: 2px solid var(--green-bright); outline-offset: 5px; }
::selection { background: #9fffbd; color: #06110a; }
.page-shell { position: relative; overflow: clip; min-height: 100vh; }
.container { width: min(1184px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(1240px, calc(100% - 64px)); height: 86px; margin-inline: auto; border-bottom: 1px solid rgba(176, 255, 199, .09); }
.brand { display: inline-flex; align-items: center; gap: 13px; white-space: nowrap; font-family: var(--font-display); font-size: 13px; letter-spacing: .09em; font-weight: 600; }
.brand strong { font-weight: 800; }
.brand-mark { position: relative; width: 30px; height: 30px; display: inline-block; transform: rotate(-28deg); }
.brand-mark span { position: absolute; display: block; width: 20px; height: 20px; border: 2px solid #b2ffc9; border-radius: 4px; box-shadow: 0 0 16px rgba(92, 255, 147, .18); }
.brand-mark span:nth-child(1) { top: 0; left: 0; }
.brand-mark span:nth-child(2) { top: 5px; left: 5px; opacity: .72; }
.brand-mark span:nth-child(3) { top: 10px; left: 10px; opacity: .42; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; color: #adbcb0; font-size: 12px; font-weight: 500; }
.desktop-nav a, .text-link, .back-to-top { transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover, .back-to-top:hover { color: var(--green); }
.nav-cta { display: inline-flex; align-items: center; gap: 14px; padding: 10px 11px 10px 17px; border: 1px solid rgba(169, 255, 195, .22); border-radius: 50px; background: rgba(15, 31, 20, .63); font-size: 12px; font-weight: 700; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.nav-cta span { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--green); color: #041409; font-size: 15px; }
.nav-cta:hover { background: rgba(39, 105, 62, .35); border-color: rgba(169, 255, 195, .55); transform: translateY(-2px); }

.hero { position: relative; padding: 84px 0 0; isolation: isolate; background: radial-gradient(ellipse 65% 43% at 50% 42%, rgba(15, 80, 42, .2), transparent 75%), linear-gradient(180deg, #07110b 0%, #050907 78%); }
.hero-grid { position: absolute; inset: 0 0 18%; z-index: -1; opacity: .38; background-image: linear-gradient(rgba(68, 158, 98, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(68, 158, 98, .07) 1px, transparent 1px); background-size: 78px 78px; mask-image: radial-gradient(ellipse 62% 55% at 50% 25%, black, transparent); }
.hero-light { position: absolute; z-index: -1; width: 420px; height: 620px; pointer-events: none; filter: blur(22px); opacity: .72; }
.hero-light-left { left: max(-265px, calc(50% - 900px)); top: 72px; background: radial-gradient(ellipse at center, rgba(35, 251, 111, .22), rgba(4, 48, 22, .08) 49%, transparent 70%); }
.hero-light-right { right: max(-265px, calc(50% - 900px)); top: 245px; background: radial-gradient(ellipse at center, rgba(34, 224, 111, .16), rgba(4, 48, 22, .05) 52%, transparent 73%); }
.hero-content { position: relative; text-align: center; }
.eyebrow { margin: 0; color: var(--green); font-family: var(--font-display); font-size: 10px; font-weight: 800; letter-spacing: .18em; line-height: 1.65; text-transform: uppercase; }
.hero-eyebrow { display: inline-flex; align-items: center; justify-content: center; gap: 11px; max-width: 100%; padding: 9px 16px; border: 1px solid rgba(122, 247, 158, .24); border-radius: 999px; background: rgba(18, 49, 27, .62); box-shadow: inset 0 1px rgba(199, 255, 211, .07), 0 8px 32px rgba(0, 0, 0, .15); }
.eyebrow-pulse { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: #81fca5; box-shadow: 0 0 0 4px rgba(124, 245, 162, .09), 0 0 16px var(--green); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { font-family: var(--font-display); }
h1 { max-width: 1095px; margin: 26px auto 0; font-size: clamp(39px, 5.15vw, 70px); line-height: 1.115; font-weight: 600; letter-spacing: -.061em; text-wrap: balance; }
h1 em, .final-section h2 em { color: #93f9b2; font-style: normal; text-shadow: 0 0 28px rgba(87, 246, 132, .15); }
.hero-description { max-width: 880px; margin: 27px auto 0; color: #b7c4bb; font-size: clamp(15px, 1.45vw, 17px); line-height: 1.85; font-weight: 400; text-wrap: pretty; }
.hero-description strong { color: #eefaf0; font-weight: 600; }
.hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 7px 8px 7px 22px; border-radius: 999px; font-size: 13px; font-weight: 800; letter-spacing: -.01em; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button-primary { background: #d8ffe2; color: #06160d; box-shadow: 0 0 0 1px rgba(241, 255, 244, .35), 0 8px 34px rgba(82, 255, 127, .2); }
.button-primary:hover { transform: translateY(-3px); background: white; box-shadow: 0 10px 38px rgba(82, 255, 127, .32); }
.button-arrow { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #07170c; color: #daffe2; font-size: 20px; font-weight: 400; }
.text-link { color: #c0d3c4; font-size: 12px; font-weight: 600; }
.text-link span { margin-left: 7px; color: var(--green); }
.video-wrap { position: relative; max-width: 1000px; margin-top: 67px; scroll-margin-top: 28px; }
.video-glow { position: absolute; z-index: -1; inset: -54px -92px -62px; border-radius: 80px; background: radial-gradient(ellipse 57% 52% at 50% 54%, rgba(57, 248, 117, .48), rgba(13, 108, 50, .19) 53%, transparent 77%); filter: blur(23px); opacity: .85; }
.video-shell { position: relative; overflow: hidden; aspect-ratio: 16/9; border: 1px solid rgba(168, 255, 191, .46); border-radius: 19px; background: #06100a; box-shadow: 0 0 0 7px rgba(11, 25, 15, .88), 0 0 0 8px rgba(119, 240, 150, .14), 0 28px 90px rgba(0, 0, 0, .5), 0 12px 62px rgba(68, 255, 113, .19); }
.video-shell iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-placeholder { position: relative; display: grid; grid-template-rows: auto 1fr auto; width: 100%; height: 100%; background: radial-gradient(ellipse 60% 80% at 50% 84%, rgba(23, 184, 74, .34), transparent 70%), radial-gradient(ellipse 35% 64% at 52% 60%, rgba(62, 232, 116, .13), transparent 70%), linear-gradient(155deg, #102b1c 0%, #06100a 37%, #020503 100%); }
.video-placeholder::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, transparent 0 42px, rgba(82, 222, 116, .045) 43px 44px), repeating-linear-gradient(90deg, transparent 0 42px, rgba(82, 222, 116, .045) 43px 44px); mask-image: linear-gradient(transparent 13%, black 55%, transparent); }
.video-placeholder::after { content: ''; position: absolute; width: 58%; height: 85%; left: 21%; top: 15%; border: 1px solid rgba(101, 255, 152, .08); border-radius: 50%; box-shadow: 0 0 0 72px rgba(123, 255, 167, .02), 0 0 0 140px rgba(123, 255, 167, .015); transform: perspective(500px) rotateX(54deg); }
.video-topline, .video-bottomline { position: relative; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 23px 30px; color: #a6e8b9; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.status-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 12px var(--green-bright); }
.video-length { margin-left: auto; color: #7aa889; }
.video-bottomline { justify-content: space-between; color: #76a382; }
.video-placeholder-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; flex-direction: column; align-self: stretch; text-align: center; }
.video-insignia { display: grid; place-items: center; width: 84px; height: 84px; margin-bottom: 26px; border: 1px solid rgba(197, 255, 205, .68); border-radius: 23px; background: linear-gradient(145deg, rgba(118, 255, 160, .3), rgba(7, 46, 20, .35)); box-shadow: inset 0 0 22px rgba(177, 255, 202, .1), 0 0 42px rgba(69, 255, 108, .19); transform: rotate(-8deg); }
.video-insignia span { font-family: var(--font-display); font-size: 24px; font-weight: 800; letter-spacing: -.12em; transform: rotate(8deg); }
.video-kicker { margin: 0 0 11px; color: #9af6b7; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.video-placeholder h2 { margin: 0; font-size: clamp(23px, 3.7vw, 48px); line-height: 1.18; letter-spacing: -.055em; font-weight: 600; }
.video-placeholder h2 span { color: #9bfdbb; }
.video-pending { margin: 18px 0 0; color: #9cbbaa; font-size: 12px; }
.under-video { display: flex; align-items: center; justify-content: center; gap: 20px; margin: 29px 0 0; color: #91a899; font-size: 12px; text-align: center; }
.under-video p { margin: 0; }
.mini-line { width: 32px; height: 1px; background: rgba(148, 248, 170, .34); }
.value-strip { margin-top: 66px; border-block: 1px solid var(--line); background: #070c09; }
.value-strip-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px; min-height: 74px; color: #99baa3; font-family: var(--font-display); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.value-strip i { width: 3px; height: 3px; border-radius: 50%; background: #7bfa9c; box-shadow: 0 0 10px #7bfa9c; }

.section { position: relative; padding-block: 140px; scroll-margin-top: 25px; }
.section-heading { max-width: 800px; margin: 0 auto 59px; text-align: center; }
.section-eyebrow { display: inline-flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 17px; }
.section-eyebrow::before, .section-eyebrow::after { content: ''; width: 17px; height: 1px; background: rgba(129, 255, 163, .54); }
.section-heading h2 { margin: 0; font-size: clamp(34px, 4.3vw, 58px); line-height: 1.15; letter-spacing: -.058em; font-weight: 600; text-wrap: balance; }
.section-heading > p:last-child { max-width: 690px; margin: 18px auto 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.section-problems { padding-bottom: 150px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.problem-card { position: relative; display: flex; flex-direction: column; min-height: 380px; overflow: hidden; padding: 22px 25px 27px; border: 1px solid rgba(139, 255, 164, .13); border-radius: 21px; background: radial-gradient(circle at 50% 38%, rgba(30, 118, 57, .13), transparent 53%), linear-gradient(165deg, #0d1911, #080d0a 74%); box-shadow: inset 0 1px rgba(255, 255, 255, .035); }
.problem-card::after { content: ''; position: absolute; inset: auto -60px -130px; height: 200px; pointer-events: none; border-radius: 50%; background: rgba(53, 240, 103, .18); filter: blur(57px); opacity: .65; }
.problem-card-two::after { opacity: .43; }
.problem-card-three::after { opacity: .31; }
.card-head { display: flex; justify-content: space-between; align-items: flex-start; color: #81bd92; }
.card-number { font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.card-symbol { color: #88e9a2; font-size: 27px; line-height: 1; font-weight: 400; }
.problem-visual { position: relative; height: 155px; margin: 8px 0 21px; }
.problem-visual-bars { display: flex; align-items: flex-end; justify-content: center; gap: 10px; padding-bottom: 13px; }
.problem-visual-bars span { width: 17px; border: 1px solid rgba(135, 255, 171, .21); border-radius: 4px 4px 0 0; background: linear-gradient(180deg, rgba(90, 245, 133, .38), rgba(19, 75, 36, .08)); box-shadow: 0 0 22px rgba(42, 255, 116, .04); }
.problem-visual-bars span:nth-child(1) { height: 46px; }.problem-visual-bars span:nth-child(2) { height: 95px; }.problem-visual-bars span:nth-child(3) { height: 63px; }.problem-visual-bars span:nth-child(4) { height: 115px; }.problem-visual-bars span:nth-child(5) { height: 60px; }.problem-visual-bars span:nth-child(6) { height: 89px; }.problem-visual-bars span:nth-child(7) { height: 44px; }.problem-visual-bars span:nth-child(8) { height: 108px; }.problem-visual-bars span:nth-child(9) { height: 68px; }
.price-visual { display: flex; justify-content: center; align-items: center; gap: 19px; color: #cffbdd; font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.price-visual > span:first-child, .price-visual > span:last-child { padding: 14px 12px; border: 1px solid rgba(130, 255, 163, .2); border-radius: 11px; background: rgba(53, 195, 86, .08); box-shadow: 0 0 25px rgba(80, 255, 113, .08); }
.price-visual-line { width: 36px; height: 1px; background: #65e58f; transform: rotate(-19deg); }
.orbit-visual { display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(129, 255, 161, .19); border-radius: 50%; box-shadow: 0 0 23px rgba(50, 248, 99, .08); }
.orbit-a { width: 130px; height: 130px; }.orbit-b { width: 85px; height: 85px; }.orbit-core { width: 31px; height: 31px; border: 1px solid rgba(182, 255, 196, .55); border-radius: 50%; background: radial-gradient(circle, #b8ffd1, #3caf70 47%, #0d4926 70%); box-shadow: 0 0 25px rgba(66, 255, 109, .7), 0 0 60px rgba(66, 255, 109, .35); }
.card-copy { position: relative; z-index: 1; margin-top: auto; }
.card-copy h3 { margin: 0 0 9px; font-size: 19px; line-height: 1.28; letter-spacing: -.035em; font-weight: 650; }
.card-copy p { margin: 0; color: #a7b9ac; font-size: 13px; line-height: 1.7; }
.problem-turn { max-width: 930px; margin: 69px auto 0; color: #d7e9da; font-family: var(--font-display); font-size: clamp(20px, 2.6vw, 29px); font-weight: 500; line-height: 1.45; letter-spacing: -.04em; text-align: center; text-wrap: balance; }
.problem-turn em { color: var(--green); font-style: normal; }

.section-access { overflow: hidden; padding-block: 145px 151px; border-block: 1px solid var(--line); background: linear-gradient(180deg, #080f0a, #050907 27%, #060c08 100%); }
.access-halo { position: absolute; width: 900px; height: 750px; left: calc(50% - 450px); top: 5%; pointer-events: none; border-radius: 50%; background: radial-gradient(ellipse, rgba(24, 115, 45, .2), transparent 67%); filter: blur(44px); }
.section-access .section-heading { position: relative; }
.access-list { position: relative; display: grid; gap: 15px; }
.access-item { position: relative; display: grid; grid-template-columns: 70px minmax(0, 1fr) 222px; gap: 23px; min-height: 238px; overflow: hidden; padding: 31px 35px 31px 25px; border: 1px solid rgba(145, 253, 174, .16); border-radius: 20px; background: linear-gradient(115deg, rgba(17, 32, 21, .97), rgba(6, 14, 8, .97) 65%); box-shadow: inset 0 1px rgba(225, 255, 228, .045); }
.access-item::before { content: ''; position: absolute; left: 0; top: 18%; bottom: 18%; width: 2px; background: linear-gradient(transparent, rgba(110, 255, 145, .65), transparent); }
.access-item-featured { background: radial-gradient(circle at 88% 53%, rgba(47, 191, 81, .22), transparent 36%), linear-gradient(115deg, #13281a, #08120c 70%); border-color: rgba(143, 255, 172, .28); }
.access-index { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; color: #75ab82; font-family: var(--font-display); font-size: 12px; font-weight: 700; letter-spacing: .13em; }
.access-icon { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(145, 255, 175, .2); border-radius: 9px; background: rgba(58, 158, 79, .12); color: #b2ffca; font-size: 19px; font-weight: 500; }
.access-copy { align-self: center; position: relative; z-index: 1; }
.item-label { margin: 0 0 11px; color: #8af5a9; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.access-copy h3 { max-width: 650px; margin: 0 0 11px; font-size: clamp(23px, 2.6vw, 33px); line-height: 1.23; letter-spacing: -.052em; font-weight: 600; text-wrap: balance; }
.access-copy > p:not(.item-label) { max-width: 640px; margin: 0; color: #b0c2b5; font-size: 14px; line-height: 1.75; }
.access-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 17px; }
.access-pills span { padding: 6px 9px; border: 1px solid rgba(139, 249, 166, .17); border-radius: 5px; color: #9dceaa; font-size: 9px; font-weight: 800; letter-spacing: .07em; }
.access-graphic { position: relative; display: flex; align-self: center; align-items: center; justify-content: center; width: 215px; height: 175px; }
.hours-graphic { flex-direction: column; color: #d4ffe1; }
.hours-glow { position: absolute; width: 165px; height: 165px; border: 1px solid rgba(142, 255, 177, .26); border-radius: 50%; background: radial-gradient(circle, rgba(81, 255, 128, .2), transparent 70%); box-shadow: 0 0 0 18px rgba(115, 255, 157, .015), 0 0 65px rgba(89, 249, 118, .22); }
.hours-graphic strong { position: relative; font-family: var(--font-display); font-size: 67px; line-height: 1; letter-spacing: -.085em; font-weight: 600; }
.hours-graphic strong span { margin-left: 3px; color: var(--green); font-size: 24px; vertical-align: top; letter-spacing: -.03em; }
.hours-graphic small { position: relative; margin-top: 5px; color: #a2cfad; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.database-graphic { flex-direction: column; gap: 10px; perspective: 400px; transform: rotateY(-13deg) rotateX(5deg); }
.db-row { display: flex; align-items: center; gap: 11px; width: 181px; height: 31px; padding: 0 14px; border: 1px solid rgba(151, 254, 177, .18); border-radius: 8px; background: rgba(33, 87, 46, .2); box-shadow: 0 8px 18px rgba(0, 0, 0, .24); }
.db-row i { display: block; height: 4px; border-radius: 99px; background: rgba(155, 247, 172, .31); }.db-row i:nth-child(1) { width: 13px; height: 13px; border-radius: 3px; background: #7deaa0; box-shadow: 0 0 11px rgba(104, 255, 142, .48); }.db-row i:nth-child(2) { width: 70px; }.db-row i:nth-child(3) { width: 24px; margin-left: auto; background: #72e392; }
.db-check { position: absolute; right: -2px; bottom: 7px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #a8ffd0; color: #092b17; box-shadow: 0 0 22px rgba(75, 255, 131, .5); font-size: 21px; }
.growth-graphic { background: linear-gradient(rgba(88, 238, 128, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(88, 238, 128, .075) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(ellipse, black 30%, transparent 80%); }
.growth-line { width: 135px; height: 82px; border-left: 3px solid #64df86; border-bottom: 3px solid #64df86; transform: skewY(-25deg) rotate(-14deg); filter: drop-shadow(0 0 10px rgba(74, 255, 114, .62)); }
.growth-point { position: absolute; width: 9px; height: 9px; border: 2px solid #c5ffd0; border-radius: 50%; background: #32a653; box-shadow: 0 0 14px rgba(78, 255, 122, .7); }.growth-point.p1 { left: 45px; bottom: 55px; }.growth-point.p2 { left: 93px; bottom: 81px; }.growth-point.p3 { left: 142px; bottom: 70px; }.growth-point.p4 { left: 177px; top: 35px; }
.access-item-skills { grid-template-columns: 70px minmax(0, 1fr); gap: 0 23px; padding-bottom: 36px; }
.access-item-skills .skill-grid { grid-column: 2; }
.skill-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 27px; }
.skill-grid > div { display: grid; grid-template-columns: 25px minmax(0, 1fr); align-content: start; column-gap: 9px; min-height: 78px; padding: 13px 13px 12px; border: 1px solid rgba(138, 247, 163, .14); border-radius: 10px; background: rgba(19, 50, 29, .34); }
.skill-grid > div > span { grid-row: 1 / span 2; color: #87f5a8; font-size: 19px; line-height: 1.2; }
.skill-grid strong { color: #e9f9ec; font-family: var(--font-display); font-size: 12px; font-weight: 700; }
.skill-grid small { margin-top: 5px; color: #8ba993; font-size: 10px; line-height: 1.35; }

.section-bonus { padding-block: 145px 160px; }
.bonus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bonus-card { position: relative; min-height: 300px; overflow: hidden; padding: 32px; border: 1px solid rgba(140, 253, 171, .17); border-radius: 20px; background: radial-gradient(circle at 83% 86%, rgba(38, 176, 75, .18), transparent 39%), linear-gradient(145deg, #112319, #071009 75%); }
.bonus-card::after { content: ''; position: absolute; right: -36px; bottom: -120px; width: 260px; height: 260px; border: 1px solid rgba(114, 255, 151, .15); border-radius: 50%; box-shadow: 0 0 0 34px rgba(114, 255, 151, .018), 0 0 0 76px rgba(114, 255, 151, .012); }
.bonus-icon { display: grid; place-items: center; width: 39px; height: 39px; margin-bottom: 24px; border: 1px solid rgba(145, 254, 171, .25); border-radius: 11px; background: rgba(84, 202, 111, .13); color: #98ffb1; font-size: 22px; }
.bonus-card h3 { position: relative; z-index: 1; max-width: 370px; margin: 0 0 10px; font-size: 29px; line-height: 1.18; font-weight: 600; letter-spacing: -.05em; }
.bonus-card > p:not(.item-label) { position: relative; z-index: 1; max-width: 460px; margin: 0; color: #aac3b0; font-size: 14px; line-height: 1.7; }
.bonus-meta { position: absolute; z-index: 1; left: 32px; bottom: 28px; color: #79b78a; font-size: 9px; font-weight: 800; letter-spacing: .16em; }

.final-section { position: relative; overflow: hidden; padding: 130px 0 65px; border-top: 1px solid var(--line); background: radial-gradient(ellipse 43% 49% at 50% 100%, rgba(29, 159, 62, .19), transparent 70%), #06100a; text-align: center; }
.final-glow { position: absolute; left: 50%; bottom: -500px; width: 720px; height: 720px; border: 1px solid rgba(128, 255, 158, .2); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 85px rgba(128, 255, 158, .015), 0 0 0 180px rgba(128, 255, 158, .01), 0 0 110px rgba(54, 251, 92, .15); }
.final-inner { position: relative; }
.final-section h2 { margin: 0; font-size: clamp(36px, 5vw, 66px); line-height: 1.12; letter-spacing: -.06em; font-weight: 600; text-wrap: balance; }
.final-section .section-eyebrow { margin-bottom: 20px; }
.final-section .final-inner > p:not(.eyebrow) { max-width: 670px; margin: 22px auto 0; color: #b1c6b7; font-size: 15px; line-height: 1.75; }
.tally-shell { max-width: 740px; min-height: 260px; margin: 43px auto 0; overflow: hidden; border: 1px solid rgba(164, 255, 184, .24); border-radius: 18px; background: linear-gradient(145deg, #102318, #07120b); box-shadow: 0 0 0 7px rgba(23, 73, 37, .1), 0 14px 60px rgba(8, 127, 41, .16); }
.tally-shell iframe { display: block; width: 100%; min-height: 720px; border: 0; background: transparent; }
.tally-placeholder { display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 260px; padding: 30px; text-align: center; }
.tally-symbol { color: var(--green); font-size: 34px; }
.tally-placeholder strong { margin-top: 10px; font-family: var(--font-display); font-size: 21px; font-weight: 600; letter-spacing: -.03em; }
.tally-placeholder > span:last-child { max-width: 370px; margin-top: 8px; color: #a5bdab; font-size: 13px; line-height: 1.6; }
.back-to-top { display: inline-block; margin-top: 47px; color: #a4c2ae; font-size: 12px; }.back-to-top span { margin-left: 7px; color: var(--green); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 92px; color: #6c8c76; font-size: 11px; }.footer-brand { color: #cfe7d4; }

.reveal { transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1); }.js-motion .reveal { opacity: 0; transform: translateY(24px); }.js-motion .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; }
  .access-item { grid-template-columns: 50px minmax(0, 1fr) 170px; padding-right: 22px; }
  .access-graphic { width: 170px; }
}

@media (max-width: 780px) {
  .container { width: min(620px, calc(100% - 36px)); }
  .site-header { width: calc(100% - 36px); height: 70px; }
  .desktop-nav { display: none; }
  .hero { padding-top: 73px; }
  .hero-eyebrow { font-size: 9px; line-height: 1.4; }
  h1 { max-width: 660px; font-size: clamp(35px, 6.8vw, 52px); }
  .hero-description { font-size: 15px; line-height: 1.75; }
  .video-wrap { margin-top: 55px; }
  .video-topline, .video-bottomline { padding: 15px 18px; }
  .video-placeholder-inner { transform: scale(.81); }
  .video-pending { max-width: 360px; }
  .value-strip-inner { gap: 13px; padding-block: 19px; min-height: 0; font-size: 9px; }
  .section { padding-block: 100px; }
  .section-heading { margin-bottom: 45px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 300px; }
  .problem-visual { height: 112px; margin-top: 0; }
  .problem-visual-bars span { transform: scaleY(.8); transform-origin: bottom; }
  .problem-turn { margin-top: 48px; }
  .section-access { padding-block: 110px; }
  .access-item { grid-template-columns: 45px minmax(0, 1fr); min-height: 0; gap: 15px; padding: 24px 23px 26px 19px; }
  .access-index { gap: 20px; }
  .access-copy h3 { font-size: 25px; }
  .access-graphic { grid-column: 2; width: 100%; height: 115px; margin-top: 18px; }
  .hours-graphic { height: 142px; }
  .database-graphic { width: 200px; height: 126px; justify-self: center; }
  .growth-graphic { width: 220px; height: 130px; justify-self: center; }
  .access-item-skills .skill-grid { grid-column: 2; }
  .skill-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bonus-grid { grid-template-columns: 1fr; }
  .bonus-card { min-height: 270px; }
  .site-footer { flex-wrap: wrap; padding-block: 25px; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 30px); }
  .site-header { width: calc(100% - 30px); height: 66px; }
  .brand { font-size: 10px; gap: 10px; letter-spacing: .055em; }.brand-mark { transform: rotate(-28deg) scale(.82); transform-origin: left center; width: 27px; }
  .nav-cta { gap: 6px; padding: 7px 7px 7px 10px; font-size: 10px; }.nav-cta span { width: 23px; height: 23px; font-size: 13px; }
  .hero { padding-top: 58px; }
  .hero-eyebrow { padding: 9px 11px; gap: 8px; font-size: 8px; letter-spacing: .11em; }
  h1 { margin-top: 23px; font-size: clamp(33px, 9.1vw, 42px); line-height: 1.13; letter-spacing: -.064em; }
  .hero-description { margin-top: 23px; font-size: 14px; line-height: 1.67; }
  .hero-actions { gap: 16px; margin-top: 26px; }.button { min-height: 50px; font-size: 12px; }.button-arrow { width: 37px; height: 37px; }.text-link { width: 100%; }
  .video-wrap { margin-top: 50px; }.video-shell { border-radius: 12px; aspect-ratio: 1.3; }.video-shell.has-video { aspect-ratio: 16/9; }.video-glow { inset: -20px -40px -45px; }
  .video-topline, .video-bottomline { padding: 14px 13px; font-size: 7px; }.video-length { display: none; }
  .video-placeholder-inner { transform: none; padding: 0 15px; }.video-insignia { width: 55px; height: 55px; margin-bottom: 17px; border-radius: 16px; }.video-insignia span { font-size: 17px; }.video-kicker { font-size: 7px; letter-spacing: .12em; }.video-placeholder h2 { font-size: 22px; }.video-pending { max-width: 240px; margin-top: 12px; font-size: 9px; line-height: 1.5; }
  .under-video { margin-top: 25px; gap: 10px; font-size: 10px; }.mini-line { width: 14px; }.value-strip { margin-top: 49px; }.value-strip-inner { column-gap: 10px; row-gap: 8px; font-size: 8px; }.value-strip i:nth-of-type(2) { display: none; }
  .section { padding-block: 84px; }.section-heading { margin-bottom: 34px; }.section-heading h2 { font-size: 36px; }.section-heading > p:last-child { margin-top: 14px; font-size: 13px; }.desktop-break { display: none; }
  .problem-card { min-height: 308px; padding-inline: 22px; }.card-copy h3 { font-size: 21px; }.card-copy p { font-size: 13px; }.problem-turn { font-size: 21px; }
  .section-access { padding-block: 86px; }.access-item { grid-template-columns: 35px minmax(0, 1fr); gap: 12px; padding: 21px 17px 23px 13px; border-radius: 15px; }.access-icon { width: 29px; height: 29px; font-size: 15px; }.access-copy h3 { font-size: 22px; }.access-copy > p:not(.item-label) { font-size: 12.5px; line-height: 1.67; }.access-pills { gap: 4px; }.access-pills span { font-size: 8px; }.skill-grid { gap: 6px; }.skill-grid > div { grid-template-columns: 1fr; min-height: 89px; padding: 10px; }.skill-grid > div > span { grid-row: auto; font-size: 16px; }.skill-grid strong { margin-top: 4px; font-size: 11px; }.skill-grid small { font-size: 9px; }
  .bonus-card { min-height: 278px; padding: 25px; }.bonus-card h3 { font-size: 25px; }.bonus-card > p:not(.item-label) { font-size: 13px; }.bonus-meta { left: 25px; }
  .final-section { padding-top: 94px; }.final-section h2 { font-size: 36px; }.final-section .final-inner > p:not(.eyebrow) { font-size: 13px; }.tally-shell { margin-top: 34px; }.tally-placeholder { min-height: 230px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 12px; }.footer-brand { margin-bottom: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
