/* Kotonoki web — shared styles.
   Палитра подружена с iOS-приложением (Kotonoki/DesignSystem/Theme.swift):
   background #F1F1F1, surface #FFFFFF, chip #E6D9DA (мягкий cherry-tint),
   border #E9E9E9, textPrimary #222, textSecondary #909090,
   accent #B5313E (cherry), success #8B2434 (deep cherry / hover),
   danger #F35767, warning #E08842.

   Идея: тот же paper-base как у Reelingo (продукты ощущаются как одна семья),
   но акценты — вишнёвые, под японскую тему. Все «mint»-RGBA из Reelingo
   заменены cherry-tint'ом. */

:root {
  --bg:        #F1F1F1;
  --surface:   #FFFFFF;
  --chip:      #E6D9DA;
  --border:    #E9E9E9;
  --text:      #222222;
  --muted:     #909090;
  --accent:    #B5313E;
  --success:   #8B2434;
  --danger:    #F35767;
  --warning:   #E08842;

  --serif: 'Georgia', 'Iowan Old Style', 'Charter', serif;
  --sans:  -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', system-ui, sans-serif;

  --radius: 16px;
  --radius-lg: 24px;
  --shadow-soft: 0 2px 8px rgba(34, 34, 34, .04);
  --shadow-lift: 0 8px 24px rgba(34, 34, 34, .08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: var(--text); text-decoration: none; }
a:hover { color: var(--success); }

img { display: block; max-width: 100%; height: auto; }

/* -------- Layout primitives -------- */

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-narrow {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

section { padding: 80px 0; }
@media (max-width: 640px) { section { padding: 56px 0; } }

/* -------- Header -------- */

header {
  position: sticky;
  top: 0;
  background: rgba(241, 241, 241, .85);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  z-index: 100;
  border-bottom: 1px solid var(--border);
}

header .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
}

header .brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.2px;
  color: var(--text);
}
/* SVG-лого слева от wordmark. Kotonoki bandmark — square circle 192×192
   (тот же символ что у Reelingo, на cherry-фоне), потому 28×28 а не 28×31
   как у portrait-Reelingo. */
header .brand .brand-logo {
  width: 28px;
  height: 28px;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  header .brand .brand-logo { width: 24px; height: 24px; }
}

header .nav-links {
  display: flex;
  gap: 28px;
  font-size: 14px;
  color: var(--muted);
}
header .nav-links a:hover { color: var(--text); }

/* -------- Mobile burger menu -------- */

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.nav-toggle .burger,
.nav-toggle .burger::before,
.nav-toggle .burger::after {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .25s ease, top .25s ease, opacity .15s ease, background .15s ease;
  transform: translateX(-50%);
}
.nav-toggle .burger {
  top: 50%;
  margin-top: -1px;
}
.nav-toggle .burger::before {
  content: '';
  top: -7px;
}
.nav-toggle .burger::after {
  content: '';
  top: 7px;
}
.nav-toggle[aria-expanded="true"] .burger { background: transparent; }
.nav-toggle[aria-expanded="true"] .burger::before {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .burger::after {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 720px) {
  .nav-toggle { display: inline-block; }
  .nav-toggle { margin-right: -9px; }

  header .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 6px 24px 14px;
    background: rgba(241, 241, 241, .98);
    backdrop-filter: saturate(160%) blur(14px);
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    border-bottom: 1px solid var(--border);
    font-size: 16px;
  }
  header .nav-links a {
    padding: 12px 4px;
    border-bottom: 1px solid var(--border);
    color: var(--text);
  }
  header .nav-links a:last-child { border-bottom: 0; }

  .nav-toggle[aria-expanded="true"] ~ .nav-links {
    display: flex;
  }

  header .nav { position: relative; }

  body.nav-open { overflow: hidden; }
}

/* -------- Hero -------- */

.hero {
  padding: 96px 0 72px;
  text-align: center;
}
@media (max-width: 640px) { .hero { padding: 56px 0 40px; } }

/* Eyebrow позиционирует приложение для широкого спектра уровней —
   от N5 (новичок) до advanced. Не пугаем, но честно говорим, что
   приложение ассистирует «во время просмотра», а не учит с нуля. */
.hero-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.hero h1 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(40px, 8vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.5px;
  color: var(--text);
  margin-bottom: 16px;
}

