
@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/InterVariable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --palette-yellow: oklch(93.62% 0.1177 97.8);
  --palette-violet: oklch(70.81% 0.1791 302.3);
  --palette-lilac: oklch(70.27% 0.065 312.1);
  --palette-sage: oklch(78.96% 0.105 126.4);
  --palette-blue: oklch(74.67% 0.1086 237.1);
  --bg: oklch(98.5% 0.0041 91.4);
  --surface: oklch(100% 0 0);
  --fg: oklch(27.66% 0.0314 295.1);
  --muted: oklch(49.02% 0.021 299.7);
  --border: color-mix(in oklch, var(--palette-lilac) 24%, var(--surface));
  --accent: oklch(52% 0.19 302.3);
  --accent-soft: color-mix(in oklch, var(--palette-violet) 16%, var(--surface));
  --accent-ink: oklch(44% 0.16 302.3);
  --lilac-soft: color-mix(in oklch, var(--palette-lilac) 26%, var(--surface));
  --cyan: var(--palette-blue);
  --cyan-soft: color-mix(in oklch, var(--palette-blue) 20%, var(--surface));
  --sage-soft: color-mix(in oklch, var(--palette-sage) 34%, var(--surface));
  --yellow-soft: color-mix(in oklch, var(--palette-yellow) 38%, var(--surface));
  --dark: oklch(24% 0.055 302.3);
  --dark-soft: oklch(33% 0.075 302.3);
  --light-on-dark: color-mix(in oklch, var(--palette-yellow) 72%, var(--surface));
  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-mono: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
  --radius: 14px;
  --radius-lg: 24px;
  --shadow: 0 24px 60px color-mix(in oklch, var(--fg) 12%, transparent);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); text-wrap: balance; }
h1 { font-size: clamp(42px, 5vw, 72px); line-height: 1; letter-spacing: -.035em; font-weight: 760; }
h2 { font-size: clamp(30px, 3.5vw, 48px); line-height: 1.08; letter-spacing: -.025em; font-weight: 700; }
h3 { font-size: clamp(21px, 1.8vw, 27px); line-height: 1.18; letter-spacing: -.015em; font-weight: 680; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
::selection { background: var(--accent-soft); color: var(--fg); }

.skip-link {
  position: fixed; z-index: 100; left: 16px; top: 12px; transform: translateY(-160%);
  background: var(--surface); color: var(--fg); padding: 10px 14px; border-radius: 10px;
}
.skip-link:focus { transform: none; }
.container { width: min(100%, var(--container)); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 7vw, 104px); }
.section + .section { border-top: 1px solid var(--border); }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 380px); gap: 32px; align-items: start; margin-bottom: clamp(32px, 4vw, 46px); }
.section-head p { max-width: 38ch; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.eyebrow { margin: 0 0 10px; color: var(--accent-ink); font: 720 13px/1.3 var(--font-body); letter-spacing: .06em; }
.lead { max-width: 56ch; margin: 18px 0 0; color: var(--muted); font-size: clamp(17px, 1.45vw, 20px); line-height: 1.5; }
.meta { color: var(--muted); font: 600 12px/1.3 var(--font-mono); letter-spacing: .06em; text-transform: uppercase; }
.num { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
.muted { color: var(--muted); }

.topnav {
  position: sticky; top: 0; z-index: 50; border-bottom: 1px solid color-mix(in oklch, var(--surface) 12%, transparent);
  background: color-mix(in oklch, var(--dark) 92%, transparent); color: var(--surface); backdrop-filter: blur(16px);
}
.nav-inner { min-height: 78px; display: grid; grid-template-columns: minmax(176px, 220px) 1fr auto; align-items: center; gap: clamp(14px, 1.8vw, 26px); }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand-logo { width: clamp(184px, 16vw, 220px); height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(10px, 1.25vw, 18px); }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; color: color-mix(in oklch, var(--surface) 72%, transparent); font-size: 13px; font-weight: 650; letter-spacing: .01em; white-space: nowrap; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current='page'] { color: var(--surface); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.phone-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--surface); font-size: 14px; font-weight: 700; white-space: nowrap; }
.menu-toggle { display: none; width: 46px; height: 46px; place-items: center; border: 1px solid color-mix(in oklch, var(--surface) 24%, transparent); border-radius: 12px; background: transparent; color: var(--surface); cursor: pointer; transition: transform .15s ease, border-color .2s ease, background .2s ease; }
.menu-toggle svg { width: 22px; }
.mobile-menu { display: none; position: fixed; inset: 82px 0 0; z-index: 45; padding: 28px var(--gutter); background: var(--dark); color: var(--surface); }
.mobile-menu.open { display: grid; align-content: start; gap: 8px; }
.mobile-menu a { padding: 15px 0; border-bottom: 1px solid color-mix(in oklch, var(--surface) 14%, transparent); font-family: var(--font-display); font-size: 24px; font-weight: 700; }
.mobile-menu .phone-link { margin-top: 18px; border: 0; font-family: var(--font-body); font-size: 18px; }

