:root {
  --bg: #07111f;
  --panel: rgba(15, 28, 50, .82);
  --panel-strong: rgba(18, 37, 67, .96);
  --line: rgba(125, 211, 252, .18);
  --text: #eef6ff;
  --muted: #91a4bd;
  --blue: #2f7cff;
  --cyan: #16d9f5;
  --green: #3ee6a5;
  --danger: #ff6578;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 8%, rgba(47, 124, 255, .26), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(22, 217, 245, .22), transparent 26%),
    linear-gradient(135deg, #06101d 0%, #0b1b31 55%, #07111f 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(125, 211, 252, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, .06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(7, 17, 31, .72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand, .nav, .header-actions, .hero-actions, .section-head.row, .plan-actions {
  display: flex;
  align-items: center;
}

.brand { gap: 10px; font-weight: 800; letter-spacing: .2px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 14px 30px rgba(47, 124, 255, .34);
}

.nav { gap: 22px; color: var(--muted); font-size: 14px; }
.nav a:hover { color: var(--text); }
.header-actions { gap: 10px; }

main { position: relative; z-index: 1; }
.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 36px;
  align-items: center;
  padding: 74px clamp(18px, 4vw, 56px) 58px;
}

.hero h1 {
  margin: 12px 0;
  font-size: clamp(48px, 9vw, 96px);
  line-height: .92;
  letter-spacing: 0;
}

.hero p, .section-head p {
  color: var(--muted);
  max-width: 630px;
  font-size: 17px;
  line-height: 1.7;
}

.eyebrow {
  display: inline-flex;
  color: #7dd3fc;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-actions { gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.btn {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
  color: var(--text);
  padding: 12px 18px;
  cursor: pointer;
  transition: .18s ease;
}
.btn:hover { transform: translateY(-1px); border-color: rgba(125, 211, 252, .45); }
.btn.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 18px 34px rgba(47, 124, 255, .28);
}
.btn.ghost { background: transparent; }
.btn.small { padding: 9px 13px; font-size: 13px; }
.btn.full { width: 100%; margin-top: 12px; }
.btn.danger { background: rgba(255, 101, 120, .12); color: #ffc4cb; border-color: rgba(255, 101, 120, .3); }

.hero-panel {
  min-height: 390px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 37, 67, .92), rgba(8, 20, 36, .84));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  padding: 28px;
  overflow: hidden;
}

.status-card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--line);
}
.status-card span, .metrics span { color: var(--muted); }
.status-card strong { color: var(--green); }

.signal {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 16px;
  height: 210px;
}
.signal span {
  width: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cyan), var(--blue));
  box-shadow: 0 0 30px rgba(22, 217, 245, .45);
}
.signal span:nth-child(1) { height: 64px; opacity: .5; }
.signal span:nth-child(2) { height: 108px; opacity: .72; }
.signal span:nth-child(3) { height: 154px; opacity: .9; }
.signal span:nth-child(4) { height: 196px; }

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.metrics div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
}
.metrics b { display: block; font-size: 22px; margin-bottom: 4px; }

.section { padding: 58px clamp(18px, 4vw, 56px); }
.section-head { margin-bottom: 24px; }
.section-head h2 { font-size: clamp(28px, 4vw, 44px); margin: 8px 0 0; }
.section-head.row { justify-content: space-between; gap: 16px; }

.feature-grid, .plans-grid, .account-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-grid article, .plan-card, .account-card {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 22px;
  padding: 22px;
  backdrop-filter: blur(16px);
}
.feature-grid h3, .plan-card h3 { margin: 0 0 10px; }
.feature-grid p, .plan-card p, .account-card p { color: var(--muted); line-height: 1.65; }

