/* Страница «Для астрологов» — /for-astrologers/.
   Верстка перенесена как есть из макета Codex
   (Astroforma-Натальная карта, app/for-astrologers/landing.module.css).
   Правки здесь и там нужно держать в паре: текст и оформление совпадают
   до символа, отличаются только пути к шрифтам и базовый слой ниже.

   Базовый слой. Макет отлаживался под сборкой, где подключён preflight
   Tailwind: без него у списков вернутся маркеры, у заголовков — крупный
   кегль, а у p и h — браузерные отступы, и вся сетка поедет. Здесь
   повторены ровно те его правила, которые касаются элементов этой
   страницы. Слой @layer нужен, чтобы любое правило страницы било сброс
   независимо от порядка. */
@layer base {
  *, ::before, ::after { box-sizing: border-box; border: 0 solid; margin: 0; padding: 0 }
  html { line-height: 1.5; tab-size: 4; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit }
  a { color: inherit; text-decoration: inherit }
  b, strong { font-weight: bolder }
  small { font-size: 80% }
  summary { display: list-item }
  ol, ul, menu { list-style: none }
  img, svg, video, canvas { display: block; vertical-align: middle }
  img, video { max-width: 100%; height: auto }
  [hidden]:where(:not([hidden=until-found])) { display: none !important }
}

/* Плавная прокрутка к якорям в шапке — тоже была в globals.css сборки.
   Фон нужен под резинкой прокрутки: сама страница закрывает окно целиком. */
