﻿:root {
  --yellow: #d8a500;
  --yellow-bright: #edc32b;
  --cream: #e7d6a5;
}

.section { padding: 76px 0; }
.brand-logo { width: 215px; max-height: 84px; object-fit: contain; }
.hero {
  min-height: 750px;
  padding-top: 140px;
  padding-bottom: 86px;
}

.hero::after {
  bottom: -9px;
  height: 26px;
}

.hero-grid {
  grid-template-columns: minmax(0, 650px) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.hero-actions {
  margin-top: 42px;
  padding-bottom: 12px;
}

.phone-stage {
  align-self: end;
  transform: translateY(34px);
}
.phone-stage { min-height: 550px; }
.phone { width: 298px; min-height: 535px; }

.hero .phone-stage {
  min-width: 0;
  min-height: 610px;
  display: grid;
  place-items: center;
  isolation: isolate;
  transform: translate(24px, 18px);
}

.hero .phone-stage::before,
.hero .phone-stage::after {
  display: none;
}

.hero-kv {
  position: relative;
  z-index: 2;
  width: min(620px, 122%);
  max-width: 620px;
  height: auto;
  filter: drop-shadow(12px 18px 0 rgba(0,0,0,.45));
  transform: rotate(1deg);
}

.hero-label {
  position: absolute;
  z-index: 3;
  top: 54%;
  right: calc(50% - 385px);
  width: clamp(150px, 16vw, 220px);
  height: auto;
  pointer-events: none;
  transform: translateY(-50%) rotate(8deg);
  filter: drop-shadow(10px 18px 18px rgba(0,0,0,.45));
}

.hero h1 {
  font-size: clamp(54px, 5.4vw, 78px);
}

#listen,
#result { background-color: var(--mustard-bg, #d8a500); }

.section-head { margin-bottom: 48px; gap: 18px; }
.section-head h2 {
  background-image: radial-gradient(circle, transparent 0 44%, rgba(231,214,165,.18) 46% 54%, transparent 56%);
  background-size: 5px 5px;
  -webkit-background-clip: text;
}

.video-card { min-height: 400px; }
.review,
.review:nth-child(2) { min-height: 136px; padding: 22px 26px; }
.review blockquote { font-size: 26px; }

.summary { padding: 80px 0; }
.summary-grid { grid-template-columns: 1.05fr .72fr; gap: 32px; align-items: center; }
.summary h2 { font-size: clamp(42px, 4.5vw, 60px); }
.summary p { margin-top: 26px; }
.proofs { margin-top: 38px; }
.summary-actions { margin-top: 44px; }
.summary-actions .btn:first-child,
.crisis .btn { background: var(--red); color: #f5dfad; border-color: #4a0d09; }

.summary .report { max-height: 650px; overflow: hidden; }
.report-top { padding: 26px; }
.report-title { margin-top: 22px; }
.report-title b { font-size: 42px; }
.report-body { padding: 25px; }
.report-next,
.report-label:last-of-type { display: none; }

.summary-grid {
  grid-template-columns: .95fr .75fr;
  gap: 54px;
}

.proofs {
  gap: 14px;
}

.proof {
  position: relative;
  min-height: 158px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  padding: 54px 20px 22px;
  border: 1px solid rgba(231,214,165,.28);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
}

.proof::before {
  position: absolute;
  top: 17px;
  left: 20px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid var(--yellow);
  border-radius: 4px;
  color: var(--yellow-bright);
  font: 700 14px/1 "Oswald", sans-serif;
}

.proof:nth-child(1)::before { content: "вЋ"; }
.proof:nth-child(2)::before { content: "вњ¦"; }
.proof:nth-child(3)::before { content: "в†»"; }

.proof b {
  color: var(--yellow-bright);
  font: 700 29px/1.05 "Oswald", sans-serif;
  margin-bottom: 0;
}

.proof span {
  max-width: 200px;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #c9bea0;
}

.messenger-report {
  position: relative;
  padding: 18px;
  border: 4px solid #403a29;
  border-radius: 26px;
  background:
    repeating-linear-gradient(0deg, transparent 0 4px, rgba(40,20,0,.025) 4px 5px),
    #d7c58f;
  color: #14130f;
  transform: rotate(2deg);
  box-shadow: 10px 12px 0 rgba(0,0,0,.55);
}

.messenger-report::after {
  content: "РћРўР§Р•Рў Р“РћРўРћР’";
  position: absolute;
  top: 115px;
  right: -12px;
  padding: 7px 14px;
  border: 4px double var(--red);
  color: var(--red);
  background: #e7d6a5;
  font: 700 18px/1 "Oswald", sans-serif;
  transform: rotate(-8deg);
}

.messenger-head {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px 18px;
  border-bottom: 1px solid rgba(20,19,15,.28);
}

.messenger-head img {
  width: 52px;
  height: 52px;
  border: 3px solid #15140f;
  border-radius: 50%;
  object-fit: cover;
}

.messenger-head div {
  display: grid;
  gap: 2px;
}

.messenger-head b {
  font-size: 16px;
}

.messenger-head span,
.messenger-head small {
  color: #625a40;
  font-size: 13px;
}

.message-bubble {
  margin-top: 16px;
  padding: 28px;
  border: 2px solid #171610;
  border-radius: 8px 24px 24px;
  background: #eee1b8;
}

.message-label {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 3px;
  background: #14130f;
  color: var(--yellow-bright);
  font: 700 11px/1 "Oswald", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.message-bubble h3 {
  margin: 18px 0 12px;
  font: 700 35px/1 "Oswald", sans-serif;
  text-transform: uppercase;
}

.message-bubble > p {
  font-size: 17px;
  line-height: 1.55;
  color: #403b2d;
}

.message-section {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(20,19,15,.24);
}

.message-section b {
  font: 700 16px/1.1 "Oswald", sans-serif;
  text-transform: uppercase;
}

.message-section span {
  font-size: 16px;
  line-height: 1.5;
}

.message-action {
  margin-top: 20px;
  padding: 12px 15px;
  border: 2px solid #171610;
  background: var(--yellow-bright);
  font: 700 15px/1 "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#result { padding-top: 72px; padding-bottom: 72px; }
.result-lead,
.result-card { min-height: 185px; padding: 24px; }
.crisis { min-height: 330px; margin-top: 40px; padding: 36px 42px; }
.crisis h2 { font-size: clamp(33px, 3.7vw, 48px); }
.crisis-visual {
  width: 100%;
  max-width: 640px;
  min-height: 0;
  aspect-ratio: 1916 / 821;
  justify-self: center;
  border-radius: 18px;
  background: url("neuro-assets/kriziss.webp") center / contain no-repeat;
}

.pocket { padding: 74px 0; }
.pocket-grid { margin-top: 54px; }
.pocket-grid > div:first-child { min-height: 410px; padding: 38px; }
.pocket h2 { font-size: clamp(37px, 4vw, 52px); }
.hug { min-height: 350px; }

.faq-card { padding: 42px 50px; }
.faq-card h2 { margin: 18px 0 30px; font-size: clamp(36px, 4.1vw, 52px); }
summary { min-height: 62px; }
.footer .brand-logo { width: 235px; }

body {
  font-size: 20px;
  line-height: 1.55;
}

.hero-copy li {
  font-size: 18px;
  line-height: 1.6;
}

.section-head p,
.summary p,
.crisis p,
.pocket p,
.retro-call-copy p {
  font-size: 18px;
  line-height: 1.65;
}

.video-card p,
.result-lead p,
.result-card ul,
.proof span,
.pocket-stat span,
.difference p,
details p {
  font-size: 16px;
  line-height: 1.65;
}

.difference h3 {
  font-size: 20px;
}

summary {
  font-size: 18px;
}

.person,
.duration {
  font-size: 14px;
}

.section-head p,
.summary p,
.crisis p,
.pocket p,
.retro-call-copy p {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.65;
}

.video-card p,
.result-lead p,
.result-card ul,
.proof span,
.pocket-stat span,
.difference p,
details p {
  font-size: 16px;
  line-height: 1.6;
}

.review .person,
.review .person b,
.review .person span,
.audio,
.duration {
  font-size: 14px;
}

.review,
.review:nth-child(2) {
  min-height: 178px;
  padding: 24px 26px;
}

.review blockquote {
  max-width: 58%;
  font-size: 25px;
  line-height: 1.05;
}

.review .person {
  bottom: 24px;
  left: 84px;
}

.review .avatar {
  bottom: 22px;
}

.review .audio {
  bottom: 24px;
}

.result-lead h3,
.result-card h3 {
  font-size: 22px;
}

.proof b,
.pocket-stat b {
  font-size: 30px;
}

.faq-list {
  margin-top: 10px;
}

.pocket-stat span {
  margin-top: 10px;
}

.difference,
.difference:nth-child(4),
.difference:nth-child(5) {
  min-height: 250px;
  padding: 82px 20px 24px;
}

.retro-call {
  padding: 28px 0;
}

.retro-call-card {
  padding: 38px 44px;
}

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

  .hero .phone-stage {
    min-height: 390px;
    transform: none;
  }

  .hero-kv {
    width: min(540px, 112vw);
  }

  .hero-label {
    top: 59%;
    right: calc(50% - 178px);
    width: 128px;
  }

  .section { padding: 58px 0; }
  .summary { padding: 62px 0; }

  .section-head p,
  .summary p,
  .crisis p,
  .pocket p,
  .retro-call-copy p {
    font-size: 17px;
  }

  .section-head p,
  .summary p,
  .crisis p,
  .pocket p {
    font-size: 17px;
  }

  .video-card p,
  .result-lead p,
  .result-card ul,
  .proof span,
  .pocket-stat span,
  .difference p,
  details p {
    font-size: 15px;
  }

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

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

  .proof {
    min-height: 118px;
  }

  .messenger-report {
    transform: rotate(0);
  }

  .message-bubble {
    padding: 22px 18px;
  }

  .message-bubble h3 {
    font-size: 30px;
  }
}

/* Reference-style lower composition */
.retro-call {
  padding: 20px 0;
  background: var(--black);
}

.retro-call-card {
  min-height: 238px;
  grid-template-columns: .9fr 1.05fr .48fr;
  gap: 24px;
  padding: 28px 38px;
  border: 3px solid #181712;
  border-radius: 22px;
  box-shadow: none;
}

.retro-call-copy h2 {
  font-size: 38px;
}

.retro-call-copy p {
  max-width: 390px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.45;
}

.retro-call-copy .btn {
  min-width: 245px;
}

.retro-phone {
  height: 190px;
  display: grid;
  place-items: center;
  transform: rotate(-3deg) scale(1.08);
}

.retro-phone img {
  width: min(100%, 410px);
  max-height: 220px;
  object-fit: contain;
  filter: drop-shadow(10px 12px 0 rgba(0,0,0,.18));
}

.retro-stamp {
  padding: 14px 12px;
  border: 0;
  color: var(--ink);
  background: var(--yellow-bright);
  box-shadow: 8px 8px 0 rgba(197,35,24,.82);
  font-size: 22px;
  line-height: 1.35;
  text-align: center;
  transform: rotate(2deg);
}

.pocket {
  padding: 22px 0 18px;
  border: 0;
  background: var(--black);
}

.pocket::before {
  display: none;
}

.pocket-grid {
  grid-template-columns: .95fr 1.05fr;
  gap: 0;
  margin-top: 0;
  align-items: stretch;
  overflow: hidden;
  border: 3px solid #4f482f;
  border-radius: 22px;
  background: #090a08;
  box-shadow: none;
}

.pocket-grid > div:first-child {
  grid-column: 2;
  grid-row: 1;
  min-height: 490px;
  padding: 34px 40px 30px;
  border: 0;
  border-left: 2px solid #4f482f;
  border-radius: 0;
  box-shadow: none;
}

.hug {
  grid-column: 1;
  grid-row: 1;
  min-height: 490px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hug img {
  filter: sepia(.22) saturate(1.15) contrast(1.05);
  object-position: center 24%;
}

.bubble {
  left: 28px;
  top: 28px;
  padding: 8px 14px;
  border: 0;
  border-radius: 6px;
  color: #f5dfad;
  background: var(--red);
  font-size: 15px;
  transform: rotate(-4deg);
}

.bubble::after {
  display: none;
}

.pocket h2 {
  margin-top: 17px;
  font-size: clamp(40px, 3.8vw, 53px);
  line-height: .98;
}

.pocket p {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.5;
}

.pocket-stats {
  gap: 10px;
  margin-top: 20px;
}

.pocket-stat {
  min-height: 96px;
  padding: 17px 16px;
  border: 1px solid #5e522f;
  border-radius: 8px;
  background: rgba(255,255,255,.025);
}

.pocket-stat b {
  margin-bottom: 10px;
  font-family: "Oswald", "Arial Narrow", "Golos Text", Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px;
  line-height: .95;
  letter-spacing: 0;
}

.pocket-stat span {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.35;
}

.pocket-btn {
  min-width: 310px;
  margin-top: 20px;
}

#faq {
  padding: 0 0 32px;
  background: var(--black);
}

.faq-card {
  padding: 30px 42px 26px;
  border: 3px solid #181712;
  border-radius: 22px;
  box-shadow: none;
}

.faq-card .pill {
  display: none;
}

.faq-card h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 3.8vw, 48px);
}

.faq-list {
  margin-top: 0;
}

summary {
  min-height: 58px;
  font-size: 18px;
}

details p {
  padding-bottom: 20px;
  font-size: 16px;
}

.faq-card details p + p {
  margin-top: -8px;
}

@media (max-width: 1060px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero .phone-stage {
    transform: none;
  }

  .hero-kv {
    width: min(650px, 100%);
  }

  .retro-call-card {
    grid-template-columns: 1fr 1fr;
  }

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

  .pocket-grid > div:first-child,
  .hug {
    grid-column: 1;
  }

  .hug {
    grid-row: 1;
  }

  .pocket-grid > div:first-child {
    grid-row: 2;
    border-left: 0;
    border-top: 2px solid #4f482f;
  }
}

@media (max-width: 680px) {
  .retro-call-card {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }

  .retro-call-copy h2 {
    font-size: 36px;
  }

  .retro-phone {
    height: 185px;
    transform: rotate(-2deg);
  }

  .retro-phone img {
    width: min(100%, 340px);
    max-height: 185px;
  }

  .retro-stamp {
    display: block;
    justify-self: start;
  }

  .pocket-grid > div:first-child {
    min-height: 0;
    padding: 30px 20px;
  }

  .hug {
    min-height: 390px;
  }

  .pocket-stats {
    grid-template-columns: 1fr;
  }

  .pocket-btn {
    width: 100%;
    min-width: 0;
  }

  .faq-card {
    padding: 26px 20px 20px;
  }
}

/* Retro pilot: poster-like Saul-inspired direction */
:root {
  --retro-red: #c52318;
  --retro-red-dark: #82160f;
  --retro-ink: #12100b;
  --retro-paper: #efe1b8;
  --retro-paper-deep: var(--mustard-bg, #d8a500);
}

.btn {
  min-height: 48px;
  border: 2px solid var(--retro-ink);
  border-radius: 6px;
  padding: 0 26px;
  background: linear-gradient(180deg, #f7cf36 0%, #d49c00 100%);
  color: var(--retro-ink);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 var(--retro-red);
  transform: rotate(-.35deg);
  transition: transform .18s ease, box-shadow .18s ease;
}

.btn:hover {
  transform: translate(-1px, -1px) rotate(-.35deg);
  box-shadow: 7px 7px 0 var(--retro-red);
}

.btn.ghost {
  border: 2px solid #f0c436;
  background: #14110c;
  color: #f4dfad;
  box-shadow: 5px 5px 0 rgba(197,35,24,.9);
}

.pill,
.eyebrow {
  border: 2px solid var(--retro-red);
  border-radius: 4px;
  background: var(--retro-red);
  color: #f7dfaa;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(-2deg);
  box-shadow: 4px 4px 0 rgba(18,16,11,.32);
}

.nav {
  top: 24px;
  padding: 10px 12px;
  border: 2px solid rgba(239,225,184,.36);
  border-radius: 12px;
  background: rgba(10,8,5,.72);
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
  backdrop-filter: blur(8px);
}

.nav-links {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  text-transform: uppercase;
}

.hero {
  min-height: 880px;
  padding-top: 132px;
  background:
    radial-gradient(circle at 78% 41%, rgba(255,230,72,.52) 0 10rem, transparent 26rem),
    repeating-linear-gradient(0deg, rgba(18,16,11,.045) 0 2px, transparent 2px 7px),
    linear-gradient(113deg, var(--mustard-bg, #d8a500) 0%, var(--mustard-bg, #d8a500) 47%, #0c0a06 47.2%, #050704 100%);
  color: var(--retro-ink);
  border-bottom: 8px solid var(--retro-red);
}

.hero::before {
  background:
    radial-gradient(circle, rgba(18,16,11,.18) 0 1px, transparent 1.5px) 0 0 / 9px 9px,
    linear-gradient(90deg, rgba(197,35,24,.16), transparent 32%);
  mask-image: linear-gradient(180deg, #000 0%, transparent 94%);
  opacity: .65;
}

.hero::after {
  inset: auto -8% -1px;
  height: 124px;
  background:
    linear-gradient(176deg, transparent 0 43%, var(--retro-red) 43.4% 49%, transparent 49.4%),
    linear-gradient(180deg, transparent, #050704 78%);
}

.hero h1 {
  max-width: 670px;
  color: var(--retro-ink);
  text-shadow: 3px 3px 0 rgba(239,225,184,.34);
}

.hero h1 span {
  display: inline-block;
  color: var(--retro-red);
  text-shadow: 3px 3px 0 rgba(18,16,11,.18);
}

.hero-copy {
  max-width: 610px;
  padding: 22px 22px 20px;
  border: 3px solid var(--retro-ink);
  border-radius: 10px;
  background:
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(18,16,11,.035) 5px 6px),
    rgba(239,225,184,.9);
  box-shadow: 9px 9px 0 rgba(18,16,11,.28);
}

.hero-copy li {
  color: var(--retro-ink);
  font-weight: 900;
}

.hero-copy li::before {
  border-radius: 2px;
  background: var(--retro-red);
  box-shadow: 0 0 0 2px var(--retro-ink);
  transform: rotate(45deg);
}

.hero .phone-stage {
  min-height: 590px;
  transform: translate(14px, 12px);
}

.hero-kv {
  filter: drop-shadow(14px 16px 0 rgba(18,16,11,.5));
}

.hero-label {
  filter: drop-shadow(8px 10px 0 rgba(18,16,11,.38));
}

.retro-call {
  padding: 28px 0;
  background:
    linear-gradient(180deg, #050704 0%, #0b0905 100%);
}

.retro-call-card {
  position: relative;
  min-height: 270px;
  border: 4px solid var(--retro-ink);
  border-radius: 14px;
  background:
    radial-gradient(circle at 68% 45%, rgba(197,35,24,.1), transparent 18rem),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(18,16,11,.035) 5px 6px),
    var(--retro-paper);
  box-shadow: 9px 9px 0 var(--retro-red);
}

.retro-call-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(18,16,11,.28);
  border-radius: 8px;
  pointer-events: none;
}

.retro-call-copy h2 {
  color: var(--retro-ink);
  text-shadow: 2px 2px 0 rgba(197,35,24,.16);
}

.retro-call-copy p {
  color: #332b1a;
  font-weight: 700;
}

.retro-call-copy .btn {
  background: linear-gradient(180deg, #f5c933, #d6a000);
}

.retro-phone {
  transform: rotate(-4deg) scale(1.13);
}

.retro-phone img {
  filter: sepia(.18) saturate(1.08) contrast(1.08) drop-shadow(10px 12px 0 rgba(18,16,11,.2));
}

.retro-stamp {
  border: 3px solid var(--retro-ink);
  color: var(--retro-ink);
  background: #f4c621;
  box-shadow: 8px 8px 0 var(--retro-red);
}

@media (max-width: 1060px) {
  .hero {
    background:
      radial-gradient(circle at 62% 58%, rgba(255,230,72,.46) 0 9rem, transparent 23rem),
      repeating-linear-gradient(0deg, rgba(18,16,11,.045) 0 2px, transparent 2px 7px),
      linear-gradient(180deg, var(--mustard-bg, #d8a500) 0%, var(--mustard-bg, #d8a500) 42%, #050704 42.2%, #050704 100%);
  }

  .hero .phone-stage {
    min-height: 570px;
    transform: none;
  }
}

@media (max-width: 680px) {
  .nav {
    width: calc(100% - 28px);
    padding: 8px 10px;
  }

  .hero {
    padding-top: 132px;
  }

  .eyebrow {
    display: none;
  }

  .hero h1 {
    font-size: clamp(44px, 13.2vw, 56px);
    line-height: .9;
  }

  .hero-copy {
    padding: 18px 16px;
  }

  .hero .phone-stage {
    min-height: 430px;
  }

  .retro-call-card {
    min-height: 0;
    gap: 18px;
    box-shadow: 6px 6px 0 var(--retro-red);
  }

  .retro-phone {
    height: 175px;
    transform: rotate(-3deg);
  }
}

/* Worn-clean retro direction: closer to the provided black/yellow layout */
:root {
  --worn-black: #070705;
  --worn-ink: #11100b;
  --worn-yellow: #d8a500;
  --worn-yellow-hot: #ffc400;
  --worn-paper: #f4e6bd;
  --worn-red: #d72a1d;
  --mustard-bg: #d8a500;
}

body {
  background: var(--worn-black);
}

h1,
h2,
h3,
.btn,
.pill,
.eyebrow,
.audio,
.person b,
.duration {
  font-family: "Oswald", "Arial Narrow", "Golos Text", sans-serif;
  letter-spacing: 0;
}

.btn {
  min-height: 44px;
  border: 2px solid var(--worn-ink);
  border-radius: 9px;
  padding: 0 28px;
  background: linear-gradient(180deg, #ffd334 0%, #dda600 100%);
  color: var(--worn-ink);
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
  transform: none;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 0 rgba(0,0,0,.24);
}

.btn.ghost {
  background: rgba(7,7,5,.68);
  color: var(--worn-paper);
  border-color: var(--worn-yellow-hot);
  box-shadow: none;
}

.pill,
.eyebrow {
  min-height: 30px;
  border: 2px solid var(--worn-ink);
  border-radius: 10px;
  padding: 0 14px;
  background: var(--worn-yellow-hot);
  color: var(--worn-ink);
  box-shadow: none;
  transform: rotate(-1deg);
  text-transform: uppercase;
}

.nav {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.nav .btn {
  min-height: 36px;
  background: var(--worn-yellow-hot);
  color: var(--worn-ink);
  border-radius: 999px;
  text-shadow: none;
}

.hero {
  min-height: 760px;
  padding-top: 102px;
  padding-bottom: 40px;
  color: var(--worn-paper);
  border-bottom: 0;
  background:
    radial-gradient(circle at 76% 45%, rgba(255,196,0,.22), transparent 18rem),
    radial-gradient(circle at 18% 10%, rgba(255,196,0,.06), transparent 17rem),
    linear-gradient(180deg, rgba(255,255,255,.035), transparent 38%),
    var(--worn-black);
}

.hero::before {
  background:
    linear-gradient(102deg, transparent 0 58%, rgba(228,173,0,.08) 58.4% 58.8%, transparent 59.2%),
    linear-gradient(176deg, transparent 0 83%, rgba(228,173,0,.16) 83.5% 86%, transparent 86.4%),
    radial-gradient(circle, rgba(255,196,0,.13) 0 1px, transparent 1.8px) 0 0 / 8px 8px,
    repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 6px);
  opacity: .55;
  mask-image: linear-gradient(180deg, #000 0%, transparent 97%);
}

.hero::after {
  inset: auto -8% -1px;
  height: 95px;
  background:
    linear-gradient(176deg, transparent 0 38%, var(--worn-yellow) 38.5% 100%),
    radial-gradient(circle at 76% 0, rgba(0,0,0,.35), transparent 24rem);
}

.hero-grid {
  grid-template-columns: minmax(0, 590px) minmax(390px, 1fr);
  gap: 38px;
}

.hero h1 {
  max-width: 600px;
  color: var(--worn-paper);
  font-size: clamp(54px, 5.2vw, 78px);
  line-height: .9;
  text-shadow: 3px 3px 0 rgba(0,0,0,.62);
}

.hero h1 span {
  color: var(--worn-yellow-hot);
  text-shadow: 3px 3px 0 rgba(0,0,0,.55);
}

.hero-copy {
  max-width: 490px;
  margin-top: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  gap: 11px;
}

.hero-copy li {
  min-height: 30px;
  grid-template-columns: 31px 1fr;
  align-items: center;
  color: var(--worn-paper);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.hero-copy li::before {
  width: 23px;
  height: 23px;
  margin: 0;
  border: 2px solid var(--worn-yellow-hot);
  border-radius: 7px;
  background:
    linear-gradient(135deg, transparent 0 42%, var(--worn-yellow-hot) 43% 57%, transparent 58%),
    rgba(255,196,0,.08);
  box-shadow: none;
  transform: none;
}

.hero-actions {
  margin-top: 24px;
}

.hero .phone-stage {
  min-height: 555px;
  transform: translate(8px, 8px);
}

.hero-kv {
  width: min(590px, 110%);
  filter: drop-shadow(14px 18px 0 rgba(0,0,0,.56));
}

.hero-label {
  right: calc(50% - 360px);
  width: clamp(135px, 13vw, 176px);
}

#listen {
  position: relative;
  padding-top: 78px;
  background:
    radial-gradient(circle at 0 0, rgba(0,0,0,.16), transparent 17rem),
    radial-gradient(circle, rgba(0,0,0,.13) 0 1px, transparent 1.7px) 0 0 / 7px 7px,
    repeating-linear-gradient(0deg, rgba(0,0,0,.035) 0 1px, transparent 1px 6px),
    var(--worn-yellow);
  color: var(--worn-ink);
}

#listen::before,
#listen::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 24px;
  pointer-events: none;
}

#listen::before {
  top: 0;
  background: linear-gradient(178deg, var(--worn-black) 0 45%, transparent 46%);
}

#listen::after {
  bottom: -1px;
  background: linear-gradient(178deg, transparent 0 45%, var(--worn-black) 46%);
}

#listen .section-head {
  margin-bottom: 34px;
}

#listen .section-head h2 {
  position: relative;
  width: min(calc(100% - 58px), 620px);
  max-width: 620px;
  margin-inline: auto;
  color: var(--worn-ink);
  font-size: clamp(42px, 5vw, 70px);
  line-height: .9;
  background-image: none;
  text-align: center;
  text-wrap: auto;
  text-transform: uppercase;
}

#listen .section-head h2::before,
#listen .section-head h2::after {
  content: "✦";
  position: absolute;
  top: 50%;
  color: var(--worn-red);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1;
  transform: translateY(-50%);
}

#listen .section-head h2::before {
  left: -34px;
}

#listen .section-head h2::after {
  right: -34px;
}

@media (max-width: 680px) {
  #listen .section-head h2 {
    width: min(calc(100% - 54px), 620px);
  }

  #listen .section-head h2::before {
    left: -25px;
  }

  #listen .section-head h2::after {
    right: -25px;
  }
}

