:root {
  --cream: #f7f4ee;
  --cream-deep: #eee8dc;
  --paper: #fffefa;
  --white: #ffffff;
  --ink: #27323f;
  --muted: #66727f;
  --teal: #25b7c4;
  --teal-dark: #168a94;
  --teal-pale: #e2f7f5;
  --sky: #5da9e9;
  --sky-pale: #e9f4fd;
  --sun: #f4c542;
  --sun-dark: #9c7410;
  --sun-pale: #fff5c8;
  --grass: #6ccb5f;
  --grass-pale: #e9f8e6;
  --coral: #ff6b5f;
  --coral-pale: #ffebe8;
  --line: rgba(39, 50, 63, 0.12);
  --shadow-sm: 0 12px 35px -24px rgba(39, 50, 63, 0.36);
  --shadow-card: 0 24px 70px -38px rgba(39, 50, 63, 0.42);
  --shadow-float: 0 22px 55px -24px rgba(39, 50, 63, 0.5);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --shell: min(1180px, calc(100% - 40px));
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.035em; line-height: 1.08; }
h1 { font-size: clamp(3.1rem, 6vw, 5.65rem); }
h2 { font-size: clamp(2.25rem, 4.4vw, 4rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }
em { color: var(--teal-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 116px 0; position: relative; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 12px;
  color: #fff;
  background: var(--teal-dark);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(37, 183, 196, 0.65); outline-offset: 4px; }

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  padding: 18px 0;
  transition: padding 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.site-header.is-scrolled {
  padding: 10px 0;
  background: rgba(247, 244, 238, 0.9);
  box-shadow: 0 1px 0 var(--line);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--shell);
  min-height: 52px;
  margin: 0 auto;
}
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px 14px 14px 6px;
  color: #fff;
  background: var(--teal);
  box-shadow: 0 10px 25px -15px rgba(37, 183, 196, 0.72);
  font-size: 1.16rem;
  font-weight: 900;
}
.wordmark { font-size: 1.53rem; font-weight: 900; letter-spacing: -0.055em; line-height: 1; }
.wordmark span { color: var(--teal); }
.wordmark strong { color: var(--sun); }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav > a:not(.nav-cta) { color: #465361; font-size: 0.91rem; font-weight: 750; transition: color 0.2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--teal-dark); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 14px;
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow-sm);
  font-size: 0.9rem;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease;
}
.nav-cta:hover { background: var(--teal-dark); transform: translateY(-2px); }
.menu-button { display: none; border: 0; background: none; cursor: pointer; }

/* Hero */
.hero { position: relative; min-height: 880px; overflow: hidden; padding: 154px 0 40px; }
.hero::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  top: -210px;
  right: -280px;
  border-radius: 50%;
  background: rgba(37, 183, 196, 0.1);
}
.hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: 40px;
  left: -180px;
  border-radius: 50%;
  background: rgba(244, 197, 66, 0.16);
}
.hero-glow {
  position: absolute;
  width: 380px;
  height: 380px;
  top: 38%;
  left: 43%;
  border-radius: 50%;
  background: rgba(255, 107, 95, 0.08);
  filter: blur(20px);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: center; }
