:root {
  --bg: #080a0f;
  --panel: #111722;
  --panel-soft: rgba(17, 23, 34, .74);
  --line: rgba(255, 255, 255, .11);
  --line-strong: rgba(255, 255, 255, .2);
  --text: #f5f3ed;
  --muted: #a2a8b5;
  --muted-soft: #727987;
  --amber: #f3aa4d;
  --amber-light: #ffd894;
  --cyan: #2aa8ee;
  --cyan-dark: #15577f;
  --green: #7ee2a4;
  --container: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(15, 19, 30, .74), transparent 340px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0 1px, transparent 1px 58px),
    var(--bg);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 92px 0; }
.starfield { position: fixed; inset: 0; z-index: -2; width: 100%; height: 100%; pointer-events: none; opacity: .55; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background .2s, border-color .2s, backdrop-filter .2s;
}
.site-header.is-scrolled {
  background: rgba(8, 10, 15, .84);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}
.site-header__inner { height: 74px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; font-size: 18px; font-weight: 760; }
.brand b { color: var(--amber); font-weight: 760; }
.brand__mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(243,170,77,.32);
  border-radius: 8px;
  background: linear-gradient(145deg, #20180e, #0c1119);
}
.brand__mark::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 35%, #121720 0 47%, #020306 55%);
  box-shadow: 3px -1px 0 1px var(--amber), 6px -1px 16px rgba(243,170,77,.5);
}
.brand__mark span { position: absolute; inset: 4px; border: 1px solid rgba(243,170,77,.12); border-radius: 50%; }
.nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav a { color: var(--muted); font-size: 14px; font-weight: 600; transition: color .2s; }
.nav a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-action { white-space: nowrap; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 720;
  font-size: 14px;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform .18s, border-color .18s, background .18s, box-shadow .18s;
}
.button span { min-width: 0; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button--small { min-height: 38px; padding-inline: 14px; font-size: 13px; }
.button--large { min-height: 56px; padding-inline: 24px; font-size: 15px; }
.button--primary {
  color: #171006;
  background: linear-gradient(135deg, var(--amber-light), var(--amber));
  box-shadow: 0 10px 28px rgba(243,170,77,.2);
}
.button--outline { color: #e7e9ee; border-color: var(--line); background: rgba(255,255,255,.035); }
.button--outline:hover { border-color: var(--line-strong); background: rgba(255,255,255,.06); }
.button--telegram {
  color: #eaf8ff;
  border-color: rgba(42,168,238,.34);
  background: linear-gradient(135deg, rgba(42,168,238,.2), rgba(21,87,127,.15));
}
.button--telegram-primary {
  color: #eefaff;
  border-color: rgba(120,213,255,.45);
  background: linear-gradient(135deg, #2aa8ee, #2477da);
  box-shadow: 0 10px 28px rgba(42,168,238,.22);
}

.signal-hero { position: relative; padding: 132px 0 62px; }
.signal-hero__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr); gap: 58px; align-items: center; min-height: 640px; }
.signal-copy { min-width: 0; }
.kicker { display: inline-flex; align-items: center; gap: 10px; color: #c1c6d0; font-size: 11px; font-weight: 780; text-transform: uppercase; letter-spacing: 0; }
.kicker__dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 14px rgba(243,170,77,.7); }
.kicker__dot::after { content: ""; position: absolute; inset: -4px; border: 1px solid rgba(243,170,77,.3); border-radius: inherit; }
.signal-copy h1 {
  max-width: 710px;
  margin: 22px 0 20px;
  font-size: 72px;
  line-height: .98;
  font-weight: 810;
  letter-spacing: 0;
}
.signal-copy h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(95deg, #f7f4ec, var(--amber-light) 56%, #86d9ff);
  -webkit-background-clip: text;
  background-clip: text;
}
.signal-copy__lead { max-width: 650px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.signal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.signal-copy__note { max-width: 560px; margin: 12px 0 0; color: var(--muted-soft); font-size: 12px; line-height: 1.55; }
.hero-metrics { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-metrics span {
  display: flex;
  min-width: 138px;
  flex-direction: column;
  gap: 3px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.03);
}
.hero-metrics b { font-size: 20px; line-height: 1; }
.hero-metrics small { color: var(--muted-soft); font-size: 11px; }

.node-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.node-shell {
  width: min(100%, 420px);
  min-height: 390px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025)),
    #0d121b;
  box-shadow: 0 35px 90px rgba(0,0,0,.32);
}
.node-shell__top { display: flex; gap: 7px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
.node-shell__top span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.22); }
.node-status { display: flex; justify-content: space-between; gap: 16px; margin-top: 22px; padding: 17px; border: 1px solid rgba(126,226,164,.22); border-radius: 8px; background: rgba(126,226,164,.045); }
.node-status small { color: var(--muted-soft); font: 700 10px ui-monospace, monospace; }
.node-status strong { color: var(--green); font-size: 13px; }
.node-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.node-grid span { height: 72px; border: 1px solid rgba(255,255,255,.08); border-radius: 8px; background: linear-gradient(145deg, rgba(243,170,77,.1), rgba(42,168,238,.045)); }
.node-bars { display: grid; gap: 11px; margin-top: 18px; }
.node-bars i { display: block; width: var(--w); height: 9px; border-radius: 999px; background: linear-gradient(90deg, var(--amber), var(--cyan)); }
.node-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 250px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(12, 17, 25, .86);
  backdrop-filter: blur(14px);
}
.node-chip b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; color: #14100a; background: var(--amber-light); }
.node-chip span { color: var(--muted); font-size: 12px; line-height: 1.25; }
.node-chip--one { right: 0; bottom: 58px; }
.node-chip--two { left: 0; top: 86px; }