#listen .section-head p {
  max-width: 720px;
  color: rgba(36, 27, 11, .78);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}

.testimonials-grid {
  grid-template-columns: minmax(0, .92fr) minmax(390px, 1fr);
  gap: 18px;
}

.video-card {
  min-height: 375px;
  border: 3px solid var(--worn-ink);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.82)),
    url("neuro-assets/declaration-showcase.webp") center / cover no-repeat;
  box-shadow: none;
}

.video-card h3 {
  right: 28px;
  bottom: 82px;
  color: var(--worn-paper);
  font-size: clamp(30px, 3vw, 46px);
  line-height: .92;
  text-shadow: 3px 3px 0 #000;
  text-transform: uppercase;
}

.video-card h3 span {
  color: var(--worn-yellow-hot);
}

.video-card p {
  color: var(--worn-paper);
  font-size: 14px;
  line-height: 1.35;
}

.review,
.review:nth-child(2) {
  min-height: 108px;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  padding: 16px 18px;
  border: 3px solid var(--worn-ink);
  border-radius: 12px;
  background: var(--worn-black);
  color: var(--worn-paper);
  box-shadow: none;
}

.review:nth-child(odd) {
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.03) 0 1px, transparent 1px 5px),
    var(--worn-paper);
  color: var(--worn-ink);
}

