@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("assets/fonts/unbounded-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("assets/fonts/unbounded-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #10120f;
  --surface: #171a16;
  --surface-2: #1e211d;
  --text: #f4f5ed;
  --muted: #a9aea2;
  --line: rgba(244, 245, 237, 0.12);
  --lime: #c9ff45;
  --coral: #ff6b4a;
  --blue: #72a5ff;
  --yellow: #ffd84d;
  --mint: #63e6be;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Manrope", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 82% 8%, rgba(201,255,69,.10), transparent 26rem),
    radial-gradient(circle at 4% 40%, rgba(255,107,74,.08), transparent 24rem),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: auto, auto, 48px 48px, 48px 48px;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
.topbar, main, .footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.topbar {
  position: sticky;
  top: 14px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  margin-top: 14px;
  padding: 8px 10px 8px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(16,18,15,.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.brand { display: flex; align-items: center; gap: 10px; font-family: "Unbounded", sans-serif; font-size: .82rem; }
.brand-mark { display: block; width: 28px; height: 28px; filter: drop-shadow(0 0 12px rgba(201,255,69,.18)); }
.nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: .84rem; font-weight: 700; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: var(--text); }
.nav-cta { padding: 13px 17px; border-radius: 12px; background: var(--text); color: var(--bg) !important; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr);
  gap: 34px;
  align-items: end;
  min-height: 760px;
  padding: 100px 0 76px;
}
.hero-copy { min-width: 0; }

.kicker, .section-label, .step-tag { text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 800; }
.kicker { color: var(--muted); }
.kicker span { display: inline-block; margin-right: 12px; padding: 7px 10px; border-radius: 99px; background: var(--lime); color: var(--bg); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Unbounded", "Arial Black", sans-serif; }
h1 { max-width: 880px; margin: 30px 0 18px; font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: 1; letter-spacing: -.06em; }
.hero-subtitle { margin-bottom: 28px; font-family: "Unbounded", "Arial Black", sans-serif; font-size: clamp(1.2rem, 2.3vw, 2rem); font-weight: 600; line-height: 1.25; }
.hero-subtitle em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 720px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 54px; padding: 0 20px; border: 1px solid var(--line); border-radius: 14px; font-size: .9rem; font-weight: 800; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { min-width: 210px; background: var(--lime); color: var(--bg); border-color: var(--lime); }
.button-ghost:hover { background: var(--surface-2); }

.hero-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); transform: rotate(2deg); box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.status { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .72rem; font-weight: 700; }
.status span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }
.score-ring { display: grid; place-items: center; width: 190px; height: 190px; margin: 34px auto; border-radius: 50%; background: conic-gradient(var(--lime) 0 82%, rgba(255,255,255,.08) 82%); position: relative; }
.score-ring::after { content: ""; position: absolute; inset: 10px; border-radius: inherit; background: var(--surface); }
.score-ring div { z-index: 1; display: flex; flex-direction: column; align-items: center; }
.score-ring strong { font-family: "Unbounded"; font-size: 4.5rem; line-height: 1; }
.score-ring span { color: var(--muted); font-size: .8rem; }
.hero-card > p { color: var(--muted); line-height: 1.55; }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mini-stats span { padding: 10px 7px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); font-size: .65rem; text-align: center; }
.mini-stats b { display: block; margin-bottom: 3px; color: var(--text); }
.scroll-note { position: absolute; left: 0; bottom: 22px; color: var(--muted); font-size: .75rem; }
.scroll-note span { display: inline-block; margin-left: 8px; color: var(--lime); animation: bounce 1.8s infinite; }

.intro { padding: 100px 0; border-top: 1px solid var(--line); }
.intro > div:first-child { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; align-items: start; }
.section-label { color: var(--lime); }
.intro h2, .section-heading h2, .check-head h2 { margin-bottom: 0; font-size: clamp(2rem, 5vw, 4.4rem); line-height: 1.05; letter-spacing: -.05em; }
.intro-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 56px 0; color: var(--muted); line-height: 1.75; }
.goal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.goal-grid article { min-height: 180px; padding: 22px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line); }
.goal-grid span { color: var(--lime); font-family: "Unbounded"; font-size: .8rem; }
.goal-grid p { margin: 54px 0 0; font-weight: 700; line-height: 1.5; }