.btn {
  --btn-hover-bg: transparent; --btn-hover-border: transparent; --btn-hover-color: currentColor;
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px;
  border: 1px solid transparent; border-radius: 12px; font-weight: 800; letter-spacing: .015em; cursor: pointer;
  transition: transform .15s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.btn:active { transform: translateY(0); }
.btn:disabled { opacity: .58; cursor: not-allowed; transform: none; }
.btn-primary { --btn-hover-bg: var(--accent-ink); --btn-hover-border: var(--accent-ink); --btn-hover-color: var(--surface); background: var(--accent); border-color: var(--accent); color: var(--surface); }
.btn-light { --btn-hover-bg: var(--light-on-dark); --btn-hover-border: var(--palette-yellow); --btn-hover-color: var(--fg); background: var(--palette-yellow); color: var(--fg); }
.btn-outline { --btn-hover-bg: var(--accent-soft); --btn-hover-border: var(--accent); --btn-hover-color: var(--accent-ink); border-color: var(--border); background: transparent; color: var(--fg); }
.btn-outline-dark { --btn-hover-bg: color-mix(in oklch, var(--surface) 10%, transparent); --btn-hover-border: color-mix(in oklch, var(--surface) 70%, transparent); --btn-hover-color: var(--surface); border-color: color-mix(in oklch, var(--surface) 36%, transparent); background: transparent; color: var(--surface); }
.btn-text { --btn-hover-bg: transparent; --btn-hover-border: transparent; --btn-hover-color: var(--accent); min-height: 44px; padding-inline: 0; background: transparent; color: var(--accent-ink); }
.btn-arrow::after { content: '→'; transition: transform .2s ease; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.hero {
  position: relative; isolation: isolate; min-height: min(780px, calc(100svh - 72px)); display: grid; align-items: end;
  overflow: hidden; background: var(--dark); color: var(--surface);
}
.hero::before { content: ''; position: absolute; inset: 0; z-index: -3; background: var(--hero-image) var(--hero-position, center)/cover no-repeat; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, var(--dark) 4%, color-mix(in oklch, var(--dark) 84%, transparent) 50%, color-mix(in oklch, var(--dark) 22%, transparent)); }
.hero .container { width: 100%; padding-top: clamp(90px, 11vw, 150px); padding-bottom: clamp(72px, 9vw, 110px); }
.hero-copy { max-width: 850px; }
.home-hero-container { display: block; }
.home-hero-container h1 { max-width: 15ch; }
.hero .eyebrow { color: var(--light-on-dark); }
.hero .lead { color: color-mix(in oklch, var(--surface) 82%, transparent); max-width: 690px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.hero-facts li { padding: 8px 12px; border: 1px solid color-mix(in oklch, var(--surface) 24%, transparent); border-radius: 999px; background: color-mix(in oklch, var(--dark) 74%, transparent); font: 700 13px var(--font-mono); }
.landing-hero { min-height: 670px; }

.choice-grid, .direction-grid, .teacher-grid, .price-grid, .step-grid { display: grid; gap: 18px; }
.choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choice-card { --choice-hover-border: var(--accent); --choice-hover-bg: var(--accent-soft); position: relative; min-height: 240px; padding: 34px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); text-align: left; cursor: pointer; transition: transform .15s ease, border-color .2s ease, background .2s ease; }
.choice-card[aria-pressed='true'] { border-color: var(--accent); background: var(--accent-soft); }
.choice-card strong { display: block; max-width: 14ch; font-family: var(--font-display); font-size: clamp(30px, 3vw, 42px); line-height: 1.04; }
.choice-card span { display: block; max-width: 42ch; margin-top: 14px; color: var(--muted); }
.choice-note { min-height: 28px; margin: 20px 0 0; color: var(--accent-ink); font-weight: 700; }
.audience-strip { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: 24px 36px; align-items: center; margin-bottom: clamp(34px, 4vw, 50px); padding: clamp(24px, 3vw, 36px); border-radius: 28px; background: var(--dark); color: var(--surface); }
.audience-strip .eyebrow { color: var(--cyan); }
.audience-strip h3 { max-width: 14ch; font-size: clamp(25px, 2.5vw, 34px); }
.audience-strip .choice-grid { gap: 12px; }
.audience-strip .choice-card { --choice-hover-border: color-mix(in oklch, var(--cyan) 72%, var(--surface)); --choice-hover-bg: color-mix(in oklch, var(--cyan) 18%, var(--dark)); min-height: 0; padding: 20px; border-color: color-mix(in oklch, var(--surface) 16%, transparent); background: color-mix(in oklch, var(--surface) 7%, transparent); color: var(--surface); }
.audience-strip .choice-card[aria-pressed='true'] { border-color: var(--choice-hover-border); background: var(--choice-hover-bg); }
.audience-strip .choice-card strong { max-width: none; font-size: clamp(20px, 1.8vw, 26px); }
.audience-strip .choice-card span { margin-top: 8px; color: color-mix(in oklch, var(--surface) 68%, transparent); font-size: 14px; }
.audience-strip .choice-note { grid-column: 2; min-height: 22px; margin: -10px 0 0; color: var(--cyan); font-size: 14px; }

.direction-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-direction-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.home-direction-grid > :nth-child(1) { grid-column: span 5; }
.home-direction-grid > :nth-child(2) { grid-column: span 7; }
.home-direction-grid > :nth-child(n+3) { grid-column: span 6; }
.direction-card { min-height: 340px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.direction-card h3 { margin-top: 0; font-size: clamp(30px, 2.5vw, 40px); }
.direction-card p { margin: 14px 0 26px; color: var(--muted); }
.direction-card .price { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--border); font-weight: 800; }
.direction-card.is-visual { position: relative; min-height: 380px; overflow: hidden; isolation: isolate; }
.home-direction-grid .direction-card.is-visual { padding-top: 174px; }
.direction-card.is-visual::before { content: ''; position: absolute; inset: 0 0 auto; z-index: -2; height: 150px; background: linear-gradient(90deg, color-mix(in oklch, var(--dark) 70%, transparent), color-mix(in oklch, var(--dark) 16%, transparent)), var(--card-image) var(--card-position, center)/cover no-repeat; }
.direction-card.is-visual::after { content: ''; position: absolute; inset: 0 0 auto; z-index: -1; height: 150px; background: linear-gradient(180deg, transparent 60%, var(--card-surface, var(--surface))); }
.direction-card.tone-lilac { --card-surface: var(--lilac-soft); background: var(--lilac-soft); }
.direction-card.tone-blue { --card-surface: var(--cyan-soft); background: var(--cyan-soft); }
.direction-card.tone-dark { --card-surface: var(--dark); border-color: var(--dark); background: var(--dark); color: var(--surface); }
.direction-card.tone-dark p, .direction-card.tone-dark .btn-text { color: color-mix(in oklch, var(--surface) 74%, transparent); }
.direction-card.tone-dark .price { border-color: color-mix(in oklch, var(--surface) 18%, transparent); }

.trial-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); gap: clamp(18px, 2.5vw, 34px); align-items: stretch; }
.trial-card { height: 100%; display: flex; flex-direction: column; padding: clamp(30px, 4vw, 48px); border-radius: var(--radius-lg); background: var(--dark); color: var(--surface); }
.trial-card .eyebrow { color: var(--light-on-dark); }
.trial-card p { color: color-mix(in oklch, var(--surface) 72%, transparent); }
.fact-list { display: grid; gap: 0; margin: auto 0 0; padding: 34px 0 0; list-style: none; }
.fact-list li { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid color-mix(in oklch, var(--surface) 16%, transparent); }
.fact-list strong { font-family: var(--font-mono); font-size: 15px; }
.photo-frame { overflow: hidden; border-radius: var(--radius-lg); background: var(--dark); box-shadow: var(--shadow); }
.photo-frame img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.trial-journey { height: 100%; display: grid; grid-template-rows: 210px 1fr; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.trial-journey-media { position: relative; overflow: hidden; background: var(--dark); color: var(--surface); }
.trial-journey-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, color-mix(in oklch, var(--dark) 8%, transparent), color-mix(in oklch, var(--dark) 76%, transparent)); }
.trial-journey-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.trial-journey-title { position: absolute; inset: auto 24px 22px; z-index: 1; }
.trial-journey-title .eyebrow { color: var(--cyan); }
.trial-journey-title h3 { max-width: 18ch; font-size: clamp(25px, 2.7vw, 36px); }
.journey-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; counter-reset: journey; }
.journey-list li { counter-increment: journey; min-height: 0; display: grid; grid-template-columns: 36px minmax(0, 1fr); grid-template-rows: auto 1fr; gap: 4px 12px; align-content: start; padding: 20px 22px; border-top: 1px solid var(--border); }
.journey-list li:nth-child(odd) { border-right: 1px solid var(--border); }
.journey-list li::before { content: none; }
.journey-icon { grid-row: 1 / span 2; width: 36px; height: 36px; padding: 8px; border-radius: 11px; background: var(--accent-soft); color: var(--accent-ink); stroke: currentColor; }
.journey-list strong { grid-column: 2; display: block; font-size: 17px; }
.journey-list span { grid-column: 2; display: block; color: var(--muted); font-size: 13px; line-height: 1.45; }