.plan-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
}
.plan-price { font-size: 34px; font-weight: 900; margin: 12px 0; }
.plan-price small { font-size: 13px; color: var(--muted); font-weight: 600; }
.plan-features { display: grid; gap: 10px; margin: 16px 0 22px; color: #c8d7e8; }
.plan-actions { margin-top: auto; gap: 10px; }

.account-grid { grid-template-columns: 1.15fr .85fr; }
.member-hero { padding-top: 82px; }
.wide-card { max-width: 920px; }
.kv { display: grid; grid-template-columns: 150px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(125, 211, 252, .08); }
.kv span:first-child { color: var(--muted); }

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.modal.show { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .64); backdrop-filter: blur(8px); }
.modal-card {
  position: relative;
  width: min(460px, 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel-strong);
  padding: 24px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .44);
}
.modal-close {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  color: var(--text);
  cursor: pointer;
}
.tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 18px; }
.tab {
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255, 255, 255, .04);
  border-radius: 13px;
  padding: 11px;
  cursor: pointer;
}
.tab.active { color: var(--text); background: rgba(47, 124, 255, .22); }
.auth-form { display: none; }
.auth-form.active { display: grid; gap: 10px; }
label { color: #c7d7ea; font-size: 13px; }
input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, .06);
  color: var(--text);
  padding: 12px 13px;
  outline: none;
}
input:focus { border-color: rgba(22, 217, 245, .65); }

.footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(18px, 4vw, 56px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: none;
  max-width: 360px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #0f2440;
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
}
.toast.show { display: block; }
.loading, .empty { color: var(--muted); padding: 20px; }

body.landing-v2 {
  --page: #f6fbff;
  --ink: #102035;
  --soft: #637086;
  --mint: #20c997;
  --teal: #0f9f9a;
  --sun: #ffb84d;
  --rose: #ff6b6b;
  --card: rgba(255, 255, 255, .86);
  --stroke: rgba(28, 53, 84, .12);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(32, 201, 151, .16), transparent 34%),
    linear-gradient(215deg, rgba(255, 184, 77, .2), transparent 30%),
    var(--page);
}

body.landing-v2::before {
  background-image:
    linear-gradient(rgba(16, 32, 53, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 32, 53, .045) 1px, transparent 1px);
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.landing-v2 .site-header {
  background: rgba(246, 251, 255, .84);
  border-bottom-color: var(--stroke);
  box-shadow: 0 18px 45px rgba(16, 32, 53, .06);
}

.landing-v2 .brand { color: var(--ink); }
.landing-v2 .brand-mark {
  border-radius: 14px;
  background: linear-gradient(135deg, var(--mint), var(--sun));
  box-shadow: 0 14px 32px rgba(32, 201, 151, .24);
}
.landing-v2 .nav { color: var(--soft); }
.landing-v2 .nav a:hover { color: var(--teal); }
.landing-v2 .btn {
  color: var(--ink);
  background: rgba(255, 255, 255, .76);
  border-color: var(--stroke);
}
.landing-v2 .btn.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--mint));
  box-shadow: 0 16px 32px rgba(15, 159, 154, .22);
}
.landing-v2 .btn.danger {
  color: #9b2634;
  background: rgba(255, 107, 107, .12);
  border-color: rgba(255, 107, 107, .25);
}
.landing-v2 .modal-card {
  background: rgba(255, 255, 255, .96);
  border-color: var(--stroke);
  box-shadow: 0 34px 90px rgba(16, 32, 53, .2);
}
.landing-v2 .modal-close,
.landing-v2 .tab,
.landing-v2 input {
  color: var(--ink);
  background: rgba(246, 251, 255, .9);
  border-color: var(--stroke);
}
.landing-v2 .tab.active {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--mint));
}
.landing-v2 label { color: var(--soft); }
.landing-v2 input:focus { border-color: rgba(15, 159, 154, .5); }

.product-hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: center;
  gap: clamp(28px, 6vw, 86px);
  padding: 78px clamp(20px, 6vw, 92px) 48px;
}