.hero-copy { padding: 30px 0 60px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--teal-dark);
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow span { color: var(--sun-dark); }
.eyebrow-coral { color: #c84f45; }
.eyebrow-sun { color: var(--sun-dark); }
.eyebrow-grass { color: #3f9235; }
.hero h1 { max-width: 770px; margin-bottom: 26px; }
.hero h1 em { display: inline-block; position: relative; }
.hero h1 em::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0.04em;
  left: 0;
  height: 0.16em;
  border-radius: 999px;
  background: var(--sun);
  opacity: 0.65;
  transform: rotate(-1.2deg);
}
.hero-lead { max-width: 620px; margin-bottom: 32px; font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-weight: 850;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: linear-gradient(145deg, var(--teal), var(--teal-dark)); box-shadow: 0 18px 34px -19px var(--teal-dark); }
.button-primary:hover { box-shadow: 0 22px 36px -17px var(--teal-dark); }
.button-secondary { border-color: var(--line); background: rgba(255, 255, 255, 0.62); box-shadow: var(--shadow-sm); }
.button-secondary:hover { border-color: rgba(37, 183, 196, 0.45); background: #fff; }
.play { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--teal-dark); background: var(--teal-pale); font-size: 0.65rem; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 24px 0 0; padding: 0; color: var(--muted); list-style: none; font-size: 0.82rem; font-weight: 750; }
.hero-notes span { color: var(--teal-dark); }
.hero-visual { position: relative; min-height: 620px; }
.hero-picture {
  position: absolute;
  top: 35px;
  right: -110px;
  width: min(770px, 60vw);
  height: 540px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.76);
  border-radius: 46% 26% 42% 24% / 27% 43% 28% 47%;
  background: #dcecf0;
  box-shadow: var(--shadow-card);
  transform: rotate(1.5deg);
}
.hero-picture::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,244,238,0.55), transparent 38%); }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-float);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: var(--muted); font-size: 0.68rem; font-weight: 750; }
.floating-card strong { margin-top: 1px; font-size: 0.88rem; }
.mission-card { bottom: 80px; left: -25px; padding: 14px 17px; border-radius: 19px; animation: float-a 5s ease-in-out infinite; }
.mission-card > b { margin-left: 12px; color: var(--teal-dark); }
.mission-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 13px; color: var(--teal); background: var(--teal-pale); }
.progress-float { top: 80px; right: -34px; padding: 13px 16px; border-radius: 18px; animation: float-b 5.8s ease-in-out infinite; }
.progress-ring { display: grid; width: 44px; height: 44px; place-items: center; border: 5px solid var(--sun); border-left-color: #f5ebba; border-radius: 50%; color: var(--sun-dark); font-size: 0.65rem; font-weight: 900; }
.letter-cloud { position: absolute; z-index: 2; display: grid; place-items: center; border-radius: 50%; font-family: Georgia, serif; font-weight: 800; box-shadow: var(--shadow-sm); }
.letter-a { top: 8px; left: 50px; width: 56px; height: 56px; color: var(--teal-dark); background: var(--teal-pale); transform: rotate(-12deg); }
.letter-b { right: 10px; bottom: 46px; width: 48px; height: 48px; color: #b44a42; background: var(--coral-pale); transform: rotate(8deg); }
.letter-ë { bottom: 7px; left: 45%; width: 42px; height: 42px; color: var(--sun-dark); background: var(--sun-pale); transform: rotate(-4deg); }
@keyframes float-a { 50% { transform: translateY(-9px) rotate(-0.5deg); } }
@keyframes float-b { 50% { transform: translateY(8px) rotate(0.8deg); } }
.trust-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 38px;
  padding: 20px 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.83rem;
}
.trust-row strong { display: inline-flex; align-items: center; gap: 8px; color: #465361; font-size: 0.88rem; }
.trust-row i { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--teal-dark); background: var(--teal-pale); font-style: normal; }

/* Shared section headings */
.section-heading { margin-bottom: 56px; }
.section-heading.centered { max-width: 850px; margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 22px; }
.section-heading p { max-width: 690px; margin: 0 auto; font-size: 1.08rem; }
.split-heading { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 80px; align-items: end; }
.split-heading h2 { max-width: 780px; margin-bottom: 0; }
.split-heading > p { margin: 0 0 7px; font-size: 1.05rem; }

/* Story */
.story-section { background: var(--paper); }
.story-section::before { content: "a · b · c"; position: absolute; top: 70px; left: 5%; color: rgba(37,183,196,0.08); font-family: Georgia, serif; font-size: 5rem; transform: rotate(-8deg); }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.steps-grid::before { content: ""; position: absolute; z-index: 0; top: 230px; right: 9%; left: 9%; height: 3px; background: repeating-linear-gradient(90deg, rgba(37,183,196,0.28) 0 9px, transparent 9px 18px); }
.step-card { position: relative; z-index: 1; display: flex; min-width: 0; min-height: 520px; flex-direction: column; padding: 13px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,0.96); box-shadow: var(--shadow-card); }
.step-card.featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--teal), var(--teal-dark)); transform: translateY(-14px); }
.step-card.featured p { color: rgba(255,255,255,0.82); }
.step-image { position: relative; height: 268px; flex: none; margin: 0; overflow: hidden; border-radius: 21px; background: var(--teal-pale); }
.step-image::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(23,43,48,0.42)); pointer-events: none; }
.step-image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); transition: transform 0.45s ease; }
.step-card:hover .step-image img { transform: scale(1.055); }
.step-image-start img { object-position: 50% 32%; }
.step-image-mission img { object-position: 50% 48%; }
.step-image-progress img { object-position: 50% 17%; }
.step-image figcaption { position: absolute; z-index: 1; right: 15px; bottom: 14px; left: 15px; color: #fff; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.02em; }
.step-body { display: flex; flex: 1; flex-direction: column; padding: 25px 22px 20px; }
.step-topline { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--teal-dark); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.step-number { display: grid; width: 31px; height: 31px; flex: none; place-items: center; border-radius: 10px; color: var(--teal-dark); background: var(--teal-pale); font-family: var(--font); font-size: 0.68rem; font-weight: 950; }
.featured .step-topline { color: rgba(255,255,255,0.82); }
.featured .step-number { color: #654d0d; background: var(--sun); }
.step-card h3 { margin-bottom: 13px; font-size: 1.45rem; }
.step-card p { margin-bottom: 0; }

/* Journey */
.journey-section { overflow: hidden; background: linear-gradient(180deg, #eaf7f6 0%, #f3f8ec 100%); }
.journey-section::after { content: ""; position: absolute; right: -100px; bottom: -140px; width: 360px; height: 360px; border: 45px solid rgba(244,197,66,0.15); border-radius: 50%; }
.journey-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 74px; align-items: center; }
.journey-copy h2 { max-width: 570px; margin-bottom: 24px; }
.journey-copy > p { max-width: 530px; font-size: 1.08rem; }
.journey-legend { display: flex; flex-wrap: wrap; gap: 11px 18px; margin-top: 30px; color: #5e6b75; font-size: 0.76rem; font-weight: 800; }
.journey-legend span { display: inline-flex; align-items: center; gap: 7px; }
.journey-legend i { width: 9px; height: 9px; border-radius: 50%; }
.journey-legend .done { background: var(--teal); }
.journey-legend .now { background: var(--sun); }
.journey-legend .next { border: 1px solid #9ca8ad; background: #fff; }
.journey-card { position: relative; min-height: 610px; overflow: hidden; border: 8px solid rgba(255,255,255,0.82); border-radius: 40px; background: #fff; box-shadow: var(--shadow-card); }
.journey-scenery { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.82) 46%, rgba(255,255,255,0.12) 100%), url("assets/mountain-background.png") center / cover; }
.learning-path { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 16px; margin: 0; padding: 52px; list-style: none; }
.learning-path::before { content: ""; position: absolute; z-index: -1; top: 75px; bottom: 75px; left: 73px; width: 3px; background: linear-gradient(var(--teal) 42%, rgba(39,50,63,0.12) 42%); }
.learning-path li { display: flex; min-height: 104px; align-items: center; gap: 15px; padding: 15px; border: 1px solid rgba(39,50,63,0.1); border-radius: 20px; background: rgba(255,255,255,0.82); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.learning-path li > span { display: grid; width: 42px; height: 42px; flex: none; place-items: center; border: 2px solid #d5dddc; border-radius: 50%; color: #85918f; background: #fff; font-size: 0.78rem; font-weight: 900; }
.learning-path li.complete > span { color: #fff; border-color: var(--teal); background: var(--teal); }
.learning-path li.current { border-color: rgba(244,197,66,0.7); box-shadow: 0 14px 30px -22px var(--sun-dark); }
.learning-path li.current > span { color: #5d470b; border-color: var(--sun); background: var(--sun); }
.learning-path strong, .learning-path small { display: block; }
.learning-path strong { margin-bottom: 3px; }
.learning-path small { color: var(--muted); font-size: 0.72rem; font-weight: 650; }

/* Showcase */
.app-section { background: var(--paper); }
.showcase { display: grid; grid-template-columns: 0.48fr 1.52fr; gap: 28px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--cream); }
.demo-guide { display: flex; flex-direction: column; align-items: flex-start; padding: 18px 10px; }
.demo-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; padding: 8px 12px; border-radius: 999px; color: var(--teal-dark); background: var(--teal-pale); font-size: 0.71rem; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; }
.demo-badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(37,183,196,0.13); }
.demo-guide h3 { margin: 0 0 12px; font-size: clamp(1.65rem, 2.5vw, 2.35rem); line-height: 1.02; }
.demo-guide > p { margin: 0 0 25px; font-size: 0.88rem; line-height: 1.65; }
.demo-step-list { display: grid; width: 100%; gap: 9px; margin: 0 0 22px; padding: 0; list-style: none; }
.demo-step-list li { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid transparent; border-radius: 16px; color: #8a949c; transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease; }
.demo-step-list li > span { display: grid; width: 33px; height: 33px; flex: none; place-items: center; border: 2px solid #d6dddc; border-radius: 50%; background: #fff; font-size: 0.7rem; font-weight: 900; }
.demo-step-list li strong, .demo-step-list li small { display: block; }
.demo-step-list li strong { margin-bottom: 2px; font-size: 0.82rem; }
.demo-step-list li small { color: inherit; font-size: 0.67rem; font-weight: 650; }
.demo-step-list li.is-current { color: var(--ink); border-color: rgba(37,183,196,0.24); background: #fff; box-shadow: var(--shadow-sm); }
.demo-step-list li.is-current > span { color: #fff; border-color: var(--teal); background: var(--teal); }
.demo-step-list li.is-done { color: var(--teal-dark); }
.demo-step-list li.is-done > span { color: #fff; border-color: var(--grass); background: var(--grass); }
.demo-reset { margin-top: auto; padding: 8px 0; border: 0; color: var(--muted); background: transparent; font: inherit; font-size: 0.75rem; font-weight: 800; cursor: pointer; }
.demo-reset:hover { color: var(--teal-dark); }
.showcase-stage { position: relative; min-height: 620px; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: var(--shadow-card); }
.browser-bar { display: flex; height: 45px; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid var(--line); background: #fbfaf7; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #d6d8d5; }
.browser-bar i:first-child { background: var(--coral); }
.browser-bar i:nth-child(2) { background: var(--sun); }
.browser-bar i:nth-child(3) { background: var(--grass); }
.browser-bar span { margin-left: auto; margin-right: auto; color: #89939d; font-size: 0.66rem; font-weight: 750; }
.browser-bar b { padding: 4px 8px; border-radius: 999px; color: var(--teal-dark); background: var(--teal-pale); font-size: 0.57rem; letter-spacing: 0.03em; }
.mini-app { min-height: 574px; padding: 15px; background: linear-gradient(145deg, #eaf8f6, #fff9e8 52%, #f4ecff); }
.demo-app-shell { min-height: 544px; padding: 22px; border: 1px solid rgba(255,255,255,0.8); border-radius: 24px; background: rgba(255,255,255,0.92); box-shadow: 0 22px 55px -35px rgba(32,50,60,0.35); animation: demo-enter 0.32s ease both; }
@keyframes demo-enter { from { opacity: 0; transform: translateY(7px) scale(0.99); } to { opacity: 1; transform: none; } }
.demo-app-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.demo-mini-logo { color: var(--teal); font-size: 0.92rem; font-weight: 950; letter-spacing: -0.03em; }
.demo-mini-logo b { color: var(--sun); }
.demo-avatar { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; color: #fff; background: var(--coral); font-size: 0.66rem; font-weight: 900; }
.demo-progress-line { display: flex; align-items: center; gap: 11px; margin-bottom: 19px; color: var(--muted); font-size: 0.63rem; font-weight: 850; }
.demo-progress-track { height: 8px; flex: 1; overflow: hidden; border-radius: 999px; background: #e8eeeb; }
.demo-progress-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--grass)); transition: width 0.4s ease; }
.demo-welcome { display: grid; min-height: 405px; place-items: center; align-content: center; padding: 35px; border-radius: 20px; text-align: center; background: radial-gradient(circle at 50% 0%, #fff8c7, var(--teal-pale) 64%, #d9f2f3); }
.demo-welcome small { margin-bottom: 12px; color: var(--teal-dark); font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.demo-welcome h4, .demo-task-head h4, .demo-complete h4 { margin: 0 0 12px; color: var(--ink); font-size: clamp(1.75rem, 3vw, 2.75rem); line-height: 1.02; }
.demo-welcome p, .demo-complete p { max-width: 440px; margin: 0 0 24px; font-size: 0.84rem; line-height: 1.55; }
.demo-primary, .demo-secondary, .demo-option, .demo-syllable, .demo-sound { border: 0; font: inherit; cursor: pointer; }
.demo-primary { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border-radius: 14px; color: #fff; background: var(--ink); box-shadow: 0 11px 25px -16px rgba(39,50,63,0.7); font-size: 0.8rem; font-weight: 900; }
.demo-primary:hover { background: var(--teal-dark); transform: translateY(-1px); }
.demo-secondary { padding: 10px 13px; color: var(--teal-dark); background: transparent; font-size: 0.73rem; font-weight: 850; }
.demo-task-head { text-align: center; }
.demo-task-head small { display: block; margin-bottom: 7px; color: var(--teal-dark); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.demo-task-head h4 { font-size: clamp(1.6rem, 2.6vw, 2.35rem); }
.demo-sound { display: grid; width: 70px; height: 70px; margin: 15px auto 20px; place-items: center; border: 7px solid #d9f4f1; border-radius: 50%; color: #fff; background: var(--teal); font-size: 1.45rem; box-shadow: 0 14px 25px -18px var(--teal-dark); transition: transform 0.18s ease; }
.demo-sound:hover, .demo-sound.is-playing { transform: scale(1.06); }
.demo-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.demo-option { min-height: 68px; padding: 10px; border: 2px solid #e3e8e5; border-radius: 16px; color: var(--ink); background: #fff; font-size: 0.9rem; font-weight: 900; transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease; }
.demo-option:hover { border-color: var(--teal); transform: translateY(-2px); }
.demo-option.is-wrong { border-color: var(--coral); background: var(--coral-pale); animation: demo-shake 0.25s linear; }
.demo-option.is-correct { border-color: var(--grass); background: #eaf8e6; }
@keyframes demo-shake { 25% { transform: translateX(-4px); } 75% { transform: translateX(4px); } }
.demo-feedback { min-height: 45px; margin: 12px 0 4px; padding: 10px 13px; border-radius: 13px; color: var(--muted); background: var(--cream); font-size: 0.72rem; font-weight: 750; text-align: center; }
.demo-feedback.is-good { color: #2e6b35; background: #e8f7e5; }
.demo-feedback.is-try { color: #8f4a3e; background: var(--coral-pale); }
.demo-next-row { display: flex; min-height: 46px; align-items: center; justify-content: center; }
.demo-syllable-board { display: grid; min-height: 332px; place-items: center; align-content: center; gap: 16px; }
.demo-word-slot { display: grid; min-width: min(100%, 310px); min-height: 76px; place-items: center; padding: 12px 20px; border: 2px dashed rgba(37,183,196,0.45); border-radius: 17px; color: var(--teal-dark); background: var(--teal-pale); font-size: 1.25rem; font-weight: 950; letter-spacing: 0.06em; }
.demo-syllables { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.demo-syllable { min-width: 95px; min-height: 54px; border: 2px solid var(--sun); border-radius: 15px; color: #6a5312; background: var(--sun-pale); font-size: 1.05rem; font-weight: 950; }
.demo-syllable:disabled { opacity: 0.38; cursor: default; }
.demo-check-row, .demo-complete-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.demo-complete { display: grid; min-height: 405px; place-items: center; align-content: center; padding: 28px; text-align: center; }
.demo-star-win { display: grid; width: 100px; height: 100px; margin-bottom: 18px; place-items: center; border-radius: 32% 68% 42% 58% / 57% 35% 65% 43%; color: #654d0d; background: var(--sun); box-shadow: 0 22px 40px -22px var(--sun-dark); font-size: 3rem; animation: demo-star 0.65s cubic-bezier(.2,.85,.3,1.25) both; }
@keyframes demo-star { from { opacity: 0; transform: rotate(-20deg) scale(0.3); } to { opacity: 1; transform: none; } }
.demo-confetti { color: var(--coral); font-weight: 900; letter-spacing: 0.8em; }
.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
.mini-feature { display: flex; align-items: flex-start; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 21px; background: #fff; }
.mini-feature > span { display: grid; width: 38px; height: 38px; flex: none; place-items: center; border-radius: 12px; color: var(--teal-dark); background: var(--teal-pale); font-weight: 900; }
.mini-feature strong { display: block; margin: 2px 0 4px; font-size: 0.92rem; }
.mini-feature p { margin: 0; font-size: 0.78rem; line-height: 1.5; }

/* Audiences */
.audiences-section { background: #f3efe6; }
.audiences-grid { display: grid; gap: 28px; }
.audience-card { display: grid; grid-template-columns: 1fr 0.95fr; min-height: 560px; overflow: hidden; border: 1px solid var(--line); border-radius: 38px; background: #fff; box-shadow: var(--shadow-card); }
.audience-card.school { grid-template-columns: 0.95fr 1.05fr; background: var(--ink); }
.audience-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 64px; }
.audience-copy h2 { max-width: 680px; margin-bottom: 21px; font-size: clamp(2.15rem, 4vw, 3.55rem); }
.audience-copy > p { max-width: 610px; font-size: 1.02rem; }
.school .audience-copy { color: #fff; }
.school .audience-copy p, .school .check-list { color: #bac2c9; }
.school .eyebrow { color: #7ce0e6; }
.school .text-link { color: #7ce0e6; }
.check-list { display: grid; gap: 11px; margin: 19px 0 28px; padding: 0; color: #4f5c67; list-style: none; font-size: 0.9rem; font-weight: 720; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.check-list span { display: grid; width: 24px; height: 24px; flex: none; place-items: center; border-radius: 50%; color: var(--teal-dark); background: var(--teal-pale); font-size: 0.7rem; }
.school .check-list span { color: #fff; background: rgba(37,183,196,0.25); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--teal-dark); font-weight: 900; }
.text-link span { transition: transform 0.2s ease; }
.text-link:hover span { transform: translateX(5px); }
.character-scene { position: relative; overflow: hidden; background: linear-gradient(145deg, var(--coral-pale), #fff4d4); }
.character-scene::before { content: ""; position: absolute; right: -30px; bottom: -65px; left: -30px; height: 180px; border-radius: 50% 50% 0 0; background: #cfeec8; }
.sun-disc { position: absolute; top: 55px; right: 55px; width: 105px; height: 105px; border: 20px solid rgba(244,197,66,0.25); border-radius: 50%; background: var(--sun); }
.character-scene img { position: absolute; z-index: 1; right: 7%; bottom: -27%; width: 72%; height: auto; filter: drop-shadow(0 25px 24px rgba(39,50,63,0.14)); }
.speech-chip { position: absolute; z-index: 2; top: 19%; left: 8%; padding: 15px 18px; border-radius: 18px 18px 18px 5px; background: #fff; box-shadow: var(--shadow-float); color: var(--muted); font-size: 0.82rem; line-height: 1.35; transform: rotate(-3deg); }
.speech-chip strong { color: var(--teal-dark); font-size: 1rem; }
.school-preview { align-self: center; margin: 55px 55px 55px 0; padding: 27px; border: 1px solid rgba(255,255,255,0.18); border-radius: 28px; background: rgba(255,255,255,0.94); box-shadow: 0 30px 80px -35px rgba(0,0,0,0.75); transform: rotate(1.5deg); }
.school-preview-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; font-weight: 900; }
.school-preview-head i { padding: 6px 10px; border-radius: 999px; color: var(--teal-dark); background: var(--teal-pale); font-size: 0.7rem; font-style: normal; }
.school-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 20px; }
.school-metrics span { padding: 14px 8px; border-radius: 14px; background: var(--cream); text-align: center; }
.school-metrics strong, .school-metrics small { display: block; }
.school-metrics strong { font-size: 1.2rem; }
.school-metrics small { color: var(--muted); font-size: 0.58rem; font-weight: 750; }
.student-line { display: flex; align-items: center; gap: 11px; margin-top: 9px; padding: 13px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.student-line > b { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: var(--teal-dark); background: var(--teal-pale); font-size: 0.72rem; }
.student-line span { flex: 1; }
.student-line strong, .student-line small { display: block; }
.student-line strong { font-size: 0.78rem; }
.student-line small { color: var(--muted); font-size: 0.62rem; }
.student-line i { color: var(--teal-dark); font-style: normal; }

/* Principles */
.principles-section { background: var(--paper); }
.principles-grid { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 95px; align-items: center; }
.principles-copy h2 { margin-bottom: 23px; }
.principles-copy p { max-width: 550px; margin-bottom: 27px; font-size: 1.04rem; }
.principle-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.principle-list article { min-height: 190px; padding: 27px; border: 1px solid var(--line); border-radius: 23px; background: var(--cream); }
.principle-list article > .principle-icon { position: relative; display: grid; width: 48px; height: 48px; margin-bottom: 27px; overflow: hidden; place-items: center; border: 1px solid rgba(39,50,63,0.07); border-radius: 15px; box-shadow: 0 10px 24px -18px rgba(39,50,63,0.35); }
.principle-icon i { position: relative; display: block; color: inherit; font-style: normal; }
.icon-focus { color: var(--teal-dark); background: var(--teal-pale); }
.icon-focus i { width: 23px; height: 23px; border: 2px solid currentColor; border-radius: 50%; }
.icon-focus i::before { content: ""; position: absolute; inset: 5px; border: 2px solid currentColor; border-radius: 50%; }
.icon-focus i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--sun-dark); transform: translate(-50%, -50%); }
.icon-device { color: #347ebd; background: var(--sky-pale); }
.icon-device i { width: 19px; height: 26px; border: 2px solid currentColor; border-radius: 5px; }
.icon-device i::before { content: ""; position: absolute; top: 4px; right: 4px; left: 4px; height: 2px; border-radius: 2px; background: currentColor; opacity: 0.45; }
.icon-device i::after { content: ""; position: absolute; bottom: 3px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: currentColor; transform: translateX(-50%); }
.icon-roles { color: var(--sun-dark); background: var(--sun-pale); }
.icon-roles i { width: 29px; height: 25px; background: radial-gradient(circle at 7px 5px, currentColor 0 3px, transparent 3.5px), radial-gradient(circle at 22px 5px, currentColor 0 3px, transparent 3.5px); }
.icon-roles i::before, .icon-roles i::after { content: ""; position: absolute; bottom: 1px; width: 12px; height: 10px; border: 2px solid currentColor; border-radius: 9px 9px 4px 4px; }
.icon-roles i::before { left: 0; }
.icon-roles i::after { right: 0; }
.icon-no-ads { color: #b85b4f; background: var(--coral-pale); }
.icon-no-ads i { display: grid; width: 27px; height: 20px; place-items: center; border: 2px solid currentColor; border-radius: 5px; }
.icon-no-ads i::before { content: "AD"; font-size: 0.5rem; font-weight: 950; letter-spacing: 0.04em; }
.icon-no-ads::after { content: ""; position: absolute; width: 36px; height: 2px; border-radius: 2px; background: var(--coral); transform: rotate(-45deg); }
.principle-list strong { display: block; margin-bottom: 6px; }
.principle-list p { margin: 0; font-size: 0.79rem; line-height: 1.5; }

/* FAQ */
.faq-section { background: #edf6f5; }
.faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { margin-bottom: 20px; }
.faq-intro p { max-width: 420px; margin-bottom: 28px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: var(--shadow-sm); }
.faq-list summary { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 23px; cursor: pointer; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 29px; height: 29px; flex: none; place-items: center; border-radius: 50%; color: var(--teal-dark); background: var(--teal-pale); font-size: 1.1rem; transition: transform 0.2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 23px 22px; padding-right: 50px; font-size: 0.9rem; }

/* CTA */
.final-cta { padding: 70px 0; background: var(--paper); }
.cta-card { position: relative; min-height: 470px; overflow: hidden; padding: 75px 360px 75px 75px; border-radius: 40px; color: #fff; background: linear-gradient(135deg, var(--teal-dark), #176b75); box-shadow: var(--shadow-card); }
.cta-card::before { content: ""; position: absolute; top: -150px; right: -80px; width: 470px; height: 470px; border: 70px solid rgba(255,255,255,0.08); border-radius: 50%; }
.cta-card h2 { max-width: 750px; margin-bottom: 18px; font-size: clamp(2.35rem, 4.6vw, 4.15rem); }
.cta-card p { max-width: 600px; color: rgba(255,255,255,0.72); }
.cta-card .eyebrow { color: #baf5f3; }
.cta-card > img { position: absolute; z-index: 1; right: 35px; bottom: -68px; width: 310px; height: auto; filter: drop-shadow(0 30px 32px rgba(0,0,0,0.25)); transform: rotate(2deg); }
.cta-stars { position: absolute; top: 38px; right: 55px; color: var(--sun); font-size: 1.3rem; letter-spacing: 0.25em; }
.centered-actions { margin-top: 31px; }
.button-light { color: var(--ink); background: #fff; box-shadow: none; }
.button-light:hover { background: var(--sun-pale); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.08); }
.button-ghost:hover { background: rgba(255,255,255,0.16); }

/* Footer */
.site-footer { color: #dfe7e8; background: #1f2b34; }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 45px; padding: 70px 0 55px; }
.footer-brand .wordmark span { color: var(--teal); }
.footer-brand .wordmark strong { color: var(--sun); }
.footer-brand p { margin: 18px 0 0; color: #8fa0a9; font-size: 0.85rem; }
.footer-column { display: grid; align-content: start; gap: 11px; }
.footer-column strong { margin-bottom: 6px; color: #fff; font-size: 0.83rem; }
.footer-column a { color: #9fadb5; font-size: 0.81rem; transition: color 0.2s ease; }
.footer-column a:hover { color: #74dce2; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 20px 0 25px; border-top: 1px solid rgba(255,255,255,0.09); color: #7f9099; font-size: 0.71rem; }

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

/* Secondary pages */
.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { position: static; padding: 18px 0; border-bottom: 1px solid var(--line); background: var(--cream); }
.legal-main { width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: 85px 0 110px; }
.legal-main h1 { margin-bottom: 20px; font-size: clamp(2.6rem, 6vw, 4.6rem); }
.legal-main h2 { margin: 48px 0 14px; font-size: 1.5rem; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-main ul { padding-left: 1.25rem; }
.legal-note { margin: 32px 0; padding: 21px 23px; border-left: 4px solid var(--sun); border-radius: 0 17px 17px 0; background: var(--sun-pale); }
.legal-note p { margin: 0; color: #62552c; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-dark); font-weight: 850; }
.not-found { display: grid; min-height: 100vh; place-items: center; padding: 30px; text-align: center; background: radial-gradient(circle at 50% 45%, var(--teal-pale), var(--cream) 52%); }
.not-found-card { max-width: 620px; }
.not-found-code { color: var(--teal); font-family: Georgia, serif; font-size: clamp(7rem, 20vw, 13rem); font-weight: 800; line-height: 0.8; opacity: 0.22; }
.not-found h1 { margin: -16px 0 20px; font-size: clamp(2.2rem, 6vw, 4rem); }
.not-found p { margin-bottom: 27px; }

@media (max-width: 1040px) {
  .main-nav { gap: 17px; }
  .main-nav > a:not(.nav-cta) { font-size: 0.78rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 15px; }
  .hero-copy { max-width: 850px; padding-bottom: 0; }
  .hero-visual { min-height: 620px; }
  .hero-picture { right: -8%; width: 96%; }
  .trust-row { margin-top: 0; }
  .journey-grid, .principles-grid { gap: 45px; }
  .learning-path { padding: 40px; }
  .learning-path::before { left: 61px; }
  .showcase { grid-template-columns: 0.46fr 1.54fr; }
  .audience-copy { padding: 48px; }
  .school-preview { margin: 40px 35px 40px 0; }
  .cta-card { padding-right: 300px; }
  .cta-card > img { right: 15px; width: 270px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 32px, 720px); }
  .section { padding: 86px 0; }
  .site-header { padding: 12px 0; }
  .menu-button { display: grid; width: 46px; height: 46px; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,0.75); }
  .menu-button > span:not(.sr-only) { display: block; width: 19px; height: 2px; border-radius: 5px; background: var(--ink); transition: transform 0.2s ease, opacity 0.2s ease; }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: calc(100% + 4px); right: 16px; left: 16px; display: none; align-items: stretch; gap: 2px; padding: 12px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,0.96); box-shadow: var(--shadow-card); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
  .main-nav.is-open { display: flex; flex-direction: column; }
  .main-nav > a:not(.nav-cta) { padding: 11px 12px; font-size: 0.92rem; }
  .nav-cta { justify-content: center; margin-top: 5px; }
  .hero { padding-top: 125px; }
  .hero h1 { font-size: clamp(3rem, 10vw, 5.2rem); }
  .trust-row { flex-wrap: wrap; justify-content: center; }
  .trust-row > span { width: 100%; text-align: center; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid::before { top: 8%; bottom: 8%; left: 38px; width: 3px; height: auto; background: repeating-linear-gradient(180deg, rgba(37,183,196,0.28) 0 9px, transparent 9px 18px); }
  .step-card { min-height: auto; }
  .step-card.featured { transform: none; }
  .journey-grid, .principles-grid, .faq-grid { grid-template-columns: 1fr; }
  .journey-copy { max-width: 680px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .showcase { grid-template-columns: 1fr; }
  .demo-guide { padding: 12px; }
  .demo-step-list { grid-template-columns: repeat(3, 1fr); }
  .demo-step-list li { align-items: flex-start; }
  .feature-strip { grid-template-columns: 1fr; }
  .audience-card, .audience-card.school { grid-template-columns: 1fr; }
  .character-scene { min-height: 470px; }
  .school .audience-copy { order: 1; }
  .school-preview { order: 2; margin: 0 45px 55px; }
  .faq-intro { position: static; }
  .cta-card { padding: 60px 240px 60px 50px; }
  .cta-card > img { right: -20px; bottom: -55px; width: 260px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 24px); }
  body { font-size: 15px; }
  .section { padding: 72px 0; }
  .wordmark { font-size: 1.3rem; }
  .brand-mark { width: 38px; height: 38px; border-radius: 12px 12px 12px 5px; }
  .hero { min-height: auto; padding: 112px 0 30px; }
  .hero-copy { padding-top: 10px; }
  .hero h1 { font-size: clamp(2.72rem, 13.3vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-notes { display: grid; gap: 7px; }
  .hero-visual { min-height: 460px; margin-top: 18px; }
  .hero-picture { top: 22px; right: -15%; width: 115%; height: 390px; border-width: 6px; border-radius: 38% 18% 35% 21% / 23% 40% 23% 42%; }
  .progress-float { top: 44px; right: -3px; }
  .mission-card { bottom: 14px; left: 4px; }
  .letter-a { left: 15px; }
  .letter-b { right: 12px; bottom: 4px; }
  .letter-ë { display: none; }
  .trust-row { gap: 12px 18px; padding: 18px 8px; }
  .trust-row strong { font-size: 0.78rem; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .journey-copy h2, .principles-copy h2 { font-size: 2.25rem; }
  .step-card { padding: 10px; border-radius: 25px; }
  .step-image { height: 235px; border-radius: 18px; }
  .step-body { padding: 22px 18px 18px; }
  .journey-card { min-height: auto; border-width: 5px; border-radius: 28px; }
  .journey-scenery { opacity: 0.6; }
  .learning-path { grid-template-columns: 1fr; padding: 24px; }
  .learning-path::before { top: 55px; bottom: 55px; left: 45px; }
  .learning-path li { min-height: 84px; background: rgba(255,255,255,0.9); }
  .showcase { padding: 12px; border-radius: 26px; }
  .demo-step-list { grid-template-columns: 1fr; }
  .demo-step-list li { align-items: center; }
  .showcase-stage { min-height: 610px; }
  .mini-app { min-height: 565px; padding: 10px; }
  .demo-app-shell { min-height: 545px; padding: 17px; border-radius: 20px; }
  .demo-welcome { min-height: 370px; padding: 27px 22px; }
  .demo-options { grid-template-columns: 1fr; }
  .demo-option { min-height: 52px; }
  .audience-card { min-height: auto; border-radius: 28px; }
  .audience-copy { padding: 38px 27px; }
  .audience-copy h2 { font-size: 2.25rem; }
  .character-scene { min-height: 400px; }
  .character-scene img { right: -2%; bottom: -24%; width: 90%; }
  .speech-chip { top: 13%; }
  .school-preview { margin: 0 18px 32px; padding: 18px; transform: none; }
  .school-metrics { gap: 5px; }
  .principle-list { grid-template-columns: 1fr; }
  .principle-list article { min-height: auto; }
  .faq-list details p { padding-right: 0; }
  .cta-card { padding: 52px 28px 270px; border-radius: 28px; text-align: center; }
  .cta-card h2 { font-size: 2.35rem; }
  .cta-card > img { right: 50%; bottom: -55px; width: 240px; transform: translateX(50%); }
  .cta-stars { top: auto; right: 0; bottom: 215px; left: 0; text-align: center; }
  .centered-actions { justify-content: center; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 20px; padding-top: 55px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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

@media print {
  .site-header, .hero-actions, .menu-button, .final-cta, .site-footer { display: none !important; }
  body { background: #fff; }
  .section { break-inside: avoid; padding: 40px 0; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
