:root {
  color-scheme: dark;

  --bg: #000000;
  --bg-2: #080f1a;
  --surface: rgba(11, 20, 34, 0.82);
  --surface-strong: rgba(8, 16, 28, 0.92);
  --text: #ecf1fb;
  --muted: #a8a39a;
  --line: rgba(169, 152, 121, 0.26);
  --brand: #b99a63;
  --brand-2: #c7ab72;
  --ok: #b99a63;
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.52);

  --glow-warm: rgba(255, 138, 61, 0.24);
  --glow-cold: rgba(185, 154, 99, 0.2);
  --ambient-cold: rgba(185, 154, 99, 0.35);
  --ambient-warm: rgba(255, 138, 61, 0.32);

  --age-badge-border: rgba(255, 138, 61, 0.62);
  --age-badge-bg: rgba(255, 138, 61, 0.18);
  --age-badge-text: #ffd8c2;

  --hero-media-border: rgba(169, 152, 121, 0.22);
  --hero-media-bg:
    radial-gradient(78% 72% at 24% 24%, rgba(26, 67, 112, 0.38), transparent 64%),
    radial-gradient(65% 62% at 82% 82%, rgba(255, 138, 61, 0.16), transparent 70%),
    linear-gradient(150deg, rgba(6, 16, 29, 0.9), rgba(5, 12, 23, 0.95));
  --hero-media-glow: radial-gradient(circle, rgba(185, 154, 99, 0.22), rgba(185, 154, 99, 0));

  --lead-strong: #d4e1f3;
  --ok-chip: #c7ab72;
  --ok-glow-shadow: 0 0 0 4px rgba(104, 242, 190, 0.12);

  --focus-outline: rgba(185, 154, 99, 0.85);
  --btn-primary-tail: #a98852;
  --btn-primary-text: #1f1009;
  --btn-primary-shadow: 0 10px 28px rgba(255, 106, 58, 0.3);
  --btn-secondary-bg: linear-gradient(135deg, rgba(185, 154, 99, 0.2), rgba(169, 136, 82, 0.2));
  --btn-secondary-border: rgba(185, 154, 99, 0.46);
  --ghost-bg: rgba(255, 255, 255, 0.02);

  --surface-strong-border: rgba(184, 212, 241, 0.16);
  --surface-strong-shadow: 0 16px 34px rgba(2, 9, 18, 0.4);

  --section-alt-bg: linear-gradient(180deg, rgba(9, 19, 33, 0.65), rgba(8, 16, 28, 0.65));
  --section-alt-border: rgba(175, 204, 233, 0.12);
  --section-intro-text: #b7c9df;

  --cta-box-bg: linear-gradient(145deg, rgba(8, 17, 30, 0.88), rgba(10, 22, 37, 0.88));
  --cta-box-border: rgba(173, 205, 236, 0.32);
  --legal-link-hover: #9d8050;

  --doc-note-border: rgba(185, 154, 99, 0.28);
  --doc-note-bg: rgba(185, 154, 99, 0.08);
  --doc-note-text: #dce9f7;

  --footer-border: rgba(171, 204, 236, 0.28);
  --footer-operator: #c1d0e3;
  --footer-link: #d2def0;
  --footer-divider: rgba(168, 198, 232, 0.3);

  --cookie-border: rgba(180, 206, 236, 0.26);
  --cookie-bg: rgba(9, 17, 29, 0.94);
  --cookie-shadow: 0 16px 34px rgba(2, 8, 16, 0.42);
  --cookie-text: #d5e2f3;
  --cookie-link: #9edcff;
  --cookie-btn-border: rgba(255, 138, 61, 0.56);
  --cookie-btn-bg: linear-gradient(135deg, #b99a63, #a98852);
  --cookie-btn-text: #231007;
  --cookie-focus: rgba(185, 154, 99, 0.86);

  --fs-eyebrow: 12px;
  --fs-title-hero: clamp(32px, 3.6vw, 50px);
  --fs-title-section: clamp(30px, 3.8vw, 48px);
  --fs-title-card: 20px;
  --fs-body-lg: clamp(15px, 1.25vw, 17px);
  --fs-body: 16px;
  --fs-body-sm: 14px;
  --fs-caption: 12px;
}

