:root {
  --blue: #2563eb;
  --blue-2: #1d4ed8;
  --navy: #07111f;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --max: 1240px;
  --nav-h: 68px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--nav-h);
  background: #fff;
  border-bottom: 1px solid #edf1f5;
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.brand img { width: 32px; height: 32px; }
.brand em { color: var(--blue); font-style: normal; }

.nav {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
  gap: 10px 14px;
  font-size: 13px;
  color: #334155;
}

#faq {
  scroll-margin-top: calc(var(--nav-h) + 12px);
}

.nav a.is-on,
.nav a:hover { color: var(--blue); font-weight: 600; }

.header-tools {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
}

.header-download {
  min-height: 36px;
  padding: 0 14px;
  white-space: nowrap;
}

.lang-switch {
  position: relative;
}

.lang-btn {
  min-height: 36px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: #475569;
  font-size: 13px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lang-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("/assets/icons/ico-globe.svg") center / contain no-repeat;
  mask: url("/assets/icons/ico-globe.svg") center / contain no-repeat;
}

.lang-btn::after {
  content: "▾";
  margin-left: 4px;
  font-size: 10px;
}

.lang-btn:hover,
.lang-switch:hover .lang-btn,
.lang-switch:focus-within .lang-btn {
  color: var(--blue);
}

.lang-panel {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 148px;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
  display: none;
  z-index: 80;
}

.lang-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}

.lang-switch:hover .lang-panel,
.lang-switch:focus-within .lang-panel {
  display: block;
}

.lang-panel a {
  display: block;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  color: #0f172a;
}

.lang-panel a:hover {
  background: #f1f5f9;
  color: var(--blue);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 650;
}

.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-2); }
.btn-line {
  background: #fff;
  border-color: #cbd5e1;
  color: #0f172a;
}
.btn-ghost {
  background: transparent;
  border-color: rgba(255,255,255,.55);
  color: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.82) 0%, rgba(7, 17, 31, 0.45) 46%, rgba(7, 17, 31, 0.22) 100%),
    url("/assets/img/hero-bg.png?v=2") center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.06) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 60%, rgba(255,255,255,.05) 0 1px, transparent 2px);
  background-size: 80px 80px;
  opacity: 0.5;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr) 250px;
  gap: 24px;
  align-items: stretch;
  padding: 36px 0 28px;
  min-height: 520px;
}

.kicker {
  margin: 0 0 12px;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: #93c5fd;
}

.hero h1 {
  margin: 0 0 14px;
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.hero-lead {
  margin: 0 0 22px;
  max-width: 42ch;
  color: #cbd5e1;
  font-size: 15px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.checks {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #bfdbfe;
  font-size: 13px;
}

.hero-visual {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
}

.hero-main {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.35));
}

.hero-rail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
}

.hero-side {
  text-align: right;
}

.hero-side strong {
  display: block;
  font-size: 26px;
  line-height: 1.15;
}

.hero-side span {
  color: #93c5fd;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.screen {
  width: min(520px, 100%);
  margin-left: auto;
  background: #0f172a;
  border: 8px solid #1e293b;
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(0,0,0,.35);
  overflow: hidden;
}

.screen-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.screen-grid svg { width: 100%; height: 118px; display: block; }

.phone {
  position: absolute;
  left: 6%;
  bottom: 18px;
  width: 150px;
  background: #0b1220;
  border: 6px solid #e2e8f0;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(0,0,0,.3);
  overflow: hidden;
}

.phone header {
  padding: 10px 10px 6px;
  font-size: 11px;
  color: #94a3b8;
}

.phone ul { list-style: none; margin: 0; padding: 0 8px 12px; }
.phone li {
  display: flex;
  justify-content: space-between;
  padding: 6px 4px;
  font-size: 11px;
  border-bottom: 1px solid #1e293b;
}

.quotes {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 12px;
  padding: 10px 12px;
  backdrop-filter: blur(10px);
}

.quotes li {
  display: grid;
  grid-template-columns: 18px 1fr auto auto;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 7px 0;
  font-size: 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.quotes li:last-child { border-bottom: 0; }
.quotes ul { margin: 0; padding: 0; }
.quotes em { font-style: normal; font-variant-numeric: tabular-nums; }
.quotes b { font-variant-numeric: tabular-nums; }
.quotes-src {
  margin: 8px 0 0;
  font-size: 10px;
  color: #64748b;
}
.flash-up { animation: flashUp 0.7s ease; }
.flash-down { animation: flashDown 0.7s ease; }
@keyframes flashUp { from { background: rgba(52, 211, 153, 0.28); } to { background: transparent; } }
@keyframes flashDown { from { background: rgba(248, 113, 113, 0.28); } to { background: transparent; } }

.ico {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  flex: none;
}

.ico-sq { border-radius: 4px; }
.up { color: #34d399; }
.down { color: #f87171; }

.stats {
  background: #0a1628;
  color: #e2e8f0;
  border-top: 1px solid rgba(255,255,255,.06);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 22px 0;
}

.stat {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
}

.stat b { display: block; font-size: 15px; }
.stat span { color: #94a3b8; }
.stat svg { width: 28px; height: 28px; flex: none; color: #60a5fa; }

.why {
  padding: 56px 0 72px;
  background: #f8fafc;
}

.why-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
}

.why .tag {
  color: var(--blue);
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.why h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 36px);
}

.why p { color: var(--muted); margin: 0 0 20px; max-width: 36ch; }

.products-band {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.05) 0 1px, transparent 2px),
    linear-gradient(180deg, #071422 0%, #0a1628 100%);
  background-size: 72px 72px, auto;
  color: #fff;
}

.products-inner {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 48px 0 52px;
}

.product-tiles {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.products-copy .kicker {
  margin: 0 0 10px;
  letter-spacing: 0.16em;
  font-size: 11px;
  color: #93c5fd;
}

.products-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 2.6vw, 32px);
  line-height: 1.25;
}

.products-copy p {
  margin: 0 0 22px;
  color: #94a3b8;
  font-size: 14px;
  max-width: 32ch;
}

.product-tile {
  display: flex;
  flex-direction: column;
  min-height: 200px;
  min-width: 0;
  padding: 14px 12px 8px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(15, 35, 68, 0.95), rgba(8, 18, 36, 0.98));
  border: 1px solid rgba(96, 165, 250, 0.16);
  color: inherit;
}