.member-page main {
  min-height: calc(100vh - 160px);
}
.member-gate {
  min-height: calc(100vh - 150px);
  display: grid;
  place-items: center;
  padding: 72px clamp(20px, 6vw, 92px);
}
.gate-card {
  width: min(820px, 100%);
  padding: clamp(28px, 6vw, 56px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 184, 77, .22), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(237, 252, 247, .9));
  border: 1px solid var(--stroke);
  box-shadow: 0 28px 80px rgba(16, 32, 53, .1);
}
.gate-card h1 {
  margin: 18px 0 12px;
  font-size: clamp(42px, 7vw, 72px);
  line-height: 1;
}
.gate-card p {
  max-width: 640px;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.8;
}
.member-dashboard {
  padding: 58px clamp(20px, 6vw, 92px);
}
.member-dashboard:first-of-type {
  padding-top: 82px;
}
.member-page .section-head h2 {
  color: var(--ink);
}
.member-page .section-head p {
  color: var(--soft);
}
.member-page .account-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
}
.landing-v2 .account-card,
.landing-v2 .plan-card {
  color: var(--ink);
  background: var(--card);
  border-color: var(--stroke);
  border-radius: 28px;
  box-shadow: 0 20px 58px rgba(16, 32, 53, .07);
  backdrop-filter: blur(16px);
}
.landing-v2 .account-card h3,
.landing-v2 .plan-card h3 {
  color: var(--ink);
}
.landing-v2 .account-card p,
.landing-v2 .plan-card p {
  color: var(--soft);
}
.landing-v2 .kv {
  grid-template-columns: 132px 1fr;
  border-bottom-color: rgba(16, 32, 53, .08);
}
.landing-v2 .kv span:first-child {
  color: var(--soft);
}
.landing-v2 .kv span:last-child {
  color: var(--ink);
  font-weight: 750;
  word-break: break-word;
}
.landing-v2 .plan-price {
  color: var(--teal);
}
.landing-v2 .plan-features {
  color: var(--ink);
}
.landing-v2 .plan-features span {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(32, 201, 151, .09);
}
.disabled-link {
  opacity: .55;
  pointer-events: none;
}
[hidden] {
  display: none !important;
}

.app-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  color: #0c766f;
  background: rgba(32, 201, 151, .13);
  border: 1px solid rgba(32, 201, 151, .28);
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
}

.product-hero h1 {
  max-width: 760px;
  margin: 22px 0 18px;
  font-size: clamp(46px, 8vw, 96px);
  line-height: .96;
  letter-spacing: 0;
}

.product-hero p {
  max-width: 650px;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.8;
}

.store-btn {
  display: inline-grid;
  gap: 2px;
  min-width: 150px;
  padding: 13px 18px;
  border-radius: 18px;
  color: #fff;
  background: #102035;
  box-shadow: 0 18px 38px rgba(16, 32, 53, .18);
  border: 1px solid rgba(16, 32, 53, .1);
  cursor: pointer;
  text-align: left;
}
.store-btn span { color: rgba(255, 255, 255, .62); font-size: 12px; }
.store-btn strong { font-size: 16px; }
.store-btn.muted {
  color: var(--ink);
  background: rgba(255, 255, 255, .76);
}
.store-btn.muted span { color: var(--soft); }

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  color: var(--soft);
}
.hero-points span {
  padding: 9px 12px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
}

