/* Стили лендинга (index.html). Токены — в tokens.css, он подключается первым. */

.wrap{max-width:1080px;margin:0 auto;padding:0 24px}

/* ── Навигация ── */
header.nav{position:sticky;top:0;z-index:10;background:var(--paper);border-bottom:1px solid var(--line)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px}
.logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px;letter-spacing:.1px;text-decoration:none;color:var(--ink)}
.logo img{width:26px;height:26px;border-radius:50%;object-fit:cover}
.nav-links{display:flex;align-items:center;gap:24px;font-size:14.5px;color:var(--muted)}
.nav-links a{text-decoration:none;color:inherit}
.nav-links a:hover{color:var(--ink)}
@media (max-width:720px){.nav-links{display:none}}

/* ── Hero ── */
.hero{padding:72px 0 56px;text-align:center}
.kicker{
  display:inline-block;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  color:var(--muted);background:var(--card);border:1px solid var(--line);padding:6px 14px;border-radius:999px;margin-bottom:26px;
}
.logomark{width:64px;height:64px;margin:0 auto 24px;border-radius:50%;overflow:hidden;border:1px solid var(--line)}
.logomark img{width:100%;height:100%;object-fit:cover;display:block}
h1{font-size:clamp(30px,5vw,48px);font-weight:700;line-height:1.16;letter-spacing:-.01em;max-width:760px;margin:0 auto 20px;text-wrap:balance}
.lead{font-size:clamp(16px,1.8vw,18.5px);color:var(--muted);max-width:640px;margin:0 auto 32px}
.hero-cta{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.badge-store{
  display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:var(--radius);
  border:1px solid var(--line);background:var(--card);font-size:14px;color:var(--muted);
}

/* ── Разделы ── */
section{padding:72px 0}
.section-head{text-align:center;max-width:680px;margin:0 auto 44px}
.section-head .kicker{margin-bottom:16px}
h2{font-size:clamp(24px,3.6vw,34px);font-weight:700;letter-spacing:-.01em;margin:0 0 12px;text-wrap:balance}
.section-head p{color:var(--muted);font-size:16px;margin:0}

/* ── Сферы ── */
.spheres-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
@media (max-width:900px){.spheres-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.spheres-grid{grid-template-columns:1fr}}
.sphere-card{
  background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:20px;
  transition:border-color .2s,transform .2s;
}
.sphere-card:hover{border-color:var(--dot);transform:translateY(-2px)}
.sphere-marker{display:flex;align-items:center;gap:8px;margin-bottom:14px}
.sphere-dot{width:14px;height:14px;border-radius:50%;background:var(--dot);flex:none}
.sphere-hue{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}
.sphere-card h3{font-size:15.5px;font-weight:700;margin:0 0 6px}
.sphere-card p{font-size:13.5px;color:var(--muted);margin:0}

/* ── Уже сегодня ── */
.today-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media (max-width:860px){.today-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.today-grid{grid-template-columns:1fr}}
.today-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:22px;transition:border-color .2s}
.today-card:hover{border-color:var(--accent)}
.today-mark{width:32px;height:32px;border-radius:8px;background:color-mix(in srgb, var(--accent) 16%, transparent);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.today-mark span{width:10px;height:10px;border-radius:50%;background:var(--accent)}
.today-card h3{font-size:15.5px;margin:0 0 6px;font-weight:700}
.today-card p{font-size:13.5px;color:var(--muted);margin:0}

/* ── ИИ-секция ── */
.ai-section{background:var(--card);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:0 -24px;padding:72px 24px}
.ai-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}
@media (max-width:860px){.ai-grid{grid-template-columns:1fr}}
.ai-copy .kicker{background:var(--paper)}
.ai-copy h2{text-align:left}
.ai-copy>p{color:var(--muted);font-size:16px;margin-bottom:20px}
.ai-list{list-style:none;display:flex;flex-direction:column;gap:11px;margin:0;padding:0}
.ai-list li{display:flex;gap:10px;font-size:14.5px;color:var(--muted)}
.ai-list li::before{content:'→';color:var(--accent);flex-shrink:0;font-weight:700}
.insight-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:26px}
.insight-label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:12px}
.insight-quote{font-size:16px;line-height:1.55;margin-bottom:18px}
.insight-quote b{color:var(--ink)}
.insight-signature{font-size:13px;color:var(--muted);margin-bottom:20px}
.mini-chart{display:flex;flex-direction:column;gap:10px}
.mini-row{display:flex;align-items:center;gap:10px}
.mini-row .mini-label{width:100px;font-size:12.5px;color:var(--muted);flex-shrink:0}
.mini-track{flex:1;height:8px;border-radius:999px;background:var(--line);overflow:hidden;display:flex}
.mini-fill{height:100%;border-radius:999px}
.mini-fill.sleep{background:var(--s1);width:38%}
.mini-fill.income{background:var(--s3);width:31%}

/* ── Скриншоты ── */
.shots-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
@media (max-width:860px){.shots-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.shots-grid{grid-template-columns:1fr;max-width:280px;margin:0 auto}}
.shot{margin:0}
.shot-frame{
  position:relative;aspect-ratio:9/19.5;border-radius:16px;overflow:hidden;
  background:var(--card);border:1px solid var(--line);
}
.shot-frame img{width:100%;height:100%;object-fit:cover;display:block}
.shot-placeholder{
  position:absolute;inset:0;display:none;flex-direction:column;align-items:center;justify-content:center;gap:6px;
  background:repeating-linear-gradient(135deg, var(--card), var(--card) 10px, var(--paper) 10px, var(--paper) 20px);
  color:var(--muted);font-size:11.5px;text-align:center;padding:12px;
}
.shot figcaption{margin-top:10px;font-size:13.5px;color:var(--muted);text-align:center}

/* ── Тарифы ── */
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}
@media (max-width:860px){.pricing-grid{grid-template-columns:1fr}}
.price-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column}
.price-card.featured{border-color:var(--accent);position:relative}
.price-card .tag{position:absolute;top:-12px;right:22px;background:var(--accent);color:var(--accent-ink);font-size:11px;font-weight:700;padding:5px 12px;border-radius:999px;letter-spacing:.03em}
.price-name{font-size:19px;font-weight:700;margin-bottom:4px}
.price-tagline{font-size:13.5px;color:var(--muted);margin-bottom:18px}
.price-amount{font-size:30px;font-weight:700;margin-bottom:4px}
.price-amount span{font-size:14px;font-weight:500;color:var(--muted)}
.price-yearly{font-size:12.5px;color:var(--muted);margin-bottom:20px}
.price-features{list-style:none;display:flex;flex-direction:column;gap:9px;font-size:13.5px;color:var(--muted);margin:0;padding:0}
.price-features li::before{content:'✓ ';color:var(--s7);font-weight:700}

/* ── Манифест ── */
.manifesto{text-align:center;max-width:700px;margin:0 auto}
.manifesto p{font-size:16.5px;color:var(--muted);margin-bottom:14px}
.manifesto p:last-child{margin-bottom:0}

/* ── Плавное появление при прокрутке ── */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .4s ease,transform .4s ease}
.reveal.in{opacity:1;transform:none}
