:root {
  --ink: #102a24;
  --deep: #082c25;
  --deep-2: #0b3b31;
  --green: #16755d;
  --green-2: #1c8a6d;
  --lime: #c8f24a;
  --lime-dark: #aedb2f;
  --paper: #f4f7f0;
  --paper-2: #eaf0e7;
  --white: #ffffff;
  --muted: #5e706a;
  --line: #d9e2da;
  --orange: #ff9c55;
  --blue: #7cc6dd;
  --shadow: 0 24px 70px rgba(7, 43, 35, .13);
  --radius: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
h2 { margin-bottom: 24px; font-size: clamp(40px, 5vw, 64px); font-weight: 590; line-height: 1.04; }
h3 { font-size: 23px; line-height: 1.2; }
p { color: var(--muted); line-height: 1.75; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 200; padding: 12px 18px; background: var(--lime); color: var(--deep); font-weight: 800; border-radius: 6px; }
.skip-link:focus { top: 12px; }

.topbar { position: relative; z-index: 90; background: #061f1a; color: #cfddd8; }
.topbar-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar p { margin: 0; color: inherit; font-size: 12px; }
.topbar a { color: var(--lime); font-size: 12px; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(244, 247, 240, .94); border-bottom: 1px solid rgba(16, 42, 36, .08); backdrop-filter: blur(16px); transition: box-shadow .25s, background .25s; }
.site-header.scrolled { background: rgba(255, 255, 255, .96); box-shadow: 0 10px 32px rgba(7, 43, 35, .08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 12px 12px 12px 3px; background: var(--ink); color: var(--lime); font-size: 21px; font-weight: 900; transform: rotate(-3deg); }
.brand-word { font-size: 25px; font-weight: 780; letter-spacing: -.065em; }
.brand-word > span { color: var(--green); }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav > a:not(.nav-cta) { position: relative; color: #435650; font-size: 14px; font-weight: 620; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--green); transition: right .25s; }
.main-nav > a:hover::after, .main-nav > a.is-active::after { right: 0; }
.main-nav > a.is-active { color: var(--green); }
.nav-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; padding: 0 20px; border-radius: 6px; background: var(--ink); color: var(--white); font-size: 13px; font-weight: 750; transition: transform .2s, background .2s; }
.nav-cta:hover { transform: translateY(-2px); background: var(--green); }
.menu-toggle { width: 44px; height: 44px; display: none; align-content: center; gap: 5px; padding: 0 11px; border: 1px solid var(--line); border-radius: 7px; background: white; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 9px; transition: .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 25px; border: 1px solid transparent; border-radius: 7px; font-size: 14px; font-weight: 780; letter-spacing: -.01em; transition: transform .2s, color .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-lime { background: var(--lime); color: var(--deep); box-shadow: 0 14px 28px rgba(105, 150, 22, .16); }
.button-lime:hover { background: var(--lime-dark); box-shadow: 0 18px 35px rgba(105, 150, 22, .22); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--green); }
.button-white { background: white; color: var(--deep); }
.button-outline { border-color: rgba(255, 255, 255, .42); color: white; }
.button-outline:hover { background: white; color: var(--deep); }
.button-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button-row.center { justify-content: center; gap: 12px; }
.button-link, .text-arrow { display: inline-flex; align-items: center; gap: 11px; color: inherit; font-size: 14px; font-weight: 720; }
.button-link .play { width: 40px; height: 40px; display: grid; place-items: center; padding-left: 2px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; color: var(--lime); font-size: 10px; }
.text-arrow { color: var(--green); }
.text-arrow span { transition: transform .2s; }
.text-arrow:hover span { transform: translateX(5px); }
.section-label, .eyebrow { margin: 0 0 22px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-label::before, .eyebrow > span { content: ""; width: 25px; height: 2px; display: inline-block; margin: 0 10px 3px 0; background: currentColor; }
.section-label.light { color: var(--lime); }
.section-label.no-line::before { display: none; }
.eyebrow { display: flex; align-items: center; color: var(--lime); }
.eyebrow > span { margin: 0; }
.lead-copy { color: #344b44; font-size: 19px; line-height: 1.7; }

/* Hero slider */
.hero-slider { position: relative; min-height: 680px; overflow: hidden; background: var(--deep); color: white; }
.hero-slide { position: relative; min-height: 680px; display: none; padding: 78px 0 96px; overflow: hidden; animation: slideFade .55s ease both; }
.hero-slide.is-active { display: block; }
.hero-slide::after { content: ""; position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(transparent, rgba(3, 27, 22, .35)); pointer-events: none; }
.hero-orb { position: absolute; width: 700px; height: 700px; right: -180px; top: -170px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .09); box-shadow: 0 0 0 110px rgba(255, 255, 255, .022), 0 0 0 220px rgba(255, 255, 255, .016); }
.hero-orb-two { background: radial-gradient(circle, rgba(255, 156, 85, .11), transparent 62%); }
.hero-orb-three { background: radial-gradient(circle, rgba(200, 242, 74, .10), transparent 62%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero-copy h1, .hero-title { max-width: 700px; margin: 0 0 27px; color: white; font-size: clamp(54px, 6.2vw, 86px); font-weight: 560; line-height: .99; letter-spacing: -.06em; }
.hero-title { font-size: clamp(50px, 5.6vw, 78px); }
.hero-copy h1 em, .hero-title em, .inner-hero h1 em { color: var(--lime); font-family: Georgia, serif; font-weight: 500; }
.hero-copy > p:not(.eyebrow) { max-width: 690px; margin-bottom: 32px; color: #bfd1cb; font-size: 16px; line-height: 1.8; }
.hero-product { position: relative; min-height: 490px; display: grid; align-items: center; }
.live-pill { position: absolute; right: 3%; top: 0; z-index: 4; padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: rgba(6,31,26,.72); color: #dbe9e4; font-size: 9px; font-weight: 800; letter-spacing: .13em; backdrop-filter: blur(10px); }
.live-pill i { width: 6px; height: 6px; display: inline-block; margin-right: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(255,156,85,.14); }
.smart-board { position: relative; width: 92%; margin-inline: auto; filter: drop-shadow(28px 32px 42px rgba(0,0,0,.25)); transform: perspective(900px) rotateY(-3deg) rotateX(1deg); }
.board-camera { width: 42px; height: 7px; position: absolute; left: calc(50% - 21px); top: -4px; z-index: 2; border-radius: 5px; background: #020908; }
.board-camera::after { content: ""; width: 4px; height: 4px; position: absolute; left: 19px; top: 1px; border-radius: 50%; background: #4ca4bd; }
.board-screen { min-height: 340px; display: grid; grid-template-columns: 38px 1fr; padding: 10px; border: 10px solid #081713; border-radius: 8px; background: #f7faf4; box-shadow: 10px 13px 0 rgba(200,242,74,.72); }
.screen-tools { display: flex; flex-direction: column; align-items: center; gap: 24px; padding-top: 22px; border-right: 1px solid #dfe7df; color: var(--green); font-size: 11px; }
.screen-content { padding: 36px 26px 22px; color: var(--ink); }
.screen-content > small { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.screen-content h2 { margin: 13px 0 24px; font-size: 33px; line-height: 1.04; }
.screen-content h2 em { color: var(--green); font-family: Georgia, serif; font-weight: 500; }
.lesson-cards { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; }
.lesson-cards > div { min-height: 105px; padding: 16px; border: 1px solid var(--line); border-radius: 6px; background: white; }
.lesson-cards b { display: block; margin: 9px 0 13px; font: 700 18px Georgia, serif; }
.lesson-cards small { color: var(--muted); font-size: 9px; }
.mini-chart { display: flex; align-items: flex-end; justify-content: space-around; gap: 6px; }
.mini-chart i { width: 15%; height: 38%; border-radius: 3px 3px 0 0; background: var(--green); }
.mini-chart i:nth-child(2) { height: 72%; background: var(--lime); }
.mini-chart i:nth-child(3) { height: 55%; background: var(--orange); }
.mini-chart i:nth-child(4) { height: 88%; background: var(--deep); }
.board-stand { width: 86%; height: 10px; margin: 9px auto 0; border-radius: 0 0 8px 8px; background: #07110f; }
.float-card { position: absolute; z-index: 4; min-width: 180px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 7px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: var(--shadow); }
.float-card b, .float-card span { display: block; }
.float-card b { font-size: 12px; }
.float-card span { margin-top: 4px; color: var(--muted); font-size: 9px; }
.float-card-one { left: -1%; top: 13%; }
.float-card-two { right: -1%; bottom: 6%; }
.setup-visual, .ai-visual, .ai-art { position: relative; min-height: 500px; display: grid; place-items: center; }
.setup-ring { width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.025); }
.setup-core { width: 170px; height: 170px; position: absolute; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--lime); color: var(--deep); box-shadow: 0 28px 60px rgba(0,0,0,.25); }
.setup-core strong { font-size: 45px; letter-spacing: -.06em; }
.setup-core span { font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.setup-node { position: absolute; width: 112px; padding: 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.09); backdrop-filter: blur(8px); }
.setup-node b, .setup-node span { display: block; }.setup-node b { color: var(--lime); font-size: 10px; }.setup-node span { margin-top: 5px; font-size: 12px; font-weight: 700; }
.node-one { top: 5%; left: 38%; }.node-two { right: 3%; top: 43%; }.node-three { left: 4%; top: 43%; }.node-four { left: 39%; bottom: 4%; }
.ai-ring { position: absolute; border: 1px solid currentColor; border-radius: 50%; opacity: .24; }
.ring-one { width: 390px; height: 390px; }.ring-two { width: 260px; height: 260px; }
.ai-visual .ai-ring { color: white; }.ai-core { width: 170px; height: 170px; display: grid; place-content: center; position: relative; z-index: 2; border-radius: 50%; background: var(--lime); color: var(--deep); text-align: center; box-shadow: 0 30px 70px rgba(0,0,0,.24); }
.ai-core b { font-size: 58px; line-height: .9; }.ai-core span { margin-top: 12px; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.ai-tag { position: absolute; z-index: 3; padding: 10px 14px; border-radius: 30px; background: white; color: var(--deep); font-size: 10px; font-weight: 800; box-shadow: var(--shadow); }
.tag-one { left: 3%; top: 22%; }.tag-two { right: 3%; top: 28%; }.tag-three { right: 8%; bottom: 18%; }.tag-four { left: 5%; bottom: 20%; }
.slider-ui { position: absolute; left: 50%; bottom: 34px; z-index: 10; display: flex; align-items: center; justify-content: space-between; transform: translateX(-50%); }
.slider-dots { display: flex; gap: 9px; }
.slider-dots button { width: 26px; height: 3px; padding: 0; border: 0; border-radius: 9px; background: rgba(255,255,255,.28); cursor: pointer; transition: width .2s, background .2s; }
.slider-dots button.is-active { width: 50px; background: var(--lime); }
.slider-arrows { display: flex; gap: 8px; }
.slider-arrows button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: transparent; color: white; cursor: pointer; transition: .2s; }
.slider-arrows button:hover { background: var(--lime); color: var(--deep); border-color: var(--lime); }
.audience-strip { background: #061f1a; color: white; }
.audience-inner { min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.audience-inner span { color: #718d84; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.audience-inner strong { font-size: 13px; font-weight: 600; }
.audience-inner i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }

/* Content sections */
.split-heading, .section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.split-heading .rich-copy { padding-top: 30px; }
.rich-copy > p:not(.lead-copy) { font-size: 14px; }
.dark-section { background: var(--deep); color: white; }
.section-head { align-items: end; margin-bottom: 55px; }
.section-head h2 { color: white; }
.section-head > p { margin: 0; color: #a9beb7; font-size: 14px; }
.section-head.ink h2 { color: var(--ink); }.section-head.ink > p { color: var(--muted); }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.15); }
.solution-card { min-height: 390px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid rgba(255,255,255,.15); transition: background .25s, transform .25s; }
.solution-card:last-child { border-right: 0; }
.solution-card:hover { background: rgba(255,255,255,.055); transform: translateY(-5px); }
.card-number { display: flex; justify-content: space-between; color: var(--lime); font-size: 10px; font-weight: 800; }
.card-number i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-style: normal; }
.line-icon { height: 100px; position: relative; margin: 38px 0 19px; }
.line-icon i { position: absolute; display: block; }
.board-icon i:first-child { width: 95px; height: 58px; left: 10px; top: 8px; border: 2px solid var(--lime); }.board-icon i:nth-child(2) { width: 42px; height: 2px; left: 36px; top: 77px; background: white; }.board-icon i:nth-child(3) { width: 2px; height: 18px; left: 56px; top: 62px; background: white; }
.setup-icon i { width: 58px; height: 58px; border: 2px solid var(--lime); }.setup-icon i:first-child { left: 8px; top: 4px; }.setup-icon i:nth-child(2) { left: 46px; top: 28px; border-color: white; }.setup-icon i:nth-child(3) { width: 18px; height: 18px; left: 88px; top: 5px; border-radius: 50%; background: var(--orange); border: 0; }
.camera-icon i:first-child { width: 80px; height: 48px; left: 8px; top: 20px; border: 2px solid var(--lime); border-radius: 8px; }.camera-icon i:nth-child(2) { width: 30px; height: 25px; left: 86px; top: 31px; background: white; clip-path: polygon(0 20%,100% 0,100% 100%,0 80%); }.camera-icon i:nth-child(3) { width: 23px; height: 23px; left: 36px; top: 33px; border: 2px solid white; border-radius: 50%; }
.support-icon i:first-child { width: 76px; height: 76px; left: 18px; top: 2px; border: 2px solid var(--lime); border-radius: 50%; }.support-icon i:nth-child(2) { width: 23px; height: 12px; left: 45px; top: 33px; border-left: 3px solid white; border-bottom: 3px solid white; transform: rotate(-45deg); }.support-icon i:nth-child(3) { width: 96px; height: 2px; left: 7px; top: 86px; background: rgba(255,255,255,.5); }
.solution-card h3 { margin: 0 0 13px; color: white; font-size: 20px; }
.solution-card p { margin-bottom: 20px; color: #9cb3ac; font-size: 12px; line-height: 1.7; }
.solution-card > a { margin-top: auto; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ai-section { background: white; }
.ai-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.ai-art { min-height: 520px; border-radius: var(--radius); background: var(--deep); overflow: hidden; color: white; }
.ai-art::before { content: ""; position: absolute; inset: 8%; border: 1px dashed rgba(255,255,255,.13); border-radius: 50%; }
.ai-art .ai-ring { color: white; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; margin: 33px 0; border-top: 1px solid var(--line); }
.feature-list > div { display: grid; grid-template-columns: 32px 1fr; gap: 8px; padding: 20px 16px 20px 0; border-bottom: 1px solid var(--line); }
.feature-list > div:nth-child(odd) { border-right: 1px solid var(--line); }
.feature-list > div:nth-child(even) { padding-left: 18px; }
.feature-list span { color: var(--green); font-size: 9px; font-weight: 800; }
.feature-list p { margin: 0; font-size: 11px; line-height: 1.6; }.feature-list b { display: block; margin-bottom: 5px; color: var(--ink); font-size: 13px; }
.benefits-section { background: var(--paper); }
.center-heading { max-width: 800px; margin: 0 auto 55px; text-align: center; }.center-heading .section-label::before { display: none; }.center-heading h2 { margin-bottom: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: white; }
.benefit-card { min-height: 365px; padding: 28px; border-right: 1px solid var(--line); }.benefit-card:last-child { border: 0; }.benefit-card > span { color: var(--green); font-size: 9px; font-weight: 850; }
.benefit-card h3 { margin: 8px 0 12px; font-size: 19px; }.benefit-card p { margin: 0; font-size: 12px; line-height: 1.7; }
.shape { height: 135px; position: relative; display: grid; place-items: center; }.shape i { position: absolute; display: block; }
.shape-one i:first-child { width: 78px; height: 78px; border-radius: 50%; background: var(--lime); }.shape-one i:nth-child(2) { width: 50px; height: 50px; border: 2px solid var(--green); border-radius: 50%; transform: translate(29px,16px); }.shape-one i:nth-child(3) { width: 36px; height: 2px; background: var(--ink); transform: rotate(-35deg); }
.shape-two i:first-child { width: 92px; height: 62px; border: 2px solid var(--green); transform: rotate(-6deg); }.shape-two i:nth-child(2) { width: 68px; height: 44px; background: var(--lime); transform: rotate(8deg); }.shape-two i:nth-child(3) { width: 14px; height: 14px; border-radius: 50%; background: var(--orange); transform: translate(43px,-34px); }
.shape-three i { width: 42px; height: 42px; border: 2px solid var(--green); border-radius: 50%; }.shape-three i:first-child { transform: translate(-36px,17px); }.shape-three i:nth-child(2) { transform: translate(36px,17px); }.shape-three i:nth-child(3) { background: var(--lime); transform: translateY(-29px); }
.shape-four i:first-child { width: 92px; height: 67px; border-radius: 5px; background: var(--deep); }.shape-four i:nth-child(2) { width: 55px; height: 4px; background: var(--lime); transform: translate(-4px,-16px); }.shape-four i:nth-child(3) { width: 35px; height: 4px; background: var(--orange); transform: translate(-14px,4px); }
.process-section { background: var(--green); color: white; }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 120px; }
.process-intro, .sticky-copy { position: sticky; top: 150px; align-self: start; }
.process-intro h2 { margin-bottom: 27px; }.process-intro > p:not(.section-label) { color: #c8ded7; font-size: 14px; }.process-intro .button { margin-top: 12px; }
.process-steps article { min-height: 135px; display: grid; grid-template-columns: 58px 1fr; padding: 27px 0; border-top: 1px solid rgba(255,255,255,.22); }
.process-steps article:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }.process-steps article > span { color: var(--lime); font-size: 10px; font-weight: 850; }.process-steps h3 { margin: 0 0 9px; font-size: 28px; font-weight: 580; }.process-steps p { max-width: 510px; margin: 0; color: #c4dbd4; font-size: 12px; }
.institution-section { background: var(--paper); }
.institution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.institution-card { min-height: 270px; display: grid; grid-template-columns: .85fr 1.15fr; border: 1px solid var(--line); border-radius: 8px; background: white; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.institution-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.institution-art { position: relative; min-height: 230px; overflow: hidden; background: #dcebe3; }.art-lime { background: #e9edca; }.art-orange { background: #f3e1d1; }.art-blue { background: #dbe8ec; }
.institution-art span { position: absolute; width: 65px; height: 65px; right: 17px; top: 22px; border-radius: 50%; background: var(--lime); }.art-orange span { background: var(--orange); }.art-blue span { background: var(--blue); }
.institution-art::after { content: ""; position: absolute; left: 20%; right: 16%; bottom: 0; height: 59%; background: var(--deep); clip-path: polygon(50% 0,100% 30%,100% 100%,0 100%,0 30%); }
.institution-art i { width: 15px; height: 32px; position: absolute; z-index: 1; bottom: 17px; background: var(--lime); }.institution-art i:nth-of-type(1) { left: 32%; }.institution-art i:nth-of-type(2) { left: 48%; }.institution-art i:nth-of-type(3) { left: 64%; }
.institution-card > div:last-child { padding: 32px 27px; }.institution-card small { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .1em; }.institution-card h3 { margin: 45px 0 12px; font-size: 22px; }.institution-card p { margin: 0; font-size: 12px; line-height: 1.7; }
.guide-section, .why-section { background: white; }.guide-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 130px; }
.sticky-copy h2 { margin-bottom: 25px; }.sticky-copy > p:not(.section-label) { max-width: 480px; font-size: 14px; }
.check-list { border-top: 1px solid var(--line); }.check-list > div { min-height: 79px; display: grid; grid-template-columns: 54px 1fr 30px; align-items: center; border-bottom: 1px solid var(--line); }.check-list span { color: #90a099; font-size: 9px; font-weight: 800; }.check-list b { font-size: 15px; font-weight: 630; }.check-list i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #eaf5cc; color: var(--green); font-size: 10px; font-style: normal; }
.price-band { padding: 84px 0; background: var(--deep); color: white; }.price-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 110px; }.price-grid h2 { margin: 0; font-size: clamp(38px,4.5vw,58px); }.price-grid p { color: #a9bdb6; }.price-grid .button { margin-top: 12px; }
.faq-section { background: var(--paper); }.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 120px; }.accordion { border-top: 1px solid #ccd8cf; }.accordion details { border-bottom: 1px solid #ccd8cf; }.accordion summary { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 25px; list-style: none; cursor: pointer; font-size: 16px; font-weight: 680; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary i { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #b9c8bf; border-radius: 50%; color: var(--green); font-style: normal; transition: .25s; }.accordion details[open] summary i { transform: rotate(45deg); background: var(--lime); border-color: var(--lime); }.accordion details p { max-width: 680px; margin: -7px 55px 28px 0; font-size: 13px; }
.final-cta { position: relative; padding: 120px 0; overflow: hidden; background: var(--green); color: white; text-align: center; }.cta-rings { position: absolute; width: 700px; height: 700px; left: calc(50% - 350px); top: -250px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.025),0 0 0 200px rgba(255,255,255,.017); }.cta-inner { position: relative; }.cta-inner h2 { max-width: 900px; margin: 0 auto 25px; font-size: clamp(45px,6vw,73px); }.cta-inner > p:not(.section-label) { max-width: 690px; margin: 0 auto; color: #cfe2dc; }.cta-inner .button-row { margin-top: 37px; }

/* Footer */
.site-footer { padding: 72px 0 25px; background: #061d18; color: white; }.footer-grid { display: grid; grid-template-columns: 1fr 1.55fr; gap: 90px; padding-bottom: 64px; }.brand-light .brand-mark { background: var(--lime); color: var(--deep); }.brand-light .brand-word > span { color: var(--lime); }.footer-brand p { max-width: 340px; margin: 23px 0 0; color: #82978f; font-size: 13px; }.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px; }.footer-links > div { display: grid; align-content: start; gap: 12px; }.footer-links strong { margin-bottom: 8px; color: var(--lime); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }.footer-links a, .footer-links span { color: #a6b7b1; font-size: 12px; }.footer-links a:hover { color: white; }.footer-bottom { min-height: 48px; display: flex; justify-content: space-between; align-items: end; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #687f77; font-size: 10px; }
.back-top { width: 44px; height: 44px; position: fixed; right: 22px; bottom: 22px; z-index: 60; border: 0; border-radius: 50%; background: var(--lime); color: var(--deep); box-shadow: var(--shadow); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s; }.back-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.thank-you-page { min-height: 100vh; display: grid; background: var(--green); }.thank-you-card { min-height: 100vh; display: grid; align-items: center; }.thank-you-brand { width: max-content; margin: 0 auto 42px; }.thank-you-card h1 { max-width: 900px; margin: 0 auto 26px; color: white; font-size: clamp(48px, 7vw, 84px); line-height: .98; letter-spacing: -.055em; }.thank-you-card .button-row { margin-top: 38px; }

/* Inner pages */
.inner-hero { position: relative; padding: 100px 0 55px; overflow: hidden; background: var(--deep); color: white; }.inner-orb { width: 690px; height: 690px; position: absolute; right: -260px; top: -270px; border: 1px solid rgba(255,255,255,.10); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.022),0 0 0 200px rgba(255,255,255,.014); }.inner-hero-grid { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 100px; }.inner-hero h1 { max-width: 780px; margin: 0; font-size: clamp(55px,6.5vw,88px); font-weight: 560; line-height: .98; }.inner-hero-copy { padding-bottom: 8px; }.inner-hero-copy > p { color: #bdcfc9; font-size: 16px; }.inner-hero-copy .button { margin-top: 8px; }.inner-stats { position: relative; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.16); }.inner-stats > div { padding: 30px 30px 0 0; }.inner-stats strong, .inner-stats span { display: block; }.inner-stats strong { color: var(--lime); font-size: 24px; }.inner-stats span { margin-top: 7px; color: #8fa8a0; font-size: 11px; }.availability { display: flex; align-items: center; gap: 10px; margin-top: 24px; color: #d9e8e3; font-size: 12px; }.availability i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(200,242,74,.12); }
.story-section { background: white; }.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 120px; }.story-visual { position: relative; min-height: 520px; padding: 46px; border-radius: var(--radius); background: #dbe8df; }.story-board { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 40px; border: 10px solid var(--deep); border-radius: 8px; background: var(--green); color: white; box-shadow: 18px 20px 0 var(--lime); }.story-board > span { font-size: 9px; font-weight: 850; letter-spacing: .16em; }.story-board strong { font-size: 45px; line-height: 1.05; letter-spacing: -.04em; }.story-board i { width: 65%; height: 3px; background: var(--lime); }.story-board i:nth-of-type(2) { width: 45%; background: white; }.story-board i:nth-of-type(3) { width: 28%; background: var(--orange); }.story-note { position: absolute; right: 5px; bottom: 10px; max-width: 220px; padding: 17px; border-radius: 6px; background: white; box-shadow: var(--shadow); color: var(--muted); font-size: 10px; line-height: 1.5; }.value-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.14); }.value-card { min-height: 300px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid rgba(255,255,255,.14); }.value-card:last-child { border: 0; }.value-card span { color: var(--lime); font-size: 10px; font-weight: 850; }.value-card h3 { margin: auto 0 12px; color: white; }.value-card p { margin: 0; color: #9eb4ad; font-size: 12px; }.mission-section { background: var(--paper); }.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.mission-card { min-height: 420px; padding: 55px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }.mission-card.accent { background: #e9f4ca; }.mission-card h2 { font-size: clamp(39px,4vw,55px); }.mission-card p:last-child { max-width: 530px; }.why-section { background: white; }

/* Products */
.product-catalogue { background: var(--paper); }.catalogue-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 55px; }.catalogue-head h2 { max-width: 650px; margin: 0; }.product-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }.product-filters button { min-height: 38px; padding: 0 15px; border: 1px solid var(--line); border-radius: 30px; background: white; color: var(--muted); font-size: 11px; font-weight: 750; cursor: pointer; }.product-filters button:hover, .product-filters button.is-active { border-color: var(--green); background: var(--green); color: white; }.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.product-card { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 440px; border: 1px solid var(--line); border-radius: 9px; background: white; overflow: hidden; transition: opacity .3s, transform .25s, box-shadow .25s; }.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.product-card.is-hidden { display: none; }.product-visual { position: relative; min-height: 100%; display: grid; place-items: center; overflow: hidden; background: #dfeae2; }.product-visual > small { position: absolute; left: 17px; top: 17px; color: var(--green); font-size: 8px; font-weight: 850; letter-spacing: .15em; }.visual-ai { background: #0e4236; }.visual-setup { background: #e9edca; }.visual-camera { background: #d9e7eb; }.visual-audio { background: #f2e2d4; }.visual-support { background: #e8f3ca; }.product-board { width: 80%; height: 180px; display: grid; place-content: center; border: 8px solid var(--deep); border-radius: 5px; background: var(--green); color: white; text-align: center; box-shadow: 10px 12px 0 var(--lime); }.product-board > span { position: absolute; margin: -73px 0 0 -53px; color: var(--lime); font-size: 9px; font-weight: 850; }.product-board b { font-size: 19px; line-height: 1.15; }.product-board i { width: 50px; height: 3px; margin: 15px auto 0; background: var(--lime); }.product-ai { width: 145px; height: 145px; position: relative; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--deep); box-shadow: 0 0 0 45px rgba(255,255,255,.05); }.product-ai span { font-size: 55px; font-weight: 800; }.product-ai i { width: 210px; height: 210px; position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }.product-ai i:last-child { width: 290px; height: 290px; opacity: .5; }.setup-mini { width: 130px; height: 130px; display: grid; place-content: center; border-radius: 50%; background: var(--deep); color: white; text-align: center; }.setup-mini b { font-size: 35px; }.setup-mini span { font-size: 8px; letter-spacing: .12em; }.sat { position: absolute; padding: 8px 11px; border-radius: 20px; background: white; color: var(--green); font-size: 8px; font-style: normal; font-weight: 800; box-shadow: var(--shadow); }.sat-a { top: 25%; right: 6%; }.sat-b { left: 8%; top: 35%; }.sat-c { right: 13%; bottom: 20%; }.camera-shape { width: 130px; height: 76px; position: relative; border-radius: 12px; background: var(--deep); }.camera-shape span { width: 46px; height: 46px; position: absolute; left: 42px; top: 15px; border: 5px solid var(--lime); border-radius: 50%; }.camera-shape i { width: 42px; height: 45px; position: absolute; right: -34px; top: 16px; background: var(--green); clip-path: polygon(0 20%,100% 0,100% 100%,0 80%); }.sound-wave { position: absolute; display: flex; align-items: center; gap: 5px; bottom: 22%; }.sound-wave i { width: 3px; height: 15px; background: var(--green); }.sound-wave i:nth-child(2) { height: 28px; }.speaker { width: 115px; height: 180px; position: relative; display: grid; place-content: center; border-radius: 10px; background: var(--deep); }.speaker i { width: 58px; height: 58px; border: 5px solid var(--lime); border-radius: 50%; }.speaker i:nth-child(2) { width: 35px; height: 35px; margin: 15px auto 0; border-width: 4px; }.speaker span { width: 6px; height: 6px; position: absolute; right: 14px; top: 14px; border-radius: 50%; background: var(--orange); }.wave-ring { width: 230px; height: 230px; position: absolute; border: 1px solid rgba(16,42,36,.17); border-radius: 50%; }.support-badge { width: 170px; height: 170px; display: grid; place-content: center; border-radius: 50%; background: var(--deep); color: white; text-align: center; box-shadow: 0 0 0 30px rgba(22,117,93,.09); }.support-badge span { width: 36px; height: 36px; display: grid; place-items: center; margin: 0 auto 12px; border-radius: 50%; background: var(--lime); color: var(--deep); }.support-badge b { font-size: 16px; }.product-body { padding: 32px 28px; }.product-kicker { margin-bottom: 8px; color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }.product-body h3 { margin: 0 0 14px; font-size: 23px; }.product-body > p:not(.product-kicker) { font-size: 12px; line-height: 1.7; }.product-body ul { margin: 19px 0 24px; padding: 0; list-style: none; }.product-body li { position: relative; margin: 9px 0; padding-left: 18px; color: #425750; font-size: 11px; }.product-body li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 850; }.compare-section { background: white; }.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }.table-wrap table { width: 100%; min-width: 750px; border-collapse: collapse; }.table-wrap th, .table-wrap td { padding: 21px 23px; border-bottom: 1px solid var(--line); text-align: left; font-size: 12px; }.table-wrap th { background: var(--deep); color: white; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }.table-wrap td:first-child { color: var(--ink); font-weight: 750; }.table-wrap tr:last-child td { border: 0; }

/* Contact */
.contact-main { background: white; }.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 100px; }.contact-info h2 { margin-bottom: 20px; }.contact-info > p:not(.section-label) { max-width: 500px; }.contact-cards { margin-top: 35px; border-top: 1px solid var(--line); }.contact-cards > * { min-height: 87px; display: grid; grid-template-columns: 43px 1fr 30px; align-items: center; border-bottom: 1px solid var(--line); }.contact-cards > * > span { color: #94a39e; font-size: 9px; font-weight: 850; }.contact-cards small, .contact-cards b { display: block; }.contact-cards small { margin-bottom: 6px; color: var(--green); font-size: 8px; font-weight: 850; letter-spacing: .12em; }.contact-cards b { font-size: 14px; }.contact-cards i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #eaf5cc; color: var(--green); font-size: 10px; font-style: normal; }.response-note { margin-top: 32px; padding: 23px; border-left: 3px solid var(--lime); background: var(--paper); }.response-note strong { font-size: 13px; }.response-note p { margin: 8px 0 0; font-size: 11px; }.form-card { margin-top: -200px; position: relative; z-index: 4; padding: 45px; border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }.form-head > span { color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .15em; }.form-head h2 { margin: 13px 0 8px; font-size: 39px; }.form-head p { margin: 0 0 30px; font-size: 11px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.form-card label { display: block; margin-bottom: 17px; color: var(--ink); font-size: 11px; font-weight: 700; }.form-card input, .form-card textarea, .form-card select { width: 100%; margin-top: 8px; border: 1px solid var(--line); border-radius: 6px; outline: none; background: white; color: var(--ink); font-size: 13px; transition: border .2s, box-shadow .2s; }.form-card input, .form-card select { height: 50px; padding: 0 14px; }.form-card textarea { padding: 14px; resize: vertical; }.form-card input:focus, .form-card textarea:focus, .form-card select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(22,117,93,.10); }.form-card .has-error input, .form-card .has-error textarea, .form-card .has-error select { border-color: #cc553e; }.field-error { min-height: 12px; display: block; margin-top: 5px; color: #b74430; font-size: 9px; font-weight: 550; }.consent { display: grid !important; grid-template-columns: 19px 1fr; align-items: start; gap: 9px; }.consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--green); }.consent .field-error { grid-column: 2; }.submit-button { width: 100%; border: 0; cursor: pointer; }.submit-button i { font-style: normal; }.form-status { margin: 14px 0 0; text-align: center; font-size: 12px; font-weight: 700; }.form-status.success { color: var(--green); }.form-status.error { color: #b74430; }.form-note { margin: 8px 0 0; color: #87958f; text-align: center; font-size: 9px; }.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }.contact-options { background: var(--paper); }.option-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }.option-card { min-height: 260px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: white; transition: transform .25s, box-shadow .25s; }.option-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.option-card > span { color: var(--green); font-size: 9px; font-weight: 850; }.option-card h3 { margin: 50px 0 10px; }.option-card p { margin: 0; font-size: 12px; }.option-card i { margin-top: auto; color: var(--green); font-style: normal; font-size: 22px; }.compact-faq { padding-top: 90px; }

/* Motion */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.stagger > .reveal:nth-child(2) { transition-delay: .08s; }.stagger > .reveal:nth-child(3) { transition-delay: .16s; }.stagger > .reveal:nth-child(4) { transition-delay: .24s; }.stagger > .reveal:nth-child(5) { transition-delay: .32s; }.stagger > .reveal:nth-child(6) { transition-delay: .4s; }
@keyframes slideFade { from { opacity: 0; transform: scale(1.01); } to { opacity: 1; transform: scale(1); } }

/* Responsive */
@media (max-width: 1080px) {
  .main-nav { gap: 16px; }.main-nav > a:not(.nav-cta) { font-size: 12px; }
  .hero-grid { gap: 35px; }.hero-copy h1, .hero-title { font-size: 62px; }.float-card-one { left: 0; }.float-card-two { right: 0; }
  .solution-grid, .benefit-grid, .value-grid { grid-template-columns: 1fr 1fr; }.solution-card:nth-child(2), .benefit-card:nth-child(2), .value-card:nth-child(2) { border-right: 0; }.solution-card:nth-child(-n+2), .benefit-card:nth-child(-n+2), .value-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }.benefit-card:nth-child(-n+2) { border-bottom-color: var(--line); }
  .institution-grid { grid-template-columns: 1fr; }.product-card { grid-template-columns: .75fr 1.25fr; }.contact-grid { gap: 55px; }.form-card { padding: 35px; }
}

@media (max-width: 850px) {
  .container { width: min(700px, calc(100% - 32px)); }.section { padding: 82px 0; }
  .main-nav { width: min(360px, calc(100vw - 32px)); max-height: calc(100vh - 90px); position: fixed; right: 16px; top: 78px; display: grid; align-content: start; gap: 0; padding: 16px; overflow-y: auto; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }.main-nav > a:not(.nav-cta) { padding: 14px 8px; border-bottom: 1px solid #edf1ec; font-size: 14px; }.main-nav > a:not(.nav-cta)::after { display: none; }.nav-cta { margin-top: 12px; }.menu-toggle { display: grid; }
  .hero-slider, .hero-slide { min-height: 1030px; }.hero-slide { padding-top: 60px; }.hero-grid, .split-heading, .section-head, .ai-grid, .process-grid, .guide-grid, .faq-grid, .price-grid, .footer-grid, .inner-hero-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }.hero-copy h1, .hero-title { font-size: clamp(52px,10vw,72px); }.hero-product, .setup-visual, .ai-visual { min-height: 470px; }.slider-ui { bottom: 24px; }
  .split-heading, .section-head, .ai-grid, .process-grid, .guide-grid, .faq-grid, .price-grid, .footer-grid, .inner-hero-grid, .story-grid, .contact-grid { gap: 55px; }
  .split-heading .rich-copy { padding-top: 0; }.section-head { align-items: start; }.process-intro, .sticky-copy { position: static; }.ai-art { order: 2; }.feature-list { grid-template-columns: 1fr; }.feature-list > div:nth-child(odd) { border-right: 0; }.feature-list > div:nth-child(even) { padding-left: 0; }
  .audience-inner { min-height: 95px; flex-wrap: wrap; justify-content: flex-start; gap: 12px 25px; padding: 18px 0; }.audience-inner > span { width: 100%; }.audience-inner i { display: none; }
  .mission-grid, .product-grid { grid-template-columns: 1fr; }.inner-hero { padding-top: 80px; }.inner-hero-grid { gap: 35px; }.inner-hero h1 { font-size: clamp(53px,10vw,76px); }.inner-stats { margin-top: 55px; }
  .form-card { margin-top: 0; }.catalogue-head { align-items: start; flex-direction: column; }.product-filters { justify-content: flex-start; }.option-grid { grid-template-columns: 1fr; }.option-card { min-height: 220px; }.option-card h3 { margin-top: 35px; }
}

@media (max-width: 580px) {
  .container { width: calc(100% - 28px); }.section { padding: 68px 0; } h2 { font-size: 39px; }
  .topbar-inner > p { display: none; }.topbar-inner { justify-content: center; }.nav-wrap { min-height: 68px; }.main-nav { top: 70px; }
  .hero-slider, .hero-slide { min-height: 970px; }.hero-slide { padding-top: 48px; }.hero-copy h1, .hero-title { font-size: 49px; }.hero-copy > p:not(.eyebrow) { font-size: 14px; }.button-row:not(.center) { align-items: stretch; flex-direction: column; }.button-row:not(.center) .button { width: 100%; }.button-link { justify-content: center; }.hero-product, .setup-visual, .ai-visual { min-height: 390px; }.smart-board { width: 100%; transform: none; }.board-screen { min-height: 285px; grid-template-columns: 29px 1fr; border-width: 7px; box-shadow: 7px 9px 0 rgba(200,242,74,.72); }.screen-tools { gap: 17px; }.screen-content { padding: 24px 14px 15px; }.screen-content h2 { font-size: 24px; }.lesson-cards > div { min-height: 90px; padding: 10px; }.lesson-cards b { font-size: 13px; }.float-card { min-width: 150px; padding: 10px 13px; }.float-card-one { top: 5%; }.float-card-two { bottom: 2%; }.live-pill { display: none; }
  .setup-ring, .ring-one { width: 310px; height: 310px; }.ring-two { width: 215px; height: 215px; }.setup-core, .ai-core { width: 140px; height: 140px; }.ai-core b { font-size: 49px; }.setup-node { width: 91px; padding: 11px; }.node-one { left: 35%; }.node-four { left: 36%; }.setup-node span { font-size: 9px; }.ai-tag { padding: 8px 10px; font-size: 8px; }
  .slider-arrows button { width: 38px; height: 38px; }.slider-dots button { width: 18px; }.slider-dots button.is-active { width: 34px; }
  .solution-grid, .benefit-grid, .value-grid { grid-template-columns: 1fr; }.solution-card, .benefit-card, .value-card { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }.benefit-card { border-bottom-color: var(--line); }.solution-card:last-child, .benefit-card:last-child, .value-card:last-child { border-bottom: 0; }.solution-card { min-height: 350px; }.benefit-card { min-height: 330px; }
  .institution-card { grid-template-columns: 1fr; }.institution-art { min-height: 190px; }.institution-card h3 { margin-top: 25px; }.process-steps article { grid-template-columns: 42px 1fr; }.check-list > div { grid-template-columns: 40px 1fr 28px; }.accordion summary { min-height: 80px; font-size: 14px; }.accordion details p { margin-right: 35px; }.final-cta { padding: 85px 0; }.cta-inner h2 { font-size: 42px; }.button-row.center { flex-direction: column; }.button-row.center .button { width: 100%; }
  .footer-links { grid-template-columns: 1fr 1fr; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }.inner-hero { padding-top: 62px; }.inner-hero h1 { font-size: 48px; }.inner-stats { grid-template-columns: 1fr; }.inner-stats > div { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); }.story-visual { min-height: 390px; padding: 27px; }.story-board { min-height: 300px; padding: 25px; border-width: 7px; box-shadow: 10px 12px 0 var(--lime); }.story-board strong { font-size: 35px; }.story-note { right: 0; bottom: 0; }.mission-card { min-height: 360px; padding: 35px 26px; }.product-card { grid-template-columns: 1fr; }.product-visual { min-height: 280px; }.form-card { padding: 28px 20px; }.form-head h2 { font-size: 33px; }.form-row { grid-template-columns: 1fr; gap: 0; }.contact-cards b { font-size: 12px; }
}

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

.client-logout { position: fixed; right: 22px; bottom: 78px; z-index: 61; padding: 11px 15px; border-radius: 30px; background: var(--deep); color: white; box-shadow: var(--shadow); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.client-logout:hover { background: var(--green); }
