/* Matea 2026 — final responsive design system.
   One cascade, two self-hosted type families, one conversion path for RU/EN. */

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("/assets/fonts/manrope-cyrillic-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("/assets/fonts/manrope-latin-wght-normal.woff2") format("woff2-variations");
  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: "Source Serif 4";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("/assets/fonts/source-serif-4-cyrillic-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("/assets/fonts/source-serif-4-latin-wght-normal.woff2") format("woff2-variations");
  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: "Source Serif 4";
  font-style: italic;
  font-display: swap;
  font-weight: 200 900;
  src: url("/assets/fonts/source-serif-4-cyrillic-wght-italic.woff2") format("woff2-variations");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: "Source Serif 4";
  font-style: italic;
  font-display: swap;
  font-weight: 200 900;
  src: url("/assets/fonts/source-serif-4-latin-wght-italic.woff2") format("woff2-variations");
  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 {
  --matea-black: #0b0a0b;
  --matea-black-soft: #161214;
  --matea-black-raised: #1d181a;
  --matea-paper: #f7f2ea;
  --matea-paper-deep: #eee6da;
  --matea-white: #fffdf8;
  --matea-wine: #741b3a;
  --matea-wine-bright: #8d284a;
  --matea-gold: #d7b57a;
  --matea-gold-light: #e6ca92;
  --matea-gold-dark: #76521f;
  --matea-ink: #211a1c;
  --matea-muted: #5f5652;
  --matea-night-muted: #c7bdb6;
  --matea-line: rgba(75, 16, 39, .14);
  --matea-line-dark: rgba(230, 202, 146, .22);
  --matea-gold-gradient: linear-gradient(115deg, #aa7e35 0%, #efd79e 48%, #bd934f 100%);
  --matea-font-display: "Source Serif 4", "Times New Roman", serif;
  --matea-font-ui: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --matea-radius-input: 14px;
  --matea-radius-card: 20px;
  --matea-radius-shell: 28px;
  --matea-shadow: 0 18px 52px rgba(13, 11, 12, .10);
  --matea-shadow-dark: 0 24px 68px rgba(0, 0, 0, .30);
}

html { scroll-padding-top: 96px; overflow-x: clip; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background: var(--matea-black);
  color: var(--matea-ink);
  font-family: var(--matea-font-ui);
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
.container { width: min(calc(100% - 40px), 1200px); }
.legal-overlay { display: none !important; }
.skip-link { opacity: 0; pointer-events: none; }
.skip-link:focus-visible { opacity: 1; pointer-events: auto; }
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--matea-wine);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255,255,255,.92);
}
.section-cta { margin-top: 28px; display: flex; justify-content: center; }
.section-cta .btn { min-width: min(100%,320px); }
.section-cta-dark .btn { box-shadow: 0 12px 36px rgba(0,0,0,.22); }
.pain, .compare { display: none !important; }
section[id] { scroll-margin-top: 0; }

h1, h2, .hero h1, .section-head h2, .outcome-head h2,
.proof-stage-head h2, .experience-head h2, .apply h2, .faq h2 {
  font-family: var(--matea-font-display);
  font-weight: 520;
  letter-spacing: -.035em;
}
h3, .goal-card h3, .process-step h3, .plan h3, .map-head h3,
.compare-top b, .story-caption b { font-family: var(--matea-font-ui); }
.eyebrow, .kicker, .map-kicker, .goal-no, .map-summary > span,
.economics-label, .experience-stat span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.eyebrow, .kicker, .map-kicker, .goal-no, .map-summary > span { color: var(--matea-gold-dark); }
.lead { max-width: 60ch; }

.btn {
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(146, 112, 60, .42);
  border-radius: 999px;
  background: var(--matea-gold-gradient);
  color: #21170b;
  box-shadow: 0 12px 30px rgba(13, 11, 12, .12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, color .18s ease;
}
.btn:hover { color: #090706; box-shadow: 0 15px 34px rgba(13, 11, 12, .17); transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn.ghost { border-color: rgba(215, 181, 122, .42); background: transparent; color: var(--matea-gold-light); box-shadow: none; }
.btn.ghost:hover { background: rgba(215, 181, 122, .08); color: var(--matea-white); }

/* Header */
.nav {
  min-height: 82px;
  border-bottom: 1px solid var(--matea-line-dark);
  background: rgba(11, 10, 11, .94);
  color: var(--matea-white);
  backdrop-filter: blur(18px);
}
.nav .nav-in, .nav .nav-shell {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}
.logo { color: var(--matea-white); }
.logo-mark {
  border: 1px solid rgba(215, 181, 122, .64);
  background: var(--matea-black-raised);
  color: var(--matea-gold-light);
  box-shadow: inset 0 0 0 3px rgba(215, 181, 122, .06);
}
.logo small { color: #a99b91; }
.nav-panel { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 24px; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 30px); }
.nav-links a {
  position: relative;
  padding: 30px 0 28px;
  color: #cfc3bb;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}
.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 21px;
  left: 0;
  height: 1px;
  background: var(--matea-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.nav-links a:hover, .nav-links a.is-active, .nav-links a[aria-current="location"] { color: var(--matea-white); }
.nav-links a:hover::after, .nav-links a.is-active::after,
.nav-links a[aria-current="location"]::after { transform: scaleX(1); }
.nav-language { display: flex; align-items: center; gap: 10px; }
.nav-language-label { display: none; }
.language-switch { border-color: rgba(215, 181, 122, .4); background: rgba(215, 181, 122, .07); color: var(--matea-gold-light); }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.nav-cta { min-height: 44px; padding: 0 18px; background: var(--matea-gold-gradient); color: #21170b; font-size: 12px; }
.nav-cta-short { display: none; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(215, 181, 122, .34);
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  color: var(--matea-white);
  cursor: pointer;
}
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  margin: 4px auto;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.is-menu-open .menu-toggle span { opacity: 0; }
.is-menu-open .menu-toggle::before { transform: translateY(5px) rotate(45deg); }
.is-menu-open .menu-toggle::after { transform: translateY(-5px) rotate(-45deg); }

/* Hero — approved direction, refined type and rhythm only */
.hero-copy-stage {
  min-height: calc(100svh - 82px);
  padding: clamp(72px, 9vh, 112px) 0;
  background:
    radial-gradient(circle at 78% 28%, rgba(116,27,58,.24), transparent 34%),
    linear-gradient(145deg, #0b0a0b 0%, #161214 68%, #24151a 100%);
  color: var(--matea-white);
  display: flex;
  align-items: center;
}
.hero-copy-stage::before { background: radial-gradient(circle, rgba(215,181,122,.09), transparent 68%); }
.hero-copy-stage::after { color: rgba(215,181,122,.03); }
.hero-copy-block { width: 100%; }
.hero-copy-stage .eyebrow { max-width: 760px; color: var(--matea-gold); }
.hero-copy-stage h1 {
  max-width: 1050px;
  margin: 24px 0 22px;
  color: var(--matea-white);
  font-size: clamp(72px, 6.5vw, 92px);
  line-height: .94;
  text-wrap: balance;
}
.hero-copy-stage h1 em { color: var(--matea-gold-light); }
.hero-copy-stage .hero-copy { max-width: 760px; margin: 0; color: #cbc1ba; font-size: 17px; line-height: 1.62; }
.hero-copy-stage .hero-copy b { color: var(--matea-white); }
.hero-copy-stage .hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 10px; }
.hero-copy-stage .hero-actions .btn:first-child { min-width: 260px; }
.hero-copy-stage .micro, .hero-copy-stage .goal-pills, .hero-copy-stage .hero-next { display: none !important; }

/* Shared section heads */
.outcome, .goals, .offer { background: var(--matea-paper); color: var(--matea-ink); }
.outcome { padding: 104px 0 96px; }
.goals { padding: 104px 0; background: var(--matea-paper-deep); }
.proof-stage, .process.evidence, .process-overview, .faq, .apply { color: var(--matea-white); }
.section-head, .outcome-head, .proof-stage-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .58fr);
  align-items: end;
  gap: clamp(36px, 6vw, 76px);
  margin-bottom: 44px;
}
.section-head h2, .outcome-head h2, .proof-stage-head h2,
.faq h2, .apply h2 {
  max-width: 800px;
  margin: 12px 0 0;
  font-size: clamp(52px, 4.8vw, 64px);
  line-height: 1.01;
  text-wrap: balance;
}
.section-head .lead, .outcome-head .lead, .proof-stage-head .lead {
  margin: 0;
  color: var(--matea-muted);
  font-size: 16px;
  line-height: 1.62;
}

/* Outcome */
.outcome-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.outcome-card {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--matea-line);
  border-radius: var(--matea-radius-card);
  background: var(--matea-white);
  box-shadow: 0 12px 34px rgba(33,26,28,.055);
  display: flex;
  flex-direction: column;
}
.outcome-no {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(118,82,31,.34);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--matea-gold-dark);
  font-size: 11px;
  font-weight: 700;
}
.outcome-card h3 {
  margin: 36px 0 12px;
  color: var(--matea-ink);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.025em;
}
.outcome-card p { margin: 0; color: var(--matea-muted); font-size: 15px; line-height: 1.62; }
.outcome-card strong { color: var(--matea-wine); }

/* Goals */
.goals .lead, .goal-pain, .goal-result p { color: var(--matea-muted); }
.swipe-hint { display: none; }
.goal-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; align-items: stretch; }
.goal-card {
  min-width: 0;
  min-height: 530px;
  height: 100%;
  padding: 28px;
  border: 1px solid var(--matea-line);
  border-radius: var(--matea-radius-card);
  background: var(--matea-white);
  box-shadow: 0 14px 38px rgba(33,26,28,.055);
  display: flex;
  flex-direction: column;
}
.goal-card::after { background: rgba(215,181,122,.12); }
.goal-no { color: var(--matea-wine); }
.goal-card h3 {
  margin: 34px 0 14px;
  color: var(--matea-ink);
  font-size: clamp(27px,2.2vw,31px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.025em;
  overflow-wrap: normal;
}
.goal-pain { min-height: 132px; margin: 0; font-size: 14px; line-height: 1.6; }
.goal-action {
  min-height: 88px;
  margin-top: 22px;
  padding: 16px 0;
  border: 0;
  border-top: 1px solid rgba(118,82,31,.24);
  border-bottom: 1px solid rgba(118,82,31,.17);
  border-radius: 0;
  background: transparent;
  display: grid;
  gap: 7px;
}
.goal-action span, .goal-result > b { color: var(--matea-gold-dark); font-size: 11px; }
.goal-action b { color: var(--matea-wine); font-size: 14px; line-height: 1.45; }
.goal-result { margin-top: auto; padding-top: 20px; }
.goal-result p { margin: 10px 0 0; font-size: 14px; line-height: 1.55; }

/* Unified proof space */
.proof-stage { padding: 104px 0 28px; background: var(--matea-black); }
.proof-stage::after { color: rgba(215,181,122,.025); }
.proof-stage .kicker, .process-overview .kicker, .faq .kicker, .apply .kicker { color: var(--matea-gold); }
.proof-stage-head h2 { color: var(--matea-white); }
.proof-stage-head .lead { color: var(--matea-night-muted); }
.proof-stage .proof-console {
  padding: 26px;
  border: 1px solid var(--matea-line-dark);
  border-radius: var(--matea-radius-shell);
  background: #151215;
  box-shadow: var(--matea-shadow-dark);
}
.proof-stage .console-head { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.proof-stage .console-title b { color: var(--matea-white); font-size: 20px; line-height: 1.25; }
.proof-stage .console-title > span { color: #a99da4; font-size: 12px; line-height: 1.4; }
.proof-stage .mobile-console-title { display: none; }
.proof-stage .desktop-console-title { display: inline; }
.proof-stage .live {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(215,181,122,.08);
  color: var(--matea-gold-light);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.proof-stage .live::before { background: var(--matea-gold); box-shadow: 0 0 0 4px rgba(215,181,122,.10); }
.proof-stage .score-strip { margin-bottom: 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; overflow: visible; }
.proof-stage .score {
  position: relative;
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(215,181,122,.17);
  border-radius: 18px;
  background: #201a1e;
}
.proof-stage .score:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -22px;
  color: var(--matea-gold);
  font-size: 16px;
  transform: translateY(-50%);
}
.proof-stage .score b { color: var(--matea-gold-light); font-size: 38px; line-height: 1; font-variant-numeric: tabular-nums; }
.proof-stage .score span { color: #bfb3ba; font-size: 11px; line-height: 1.3; }
.proof-stage .lead-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.proof-stage .lead-card {
  min-width: 0;
  min-height: 196px;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(215,181,122,.15);
  border-radius: var(--matea-radius-card);
  background: var(--matea-paper);
  display: flex;
  flex-direction: column;
}
.proof-stage .lead-card.dim { background: #211a1e; }
.proof-stage .lead-row { display: grid; grid-template-columns: 56px minmax(0,1fr) auto; gap: 12px; align-items: center; }
.proof-stage .avatar.avatar-photo { width: 56px; height: 56px; border-radius: 15px; }
.proof-stage .lead-main b { font-size: 16px; line-height: 1.25; }
.proof-stage .lead-main small { margin-top: 4px; font-size: 12px; line-height: 1.35; }
.proof-stage .match { padding: 7px 10px; border-radius: 999px; background: #efe2c9; color: #55390f; font-size: 10px; font-weight: 700; }
.proof-stage .chip-row { margin-top: auto; padding-top: 16px; display: flex; flex-wrap: wrap; gap: 7px; }
.proof-stage .tag { padding: 7px 9px; border-radius: 999px; font-size: 10px; line-height: 1.25; }
.proof-stage .tag.ok { background: #efe2c9; color: #55390f; }
.proof-stage .console-note {
  width: max-content;
  margin: 18px 0 0 auto;
  padding: 12px 16px;
  border-radius: var(--matea-radius-input);
  background: var(--matea-wine);
  color: var(--matea-white);
  font-size: 12px;
  font-weight: 650;
  transform: none;
}
.proof-caption { margin: 16px 4px 0; color: #94877f; font-size: 12px; line-height: 1.55; }

.process.evidence { padding: 72px 0 104px; background: var(--matea-black); color: var(--matea-white); }
.process.evidence .section-head { margin-bottom: 34px; }
.process.evidence .section-head h2 { color: var(--matea-white); }
.process.evidence .section-head .lead { color: var(--matea-night-muted); }
.process.evidence .map {
  padding: 28px;
  border: 1px solid var(--matea-line-dark);
  border-radius: var(--matea-radius-shell);
  background: var(--matea-black-soft);
  box-shadow: var(--matea-shadow-dark);
}
.map-head { margin-bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.map-head h3 { margin: 10px 0 0; color: var(--matea-white); font-size: 28px; font-weight: 700; letter-spacing: -.025em; }
.map-head p { max-width: 46ch; margin: 0; color: var(--matea-night-muted); font-size: 14px; line-height: 1.55; }
.map-tabs { width: 100%; max-width: none; margin: 0 0 16px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; overflow: visible; }
.map-tab, .map-tab:first-child {
  width: auto;
  min-width: 0;
  min-height: 48px;
  padding: 8px 12px;
  border: 1px solid rgba(215,181,122,.20);
  border-radius: var(--matea-radius-input);
  display: grid;
  place-items: center;
  color: #c9bec4;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}
.map-tab:first-child { grid-column: auto; }
.map-radio#map-support:checked ~ .map-tabs label[for="map-support"],
.map-radio#map-serious:checked ~ .map-tabs label[for="map-serious"],
.map-radio#map-travel:checked ~ .map-tabs label[for="map-travel"] {
  border-color: var(--matea-gold);
  background: var(--matea-gold-gradient);
  color: #21170b;
}
.map-panel { padding: 24px; border: 1px solid rgba(255,255,255,.08); border-radius: var(--matea-radius-card); background: #1b181a; }
.map-profile { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
.map-avatar { width: 68px; height: 68px; border-radius: 18px; }
.map-profile-top b { color: var(--matea-white); font-size: 22px; }
.map-profile-copy p { color: #bcb1b7; font-size: 14px; }
.map-badge { background: #f2e2e8; color: var(--matea-wine); font-size: 11px; }
.map-fields { margin-top: 16px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.map-field { min-height: 88px; padding: 14px; border: 1px solid rgba(255,255,255,.08); border-radius: var(--matea-radius-input); background: rgba(255,255,255,.025); }
.map-field span { color: #978c92; font-size: 11px; }
.map-field b { color: var(--matea-white); font-size: 14px; line-height: 1.35; }
.map-fields .map-field:nth-child(n+5) { display: none; }
.map-confirmed { margin-top: 12px; padding: 14px 16px; border: 1px solid rgba(215,181,122,.20); border-radius: var(--matea-radius-input); }
.map-confirmed i { background: rgba(71,143,105,.2); color: #8ed5af; }
.map-confirmed span { color: #a79ba1; font-size: 11px; }
.map-confirmed b { color: var(--matea-white); font-size: 15px; }
.proof-cta { margin-top: 20px; display: flex; justify-content: flex-end; }

/* Process and control */
.process-overview {
  padding: 104px 0;
  background: radial-gradient(circle at 86% 15%, rgba(116,27,58,.17), transparent 30%), var(--matea-black-soft);
  color: var(--matea-white);
}
.process-overview .section-head h2 { color: var(--matea-white); }
.process-overview .section-head .lead { color: var(--matea-night-muted); }
.process-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.process-step {
  min-width: 0;
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--matea-line-dark);
  border-radius: var(--matea-radius-card);
  background: linear-gradient(180deg, rgba(255,255,255,.042), rgba(255,255,255,.016));
  display: flex;
  flex-direction: column;
}
.process-step .step-no { color: var(--matea-gold); font-size: 11px; }
.process-step h3 { margin: 42px 0 12px; color: var(--matea-white); font-size: 24px; font-weight: 700; line-height: 1.1; letter-spacing: -.025em; }
.process-step p { margin: 0; color: #c3b8b1; font-size: 14px; line-height: 1.58; }
.process-step .step-foot { margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(215,181,122,.14); color: var(--matea-gold-light); font-size: 11px; }
.process-assurance { margin-top: 16px; padding: 20px 22px; border: 1px solid rgba(215,181,122,.26); border-radius: var(--matea-radius-card); background: rgba(116,27,58,.12); color: #e1d7d0; font-size: 14px; line-height: 1.6; }
.process-assurance strong { color: var(--matea-gold-light); }
.control-split {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.control-column {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--matea-line-dark);
  border-radius: var(--matea-radius-card);
  background: var(--matea-black);
  color: var(--matea-white);
}
.control-column + .control-column { border: 1px solid var(--matea-line-dark); background: var(--matea-black-raised); }
.control-column span { display: block; margin-bottom: 14px; color: var(--matea-gold); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.control-column ul { margin: 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.control-column li { position: relative; padding-left: 21px; color: #d5cac3; font-size: 14px; line-height: 1.5; }
.control-column li::before { content: ""; position: absolute; top: .62em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--matea-gold); }

/* Experience */
.experience-proof { padding: 96px 0 104px; background: var(--matea-paper); color: var(--matea-white); }
.experience-shell {
  position: relative;
  overflow: hidden;
  padding: 48px;
  border: 1px solid var(--matea-line-dark);
  border-radius: var(--matea-radius-shell);
  background: radial-gradient(circle at 92% 8%, rgba(215,181,122,.15), transparent 31%), linear-gradient(145deg,#1d181a,#0b0a0b 74%);
  box-shadow: var(--matea-shadow-dark);
}
.experience-shell::after { content: "M"; position: absolute; right: -28px; bottom: -115px; color: rgba(215,181,122,.03); font-family: var(--matea-font-display); font-size: 330px; line-height: 1; pointer-events: none; }
.experience-head, .experience-stats, .experience-footer { position: relative; z-index: 1; }
.experience-head { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(320px,.66fr); gap: 64px; align-items: end; }
.experience-proof .kicker { color: var(--matea-gold); }
.experience-head h2 { max-width: 720px; margin: 12px 0 0; color: var(--matea-white); font-size: clamp(50px,4.7vw,64px); line-height: 1; text-wrap: balance; }
.experience-copy p { max-width: 58ch; margin: 0; color: var(--matea-night-muted); font-size: 15px; line-height: 1.62; }
.experience-stats { margin-top: 36px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.experience-stat { min-width: 0; min-height: 126px; padding: 22px; border: 1px solid rgba(215,181,122,.17); border-radius: var(--matea-radius-card); background: rgba(255,255,255,.03); display: flex; flex-direction: column; justify-content: space-between; }
.experience-stat strong { color: var(--matea-gold-light); font-family: var(--matea-font-ui); font-size: 48px; font-weight: 500; line-height: 1; letter-spacing: -.04em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.experience-stat span { max-width: 23ch; color: #c8bcb4; }
.metric-compact, .stat-label-short { display: none; }
.experience-footer { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(215,181,122,.16); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.experience-footer p { margin: 0; color: #ddd2cb; font-size: 14px; line-height: 1.5; }
.experience-footer p strong { color: var(--matea-gold-light); }
.experience-footer small { max-width: 44ch; color: #9c9088; font-size: 12px; line-height: 1.45; text-align: right; }

/* Plans */
.offer { padding: 104px 0; background: var(--matea-paper-deep); }
.offer .lead, .plan-summary, .plan li, .offer-note { color: var(--matea-muted); }
.plans { max-width: 1040px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
.plan {
  min-width: 0;
  height: 100%;
  padding: 30px;
  border: 1px solid var(--matea-line);
  border-radius: var(--matea-radius-shell);
  background: var(--matea-white);
  box-shadow: var(--matea-shadow);
  display: flex;
  flex-direction: column;
}
.plan.featured { border-color: var(--matea-line-dark); background: var(--matea-black-soft); color: var(--matea-white); }
.plan-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.plan-name { color: var(--matea-wine); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.plan.featured .plan-name { color: #e4b2c2; }
.plan-status { max-width: 52%; padding: 7px 10px; border-radius: 999px; background: #f0e3d5; color: var(--matea-gold-dark); font-size: 10px; font-weight: 700; line-height: 1.25; letter-spacing: .07em; text-align: center; text-transform: uppercase; white-space: normal; }
.plan.featured .plan-status { background: #f1d5df; color: var(--matea-wine); }
.plan h3 { margin: 28px 0 12px; font-size: 30px; font-weight: 700; line-height: 1.08; letter-spacing: -.025em; }
.plan-summary { min-height: 76px; margin: 0; font-size: 14px; line-height: 1.6; }
.plan.featured .plan-summary, .plan.featured li { color: #c8bcb5; }
.plan ul { margin: 22px 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.plan li { display: grid; grid-template-columns: 20px 1fr; gap: 9px; font-size: 14px; line-height: 1.5; }
.plan li::before { content: "✓"; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: rgba(116,27,58,.08); color: var(--matea-wine); font-size: 11px; }
.plan.featured li::before { background: rgba(255,255,255,.07); color: #e8b8c8; }
.economics, .plan.featured .economics {
  margin: auto 0 22px;
  padding: 18px;
  border: 1px solid var(--matea-line);
  border-radius: var(--matea-radius-card);
  background: #f8f1e7;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.plan.featured .economics { border-color: rgba(215,181,122,.22); background: rgba(215,181,122,.07); }
.economics-label { grid-column: auto; color: var(--matea-gold-dark); }
.plan.featured .economics-label { color: var(--matea-gold); }
.economics strong { color: var(--matea-ink); font-family: var(--matea-font-ui); font-size: 28px; font-weight: 600; line-height: 1.08; letter-spacing: -.025em; white-space: normal; }
.plan.featured .economics strong { color: var(--matea-gold-light); }
.economics span:not(.economics-label) { max-width: 38ch; color: var(--matea-muted); font-size: 13px; line-height: 1.5; }
.plan.featured .economics span:not(.economics-label) { color: #bfb3ad; }
.plan .btn { width: 100%; }
.plan.agent-plan .btn { border-color: rgba(116,27,58,.24); background: transparent; color: var(--matea-wine); box-shadow: none; }
.offer-note { max-width: 800px; margin: 18px auto 0; font-size: 12px; line-height: 1.55; text-align: center; }

/* FAQ and application */
.faq { padding: 104px 0; background: var(--matea-black); }
.faq-grid { display: grid; grid-template-columns: minmax(320px,.72fr) minmax(0,1fr); gap: 72px; }
.faq h2 { color: var(--matea-white); }
.faq details { border-color: var(--matea-line-dark); }
.faq summary { min-height: 64px; padding: 19px 48px 19px 0; color: var(--matea-white); font-family: var(--matea-font-ui); font-size: 19px; font-weight: 600; line-height: 1.3; }
.faq summary::after { top: 16px; }
.faq details p { max-width: 68ch; margin: 0 42px 20px 0; color: var(--matea-night-muted); font-size: 14px; line-height: 1.65; }

.apply { padding: 104px 0; background: var(--matea-black-soft); }
.apply-grid { border-top-color: var(--matea-line-dark); display: grid; grid-template-columns: minmax(0,.7fr) minmax(520px,1fr); gap: 68px; align-items: start; }
.apply h2 { color: var(--matea-white); }
.apply-copy { color: var(--matea-night-muted); font-size: 16px; line-height: 1.62; }
.form { border-radius: var(--matea-radius-shell); background: var(--matea-white); box-shadow: var(--matea-shadow-dark); }
.form.form-compact { padding: 28px; }
.form-caption { margin-bottom: 18px; padding-bottom: 16px; }
.form-caption span { font-size: 14px; }
.form-caption b { font-size: 11px; }
.form-stepper { display: none; }
.form-step { display: contents; }
.form-step-goal .form-block { margin-top: 0; padding-top: 0; border-top: 0; }
.compact-goal-grid { margin: 10px 0 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.compact-goal-grid .choice-wide { grid-column: auto; }
.form.form-compact .choice span { min-height: 58px; padding: 10px 12px; border-radius: var(--matea-radius-input); font-size: 12px; line-height: 1.35; text-align: left; }
.form.form-compact .choice span::after { margin-left: auto; }
.form.form-compact .compact-result-field { margin-top: 16px !important; padding-top: 16px; }
.form.form-compact .compact-result-field textarea { min-height: 110px !important; border-radius: var(--matea-radius-input); font-size: 14px; line-height: 1.55; }
.form-next, .form-back { display: none; }
.form-step-contact .form-contact-panel { margin-top: 18px; padding: 16px; border-radius: var(--matea-radius-card); }
.compact-contact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.form.form-compact .field input { min-height: 52px; border-radius: var(--matea-radius-input); font-size: 14px; }
.form.form-compact .field label small { color: var(--matea-muted); font-size: 10px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.form.form-compact .compact-consent { margin: 16px 0 14px; font-size: 11px; line-height: 1.55; }
.form-submit-row { display: block; }
.form-submit-row .btn { width: 100%; min-height: 54px; }
.form-status { font-size: 12px; line-height: 1.5; }

#site-footer { border-top-color: var(--matea-line-dark); background: var(--matea-black); }
.footer-mark { border: 1px solid rgba(215,181,122,.52); background: var(--matea-black-raised); color: var(--matea-gold-light); }

/* Carousel controls are generated by matea-rebuild.js. */
.carousel-controls { display: none; }

/* Desktop contextual consultation pill */
.floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 70;
  width: 54px;
  height: 54px;
  min-height: 54px;
  padding: 6px;
  border: 1px solid rgba(215,181,122,.50);
  border-radius: 999px;
  background: var(--matea-wine);
  color: var(--matea-white);
  box-shadow: 0 16px 38px rgba(13,11,12,.30);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}
.floating-contact.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.floating-contact:hover { background: var(--matea-wine-bright); }
.floating-contact-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--matea-gold-gradient); color: #21170b; display: grid; place-items: center; }
.floating-contact svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.floating-contact-label { position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap; }
body.menu-open .floating-contact { opacity: 0; pointer-events: none; }

@media (max-width: 1080px) {
  .nav .nav-in, .nav .nav-shell { gap: 16px; }
  .nav-links { gap: 15px; }
  .nav-links a { font-size: 11px; }
  .process-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .process-step { min-height: 250px; }
  .map-fields { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 980px) {
  :root { --matea-mobile-header: 72px; }
  html { scroll-padding-top: 82px; }
  body { font-size: 15px; }
  .container { width: min(calc(100% - 40px), 720px); }
  section[id] { scroll-margin-top: 0; }

  .nav { min-height: var(--matea-mobile-header); }
  .nav .nav-in, .nav .nav-shell { min-height: var(--matea-mobile-header); height: var(--matea-mobile-header); grid-template-columns: auto minmax(0,1fr) auto; gap: 10px; }
  .nav-panel {
    position: fixed;
    top: var(--matea-mobile-header);
    right: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: calc(100dvh - var(--matea-mobile-header));
    padding: 22px 24px max(24px,env(safe-area-inset-bottom));
    border-top: 1px solid rgba(215,181,122,.14);
    background: rgba(11,10,11,.98);
    display: grid;
    grid-template-rows: minmax(0,1fr) auto;
    align-content: start;
    justify-items: center;
    gap: 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .is-menu-open .nav-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .nav-links { width: min(100%,360px); display: grid; align-content: center; gap: 0; }
  .nav-links a { padding: 17px 6px; border-bottom: 1px solid rgba(215,181,122,.15); color: #eee4dd; font-size: 20px; text-align: left; }
  .nav-links a::after { display: none; }
  .nav-language { width: min(100%,360px); padding-top: 18px; border-top: 1px solid rgba(215,181,122,.25); display: flex; justify-content: space-between; }
  .nav-language-label { display: inline; color: #a99b91; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .nav-cta { min-height: 44px; padding: 0 16px; }
  .nav-cta-long { display: none; }
  .nav-cta-short { display: inline; }
  .menu-toggle { display: block; }

  .hero-copy-stage { min-height: calc(100svh - var(--matea-mobile-header)); padding: 36px 0 32px; }
  .hero-copy-stage h1 { max-width: 15ch; margin: 18px 0 17px; font-size: clamp(40px,10.8vw,44px); line-height: .98; }
  .hero-copy-stage .hero-copy { max-width: 58ch; font-size: 15px; line-height: 1.56; }
  .hero-copy-stage .hero-actions { width: 100%; margin-top: 24px; display: grid; gap: 8px; }
  .hero-copy-stage .hero-actions .btn { width: 100%; min-height: 52px; }
  .hero-copy-stage .hero-actions .btn.ghost { min-height: 42px; border: 0; }

  .outcome, .goals, .proof-stage, .process.evidence,
  .process-overview, .experience-proof, .offer, .faq, .apply { padding-top: 64px; padding-bottom: 64px; }
  .proof-stage { padding-bottom: 20px; }
  .process.evidence { padding-top: 44px; }
  .section-head, .outcome-head, .proof-stage-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 28px; }
  .section-head h2, .outcome-head h2, .proof-stage-head h2, .faq h2, .apply h2 { margin-top: 12px; font-size: clamp(36px,9vw,42px); line-height: 1.04; }
  .section-head .lead, .outcome-head .lead, .proof-stage-head .lead, .apply-copy { font-size: 15px; line-height: 1.58; }
  .eyebrow, .kicker, .map-kicker, .goal-no, .economics-label, .experience-stat span { font-size: 11px; }

  .matea-carousel {
    width: calc(100% + 20px);
    margin-right: -20px;
    padding: 2px 32px 8px 0;
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 12px);
    gap: 12px;
    overflow-x: auto !important;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .matea-carousel::-webkit-scrollbar { display: none; }
  .matea-carousel > * { min-width: 0; scroll-snap-align: start; scroll-snap-stop: always; }
  .carousel-controls {
    margin-top: 12px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
  }
  .carousel-count { min-width: 38px; color: var(--matea-muted); font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; }
  .carousel-dots { display: flex; align-items: center; justify-content: center; gap: 0; }
  .carousel-dot {
    position: relative;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
  }
  .carousel-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(95,86,82,.28);
    transform: translate(-50%, -50%);
    transition: width .2s ease, background-color .2s ease;
  }
  .carousel-dot.is-active::before { width: 18px; background: var(--matea-wine); }
  .carousel-actions { display: none; }
  .carousel-arrow { width: 40px; height: 40px; padding: 0; border: 1px solid var(--matea-line); border-radius: 50%; background: var(--matea-white); color: var(--matea-wine); display: grid; place-items: center; font-size: 18px; cursor: pointer; }
  .proof-stage .carousel-count, .process-overview .carousel-count, .offer .carousel-count { color: #b8ada7; }
  .proof-stage .carousel-arrow, .process-overview .carousel-arrow, .offer .carousel-arrow { border-color: var(--matea-line-dark); background: var(--matea-black-raised); color: var(--matea-gold-light); }
  .proof-stage .carousel-dot::before, .process-overview .carousel-dot::before, .offer .carousel-dot::before { background: rgba(230,202,146,.25); }
  .proof-stage .carousel-dot.is-active::before, .process-overview .carousel-dot.is-active::before, .offer .carousel-dot.is-active::before { background: var(--matea-gold); }

  .outcome-card { min-height: 270px; padding: 22px; }
  .outcome-card h3 { margin: 28px 0 10px; font-size: 25px; }
  .outcome-card p { font-size: 14px; line-height: 1.58; }

  .goal-card { min-height: 0; height: auto; padding: 22px; }
  .goal-card h3 { margin: 25px 0 12px; font-size: 27px; }
  .goal-pain { min-height: 0; font-size: 14px; line-height: 1.55; }
  .goal-action { min-height: 0; margin-top: 18px; padding: 14px 0; }
  .goal-result { margin-top: 0; padding-top: 17px; }
  .goal-result p { font-size: 13px; line-height: 1.5; }

  .proof-stage-head { display: grid; }
  .proof-stage .proof-console { padding: 16px; border-radius: 24px; }
  .proof-stage .console-head { margin-bottom: 12px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
  .proof-stage .mobile-console-title { display: inline; }
  .proof-stage .desktop-console-title { display: none; }
  .proof-stage .console-title b { font-size: 16px; }
  .proof-stage .console-title > span { font-size: 11px; }
  .proof-stage .live { max-width: 108px; padding: 7px 8px; font-size: 9px; }
  .proof-stage .score-strip { gap: 8px; margin-bottom: 12px; }
  .proof-stage .score { min-height: 72px; padding: 10px; border-radius: 14px; }
  .proof-stage .score:not(:last-child)::after { display: none; }
  .proof-stage .score b { font-size: 30px; }
  .proof-stage .score span { font-size: 11px; }
  .proof-stage .lead-grid.matea-carousel { grid-auto-columns: calc(100% - 14px); }
  .proof-stage .lead-card { min-height: 176px; padding: 16px; }
  .proof-stage .lead-card + .lead-card { margin-top: 0; }
  .proof-stage .lead-row { grid-template-columns: 52px minmax(0,1fr) auto; gap: 10px; }
  .proof-stage .avatar.avatar-photo { width: 52px; height: 52px; }
  .proof-stage .lead-main b { font-size: 15px; }
  .proof-stage .lead-main small { font-size: 11px; }
  .proof-stage .match { padding: 6px 8px; font-size: 9px; }
  .proof-stage .tag { padding: 6px 8px; font-size: 10px; }
  .proof-stage .console-note { width: 100%; margin-top: 10px; padding: 11px 12px; text-align: center; }
  .proof-caption { font-size: 11px; }

  .process.evidence .map { padding: 18px; border-radius: 24px; }
  .map-head { margin-bottom: 16px; align-items: start; }
  .map-head h3 { font-size: 24px; }
  .map-head p { max-width: 34ch; font-size: 12px; }
  .map-tabs { gap: 6px; margin-bottom: 12px; }
  .map-tab, .map-tab:first-child { min-height: 44px; padding: 7px 4px; font-size: 11px; }
  .map-tab:first-child { grid-column: auto; }
  .map-panel { padding: 16px; }
  .map-avatar { width: 58px; height: 58px; border-radius: 15px; }
  .map-profile-top b { font-size: 18px; }
  .map-profile-copy p { font-size: 12px; }
  .map-badge { font-size: 10px; }
  .map-fields { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .map-field { min-height: 76px; padding: 11px; }
  .map-field span { font-size: 10px; }
  .map-field b { font-size: 12px; }
  .map-confirmed { padding: 12px; }
  .map-confirmed span { font-size: 10px; }
  .map-confirmed b { font-size: 13px; }

  .process-overview .process-steps.matea-carousel { grid-auto-columns: calc(100% - 14px); }
  .process-overview .control-split.matea-carousel { grid-auto-columns: calc(100% - 14px); }
  .process-step { min-height: 250px; padding: 22px; }
  .process-step h3 { margin: 34px 0 11px; font-size: 23px; }
  .process-step p { font-size: 13px; line-height: 1.55; }
  .control-split { grid-template-columns: 1fr; }
  .control-column { min-height: 0; padding: 20px; }
  .control-column li { font-size: 13px; }

  .experience-shell { padding: 26px 22px; border-radius: 24px; }
  .experience-shell::after { right: -18px; bottom: -55px; font-size: 190px; }
  .experience-head { grid-template-columns: 1fr; gap: 15px; }
  .experience-head h2 { font-size: clamp(36px,9vw,42px); line-height: 1.02; }
  .experience-copy p { font-size: 14px; line-height: 1.56; }
  .experience-stats { margin-top: 22px; grid-template-columns: 1fr 1fr; gap: 8px; }
  .experience-stat { min-height: 100px; padding: 14px; border-radius: 16px; }
  .experience-stat-wide { grid-column: 1 / -1; min-height: 92px; }
  .experience-stat strong { font-size: 34px; }
  .experience-stat span { font-size: 11px; }
  .metric-full, .stat-label-full { display: none; }
  .metric-compact, .stat-label-short { display: inline; }
  .experience-footer { grid-template-columns: 1fr; gap: 7px; margin-top: 14px; padding-top: 14px; }
  .experience-footer p { font-size: 13px; }
  .experience-footer small { display: none; }

  .plans.matea-carousel { max-width: none; margin-right: -20px; grid-auto-columns: calc(100% - 12px); }
  .plan { height: auto; padding: 24px 22px; border-radius: 24px; }
  .plan h3 { margin: 24px 0 10px; font-size: 27px; }
  .plan-summary { min-height: 0; font-size: 14px; line-height: 1.55; }
  .plan ul { margin: 18px 0; gap: 8px; }
  .plan li { font-size: 13px; line-height: 1.47; }
  .economics, .plan.featured .economics { margin: 4px 0 18px; padding: 16px; grid-template-columns: 1fr; }
  .economics strong { font-size: 26px; }
  .economics span:not(.economics-label) { font-size: 13px; }
  .plan .btn { min-height: 52px; }

  .faq-grid, .apply-grid { grid-template-columns: 1fr; gap: 28px; }
  .faq summary { min-height: 60px; padding: 18px 44px 18px 0; font-size: 18px; }
  .faq details p { margin-right: 0; font-size: 14px; }

  .form.form-compact { padding: 20px; border-radius: 24px; }
  .form-stepper { margin: 0 0 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; color: #95898e; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .form-stepper i { height: 1px; background: #e7dde0; }
  .form-stepper span.is-current { color: var(--matea-wine); }
  .form-step { display: block; }
  .form-stepped .form-step { display: none; }
  .form-stepped[data-form-current="1"] .form-step-goal,
  .form-stepped[data-form-current="2"] .form-step-contact { display: block; }
  .compact-goal-grid { grid-template-columns: 1fr; gap: 8px; }
  .compact-goal-grid .choice-wide { grid-column: auto; }
  .form.form-compact .choice span { min-height: 54px; padding: 11px 13px; font-size: 13px; }
  .form.form-compact .compact-result-field textarea { min-height: 104px !important; }
  .form-next { width: 100%; min-height: 52px; margin-top: 14px !important; display: inline-flex; align-items: center; justify-content: center; }
  .form-step-contact .form-contact-panel { margin-top: 0; padding: 14px; }
  .compact-contact-grid { grid-template-columns: 1fr; }
  .form.form-compact .field input { min-height: 52px; }
  .form-submit-row { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 8px; }
  .form-back { min-height: 52px; padding: 0 14px; border: 1px solid #ded3d7; border-radius: var(--matea-radius-input); background: #fff; color: var(--matea-wine); font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
  .floating-contact { display: none !important; }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 32px); }
  .hero-copy-stage h1 { font-size: clamp(38px,11.4vw,43px); }
  .section-head h2, .outcome-head h2, .proof-stage-head h2, .faq h2, .apply h2 { font-size: clamp(32px,9.6vw,38px); }
  .matea-carousel { width: calc(100% + 16px); margin-right: -16px; padding-right: 28px; }
  .plans.matea-carousel { margin-right: -16px; }
  .map-head p { display: none; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 28px); }
  .nav .nav-in, .nav .nav-shell { gap: 7px; }
  .logo small { display: none; }
  .nav-cta { padding: 0 12px; font-size: 11px; }
  .hero-copy-stage { padding-top: 28px; padding-bottom: 26px; }
  .hero-copy-stage h1 { font-size: 38px; }
  .hero-copy-stage .hero-copy { font-size: 14px; }
  .section-head h2, .outcome-head h2, .proof-stage-head h2, .faq h2, .apply h2 { font-size: 32px; }
  .proof-stage .console-head { grid-template-columns: 1fr; }
  .proof-stage .live { justify-self: start; max-width: none; }
  .proof-stage .score b { font-size: 27px; }
  .proof-stage .lead-row { grid-template-columns: 48px minmax(0,1fr); }
  .proof-stage .match { grid-column: 1 / -1; justify-self: start; }
  .experience-shell { padding: 23px 18px; }
  .experience-stat { padding: 12px 10px; }
  .experience-stat strong { font-size: 30px; }
  .plan { padding: 21px 18px; }
  .plan-status { max-width: 56%; font-size: 11px; }
  .form.form-compact { padding: 17px; }
  .form-submit-row { grid-template-columns: 74px minmax(0,1fr); }
}

/* Readability floor: labels remain legible on real mobile screens. */
.logo small,
.proof-stage .live,
.proof-stage .match,
.proof-stage .tag,
.map-badge,
.map-field span,
.map-confirmed span,
.stat-label-short,
.plan-status,
.economics-label,
.form-caption b,
.form.form-compact .field label,
.form.form-compact .field-label,
.form.form-compact .field label small,
.form.form-compact .compact-consent,
.form-status,
.footer-meta,
.footer-links a {
  font-size: 11px !important;
}

.economics-label,
.language-switch,
.form-caption b,
.form.form-compact .consent,
.footer-name small,
.footer-note,
.footer-sep {
  font-size: 11px !important;
}

/* A quiet, readable footer with no legacy left offsets or one-line overflow. */
#site-footer { padding: 24px 0 max(24px,env(safe-area-inset-bottom)); }
#site-footer .footer-shell {
  width: min(calc(100% - 40px),1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  grid-template-areas: "identity links" "note links";
  align-items: center;
  gap: 7px 32px;
}
#site-footer .footer-identity { grid-area: identity; min-width: 0; display: flex; align-items: center; gap: 11px; }
#site-footer .footer-name { min-width: 0; }
#site-footer .footer-name b { font-family: var(--matea-font-ui); }
#site-footer .footer-name small {
  display: block;
  max-width: 100%;
  margin-top: 2px;
  line-height: 1.35;
  letter-spacing: .06em;
  white-space: normal;
}
#site-footer .footer-note {
  grid-area: note;
  min-width: 0;
  margin: 0 0 0 43px;
  line-height: 1.45;
  white-space: normal;
}
#site-footer .footer-links {
  grid-area: links;
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  white-space: normal;
}

@media (max-width: 680px) {
  #site-footer .footer-shell {
    width: calc(100% - 32px);
    grid-template-columns: minmax(0,1fr);
    grid-template-areas: "identity" "note" "links";
    gap: 10px;
  }
  #site-footer .footer-note,
  #site-footer .footer-links { margin-left: 41px; justify-content: flex-start; }

  .form-caption {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    gap: 8px;
  }
  .form-caption span { min-width: 0; white-space: normal; }
  .form-caption b {
    max-width: 106px;
    padding: 6px 9px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 360px) {
  #site-footer .footer-shell { width: calc(100% - 28px); }
  #site-footer .footer-note,
  #site-footer .footer-links { margin-left: 40px; }
}

@media (max-width: 360px) {
  .proof-stage .score-strip {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 6px;
  }
  .proof-stage .score {
    min-width: 0;
    min-height: 70px;
    padding: 9px 7px;
  }
  .proof-stage .score b { font-size: 26px; }
  .proof-stage .score span {
    font-size: 11px;
    line-height: 1.16;
    letter-spacing: 0;
  }

  .experience-proof { padding-top: 52px; padding-bottom: 52px; }
  .experience-shell { padding: 21px 17px; }
  .experience-head { gap: 12px; }
  .experience-head h2 { font-size: 34px; }
  .experience-copy p { font-size: 13px; line-height: 1.48; }
  .experience-stats { margin-top: 17px; gap: 7px; }
  .experience-stat { min-height: 88px; }
  .experience-stat-wide { min-height: 82px; }
  .experience-footer { margin-top: 11px; padding-top: 11px; }

  .offer { padding-top: 52px; padding-bottom: 52px; }
  .plan { padding: 18px 17px; }
  .plan-top { gap: 8px; }
  .plan-name { font-size: 11px; }
  .plan h3 { margin: 19px 0 8px; font-size: 25px; }
  .plan-summary { font-size: 13px; line-height: 1.47; }
  .plan ul { margin: 14px 0; gap: 6px; }
  .plan li { font-size: 12px; line-height: 1.4; }
  .economics, .plan.featured .economics { margin-bottom: 14px; padding: 13px; gap: 5px; }
  .economics strong { font-size: 24px; }
  .economics span:not(.economics-label) { font-size: 12px; line-height: 1.42; }
  .plan .btn { min-height: 50px; font-size: 14px; }
}

@media (min-width: 981px) and (max-height: 800px) {
  .hero-copy-stage { min-height: calc(100svh - 82px); padding: 54px 0; }
  .outcome, .goals, .proof-stage, .process.evidence,
  .process-overview, .experience-proof, .offer, .faq, .apply { padding-top: 76px; padding-bottom: 76px; }
  .proof-stage { padding-bottom: 24px; }
  .process.evidence { padding-top: 52px; }
  .section-head, .outcome-head, .proof-stage-head { margin-bottom: 32px; }
  .experience-shell { padding: 38px; }
  .experience-stats { margin-top: 28px; }
  .experience-stat { min-height: 108px; }
}

/* High-contrast keyboard focus and small-form copy. */
.form .choice input:focus-visible + span,
.form .consent-check a:focus-visible,
.form .consent a:focus-visible {
  outline: 3px solid var(--matea-wine);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255,255,255,.94);
}
.form-stepper,
.form.form-compact .consent { color: #756870; }

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