.hero .lead {
  font-size: 19px;
  color: var(--muted);
  max-width: 540px;
  margin: 0 auto 36px;
  line-height: 1.45;
}

.hero .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.hero-platforms {
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.01em;
}

@media (max-width: 640px) {
  .hero .cta-row {
    flex-direction: column;
    align-items: stretch;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .hero .cta-row .btn {
    width: 100%;
    justify-content: center;
  }
}

/* -------- Buttons -------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
  font-family: var(--sans);
}
.btn:active { transform: scale(0.98); }

.btn-primary {
  background: var(--text);
  color: var(--surface);
}
.btn-primary:hover { background: #000; box-shadow: var(--shadow-lift); color: var(--surface); }

.btn-secondary {
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--border);
}
.btn-secondary:hover { background: var(--chip); color: var(--text); }

/* Disabled-CTA — пока приложение не в App Store, "Coming soon" pill
   на pricing-карточках. Делаем нейтрально-серым (а не cherry-tint'ом),
   чтобы не выглядело как розовый baby-pink с чёрным текстом — у юзера
   читается как broken / неинтерактивный элемент. Серый честно говорит
   «это disabled». Cherry зарезервирован для активных CTA. */
.btn.btn-disabled,
.btn.btn-disabled:hover {
  background: #ECECEC;
  color: var(--muted);
  cursor: default;
  box-shadow: none;
  transform: none;
  border: 1px solid var(--border);
}

/* -------- Cards / features -------- */

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  transition: box-shadow .25s ease, transform .25s ease;
}
.card:hover { box-shadow: var(--shadow-lift); transform: translateY(-2px); }

.card .icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(181, 49, 62, 0.10);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.card .icon svg {
  width: 22px;
  height: 22px;
}

.card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
}

.card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

/* -------- Section heading -------- */

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 12px;
}

.section-head .eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.section-head h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.15;
  margin-bottom: 12px;
}

.section-head p {
  color: var(--muted);
  font-size: 17px;
}

/* -------- Steps (How it works) -------- */

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.step {
  text-align: left;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  position: relative;
}

.step .num {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 32px;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 12px;
}

.step h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.step p  { font-size: 14px; color: var(--muted); line-height: 1.5; }

/* -------- Reel (auto-cycling feature reel) -------- */

.reel {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  align-items: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.reel-features {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reel-feature {
  position: relative;
  text-align: left;
  background: transparent;
  border: 0;
  border-left: 3px solid transparent;
  padding: 16px 18px 18px;
  cursor: pointer;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--sans);
  transition: background .25s ease, border-color .25s ease;
  display: flex;
  flex-direction: column;
  gap: 6px;
  -webkit-tap-highlight-color: transparent;
}

.reel-feature:hover {
  background: rgba(181, 49, 62, 0.05);
}

.reel-feature.is-active {
  background: var(--surface);
  border-left-color: var(--accent);
  box-shadow: var(--shadow-soft);
}

.reel-feature-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: -0.1px;
  transition: color .25s ease;
}
.reel-feature.is-active .reel-feature-title {
  color: var(--text);
}

.reel-feature-desc {
  display: block;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .35s ease, opacity .25s ease, margin-top .25s ease;
}
.reel-feature.is-active .reel-feature-desc {
  max-height: 200px;
  opacity: 1;
  margin-top: 4px;
}

.reel-feature-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: transparent;
  overflow: hidden;
  border-radius: 0 0 var(--radius) 0;
}
.reel-feature-progress::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
}
.reel-feature.is-active .reel-feature-progress::after {
  animation: reel-tick 5000ms linear forwards;
}
.reel.is-paused .reel-feature.is-active .reel-feature-progress::after {
  animation-play-state: paused;
}