.phone-stage {
  min-height: 560px;
  display: grid;
  place-items: center;
  position: relative;
}
.phone-stage::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(32, 201, 151, .28), rgba(255, 184, 77, .26));
  filter: blur(6px);
}
.phone-shell {
  position: relative;
  width: min(315px, 82vw);
  aspect-ratio: 9 / 18.5;
  border-radius: 42px;
  padding: 12px;
  background: #0f1827;
  box-shadow: 0 34px 80px rgba(16, 32, 53, .28);
  transform: rotate(4deg);
}
.phone-top {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  width: 88px;
  height: 24px;
  border-radius: 999px;
  background: #0f1827;
  transform: translateX(-50%);
}
.phone-screen {
  height: 100%;
  overflow: hidden;
  border-radius: 32px;
  padding: 38px 18px 18px;
  background:
    radial-gradient(circle at 50% 28%, rgba(32, 201, 151, .34), transparent 34%),
    linear-gradient(180deg, #f9fffd 0%, #eaf8f4 100%);
}
.phone-header, .node-card, .phone-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone-header { color: var(--ink); font-weight: 900; }
.phone-header b {
  color: #fff;
  background: var(--rose);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
}
.connect-orbit {
  position: relative;
  height: 220px;
  display: grid;
  place-items: center;
}
.orbit-ring {
  position: absolute;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  border: 18px solid rgba(32, 201, 151, .18);
  box-shadow: inset 0 0 0 2px rgba(32, 201, 151, .2);
}
.connect-core {
  display: grid;
  place-items: center;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--mint));
  box-shadow: 0 20px 42px rgba(32, 201, 151, .38);
  font-weight: 900;
}
.node-card {
  margin-bottom: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 26px rgba(16, 32, 53, .08);
}
.node-card span { color: var(--soft); font-size: 12px; }
.node-card strong { font-size: 14px; }
.node-card em {
  color: var(--teal);
  font-style: normal;
  font-weight: 900;
}
.node-card.active { border: 1px solid rgba(32, 201, 151, .32); }
.phone-tabs {
  margin-top: 18px;
  justify-content: center;
  gap: 24px;
}
.phone-tabs span {
  width: 34px;
  height: 6px;
  border-radius: 999px;
  background: rgba(16, 32, 53, .16);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0 clamp(20px, 6vw, 92px) 54px;
}
.proof-strip div {
  padding: 22px;
  border-radius: 24px;
  background: var(--card);
  border: 1px solid var(--stroke);
  box-shadow: 0 18px 50px rgba(16, 32, 53, .06);
}
.proof-strip strong {
  display: block;
  margin-bottom: 6px;
  font-size: 30px;
  color: var(--teal);
}
.proof-strip span { color: var(--soft); }