.roadmap { padding: 60px 0 100px; }
.section-heading { display: grid; grid-template-columns: .55fr 1fr .7fr; gap: 36px; align-items: end; margin-bottom: 54px; }
.section-heading > p:last-child { margin-bottom: 4px; color: var(--muted); line-height: 1.6; }
.step { --accent: var(--lime); display: grid; grid-template-columns: 180px 1fr; margin-bottom: 22px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); overflow: hidden; }
.step-coral { --accent: var(--coral); }
.step-blue { --accent: var(--blue); }
.step-yellow { --accent: var(--yellow); }
.step-mint { --accent: var(--mint); }
.step-index { padding: 32px; color: var(--bg); background: var(--accent); font-family: "Unbounded"; font-size: clamp(3rem, 7vw, 6rem); font-weight: 700; letter-spacing: -.08em; writing-mode: vertical-rl; transform: rotate(180deg); text-align: right; }
.step-content { padding: clamp(30px, 5vw, 64px); }
.step-tag { color: var(--accent); }
.step h3 { max-width: 850px; margin: 15px 0 22px; font-size: clamp(2rem, 4.4vw, 4rem); line-height: 1.05; letter-spacing: -.05em; }
.step-lead { max-width: 780px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.feature-list { list-style: none; margin: 34px 0; padding: 0; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 210px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.feature-list b { font-size: .9rem; }
.feature-list span { color: var(--muted); }
blockquote { margin: 34px 0 0; padding: 22px 24px; border: 0; border-left: 4px solid var(--accent); background: color-mix(in srgb, var(--accent) 9%, transparent); border-radius: 0 16px 16px 0; font-size: 1.05rem; font-weight: 700; line-height: 1.6; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 10px; margin: 34px 0; }
.chip-grid span { padding: 12px 15px; border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent); border-radius: 999px; background: color-mix(in srgb, var(--accent) 8%, transparent); font-weight: 700; font-size: .85rem; }
.answer-card { margin-top: 32px; padding: 24px; border-radius: 18px; background: var(--blue); color: #0d1830; transform: rotate(-1deg); }
.answer-card span { font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.answer-card p { margin: 12px 0 0; font-family: "Unbounded"; font-size: clamp(1rem, 2.2vw, 1.55rem); line-height: 1.45; }
.microcopy { margin: 22px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.demo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 32px 0; }
.demo-grid div { min-height: 120px; display: flex; flex-direction: column; justify-content: space-between; padding: 17px; border: 1px solid var(--line); border-radius: 16px; }
.demo-grid b { color: var(--yellow); font-family: "Unbounded"; font-size: .75rem; }
.demo-grid span { font-size: .82rem; line-height: 1.4; }
.two-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 32px; }
.two-paths div { padding: 22px; border: 1px solid var(--line); border-radius: 18px; }
.two-paths span { color: var(--mint); font-weight: 800; }
.two-paths p { margin: 14px 0 0; color: var(--muted); line-height: 1.55; }

.checklist { margin-bottom: 22px; padding: clamp(28px, 5vw, 64px); border-radius: 36px; background: var(--lime); color: var(--bg); }
.checklist .section-label { color: #425016; }
.check-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: end; }
.check-head > p { max-width: 420px; margin-bottom: 4px; line-height: 1.65; }
.check-items { margin-top: 55px; border-top: 2px solid rgba(16,18,15,.18); }
.check-items article { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 24px 0; border-bottom: 2px solid rgba(16,18,15,.18); }
.check-items article > span { display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid var(--bg); border-radius: 50%; font-weight: 900; }
.check-items h3 { margin: 0 0 6px; font-size: 1.05rem; }
.check-items p { margin: 0; opacity: .72; line-height: 1.55; }
.final-note { display: grid; grid-template-columns: 90px 1fr 54px; gap: 20px; align-items: center; margin-top: 26px; }
.final-note > span { font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.final-note p { margin: 0; font-family: "Unbounded"; font-weight: 600; line-height: 1.5; }
.final-note a { display: grid; place-items: center; width: 54px; height: 54px; border: 2px solid var(--bg); border-radius: 50%; font-size: 1.4rem; transition: transform .2s ease; }
.final-note a:hover { transform: translateY(-4px); }

.coach-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: clamp(38px, 6vw, 80px);
  align-items: center;
  margin-bottom: 100px;
  padding: clamp(32px, 6vw, 76px);
  border: 1px solid rgba(201,255,69,.3);
  border-radius: 36px;
  background:
    radial-gradient(circle at 8% 0%, rgba(201,255,69,.16), transparent 26rem),
    linear-gradient(145deg, #1b1f19, #0c0e0c 72%);
  overflow: hidden;
}
.coach-cta::after { content: ""; position: absolute; right: -90px; bottom: -120px; width: 330px; height: 330px; border: 1px solid rgba(201,255,69,.13); border-radius: 50%; box-shadow: 0 0 0 48px rgba(201,255,69,.025), 0 0 0 96px rgba(201,255,69,.018); pointer-events: none; }
.coach-copy, .coach-demo { position: relative; z-index: 1; }
.coach-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 32px; color: var(--lime); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.coach-kicker img { flex: 0 0 auto; }
.coach-cta h2 { max-width: 720px; margin-bottom: 28px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.02; letter-spacing: -.055em; }
.coach-cta h2 em { color: var(--lime); font-style: normal; }
.coach-lead { max-width: 690px; margin-bottom: 16px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.14rem); line-height: 1.72; }
.coach-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 34px 0; }
.coach-benefits div { min-height: 132px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.035); }
.coach-benefits span { display: block; margin-bottom: 28px; color: var(--lime); font-family: "Unbounded", sans-serif; font-size: 1.35rem; font-weight: 700; }
.coach-benefits p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.coach-button { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 440px; min-height: 64px; padding: 0 22px; border-radius: 16px; background: var(--lime); color: var(--bg); font-weight: 900; transition: transform .25s ease, box-shadow .25s ease; }
.coach-button:hover { transform: translateY(-4px); box-shadow: 0 18px 50px rgba(201,255,69,.17); }
.coach-button span { font-size: 1.25rem; }
.coach-meta { margin: 13px 0 0; color: var(--muted); font-size: .72rem; }
.coach-demo { padding: 20px; border-radius: 26px; background: var(--text); color: var(--bg); transform: rotate(1.5deg); box-shadow: 0 34px 90px rgba(0,0,0,.38); }
.coach-demo-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 2px 2px 17px; border-bottom: 1px solid rgba(16,18,15,.12); }
.coach-demo-head div { display: flex; gap: 5px; }
.coach-demo-head div span { width: 8px; height: 8px; border-radius: 50%; background: #d7d9d1; }
.coach-demo-head div span:first-child { background: var(--coral); }
.coach-demo-head div span:last-child { background: var(--lime); }
.coach-demo-head p { margin: 0; color: rgba(16,18,15,.58); font-size: .66rem; font-weight: 800; }
.coach-message { max-width: 88%; margin-top: 18px; padding: 16px 17px; border-radius: 17px; }
.coach-message span, .coach-feedback span { display: block; margin-bottom: 7px; font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.coach-message p, .coach-feedback p { margin: 0; font-size: .88rem; line-height: 1.55; }
.coach-message-bot { border-radius: 7px 17px 17px 17px; background: #e2e4dc; }
.coach-message-user { margin-left: auto; border-radius: 17px 7px 17px 17px; background: var(--blue); color: #0d1830; }
.coach-feedback { margin-top: 18px; padding: 18px; border-radius: 18px; background: var(--lime); }
.coach-feedback span { color: #425016; }
.coach-feedback b { display: block; margin-top: 14px; font-size: .76rem; }

.footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 24px; padding: 28px 0 40px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.footer p { margin: 0; }
.footer a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.footer-links { display: flex; grid-column: 3; flex-wrap: wrap; align-items: baseline; justify-content: flex-end; gap: 14px; }
.footer-links button { padding: 0; border: 0; background: none; color: var(--muted); font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.footer a:hover, .footer-links button:hover { color: var(--lime); }

.cookie-banner { position: fixed; z-index: 1000; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: center; justify-content: space-between; gap: 20px; width: min(calc(100% - 24px), 980px); margin: 0 auto; padding: 14px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(22,25,20,.96); box-shadow: 0 18px 60px rgba(0,0,0,.42); color: var(--text); backdrop-filter: blur(16px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner__copy { min-width: 0; }
.cookie-banner__copy strong { display: block; margin-bottom: 3px; color: var(--lime); font-size: .76rem; letter-spacing: .02em; }
.cookie-banner__copy p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.cookie-banner__copy a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner__actions { display: flex; flex: 0 0 auto; gap: 8px; }
.cookie-button { min-height: 40px; padding: 0 14px; border: 1px solid transparent; border-radius: 11px; font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.cookie-button:hover { transform: translateY(-1px); }
.cookie-button--primary { background: var(--lime); color: var(--bg); }

.legal-body { min-height: 100vh; }
.legal-page { padding: 112px 0 80px; }
.legal-hero { max-width: 920px; margin-bottom: 52px; }
.legal-hero h1 { max-width: 900px; margin: 12px 0 18px; font-size: clamp(2.35rem, 5.8vw, 5rem); line-height: 1.03; letter-spacing: -.05em; }
.legal-hero > p:not(.section-label) { margin: 0 0 10px; color: var(--muted); font-size: .95rem; }
.legal-hero a, .legal-content a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 8px; font-size: .72rem !important; }
.legal-content { max-width: 920px; }
.legal-content section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 18px; font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.2; letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: var(--muted); font-size: .94rem; line-height: 1.72; }
.legal-content p { max-width: 860px; margin: 0 0 13px; }
.legal-content ul { max-width: 840px; margin: 4px 0 18px; padding-left: 24px; }
.legal-content li { margin-bottom: 8px; padding-left: 5px; }
.legal-content strong { color: var(--text); }
.legal-content code { padding: .12em .35em; border-radius: 5px; background: rgba(255,255,255,.07); color: var(--text); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .88em; overflow-wrap: anywhere; }
.legal-table-wrap { margin: 22px 0 14px; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
.legal-table { width: 100%; min-width: 880px; border-collapse: collapse; text-align: left; }
.legal-table th, .legal-table td { padding: 13px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .74rem; line-height: 1.48; vertical-align: top; }
.legal-table th:last-child, .legal-table td:last-child { border-right: 0; }
.legal-table th { background: rgba(255,255,255,.045); color: var(--text); font-size: .66rem; letter-spacing: .055em; text-transform: uppercase; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-note { font-size: .74rem !important; }
.legal-sources ul { margin-bottom: 0; }

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

@keyframes bounce { 50% { transform: translateY(6px); } }

@media (max-width: 900px) {
  .nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 80px; }
  .hero-card { max-width: 430px; transform: none; }
  .scroll-note { display: none; }
  .intro > div:first-child, .section-heading, .check-head { grid-template-columns: 1fr; }
  .intro-copy { grid-template-columns: 1fr; gap: 12px; }
  .goal-grid { grid-template-columns: 1fr; }
  .goal-grid article { min-height: 130px; }
  .goal-grid p { margin-top: 30px; }
  .step { grid-template-columns: 100px 1fr; }
  .step-index { padding: 22px; }
  .coach-cta { grid-template-columns: 1fr; }
  .coach-demo { max-width: 620px; transform: none; }
  .footer { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; justify-content: flex-start; }
  .cookie-banner { align-items: flex-start; }
}

@media (max-width: 620px) {
  .topbar, main, .footer { width: min(100% - 24px, 1180px); }
  .topbar { min-height: 56px; padding-left: 14px; }
  .brand { font-size: .7rem; }
  .nav-cta { padding: 10px 12px; font-size: .72rem; }
  .hero { padding: 65px 0 58px; }
  h1 { font-size: clamp(2.15rem, 9.5vw, 2.65rem); line-height: 1.05; overflow-wrap: break-word; hyphens: auto; }
  .hero-subtitle { font-size: clamp(1rem, 4.8vw, 1.25rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-card { padding: 18px; }
  .score-ring { width: 160px; height: 160px; }
  .score-ring strong { font-size: 3.7rem; }
  .intro { padding: 72px 0; }
  .roadmap { padding-top: 20px; }
  .step { display: block; }
  .step-index { padding: 14px 20px; font-size: 2.4rem; writing-mode: initial; transform: none; }
  .step-content { padding: 27px 20px 30px; }
  .step h3 { font-size: clamp(1.75rem, 9vw, 2.4rem); }
  .feature-list li { grid-template-columns: 1fr; gap: 5px; }
  .demo-grid { grid-template-columns: 1fr 1fr; }
  .two-paths { grid-template-columns: 1fr; }
  .checklist { padding: 30px 20px; border-radius: 26px; }
  .check-items article { grid-template-columns: 50px 1fr; }
  .final-note { grid-template-columns: 1fr 48px; }
  .final-note > span { grid-column: 1 / -1; }
  .final-note a { width: 48px; height: 48px; }
  .coach-cta { padding: 30px 20px; border-radius: 26px; }
  .coach-kicker { align-items: flex-start; margin-bottom: 26px; line-height: 1.5; }
  .coach-cta h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .coach-benefits { grid-template-columns: 1fr; }
  .coach-benefits div { min-height: auto; }
  .coach-benefits span { margin-bottom: 10px; }
  .coach-button { width: 100%; font-size: .86rem; }
  .coach-demo { padding: 14px; border-radius: 20px; }
  .coach-demo-head p { max-width: 190px; text-align: right; }
  .coach-message { max-width: 94%; }
  .cookie-banner { right: 8px; bottom: 8px; left: 8px; display: block; width: calc(100% - 16px); padding: 13px; border-radius: 15px; }
  .cookie-banner__actions { display: block; margin-top: 11px; }
  .cookie-button { width: 100%; min-width: 0; min-height: 42px; padding: 8px 24px; }
  .legal-page { padding-top: 88px; }
  .legal-hero { margin-bottom: 38px; }
  .legal-hero h1 { font-size: clamp(1.8rem, 7vw, 2.4rem); overflow-wrap: normal; word-break: normal; }
  .legal-meta { display: block; }
  .legal-meta span { display: none; }
  .legal-content section { padding: 25px 0; }
  .legal-content p, .legal-content li { font-size: .88rem; }
}

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