.review .avatar {
  position: static;
  width: 42px;
  height: 42px;
  border: 2px solid var(--worn-ink);
  box-shadow: none;
}

.review blockquote {
  max-width: calc(100% - 92px);
  color: inherit;
  font-size: 24px;
  line-height: .95;
  text-shadow: none;
}

.person {
  position: static;
  margin-top: 6px;
  color: inherit;
}

.audio {
  right: 16px;
  bottom: 16px;
  min-height: 48px;
  width: max-content;
  grid-template-columns: 42px auto;
  gap: 9px;
  border: 2px solid var(--worn-ink);
  border-radius: 999px;
  background: var(--worn-yellow-hot);
  color: var(--worn-ink);
  box-shadow: none;
}

.audio small,
.audio .duration {
  display: none;
}

.play {
  background: var(--worn-ink);
  color: var(--worn-yellow-hot);
}

#difference {
  padding: 42px 0 62px;
  background: var(--worn-black);
}

#difference .section-head {
  max-width: min(calc(100% - 64px), 1180px);
  margin-bottom: 0;
  padding: 30px 26px 24px;
  border: 3px solid var(--worn-ink);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background:
    repeating-linear-gradient(0deg, rgba(0,0,0,.035) 0 1px, transparent 1px 6px),
    var(--worn-paper);
}

#difference .section-head h2 {
  color: var(--worn-ink);
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: .92;
  background-image: none;
  text-transform: uppercase;
}

#difference .section-head p {
  max-width: 720px;
  margin: 16px auto 0;
  color: #2a2214;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
  text-align: center;
  text-wrap: auto;
}

.difference-list {
  max-width: min(calc(100% - 64px), 1180px);
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 3px solid var(--worn-ink);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  background: var(--worn-paper);
}

.difference,
.difference:nth-child(4),
.difference:nth-child(5) {
  min-height: 190px;
  display: grid;
  grid-template-rows: 36px minmax(54px, auto) auto;
  align-content: center;
  justify-items: center;
  row-gap: 10px;
  padding: 22px 16px 20px;
  border: 0;
  border-right: 1px solid rgba(17,16,11,.24);
  border-radius: 0;
  background:
    repeating-linear-gradient(0deg, rgba(0,0,0,.025) 0 1px, transparent 1px 6px),
    var(--worn-paper);
  color: var(--worn-ink);
  box-shadow: none;
  text-align: center;
}

.difference:nth-child(3) {
  background: var(--worn-yellow-hot);
}

.difference b {
  position: static;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 2px solid var(--worn-ink);
  border-radius: 8px;
  background: var(--worn-ink);
  color: var(--worn-yellow-hot);
  font: 900 18px/1 "Oswald", "Golos Text", Arial, sans-serif;
  transform: rotate(-4deg);
}

.difference b::after {
  content: none;
}

.difference h3 {
  width: 100%;
  max-width: 168px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.02;
  text-align: center;
}

.difference p {
  max-width: 168px;
  margin: 0 auto;
  color: #2b2416;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
}

.difference-list::after {
  display: none;
}

.summary,
.pricing,
.pocket,
#faq,
.retro-call {
  background:
    radial-gradient(circle, rgba(255,196,0,.08) 0 1px, transparent 1.7px) 0 0 / 8px 8px,
    var(--worn-black);
}

.crisis {
  border: 3px solid var(--worn-ink);
  border-radius: 14px;
  background:
    radial-gradient(circle at 88% 35%, rgba(255,196,0,.1), transparent 18rem),
    var(--worn-black);
  box-shadow: 7px 7px 0 var(--worn-red);
}

.crisis h2,
.crisis p {
  color: var(--worn-paper);
}

.crisis h2 span {
  color: var(--worn-red);
}

.crisis .btn {
  background: var(--worn-red);
  color: var(--worn-paper);
}

.crisis-visual {
  border: 2px solid var(--worn-yellow-hot);
  border-radius: 12px;
}

.retro-call-card,
.messenger-report,
.faq-card {
  border: 3px solid var(--worn-ink);
  border-radius: 16px;
  background:
    repeating-linear-gradient(0deg, rgba(0,0,0,.03) 0 1px, transparent 1px 6px),
    var(--worn-paper);
  box-shadow: 7px 7px 0 var(--worn-red);
}