:root[data-theme="light"] {
  color-scheme: light;

  --bg: #ffffff;
  --bg-2: #f5f9ff;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: rgba(252, 250, 246, 0.96);
  --text: #2b2925;
  --muted: #6e675e;
  --line: rgba(125, 112, 90, 0.22);
  --shadow: 0 16px 44px rgba(58, 45, 27, 0.16);

  --glow-warm: rgba(255, 138, 61, 0.16);
  --glow-cold: rgba(185, 154, 99, 0.14);
  --ambient-cold: rgba(185, 154, 99, 0.22);
  --ambient-warm: rgba(255, 138, 61, 0.2);

  --age-badge-border: rgba(233, 124, 52, 0.5);
  --age-badge-bg: rgba(255, 138, 61, 0.14);
  --age-badge-text: #a44514;

  --hero-media-border: rgba(146, 120, 79, 0.22);
  --hero-media-bg:
    radial-gradient(78% 72% at 24% 24%, rgba(185, 154, 99, 0.16), transparent 64%),
    radial-gradient(65% 62% at 82% 82%, rgba(255, 138, 61, 0.14), transparent 70%),
    linear-gradient(150deg, rgba(249, 246, 240, 0.96), rgba(248, 244, 236, 0.98));
  --hero-media-glow: radial-gradient(circle, rgba(185, 154, 99, 0.2), rgba(185, 154, 99, 0));

  --lead-strong: #2f4d73;
  --ok-glow-shadow: 0 0 0 4px rgba(104, 242, 190, 0.16);

  --focus-outline: rgba(33, 133, 228, 0.72);
  --btn-primary-shadow: 0 10px 24px rgba(233, 120, 53, 0.22);
  --btn-secondary-bg: linear-gradient(135deg, rgba(185, 154, 99, 0.16), rgba(169, 136, 82, 0.14));
  --btn-secondary-border: rgba(169, 136, 82, 0.36);
  --ghost-bg: rgba(15, 53, 97, 0.04);

  --surface-strong-border: rgba(146, 120, 79, 0.22);
  --surface-strong-shadow: 0 14px 28px rgba(58, 45, 27, 0.14);

  --section-alt-bg: linear-gradient(180deg, rgba(250, 248, 244, 0.88), rgba(245, 250, 255, 0.92));
  --section-alt-border: rgba(48, 102, 162, 0.16);
  --section-intro-text: #415f85;

  --cta-box-bg: linear-gradient(145deg, rgba(247, 251, 255, 0.96), rgba(237, 246, 255, 0.96));
  --cta-box-border: rgba(146, 120, 79, 0.22);
  --legal-link-hover: #8f7444;

  --doc-note-border: rgba(38, 144, 236, 0.28);
  --doc-note-bg: rgba(185, 154, 99, 0.12);
  --doc-note-text: #224469;

  --footer-border: rgba(146, 120, 79, 0.22);
  --footer-operator: #49688f;
  --footer-link: #5b4b2d;
  --footer-divider: rgba(63, 116, 176, 0.25);

  --cookie-border: rgba(43, 96, 153, 0.26);
  --cookie-bg: rgba(255, 255, 255, 0.94);
  --cookie-shadow: 0 16px 34px rgba(58, 45, 27, 0.18);
  --cookie-text: #5b4b2d;
  --cookie-link: #8f7444;
  --cookie-btn-border: rgba(233, 124, 52, 0.46);
  --cookie-btn-bg: linear-gradient(135deg, #ff9854, #ff7a44);
  --cookie-btn-text: #2b1308;
  --cookie-focus: rgba(33, 133, 228, 0.72);
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) {
    color-scheme: light;

    --bg: #ffffff;
    --bg-2: #f5f9ff;
    --surface: rgba(255, 255, 255, 0.9);
    --surface-strong: rgba(252, 250, 246, 0.96);
    --text: #2b2925;
    --muted: #6e675e;
    --line: rgba(125, 112, 90, 0.22);
    --shadow: 0 16px 44px rgba(58, 45, 27, 0.16);

    --glow-warm: rgba(255, 138, 61, 0.16);
    --glow-cold: rgba(185, 154, 99, 0.14);
    --ambient-cold: rgba(185, 154, 99, 0.22);
    --ambient-warm: rgba(255, 138, 61, 0.2);

    --age-badge-border: rgba(233, 124, 52, 0.5);
    --age-badge-bg: rgba(255, 138, 61, 0.14);
    --age-badge-text: #a44514;

    --hero-media-border: rgba(146, 120, 79, 0.22);
    --hero-media-bg:
      radial-gradient(78% 72% at 24% 24%, rgba(185, 154, 99, 0.16), transparent 64%),
      radial-gradient(65% 62% at 82% 82%, rgba(255, 138, 61, 0.14), transparent 70%),
      linear-gradient(150deg, rgba(249, 246, 240, 0.96), rgba(248, 244, 236, 0.98));
    --hero-media-glow: radial-gradient(circle, rgba(185, 154, 99, 0.2), rgba(185, 154, 99, 0));

    --lead-strong: #2f4d73;
    --ok-glow-shadow: 0 0 0 4px rgba(104, 242, 190, 0.16);

    --focus-outline: rgba(33, 133, 228, 0.72);
    --btn-primary-shadow: 0 10px 24px rgba(233, 120, 53, 0.22);
    --btn-secondary-bg: linear-gradient(135deg, rgba(185, 154, 99, 0.16), rgba(169, 136, 82, 0.14));
    --btn-secondary-border: rgba(169, 136, 82, 0.36);
    --ghost-bg: rgba(15, 53, 97, 0.04);

    --surface-strong-border: rgba(146, 120, 79, 0.22);
    --surface-strong-shadow: 0 14px 28px rgba(58, 45, 27, 0.14);

    --section-alt-bg: linear-gradient(180deg, rgba(250, 248, 244, 0.88), rgba(245, 250, 255, 0.92));
    --section-alt-border: rgba(48, 102, 162, 0.16);
    --section-intro-text: #415f85;

    --cta-box-bg: linear-gradient(145deg, rgba(247, 251, 255, 0.96), rgba(237, 246, 255, 0.96));
    --cta-box-border: rgba(146, 120, 79, 0.22);
    --legal-link-hover: #8f7444;

    --doc-note-border: rgba(38, 144, 236, 0.28);
    --doc-note-bg: rgba(185, 154, 99, 0.12);
    --doc-note-text: #224469;

    --footer-border: rgba(146, 120, 79, 0.22);
    --footer-operator: #49688f;
    --footer-link: #5b4b2d;
    --footer-divider: rgba(63, 116, 176, 0.25);

    --cookie-border: rgba(43, 96, 153, 0.26);
    --cookie-bg: rgba(255, 255, 255, 0.94);
    --cookie-shadow: 0 16px 34px rgba(58, 45, 27, 0.18);
    --cookie-text: #5b4b2d;
    --cookie-link: #8f7444;
    --cookie-btn-border: rgba(233, 124, 52, 0.46);
    --cookie-btn-bg: linear-gradient(135deg, #ff9854, #ff7a44);
    --cookie-btn-text: #2b1308;
    --cookie-focus: rgba(33, 133, 228, 0.72);
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background:
    radial-gradient(920px 520px at 10% -10%, var(--glow-warm), transparent 52%),
    radial-gradient(860px 480px at 88% 0%, var(--glow-cold), transparent 50%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  color: var(--text);
  font-family: "Manrope", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.ambient {
  position: fixed;
  width: 52vw;
  height: 52vw;
  max-width: 560px;
  max-height: 560px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.ambient-a {
  top: -18vw;
  right: -10vw;
  background: var(--ambient-cold);
  animation: driftA 14s ease-in-out infinite;
}

.ambient-b {
  bottom: -20vw;
  left: -12vw;
  background: var(--ambient-warm);
  animation: driftB 16s ease-in-out infinite;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.9'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hero,
main,
.footer {
  position: relative;
  z-index: 1;
}

.hero {
  padding: clamp(18px, 3vw, 30px) clamp(20px, 6vw, 88px) 0;
}

.nav,
.hero-shell {
  max-width: 1160px;
  margin-inline: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(24px, 4vw, 44px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.logo {
  color: var(--text);
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 42px;
  letter-spacing: 1.8px;
}

.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid var(--age-badge-border);
  background: var(--age-badge-bg);
  color: var(--age-badge-text);
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.nav-links > a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.nav-links > a:hover {
  color: var(--text);
}

.nav-links > .btn {
  margin-left: 4px;
}

.hero-shell {
  display: grid;
  gap: 14px;
}

.hero-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.hero-media {
  --hero-media-radius: 28px;
  position: relative;
  align-self: start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  overflow: clip;
  aspect-ratio: 1 / 1;
  min-height: 0;
  border-radius: var(--hero-media-radius);
  clip-path: inset(0 round var(--hero-media-radius));
  border: 1px solid var(--hero-media-border);
  background: var(--hero-media-bg);
  box-shadow: var(--shadow);
  display: block;
  isolation: isolate;
  contain: paint;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 12% 10%;
  border-radius: 999px;
  background: var(--hero-media-glow);
  filter: blur(22px);
  pointer-events: none;
  z-index: 0;
}

.hero-media-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  border-radius: var(--hero-media-radius);
  clip-path: inset(0 round var(--hero-media-radius));
  object-fit: cover;
  object-position: center;
  z-index: 1;
  display: block;
  box-shadow: none;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.hero-copy {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
  min-height: 0;
  min-width: 0;
  height: 100%;
  padding: clamp(16px, 2vw, 24px);
  animation: reveal 0.7s ease both;
}

.eyebrow {
  margin: 0;
  color: var(--brand-2);
  font-size: var(--fs-eyebrow);
  letter-spacing: 0.9px;
  font-weight: 600;
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: var(--fs-title-hero);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.2px;
  margin-top: 10px;
}

.hero-copy h1 {
  max-width: none;
}

.lead {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: var(--fs-body-lg);
  max-width: 64ch;
}

.hero-points {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.hero-points li {
  position: relative;
  padding-left: 24px;
  color: var(--lead-strong);
  font-weight: 500;
  font-size: clamp(14px, 1.05vw, 16px);
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ok), var(--ok-chip));
  box-shadow: var(--ok-glow-shadow);
  transform: translateY(-50%);
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
  align-items: center;
}

.hero-store-badge {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
}

.hero-store-badge img {
  display: block;
  width: auto;
  height: 48px;
  max-width: 100%;
  border-radius: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:focus-visible {
  outline: 2px solid var(--focus-outline);
  outline-offset: 2px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--btn-primary-tail));
  color: var(--btn-primary-text);
  box-shadow: var(--btn-primary-shadow);
}

.btn-secondary {
  background: var(--btn-secondary-bg);
  border-color: var(--btn-secondary-border);
  color: var(--text);
}

.btn.btn-ghost {
  border-color: var(--line);
  color: var(--text);
  background: var(--ghost-bg);
}

.microcopy {
  margin: 32px 0 0;
  color: var(--text);
  font-size: var(--fs-body-sm);
  line-height: 1.55;
  padding: 0;
  border: 0;
  background: transparent;
}

.hero-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card {
  background: var(--surface-strong);
  border: 1px solid var(--surface-strong-border);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: var(--surface-strong-shadow);
}

.step-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.flow-index {
  color: var(--ok);
  font-family: "Bebas Neue", sans-serif;
  font-size: 44px;
  line-height: 1;
  flex: 0 0 auto;
}

.step-card h3 {
  font-size: var(--fs-title-card);
  line-height: 1.12;
  letter-spacing: 0.15px;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-body-sm);
}

.section {
  padding: 96px clamp(20px, 6vw, 88px);
}

.section > * {
  max-width: 1160px;
  margin-inline: auto;
}

.section-alt {
  background: var(--section-alt-bg);
  border-top: 1px solid var(--section-alt-border);
  border-bottom: 1px solid var(--section-alt-border);
}

.section-head {
  margin-bottom: 16px;
}

.section-head h2 {
  font-family: "Manrope", sans-serif;
  font-size: var(--fs-title-section);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.08;
  margin-top: 6px;
}

.section-intro {
  margin: 8px auto 16px;
  max-width: 1160px;
}

.section-intro p {
  margin: 0;
  max-width: 860px;
  font-size: var(--fs-body-lg);
  line-height: 1.52;
  color: var(--section-intro-text);
  text-align: left;
}

#benefits .cards.three,
#modes .mode-grid {
  margin-top: 14px;
}

#benefits .card {
  min-height: 168px;
}

#benefits .proof-strip {
  margin-top: 16px;
}

.cards {
  display: grid;
  gap: 14px;
}

.cards.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow);
  min-height: 160px;
}