.teacher-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.teacher-grid:has(> :nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.teacher-grid-all { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.teacher-grid-all > :nth-child(9) { grid-column: 2; }
.teacher-grid-all > :nth-child(10) { grid-column: 3; }
.teacher-carousel-shell { position: relative; }
.teacher-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(290px, 29vw, 360px); grid-template-columns: none; gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: color-mix(in oklch, var(--surface) 28%, transparent) transparent; padding: 4px 2px 16px; }
.teacher-carousel::-webkit-scrollbar { height: 6px; }
.teacher-carousel::-webkit-scrollbar-thumb { border-radius: 999px; background: color-mix(in oklch, var(--surface) 28%, transparent); }
.teacher-carousel .teacher-card { scroll-snap-align: start; }
.teacher-intro { display: grid; gap: 18px; }
.carousel-controls { display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin: 0; }
.carousel-count { min-width: 78px; font-size: 13px; font-weight: 700; text-align: center; }
.carousel-button { position: relative; z-index: 1; width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; padding: 0; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); color: var(--fg); cursor: pointer; touch-action: manipulation; font-size: 22px; transition: transform .15s ease, border-color .2s ease, background .2s ease; }
.carousel-button:disabled { opacity: .35; cursor: default; transform: none; }
.teacher-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.teacher-card img { width: 100%; aspect-ratio: 1; object-fit: contain; background: var(--dark); }
.teacher-copy { padding: 24px; }
.teacher-copy h3 { font-size: 26px; }
.teacher-quote { margin: 10px 0 0; color: var(--accent-ink); font-size: 15px; font-weight: 650; line-height: 1.4; }
.teacher-description { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.58; }
.teacher-copy ul { margin: 16px 0 0; padding-left: 20px; color: var(--muted); }
.teacher-copy li + li { margin-top: 7px; }