html { scroll-behavior: smooth; background: #05070d }

@font-face {
  font-family: "Astroforma Sans";
  src: url("../assets/fonts/manrope-cyrillic-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Astroforma Sans";
  src: url("../assets/fonts/manrope-cyrillic-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
}

@font-face {
  font-family: "Astroforma Serif";
  src: url("../assets/fonts/cormorant-garamond-cyrillic-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

.page {
  --bg: #080a11;
  --bg-deep: #05070d;
  --panel: #111725;
  --panel-2: #171d2d;
  --line: rgba(193, 204, 231, .14);
  --ink: #f1f2f7;
  --dim: #a6aec0;
  --faint: #737d94;
  --gold: #d8a93a;
  --gold-bright: #f0ca6a;
  --violet: #9a8cf0;
  --green: #73cba0;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-smooth: cubic-bezier(.32, .72, 0, 1);
  min-height: 100dvh;
  overflow-x: clip;
  position: relative;
  isolation: isolate;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 9%, rgba(98,82,178,.16), transparent 31rem),
    radial-gradient(circle at 8% 48%, rgba(216,169,58,.065), transparent 36rem),
    linear-gradient(165deg, var(--bg), var(--bg-deep) 76%);
  font-family: "Astroforma Sans", "Segoe UI", sans-serif;
}

.page *, .page *::before, .page *::after { box-sizing: border-box; }
.page::before { content: ""; position: fixed; inset: 0; z-index: 30; pointer-events: none; opacity: .1; background-image: radial-gradient(circle at 17% 23%, rgba(255,255,255,.5) 0 1px, transparent 1.5px), radial-gradient(circle at 79% 68%, rgba(216,169,58,.58) 0 1px, transparent 1.5px); background-size: 191px 173px, 263px 229px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.page :where(a, button, summary):focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.page ::selection { color: #0b0d14; background: var(--gold-bright); }

.sky { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.sky i { position: absolute; border-radius: 50%; background: #fff; box-shadow: 0 0 11px rgba(255,255,255,.6); opacity: .4; }
.sky i:nth-child(1) { width: 2px; height: 2px; left: 8%; top: 6%; }
.sky i:nth-child(2) { width: 1px; height: 1px; left: 55%; top: 17%; }
.sky i:nth-child(3) { width: 2px; height: 2px; right: 9%; top: 44%; }

.header { width: min(1180px, calc(100% - 40px)); min-height: 68px; margin: 18px auto 0; padding: 10px 11px 10px 17px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; z-index: 20; border-radius: 999px; background: rgba(11,14,23,.86); box-shadow: 0 16px 46px rgba(0,0,0,.26), inset 0 1px rgba(255,255,255,.05); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brandMark { width: 36px; height: 36px; display: grid; place-items: center; flex: none; border-radius: 11px; color: #0b0d14; background: linear-gradient(145deg, #e0b64c, #9287dc); box-shadow: inset 0 1px rgba(255,255,255,.5), 0 8px 24px rgba(0,0,0,.24); font: 700 20px/1 "Astroforma Serif", Georgia, serif; }
.brandWord { display: flex; flex-direction: column; gap: 4px; }
.brandWord b { font-size: 16px; line-height: 1; letter-spacing: .17em; }
.brandWord small { color: var(--faint); font-size: 9px; line-height: 1; letter-spacing: .08em; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: var(--dim); font-size: 13px; text-decoration: none; transition: color 180ms var(--ease-out); }

.headerCta, .primaryCta { display: inline-flex; align-items: center; justify-content: center; gap: 13px; border-radius: 999px; color: #11100c; background: linear-gradient(135deg, #d3a130, #f0ca6a); box-shadow: 0 13px 34px rgba(166,121,29,.19), inset 0 1px rgba(255,255,255,.42); font-weight: 680; text-decoration: none; transition: transform 150ms var(--ease-out), filter 220ms var(--ease-out), box-shadow 220ms var(--ease-out); }
.headerCta { padding: 8px 9px 8px 17px; font-size: 13px; }
.primaryCta { width: max-content; padding: 11px 11px 11px 24px; font-size: 15px; }
.secondaryCta { width: max-content; display: inline-flex; align-items: center; gap: 10px; color: #dde1ea; font-size: 14px; text-decoration: none; transition: color 180ms var(--ease-out), transform 150ms var(--ease-out); }
.secondaryCta span { color: var(--gold-bright); transition: transform 220ms var(--ease-out); }
.arrow { width: 32px; height: 32px; display: grid; place-items: center; position: relative; border-radius: 50%; color: #18140b; background: rgba(14,12,8,.12); transition: transform 220ms var(--ease-out), background-color 220ms var(--ease-out); }
.arrow i { width: 11px; height: 1.5px; position: relative; display: block; background: currentColor; transform: rotate(-45deg); }
.arrow i::after { content: ""; width: 6px; height: 6px; position: absolute; right: -1px; top: -3px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; }
.headerCta:active, .primaryCta:active, .secondaryCta:active { transform: scale(.97); }

.screen { min-height: min(92dvh, 960px); padding: clamp(90px, 10vw, 140px) 0; position: relative; display: flex; align-items: center; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.split { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(60px, 9vw, 130px); align-items: center; }
.sectionIntro { max-width: 790px; margin-bottom: clamp(42px, 5vw, 62px); }
.sectionIntro h2, .storyCopy h2, .expertHeader h2, .setupHeader h2, .faqIntro h2, .finalContent h2 { margin: 0; font-family: "Astroforma Serif", Georgia, serif; font-size: clamp(44px, 5.6vw, 76px); font-weight: 500; line-height: 1; letter-spacing: -.035em; text-wrap: balance; }
.sectionIntro p, .storyCopy > p, .expertHeader p, .setupHeader p, .faqIntro > p { max-width: 660px; margin: 24px 0 0; color: var(--dim); font-size: clamp(15px, 1.45vw, 18px); line-height: 1.68; }
.storyCopy > p + p { margin-top: 16px; }
.storyCopy b { color: #e7e9f0; font-weight: 600; }

/* 1 — hero */
.hero { width: min(1180px, calc(100% - 40px)); min-height: calc(100dvh - 86px); margin: 0 auto; padding: clamp(54px, 7vh, 82px) 0 clamp(74px, 9vh, 110px); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr); gap: clamp(38px, 5vw, 72px); align-items: center; }
.hero > * { min-width: 0; }
.heroCopy { position: relative; z-index: 2; animation: copyIn 760ms var(--ease-out) both; }
.hero h1 { max-width: 780px; margin: 0; font-family: "Astroforma Serif", Georgia, serif; font-size: clamp(56px, 6vw, 86px); font-weight: 500; line-height: .93; letter-spacing: -.038em; text-wrap: balance; }
.heroLead { max-width: 670px; margin: 29px 0 0; color: var(--dim); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.66; }
.heroActions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.heroMicro { margin: 15px 0 0; color: var(--faint); font-size: 11px; line-height: 1.5; }
.heroFacts { margin-top: 36px; padding-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid var(--line); }
.heroFacts div { min-width: 0; }
/* Три заголовка стоят в ряд и должны читаться как ряд: любой перенос ломает
   строку описаний под ними. Ширину задаёт колонка (192 px на широком экране),
   поэтому потолок кегля выбран так, чтобы самый длинный из трёх — «Удерживает
   клиентов» — в неё укладывался. На 23 px он не влезал и уезжал на вторую
   строку начиная примерно с 1300 px ширины окна. Отдельный max-width убран:
   он обрезал раньше колонки и прятал настоящее ограничение. */
.heroFacts strong { max-width: 100%; display: block; color: var(--gold-bright); font-family: "Astroforma Serif", Georgia, serif; font-size: clamp(18px, 1.7vw, 21px); font-weight: 500; line-height: 1.08; }
.heroFacts span { max-width: 160px; margin-top: 8px; display: block; color: #929bad; font-size: 10px; line-height: 1.45; }

.heroVisual { min-height: 650px; position: relative; display: grid; place-items: center; perspective: 1200px; animation: visualIn 980ms var(--ease-out) 80ms both; }
.orbit { width: 520px; aspect-ratio: 1; position: absolute; border: 1px solid rgba(216,169,58,.18); border-radius: 50%; transform: rotate(-11deg); }
.orbit::before, .orbit::after { content: ""; position: absolute; inset: 58px; border: 1px solid rgba(154,140,240,.13); border-radius: 50%; }
.orbit::after { inset: 127px; border-color: rgba(255,255,255,.08); }
.orbit i { position: absolute; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 22px rgba(240,202,106,.82); }
.orbit i:nth-child(1) { width: 8px; height: 8px; left: 14%; top: 17%; }
.orbit i:nth-child(2) { width: 5px; height: 5px; right: 3%; top: 55%; background: var(--violet); }
.orbit i:nth-child(3) { width: 4px; height: 4px; left: 26%; bottom: 5%; }
.phoneShell { width: min(380px, 82vw); padding: 8px; position: relative; z-index: 2; border-radius: 38px; background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.035)); box-shadow: 0 40px 90px rgba(0,0,0,.5), 0 10px 30px rgba(105,83,188,.1); transform: rotate(1.7deg) translateZ(18px); }
.phone { min-height: 600px; padding: 12px 13px 18px; overflow: hidden; position: relative; border-radius: 30px; background: radial-gradient(circle at 50% 18%, rgba(138,120,226,.1), transparent 44%), linear-gradient(180deg, #151b29, #0d121c); box-shadow: inset 0 1px rgba(255,255,255,.1); }
.phoneTop { min-height: 58px; padding: 4px 7px 11px; display: grid; grid-template-columns: 40px 1fr 18px; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.07); }
.avatar { width: 40px; height: 40px; display: grid; place-items: center; flex: none; border-radius: 50%; color: #17130a; background: linear-gradient(145deg, var(--gold-bright), #a48be5); font-family: "Astroforma Serif", Georgia, serif; font-size: 19px; }
.phoneTop span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.phoneTop b { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.phoneTop small { color: var(--green); font-size: 8.5px; }
.phoneTop > i, .phoneTop > i::before, .phoneTop > i::after { width: 3px; height: 3px; border-radius: 50%; background: #7a8498; }
.phoneTop > i { position: relative; }.phoneTop > i::before, .phoneTop > i::after { content: ""; position: absolute; left: 0; }.phoneTop > i::before { top: -6px; }.phoneTop > i::after { top: 6px; }
.chatDate { width: max-content; margin: 16px auto 13px; padding: 4px 9px; border-radius: 999px; color: #727c91; background: rgba(255,255,255,.04); font-size: 8px; }
.message { margin-bottom: 12px; padding: 16px 16px 13px; border-radius: 17px 17px 17px 6px; }
.messageForecast { width: 92%; background: #1a2231; box-shadow: 0 12px 28px rgba(0,0,0,.17); }
.messageReturn { width: 94%; margin-left: auto; border-radius: 17px 17px 6px 17px; background: linear-gradient(145deg, rgba(216,169,58,.16), rgba(118,100,193,.13)); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.message small { display: block; margin-bottom: 9px; color: var(--gold-bright); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.message b { display: block; font-family: "Astroforma Serif", Georgia, serif; font-size: 18px; font-weight: 500; line-height: 1.2; }
.message p { margin: 8px 0 0; color: #aeb6c7; font-size: 10.5px; line-height: 1.5; }
.message a { width: 100%; margin-top: 14px; padding: 11px 12px; display: flex; align-items: center; justify-content: space-between; border-radius: 10px; color: #11100c; background: linear-gradient(135deg, #d3a130, #ebc45e); font-size: 10px; font-weight: 680; text-decoration: none; }
.phonePulse { width: max-content; margin: 19px auto 0; display: flex; align-items: center; gap: 8px; color: #7f899d; font-size: 9px; }
.phonePulse i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 15px rgba(115,203,160,.7); }
.autopilotBadge { min-width: 240px; padding: 13px 17px; display: flex; align-items: center; gap: 12px; position: absolute; right: -2%; bottom: 8%; z-index: 3; border-radius: 15px; background: rgba(20,25,38,.96); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 20px 52px rgba(0,0,0,.35); }
.autopilotBadge > i { width: 9px; height: 9px; flex: none; border-radius: 50%; background: var(--green); box-shadow: 0 0 20px rgba(115,203,160,.65); }
.autopilotBadge span { display: flex; flex-direction: column; gap: 4px; }.autopilotBadge b { font-size: 11px; }.autopilotBadge small { color: #7c879a; font-size: 8.5px; }

/* 2 — pains */
.painsSection { background: linear-gradient(180deg, transparent, rgba(16,21,33,.72), transparent); }
.painFlow { position: relative; }
.painFlow article { min-height: 175px; padding: 28px 0; display: grid; grid-template-columns: minmax(205px, .55fr) 1.45fr; align-items: center; gap: clamp(34px, 5vw, 72px); border-top: 1px solid var(--line); }
.painFlow article:last-child { border-bottom: 1px solid var(--line); }
.painFlow article > strong { max-width: 180px; color: var(--gold-bright); font-size: 10px; font-weight: 700; line-height: 1.45; letter-spacing: .08em; }
.painFlow h3 { margin: 0; color: #ebedf3; font-family: "Astroforma Serif", Georgia, serif; font-size: clamp(28px, 3.4vw, 45px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.painFlow p { max-width: 700px; margin: 15px 0 0; color: var(--dim); font-size: 14px; line-height: 1.68; }
.flowLine { width: 1px; position: absolute; left: 188px; top: 45px; bottom: 45px; background: linear-gradient(180deg, transparent, var(--gold), var(--violet), transparent); opacity: .3; }
.flowLine i { width: 8px; height: 8px; position: absolute; left: -3.5px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 20px rgba(216,169,58,.65); }.flowLine i:nth-child(1) { top: 10%; }.flowLine i:nth-child(2) { top: 49%; }.flowLine i:nth-child(3) { bottom: 10%; }

/* 3 — contact */
.contactSection { background: radial-gradient(circle at 78% 45%, rgba(154,140,240,.11), transparent 31rem); }
.funnelVisual { min-height: 570px; padding: clamp(28px, 5vw, 58px); position: relative; display: flex; flex-direction: column; justify-content: center; border-radius: 16px; background: radial-gradient(circle at 70% 14%, rgba(216,169,58,.1), transparent 18rem), linear-gradient(150deg, #151b29, #0d121c); box-shadow: inset 0 1px rgba(255,255,255,.06), 0 30px 80px rgba(0,0,0,.16); }
.bioCard { width: 78%; padding: 22px; align-self: flex-start; border-radius: 16px; background: rgba(255,255,255,.045); box-shadow: inset 0 1px rgba(255,255,255,.06); }
.bioCard > div { display: flex; align-items: center; gap: 12px; }.bioCard > div > span:last-child { display: flex; flex-direction: column; gap: 4px; }.bioCard b { font-size: 12px; }.bioCard small { color: var(--faint); font-size: 9px; }
.bioCard p { margin: 18px 0 10px; color: #c2c8d5; font-size: 12px; }.bioLink { padding: 10px 12px; display: flex; justify-content: space-between; border-radius: 10px; color: #11100c; background: linear-gradient(135deg, #d3a130, #ebc45e); font-size: 11px; font-weight: 650; }
.funnelBeam { height: 78px; margin-left: 24%; display: flex; align-items: center; gap: 10px; color: #777f91; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.funnelBeam i { width: 1px; height: 100%; background: linear-gradient(180deg, rgba(216,169,58,.08), var(--gold)); }.funnelBeam i:last-child { background: linear-gradient(180deg, var(--gold), rgba(154,140,240,.2)); }
.trustCard { width: 73%; padding: 25px; align-self: flex-end; border-radius: 16px; background: linear-gradient(145deg, rgba(154,140,240,.14), rgba(255,255,255,.035)); box-shadow: inset 0 1px rgba(255,255,255,.06); }
.trustCard small { color: var(--gold-bright); font-size: 8px; letter-spacing: .1em; }.trustCard b { margin-top: 13px; display: block; font-family: "Astroforma Serif", Georgia, serif; font-size: 25px; font-weight: 500; line-height: 1.15; }.trustCard span { margin-top: 11px; display: block; color: var(--dim); font-size: 10px; }
.funnelResult { margin-top: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 14px; }.funnelResult > strong { color: var(--gold-bright); font-family: "Astroforma Serif", Georgia, serif; font-size: 42px; font-weight: 500; }.funnelResult span { display: flex; flex-direction: column; gap: 5px; }.funnelResult b { font-size: 13px; }.funnelResult small { color: var(--faint); font-size: 9px; }

/* 4 — retention */
.retentionSection { background: linear-gradient(180deg, transparent, rgba(13,18,29,.72), transparent); }
.retentionGrid { min-height: 640px; display: grid; grid-template-columns: .82fr 1.18fr; grid-template-rows: auto 1fr; gap: 14px; }
.retentionMetric { min-height: 330px; padding: 46px; grid-row: 1 / 3; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; position: relative; border-radius: 16px; background: radial-gradient(circle at 72% 17%, rgba(216,169,58,.14), transparent 18rem), linear-gradient(145deg, #151b29, #0e131e); box-shadow: inset 0 1px rgba(255,255,255,.055); }
.retentionMetric::before { content: ""; width: 420px; height: 420px; position: absolute; right: -170px; top: -170px; border: 1px solid rgba(216,169,58,.18); border-radius: 50%; }
.retentionMetric strong { color: var(--gold-bright); font-family: "Astroforma Serif", Georgia, serif; font-size: clamp(120px, 16vw, 218px); font-weight: 500; line-height: .7; letter-spacing: -.05em; }
.retentionMetric span { max-width: 300px; margin-top: 35px; color: #bec5d3; font-size: 16px; line-height: 1.5; }
.retentionGrid .storyCopy { padding: 38px 46px; border-radius: 16px; background: rgba(255,255,255,.026); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.retentionGrid .storyCopy h2 { font-size: clamp(40px, 4.7vw, 63px); }
.retentionGrid .storyCopy p { font-size: 14px; }
.rhythmPanel { padding: 34px 40px; border-radius: 16px; background: linear-gradient(145deg, rgba(154,140,240,.1), rgba(17,23,37,.94)); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.rhythmHeader { display: flex; align-items: center; justify-content: space-between; }.rhythmHeader span { color: #dce0e8; font-size: 12px; }.rhythmHeader small { color: var(--green); font-size: 9px; }
.rhythmDays { margin-top: 27px; display: grid; grid-template-columns: repeat(14, 1fr); gap: 8px; }.rhythmDays i { aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.055); }.rhythmDays .dayActive { background: var(--gold-bright); box-shadow: 0 0 15px rgba(216,169,58,.55); }
.rhythmMessages { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px 22px; }.rhythmMessages span { display: inline-flex; align-items: center; gap: 8px; color: #aeb6c6; font-size: 10px; }.rhythmMessages i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

/* 5 — return */
.returnSection { background: radial-gradient(circle at 24% 58%, rgba(216,169,58,.075), transparent 31rem); }
.returnJourney { padding: clamp(35px, 6vw, 68px); border-radius: 16px; background: linear-gradient(150deg, #151b29, #0d121c); box-shadow: inset 0 1px rgba(255,255,255,.06); }
.returnJourney > div { min-height: 125px; display: grid; grid-template-columns: 42px 1fr; align-content: center; column-gap: 18px; }
.returnJourney > div > span { grid-row: 1 / 3; color: var(--gold-bright); font: 10px/1 "Astroforma Sans", sans-serif; }.returnJourney b { font-family: "Astroforma Serif", Georgia, serif; font-size: clamp(24px, 3vw, 36px); font-weight: 500; line-height: 1.1; }.returnJourney p { margin: 9px 0 0; color: var(--dim); font-size: 12px; }
.returnJourney > i { width: 1px; height: 55px; margin-left: 20px; display: block; background: linear-gradient(180deg, var(--gold), rgba(154,140,240,.22)); }
.returnJourney .returnFocus { min-height: 150px; padding: 25px 25px 25px 0; border-radius: 14px; background: linear-gradient(100deg, rgba(216,169,58,.12), rgba(154,140,240,.07)); }
.returnFocus a { width: max-content; margin-top: 18px; padding: 8px 8px 8px 17px; display: inline-flex; align-items: center; gap: 11px; border-radius: 999px; color: #11100c; background: linear-gradient(135deg, #d3a130, #f0ca6a); font-size: 11px; font-weight: 650; text-decoration: none; }.returnFocus a .arrow { width: 27px; height: 27px; }

/* 6 — expert */
.expertSection { background: linear-gradient(180deg, rgba(12,16,26,.2), rgba(18,23,36,.82), rgba(12,16,26,.2)); }
.expertHeader { max-width: 900px; margin-bottom: 52px; }.expertHeader p { max-width: 710px; }
.expertPlate { min-height: 780px; padding: clamp(36px, 6vw, 72px); position: relative; overflow: hidden; border-radius: 16px; background: radial-gradient(circle at 17% 30%, rgba(154,140,240,.16), transparent 24rem), radial-gradient(circle at 85% 80%, rgba(216,169,58,.09), transparent 25rem), #101623; box-shadow: inset 0 1px rgba(255,255,255,.065), 0 30px 90px rgba(0,0,0,.18); }
.chartCore { width: 390px; height: 390px; position: absolute; left: -70px; top: 54px; display: grid; place-items: center; border: 1px solid rgba(216,169,58,.18); border-radius: 50%; }
.chartCore::before, .chartCore::after { content: ""; position: absolute; border: 1px solid rgba(154,140,240,.14); border-radius: 50%; }.chartCore::before { inset: 62px; }.chartCore::after { inset: 127px; }.chartCore span { color: rgba(240,202,106,.22); font-family: "Astroforma Serif", Georgia, serif; font-size: 76px; }.chartCore i { position: absolute; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 22px rgba(216,169,58,.72); }.chartCore i:nth-of-type(1) { width: 9px; height: 9px; left: 61px; top: 77px; }.chartCore i:nth-of-type(2) { width: 5px; height: 5px; right: 9px; top: 52%; background: var(--violet); }.chartCore i:nth-of-type(3) { width: 4px; height: 4px; left: 35%; bottom: 1px; }
.methodList { width: 66%; margin-left: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0 44px; position: relative; z-index: 2; }
.methodList > div { min-height: 94px; padding: 20px 0; display: flex; flex-direction: column; gap: 8px; border-top: 1px solid var(--line); }.methodList b { color: #e8eaf0; font-size: 13px; }.methodList span { color: var(--faint); font-size: 10px; line-height: 1.45; }
.sourceModes { margin-top: 75px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; position: relative; z-index: 2; }
.sourceModes article { min-height: 210px; padding: 30px; display: grid; grid-template-columns: 43px 1fr; gap: 19px; border-radius: 14px; background: rgba(255,255,255,.035); box-shadow: inset 0 1px rgba(255,255,255,.05); }.sourceModes article > strong { color: var(--gold-bright); font-size: 10px; }.sourceModes b { font-family: "Astroforma Serif", Georgia, serif; font-size: 27px; font-weight: 500; }.sourceModes p { margin: 13px 0 0; color: var(--dim); font-size: 12px; line-height: 1.6; }
.expertNote { max-width: 830px; margin: 34px 0 0 auto; color: #8690a4; font-size: 13px; line-height: 1.65; text-align: right; }

/* 7 — setup */
.setupSection { background: radial-gradient(circle at 85% 20%, rgba(216,169,58,.09), transparent 30rem); }
.setupHeader { margin-bottom: 54px; display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(45px, 8vw, 110px); align-items: end; }
.setupHeader > div:first-child { display: flex; flex-direction: column; }.setupHeader > div:first-child strong { color: var(--gold-bright); font-family: "Astroforma Serif", Georgia, serif; font-size: clamp(66px, 9vw, 112px); font-weight: 500; line-height: .8; letter-spacing: -.035em; }.setupHeader > div:first-child span { max-width: 240px; margin-top: 28px; color: #aeb5c4; font-size: 14px; line-height: 1.5; }
.setupList { margin: 0 0 38px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.setupList li { min-height: 120px; padding: 23px 0; display: grid; grid-template-columns: 70px 1fr; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); }.setupList li > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-bright); background: rgba(216,169,58,.09); box-shadow: inset 0 0 0 1px rgba(216,169,58,.22); font-size: 11px; }.setupList h3 { margin: 0; color: #ebedf3; font-family: "Astroforma Serif", Georgia, serif; font-size: 26px; font-weight: 500; }.setupList p { max-width: 800px; margin: 8px 0 0; color: var(--dim); font-size: 13px; line-height: 1.6; }

/* 8 — pricing */
.pricingSection { background: linear-gradient(180deg, transparent, rgba(17,22,35,.8), transparent); }
.pricingGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.pricingGrid article { min-height: 520px; padding: 38px 34px; display: flex; flex-direction: column; position: relative; border-radius: 16px; background: linear-gradient(150deg, #151b29, #0e131e); box-shadow: inset 0 1px rgba(255,255,255,.055); }
.pricingGrid .planFeatured { background: radial-gradient(circle at 78% 17%, rgba(216,169,58,.16), transparent 17rem), linear-gradient(150deg, #1a202e, #10151f); box-shadow: inset 0 1px rgba(255,255,255,.09), 0 25px 65px rgba(166,121,29,.1); }
.planFeatured::before { content: "Начните здесь"; padding: 7px 11px; position: absolute; right: 22px; top: 22px; border-radius: 999px; color: #1a160d; background: var(--gold-bright); font-size: 8px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.pricingGrid article > span { color: var(--gold-bright); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.pricingGrid h3 { margin: 25px 0 30px; font-family: "Astroforma Serif", Georgia, serif; font-size: clamp(31px, 3.3vw, 43px); font-weight: 500; line-height: 1.08; }
.priceRows { border-top: 1px solid var(--line); }.priceRows > div { min-height: 88px; display: flex; flex-direction: column; justify-content: center; gap: 9px; border-bottom: 1px solid var(--line); }.priceRows small { color: var(--faint); font-size: 9px; }.priceRows strong { color: #e9ebf1; font-size: 16px; font-weight: 600; }.planFeatured .priceRows > div:first-child strong { color: var(--gold-bright); font-family: "Astroforma Serif", Georgia, serif; font-size: 40px; font-weight: 500; }
.pricingGrid article > p { margin: 25px 0 0; color: var(--dim); font-size: 12px; line-height: 1.62; }.pricingGrid article > a { width: 100%; margin-top: auto; padding: 9px 9px 9px 18px; display: flex; align-items: center; justify-content: space-between; border-radius: 999px; color: #11100c; background: linear-gradient(135deg, #d3a130, #f0ca6a); font-size: 12px; font-weight: 650; text-decoration: none; }.pricingGrid article:not(.planFeatured) > a { color: #e4e7ee; background: rgba(255,255,255,.05); box-shadow: inset 0 0 0 1px var(--line); }.pricingGrid article:not(.planFeatured) .arrow { color: var(--gold-bright); background: rgba(216,169,58,.1); }
.pricingNote { max-width: 770px; margin: 28px 0 0 auto; color: #7f899d; font-size: 12px; line-height: 1.6; text-align: right; }

/* 9 — faq */
.faqSection { background: linear-gradient(180deg, transparent, rgba(13,18,29,.7)); }
.faqGrid { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(60px, 9vw, 125px); }
.faqIntro { position: sticky; top: 120px; align-self: start; }.faqIntro h2 { font-size: clamp(43px, 5vw, 66px); }.faqIntro .secondaryCta { margin-top: 30px; }
.faqList details { border-top: 1px solid var(--line); }.faqList details:last-child { border-bottom: 1px solid var(--line); }.faqList summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #e1e4ec; cursor: pointer; list-style: none; font-size: 15px; }.faqList summary::-webkit-details-marker { display: none; }.faqList summary i { width: 27px; height: 27px; flex: none; position: relative; border-radius: 50%; background: rgba(255,255,255,.045); }.faqList summary i::before, .faqList summary i::after { content: ""; width: 10px; height: 1px; position: absolute; left: 8.5px; top: 13px; background: #9da6b8; transition: transform 210ms var(--ease-out); }.faqList summary i::after { transform: rotate(90deg); }.faqList details[open] summary i::after { transform: rotate(0); }.faqList details p { max-width: 66ch; margin: -3px 52px 0 0; padding: 0 0 29px; color: var(--dim); font-size: 13px; line-height: 1.67; }

/* 10 — final */
.finalSection { min-height: 780px; padding-inline: 20px; overflow: hidden; justify-content: center; text-align: center; }
.finalSection::before, .finalSection::after { content: ""; position: absolute; border-radius: 50%; }.finalSection::before { width: 690px; height: 690px; border: 1px solid rgba(216,169,58,.12); }.finalSection::after { width: 500px; height: 500px; border: 1px solid rgba(154,140,240,.12); }
.finalOrbit { width: 880px; height: 880px; position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(216,169,58,.13), rgba(154,140,240,.06) 37%, transparent 68%); }.finalOrbit i { position: absolute; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 24px rgba(216,169,58,.8); }.finalOrbit i:nth-child(1) { width: 9px; height: 9px; left: 8%; top: 35%; }.finalOrbit i:nth-child(2) { width: 5px; height: 5px; right: 12%; top: 29%; background: var(--violet); }.finalOrbit i:nth-child(3) { width: 6px; height: 6px; right: 23%; bottom: 16%; }
.finalContent { max-width: 950px; position: relative; z-index: 2; }.finalContent h2 { font-size: clamp(60px, 7.6vw, 96px); }.finalContent > p { max-width: 720px; margin: 27px auto 0; color: var(--dim); font-size: 17px; line-height: 1.65; }.finalActions { margin-top: 36px; display: flex; align-items: center; justify-content: center; gap: 28px; }.finalContent > small { margin-top: 17px; display: block; color: #7d879a; font-size: 10px; }

.footer { width: min(1180px, calc(100% - 40px)); min-height: 120px; margin: 0 auto; padding: 32px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); }.footer > p { margin: 0; color: #737d91; font-size: 12px; text-align: center; }.footer > a:last-child { color: #aeb6c7; font-size: 12px; text-decoration: none; }.footer > a:last-child span { margin-left: 6px; color: var(--gold-bright); }
.mobileCta { display: none; }

/* Блоки появляются при прокрутке. В исходнике класс «спрятать» навешивал
   скрипт после первой отрисовки, и готовая страница успевала мигнуть перед
   тем, как спрятаться. Здесь прячет CSS, а разрешает его класс js, который
   встроенный скрипт ставит на <html> до разбора разметки: мигания нет.
   Без JS класса js не появится — и страница видна целиком, как и должна. */
.js [data-reveal]:not(.revealVisible) { opacity: 0; transform: translateY(26px); filter: blur(5px); }
.revealVisible { opacity: 1; transform: translateY(0); filter: blur(0); transition: opacity 720ms var(--ease-out), transform 720ms var(--ease-out), filter 720ms var(--ease-out); }
@keyframes copyIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes visualIn { from { opacity: 0; transform: translateY(26px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (hover: hover) and (pointer: fine) {
  .nav a:hover, .secondaryCta:hover { color: var(--gold-bright); }
  .headerCta:hover, .primaryCta:hover { filter: brightness(1.06); box-shadow: 0 18px 46px rgba(166,121,29,.26), inset 0 1px rgba(255,255,255,.5); }
  .headerCta:hover .arrow, .primaryCta:hover .arrow, .pricingGrid a:hover .arrow { transform: translate(3px, -2px) rotate(4deg); }
  .secondaryCta:hover span { transform: translate(3px, -2px); }
  .phoneShell { transition: transform 650ms var(--ease-smooth); }
  .heroVisual:hover .phoneShell { transform: rotate(.2deg) translateY(-7px) translateZ(22px); }
  .pricingGrid article { transition: transform 260ms var(--ease-out), background-color 260ms var(--ease-out); }
  .pricingGrid article:hover { transform: translateY(-5px); }
}

@media (min-width: 981px) and (max-height: 1000px) {
  .header { min-height: 62px; margin-top: 12px; }
  .hero { min-height: calc(100dvh - 74px); padding: 28px 0 48px; }
  .hero h1 { font-size: clamp(54px, 5.4vw, 76px); }
  .heroLead { margin-top: 22px; font-size: 16px; }
  .heroActions { margin-top: 25px; }
  .heroFacts { margin-top: 25px; padding-top: 17px; }
  .heroVisual { min-height: 550px; }
  .orbit { width: 450px; }
  .phoneShell { width: 338px; }
  .phone { min-height: 525px; }
  .message { padding: 12px 13px 10px; }
  .autopilotBadge { bottom: 4%; }
}

/* Узкий десктоп: колонка первого экрана делится на три по ~150 px, и в неё
   не встаёт «Удерживает клиентов» даже минимальным кеглем. Раскладываем той
   же парой, что и на телефоне, — все три заголовка остаются в одну строку. */
@media (min-width: 981px) and (max-width: 1080px) {
  .heroFacts { grid-template-columns: 1fr 1fr; }
  .heroFacts div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
  .nav { display: none; }
  .screen { min-height: 0; padding: 88px 0; }
  .hero { grid-template-columns: 1fr; padding-top: 82px; }
  .heroCopy { max-width: 790px; }
  .heroVisual { min-height: 650px; }
  .split, .faqGrid { grid-template-columns: 1fr; }
  .storyCopy { max-width: 760px; }
  .funnelVisual, .returnJourney { max-width: 790px; }
  .retentionGrid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .retentionMetric { min-height: 520px; grid-row: auto; }
  .methodList { width: 72%; }
  .pricingGrid { grid-template-columns: 1fr; }
  .pricingGrid article { min-height: 470px; }
  .faqIntro { position: static; }
}

@media (max-width: 700px) {
  .header { width: calc(100% - 24px); min-height: 60px; margin-top: 10px; padding: 8px 8px 8px 12px; }
  .brandMark { width: 34px; height: 34px; }
  .brandWord small { display: none; }
  .headerCta { width: 44px; height: 44px; padding: 0; font-size: 0; }
  .headerCta .arrow { width: 32px; height: 32px; }
  .screen { padding: 72px 0; }
  .shell { width: calc(100% - 32px); }
  .sectionIntro { margin-bottom: 34px; }
  .sectionIntro h2, .storyCopy h2, .expertHeader h2, .setupHeader h2, .faqIntro h2 { font-size: clamp(38px, 10.8vw, 50px); line-height: 1.02; }
  .sectionIntro p, .storyCopy > p, .expertHeader p, .setupHeader p, .faqIntro > p { margin-top: 19px; font-size: 15px; line-height: 1.62; }

  .hero { width: calc(100% - 32px); min-height: auto; padding: 58px 0 72px; gap: 42px; }
  .hero h1 { font-size: clamp(45px, 12.8vw, 60px); line-height: .96; text-wrap: balance; }
  .heroLead { margin-top: 23px; font-size: 15px; line-height: 1.6; }
  .heroActions { align-items: stretch; flex-direction: column; gap: 17px; }
  .heroActions .primaryCta { width: 100%; justify-content: space-between; }
  .heroMicro { margin-top: 13px; }
  .heroFacts { grid-template-columns: 1fr 1fr; gap: 20px 16px; }
  .heroFacts div:last-child { grid-column: 1 / -1; }
  .heroVisual { min-height: 575px; }
  .orbit { width: 410px; }
  .phoneShell { width: min(350px, 90vw); }
  .phone { min-height: 545px; }
  .autopilotBadge { min-width: 230px; right: -3%; bottom: 0; }

  .painFlow article { min-height: 0; padding: 31px 0; grid-template-columns: 1fr; gap: 15px; }
  .painFlow article > strong { max-width: none; font-size: 10px; }
  .painFlow h3 { font-size: 33px; }
  .flowLine { display: none; }

  .funnelVisual { min-height: 520px; padding: 28px 20px; }
  .bioCard, .trustCard { width: 91%; }
  .trustCard b { font-size: 23px; }

  .retentionMetric { min-height: 430px; padding: 35px 25px; }
  .retentionMetric strong { font-size: clamp(126px, 42vw, 178px); }
  .retentionGrid .storyCopy, .rhythmPanel { padding: 30px 24px; }
  .retentionGrid .storyCopy h2 { font-size: 42px; }
  .rhythmDays { gap: 6px; }

  .returnJourney { padding: 30px 22px; }
  .returnJourney > div { grid-template-columns: 35px 1fr; }
  .returnJourney .returnFocus { padding-right: 14px; }
  .returnFocus a { max-width: 100%; }

  .expertHeader { margin-bottom: 34px; }
  .expertPlate { min-height: 0; padding: 340px 23px 30px; }
  .chartCore { width: 360px; height: 360px; left: 50%; top: -20px; transform: translateX(-50%); }
  .methodList { width: 100%; grid-template-columns: 1fr; gap: 0; }
  .methodList > div { min-height: 83px; }
  .sourceModes { margin-top: 45px; grid-template-columns: 1fr; }
  .sourceModes article { min-height: 190px; padding: 26px 20px; grid-template-columns: 33px 1fr; }
  .expertNote { text-align: left; }

  .setupHeader { margin-bottom: 40px; grid-template-columns: 1fr; gap: 34px; }
  .setupHeader > div:first-child strong { font-size: 64px; }
  .setupList li { grid-template-columns: 47px 1fr; gap: 17px; }
  .setupList li > span { width: 40px; height: 40px; }
  .setupList h3 { font-size: 23px; }
  .setupSection .primaryCta { width: 100%; justify-content: space-between; }

  .pricingGrid article { min-height: 470px; padding: 32px 25px; }
  .planFeatured::before { right: 16px; top: 16px; }
  .pricingNote { text-align: left; }

  .faqList summary { min-height: 78px; font-size: 14px; }
  .faqList details p { margin-right: 0; }

  .finalSection { min-height: 700px; padding: 88px 16px 112px; }
  .finalSection::before { width: 510px; height: 510px; }.finalSection::after { width: 355px; height: 355px; }
  .finalContent { width: 100%; max-width: 390px; }
  .finalContent h2 { font-size: clamp(48px, 13vw, 62px); line-height: .98; }
  .finalContent > p { font-size: 15px; }
  .finalActions { align-items: stretch; flex-direction: column; gap: 18px; }
  .finalActions .primaryCta { width: 100%; justify-content: space-between; }
  .finalActions .secondaryCta { align-self: center; }

  .footer { width: calc(100% - 32px); padding: 40px 0 110px; align-items: flex-start; flex-direction: column; }
  .footer > p { text-align: left; }
  .mobileCta { width: calc(100% - 24px); min-height: 56px; padding: 8px 9px 8px 21px; display: flex; align-items: center; justify-content: space-between; position: fixed; left: 12px; bottom: 12px; z-index: 25; border-radius: 999px; color: #11100c; background: linear-gradient(135deg, #d3a130, #f0ca6a); box-shadow: 0 16px 45px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.44); font-size: 14px; font-weight: 680; text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(18px); transition: opacity 220ms var(--ease-out), transform 220ms var(--ease-out); }
  .mobileCtaVisible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobileCta .arrow { width: 40px; height: 40px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 44px; }
  .heroFacts { grid-template-columns: 1fr; }
  .heroFacts div:last-child { grid-column: auto; }
  .phoneShell { width: 325px; }
  .painFlow h3 { font-size: 30px; }
  .funnelVisual { padding-inline: 16px; }
  .bioCard, .trustCard { width: 96%; }
  .retentionMetric strong { font-size: 122px; }
  .finalContent { max-width: 340px; }
  .finalContent h2 { font-size: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  .heroCopy, .heroVisual { animation: none; }
  .js [data-reveal]:not(.revealVisible), .revealVisible { opacity: 1; transform: none; filter: none; transition: none; }
  .phoneShell, .arrow, .primaryCta, .secondaryCta, .pricingGrid article { transition-duration: 1ms; }
}

/* Полоса для клиента. На страницу для астрологов заходят и те, кто считал свою
   карту, — им здесь нечего делать, кроме как узнать про бесплатные прогнозы.
   Поэтому блок тихий: без кнопки-акцента, чтобы не спорить с главным CTA. */
.clientNote { padding-top: 0; padding-bottom: 64px; }
.clientNoteBox { max-width: 780px; margin: 0 auto; padding: 30px 34px; display: grid; gap: 12px;
  border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(255,255,255,.02); }
.clientNoteLabel { color: var(--gold-bright); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.clientNoteBox p { margin: 0; color: #aeb6c7; font-size: 13.5px; line-height: 1.65; }
.clientNoteBox b { color: #eef1f7; font-weight: 600; }
.clientNoteBox a { width: max-content; color: #f0ca6a; font-size: 13px; font-weight: 600; text-decoration: none;
  border-bottom: 1px solid rgba(216,169,58,.4); padding-bottom: 2px; transition: .2s ease; }
.clientNoteBox a:hover { color: #f1d886; border-bottom-color: #f1d886; }
@media (max-width: 620px) {
  .clientNote { padding-bottom: 44px; }
  .clientNoteBox { padding: 22px 18px; }
  .clientNoteBox p { font-size: 12.5px; }
}