.product-tile:hover {
  border-color: rgba(96, 165, 250, 0.45);
}

.product-tile h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 750;
}

.product-tile h3 span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
  color: #93c5fd;
}

.product-tile p {
  margin: 8px 0 0;
  font-size: 12px;
  color: #94a3b8;
}

.product-tile img {
  width: 100%;
  height: 148px;
  margin-top: auto;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}

.power-band {
  background: #fff;
  padding: 56px 0 48px;
}

.power-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.95fr);
  gap: 40px;
  align-items: center;
}

.power-visual,
.power-copy { min-width: 0; }

.power-visual img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 40px rgba(15, 23, 42, 0.18));
}

.power-copy .tag {
  color: var(--blue);
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.power-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 34px);
}

.power-copy > p {
  margin: 0 0 28px;
  color: var(--muted);
  max-width: 46ch;
}

.feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 18px;
  margin: 0;
  padding: 0;
}

.feat {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.feat-ico {
  width: 44px;
  height: 44px;
  flex: none;
  display: block;
  border-radius: 50%;
}

.feat b { display: block; font-size: 14px; }
.feat span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }

.trust-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, #07111f 0%, #0b1c36 58%, #0a2344 100%);
}

.trust-inner {
  display: grid;
  grid-template-columns: minmax(180px, 1.1fr) repeat(4, minmax(0, 1fr)) minmax(130px, 200px);
  gap: 18px;
  align-items: center;
  padding: 42px 0;
}

.trust-copy .kicker {
  margin: 0 0 8px;
  letter-spacing: 0.16em;
  font-size: 11px;
  color: #93c5fd;
}

.trust-copy h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.25;
  text-wrap: balance;
}

.trust-copy p {
  margin: 0;
  color: #94a3b8;
  font-size: 13px;
  max-width: 36ch;
}

.trust-num b {
  display: block;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -0.03em;
}

.trust-num span {
  color: #93c5fd;
  font-size: 13px;
}

.trust-copy,
.trust-num,
.trust-map {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.trust-band.is-in .trust-copy,
.trust-band.is-in .trust-num,
.trust-band.is-in .trust-map {
  opacity: 1;
  transform: none;
}

.trust-band.is-in .trust-num:nth-child(2) { transition-delay: 0.08s; }
.trust-band.is-in .trust-num:nth-child(3) { transition-delay: 0.16s; }
.trust-band.is-in .trust-num:nth-child(4) { transition-delay: 0.24s; }
.trust-band.is-in .trust-num:nth-child(5) { transition-delay: 0.32s; }
.trust-band.is-in .trust-map { transition-delay: 0.2s; }

@media (prefers-reduced-motion: reduce) {
  .trust-copy,
  .trust-num,
  .trust-map {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.trust-map {
  width: 100%;
  height: 110px;
  object-fit: contain;
  object-position: right center;
  mix-blend-mode: screen;
  pointer-events: none;
}

.reviews {
  padding: 56px 0 64px;
  background: #fff;
}

.reviews-head {
  margin-bottom: 28px;
}

.reviews-head h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 3vw, 34px);
}

.reviews-head p {
  margin: 0;
  color: var(--muted);
  max-width: 46ch;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 18px 18px;
}

.stars {
  display: flex;
  gap: 3px;
  margin-bottom: 12px;
}

.stars img {
  width: 14px;
  height: 14px;
}

.review > p {
  margin: 0 0 18px;
  color: #334155;
  font-size: 14px;
  line-height: 1.7;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviewer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.reviewer b { display: block; font-size: 14px; }
.reviewer span { color: var(--muted); font-size: 12px; }

.start-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.92) 42%, rgba(255,255,255,.28) 68%, transparent 100%),
    url("/assets/img/cta-bg.png?v=2") right center / cover no-repeat;
}

.start-inner {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 24px;
  align-items: center;
  min-height: 240px;
  padding: 48px 0;
}

.start-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 34px);
}

.start-copy p {
  margin: 0 0 22px;
  color: var(--muted);
  max-width: 46ch;
}

.start-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.start-side {
  text-align: right;
  color: #1e3a5f;
}

.start-side strong {
  display: block;
  font-size: 15px;
  letter-spacing: 0.14em;
  line-height: 1.35;
}