.card h3 {
  font-size: var(--fs-title-card);
  margin-bottom: 8px;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-body-lg);
}

.proof-strip {
  margin-top: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-item {
  background: var(--surface-strong);
  border: 1px solid var(--surface-strong-border);
  border-radius: 14px;
  padding: 14px;
}

.proof-item span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.7px;
}

.proof-item strong {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}

.mode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.mode {
  border: 1px solid var(--line);
  background: var(--ghost-bg);
  border-radius: 14px;
  padding: 12px 13px;
  font-weight: 600;
  font-size: var(--fs-body);
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.mode-icon {
  font-size: 17px;
  line-height: 1;
  flex: 0 0 auto;
}

.price .price-value {
  margin: 8px 0 2px;
  color: var(--text);
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  line-height: 0.9;
}

.price-notes {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.price-notes li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.price-notes li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-weight: 700;
}

.muted {
  color: var(--muted);
}

.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.checklist li {
  position: relative;
  padding-left: 20px;
  color: var(--lead-strong);
}

.checklist li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ok);
  font-weight: 700;
}

/* Keep "Что входит" visually in the same tone as tariff notes */
#pricing .checklist {
  margin-top: 10px;
  gap: 8px;
}

#pricing .checklist li {
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

#pricing .checklist li::before {
  color: var(--brand);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