.messenger-report {
  width: min(100%, 520px);
  justify-self: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.messenger-report::after {
  display: none;
}

.report-preview-img {
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: contain;
  filter: drop-shadow(9px 11px 0 var(--worn-red)) drop-shadow(0 24px 38px rgba(0,0,0,.42));
  transform: rotate(2deg);
}

.pocket-grid {
  border-radius: 16px;
}

@media (max-width: 1060px) {
  .hero-grid,
  .testimonials-grid,
  .difference-list {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero .phone-stage {
    min-height: 520px;
    transform: none;
  }

  #difference .section-head,
  .difference-list {
    max-width: calc(100% - 28px);
  }

  .difference,
  .difference:nth-child(4),
  .difference:nth-child(5) {
    border-right: 0;
    border-bottom: 1px solid rgba(17,16,11,.24);
  }
}

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

  .hero h1 {
    font-size: clamp(40px, 12.4vw, 52px);
  }

  .hero .phone-stage {
    min-height: 360px;
  }

  .hero-label {
    right: calc(50% - 166px);
    width: 112px;
  }

  .video-card {
    min-height: 400px;
  }

  .review blockquote {
    max-width: 100%;
  }

  .audio {
    position: static;
    margin-top: 12px;
  }

  #difference .section-head {
    padding: 24px 18px 0;
  }

  .messenger-report {
    width: min(100%, 360px);
  }

  .report-preview-img {
    max-height: none;
    transform: rotate(0deg);
  }
}

/* Font test: Bebas Neue Cyrillic for display headings */
@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("neuro-assets/fonts/bebas-neue-regular-cyrillic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.hero h1,
.section-head h2,
.video-card h3,
.review blockquote,
.summary h2,
.price-title h2,
.price-title strong,
.result-lead h3,
.result-card h3,
.crisis h2,
.difference h3,
.retro-call-copy h2,
.pocket h2,
.faq-card h2 {
  font-family: "Bebas Neue Cyrillic", "Oswald", "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
}

.hero h1 {
  font-size: clamp(64px, 6.7vw, 98px);
  line-height: .82;
}

.section-head h2 {
  line-height: .86;
}

.difference h3,
.result-card h3 {
  line-height: .92;
}

@media (max-width: 680px) {
  .hero h1 {
    font-size: clamp(48px, 15vw, 62px);
  }
}

/* Texture cleanup: no dotted pattern, only soft worn print marks */
.hero::before {
  background:
    linear-gradient(104deg, transparent 0 58%, rgba(228,173,0,.08) 58.2% 58.7%, transparent 59%),
    linear-gradient(176deg, transparent 0 82%, rgba(228,173,0,.16) 82.6% 86%, transparent 86.4%),
    radial-gradient(ellipse at 18% 24%, rgba(255,196,0,.08) 0 10%, transparent 28%),
    radial-gradient(ellipse at 82% 10%, rgba(255,255,255,.055) 0 7%, transparent 24%),
    radial-gradient(ellipse at 72% 74%, rgba(0,0,0,.36) 0 12%, transparent 34%);
  opacity: .72;
  mask-image: linear-gradient(180deg, #000 0%, transparent 98%);
}

#listen,
#result {
  background:
    radial-gradient(ellipse at 6% 8%, rgba(0,0,0,.17) 0 9%, transparent 30%),
    radial-gradient(ellipse at 92% 18%, rgba(255,244,178,.16) 0 6%, transparent 25%),
    radial-gradient(ellipse at 78% 86%, rgba(0,0,0,.11) 0 12%, transparent 38%),
    linear-gradient(178deg, rgba(0,0,0,.18) 0 1.2%, transparent 8%),
    linear-gradient(0deg, rgba(0,0,0,.13) 0 1.5%, transparent 8%),
    var(--worn-yellow);
}

.summary,
.pricing,
.pocket,
#faq,
.retro-call {
  background:
    radial-gradient(ellipse at 14% 8%, rgba(255,196,0,.12) 0 8%, transparent 28%),
    radial-gradient(ellipse at 86% 80%, rgba(255,196,0,.08) 0 10%, transparent 34%),
    radial-gradient(ellipse at 50% 50%, rgba(255,255,255,.035) 0 8%, transparent 32%),
    linear-gradient(180deg, rgba(255,196,0,.035), transparent 26%),
    var(--worn-black);
}

#difference {
  background:
    radial-gradient(ellipse at 18% 18%, rgba(255,196,0,.08) 0 9%, transparent 30%),
    radial-gradient(ellipse at 82% 76%, rgba(255,196,0,.06) 0 12%, transparent 34%),
    var(--worn-black);
}

#difference .section-head,
.difference-list,
.difference,
.difference:nth-child(4),
.difference:nth-child(5),
.review:nth-child(odd),
.retro-call-card,
.faq-card {
  background:
    radial-gradient(ellipse at 12% 16%, rgba(120,80,16,.09) 0 9%, transparent 29%),
    radial-gradient(ellipse at 82% 18%, rgba(255,255,255,.2) 0 5%, transparent 23%),
    radial-gradient(ellipse at 78% 88%, rgba(77,43,9,.075) 0 10%, transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.16), transparent 22%),
    var(--worn-paper);
}

.difference:nth-child(3) {
  background:
    radial-gradient(ellipse at 20% 18%, rgba(255,245,160,.24) 0 9%, transparent 32%),
    radial-gradient(ellipse at 74% 80%, rgba(86,46,0,.12) 0 11%, transparent 35%),
    var(--worn-yellow-hot);
}

.crisis,
.review:nth-child(even),
.result-lead {
  background:
    radial-gradient(ellipse at 12% 18%, rgba(255,196,0,.09) 0 9%, transparent 28%),
    radial-gradient(ellipse at 84% 78%, rgba(255,196,0,.07) 0 11%, transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.035), transparent 25%),
    var(--worn-black);
}

.result-card {
  background:
    radial-gradient(ellipse at 12% 14%, rgba(120,80,16,.08) 0 8%, transparent 28%),
    radial-gradient(ellipse at 80% 84%, rgba(77,43,9,.07) 0 9%, transparent 31%),
    var(--worn-paper);
}

/* Hero benefit markers: clear retro numbering */
.hero-copy {
  max-width: 560px;
}

.hero-copy li {
  position: relative;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  min-height: 42px;
  align-items: center;
}

.hero .hero-copy li::before {
  width: 48px !important;
  height: 36px !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 2px solid #080806 !important;
  border-radius: 8px !important;
  background:
      linear-gradient(180deg, rgba(255,255,255,.22), rgba(0,0,0,.06) 72%),
      #ffc400 !important;
  color: #080806 !important;
  box-shadow: 4px 4px 0 rgba(0,0,0,.36) !important;
  font: 900 22px/1 "Oswald", "Golos Text", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-indent: 0 !important;
  transform: rotate(-2deg) !important;
}

.hero .hero-copy li:nth-child(1)::before { content: "01" !important; }
.hero .hero-copy li:nth-child(2)::before { content: "02" !important; }
.hero .hero-copy li:nth-child(3)::before { content: "03" !important; }
.hero .hero-copy li:nth-child(4)::before { content: "04" !important; }

.hero-copy li::after {
  content: none;
}

/* Hero headline: keep phone number as one clean retro line */
.hero h1 span {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  font-family: "Oswald", "Arial Narrow", "Golos Text", sans-serif !important;
  font-weight: 700;
  font-size: clamp(48px, 4.55vw, 66px);
  line-height: .88;
}

@media (max-width: 680px) {
  .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .hero h1 span {
    font-size: clamp(32px, 9.5vw, 38px);
  }

  .hero-copy li {
    grid-template-columns: 44px 1fr;
    min-height: 42px;
    min-width: 0;
    overflow-wrap: break-word;
  }

  .hero-copy li::before {
    width: 38px;
    height: 33px;
    font-size: 22px;
  }
}

/* Clean rollback: remove dirt, stains, dot patterns and worn paper texture */
.hero {
  background: var(--worn-black) !important;
}

.hero::before,
#listen::before,
#listen::after {
  display: none !important;
}

.hero::after {
  background: linear-gradient(176deg, transparent 0 38%, var(--worn-yellow) 38.5% 100%) !important;
}

#listen,
#result {
  background: var(--worn-yellow) !important;
}

.summary,
.pricing,
.pocket,
#faq,
.retro-call,
#difference {
  background: var(--worn-black) !important;
}

#difference .section-head,
.difference-list,
.difference,
.difference:nth-child(4),
.difference:nth-child(5),
.review:nth-child(odd),
.retro-call-card,
.faq-card,
.result-card {
  background: var(--worn-paper) !important;
}

.difference:nth-child(3) {
  background: var(--worn-yellow-hot) !important;
}

.review,
.review:nth-child(2),
.review:nth-child(even),
.crisis,
.result-lead {
  background: var(--worn-black) !important;
}

/* Result cards: tighter landing-style cards, no soft app-like icons */
.result-grid {
  counter-reset: result-step;
  align-items: stretch;
}

.result-wrap,
.crisis {
  width: min(calc(100% - 48px), 1120px);
  margin-left: auto;
  margin-right: auto;
}

.crisis {
  margin-top: 40px;
}

.result-lead,
.result-card {
  counter-increment: result-step;
  position: relative;
  min-height: 250px;
  border: 3px solid #080806 !important;
  border-radius: 8px !important;
  box-shadow: 5px 5px 0 rgba(8,8,6,.95) !important;
}

.result-lead {
  display: grid !important;
  grid-template-rows: 48px 1fr;
  gap: 22px;
  padding: 28px 26px !important;
  color: var(--worn-paper);
}

.result-card {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 26px 24px 24px !important;
  color: var(--worn-ink);
}

.result-card-head {
  display: grid !important;
  grid-template-columns: 1fr 54px;
  align-items: start;
  gap: 16px;
  min-height: 62px;
  padding-bottom: 18px !important;
  border-bottom: 2px solid rgba(8,8,6,.18) !important;
}

.result-lead .icon,
.result-card .icon {
  width: 54px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  border: 2px solid #080806 !important;
  border-radius: 8px !important;
  background: var(--worn-yellow-hot) !important;
  color: #080806 !important;
  box-shadow: 4px 4px 0 rgba(8,8,6,.38) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transform: rotate(-2deg);
}

.result-lead .icon {
  border-color: var(--worn-yellow-hot) !important;
  background: #080806 !important;
  color: var(--worn-yellow-hot) !important;
  box-shadow: 4px 4px 0 rgba(255,196,0,.82) !important;
}

.result-lead .icon::before,
.result-card .icon::before {
  font: 900 24px/1 "Oswald", "Golos Text", Arial, sans-serif;
  letter-spacing: 0;
}

.result-grid article:nth-child(1) .icon::before { content: "01"; }
.result-grid article:nth-child(2) .icon::before { content: "02"; }
.result-grid article:nth-child(3) .icon::before { content: "03"; }
.result-grid article:nth-child(4) .icon::before { content: "04"; }