.start-side span {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 13px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.card {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.card-art {
  width: 100%;
  height: 128px;
  object-fit: cover;
  display: block;
  background: #0f172a;
}

.card h3 { margin: 12px 14px 6px; font-size: 16px; }
.card p { margin: 0 14px 16px; color: var(--muted); font-size: 13px; }

.site-footer {
  background: #0b1220;
  color: #94a3b8;
  padding: 48px 0 28px;
  font-size: 13px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 32px 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #1e293b;
}

.footer-brand .brand {
  margin-bottom: 12px;
  color: #fff;
}

.footer-brand p {
  margin: 0;
  max-width: 38ch;
  line-height: 1.7;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #162033;
}

.footer-social a:hover {
  background: #1e3a5f;
}

.footer-social img {
  width: 16px;
  height: 16px;
}

.footer-col h3 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: 14px;
}

.footer-col a {
  display: block;
  padding: 5px 0;
}

.footer-col a:hover { color: #fff; }

.footer-bottom {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 24px;
}

.footer-bottom p {
  margin: 0;
  line-height: 1.7;
}

.footer-legal {
  display: flex;
  gap: 16px;
}

.footer-legal a:hover { color: #fff; }

.legal {
  max-width: 72ch;
  color: var(--ink);
}

.legal h2 {
  margin: 0 0 10px;
  scroll-margin-top: calc(var(--nav-h) + 16px);
  font-size: 22px;
}

.legal section + section { margin-top: 28px; }

.legal p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.legal p + p { margin-top: 12px; }

.legal ul {
  margin: 10px 0 0;
  padding-left: 1.2em;
  color: var(--muted);
}

.legal li + li { margin-top: 6px; }

.legal a { color: var(--blue); font-weight: 650; }

.legal-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: calc(var(--nav-h) + 16px);
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fafc;
}

.legal-toc strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.legal-toc a {
  display: block;
  padding: 6px 0;
  color: var(--muted);
  font-size: 13px;
}

.legal-toc a:hover { color: var(--blue); }

.legal-meta {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
}

.page-banner {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.92) 0%, rgba(7, 17, 31, 0.72) 100%),
    url("/assets/img/hero-bg.png?v=2") center / cover no-repeat;
  padding: 40px 0 36px;
}

@media (max-width: 860px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; }
}

.page-banner h1 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 40px);
}

.page-banner p {
  margin: 0;
  max-width: 62ch;
  color: #94a3b8;
}

.page {
  padding: 40px 0 72px;
}

.page h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.page p { color: var(--muted); }

.grid-2,
.grid-3 {
  display: grid;
  gap: 16px;
}

.grid-2 { grid-template-columns: 1fr 1fr; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

.panel {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
  background: #fff;
}

.panel h3 { margin: 0 0 8px; font-size: 17px; }
.panel p { margin: 0 0 16px; }

.list-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-links a { color: var(--blue); font-weight: 650; }

.search-box {
  display: flex;
  gap: 8px;
  max-width: 560px;
}

.search-box input {
  flex: 1;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.faq-band {
  padding: 56px 0 64px;
  background: #fff;
}

.faq-band .reviews-head {
  text-align: center;
  margin: 0 auto 28px;
}

.faq-band .reviews-head p {
  margin: 0 auto;
}

.faq-band .faq {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}

.faq summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  padding-right: 36px;
  position: relative;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  font-weight: 400;
  color: var(--blue);
}

.faq details[open] summary::after { content: "–"; }

.faq details p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.faq details a { color: var(--blue); font-weight: 650; }

.note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 24px;
}

@media (max-width: 980px) {
  .grid-2,
  .grid-3 { grid-template-columns: 1fr; }
}

@media (max-width: 1200px) {
  .products-inner { grid-template-columns: 1fr; }
  .products-copy { max-width: 560px; }
  .product-tiles { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
  .hero-inner {
    grid-template-columns: 1fr 250px;
  }
  .hero-inner > div:first-child { grid-column: 1 / -1; }
  .power-inner { grid-template-columns: 1fr; }
}

@media (max-width: 1350px) {
  .trust-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .trust-copy { grid-column: 1 / -1; }
  .trust-map { grid-column: 4; height: 88px; }
}

@media (max-width: 1180px) {
  .trust-inner { grid-template-columns: 1fr 1fr; }
  .trust-copy { grid-column: 1 / -1; }
  .trust-map { grid-column: 1 / -1; height: 96px; }
}

@media (max-width: 980px) {
  .nav { display: none; }
  .hero-inner,
  .why-grid,
  .stats-grid,
  .cards,
  .power-inner,
  .feat-grid,
  .start-inner,
  .products-inner,
  .review-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .product-tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-inner > div:first-child { grid-column: auto; }
  .hero-side,
  .start-side { text-align: left; }
  .products-copy { grid-column: auto; }
  .trust-inner { grid-template-columns: 1fr 1fr; }
}

.dl-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.88) 0%, rgba(7, 17, 31, 0.5) 48%, rgba(7, 17, 31, 0.28) 100%),
    url("/assets/img/hero-bg.png?v=2") center / cover no-repeat;
}

.dl-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
  gap: 20px;
  align-items: center;
  padding: 40px 0 36px;
  min-height: 520px;
}

.dl-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.dl-copy > p {
  margin: 0 0 22px;
  max-width: 48ch;
  color: #cbd5e1;
  font-size: 15px;
}

.dl-hero-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 420px;
  margin-bottom: 18px;
}

.dl-hero-btns .btn {
  min-height: 44px;
}