@media (min-width: 1280px) {
  #faq .faq-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
    grid-auto-rows: 1fr;
  }

  #faq .faq-item {
    display: grid;
    grid-template-rows: minmax(74px, auto) 1fr;
    align-content: start;
    gap: 10px;
    padding: 14px 12px;
  }

  #faq .faq-item h3 {
    margin: 0;
    line-height: 1.2;
    text-wrap: balance;
  }

  #faq .faq-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    max-width: 30ch;
  }
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.faq-item h3 {
  font-size: var(--fs-title-card);
}

.faq-item p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: var(--fs-body-lg);
}

.cta .cta-box {
  text-align: center;
  background: var(--cta-box-bg);
  border: 1px solid var(--cta-box-border);
  border-radius: 26px;
  padding: clamp(22px, 4vw, 36px);
  box-shadow: var(--shadow);
  max-width: 1160px;
  margin-inline: auto;
}

.cta h2 {
  font-family: "Manrope", sans-serif;
  font-size: var(--fs-title-section);
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.cta p {
  margin: 12px auto 18px;
  max-width: 58ch;
  color: var(--muted);
}

.cta-actions {
  justify-content: center;
}

.legal {
  padding-top: 52px;
}

.legal-grid .legal-card {
  min-height: 150px;
}

.legal-link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  color: var(--brand-2);
  text-decoration: none;
  font-weight: 700;
}

