:root {
  --bg: #000000;
  --surface: #111113;
  --surface-2: #171719;
  --gold: #f2a900;
  --gold-bright: #ffd25b;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.70);
  --muted-2: rgba(255, 255, 255, 0.52);
  --line: rgba(255, 255, 255, 0.12);
  --line-soft: rgba(255, 255, 255, 0.07);
  --gold-line: rgba(242, 169, 0, 0.48);
  --radius: 24px;
  --db-text-primary: var(--text);
  --db-text-secondary: var(--muted);
  --db-text-muted: var(--muted-2);
  --db-stroke: var(--line);
  --db-divider: rgba(255, 255, 255, 0.10);
  --db-surface-elevated: rgba(23, 23, 25, 0.82);
  --db-route-gold: var(--gold-bright);
  --db-accent-gold: var(--gold);
  --db-radius-large: 24px;
  --db-radius-medium: 16px;
  --db-shadow-card: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(900px 520px at 50% 6%, rgba(242, 169, 0, 0.105), transparent 64%),
    #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line-soft);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img, .logo-image { display: block; width: min(280px, 56vw); height: auto; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a {
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] { color: var(--text); background: rgba(255, 255, 255, 0.07); }
.nav-links .nav-download {
  padding-inline: 18px;
  color: #120d03;
  background: var(--gold);
}
.nav-links .nav-download:hover { color: #120d03; background: var(--gold-bright); transform: translateY(-1px); }

.hero { padding: 92px 0 76px; text-align: center; }
.eyebrow, .section-kicker, .hero-eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(58px, 6.6vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 900;
}
.hero-copy {
  max-width: 720px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}
.download-cluster {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 42px;
}
.badge-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.app-store-badge { display: inline-flex; border-radius: 10px; transition: transform 150ms ease, opacity 150ms ease; }
.app-store-badge:hover { transform: translateY(-2px); opacity: 0.96; }
.app-store-badge img { display: block; width: 210px; height: auto; }
.microcopy { color: var(--muted-2); font-size: 13px; }
.qr-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px 12px 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}
.qr-link { display: block; padding: 7px; border-radius: 12px; background: #fff; }
.qr-link img { display: block; width: 98px; height: 98px; border-radius: 5px; }
.qr-copy { text-align: left; }
.qr-copy strong { display: block; margin-bottom: 5px; font-size: 15px; }
.qr-copy span { display: block; max-width: 130px; color: var(--muted-2); font-size: 13px; line-height: 1.38; }
.trust-line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin: 36px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 720;
  list-style: none;
}
.trust-line li::before { content: "✓"; margin-right: 7px; color: var(--gold); font-weight: 950; }

.section { padding: 82px 0; border-top: 1px solid var(--line-soft); }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-kicker { margin-bottom: 10px; font-size: 12px; letter-spacing: 0.16em; }
h2 { margin: 0; font-size: clamp(38px, 5vw, 52px); line-height: 1.05; letter-spacing: -0.04em; }
.section-head > p:last-child,
.privacy-heading-copy > p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.feature-card {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
}
.feature-index {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #110d04;
  background: var(--gold);
  font-size: 14px;
  font-weight: 900;
}
.feature-card h3 { margin: 48px 0 10px; font-size: 24px; letter-spacing: -0.025em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }

.privacy-section { padding: 74px 0 86px; border-top: 1px solid var(--line-soft); }
.privacy-card {
  padding: 40px;
  border: 1px solid rgba(242, 169, 0, 0.64);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 20%, rgba(242, 169, 0, 0.16), transparent 36%),
    linear-gradient(145deg, #14120d 0%, #090909 60%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}
.privacy-heading { display: flex; align-items: flex-start; gap: 28px; }
.privacy-shield {
  flex: 0 0 82px;
  width: 82px;
  height: 94px;
  color: var(--gold);
  filter: drop-shadow(0 8px 18px rgba(242, 169, 0, 0.18));
}
.privacy-shield svg { width: 100%; height: 100%; }
.privacy-heading-copy { max-width: 720px; }
.privacy-heading-copy h2 { font-size: clamp(36px, 4vw, 48px); }
.privacy-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid var(--gold-line);
}
.privacy-point { padding: 24px 22px 0; text-align: center; }
.privacy-point + .privacy-point { border-left: 1px solid var(--line); }
.privacy-icon {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  background: var(--gold);
  filter: drop-shadow(0 7px 13px rgba(242, 169, 0, 0.16));
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.privacy-icon-account { -webkit-mask-image: url("assets/privacy-no-account.svg"); mask-image: url("assets/privacy-no-account.svg"); }
.privacy-icon-server { -webkit-mask-image: url("assets/privacy-no-server-storage.svg"); mask-image: url("assets/privacy-no-server-storage.svg"); }
.privacy-icon-tracking {
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  -webkit-mask-image: url("assets/privacy-no-tracking-ids.svg");
  mask-image: url("assets/privacy-no-tracking-ids.svg");
}
.privacy-point h3 { margin: 0 0 6px; font-size: 18px; }
.privacy-point p { max-width: 270px; margin: 0 auto; color: var(--muted-2); font-size: 14px; line-height: 1.45; }

.site-footer, .footer {
  width: 100%;
  padding: 30px 0 42px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: var(--muted-2);
  font-size: 13px;
}
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a, .footer a { color: var(--muted); text-decoration: none; font-weight: 700; }
.footer-links a:hover, .footer a:hover { color: var(--text); }

/* Shared support and legal pages */
main.support-page, main.legal-page {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0 72px;
}
.support-intro, .legal-page > .content-shell { max-width: 880px; margin-inline: auto; }
.support-intro { text-align: center; margin-bottom: 36px; }
.support-intro h1, .legal-page h1 {
  margin: 0 0 22px;
  font-size: clamp(44px, 7vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.support-intro > p:not(.hero-eyebrow) { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 18px; line-height: 1.6; }
.actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
}
.button.gold { color: #120d03; background: var(--gold); }
.button.secondary { color: var(--text); border-color: var(--line); background: rgba(255,255,255,0.06); }
.content-shell, .faq-item, .faq-summary {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025)), rgba(17,17,19,0.82);
}
.content-shell { max-width: 880px; margin: 0 auto; padding: clamp(24px, 5vw, 48px); }
.content-shell p, .content-shell li { color: var(--muted); font-size: 16px; line-height: 1.72; }
.content-shell ul { padding-left: 1.25rem; }
.content-shell li { margin: 8px 0; }
.content-shell h2 { margin: 40px 0 16px; padding-top: 24px; border-top: 1px solid var(--line-soft); font-size: 28px; letter-spacing: -0.02em; }
.content-shell h3 { margin: 26px 0 10px; font-size: 18px; }
.content-shell a { color: var(--gold-bright); }
.faq-item { padding: 22px; }

.app-store-badge:focus-visible,
.qr-link:focus-visible,
.nav-links a:focus-visible,
.footer-links a:focus-visible,
.button:focus-visible,
.brand:focus-visible,
.logo-link:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 30px, 1120px); }
  .site-header { min-height: 0; padding: 18px 0; }
  .header-inner { align-items: flex-start; flex-direction: column; gap: 14px; }
  .brand img, .logo-image { width: 230px; }
  .nav-links { width: 100%; justify-content: space-between; gap: 0; }
  .nav-links a { padding: 8px; font-size: 12px; }
  .nav-links .nav-download { padding-inline: 13px; }

  .hero { padding: 68px 0 58px; }
  .hero h1 { font-size: 48px; line-height: 1.02; }
  .hero-copy { margin-top: 20px; font-size: 17px; }
  .download-cluster { margin-top: 32px; }
  .badge-wrap { align-items: center; }
  .app-store-badge img { width: 190px; }
  .qr-card { display: none; }
  .trust-line { gap: 10px 18px; margin-top: 28px; font-size: 13px; }

  .section { padding: 58px 0; }
  .section-head > p:last-child { font-size: 16px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; padding: 24px; }
  .feature-card h3 { margin-top: 28px; }

  .privacy-section { padding: 58px 0 64px; }
  .privacy-card { padding: 26px 22px; border-radius: 22px; }
  .privacy-heading { display: block; }
  .privacy-shield { width: 64px; height: 72px; margin-bottom: 18px; }
  .privacy-heading-copy h2 { font-size: 34px; }
  .privacy-heading-copy > p:last-child { font-size: 16px; }
  .privacy-points { grid-template-columns: 1fr; margin-top: 26px; }
  .privacy-point { padding: 22px 0; }
  .privacy-point + .privacy-point { border-left: 0; border-top: 1px solid var(--line); }
  .privacy-icon { width: 54px; height: 54px; margin-bottom: 12px; }
  .privacy-icon-tracking { width: 49px; height: 49px; margin-bottom: 17px; }

  .footer-inner { align-items: flex-start; flex-direction: column; }
  main.support-page, main.legal-page { width: min(100% - 30px, 1120px); padding-top: 56px; }
}