.result-lead h3,
.result-card h3 {
  font-family: "Oswald", "Arial Narrow", "Golos Text", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.result-lead h3 {
  max-width: 230px;
  font-size: clamp(28px, 2.45vw, 38px) !important;
  line-height: 1.04 !important;
}

.result-card h3 {
  align-self: center;
  font-size: clamp(24px, 1.85vw, 30px) !important;
  line-height: .95 !important;
}

.result-lead p {
  max-width: 250px;
  margin-top: 16px !important;
  color: var(--worn-paper) !important;
  font-size: 16px !important;
  line-height: 1.42 !important;
  font-weight: 800 !important;
}

.result-card ul {
  margin: 24px 0 0 !important;
  display: grid !important;
  gap: 16px !important;
  color: #17120a;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.result-card li {
  grid-template-columns: 22px 1fr !important;
  gap: 12px !important;
  align-items: start;
}

.result-card li::before {
  width: 18px !important;
  height: 18px !important;
  margin-top: .08em !important;
  border: 2px solid #080806;
  border-radius: 50%;
  background: var(--worn-yellow-hot) !important;
  box-shadow: inset 0 0 0 4px var(--worn-paper);
}

@media (max-width: 680px) {
  .result-lead,
  .result-card {
    min-height: 0;
    padding: 22px !important;
  }

  .result-card-head {
    grid-template-columns: 1fr 48px;
  }

  .result-lead .icon,
  .result-card .icon {
    width: 48px !important;
    height: 38px !important;
  }

  .result-lead h3 {
    line-height: 1.08 !important;
  }
}

/* Final polish: hero breathing room and clean summary proof markers */
.hero-grid > div:first-child {
  padding-top: 42px;
}

.hero h1 {
  line-height: .91 !important;
}

.hero h1 span {
  margin: .04em 0 .03em;
  line-height: .9 !important;
}

.proof {
  padding-top: 64px !important;
}

.proof::before {
  top: 18px !important;
  left: 20px !important;
  width: 46px !important;
  height: 34px !important;
  border: 2px solid var(--worn-yellow-hot) !important;
  border-radius: 8px !important;
  background: var(--worn-yellow-hot) !important;
  color: #080806 !important;
  box-shadow: 4px 4px 0 rgba(255,196,0,.18) !important;
  font: 900 20px/1 "Oswald", "Golos Text", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  transform: rotate(-2deg);
}

.proof:nth-child(1)::before { content: "01" !important; }
.proof:nth-child(2)::before { content: "02" !important; }
.proof:nth-child(3)::before { content: "03" !important; }

/* Telegram transition modal */
body.modal-open {
  overflow: hidden;
}

.bot-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.bot-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.bot-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(3px);
}

.bot-modal__dialog {
  position: relative;
  width: min(100%, 820px);
  max-height: min(760px, calc(100dvh - 32px));
  overflow: auto;
  padding: clamp(22px, 3vw, 34px);
  border: 3px solid var(--worn-yellow-hot);
  border-radius: 22px;
  background:
    radial-gradient(circle at 7% 7%, rgba(255,196,0,.18), transparent 17rem),
    radial-gradient(circle at 94% 92%, rgba(255,196,0,.14), transparent 17rem),
    #080806;
  color: var(--worn-paper);
  box-shadow: 0 26px 90px rgba(0,0,0,.62), 8px 8px 0 rgba(255,196,0,.42);
  text-align: center;
}

.bot-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(244,230,189,.6);
  border-radius: 50%;
  background: rgba(0,0,0,.32);
  color: var(--worn-paper);
  font: 400 32px/1 Arial, sans-serif;
  cursor: pointer;
}

.bot-modal__pill {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 2px solid #080806;
  border-radius: 10px;
  background: var(--worn-yellow-hot);
  color: #080806;
  box-shadow: 4px 4px 0 rgba(0,0,0,.42);
  font: 900 16px/1 "Oswald", "Golos Text", Arial, sans-serif;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.bot-modal__stamp {
  display: none;
}

.bot-modal h2 {
  max-width: 640px;
  margin: 20px auto 12px;
  color: var(--worn-paper);
  font: 400 clamp(48px, 5vw, 72px)/.9 "Bebas Neue Cyrillic", "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}

.bot-modal h2 span {
  color: var(--worn-yellow-hot);
}

.bot-modal__lead {
  max-width: 600px;
  margin: 0 auto 16px;
  color: #e6d9b8;
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.28;
  font-weight: 700;
}

.bot-modal__lead span {
  display: block;
}

.bot-modal__lead span + span {
  margin-top: 8px;
}

.bot-modal__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 16px auto 12px;
}

.bot-modal__steps div {
  min-height: 82px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  padding: 12px;
  border: 2px solid rgba(255,196,0,.46);
  border-radius: 10px;
  background: rgba(255,255,255,.035);
}

.bot-modal__steps b {
  color: var(--worn-yellow-hot);
  font: 900 30px/1 "Oswald", "Golos Text", Arial, sans-serif;
}

.bot-modal__steps span {
  color: var(--worn-paper);
  font-size: 15px;
  line-height: 1.18;
  font-weight: 700;
}

.bot-modal__telegram {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 14px;
  margin: 12px 0;
  padding: 12px 16px;
  border: 2px solid rgba(244,230,189,.34);
  border-radius: 12px;
  background: rgba(255,255,255,.045);
  text-align: left;
}

.bot-modal__tg-icon {
  position: relative;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: transparent url("neuro-assets/Telegram_logo.webp") center / contain no-repeat;
  color: #fff;
  font-size: 0;
  box-shadow: none;
}

.bot-modal__tg-icon::before {
  content: none;
}

.bot-modal__telegram b {
  display: block;
  color: var(--worn-paper);
  font: 900 23px/1 "Oswald", "Golos Text", Arial, sans-serif;
}

.bot-modal__telegram div span {
  display: block;
  margin-top: 5px;
  color: #cfc3a7;
  font-size: 15px;
  font-weight: 700;
}

.bot-modal__cta {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 3px solid #080806;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffd338 0%, #e2a800 100%);
  color: #080806;
  box-shadow: 0 0 0 3px var(--worn-yellow-hot), 6px 6px 0 rgba(0,0,0,.58);
  font: 900 clamp(20px, 2vw, 25px)/1 "Oswald", "Golos Text", Arial, sans-serif;
  text-transform: uppercase;
}

.bot-modal__stay {
  margin-top: 14px;
  border: 0;
  background: transparent;
  color: #d6caa7;
  font: 700 16px/1.2 "Golos Text", Arial, sans-serif;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 760px) {
  .bot-modal {
    padding: 10px;
  }

  .bot-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 20px);
    padding: 18px 14px;
    border-radius: 16px;
  }

  .bot-modal__close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    font-size: 32px;
  }

  .bot-modal__stamp {
    position: static;
    width: 74px;
    height: 74px;
    margin: 12px auto 0;
    font-size: 16px;
  }

  .bot-modal h2 {
    max-width: 310px;
    margin-top: 14px;
    font-size: clamp(34px, 10vw, 46px);
  }

  .bot-modal__steps {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 12px auto 10px;
  }

  .bot-modal__steps div {
    min-height: 58px;
    grid-template-columns: 38px 1fr;
    align-items: center;
    justify-items: start;
    padding: 9px 12px;
    gap: 10px;
    text-align: left;
  }

  .bot-modal__steps b {
    font-size: 26px;
  }

  .bot-modal__lead {
    max-width: 310px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.22;
  }

  .bot-modal__lead span + span {
    margin-top: 7px;
  }

  .bot-modal__telegram {
    grid-template-columns: 50px 1fr;
    gap: 10px;
    margin: 10px 0;
    padding: 10px;
  }

  .bot-modal__telegram b {
    font-size: 20px;
  }

  .bot-modal__telegram div span {
    font-size: 13px;
  }

  .bot-modal__tg-icon {
    width: 46px;
    height: 46px;
  }

  .bot-modal__cta {
    min-height: 52px;
    font-size: 17px;
  }

  .bot-modal__stay {
    margin-top: 12px;
    font-size: 14px;
  }
}

/* FAQ toggles: show a clean plus in the closed state. */
.faq-card summary::after {
  content: "+" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: Arial, sans-serif !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.faq-card details[open] summary::after {
  content: "×" !important;
}

/* Result section mobile rhythm: keep the yellow footer gap under the crisis card tight. */
@media (max-width: 680px) {
  #result {
    padding-bottom: 34px !important;
  }

  #result .crisis {
    margin-bottom: 0 !important;
  }
}

/* Audio review buttons: clear label for desktop and mobile */
.review .audio {
  width: auto !important;
  min-width: 148px;
  min-height: 50px !important;
  display: inline-grid !important;
  grid-template-columns: 32px auto !important;
  align-items: center;
  justify-content: center;
  gap: 8px !important;
  padding: 0 15px 0 8px !important;
  white-space: nowrap;
}

.review .audio .play {
  width: 32px !important;
  height: 32px !important;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--worn-ink);
  color: var(--worn-yellow-hot);
  font-size: 0 !important;
  line-height: 1;
  overflow: hidden;
}

.review .audio .play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid currentColor;
}

.review .audio.is-playing .play::before {
  width: 10px;
  height: 14px;
  margin-left: 0;
  border: 0;
  background: linear-gradient(90deg, currentColor 0 3px, transparent 3px 7px, currentColor 7px 10px);
}

.review .audio > span:nth-child(2) {
  display: block !important;
  min-width: 0;
}

.review .audio b {
  display: block;
  color: inherit;
  font: 900 17px/1 "Oswald", "Golos Text", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}

.review .audio small,
.review .audio .duration {
  display: none !important;
}

.video-card p {
  max-width: 470px;
  color: rgba(244, 230, 189, .86);
  font-weight: 500 !important;
  line-height: 1.45;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .72);
}

.faq-card details p a {
  color: var(--worn-ink);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

@media (max-width: 680px) {
  .review {
    grid-template-columns: 42px 1fr;
    align-items: start;
  }

  .review blockquote {
    max-width: 100% !important;
    padding-right: 0;
  }

  .review .audio {
    width: max-content !important;
    max-width: 100%;
    min-width: 148px;
    margin: 14px auto 0;
    justify-content: center;
  }
}

/* Difference block: readable stack for mobile and narrow screens */
@media (max-width: 1180px) {
  #difference {
    padding: 44px 0 58px;
  }

  #difference .section-head,
  .difference-list {
    max-width: min(calc(100% - 32px), 760px);
  }

  #difference .section-head {
    padding: 28px 22px 24px;
    border: 3px solid var(--worn-ink);
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
  }

  #difference .section-head h2 {
    font-size: clamp(42px, 10vw, 62px);
    line-height: .96;
  }

  #difference .section-head p {
    max-width: 680px;
    margin: 18px auto 0;
    font-size: 15px;
    line-height: 1.5;
    text-wrap: auto !important;
  }

  .difference-list {
    grid-template-columns: 1fr;
    border-top: 0;
    border-radius: 0 0 16px 16px;
  }

  .difference,
  .difference:nth-child(4),
  .difference:nth-child(5) {
    min-height: 0;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    align-content: start;
    justify-items: start;
    column-gap: 16px;
    row-gap: 6px;
    padding: 20px 20px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(17,16,11,.24);
    text-align: left;
  }

  .difference:last-child {
    border-bottom: 0;
  }

  .difference b {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .difference h3 {
    max-width: none;
    margin: 0;
    font-size: clamp(28px, 7.2vw, 38px);
    line-height: .98;
    text-align: left;
  }

  .difference p {
    max-width: none;
    margin: 0;
    font-size: 15px;
    line-height: 1.42;
    text-align: left;
  }
}

@media (max-width: 760px) {
  #difference .section-head {
    align-items: flex-start;
    justify-items: start;
    text-align: left;
  }

  #difference .section-head h2 {
    text-align: left;
  }

  #difference .section-head p {
    max-width: none;
    margin: 18px 0 0;
    text-align: left;
  }
}