.legal-link:hover {
  color: var(--legal-link-hover);
}

.doc-page .hero {
  padding-bottom: 0;
}

.doc-page main .section {
  padding-top: 36px;
  padding-bottom: 72px;
}

.doc-intro {
  max-width: 900px;
  margin-inline: auto;
}

.doc-page .doc-intro h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(32px, 4.4vw, 50px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.12;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.doc-page .doc-intro .lead {
  max-width: 74ch;
  font-size: var(--fs-body-lg);
  line-height: 1.58;
}

.doc-updated {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.doc-shell {
  max-width: 900px;
  margin-inline: auto;
}

.doc-card {
  padding: clamp(20px, 3vw, 30px);
}

.doc-content {
  display: grid;
  gap: 18px;
}

.doc-content h2 {
  font-size: clamp(26px, 4vw, 34px);
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.01em;
  line-height: 1.2;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.doc-content h3 {
  font-size: 20px;
}

.doc-content p,
.doc-content li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.doc-content ul,
.doc-content ol {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 8px;
}

.doc-note {
  border: 1px solid var(--doc-note-border);
  border-radius: 14px;
  background: var(--doc-note-bg);
  color: var(--doc-note-text);
  padding: 12px 14px;
  font-size: 15px;
}

.footer {
  width: min(1160px, calc(100% - clamp(20px, 6vw, 88px) * 2));
  padding: 26px 0 38px;
  color: var(--muted);
  font-size: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 14px 26px;
  border-top: 1px solid var(--footer-border);
  max-width: 1160px;
  margin-inline: auto;
}

.footer-operator {
  display: block;
  max-width: 760px;
  color: var(--footer-operator);
  font-size: 14px;
  line-height: 1.52;
  letter-spacing: 0.004em;
}

.footer-links {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--footer-link);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 12px;
  white-space: nowrap;
  font-weight: 500;
  position: relative;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.footer-links a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 13px;
  transform: translateY(-50%);
  background: var(--footer-divider);
}

.footer-links a:hover {
  color: var(--text);
  opacity: 1;
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes driftA {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-30px, 24px) scale(1.08);
  }
}

@keyframes driftB {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(24px, -18px) scale(1.06);
  }
}