.section-heading { min-width: 0; }
.section-heading h2 { margin: 18px 0 12px; font-size: 44px; line-height: 1.08; letter-spacing: 0; }
.section-heading p { max-width: 560px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.section-heading--center { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.section-heading--center p { margin-inline: auto; }

.choice-strip { padding-top: 66px; }
.choice-strip__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 42px; align-items: stretch; }
.access-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.access-card, .plan-card, .feature-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
}
.access-card { min-height: 250px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; }
.access-card--telegram { border-color: rgba(42,168,238,.25); }
.access-card__tag { color: var(--amber-light); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.access-card h3 { margin: 22px 0 10px; font-size: 24px; line-height: 1.1; }
.access-card p { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.access-card .button { margin-top: auto; }

.plans { padding-top: 102px; }
.period-switcher {
  width: fit-content;
  margin: 0 auto 32px;
  display: flex;
  gap: 5px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}
.period-switcher button {
  position: relative;
  min-width: 108px;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 7px;
  color: var(--muted);
  background: transparent;
  font-size: 13px;
  font-weight: 720;
  cursor: pointer;
}
.period-switcher button[aria-pressed="true"] { color: #15100a; background: linear-gradient(135deg, var(--amber-light), var(--amber)); }
.period-switcher button span { position: absolute; top: -14px; right: 8px; padding: 2px 6px; border-radius: 6px; color: #d8caff; background: rgba(141,99,255,.22); font-size: 8px; text-transform: uppercase; }
.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.plan-card { position: relative; min-width: 0; padding: 25px 22px 22px; overflow: hidden; }
.plan-card--featured { border-color: rgba(243,170,77,.42); background: linear-gradient(180deg, rgba(243,170,77,.12), rgba(255,255,255,.02)); }
.plan-card__badge { position: absolute; top: 0; right: 18px; padding: 7px 10px; border-radius: 0 0 8px 8px; color: #171006; background: var(--amber-light); font-size: 9px; font-weight: 820; text-transform: uppercase; }
.plan-card__topline { display: flex; align-items: center; gap: 8px; color: var(--muted-soft); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.moon { display: inline-block; width: 14px; height: 14px; border-radius: 50%; background: linear-gradient(135deg, #0b0f16 45%, var(--amber) 48%); }
.moon--basic { background: linear-gradient(135deg, #0b0f16 45%, #cbd5e1 48%); }
.moon--standard { background: linear-gradient(90deg, var(--amber) 50%, #0b0f16 50%); }
.moon--family { background: radial-gradient(circle, var(--amber-light), var(--amber)); }
.plan-card h3 { margin: 20px 0 7px; font-size: 30px; line-height: 1; }
.plan-card__desc { min-height: 42px; margin: 0 0 22px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.plan-card__price { display: flex; align-items: baseline; min-height: 54px; }
.price-value { font-size: 44px; line-height: 1; font-weight: 820; }
.price-currency { margin-left: 4px; font-size: 18px; font-weight: 760; }
.price-period { margin-left: 9px; color: var(--muted-soft); font-size: 10px; }
.plan-saving { min-height: 18px; color: var(--green); font-size: 11px; font-weight: 760; }
.button--plan { width: 100%; margin-top: 13px; color: #f5f6f8; border-color: var(--line); background: rgba(255,255,255,.045); }
.button--plan-featured { color: #171006; border-color: transparent; background: linear-gradient(135deg, var(--amber-light), var(--amber)); }
.feature-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.feature-list strong { color: var(--text); font-weight: 720; }
.check { display: grid; place-items: center; flex: 0 0 16px; width: 16px; height: 16px; border: 1px solid rgba(243,170,77,.34); border-radius: 50%; color: var(--amber-light); font-size: 9px; font-weight: 900; }
.telegram-panel {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid rgba(42,168,238,.22);
  border-radius: 8px;
  background: rgba(42,168,238,.055);
}
.telegram-panel__icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 8px; color: #fff; background: var(--cyan); font-size: 20px; font-weight: 800; }
.telegram-panel strong { display: block; font-size: 14px; }
.telegram-panel span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.telegram-panel .button { white-space: nowrap; }
.plans-note { margin: 20px 0 0; color: var(--muted-soft); font-size: 11px; text-align: center; }

.feature-band { padding-top: 58px; }
.feature-band__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { min-height: 220px; padding: 25px; }
.feature-card span { color: var(--amber-light); font: 760 11px ui-monospace, monospace; }
.feature-card h3 { margin: 38px 0 10px; font-size: 21px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }

.account-section { padding-top: 84px; }
.account-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr);
  gap: 54px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}
.account-copy h2 { max-width: 650px; margin: 18px 0 16px; font-size: 44px; line-height: 1.08; }
.account-copy p { max-width: 560px; margin: 0; color: var(--muted); line-height: 1.7; }
.account-card__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.cabinet-preview { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #0c1119; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.cabinet-preview__head { display: flex; justify-content: space-between; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.cabinet-preview__head span { font-weight: 800; }
.cabinet-preview__head b { color: var(--green); font-size: 11px; }
.cabinet-preview__row { display: flex; justify-content: space-between; gap: 14px; margin-top: 16px; padding: 14px; border: 1px solid rgba(255,255,255,.07); border-radius: 8px; }
.cabinet-preview__row small { color: var(--muted-soft); text-transform: uppercase; font-size: 10px; }
.cabinet-preview__progress { height: 8px; margin-top: 18px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.cabinet-preview__progress span { display: block; width: 76%; height: 100%; background: linear-gradient(90deg, var(--amber), var(--cyan)); }
.cabinet-preview__action { display: flex; justify-content: space-between; margin-top: 18px; padding: 14px; border-radius: 8px; color: var(--text); background: rgba(42,168,238,.08); }

.flow { padding-top: 92px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.step { position: relative; padding: 0 44px 0 0; }
.step__number { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 8px; color: #171006; background: var(--amber-light); font-weight: 820; }
.step__line { position: absolute; top: 22px; left: 44px; width: calc(100% - 44px); height: 1px; background: var(--line-strong); }
.step h3 { margin: 23px 0 8px; font-size: 20px; }
.step p { max-width: 280px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.faq { border-top: 1px solid rgba(255,255,255,.06); }
.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 18px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 24px; height: 24px; flex: 0 0 24px; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 1px; background: #c8ccd4; transform: translate(-50%,-50%); }
.faq-list summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-list details[open] summary span::after { transform: translate(-50%,-50%); }
.faq-list details p { margin: -4px 54px 22px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { padding: 86px 0 110px; }
.final-cta__inner {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(243,170,77,.08), rgba(42,168,238,.04)),
    rgba(255,255,255,.025);
  text-align: center;
}
.final-cta h2 { margin: 18px 0 10px; font-size: 58px; line-height: 1.02; }
.final-cta p { margin: 0 0 26px; color: var(--muted); }
.final-cta__actions { display: flex; gap: 12px; justify-content: center; }

.site-footer { border-top: 1px solid var(--line); }
.site-footer__top { display: flex; justify-content: space-between; gap: 44px; padding: 40px 0 32px; }
.site-footer p { margin: 14px 0 0; color: var(--muted-soft); font-size: 13px; line-height: 1.55; }
.footer-links { display: flex; gap: 54px; }
.footer-links > div { min-width: 120px; display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 5px; color: #d8dde6; font-size: 11px; text-transform: uppercase; letter-spacing: 0; }
.footer-links a { color: var(--muted-soft); font-size: 12px; transition: color .2s; }
.footer-links a:hover { color: var(--text); }
.site-footer__bottom { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.06); color: var(--muted-soft); font-size: 11px; }
.mobile-cta { display: none; }

.legal-page { min-height: 100vh; padding: 70px 0; }
.legal-page__inner {
  max-width: 820px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.03);
}
.legal-page .brand { margin-bottom: 34px; }
.legal-page h1 { margin: 0 0 18px; font-size: 42px; line-height: 1.1; }
.legal-page h2 { margin: 30px 0 10px; font-size: 20px; }
.legal-page p { margin: 0; color: var(--muted); line-height: 1.75; }

.reveal { opacity: 0; transform: translateY(14px); animation: reveal .65s cubic-bezier(.2,.7,.2,1) forwards; }
.reveal--delay-1 { animation-delay: .08s; }
.reveal--delay-2 { animation-delay: .16s; }
.reveal--delay-3 { animation-delay: .24s; }
.reveal--delay-4 { animation-delay: .32s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  .nav { display: none; }
  .signal-hero__grid { grid-template-columns: 1fr; gap: 28px; }
  .signal-copy { text-align: center; }
  .signal-copy h1, .signal-copy__lead, .signal-copy__note { margin-inline: auto; }
  .signal-actions, .hero-metrics { justify-content: center; }
  .node-visual { min-height: 420px; }
  .choice-strip__grid, .account-layout, .faq__grid { grid-template-columns: 1fr; }
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-band__grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body { padding-bottom: 72px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 70px 0; }
  .site-header__inner { height: 68px; gap: 10px; }
  .brand { font-size: 16px; }
  .brand__mark { width: 28px; height: 28px; }
  .header-actions { gap: 5px; }
  .header-action { min-height: 36px; padding-inline: 9px; font-size: 11px; }
  .header-action svg { display: none; }
  .signal-hero { padding-top: 106px; }
  .signal-hero__grid { min-height: auto; }
  .kicker { font-size: 9px; }
  .signal-copy h1 { font-size: 46px; line-height: 1.05; }
  .signal-copy__lead { font-size: 14px; }
  .signal-actions { flex-direction: column; max-width: 360px; margin-inline: auto; }
  .signal-actions .button { width: 100%; }
  .hero-metrics { display: grid; grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; }
  .node-visual { min-height: 370px; }
  .node-shell { min-height: 330px; }
  .node-grid span { height: 56px; }
  .node-chip { position: static; margin-top: 10px; width: min(100%, 360px); max-width: none; }
  .access-cards, .plan-grid { grid-template-columns: 1fr; }
  .section-heading h2, .account-copy h2 { font-size: 34px; }
  .period-switcher { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); }
  .period-switcher button { min-width: 0; }
  .telegram-panel { grid-template-columns: 44px minmax(0, 1fr); }
  .telegram-panel .button { grid-column: 1 / -1; width: 100%; }
  .account-layout { padding: 28px 18px; }
  .account-card__actions { flex-direction: column; }
  .account-card__actions .button { width: 100%; }
  .steps { grid-template-columns: 1fr; gap: 34px; }
  .step { padding: 0 0 0 62px; }
  .step__number { position: absolute; left: 0; top: 0; width: 42px; height: 42px; }
  .step__line { top: 42px; left: 21px; width: 1px; height: calc(100% + 34px); }
  .step h3 { margin-top: 0; }
  .faq-list summary { min-height: 68px; font-size: 14px; }
  .faq-list details p { margin-right: 14px; font-size: 12px; }
  .final-cta { padding: 54px 0 74px; }
  .final-cta__inner { min-height: 330px; padding: 26px 16px; }
  .final-cta h2 { font-size: 40px; }
  .final-cta__actions { width: 100%; max-width: 360px; flex-direction: column; }
  .site-footer__top { flex-direction: column; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding: 16px 0; }
  .mobile-cta {
    position: fixed;
    z-index: 60;
    left: 9px;
    right: 9px;
    bottom: max(9px, env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 60px;
    padding: 8px 8px 8px 15px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    background: rgba(15, 20, 30, .92);
    box-shadow: 0 12px 44px rgba(0,0,0,.45);
    backdrop-filter: blur(18px);
  }
  .mobile-cta > span { display: flex; min-width: 0; flex-direction: column; line-height: 1.15; }
  .mobile-cta small { color: var(--muted-soft); font-size: 9px; text-transform: uppercase; letter-spacing: 0; }
  .mobile-cta strong { margin-top: 3px; font-size: 16px; }
  .mobile-cta .button { min-height: 44px; padding-inline: 20px; }
}

@media (max-width: 360px) {
  .signal-copy h1 { font-size: 40px; }
  .header-action { padding-inline: 7px; }
  .footer-links { grid-template-columns: 1fr; }
}

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