/* Retro call: clearer mobile and narrow-screen composition */
.retro-call-card {
  max-width: min(calc(100% - 48px), 1120px);
  grid-template-columns: minmax(300px, .88fr) minmax(360px, 1.08fr) minmax(138px, .34fr);
  grid-template-areas: "copy phone stamp";
  align-items: center;
  gap: 26px;
  padding: 32px 38px;
  overflow: visible;
}

.retro-call-copy {
  grid-area: copy;
  position: relative;
  z-index: 1;
}

.retro-call-copy h2 {
  font-family: "Oswald", "Arial Narrow", "Golos Text", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  font-size: clamp(42px, 3.8vw, 56px);
  line-height: 1;
}

.retro-call-title {
  display: grid;
  gap: .035em;
  text-wrap: auto;
}

.retro-call-title span {
  display: block;
  white-space: nowrap;
}

.retro-phone {
  grid-area: phone;
  height: 235px;
  transform: rotate(-3deg) translateY(-4px);
}

.retro-phone img {
  width: min(100%, 470px);
  max-height: 260px;
}

.retro-stamp {
  grid-area: stamp;
  justify-self: center;
  align-self: center;
  margin-top: -28px;
  transform: rotate(3deg);
}

@media (max-width: 1180px) {
  .retro-call {
    padding: 22px 0 30px;
  }

  .retro-call-card {
    max-width: min(calc(100% - 32px), 1040px);
    grid-template-columns: minmax(260px, .82fr) minmax(330px, 1fr) minmax(126px, .34fr);
    grid-template-areas: "copy phone stamp";
    align-items: center;
    gap: 20px;
    padding: 30px 30px;
  }

  .retro-call-copy h2 {
    font-family: "Oswald", "Arial Narrow", "Golos Text", sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    font-size: clamp(40px, 5.4vw, 54px);
    line-height: 1;
  }

  .retro-call-copy p {
    max-width: 330px;
    font-size: 16px;
    line-height: 1.45;
  }

  .retro-phone {
    height: 220px;
    transform: rotate(-3deg) translateY(-6px);
  }

  .retro-phone img {
    width: min(100%, 430px);
    max-height: 240px;
  }

  .retro-stamp {
    justify-self: center;
    align-self: center;
    max-width: 150px;
    margin: -34px 0 0 -10px;
    font-size: 22px;
    transform: rotate(3deg);
  }
}

@media (max-width: 680px) {
  .retro-call {
    padding: 18px 0 24px;
  }

  .retro-call-card {
    max-width: calc(100% - 28px);
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual";
    gap: 16px;
    padding: 24px 20px 20px;
  }

  .retro-call-card::before {
    inset: 9px;
  }

  .retro-call-copy h2 {
    max-width: 300px;
    font-size: clamp(36px, 11vw, 44px);
    line-height: .98;
  }

  .retro-call-title {
    max-width: 100%;
    gap: .045em;
  }

  .retro-call-copy p {
    max-width: 300px;
    margin: 12px 0 18px;
    font-size: 16px;
    line-height: 1.35;
  }

  .retro-call-copy .btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
  }

  .retro-phone {
    grid-area: visual;
    height: 250px;
    transform: rotate(-2deg) translateY(0);
  }

  .retro-phone img {
    width: min(100%, 330px);
    max-height: 238px;
  }

  .retro-stamp {
    grid-area: visual;
    justify-self: end;
    align-self: end;
    max-width: 148px;
    margin: 0 2px 4px 0;
    padding: 11px 10px;
    font-size: 23px;
    line-height: 1.18;
    transform: rotate(3deg);
    z-index: 2;
  }
}

/* Final typography pass: keep headlines punchy, make supporting copy easier to read. */
.hero-copy li,
.section-head p,
#listen .section-head p,
.video-card p,
.summary p,
.proof span,
.result-lead p,
.result-card ul,
.result-card li,
.crisis p,
.difference p,
.retro-call-copy p,
.pocket p,
.pocket-stat span,
details p,
.faq-card details p,
.bot-modal__lead,
.bot-modal__steps span,
.bot-modal__telegram span,
.footer-bottom {
  font-weight: 500 !important;
}

.review .person b,
.review .person span,
.support a {
  font-weight: 700 !important;
}

.faq-card summary {
  font-family: "Bebas Neue Cyrillic", "Oswald", "Arial Narrow", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: .01em;
  line-height: 1.08;
}

/* Exact centering for audio play/pause glyphs. */
.review .audio .play {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 32px !important;
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  text-indent: -999px;
  overflow: hidden;
}

.review .audio .play::before {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  transform: translate(-38%, -50%) !important;
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important;
  border-left: 10px solid currentColor !important;
  background: none !important;
}

.review .audio.is-playing .play::before {
  width: 11px !important;
  height: 14px !important;
  transform: translate(-50%, -50%) !important;
  border: 0 !important;
  background: linear-gradient(90deg, currentColor 0 4px, transparent 4px 7px, currentColor 7px 11px) !important;
}

@media (max-width: 680px) {
  html,
  body {
    overflow-x: hidden;
  }

  :root {
    --mobile-hero-width: min(calc(100vw - 28px), max(357px, calc(100vw - 42px)));
    --mobile-hero-title-width: min(var(--mobile-hero-width), 362px);
  }

  .nav {
    left: 14px !important;
    right: auto !important;
    width: var(--mobile-hero-width) !important;
    gap: 10px;
    transform: none !important;
  }

  .brand-logo {
    width: min(190px, 58vw) !important;
    height: auto !important;
    max-height: 78px;
  }

  .nav .btn {
    flex: 0 0 auto;
    min-width: 122px;
    max-width: 138px;
    padding: 0 14px !important;
    overflow: hidden;
    font-size: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .nav .btn::after {
    content: "Начать сейчас" !important;
    font-size: 12px !important;
    line-height: 1 !important;
    display: block;
  }

  .hero-grid,
  .hero-grid > * {
    width: var(--mobile-hero-width);
    max-width: var(--mobile-hero-width);
    min-width: 0;
  }

  .hero .container {
    margin-left: 14px !important;
    margin-right: 0 !important;
  }

  .hero h1 {
    width: var(--mobile-hero-title-width);
    max-width: var(--mobile-hero-title-width);
    font-size: clamp(36px, 9.6vw, 39px) !important;
    line-height: .98 !important;
    text-wrap: auto !important;
    word-break: normal;
    overflow-wrap: normal;
  }

  .hero h1 span {
    font-size: clamp(32px, 8.6vw, 35px) !important;
  }

  .hero-copy li {
    grid-template-columns: 44px minmax(0, 1fr);
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .hero-copy,
  .hero-actions {
    width: var(--mobile-hero-width);
    max-width: var(--mobile-hero-width);
  }
}

@media (max-width: 760px) {
  .nav .btn {
    min-width: 142px !important;
    max-width: 156px !important;
    min-height: 42px !important;
    padding: 0 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  .nav .btn::after {
    content: "Начать сейчас" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    height: 100%;
    font: 900 14px/1 "Oswald", "Arial Narrow", "Golos Text", Arial, sans-serif !important;
    text-align: center !important;
    transform: translateY(1px);
  }
}

/* Section heading alignment: centered on wide screens, left once layouts stack. */
.section-head,
.price-title {
  align-items: center;
  justify-items: center;
  text-align: center;
}

.section-head h2,
.price-title h2,
.price-title strong,
#listen .section-head h2,
#difference .section-head h2 {
  text-align: center;
}

.section-head p,
#listen .section-head p,
#difference .section-head p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 1060px) {
  .section-head,
  #listen .section-head,
  #difference .section-head,
  .price-title {
    align-items: flex-start;
    justify-items: start;
    text-align: left;
  }

  .section-head h2,
  .price-title h2,
  .price-title strong,
  #listen .section-head h2,
  #difference .section-head h2,
  .bot-modal h2 {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .section-head p,
  #listen .section-head p,
  #difference .section-head p,
  .bot-modal__lead {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  #result .section-head p {
    line-height: 1.35;
  }

  .bot-modal__dialog {
    text-align: left;
  }

  #listen .section-head h2 {
    width: 100%;
    padding: 0 30px;
  }

  #listen .section-head h2::before {
    left: 0;
  }

  #listen .section-head h2::after {
    right: 0;
  }
}

/* Stacked hero rhythm: keep the first viewport focused on the offer text. */
@media (max-width: 1060px) {
  .hero {
    padding-bottom: 0;
  }

  .hero-grid {
    align-items: start;
    gap: 0;
  }

  .hero-grid > div:first-child {
    min-height: min(820px, calc(100svh - 28px));
    padding-bottom: clamp(56px, 9svh, 92px);
  }

  .hero .phone-stage {
    margin-top: clamp(56px, 10svh, 110px);
  }
}

@media (max-width: 680px) {
  .hero-grid > div:first-child {
    min-height: min(760px, calc(100svh - 24px));
    padding-bottom: clamp(42px, 8svh, 72px);
  }

  .hero .phone-stage {
    margin-top: clamp(42px, 9svh, 76px);
  }
}

/* Unified mustard background color across all large yellow surfaces. */
:root {
  --yellow: var(--mustard-bg);
  --retro-paper-deep: var(--mustard-bg);
  --worn-yellow: var(--mustard-bg);
}

.hero::after {
  background: linear-gradient(176deg, transparent 0 38%, var(--mustard-bg) 38.5% 100%) !important;
}

#listen,
#result {
  background: var(--mustard-bg) !important;
  background-color: var(--mustard-bg) !important;
}

/* Wide mobile hero fit: iPhone Pro Max needs less empty right-side space. */
@media (max-width: 680px) {
  :root {
    --mobile-hero-width: min(calc(100vw - 28px), max(357px, calc(100vw - 42px)));
    --mobile-hero-title-width: var(--mobile-hero-width);
  }

  .nav {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
  }

  .brand-logo {
    width: min(190px, calc(100vw - 185px)) !important;
  }

  .nav .btn {
    flex: 0 0 min(154px, 38vw) !important;
    width: min(154px, 38vw) !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: clamp(10px, 5vw, 24px) !important;
    padding: 0 10px !important;
  }

  .nav .btn::after {
    font-size: clamp(11px, 3.1vw, 13px) !important;
    line-height: 1 !important;
    transform: none !important;
  }

  .hero h1 {
    width: var(--mobile-hero-title-width);
    max-width: var(--mobile-hero-title-width);
    font-size: clamp(35px, 8.9vw, 38px) !important;
    line-height: 1.01 !important;
  }

  .hero h1 span {
    font-size: clamp(32px, 8.25vw, 35px) !important;
  }

  .hero-actions .btn {
    box-sizing: border-box;
    width: calc(100% - 14px);
  }

  .hero-actions {
    box-sizing: border-box;
    padding-right: 14px;
  }
}

@media (max-width: 399px) {
  .brand-logo {
    width: min(160px, calc(100vw - 180px)) !important;
  }

  .nav .btn {
    flex-basis: 132px !important;
    width: 132px !important;
    margin-right: 18px !important;
    transform: translateX(-26px) !important;
  }

  .hero h1 {
    width: min(calc(100vw - 28px), 342px);
    max-width: min(calc(100vw - 28px), 342px);
    font-size: clamp(32px, 8.4vw, 34px) !important;
    line-height: 1.03 !important;
    white-space: normal !important;
  }

  .hero h1 span {
    font-size: clamp(31px, 8.1vw, 33px) !important;
  }
}