.apps-section {
  padding: 76px clamp(20px, 6vw, 92px);
}
.section-head.centered {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px;
}
.section-head.centered p {
  margin-left: auto;
  margin-right: auto;
}
.app-icon-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 16px;
}
.app-icon {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 140px;
  padding: 20px 12px;
  border-radius: 28px;
  background: var(--card);
  border: 1px solid var(--stroke);
  box-shadow: 0 18px 48px rgba(16, 32, 53, .07);
}
.app-icon b {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #fff;
  background: #102035;
  font-size: 20px;
  line-height: 1;
}
.app-icon span {
  color: var(--ink);
  font-weight: 850;
  text-align: center;
}
.app-icon.gpt b { background: linear-gradient(135deg, #0f9f9a, #20c997); }
.app-icon.youtube b { background: linear-gradient(135deg, #ff1f3d, #ff6b6b); }
.app-icon.google b { background: linear-gradient(135deg, #4285f4, #34a853); }
.app-icon.netflix b { background: linear-gradient(135deg, #111, #e50914); }
.app-icon.instagram b { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
.app-icon.x b { background: #111; }
.app-icon.tiktok b { background: linear-gradient(135deg, #111, #25f4ee); }
.app-icon.discord b { background: linear-gradient(135deg, #5865f2, #7d8cff); }
.app-icon.telegram b { background: linear-gradient(135deg, #229ed9, #61c7ff); }
.app-icon.spotify b { background: linear-gradient(135deg, #1db954, #0b7a37); }

.split-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  padding: 78px clamp(20px, 6vw, 92px);
}
.split-section.reverse .split-copy { order: 2; }
.split-copy h2, .download-section h2 {
  margin: 10px 0 14px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.05;
}
.split-copy p {
  color: var(--soft);
  font-size: 17px;
  line-height: 1.8;
}
.landing-v2 .eyebrow {
  color: var(--teal);
  letter-spacing: .08em;
}

.visual-panel, .device-stack, .service-list, .download-section {
  border: 1px solid var(--stroke);
  background: var(--card);
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(16, 32, 53, .08);
}
.visual-panel {
  min-height: 320px;
  display: grid;
  place-items: center;
}
.route-map {
  display: grid;
  grid-template-columns: 1fr 70px 1fr 70px 1fr;
  align-items: center;
  width: min(620px, 90%);
}
.route-map span {
  display: grid;
  place-items: center;
  min-height: 92px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, #102035, #223a58);
  font-weight: 900;
}
.route-map span:nth-of-type(2) { background: linear-gradient(135deg, var(--teal), var(--mint)); }
.route-map span:nth-of-type(3) { background: linear-gradient(135deg, #ff8a5b, var(--sun)); }
.route-map i {
  height: 3px;
  background: linear-gradient(90deg, rgba(16, 32, 53, .16), var(--mint));
}

.device-stack {
  display: grid;
  gap: 16px;
  padding: 28px;
}
.device-card {
  padding: 26px;
  border-radius: 24px;
  color: var(--ink);
  background: linear-gradient(135deg, rgba(32, 201, 151, .18), rgba(255, 255, 255, .82));
  border: 1px solid var(--stroke);
  font-size: 24px;
  font-weight: 900;
}
.device-card:nth-child(2) { margin-left: 44px; background: linear-gradient(135deg, rgba(255, 184, 77, .24), rgba(255, 255, 255, .82)); }
.device-card:nth-child(3) { margin-left: 88px; background: linear-gradient(135deg, rgba(255, 107, 107, .18), rgba(255, 255, 255, .82)); }

.service-list {
  display: grid;
  gap: 12px;
  padding: 26px;
}
.service-list div {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .72);
}
.service-list b { color: var(--rose); font-size: 22px; }
.service-list span { color: var(--ink); font-weight: 750; }

.download-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 44px clamp(20px, 6vw, 92px) 82px;
  padding: 38px;
  background:
    linear-gradient(135deg, rgba(16, 32, 53, .96), rgba(27, 63, 91, .92)),
    var(--card);
  color: #fff;
}
.download-section .eyebrow { color: var(--sun); }
.download-section h2 { max-width: 720px; }
.download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 12px;
  min-width: min(520px, 100%);
}

.landing-v2 .footer {
  align-items: center;
  color: var(--soft);
  background: rgba(255, 255, 255, .62);
  border-top-color: var(--stroke);
}
.landing-v2 .footer div {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.landing-v2 .footer strong { color: var(--ink); }
.footer-links a { color: var(--soft); }
.footer-links a:hover { color: var(--teal); }

@media (max-width: 860px) {
  .site-header { flex-wrap: wrap; }
  .nav { order: 3; width: 100%; justify-content: space-between; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 44px; }
  .product-hero, .split-section { grid-template-columns: 1fr; }
  .product-hero { min-height: auto; padding-top: 44px; }
  .phone-stage { min-height: 470px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .app-icon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-section.reverse .split-copy { order: 0; }
  .route-map { grid-template-columns: 1fr; gap: 12px; }
  .route-map i { width: 3px; height: 36px; justify-self: center; }
  .device-card:nth-child(2), .device-card:nth-child(3) { margin-left: 0; }
  .download-section { flex-direction: column; align-items: flex-start; }
  .download-grid { width: 100%; }
  .feature-grid, .plans-grid, .account-grid { grid-template-columns: 1fr; }
  .footer { flex-direction: column; }
  .kv { grid-template-columns: 1fr; gap: 4px; }
}

@media (max-width: 560px) {
  .proof-strip { grid-template-columns: 1fr; }
  .app-icon-grid { grid-template-columns: 1fr; }
  .product-hero h1 { font-size: 44px; }
  .store-btn { width: 100%; }
  .phone-shell { transform: none; }
}