@media (max-width: 460px) {
  .hero h1 { font-size: 42px; }
  .nav-links a { font-size: 11.5px; padding-inline: 6px; }
  .privacy-heading-copy h2 { font-size: 31px; }
  .footer-links { flex-wrap: wrap; gap: 10px 16px; }
}


/* =========================================================
   Secondary pages — aligned with the lightweight homepage
   ========================================================= */

.secondary-page {
  background:
    radial-gradient(900px 500px at 50% 0%, rgba(242, 169, 0, 0.10), transparent 64%),
    #000;
}

main.support-page,
main.legal-page {
  width: 100%;
  margin: 0;
  padding: 0;
}

.page-hero {
  padding: 88px 0 70px;
  text-align: center;
}

.page-hero-inner {
  max-width: 900px;
}

.page-hero h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(54px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.page-hero-copy {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.58;
}

.last-updated {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 24px 0 0;
  padding: 0 14px;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  color: rgba(255,255,255,0.78);
  background: rgba(242,169,0,0.06);
  font-size: 13px;
  font-weight: 760;
}

.page-content-section {
  padding-top: 70px;
  padding-bottom: 86px;
}

.support-content-stack {
  display: grid;
  gap: 24px;
}

.content-shell {
  width: 100%;
  max-width: 920px;
}

.faq-shell > h2,
.support-policy-card > h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  font-size: clamp(32px, 4vw, 44px);
}

.faq-shell > p:not(.eyebrow),
.support-policy-card > p:not(.eyebrow) {
  max-width: 720px;
}

.faq-summary {
  margin: 28px 0 32px;
  padding: 24px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(242,169,0,0.08), rgba(255,255,255,0.025)),
    rgba(17,17,19,0.82);
}

.faq-summary-title {
  margin: 0 0 14px !important;
  color: var(--text) !important;
  font-size: 13px !important;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq-question-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

.faq-question-list li {
  margin: 0;
}

.faq-question-list a {
  display: block;
  padding: 8px 0;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.faq-question-list a::before {
  content: "↳";
  margin-right: 8px;
  color: var(--gold);
}

.faq-question-list a:hover {
  color: var(--text);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  scroll-margin-top: 28px;
  padding: 24px 26px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018)),
    rgba(12,12,14,0.9);
}

.faq-item h3 {
  margin: 0 0 9px;
  color: var(--text);
  font-size: 19px;
  letter-spacing: -0.015em;
}

.faq-item p {
  margin: 0;
}

.pro-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  color: var(--gold-bright);
  background: rgba(242,169,0,0.08);
  font-size: 0.75em;
  font-weight: 900;
  letter-spacing: 0.07em;
  vertical-align: 0.1em;
}

.support-policy-card {
  margin-top: 0;
}

.support-policy-card .actions {
  justify-content: flex-start;
}

.legal-content {
  max-width: 920px;
  padding: clamp(28px, 5vw, 56px);
}

.legal-content > h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.legal-content h2 {
  scroll-margin-top: 24px;
  margin-top: 48px;
  padding-top: 34px;
  color: var(--text);
  font-size: clamp(26px, 3vw, 32px);
  line-height: 1.18;
}

.legal-content p,
.legal-content li {
  color: rgba(255,255,255,0.72);
}

.legal-content strong {
  color: rgba(255,255,255,0.92);
}

.legal-content li::marker {
  color: var(--gold);
}

.button {
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.gold:hover {
  background: var(--gold-bright);
}

.button.secondary:hover {
  border-color: rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.09);
}

@media (max-width: 820px) {
  .page-hero {
    padding: 62px 0 50px;
  }

  .page-hero h1 {
    font-size: 48px;
    line-height: 1.01;
  }

  .page-hero-copy {
    margin-top: 20px;
    font-size: 17px;
  }

  .page-content-section {
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .faq-question-list {
    grid-template-columns: 1fr;
  }

  .faq-summary {
    padding: 20px;
  }

  .faq-item {
    padding: 22px;
  }

  .legal-content {
    padding: 26px 22px;
  }

  .legal-content h2 {
    margin-top: 38px;
    padding-top: 28px;
  }
}

@media (max-width: 460px) {
  .page-hero h1 {
    font-size: 42px;
  }

  .page-hero-copy {
    font-size: 16px;
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .support-policy-card .actions {
    align-items: stretch;
  }
}