/* Keep the hero phone close to the opening offer on mobile. */
@media (max-width: 1060px) {
  .hero-grid {
    gap: clamp(24px, 5vw, 42px) !important;
  }

  .hero-grid > div:first-child {
    min-height: 0 !important;
    padding-bottom: 0 !important;
  }

  .hero .phone-stage {
    margin-top: 0 !important;
  }
}

@media (max-width: 680px) {
  .hero-grid {
    gap: 28px !important;
  }
}

/* Final mobile nav CTA centering. */
@media (max-width: 760px) {
  .nav .btn {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  .nav .btn::after {
    content: "Начать сейчас" !important;
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    font: 900 clamp(12px, 3.15vw, 14px)/1 "Oswald", "Arial Narrow", "Golos Text", Arial, sans-serif !important;
    text-align: center !important;
    white-space: nowrap !important;
    transform: translateY(1px) !important;
  }
}

/* Real mobile Safari nav CTA: readable type and optical centering. */
@media (max-width: 760px) {
  .nav .btn {
    flex: 0 0 clamp(118px, 30vw, 142px) !important;
    width: clamp(118px, 30vw, 142px) !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 48px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    padding: 0 !important;
    transform: none !important;
    display: grid !important;
    place-items: center !important;
  }

  .nav .btn::after {
    content: "Начать" !important;
    inset: 0 !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    font: 900 clamp(15px, 4vw, 17px)/1 "Oswald", "Arial Narrow", "Golos Text", Arial, sans-serif !important;
    transform: translateY(-1px) !important;
  }
}

/* Final iPhone alignment for the ChatGPT difference intro. */
@media (max-width: 760px) {
  #difference .section-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-items: start !important;
    text-align: left !important;
  }

  #difference .section-head h2,
  #difference .section-head p {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    text-wrap: auto !important;
  }

  #difference .section-head p {
    margin-top: 20px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
  }
}

/* Mobile listen heading: align the title text with the intro copy. */
@media (max-width: 760px) {
  #listen .section-head {
    align-items: flex-start !important;
    text-align: left !important;
  }

  #listen .section-head h2 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }

  #listen .section-head h2::before {
    left: -18px !important;
  }

  #listen .section-head h2::after {
    right: -18px !important;
  }
}

/* Mobile report preview: make the messenger report easier to read. */
@media (max-width: 680px) {
  .messenger-report#report-preview {
    width: min(92vw, 450px) !important;
    max-width: none !important;
    justify-self: center !important;
  }

  .report-preview-img {
    width: 100% !important;
    max-width: none !important;
  }
}

/* Mobile crisis visual: enlarge the route image inside its card. */
@media (max-width: 680px) {
  .crisis-visual {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 1916 / 821 !important;
    min-height: clamp(180px, 42vw, 230px) !important;
    background-size: contain !important;
  }
}

/* Balanced motion pass: subtle hover, soft reveals, a touch of life in the hero. */
:root {
  --motion-ease: cubic-bezier(.22, 1, .36, 1);
  --motion-soft-ease: cubic-bezier(.2, .75, .25, 1);
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform .22s var(--motion-ease),
    box-shadow .22s var(--motion-ease),
    border-color .22s ease,
    background-color .22s ease !important;
}

.btn::before {
  content: "";
  position: absolute;
  inset: -25% auto -25% -34%;
  width: 30%;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.08) 18%, rgba(255,255,255,.34) 50%, rgba(255,255,255,.08) 82%, transparent 100%);
  transform: translateX(-170%) skewX(-18deg);
  opacity: .7;
  pointer-events: none;
  transition: transform .65s var(--motion-soft-ease);
  z-index: 0;
}

.btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 18px rgba(0,0,0,.16) !important;
}

.btn:hover::before {
  transform: translateX(410%) skewX(-18deg);
}

.btn:active {
  transform: translateY(0) !important;
  box-shadow: 0 4px 10px rgba(0,0,0,.14) !important;
}

.hero .phone-stage {
  animation: hero-float 6.5s ease-in-out infinite;
}

.hero-label {
  animation: hero-label-float 5.8s ease-in-out infinite;
}

.retro-stamp {
  animation: stamp-rock 6.8s ease-in-out infinite;
}

.video-card,
.review,
.proof,
.result-lead,
.result-card,
.difference,
.crisis,
.messenger-report,
.retro-call-card,
.faq-card,
.pocket-grid,
.plan,
.footer-card {
  transition:
    transform .24s var(--motion-ease),
    box-shadow .24s var(--motion-ease),
    border-color .24s ease,
    background-color .24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .video-card:hover,
  .review:hover,
  .proof:hover,
  .result-lead:hover,
  .result-card:hover,
  .difference:hover,
  .crisis:hover,
  .messenger-report:hover,
  .retro-call-card:hover,
  .faq-card:hover,
  .pocket-grid:hover,
  .plan:hover {
    transform: translateY(-4px);
  }

  .video-card:hover {
    box-shadow: 0 18px 34px rgba(0,0,0,.22);
  }
}

.motion-enter {
  opacity: 0;
  transform: translateY(28px) scale(.985);
  transition:
    opacity .72s var(--motion-ease),
    transform .72s var(--motion-ease);
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

.motion-enter.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-copy li,
.hero-actions .btn {
  animation: hero-rise .72s var(--motion-ease) both;
}

.hero-copy li:nth-child(1) { animation-delay: .12s; }
.hero-copy li:nth-child(2) { animation-delay: .2s; }
.hero-copy li:nth-child(3) { animation-delay: .28s; }
.hero-copy li:nth-child(4) { animation-delay: .36s; }
.hero-actions .btn:first-child { animation-delay: .44s; }
.hero-actions .btn:last-child { animation-delay: .52s; }
@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes hero-label-float {
  0%, 100% {
    transform: translateY(-50%) rotate(8deg);
  }
  50% {
    transform: translateY(calc(-50% - 6px)) rotate(6deg);
  }
}

@keyframes stamp-rock {
  0%, 100% {
    transform: rotate(3deg) translateY(0);
  }
  50% {
    transform: rotate(1deg) translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }

  .motion-enter,
  .motion-enter.is-visible {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Motion boost: stronger CTA focus, livelier pills and audio controls. */
.nav .btn,
.hero-actions .btn:first-child,
.summary-actions .btn:first-child,
.crisis .btn,
.retro-call-copy .btn,
.pocket-btn,
.bot-modal__cta {
  animation: cta-breathe 4.6s ease-in-out infinite;
}

.pill,
.eyebrow {
  transform-origin: 50% 50%;
  animation: badge-bob 5.8s ease-in-out infinite;
}

.review .audio {
  transition:
    transform .2s var(--motion-ease),
    box-shadow .2s var(--motion-ease),
    border-color .2s ease,
    background-color .2s ease;
}

.review .audio:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 18px rgba(0,0,0,.14);
}

.review .audio .play {
  transition:
    transform .2s var(--motion-ease),
    background-color .2s ease,
    color .2s ease,
    box-shadow .2s ease;
}

.review .audio:hover .play {
  transform: scale(1.08);
  box-shadow: 0 0 0 4px rgba(255,196,0,.12);
}

.review .audio.is-playing .play {
  animation: play-pulse 1.4s ease-in-out infinite;
}

.faq-card summary,
.footer-menu a,
.footer-menu__toggle,
.support a {
  transition:
    color .2s ease,
    transform .2s var(--motion-ease),
    opacity .2s ease;
}

.footer-menu a,
.footer-menu__toggle {
  display: grid;
  width: max-content;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: "Bebas Neue Cyrillic", "Oswald", "Arial Narrow", "Golos Text", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 34px);
  font-weight: 400 !important;
  line-height: 1;
  letter-spacing: .01em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.footer-menu__panel {
  max-width: 420px;
  padding: 4px 0 6px;
  color: rgba(240, 219, 172, .78);
}

.footer-menu__panel p {
  margin: 0;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500 !important;
  letter-spacing: 0;
  text-transform: none;
}

.footer-menu__panel p + p {
  margin-top: 10px;
}

.footer-details h3,
.support h3 {
  color: var(--paper);
  font-family: "Bebas Neue Cyrillic", "Oswald", "Arial Narrow", "Golos Text", Arial, sans-serif;
  font-size: clamp(22px, 2.7vw, 28px);
  font-weight: 400 !important;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.footer-details p {
  color: rgba(240, 219, 172, .82);
  font-family: "Golos Text", Arial, sans-serif;
  font-size: clamp(13px, 1.45vw, 15px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
}

.footer-details p + h3 {
  margin-top: 24px;
}

.footer-requisites {
  max-width: 360px;
}

.footer-requisites p {
  overflow-wrap: anywhere;
}

.faq-card summary:hover,
.footer-menu a:hover,
.footer-menu__toggle:hover,
.support a:hover {
  transform: translateX(3px);
}

.section-head h2,
.price-title h2 {
  transition: letter-spacing .26s ease, text-shadow .26s ease;
}

@media (hover: hover) and (pointer: fine) {
  .section-head:hover h2,
  .price-title:hover h2 {
    text-shadow: 0 8px 18px rgba(0,0,0,.08);
  }

  .review:hover .audio,
  .video-card:hover .audio {
    transform: translateY(-2px);
  }
}

@keyframes cta-breathe {
  0%, 100% {
    box-shadow: 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(255,196,0,0);
  }
  50% {
    box-shadow: 0 10px 22px rgba(0,0,0,.16), 0 0 0 6px rgba(255,196,0,.08);
  }
}

@keyframes badge-bob {
  0%, 100% {
    transform: rotate(-1deg) translateY(0);
  }
  50% {
    transform: rotate(.4deg) translateY(-2px);
  }
}

@keyframes play-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255,196,0,.18);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 6px rgba(255,196,0,.08);
  }
}

@supports (content-visibility: auto) {
  .academy,
  #listen,
  #summary,
  #pricing,
  #result,
  #difference,
  .retro-call,
  .pocket,
  #faq,
  .footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
  }
}

/* Anomaly-inspired footer: calm columns for navigation, documents and company data. */
.footer-card {
  padding: 42px 30px 22px;
}

.footer-top {
  grid-template-columns:
    minmax(210px, .92fr)
    minmax(190px, .82fr)
    minmax(190px, .8fr)
    minmax(310px, 1.34fr);
  grid-template-areas:
    "logo menu menu menu"
    "logo docs requisites support";
  align-items: start;
  column-gap: clamp(28px, 3.6vw, 58px);
  row-gap: 30px;
  padding-bottom: 36px;
  border-bottom: 0;
}

.footer-logo-wrap {
  grid-area: logo;
}

.footer-menu-wrap {
  grid-area: menu;
  min-width: 0;
}

.footer-documents {
  grid-area: docs;
}

.footer-requisites {
  grid-area: requisites;
}

.footer-top .support {
  grid-area: support;
}

.footer .brand-logo {
  width: 220px;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(240, 219, 172, .16);
}