@keyframes reel-tick {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* -------- Reel stage (the iPhone) -------- */

.reel-stage {
  position: relative;
  width: 320px;
  aspect-ratio: 9 / 19.5;
  margin: 0 auto;
}

.reel-screen {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 38px;
  opacity: 0;
  transform: scale(0.985);
  transition: opacity .55s ease, transform .55s ease;
  filter: drop-shadow(0 18px 38px rgba(34, 34, 34, 0.12))
          drop-shadow(0 4px 10px rgba(34, 34, 34, 0.06));
  pointer-events: none;
}
.reel-screen.is-active {
  opacity: 1;
  transform: scale(1);
}

/* Skeleton placeholder для ленты пока скриншоты не сняты — показываем
   нейтральный «iPhone-rectangle» с paper-фоном. Когда добавишь реальные
   скрины в /assets/screenshots/, эти заглушки заменятся автоматически. */
.reel-stage-placeholder {
  position: absolute;
  inset: 0;
  border-radius: 38px;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
  padding: 24px;
}
.reel-stage-placeholder .ph-glyph {
  font-family: var(--serif);
  font-size: 56px;
  color: var(--accent);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.reel-stage-placeholder .ph-text {
  max-width: 200px;
  line-height: 1.45;
}

@media (max-width: 880px) {
  .reel {
    grid-template-columns: 1fr 280px;
    gap: 32px;
  }
  .reel-stage { width: 280px; }
}

@media (max-width: 720px) {
  .reel {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 480px;
  }
  .reel-stage {
    width: min(280px, 80vw);
    order: -1;
  }
  .reel-features {
    gap: 8px;
  }
  .reel-feature {
    background: var(--surface);
    border-radius: var(--radius);
    border-left: 3px solid transparent;
    padding: 14px 16px 16px;
  }
  .reel-feature.is-active {
    border-left-color: var(--accent);
  }
  .reel-feature-desc {
    max-height: 200px;
    opacity: 1;
    margin-top: 2px;
    font-size: 13.5px;
  }
  .reel-feature-title {
    font-size: 15px;
  }
  .reel-feature.is-active .reel-feature-title {
    color: var(--text);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reel-feature.is-active .reel-feature-progress::after { animation: none; }
  .reel-screen { transition: opacity .15s ease; transform: none; }
  .reel-screen.is-active { transform: none; }
}

/* -------- Pricing grid -------- */

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
  align-items: stretch;
}
@media (max-width: 880px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.plan-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow .25s ease, transform .25s ease;
}
.plan-card:hover { box-shadow: var(--shadow-lift); transform: translateY(-2px); }

.plan-card.plan-featured {
  border: 1.5px solid var(--text);
  box-shadow: var(--shadow-lift);
}

.plan-name {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 12px;
  color: var(--text);
}

.plan-price {
  margin-bottom: 8px;
}
.plan-price .price {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  color: var(--text);
}
.plan-price .price-suffix {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
}

.plan-tagline {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 36px;
}

.plan-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--text);
  color: var(--surface);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
/* Бейдж-вариант на cherry-фоне (для "Save 37%" на yearly tier).
   Имя класса оставлено как у Reelingo (plan-badge-mint) для удобства
   копирования разметки, но цвет теперь cherry. */
.plan-badge-mint {
  background: var(--accent);
  color: var(--surface);
}

.perks {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  text-align: left;
  flex: 1;
}
.perks li {
  padding: 6px 0;
  color: var(--text);
  font-size: 14px;
  display: flex;
  gap: 10px;
  line-height: 1.4;
}
.perks li::before {
  content: '✓';
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
}

.btn-block {
  width: 100%;
  justify-content: center;
}

/* -------- Poster carousel -------- */

.poster-carousel-wrap {
  padding: 0 0 80px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 640px) { .poster-carousel-wrap { padding-bottom: 56px; } }

/* Мягкая фейд-маска по краям, чтобы лента сходила в paper-фон. */
.poster-carousel-wrap::before,
.poster-carousel-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.poster-carousel-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--bg), transparent);
}
.poster-carousel-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--bg), transparent);
}

.poster-carousel {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  padding: 24px 0;
  /* Бесшовная лента: двигаемся на -50% (ширина первой копии), потом
     зацикливаемся. */
  animation: poster-scroll 60s linear infinite;
}
.poster-carousel-wrap:hover .poster-carousel { animation-play-state: paused; }

@keyframes poster-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.poster {
  flex: 0 0 auto;
  height: var(--h, 240px);
  aspect-ratio: 2 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: var(--chip);
  box-shadow: var(--shadow-soft);
  transform: rotate(var(--tilt, 0deg));
  transition: transform .3s ease;
}
.poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.poster:hover {
  transform: rotate(0deg) scale(1.04);
  box-shadow: var(--shadow-lift);
}