.stage-section { position: relative; isolation: isolate; overflow: hidden; background: var(--dark); color: var(--surface); }
.stage-section::before { content: ''; position: absolute; inset: 0; z-index: -2; background: url('/assets/site/hero-stage.webp') center/cover no-repeat; opacity: .28; }
.stage-section::after { content: ''; position: absolute; inset: 0; z-index: -1; background: color-mix(in oklch, var(--dark) 76%, transparent); }
.stage-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 72px; align-items: end; }
.stage-section .eyebrow { color: var(--light-on-dark); }
.stage-section p { color: color-mix(in oklch, var(--surface) 76%, transparent); }
.stage-stat { padding: 34px 0; border-top: 1px solid color-mix(in oklch, var(--surface) 20%, transparent); }
.stage-stat strong { display: block; color: var(--surface); font-family: var(--font-display); font-size: clamp(54px, 7vw, 92px); line-height: .9; }
.stage-stat .btn { width: fit-content; max-width: 100%; margin-top: 20px; white-space: nowrap; touch-action: manipulation; }

.price-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.price-card { display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.price-card.featured { border-color: var(--palette-blue); background: var(--cyan-soft); }
.price-grid:has(> :nth-child(3):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.price-card .lessons { margin: 0; color: var(--muted); font: 700 12px var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.price-card .amount { margin: 22px 0 4px; font-family: var(--font-display); font-size: clamp(38px, 3.3vw, 52px); line-height: 1; }
.price-card .per { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.price-card ul { margin: auto 0 0; padding: 20px 0 0; border-top: 1px solid var(--border); list-style: none; color: var(--muted); }
.price-note { margin: 24px 0 0; color: var(--muted); font-size: 14px; }

.step-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); counter-reset: steps; }
.step-card { counter-increment: steps; padding-top: 22px; border-top: 2px solid var(--fg); }
.step-card::before { content: none; }
.step-card h3 { margin-top: 0; font-size: 25px; }
.step-card p { margin: 12px 0 0; color: var(--muted); }

.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.review-panel { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); }
.review-panel h3 { font-size: 30px; }
.review-panel p { color: var(--muted); }
.review-frame { width: 100%; min-height: 360px; margin-top: 20px; border: 1px solid var(--border); border-radius: 14px; background: var(--bg); }
.review-loaded { display: grid; gap: 12px; }
.review-load-status { min-height: 22px; margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.trust-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); grid-template-rows: auto 440px; gap: 0 clamp(20px, 2.5vw, 34px); align-items: start; }
.trust-reviews-column, .trust-faq-column { min-width: 0; display: grid; grid-row: 1 / span 2; grid-template-rows: subgrid; }
.trust-head { margin-bottom: 28px; }
.trust-head p:last-child { max-width: 44ch; margin: 14px 0 0; color: var(--muted); }
.trust-reviews { height: 440px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trust-reviews .review-panel { min-height: 0; height: 100%; padding: 24px; }
.trust-reviews .review-panel h3 { font-size: clamp(24px, 2.4vw, 30px); }
.trust-reviews .btn { width: 100%; padding-inline: 12px; }
.review-preview { --review-bg: var(--surface); position: relative; display: flex; flex-direction: column; overflow: hidden; background: var(--review-bg); transition: transform .18s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
@media (hover: hover) and (pointer: fine) {
  .review-preview:hover { --review-bg: color-mix(in oklch, var(--cyan-soft) 72%, var(--surface)); transform: translateY(-2px); border-color: var(--palette-blue); box-shadow: 0 14px 30px color-mix(in oklch, var(--palette-blue) 15%, transparent); }
}
.review-source { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 13px; font-weight: 800; }
.review-source strong { color: var(--fg); font-size: 15px; }
.review-preview.source-2gis .review-source strong { color: oklch(63% .2 145); }
.review-preview.source-yandex .review-source strong { color: oklch(62% .18 252); }
.review-rating { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px 10px; margin-top: 18px; }
.review-score { color: var(--fg); font-family: var(--font-display); font-size: 28px; font-weight: 760; line-height: 1; }
.review-stars { color: var(--fg); font-size: 16px; letter-spacing: 1px; white-space: nowrap; }
.review-count { width: 100%; color: var(--muted); font-size: 12px; font-weight: 650; }
.review-excerpt { position: relative; max-height: 174px; margin-top: 20px; overflow: hidden; }
.review-excerpt::after { content: ''; position: absolute; inset: auto 0 0; height: 72px; background: linear-gradient(180deg, transparent, var(--review-bg)); pointer-events: none; }
.trust-reviews .review-excerpt { max-height: none; }
.trust-reviews .review-excerpt::after { content: none; }
.review-excerpt blockquote { margin: 0; color: var(--fg); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.52; }
.review-preview-footer { position: relative; z-index: 1; display: grid; gap: 5px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--border); }
.review-preview-footer strong { font-size: 14px; }
.review-preview-footer span { color: var(--accent-ink); font-size: 13px; font-weight: 750; }
.trust-faq { height: 440px; overflow-y: auto; overscroll-behavior: contain; padding: 4px clamp(24px, 3vw, 34px) 8px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); scrollbar-width: thin; }
.trust-faq .faq-list { max-width: none; }
@media (min-width: 981px) {
  [data-od-id="home-faq"] .trust-faq { overflow: hidden; }
  [data-od-id="home-faq"] .trust-faq .faq-list { height: 100%; min-height: 0; display: flex; flex-direction: column; }
  [data-od-id="home-faq"] .trust-faq .faq-list > details { min-height: 0; flex: 1 1 0; overflow: hidden; transition: flex-grow .24s ease; }
  [data-od-id="home-faq"] .trust-faq .faq-list > details[open] { flex-grow: 2.7; overflow-y: auto; scrollbar-width: thin; }
  [data-od-id="home-faq"] .trust-faq .faq-list > details:not([open]) summary { min-height: 100%; }
}