.dl-ico {
  width: 18px;
  height: 18px;
  flex: none;
  display: inline-block;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.dl-ico-win {
  -webkit-mask-image: url("/assets/icons/dl-windows.svg");
  mask-image: url("/assets/icons/dl-windows.svg");
}

.dl-ico-apple {
  -webkit-mask-image: url("/assets/icons/dl-apple.svg");
  mask-image: url("/assets/icons/dl-apple.svg");
}

.dl-ico-android {
  -webkit-mask-image: url("/assets/icons/dl-android.svg");
  mask-image: url("/assets/icons/dl-android.svg");
}

.dl-ico-web {
  -webkit-mask-image: url("/assets/icons/dl-web.svg");
  mask-image: url("/assets/icons/dl-web.svg");
}

.dl-ver .dl-ico {
  width: 22px;
  height: 22px;
  margin-top: 2px;
}

.dl-hero-btns .dl-ico-android { background: #3ddc84; }
.dl-hero-btns .dl-web .dl-ico-web { background: #38bdf8; }

.dl-ver .dl-ico-win { background: #0078d4; }
.dl-ver .dl-ico-android { background: #3ddc84; }
.dl-ver .dl-ico-web { background: #2563eb; }

.dl-web {
  grid-column: 1 / -1;
}

.dl-visual {
  position: relative;
  min-width: 0;
  padding-right: 168px;
}

.dl-stats {
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 156px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}

.dl-stats ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dl-stats li {
  padding: 12px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.dl-stats b {
  display: block;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.dl-stats span {
  color: #93c5fd;
  font-size: 13px;
}

.dl-versions {
  padding: 48px 0 56px;
  background: #fff;
}

.dl-sec-head {
  margin-bottom: 24px;
}

.dl-sec-head h2,
.dl-steps-copy h2,
.dl-why-head h2,
.dl-spec h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.6vw, 32px);
}

.dl-sec-head p,
.dl-steps-copy p,
.dl-why-head p,
.dl-spec > div > p,
.dl-faq-head + p {
  margin: 0;
  color: var(--muted);
}

.dl-ver-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.dl-ver {
  display: flex;
  flex-direction: column;
  padding: 16px 14px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  min-width: 0;
}

.dl-ver-top {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.dl-brand {
  width: 32px;
  height: 32px;
  flex: none;
  object-fit: contain;
}

.dl-ico-img {
  width: 18px;
  height: 18px;
  flex: none;
  object-fit: contain;
}

.dl-ver h3 {
  margin: 0 0 4px;
  font-size: 15px;
}

.dl-ver-top p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.dl-shot {
  width: 100%;
  height: 132px;
  margin-bottom: 14px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  background: #0b1220;
  display: block;
}

.dl-ver .btn {
  width: 100%;
}

.dl-ver small {
  display: block;
  margin-top: 8px;
  text-align: center;
  color: var(--muted);
  font-size: 11px;
}

.dl-steps {
  padding: 8px 0 56px;
  background: #fff;
}

.dl-steps-inner {
  display: grid;
  grid-template-columns: minmax(200px, 0.7fr) minmax(0, 1.3fr);
  gap: 32px;
  align-items: start;
}

.dl-steps ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.dl-steps li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.dl-steps li b {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.dl-steps li p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.dl-why {
  padding: 48px 0 56px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.18), transparent 36%),
    linear-gradient(180deg, #07111f 0%, #0b1c36 100%);
}

.dl-why-head {
  margin-bottom: 28px;
}

.dl-why-head p {
  color: #94a3b8;
  max-width: 52ch;
}

.dl-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dl-why-grid article img {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  display: block;
}

.dl-why-grid h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.dl-why-grid p {
  margin: 0;
  color: #94a3b8;
  font-size: 13px;
}

.dl-spec {
  padding: 48px 0 56px;
  background: #fff;
}

.dl-spec-inner {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 36px;
  align-items: start;
}

.dl-faq-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.dl-faq-head a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.dl-table-wrap {
  margin-top: 16px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.dl-spec table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.dl-spec th,
.dl-spec td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}

.dl-spec th {
  background: #f8fafc;
  color: #334155;
  font-weight: 650;
}

.dl-spec tr:last-child td { border-bottom: 0; }

.dl-spec .faq {
  margin-top: 8px;
}

.dl-cta-btns .btn {
  min-height: 38px;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .dl-hero-inner { grid-template-columns: 1fr; }
  .dl-visual { padding-right: 0; }
  .dl-stats {
    position: static;
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 28px;
    text-align: left;
    margin-top: 16px;
  }
  .dl-stats ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
  }
  .dl-stats li { border-top: 0; padding: 0; }
  .dl-ver-grid { grid-template-columns: repeat(5, minmax(160px, 1fr)); }
  .dl-why-grid { grid-template-columns: 1fr 1fr; }
  .dl-spec-inner,
  .dl-steps-inner { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .dl-hero-inner,
  .dl-ver-grid,
  .dl-steps ol,
  .dl-why-grid,
  .dl-spec-inner { grid-template-columns: 1fr; }
  .dl-hero-btns { max-width: none; }
  .dl-stats,
  .dl-stats ul { display: block; }
  .dl-stats li {
    padding: 12px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
  }
}

.svc-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.88) 0%, rgba(7, 17, 31, 0.48) 52%, rgba(7, 17, 31, 0.28) 100%),
    url("/assets/img/hero-bg.png?v=2") center / cover no-repeat;
}

.svc-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 40px 0 36px;
  min-height: 480px;
}

.svc-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.svc-copy > p {
  margin: 0 0 22px;
  max-width: 46ch;
  color: #cbd5e1;
  font-size: 15px;
}

.svc-visual {
  position: relative;
  min-width: 0;
  padding-right: 140px;
}

.svc-stats {
  position: absolute;
  right: 0;
  top: 12px;
  bottom: 12px;
  width: 128px;
  display: flex;
  align-items: center;
}

.svc-stats ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.svc-stats li {
  padding: 10px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  text-align: right;
}

.svc-stats b {
  display: block;
  font-size: 22px;
}

.svc-stats span {
  color: #93c5fd;
  font-size: 13px;
}

.svc-products {
  padding: 48px 0 40px;
  background: #fff;
}

.svc-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.svc-head h2 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 30px);
}

.svc-head a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.svc-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #0b1220;
  color: #fff;
}

.svc-card img {
  width: 100%;
  height: 128px;
  object-fit: contain;
  object-position: center;
  background: transparent;
  padding: 8px 8px 0;
}

.svc-card h3 {
  margin: 12px 12px 4px;
  font-size: 15px;
}