/* Скелетон-плейсхолдеры пока RPC грузится. */
.poster-skel {
  background: linear-gradient(90deg, var(--chip) 0%, #efe1e3 50%, var(--chip) 100%);
  background-size: 200% 100%;
  animation: shimmer 1.6s linear infinite;
}
@keyframes shimmer {
  from { background-position: 100% 0; }
  to   { background-position: -100% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .poster-carousel { animation: none; }
  .poster-skel     { animation: none; }
}

/* -------- Legal / long-form pages -------- */

.legal {
  padding: 64px 0;
}

.legal h1 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(32px, 5vw, 44px);
  margin-bottom: 12px;
}

.legal .updated {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 40px;
}

.legal h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 22px;
  margin: 36px 0 12px;
  color: var(--text);
}

.legal h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 24px 0 8px;
}

.legal p { margin-bottom: 14px; color: var(--text); }

.legal ul, .legal ol { margin: 12px 0 18px 22px; }
.legal li { margin-bottom: 6px; }

.legal a {
  color: var(--accent);
  border-bottom: 1px solid rgba(181, 49, 62, 0.25);
}
.legal a:hover { border-bottom-color: var(--accent); }

/* Support / FAQ */

.faq {
  max-width: 720px;
  margin: 32px auto 0;
}

.faq details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin-bottom: 12px;
  transition: box-shadow .2s ease;
}
.faq details:hover { box-shadow: var(--shadow-soft); }

.faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  padding: 4px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  color: var(--muted);
  font-weight: 400;
  font-size: 22px;
  transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }

.faq details p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

/* Contact card */

.contact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  text-align: center;
  max-width: 480px;
  margin: 32px auto 0;
}

.contact-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(181, 49, 62, 0.10);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 16px;
}

.contact-card .email {
  display: inline-block;
  font-family: 'SF Mono', 'Menlo', monospace;
  font-size: 16px;
  padding: 10px 16px;
  background: var(--chip);
  color: var(--text);
  border-radius: 10px;
  margin-top: 12px;
}
.contact-card .email:hover { background: var(--accent); color: var(--surface); }

/* -------- Footer -------- */

footer {
  padding: 56px 0 32px;
  border-top: 1px solid var(--border);
  background: var(--bg);
}

footer .footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}

footer .brand-block {
  max-width: 320px;
}

footer .brand-block .brand {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 8px;
  display: block;
}

footer .brand-block p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

/* -------- Sibling cross-promo (Reelingo) -------- */
/* Paper-карточка перед футером. Eyebrow в mint-цвете Reelingo (#81C5B6),
   чтобы читалось как другой бренд из той же студии — но без агрессивного
   контраста с paper-фоном. */

.sibling-promo {
  padding: 56px 0 72px;
  background: var(--bg);
}
.sibling-card {
  max-width: 640px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}
.sibling-eyebrow {
  display: inline-block;
  /* Mint-tint (Reelingo accent) — указывает, что это другой бренд. */
  background: rgba(129, 197, 182, 0.18);
  color: #589689;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.sibling-card h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 12px;
  color: var(--text);
}
.sibling-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto 24px;
  max-width: 480px;
}
.sibling-cta {
  display: flex;
  justify-content: center;
}

/* App Store badge в футере — official Apple SVG (см. assets/app-store-badge.svg).
   Apple Brand Guidelines требуют не модифицировать badge, поэтому никаких
   фоновых обводок и hover-color на сам badge — только лёгкий lift. */
footer .brand-block .app-store-badge {
  display: inline-block;
  margin-top: 16px;
  line-height: 0;
  transition: transform .15s ease;
}
footer .brand-block .app-store-badge:hover {
  transform: translateY(-1px);
}
footer .brand-block .app-store-badge img {
  display: block;
  /* Высота 54 — стандартный визуальный размер при котором SVG читабельный
     на desktop (160px width × 54px height соблюдает Apple's aspect ratio). */
}

footer .links-col h4 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}

footer .links-col a {
  display: block;
  font-size: 14px;
  color: var(--text);
  margin-bottom: 8px;
}
footer .links-col a:hover { color: var(--accent); }

footer .copy {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  font-size: 13px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