.footer-menu > * + * {
  position: relative;
  margin-left: 36px;
}

.footer-menu > * + *::before {
  position: absolute;
  top: .04em;
  left: -23px;
  content: "\00b7";
  color: rgba(240, 219, 172, .42);
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.footer-menu a,
.footer-menu__toggle {
  font-size: clamp(22px, 2.1vw, 26px);
}

.footer-menu__panel {
  width: min(420px, calc(100vw - 68px));
  max-width: 420px;
}

.footer-menu__item:has(> .footer-menu__toggle[aria-expanded="true"]) {
  flex: 0 0 100%;
  margin-left: 0;
}

.footer-menu__item:has(> .footer-menu__toggle[aria-expanded="true"])::before,
.footer-menu__item:has(> .footer-menu__toggle[aria-expanded="true"]) + *::before {
  content: none;
}

.footer-menu__item:has(> .footer-menu__toggle[aria-expanded="true"]) + * {
  margin-left: 0;
}

.footer-documents h3,
.footer-details h3,
.support h3 {
  margin: 0 0 22px;
  color: var(--paper);
  font-family: "Bebas Neue Cyrillic", "Oswald", "Arial Narrow", "Golos Text", Arial, sans-serif;
  font-size: 19px;
  font-weight: 400 !important;
  line-height: 1;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.footer-documents .legal {
  display: grid;
  gap: 18px;
}

.footer-documents a {
  width: fit-content;
  max-width: 100%;
  color: rgba(255, 255, 255, .68);
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .08em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-transform: uppercase;
}

.footer-requisites {
  max-width: none;
}

.footer-requisites p,
.footer-address,
.support-hours {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
}

.footer-requisites p + p {
  margin-top: 7px;
}

.footer-top .support {
  min-width: 0;
  justify-self: stretch;
}

.support a {
  max-width: 100%;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.footer-address {
  margin-top: 27px;
  color: rgba(255, 255, 255, .62);
}

.support-hours {
  max-width: 360px;
  margin-top: 9px;
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
}

.footer-bottom {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  border-top: 1px solid rgba(240, 219, 172, .16);
}

.footer-year {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "logo logo"
      "menu menu"
      "docs requisites"
      "support support";
    gap: 46px 54px;
  }

  .footer-menu__panel {
    max-width: 420px;
  }
}

@media (max-width: 680px) {
  .footer-card {
    padding: 34px 20px 24px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "menu"
      "docs"
      "requisites"
      "support";
    gap: 42px;
    padding-bottom: 34px;
  }

  .footer .brand-logo {
    width: 210px;
  }

  .footer-menu__panel {
    max-width: calc(100vw - 68px);
  }

  .footer-menu a,
  .footer-menu__toggle {
    font-size: 20px;
  }

  .footer-menu > * + * {
    margin-left: 28px;
  }

  .footer-menu > * + *::before {
    left: -18px;
    font-size: 18px;
  }

  .footer-documents .legal {
    gap: 16px;
  }

  .footer-documents a {
    font-size: 12px;
  }

  .footer-address {
    margin-top: 24px;
  }

  .footer-bottom {
    justify-content: flex-start;
  }
}

/* The hero number is static on desktop and a visibly actionable call link on mobile. */
.hero h1 .hero-phone-static {
  display: block;
  color: var(--worn-yellow-hot);
  text-decoration: none;
}

.hero h1 .hero-phone-link {
  display: none;
  width: max-content;
  max-width: 100%;
  color: var(--worn-yellow-hot);
  text-decoration: none;
}

@media (max-width: 680px) {
  .hero h1 .hero-phone-static {
    display: none;
  }

  .hero h1 .hero-phone-link {
    display: block;
    text-decoration: underline;
    text-decoration-thickness: .05em;
    text-underline-offset: .08em;
  }
}

.hero h1 .hero-phone-link:focus-visible {
  outline: 3px solid var(--worn-yellow-hot);
  outline-offset: 5px;
  border-radius: 3px;
}

/* Colleague review: actionable contacts and a compact first screen on short devices. */
.bot-modal__telegram {
  position: relative;
  grid-template-columns: 56px minmax(0, 1fr) 24px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color .2s ease,
    background-color .2s ease,
    box-shadow .2s ease,
    transform .2s var(--motion-ease);
}

.bot-modal__telegram > div {
  min-width: 0;
}

.bot-modal__telegram-arrow,
.bot-modal__cta-arrow {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: block;
  margin: 0;
  font-size: 0 !important;
  line-height: 0;
  transition: transform .2s var(--motion-ease);
}

.bot-modal__telegram-arrow {
  color: var(--worn-yellow-hot) !important;
}

.bot-modal__telegram-arrow::before,
.bot-modal__cta-arrow::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.bot-modal__telegram-arrow::after,
.bot-modal__cta-arrow::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 5px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: left center;
}

.bot-modal__cta,
.bot-modal__close,
.bot-modal__stay {
  transition:
    color .2s ease,
    border-color .2s ease,
    background-color .2s ease,
    box-shadow .2s ease,
    filter .2s ease,
    transform .2s var(--motion-ease);
}

.bot-modal__telegram:focus-visible,
.bot-modal__cta:focus-visible,
.bot-modal__close:focus-visible,
.bot-modal__stay:focus-visible {
  outline: 3px solid var(--worn-yellow-hot);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .bot-modal__telegram:hover {
    border-color: var(--worn-yellow-hot);
    background: rgba(255,196,0,.09);
    box-shadow: 0 10px 24px rgba(0,0,0,.2);
    transform: translateY(-2px);
  }

  .bot-modal__cta:hover {
    animation-play-state: paused;
    filter: brightness(1.08);
    box-shadow: 0 0 0 3px var(--worn-yellow-hot), 0 12px 24px rgba(0,0,0,.42) !important;
    transform: translateY(-2px);
  }

  .bot-modal__telegram:hover .bot-modal__telegram-arrow,
  .bot-modal__cta:hover .bot-modal__cta-arrow {
    transform: translate(2px, -2px);
  }

  .bot-modal__close:hover {
    border-color: var(--worn-yellow-hot);
    background: var(--worn-yellow-hot);
    color: #080806;
    transform: rotate(5deg);
  }

  .bot-modal__stay:hover {
    color: var(--worn-yellow-hot);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}

.bot-modal__telegram:active,
.bot-modal__cta:active {
  transform: translateY(1px);
}

@media (min-width: 1061px) and (max-height: 960px) {
  .hero-grid > div:first-child {
    padding-top: 26px;
  }

  .hero h1 {
    font-size: clamp(60px, 5.55vw, 76px);
  }

  .hero h1 span {
    font-size: clamp(46px, 4.3vw, 59px);
  }

  .hero-copy {
    margin-top: 16px;
    gap: 7px;
  }

  .hero-copy li {
    min-height: 35px;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero .phone-stage {
    min-height: 500px;
  }

  .hero-kv {
    width: min(535px, 105%);
  }
}

@media (min-width: 681px) and (max-width: 1060px) and (max-height: 760px) {
  .hero-copy {
    margin-top: 10px;
    gap: 3px;
  }

  .hero-copy li {
    min-height: 34px;
  }

  .hero-actions {
    margin-top: 6px;
  }
}

@media (max-width: 760px) {
  .bot-modal__telegram {
    grid-template-columns: 46px minmax(0, 1fr) 22px;
  }

  .bot-modal__telegram-arrow,
  .bot-modal__cta-arrow {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }
}

@media (max-width: 374px) and (max-height: 620px) {
  .hero-grid > div:first-child {
    padding-top: 18px;
  }

  .hero-copy {
    margin-top: 7px;
    gap: 6px;
  }

  .hero-copy li {
    min-height: 36px;
    font-size: 14px;
    line-height: 1.2;
  }

  .hero-actions {
    margin-top: 6px;
    gap: 8px;
  }
}

/* Nadezhda review: keep the portrait centered and the longer agency label contained. */
.review .avatar--nadezhda {
  object-position: 50% 28%;
}

.review .person span {
  width: fit-content;
  max-width: 100%;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: break-word;
}

/* Desktop reviews: balance the portrait, quote and action inside each wide card. */
@media (min-width: 681px) {
  .reviews {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .review,
  .review:nth-child(2) {
    min-height: 0;
    grid-template-columns: 58px minmax(0, 1fr) 158px;
    grid-template-areas:
      "avatar quote audio"
      "avatar person audio";
    column-gap: 10px;
    row-gap: 6px;
    align-items: center;
    padding: 12px 18px;
    border-radius: 16px;
  }

  .review > div {
    display: contents;
  }

  .review .avatar {
    grid-area: avatar;
    width: 58px;
    height: 58px;
    margin: 0;
    align-self: center;
  }

  .review blockquote {
    grid-area: quote;
    align-self: end;
    max-width: none;
    margin: 0;
    font-size: clamp(21px, 1.9vw, 24px);
    line-height: .98;
    text-wrap: balance;
  }

  .review .person {
    grid-area: person;
    display: grid;
    align-self: start;
    justify-items: start;
    gap: 8px;
    min-width: 0;
    margin: 0;
  }

  .review .person b {
    font-size: 15px;
    line-height: 1;
  }

  .review .person span {
    padding: 3px 8px;
    border-radius: 7px;
    font-size: 13px;
    line-height: 1.1;
  }

  .review .audio {
    grid-area: audio;
    position: static;
    width: 158px !important;
    min-width: 158px;
    min-height: 54px !important;
    margin: 0;
    justify-self: end;
    grid-template-columns: 32px auto !important;
    justify-content: center;
    padding: 0 12px !important;
    border-radius: 12px;
  }
}

/* Mobile reviews: one clear card rhythm — author, quote, then a full-width action. */
@media (max-width: 680px) {
  .reviews {
    gap: 16px;
  }

  .review,
  .review:nth-child(2) {
    min-height: 0;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-areas:
      "avatar person"
      "quote quote"
      "audio audio";
    column-gap: 14px;
    row-gap: 12px;
    align-items: start;
    padding: 18px;
    border-radius: 16px;
  }

  .review > div {
    display: contents;
  }

  .review .avatar {
    grid-area: avatar;
    width: 58px;
    height: 58px;
    margin: 0;
    align-self: center;
    border-width: 2px;
  }

  .review .person {
    grid-area: person;
    display: grid;
    gap: 6px;
    align-self: center;
    justify-items: start;
    min-width: 0;
    margin: 0;
  }

  .review .person b {
    font-size: 18px;
    line-height: 1;
  }

  .review .person span {
    padding: 5px 9px;
    border-radius: 7px;
    font-size: 13px;
    line-height: 1.15;
  }

  .review blockquote {
    grid-area: quote;
    max-width: none !important;
    margin: 2px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid currentColor;
    font-size: clamp(24px, 7vw, 28px);
    line-height: .98;
    text-wrap: balance;
  }

  .review .audio {
    grid-area: audio;
    position: static;
    width: 100% !important;
    max-width: none;
    min-width: 0;
    min-height: 54px !important;
    margin: 2px 0 0;
    grid-template-columns: 32px auto !important;
    justify-content: center;
    padding: 0 14px !important;
    border-radius: 12px;
  }

  .review .audio b {
    font-size: 18px;
  }
}