.svc-card p {
  margin: 0 12px 16px;
  color: #94a3b8;
  font-size: 12px;
}

.svc-mid {
  padding: 8px 0 48px;
  background: #fff;
}

.svc-mid-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: start;
}

.svc-note {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
}

.svc-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.svc-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.svc-table-wrap th,
.svc-table-wrap td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}

.svc-table-wrap th {
  background: #f8fafc;
  color: #334155;
}

.svc-table-wrap tr:last-child td { border-bottom: 0; }

.svc-adv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}

.svc-adv h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.svc-adv ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
}

.svc-adv li { margin: 4px 0; }

.svc-why {
  padding: 36px 0 42px;
  color: #fff;
  background: linear-gradient(90deg, #07111f 0%, #0b1c36 100%);
}

.svc-why h2 {
  margin: 0 0 22px;
  font-size: clamp(22px, 2.4vw, 30px);
}

.svc-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.svc-why-grid h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.svc-why-grid p {
  margin: 0;
  color: #94a3b8;
  font-size: 13px;
}

.svc-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 36px;
}

.faq-band .svc-head {
  margin-bottom: 8px;
}

@media (max-width: 1100px) {
  .svc-hero-inner,
  .svc-mid-inner,
  .svc-faq { grid-template-columns: 1fr; }
  .svc-visual { padding-right: 0; }
  .svc-stats {
    position: static;
    width: auto;
    margin-top: 16px;
  }
  .svc-stats ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
  }
  .svc-stats li {
    border-top: 0;
    text-align: left;
    padding: 0;
  }
  .svc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .svc-why-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  .svc-grid,
  .svc-adv,
  .svc-why-grid { grid-template-columns: 1fr; }
}

.pf-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.92) 0%, rgba(7, 17, 31, 0.55) 48%, rgba(7, 17, 31, 0.32) 100%),
    url("/assets/img/hero-bg.png?v=2") center / cover no-repeat;
}

.pf-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.88fr) minmax(280px, 1.05fr) minmax(200px, 0.42fr);
  gap: 20px;
  align-items: center;
  padding: 40px 0 36px;
  min-height: 520px;
}

.pf-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.pf-copy > p {
  margin: 0 0 22px;
  max-width: 46ch;
  color: #cbd5e1;
  font-size: 15px;
}

.pf-visual { min-width: 0; }

.pf-rail {
  min-width: 0;
  padding: 8px 0 8px 8px;
  border-left: 1px solid rgba(148, 163, 184, 0.22);
}

.pf-rail strong {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.35;
}

.pf-rail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pf-rail li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.pf-rail img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: rgba(15, 35, 68, 0.7);
  border-radius: 10px;
}

.pf-rail b {
  display: block;
  font-size: 14px;
}

.pf-rail span {
  display: block;
  color: #93c5fd;
  font-size: 12px;
}

.pf-eco {
  padding: 42px 0 40px;
  background: #fff;
}

.pf-eco-head,
.pf-core-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.pf-core-head p {
  flex: 0 1 auto;
  text-align: right;
}

.pf-eco-head h2,
.pf-core-head h2,
.pf-ui h2,
.pf-markets h2,
.pf-why h2 {
  margin: 0 0 6px;
  font-size: clamp(22px, 2.4vw, 30px);
}

.pf-eco-head p,
.pf-markets > p,
.pf-why > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.pf-eco-head a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.pf-eco-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pf-eco-card {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  min-width: 0;
}

.pf-eco-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.pf-eco-top > img {
  width: 28px;
  height: 28px;
}

.pf-eco-top > div {
  flex: 1;
  min-width: 0;
}

.pf-eco-top h3 {
  margin: 0 0 4px;
  font-size: 15px;
}

.pf-eco-top p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.pf-eco-shot {
  width: 100%;
  height: 110px;
  object-fit: contain;
  object-position: center;
  margin: auto 0 12px;
}

.pf-eco-card > a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 650;
}

.pf-core {
  padding: 36px 0 40px;
  color: #fff;
  background: linear-gradient(90deg, #07111f 0%, #0b1c36 100%);
}

.pf-core-head p {
  margin: 0;
  color: #93c5fd;
  font-size: 14px;
}

.pf-core-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.pf-core-grid article {
  min-width: 0;
  padding: 4px 4px 0;
}

.pf-core-grid img {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}

.pf-core-grid h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.pf-core-grid p {
  margin: 0;
  color: #94a3b8;
  font-size: 13px;
}

.pf-mid {
  padding: 42px 0 48px;
  background: #fff;
}

.pf-mid-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1.1fr;
  gap: 22px;
  align-items: start;
}

.pf-ui-shot {
  position: relative;
  margin-top: 14px;
  border-radius: 14px;
  overflow: hidden;
  background: #0b1220;
}

.pf-ui-shot > img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: left center;
}

.pf-ui-shot ul {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 16px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: space-between;
  pointer-events: none;
}

.pf-ui-shot li {
  max-width: 46%;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.78);
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.pf-ui-shot li:nth-child(even) { justify-self: end; }

.pf-ui-shot span {
  display: block;
  margin-top: 2px;
  color: #93c5fd;
  font-size: 11px;
  font-weight: 500;
}

.pf-mgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0 16px;
}

.pf-mgrid a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #0b1220;
  color: #fff;
}

.pf-mgrid img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.pf-mgrid span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.pf-mgrid small {
  color: #93c5fd;
  font-weight: 500;
}

.pf-mpoints {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
}

.pf-mpoints li { margin: 4px 0; }