.faq-list { max-width: 920px; margin-inline: auto; }
.faq-list details + details { border-top: 1px solid var(--border); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 4px; cursor: pointer; font-family: var(--font-display); font-size: clamp(19px, 2vw, 24px); font-weight: 650; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; font-family: var(--font-body); font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 70ch; margin: -4px 0 26px; color: var(--muted); }

.contact-section { background: var(--yellow-soft); color: var(--fg); }
.contact-grid { display: grid; grid-template-columns: minmax(320px, .76fr) minmax(520px, 1.24fr); gap: clamp(22px, 3vw, 42px); align-items: stretch; }
.contact-copy { display: flex; flex-direction: column; padding: clamp(28px, 3.2vw, 42px); border-radius: 28px; background: var(--dark); color: var(--surface); }
.contact-section .eyebrow { color: var(--light-on-dark); }
.contact-copy > p { color: color-mix(in oklch, var(--surface) 76%, transparent); }
.contact-quicklinks { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.contact-quicklinks a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 12px; border: 1px solid color-mix(in oklch, var(--surface) 18%, transparent); border-radius: 10px; color: var(--surface); font-size: 12px; font-weight: 700; letter-spacing: .01em; transition: transform .15s ease, border-color .2s ease, background .2s ease, color .2s ease; }
.contact-list { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }
.contact-item { padding-top: 16px; border-top: 1px solid color-mix(in oklch, var(--surface) 18%, transparent); }
.contact-item:first-child { grid-column: auto; }
.contact-item span { display: block; color: color-mix(in oklch, var(--surface) 58%, transparent); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-item strong, .contact-item a { display: block; margin-top: 6px; color: var(--surface); font-size: 16px; }
.lead-form { align-self: stretch; padding: clamp(26px, 3vw, 36px); border: 1px solid var(--border); border-radius: 24px; background: var(--surface); color: var(--fg); box-shadow: 0 18px 54px color-mix(in oklch, var(--fg) 8%, transparent); }
.contact-section:not(#home-contacts) .contact-grid { align-items: center; }
.contact-section:not(#home-contacts) .lead-form { width: 100%; align-self: center; }
.lead-form form { display: flex; flex-direction: column; }
.form-header { margin-bottom: 24px; }
.form-header h3 { font-size: clamp(25px, 2.2vw, 32px); }
.form-header p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; order: 1; }
.field { display: grid; gap: 8px; }
fieldset.field { min-width: 0; margin: 0; padding: 0; border: 0; }
.field-full { grid-column: 1 / -1; }
.field label, .field legend { color: var(--fg); font-size: 13px; font-weight: 700; }
.field input { width: 100%; min-height: 52px; padding: 13px 16px; border: 1px solid var(--border); border-radius: 12px; background: var(--bg); color: var(--fg); transition: border-color .2s ease, background .2s ease; }
.field input:focus { border-color: var(--accent); background: var(--surface); }
.field input[aria-invalid='true'] { border-color: var(--accent); background: var(--accent-soft); }
.radio-row, .option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.radio-pill, .option-card { position: relative; display: block; height: 100%; }
.radio-pill input, .option-card input { position: absolute; opacity: 0; pointer-events: none; }
.radio-pill span, .option-card span { width: 100%; min-height: 46px; height: 100%; display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; border: 1px solid var(--border); border-radius: 10px; cursor: pointer; font-size: 13px; font-weight: 650; text-align: center; transition: transform .15s ease, border-color .2s ease, background .2s ease, color .2s ease; }
.option-card span { min-height: 52px; justify-content: flex-start; text-align: left; }
.option-grid:has(> :nth-child(7):last-child) > :last-child { grid-column: 1 / -1; }
.radio-pill input:checked + span, .option-card input:checked + span { border-color: var(--palette-blue); background: var(--cyan-soft); color: var(--fg); }
#home-contacts .audience-picker .radio-pill input:checked + span { border-color: var(--palette-blue); background: var(--cyan-soft); color: var(--fg); }
.radio-pill input[aria-invalid='true'] + span, .option-card input[aria-invalid='true'] + span { border-color: var(--accent); }
.radio-pill input:focus-visible + span, .option-card input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 3px; }
.form-note { display: none; }
.form-policy { order: 5; margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.form-policy a { text-decoration: underline; }
.form-actions { order: 3; display: flex; align-items: center; gap: 16px; margin-top: 24px; }
.form-actions .btn { min-height: 54px; flex: 1; }
.form-status { order: 4; min-height: 0; margin: 12px 0 0; color: var(--accent-ink); font-weight: 700; }
.form-status:empty { display: none; }
.lead-form form[aria-busy='true'] { cursor: progress; }
.success-panel { display: none; min-height: 390px; place-content: center; text-align: center; }
.success-panel.active { display: grid; }
.success-mark { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; background: var(--sage-soft); color: var(--fg); font-size: 30px; }
.success-panel p { color: var(--muted); }
.price-group-title { margin: 0 0 22px; }
.price-group-title.is-spaced { margin-top: 48px; }

.pagefoot { padding-block: 52px 28px; border-top: 1px solid color-mix(in oklch, var(--surface) 14%, transparent); background: var(--dark); color: color-mix(in oklch, var(--surface) 72%, transparent); }
.foot-grid { display: grid; grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(150px, .7fr)); gap: 36px; align-items: start; }
.foot-brand img { width: min(260px, 100%); }
.foot-brand p { max-width: 32ch; margin: 22px 0 0; }
.foot-column { display: grid; align-content: start; gap: 10px; }
.foot-column strong { margin-bottom: 6px; color: var(--surface); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.foot-column a { width: fit-content; }
.foot-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 42px; padding-top: 24px; border-top: 1px solid color-mix(in oklch, var(--surface) 14%, transparent); font-size: 13px; }
.pagefoot a:hover { color: var(--surface); }

.privacy-page { padding-block: clamp(64px, 8vw, 110px); background: var(--bg); }
.privacy-shell { max-width: 900px; }
.privacy-shell h1 { max-width: 15ch; }
.privacy-date { margin: 18px 0 0; color: var(--muted); }
.privacy-content { margin-top: 56px; }
.privacy-content section { padding: 30px 0; border-top: 1px solid var(--border); }
.privacy-content h2 { font-size: clamp(24px, 2.4vw, 32px); }
.privacy-content p, .privacy-content li { color: var(--muted); }
.privacy-content ul, .privacy-content ol { padding-left: 22px; }
#home-directions { background: var(--yellow-soft); }
#vokal-voice-opening { background: var(--lilac-soft); }
#home-directions .audience-strip .choice-note { color: color-mix(in oklch, var(--surface) 78%, var(--palette-violet)); }
@media (min-width: 821px) {
  #home-directions .audience-strip .choice-note { grid-column: 1 / -1; white-space: nowrap; }
}
#home-directions .home-direction-grid > .direction-card:first-child { --card-surface: var(--sage-soft); background: var(--sage-soft); }
#home-directions .section-head, #home-prices .section-head { display: block; }
#home-directions .section-head p, #home-prices .section-head p { max-width: 65ch; margin-top: 14px; }
#home-teachers { background: var(--dark); color: var(--surface); }
#home-teachers .section-head p { color: color-mix(in oklch, var(--surface) 68%, transparent); }
#home-teachers .eyebrow { color: var(--cyan); }
#home-teachers .carousel-button { border-color: color-mix(in oklch, var(--surface) 18%, transparent); }
#home-teachers .carousel-count { color: color-mix(in oklch, var(--surface) 64%, transparent); }
.route-view:not([data-view='home']) [id$='-teachers'] { background: var(--dark); color: var(--surface); }
.route-view:not([data-view='home']) [id$='-teachers'] .section-head p { color: color-mix(in oklch, var(--surface) 68%, transparent); }
#home-reviews { background: var(--cyan-soft); }
#home-reviews .review-excerpt { max-height: none; }
#home-reviews .review-excerpt::after { content: none; }
.route-view[data-view='home'] .section + .section { border-top: 0; }
.route-view:not([data-view='home']) .section + .section { border-top: 0; }
.route-view:not([data-view='home']) [id$='-result'] { background: var(--yellow-soft); }
.route-view:not([data-view='home']) [id$='-reviews'] { background: var(--cyan-soft); }
.route-view:not([data-view='home']) .direction-grid > .direction-card:nth-child(1) { background: var(--sage-soft); }
.route-view:not([data-view='home']) .direction-grid > .direction-card:nth-child(2) { background: var(--lilac-soft); }
.route-view:not([data-view='home']) .direction-grid > .direction-card:nth-child(3) { background: var(--cyan-soft); }
.route-view:not([data-view='home']) .review-panel:not(.review-preview) { background: var(--surface); transition: transform .18s ease, border-color .2s ease; }
@media (hover: hover) and (pointer: fine) {
  .route-view:not([data-view='home']) .review-panel:not(.review-preview):hover { transform: translateY(-3px); border-color: var(--palette-blue); }
}
.route-view:not([data-view='home']) .teacher-grid:has(> :only-child) { grid-template-columns: minmax(0, 520px); }
[data-od-id='home-hero'] { --hero-mobile-position: 62% 44%; }
[data-od-id='barabany-drums-hero'] { --hero-mobile-position: 42% 52%; }
[data-od-id='gitara-guitar-hero'] { --hero-mobile-position: 30% 48%; }
[data-od-id='vokal-vocal-hero'] { --hero-mobile-position: 30% 38%; }
[data-od-id='perkussiya-hero'] { --hero-mobile-position: 50% 42%; }
[data-od-id='ukulele-fleyta-hero'] { --hero-mobile-position: 72% 36%; }

/* Motion language: route orientation + one-time content reveal. */
@keyframes mf-hero-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.motion-hero > * { opacity: 0; transform: translateY(18px); }
.motion-hero.is-motion-visible > * {
  animation: mf-hero-enter 360ms cubic-bezier(.2, 0, 0, 1) both;
}
.motion-hero.is-motion-visible > :nth-child(2) { animation-delay: 35ms; }
.motion-hero.is-motion-visible > :nth-child(3) { animation-delay: 70ms; }
.motion-hero.is-motion-visible > :nth-child(4) { animation-delay: 105ms; }
.motion-hero.is-motion-visible > :nth-child(5) { animation-delay: 140ms; }
.motion-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 260ms cubic-bezier(.2, 0, 0, 1), transform 360ms cubic-bezier(.2, 0, 0, 1);
}
.motion-reveal.is-motion-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 620px) {
  .motion-hero.is-motion-visible > * { animation-duration: 300ms; }
  .motion-hero.is-motion-visible > :nth-child(2) { animation-delay: 28ms; }
  .motion-hero.is-motion-visible > :nth-child(3) { animation-delay: 56ms; }
  .motion-hero.is-motion-visible > :nth-child(4) { animation-delay: 84ms; }
  .motion-hero.is-motion-visible > :nth-child(5) { animation-delay: 112ms; }
  .motion-reveal { transform: translateY(16px); transition-duration: 220ms, 300ms; }
}

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .nav-inner { grid-template-columns: auto 1fr auto; }
  .nav-actions { justify-self: end; }
  .menu-toggle { display: grid; }
  .direction-grid, .teacher-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .teacher-carousel { grid-template-columns: none; }
  .home-direction-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-direction-grid > :nth-child(n) { grid-column: auto; }
  .teacher-grid-all > :nth-child(9), .teacher-grid-all > :nth-child(10) { grid-column: auto; }
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 24px; }
}