@media (max-width: 1080px) {
  .hero {
    padding-top: 16px;
  }

  .nav {
    margin-bottom: 14px;
  }

  .nav-links {
    display: none;
  }

  .hero-top {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-media {
    order: 1;
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
    aspect-ratio: 1 / 1;
    min-height: 0;
    --hero-media-radius: 20px;
    border-radius: var(--hero-media-radius);
    padding: 0;
  }

  .hero-copy {
    order: 2;
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
    border-radius: 20px;
    padding: 18px;
    min-height: auto;
    height: auto;
  }

  .hero-copy h1 {
    font-size: clamp(28px, 6.2vw, 38px);
    line-height: 1.08;
  }

  .hero-media-video {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    background: transparent;
    box-shadow: none;
  }

  .hero-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cards.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) and (hover: none) and (pointer: coarse) {
  .hero {
    padding-top: 16px;
  }

  .nav {
    margin-bottom: 14px;
  }

  .nav-links {
    display: none;
  }

  .hero-top {
    gap: 14px;
  }

  .hero-copy {
    order: 2;
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
    border-radius: 20px;
    padding: 18px;
    min-height: auto;
    height: auto;
  }

  .hero-copy h1 {
    font-size: clamp(28px, 6.2vw, 38px);
    line-height: 1.08;
  }

  .hero-media {
    order: 1;
    width: 100%;
    max-width: 560px;
    aspect-ratio: 1 / 1;
    min-height: 0;
    --hero-media-radius: 20px;
    border-radius: var(--hero-media-radius);
    padding: 0;
    margin-inline: auto;
  }

  .hero-media-video {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    background: transparent;
    box-shadow: none;
  }

  .hero-steps {
    grid-template-columns: 1fr;
  }

  .flow-index {
    font-size: 38px;
  }

  .step-card h3 {
    font-size: 20px;
  }

  .hero-actions {
    flex-wrap: nowrap;
  }

  .hero-actions .btn {
    width: auto;
    flex: 0 1 auto;
    padding-inline: 16px;
  }

  .cta-actions .btn {
    width: 100%;
  }

  .hero-store-badge {
    flex: 0 0 auto;
    flex-basis: auto;
  }

  .hero-store-badge img {
    height: 44px;
  }

  .section {
    padding: 56px clamp(20px, 6vw, 88px);
  }

  .cards.three,
  .mode-grid,
  .proof-strip,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .section-intro {
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .section-intro p {
    font-size: 15px;
    line-height: 1.56;
    text-align: left;
  }

  .hero-points li {
    font-size: 15px;
  }

  .card {
    min-height: auto;
  }

  .footer {
    width: min(1160px, calc(100% - clamp(20px, 6vw, 88px) * 2));
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-operator {
    font-size: 14px;
  }

  .footer-links {
    justify-content: flex-start;
    gap: 10px 16px;
  }

  .footer-links a {
    padding: 0;
    font-size: 14px;
  }

  .footer-links a + a::before {
    display: none;
  }

  .doc-page main .section {
    padding-top: 17px;
    padding-bottom: 44px;
  }

  .doc-page .doc-intro {
    padding: 16px;
  }

  .doc-page .doc-intro h1 {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.16;
  }

  .doc-page .doc-intro .lead {
    font-size: 15px;
    line-height: 1.55;
  }

  .doc-updated {
    font-size: 11px;
  }

  .doc-card {
    padding: 16px;
  }

  .doc-content {
    gap: 14px;
  }

  .doc-content h2 {
    font-size: 22px;
    line-height: 1.24;
  }

  .doc-content p,
  .doc-content li {
    font-size: 15px;
  }

  .doc-content h3 {
    font-size: 18px;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 16px;
  }

  .nav {
    margin-bottom: 14px;
  }

  .nav-links {
    display: none;
  }

  .hero-top {
    gap: 14px;
  }

  .hero-copy {
    order: 2;
    border-radius: 20px;
    padding: 18px;
    min-height: auto;
  }

  .hero-copy h1 {
    font-size: clamp(30px, 9.4vw, 42px);
    line-height: 1.06;
  }

  .hero-media {
    order: 1;
    width: 100%;
    max-width: 360px;
    aspect-ratio: 1 / 1;
    min-height: 0;
    --hero-media-radius: 20px;
    border-radius: var(--hero-media-radius);
    padding: 0;
    margin-inline: auto;
  }

  .hero-media-video {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    background: transparent;
    box-shadow: none;
  }

  .hero-media::before {
    inset: 20% 16%;
    filter: blur(16px);
  }

  .hero-steps {
    grid-template-columns: 1fr;
  }

  .flow-index {
    font-size: 38px;
  }

  .step-card h3 {
    font-size: 20px;
  }

  .hero-actions {
    flex-wrap: nowrap;
  }

  .hero-actions .btn {
    width: auto;
    flex: 0 1 auto;
    padding-inline: 16px;
  }

  .cta-actions .btn {
    width: 100%;
  }

  .hero-store-badge {
    flex: 0 0 auto;
    flex-basis: auto;
  }

  .hero-store-badge img {
    height: 44px;
  }

  .cards.three,
  .mode-grid,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .section-intro {
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .section-intro p {
    font-size: 15px;
    line-height: 1.56;
    text-align: left;
  }

  .hero-points li {
    font-size: 15px;
  }

  .card {
    min-height: auto;
  }

  .footer {
    width: min(1160px, calc(100% - clamp(20px, 6vw, 88px) * 2));
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-operator {
    font-size: 14px;
  }

  .footer-links {
    justify-content: flex-start;
    gap: 10px 16px;
  }

  .footer-links a {
    padding: 0;
    font-size: 14px;
  }

  .footer-links a + a::before {
    display: none;
  }

  .doc-page main .section {
    padding-top: 17px;
    padding-bottom: 44px;
  }

  .doc-page .doc-intro {
    padding: 16px;
  }

  .doc-page .doc-intro h1 {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.16;
  }

  .doc-page .doc-intro .lead {
    font-size: 15px;
    line-height: 1.55;
  }

  .doc-updated {
    font-size: 11px;
  }

  .doc-card {
    padding: 16px;
  }

  .doc-content {
    gap: 14px;
  }

  .doc-content h2 {
    font-size: 22px;
    line-height: 1.24;
  }

  .doc-content p,
  .doc-content li {
    font-size: 15px;
  }

  .doc-content h3 {
    font-size: 18px;
  }
}

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

/* Requested: all text plates must be transparent and borderless */
header,
.section-alt,
#modes.section,
#faq.section,
.site-link,
.site-link:hover,
.site-link.active,
.site-cta,
.hero::before,
.hero-copy,
.step-card,
.card,
.proof-item,
.mode,
.faq-item,
.cta .cta-box,
.doc-note,
.doc-card,
.special-offers,
.faq-cta,
.why-list > div,
.price-card,
.review-card,
.contacts-list > div,
.store .store-card,
.tests-index .store-card,
.faq-list details,
.workbook-page .cover,
.workbook-page .day,
.workbook-page .final,
.test-page .test-block,
.test-page .test-result,
.test-progress,
.test-page .answers label,
.workbook-page textarea,
.ghost-link,
.btn-main,
.btn-main.ghost,
.contacts-list .contact-action,
.store .store-img,
.age-badge {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.section-alt {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

.review-badge,
.icon {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--accent) !important;
}

.icon svg {
  fill: currentColor !important;
}

/* Unified rhythm for the whole landing */
body:not(.doc-page) main > .section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body:not(.doc-page) main > .section + .section {
  margin-top: 64px !important;
}

body:not(.doc-page) main > .section:first-of-type {
  margin-top: 64px !important;
}

body:not(.doc-page) main > .section:last-of-type {
  margin-bottom: 64px !important;
}

.section-head {
  margin-bottom: 14px !important;
}

.section-intro {
  margin-top: 8px !important;
  margin-bottom: 14px !important;
}

.cards.three {
  align-items: start;
}

#benefits .cards.three,
#modes .mode-grid,
#pricing .cards.three,
#faq .faq-grid,
#legal .cards.three,
#benefits .proof-strip {
  gap: 14px !important;
}

#benefits .cards.three,
#modes .mode-grid,
#pricing .cards.three,
#faq .faq-grid,
#legal .cards.three {
  margin-top: 14px !important;
}

.card,
#benefits .card,
.price-card,
.review-card,
.faq-item {
  min-height: 0 !important;
}

#pricing .card,
#faq .faq-item,
#benefits .card,
#legal .legal-card {
  padding: 14px 12px !important;
}