.pf-table-wrap {
  overflow-x: auto;
  margin: 14px 0 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.pf-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.pf-table-wrap th,
.pf-table-wrap td {
  padding: 8px 10px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}

.pf-table-wrap th {
  background: #f8fafc;
  color: #334155;
}

.pf-table-wrap tr:last-child td { border-bottom: 0; }

.pf-why-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pf-why-btns .btn {
  min-height: 36px;
  padding: 0 12px;
  font-size: 13px;
}

.pf-faq {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 28px;
}

#eco,
#core,
#interface {
  scroll-margin-top: calc(var(--nav-h) + 12px);
}

@media (max-width: 1180px) {
  .pf-hero-inner,
  .pf-mid-grid { grid-template-columns: 1fr 1fr; }
  .pf-rail { grid-column: 1 / -1; border-left: 0; padding-left: 0; }
  .pf-rail ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .pf-core-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pf-why { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
  .pf-hero-inner,
  .pf-eco-grid,
  .pf-core-grid,
  .pf-mid-grid,
  .pf-faq,
  .pf-rail ul { grid-template-columns: 1fr; }
  .pf-eco-head,
  .pf-core-head { flex-direction: column; align-items: flex-start; }
  .pf-ui-shot > img { height: 220px; }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.help-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.92) 0%, rgba(7, 17, 31, 0.55) 52%, rgba(7, 17, 31, 0.28) 100%),
    url("/assets/img/hero-bg.png?v=2") center / cover no-repeat;
}

.help-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.95fr);
  gap: 24px;
  align-items: center;
  padding: 40px 0 36px;
  min-height: 360px;
}

.help-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(32px, 4vw, 46px);
  letter-spacing: -0.03em;
}

.help-hero > div > p,
.help-hero-inner > div > p:first-of-type {
  margin: 0 0 18px;
  max-width: 46ch;
  color: #cbd5e1;
}

.help-search {
  display: flex;
  gap: 8px;
  max-width: 560px;
  padding: 6px 6px 6px 16px;
  border-radius: 999px;
  background: #fff;
}

.help-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 14px;
  color: #0f172a;
  background: transparent;
}

.help-search .btn {
  min-height: 40px;
  border-radius: 999px;
  padding: 0 18px;
}

.help-hot-tags {
  margin: 14px 0 0;
  color: #93c5fd;
  font-size: 13px;
}

.help-hot-tags a {
  margin-left: 8px;
  color: #fff;
  font-weight: 650;
}

.help-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 220px;
}

.help-hero-visual > img {
  width: 72%;
  margin-left: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.35));
}

.help-ask {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: min(240px, 100%);
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #1d4ed8, #2563eb);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.28);
}

.help-ask p {
  margin: 8px 0 14px;
  color: #dbeafe;
  font-size: 12px;
}

.help-ask .btn {
  width: 100%;
  background: #fff;
  color: var(--blue);
}

.help-cats {
  padding: 0;
  background: #fff;
}

.help-cat-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.help-cat-grid a,
.help-tool-grid a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
  padding: 16px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.help-cat-grid b,
.help-tool-grid b { font-size: 14px; }
.help-cat-grid small,
.help-tool-grid small {
  color: var(--muted);
  font-size: 12px;
}

.help-ico {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eff6ff;
}

.help-ico svg { width: 22px; height: 22px; }

.help-main { padding: 36px 0 20px; background: #f8fafc; }
.help-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.help-search-note {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 650;
}

.help-hot { max-width: none; margin: 0; }
.help-hot details {
  padding: 16px 0;
  position: relative;
}
.help-hot summary {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-right: 36px;
  font-size: 15px;
  font-weight: 400;
}
.help-hot .help-num {
  position: static;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.help-hot summary > span:last-of-type {
  flex: 1;
  min-width: 0;
}
.help-hot summary b {
  display: block;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.4;
}
.help-hot summary em {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
}
.help-hot details[open] summary em { display: block; }
.help-hot summary::after {
  content: "⌄";
  top: 2px;
  font-size: 18px;
  line-height: 1;
}
.help-hot details[open] summary::after { content: "⌃"; }
.help-hot details p {
  margin: 8px 0 0 40px;
}

.help-guide,
.help-contact {
  padding: 18px 18px 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.help-guide h2,
.help-contact h2 {
  margin: 0 0 4px;
  font-size: 18px;
}

.help-guide > p,
.help-contact > p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
}

.help-guide a {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 650;
}

.help-guide a::after { content: "→"; color: var(--blue); }

.help-banner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0;
  padding: 18px;
  border-radius: 14px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.82), rgba(37, 99, 235, 0.55)),
    url("/assets/img/cta-bg.png?v=2") center / cover no-repeat;
}

.help-banner span,
.help-banner em {
  display: block;
  margin-top: 4px;
  color: #bfdbfe;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}

.help-banner b {
  align-self: center;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(37, 99, 235, 0.9);
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.help-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.help-contact li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.help-contact b { display: block; font-size: 14px; }
.help-contact span { color: var(--muted); font-size: 13px; }

.help-more,
.help-tools {
  padding: 12px 0 40px;
  background: #fff;
}

.help-more h2,
.help-tools h2 {
  margin: 0 0 18px;
  font-size: clamp(22px, 2.4vw, 28px);
}

.help-tax {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.help-tax article {
  min-width: 0;
  padding: 16px 14px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fafc;
}

.help-tax h3 {
  margin: 0 0 10px;
  font-size: 15px;
}

.help-tax a {
  display: block;
  margin: 8px 0;
  color: var(--muted);
  font-size: 13px;
}

.help-tax a:hover { color: var(--blue); }

.help-extra {
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 36px;
}

.help-tool-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.help-tool-grid a { align-items: center; text-align: center; }
.help-tool-grid .help-ico { margin-left: auto; margin-right: auto; }
.help-tool-grid small { color: var(--blue); font-weight: 650; }

#hot, #more, #contact, #account, #trade, #use, #funds, #product, #tech,
#q-demo-live, #q-kyc, #q-hours, #q-first-trade, #q-terms {
  scroll-margin-top: calc(var(--nav-h) + 12px);
}

@media (max-width: 1180px) {
  .help-cat-grid,
  .help-tax,
  .help-tool-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .help-hero-inner,
  .help-main-grid,
  .help-extra { grid-template-columns: 1fr; }
  .help-cat-grid,
  .help-tax,
  .help-tool-grid { grid-template-columns: 1fr 1fr; }
  .help-ask { position: static; width: auto; margin-top: 16px; }
  .help-hero-visual > img { width: 100%; }
}

.demo-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 22, 48, 0.94) 0%, rgba(10, 42, 92, 0.78) 46%, rgba(15, 60, 120, 0.45) 100%),
    url("/assets/img/hero-bg.png?v=2") center / cover no-repeat;
}