@media (max-width: 980px) {
  .trust-layout { grid-template-columns: 1fr; grid-template-rows: auto auto; gap: 42px; }
  .trust-reviews-column, .trust-faq-column { grid-row: auto; grid-template-rows: auto auto; }
  .trust-reviews { height: 400px; }
  .trust-faq { min-height: 0; height: auto; overflow: visible; }
}

@media (max-width: 820px) {
  :root { --gutter: 24px; }
  .section-head, .trial-grid, .stage-grid, .contact-grid, .trust-layout { grid-template-columns: 1fr; gap: 20px; }
  .audience-strip { grid-template-columns: 1fr; }
  .audience-strip h3 { max-width: none; }
  .audience-strip .choice-note { grid-column: auto; margin-top: -6px; }
  .section-head { align-items: start; }
  .hero { min-height: 720px; align-items: end; }
  .hero::before { background-position: var(--hero-mobile-position, var(--hero-position, 64% center)); }
  .hero::after { background: linear-gradient(180deg, color-mix(in oklch, var(--dark) 28%, transparent), var(--dark) 78%); }
  .landing-hero { min-height: 640px; }
  .photo-frame img { min-height: 420px; }
  .stage-grid { align-items: start; }
  .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  :root { --gutter: 20px; }
  h1 { font-size: clamp(36px, 10vw, 42px); line-height: 1.03; letter-spacing: -.025em; }
  h2 { font-size: clamp(29px, 8.5vw, 38px); line-height: 1.08; }
  .section { padding-block: 56px; }
  .section-head { gap: 14px; margin-bottom: 30px; }
  .nav-inner { min-height: 66px; }
  .mobile-menu { inset-block-start: 66px; }
  .brand-logo { width: 168px; }
  .nav-actions .phone-link, .nav-actions .btn { display: none; }
  .hero { min-height: max(680px, calc(100svh - 66px)); }
  .hero .container { padding-top: 92px; padding-bottom: 44px; }
  .hero-copy { width: 100%; max-width: 100%; min-width: 0; }
  .home-hero-container { display: block; }
  .hero h1, .hero .lead { width: 100%; max-width: 100%; overflow-wrap: anywhere; text-wrap: wrap; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-facts { gap: 8px; }
  .hero-facts li { font-size: 11px; }
  .choice-grid, .direction-grid, .teacher-grid, .price-grid, .step-grid, .review-grid, .form-grid { grid-template-columns: 1fr; }
  .trust-reviews { height: auto; }
  .trust-reviews .review-panel { min-height: 220px; }
  .trust-faq { height: auto; }
  .home-direction-grid { grid-template-columns: 1fr; }
  .home-price-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: min(84vw, 330px); grid-template-columns: none; gap: 12px; overflow-x: auto; scroll-snap-type: inline mandatory; scrollbar-width: thin; padding-bottom: 14px; }
  .home-price-carousel .price-card { scroll-snap-align: start; }
  .teacher-grid:has(> :nth-child(2):last-child) { grid-template-columns: 1fr; }
  .choice-card { min-height: 200px; }
  .direction-card { min-height: 280px; padding: 22px; }
  .teacher-card { grid-template-columns: 116px minmax(0, 1fr); grid-template-rows: 1fr; }
  .teacher-card img { width: 116px; height: 116px; aspect-ratio: 1; object-fit: cover; }
  .teacher-copy { padding: 18px; }
  .teacher-copy h3 { font-size: 20px; }
  .teacher-copy ul { margin-top: 12px; padding-left: 17px; font-size: 14px; }
  .teacher-carousel { grid-template-columns: none; grid-auto-columns: min(86vw, 330px); }
  .teacher-carousel .teacher-card { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .teacher-carousel .teacher-card img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
  .carousel-controls { margin-top: -8px; }
  .photo-frame img { min-height: 360px; }
  .trial-journey { height: auto; grid-template-rows: 170px auto; }
  .trial-journey-media img { height: 100%; object-position: center 45%; }
  .journey-list li { min-height: 116px; padding: 16px; }
  .fact-list li { grid-template-columns: 92px 1fr; }
  .stage-stat .btn { width: 100%; white-space: normal; }
  .step-grid { gap: 34px; }
  .field-full { grid-column: auto; }
  .contact-copy { padding: 28px 24px; }
  .contact-list { grid-template-columns: 1fr; }
  .contact-item:first-child { grid-column: auto; }
  .lead-form { padding: 26px 20px; }
  .option-grid { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .btn { width: 100%; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-bottom { flex-direction: column; }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover { transform: translateY(-3px); background: var(--btn-hover-bg); border-color: var(--btn-hover-border); color: var(--btn-hover-color); }
  .btn-arrow:hover::after { transform: translateX(4px); }
  .choice-card:hover { transform: translateY(-3px); border-color: var(--choice-hover-border); background: var(--choice-hover-bg); }
  .carousel-button:hover:not(:disabled) { transform: translateY(-3px); border-color: var(--accent); background: var(--accent-soft); }
  .menu-toggle:hover { transform: translateY(-3px); border-color: color-mix(in oklch, var(--surface) 70%, transparent); background: color-mix(in oklch, var(--surface) 10%, transparent); }
  .contact-quicklinks a:hover { transform: translateY(-3px); border-color: var(--cyan); background: color-mix(in oklch, var(--surface) 8%, transparent); color: var(--cyan); }
  .radio-pill span:hover, .option-card span:hover { transform: translateY(-3px); border-color: var(--accent); background: var(--accent-soft); }
  .btn:active, .choice-card:active, .carousel-button:active:not(:disabled), .menu-toggle:active, .contact-quicklinks a:active, .radio-pill:active span, .option-card:active span { transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-hero > *, .motion-reveal { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
  .review-preview:hover, .btn:hover, .choice-card:hover, .carousel-button:hover, .menu-toggle:hover, .contact-quicklinks a:hover, .radio-pill span:hover, .option-card span:hover { transform: none !important; }
}


/* Single-artifact routed shell */
.route-view[hidden] { display: none !important; }
.route-view .hero { min-height: min(760px, calc(100svh - 82px)); }
.route-view .landing-hero { min-height: 650px; }
@media (max-width: 620px) {
  .route-view .hero { min-height: max(680px, calc(100svh - 66px)); }
}

  
html { scroll-padding-top: 92px; }

[hidden] { display: none !important; }

.contact-grid { align-items: start; }
.contact-copy, .lead-form { align-self: start; }
.success-panel { min-height: clamp(420px, 48vw, 560px); }

body.is-submitting { cursor: progress; }

.route-view { display: block; }

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

.motion-reveal.is-motion-visible { opacity: 1; transform: none; }

.hero-copy > * {
  opacity: 0;
  transform: translateY(18px);
  animation: hero-enter .72s cubic-bezier(.2,.8,.2,1) forwards;
}

.hero-copy > :nth-child(2) { animation-delay: .08s; }
.hero-copy > :nth-child(3) { animation-delay: .16s; }
.hero-copy > :nth-child(4) { animation-delay: .24s; }
.hero-copy > :nth-child(5) { animation-delay: .32s; }

@keyframes hero-enter { to { opacity: 1; transform: none; } }

.btn, .choice-card, .direction-card, .teacher-card, .price-card, .review-preview,
.contact-quicklinks a, .mobile-menu a, .desktop-nav a {
  transition-property: transform, background-color, border-color, color, box-shadow, opacity;
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(.2,.8,.2,1);
}

@media (hover: hover) {
  .btn:hover { transform: translateY(-2px); }
  .direction-card:hover, .price-card:hover { transform: translateY(-5px); }
  .teacher-card:hover { transform: translateY(-4px); box-shadow: 0 22px 54px color-mix(in oklch, var(--dark) 18%, transparent); }
}

.field-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.form-status[data-state='error'] { color: #9f1d2b; }
.form-status[data-state='success'] { color: #166534; }

.form-consent {
  order: 2;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 20px;
  color: var(--fg);
  font-size: 13px;
  line-height: 1.5;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--accent);
}

.form-consent input[aria-invalid='true'] { outline: 2px solid var(--accent); outline-offset: 2px; }
.form-consent a, .operator-details a, .cookie-note a, .foot-legal a { text-decoration: underline; text-underline-offset: 2px; }
.operator-details { margin-top: 14px !important; color: color-mix(in oklch, var(--surface) 68%, transparent) !important; font-size: 12px; line-height: 1.55; }
.foot-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; }
.cookie-settings-button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 2px; }

.cookie-note {
  position: fixed;
  z-index: 80;
  right: clamp(16px, 3vw, 40px);
  bottom: clamp(16px, 3vw, 40px);
  width: min(420px, calc(100vw - 32px));
  padding: 18px 20px;
  border: 1px solid color-mix(in oklch, var(--surface) 18%, transparent);
  border-radius: 18px;
  background: color-mix(in oklch, var(--dark) 94%, transparent);
  color: var(--surface);
  box-shadow: 0 18px 60px rgb(0 0 0 / .24);
  backdrop-filter: blur(14px);
}

.cookie-note h2 { margin: 0 0 8px; color: var(--surface); font-size: 20px; }
.cookie-note p { margin: 0; color: color-mix(in oklch, var(--surface) 78%, transparent); font-size: 13px; line-height: 1.5; }
.cookie-note a { color: var(--surface); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.cookie-actions .btn { min-height: 42px; margin: 0; padding: 9px 14px; font-size: 12px; }
.cookie-actions .btn-outline { border-color: color-mix(in oklch, var(--surface) 42%, transparent); color: var(--surface); }

@media (max-width: 620px) {
  .cookie-actions { display: grid; }
  .cookie-actions .btn { width: 100%; }
  .foot-legal { justify-content: flex-start; }
}

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