.demo-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(340px, 1.08fr);
  gap: 12px;
  align-items: center;
  padding: 36px 0 40px;
  min-height: 460px;
}

.demo-hero-copy h1 {
  margin: 0 0 10px;
  font-size: clamp(32px, 4.4vw, 48px);
  letter-spacing: -0.03em;
}

.demo-hero-copy > p {
  margin: 0 0 22px;
  max-width: 42ch;
  color: #dbeafe;
  font-size: 15px;
}

.demo-hero-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
}

.demo-hero-pills article {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
}

.demo-pill-ico {
  grid-row: 1 / span 2;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.28);
  border: 1px solid rgba(147, 197, 253, 0.28);
}

.demo-pill-ico svg { width: 22px; height: 22px; }

.demo-hero-pills b {
  font-size: 14px;
  line-height: 1.3;
}

.demo-hero-pills small {
  color: #93c5fd;
  font-size: 12px;
}

.demo-hero-visual {
  position: relative;
  min-width: 0;
  padding: 8px 0 8px 0;
}

.demo-hero-visual img {
  width: 100%;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.35));
}

.demo-hero-rail {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  width: 236px;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}

.demo-hero-rail > div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 12px 12px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.demo-hero-rail img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.demo-hero-rail b {
  display: block;
  font-size: 13px;
  line-height: 1.3;
}

.demo-hero-rail span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.demo-apply {
  padding: 42px 0 8px;
  background: #fff;
  overflow: hidden;
}

.demo-apply-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 36px;
  align-items: start;
}

.demo-form-card h2,
.demo-gain h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.4vw, 28px);
}

.demo-form-lead {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
}

.demo-note {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #eff6ff;
  color: #1e3a8a;
  font-size: 13px;
  line-height: 1.55;
}

.demo-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin-bottom: 18px;
}

.demo-fields label,
.demo-agree {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

.demo-fields input,
.demo-fields select {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 400;
}

.demo-fields input:focus,
.demo-fields select:focus {
  outline: 2px solid #93c5fd;
  outline-offset: 1px;
  border-color: #60a5fa;
}

.demo-submit {
  width: 100%;
  height: 48px;
  justify-content: center;
  border: 0;
}

.demo-agree {
  margin-top: 12px;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-weight: 400;
  color: var(--muted);
}

.demo-agree input {
  margin-top: 3px;
  flex-shrink: 0;
}

.demo-agree a { color: var(--blue); }

.demo-result {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #bfdbfe;
  background: #f8fbff;
}

.demo-result strong {
  display: block;
  margin-bottom: 6px;
}

.demo-result p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
}

.demo-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-ghost-dark {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  color: var(--ink);
  background: #fff;
}

.demo-gain ul {
  margin: 12px 0 18px;
  padding: 0;
  list-style: none;
}

.demo-gain li {
  position: relative;
  padding: 8px 0 8px 26px;
  font-size: 15px;
}

.demo-gain li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2563eb url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' d='M2.5 6.2 5 8.6 9.5 3.6'/%3E%3C/svg%3E") center / 10px no-repeat;
}

.demo-gain li span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.demo-gain img {
  display: block;
  width: min(100%, 360px);
  max-height: 260px;
  object-fit: contain;
  object-position: right bottom;
  margin: 8px 0 0 auto;
}

.demo-steps {
  padding: 28px 0 10px;
  background: #fff;
}

.demo-sec-head {
  text-align: center;
  margin-bottom: 22px;
}

.demo-sec-head h2 {
  margin: 0 0 6px;
  font-size: clamp(22px, 2.4vw, 30px);
}

.demo-sec-head p {
  margin: 0;
  color: var(--muted);
}

.demo-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.demo-step-grid article {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  padding: 18px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fafc;
}

.demo-step-grid span {
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
}

.demo-step-grid b { font-size: 16px; }

.demo-step-grid p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.demo-step-grid a { color: var(--blue); }

.demo-why {
  padding: 28px 0 48px;
  background: #fff;
}

.demo-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.demo-why-grid article {
  text-align: center;
  padding: 8px 10px;
}

.demo-why-grid img {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
}

.demo-why-grid b { display: block; font-size: 16px; }

.demo-why-grid p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 1080px) {
  .demo-hero-inner { grid-template-columns: 1fr; }
  .demo-hero-rail {
    position: static;
    width: auto;
    transform: none;
    grid-template-columns: 1fr 1fr;
    margin-top: 12px;
  }
}

@media (max-width: 860px) {
  .demo-hero-inner,
  .demo-apply-grid,
  .demo-step-grid,
  .demo-why-grid,
  .demo-fields { grid-template-columns: 1fr; }
  .demo-hero-rail { grid-template-columns: 1fr 1fr; }
  .demo-gain img { margin: 0 auto; }
}

@media (max-width: 560px) {
  .demo-hero-pills,
  .demo-hero-rail { grid-template-columns: 1fr; }
}

.live-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 22, 48, 0.94) 0%, rgba(10, 42, 92, 0.72) 48%, rgba(15, 60, 120, 0.4) 100%),
    url("/assets/img/hero-bg.png?v=2") center / cover no-repeat;
}

.live-hero-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  gap: 16px;
  align-items: center;
  padding: 36px 0 42px;
  min-height: 460px;
}

.live-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4.4vw, 48px);
  letter-spacing: -0.03em;
}

.live-copy > p {
  margin: 0 0 22px;
  max-width: 46ch;
  color: #dbeafe;
  font-size: 15px;
}

.live-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 18px;
  color: #bfdbfe;
  font-size: 13px;
}

.live-visual {
  position: relative;
  min-width: 0;
}

.live-visual > img {
  width: 100%;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.35));
}

.live-float {
  position: absolute;
  left: 8px;
  top: 18%;
  display: grid;
  gap: 10px;
  width: 168px;
  z-index: 2;
}

.live-float > div,
.live-rail > div {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(191, 219, 254, 0.28);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.live-float b,
.live-rail b {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}

.live-float span,
.live-rail span {
  display: block;
  margin-top: 2px;
  color: #dbeafe;
  font-size: 12px;
}

.live-rail {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  width: 228px;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}

.live-rail > div {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
}

.live-rail span { color: var(--muted); }

.live-why,
.live-steps,
.live-compare,
.live-faq {
  padding: 42px 0 8px;
  background: #fff;
}

.live-faq { padding-bottom: 28px; }

.live-sec-head h2,
.live-compare h2,
.live-upgrade h2,
.live-faq-head h2 {
  margin: 0 0 6px;
  font-size: clamp(22px, 2.4vw, 30px);
}

.live-sec-head p,
.live-compare > div > p,
.live-faq-head p {
  margin: 0;
  color: var(--muted);
}

.live-sec-left { margin-bottom: 22px; }

.live-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 260px;
  gap: 14px;
  align-items: stretch;
}

.live-side {
  grid-column: 3;
  grid-row: 1 / span 2;
  padding: 20px 18px;
  border-radius: 16px;
  background: #eff6ff;
  color: #1e3a8a;
}

.live-why-grid article {
  padding: 18px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f8fafc;
}

.live-ico {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #eff6ff;
}

.live-ico svg { width: 22px; height: 22px; }

.live-why-grid b { display: block; font-size: 16px; }

.live-why-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.live-why-grid a { color: var(--blue); }

.live-side strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.live-side ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.live-side li {
  position: relative;
  padding: 6px 0 6px 18px;
  font-size: 14px;
}

.live-side li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: 700;
}

.live-steps { scroll-margin-top: calc(var(--nav-h) + 12px); }

.live-steps-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 220px;
  gap: 14px;
  align-items: stretch;
}

.live-steps-row article {
  display: flex;
  gap: 12px;
  padding: 16px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.live-steps-row span {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
}

.live-steps-row b { display: block; font-size: 15px; }

.live-steps-row p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.live-steps-row a { color: var(--blue); }

.live-steps-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  border-radius: 16px;
  background: #2563eb;
  color: #fff;
  text-align: center;
}

.live-steps-cta .btn {
  background: #fff;
  color: #1d4ed8;
}

.live-steps-cta .btn:hover { background: #eff6ff; }

.live-steps-cta p {
  margin: 0;
  color: #dbeafe;
  font-size: 12px;
}

.live-compare { padding-top: 36px; }

.live-compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 28px;
  align-items: start;
}

.live-table-wrap {
  margin-top: 16px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.live-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.live-table-wrap th,
.live-table-wrap td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.live-table-wrap thead th {
  background: #f8fafc;
  font-size: 13px;
}

.live-table-wrap thead th:nth-child(2),
.live-table-wrap thead th:nth-child(3) {
  background: #2563eb;
  color: #fff;
  text-align: center;
}

.live-table-wrap tbody th {
  width: 22%;
  color: #334155;
  font-weight: 650;
  background: #f8fafc;
}

.live-table-wrap tbody td { text-align: center; color: #334155; }

.live-table-wrap tbody tr:last-child th,
.live-table-wrap tbody tr:last-child td { border-bottom: 0; }

.live-upgrade {
  padding: 22px 20px 18px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid var(--line);
}

.live-upgrade p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
}

.live-bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 28px;
  height: 140px;
  margin-top: 22px;
}

.live-bars > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  height: 100%;
  justify-content: flex-end;
}

.live-bars i {
  display: block;
  width: 42px;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, #60a5fa, #2563eb);
}

.live-bars span {
  color: var(--muted);
  font-size: 12px;
}

.live-faq-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.live-faq-head a { color: var(--blue); font-weight: 650; }

.live-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 28px;
}

.live-faq-grid details {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

@media (max-width: 1100px) {
  .live-why-grid { grid-template-columns: 1fr 1fr; }
  .live-side { grid-column: 1 / -1; grid-row: auto; }
  .live-steps-row { grid-template-columns: 1fr 1fr; }
  .live-steps-cta { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
  .live-hero-inner,
  .live-compare-grid,
  .live-faq-grid { grid-template-columns: 1fr; }
  .live-float,
  .live-rail {
    position: static;
    width: auto;
    transform: none;
    grid-template-columns: 1fr 1fr;
    margin-top: 12px;
  }
  .live-float { display: none; }
}

@media (max-width: 640px) {
  .live-why-grid,
  .live-steps-row,
  .live-rail { grid-template-columns: 1fr; }
}
