:root {
  color-scheme: dark;
  --bg: #0b0713;
  --bg-raised: #130c22;
  --card: rgba(36, 23, 58, 0.72);
  --card-strong: #211536;
  --text: #fbf8ff;
  --muted: #c9bfd7;
  --purple: #a873ff;
  --purple-bright: #c7a6ff;
  --gold: #f4c96b;
  --line: rgba(214, 190, 255, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  --radius: 24px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--text); background: radial-gradient(circle at 78% 4%, rgba(126, 67, 220, .2), transparent 30rem), radial-gradient(circle at 0 40%, rgba(244, 201, 107, .06), transparent 27rem), var(--bg); line-height: 1.7; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: .65rem 1rem; border-radius: 10px; background: var(--gold); color: #231406; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(11, 7, 19, .76); backdrop-filter: blur(18px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { display: block; flex: none; width: 34px; height: 34px; border-radius: 11px; overflow: hidden; box-shadow: 0 7px 24px rgba(244, 201, 107, .18); object-fit: cover; }
.nav-links, .footer-links { display: flex; align-items: center; gap: clamp(14px, 3vw, 30px); }
.nav-links a, .footer-links a { color: var(--muted); text-decoration: none; font-size: .94rem; }
.nav-links a:hover, .footer-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); }

.hero { padding-block: clamp(82px, 12vw, 150px) 42px; text-align: center; }
.eyebrow, .kicker { color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; padding: 7px 13px; border: 1px solid rgba(244, 201, 107, .22); border-radius: 999px; background: rgba(244, 201, 107, .06); }
h1 { max-width: 850px; margin: 24px auto; font-size: clamp(3.3rem, 9vw, 7rem); line-height: .95; letter-spacing: -.065em; }
h1 span { color: var(--purple-bright); }
.hero-copy { max-width: 690px; margin: 0 auto; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 20px; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #170c24; border-color: transparent; background: linear-gradient(145deg, var(--purple-bright), var(--purple)); box-shadow: 0 12px 40px rgba(168, 115, 255, .23); }
.button-secondary { background: rgba(255,255,255,.04); }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(64px, 9vw, 100px); text-align: left; border-block: 1px solid var(--line); }
.trust-strip > div { display: grid; grid-template-columns: 36px 1fr; gap: 0 12px; padding: 25px clamp(16px, 3vw, 30px); }
.trust-strip > div + div { border-left: 1px solid var(--line); }
.trust-icon { grid-row: span 2; color: var(--gold); font-size: 1.3rem; }
.trust-strip strong { line-height: 1.35; }
.trust-strip span:last-child { color: var(--muted); font-size: .86rem; line-height: 1.45; }

.section { padding-block: clamp(62px, 9vw, 100px); }
.section-heading { max-width: 700px; margin-bottom: 32px; }
.kicker { margin: 0 0 8px; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.045em; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.link-card { display: block; min-height: 320px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(43, 27, 70, .85), rgba(24, 15, 40, .78)); box-shadow: var(--shadow); text-decoration: none; transition: transform .22s ease, border-color .22s ease; }
.link-card:hover { transform: translateY(-5px); border-color: rgba(199, 166, 255, .4); }
.card-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 44px; border-radius: 15px; color: var(--gold); background: rgba(244, 201, 107, .09); font-weight: 900; }
.link-card h3 { margin: 0 0 10px; font-size: 1.35rem; }
.link-card p { margin: 0; color: var(--muted); }
.card-link { display: block; margin-top: 24px; color: var(--purple-bright); font-weight: 750; }
.privacy-panel { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(30px, 7vw, 90px); padding: clamp(32px, 6vw, 68px); border: 1px solid var(--line); border-radius: calc(var(--radius) + 8px); background: radial-gradient(circle at 100% 0, rgba(168, 115, 255, .14), transparent 55%), var(--card); }
.privacy-panel p:not(.kicker) { color: var(--muted); }
.check-list { align-self: center; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 15px 0 15px 36px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }

.page-hero { padding-block: clamp(58px, 8vw, 95px) 44px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 880px; margin: 14px 0 18px; font-size: clamp(2.6rem, 6vw, 5.2rem); }
.page-hero p { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.1rem; }
.effective-date { display: inline-block; margin-top: 22px; padding: 7px 12px; border-radius: 999px; background: rgba(168,115,255,.11); color: var(--purple-bright); font-size: .88rem; font-weight: 700; }
.document-layout { display: grid; grid-template-columns: 240px minmax(0, 720px); justify-content: center; gap: clamp(36px, 7vw, 90px); padding-block: 58px 100px; }
.toc { position: sticky; top: 24px; align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(25, 16, 41, .7); }
.toc strong { display: block; margin-bottom: 10px; color: var(--text); font-size: .84rem; text-transform: uppercase; letter-spacing: .1em; }
.toc a { display: block; padding: 6px 0; color: var(--muted); text-decoration: none; font-size: .87rem; line-height: 1.35; }
.toc a:hover { color: var(--purple-bright); }
.legal-content section, .support-content section { scroll-margin-top: 28px; padding-block: 8px 30px; }
.legal-content h2, .support-content h2 { margin-bottom: 13px; font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.025em; }
.legal-content p, .legal-content li, .support-content p, .support-content li { color: var(--muted); }
.legal-content strong, .support-content strong { color: var(--text); }
.legal-content ul, .support-content ul, .support-content ol { padding-left: 1.35rem; }
.legal-content a, .support-content a { color: var(--purple-bright); text-underline-offset: 3px; }
.notice { margin: 12px 0 24px; padding: 18px 20px; border-left: 3px solid var(--gold); border-radius: 0 14px 14px 0; background: rgba(244, 201, 107, .065); color: var(--muted); }
.support-content { max-width: 800px; margin-inline: auto; padding-block: 58px 100px; }
.faq-section { border-bottom: 1px solid var(--line); }
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-block: 22px; }
.option { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--card); }
.option strong { display: block; color: var(--gold); }
.contact-panel { padding: clamp(26px, 5vw, 46px); border: 1px solid rgba(168,115,255,.28); border-radius: var(--radius); background: linear-gradient(145deg, rgba(91, 49, 157, .25), rgba(28, 18, 45, .86)); text-align: center; }
.contact-panel .button { margin-top: 12px; }

.site-footer { border-top: 1px solid var(--line); background: #08050d; }
.footer-inner { min-height: 180px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; }
.footer-brand { font-size: 1rem; }
.footer-inner > div p, .copyright { margin: 3px 0 0; color: #9f94ae; font-size: .82rem; }
.copyright { grid-column: 1 / -1; margin-top: -30px; }

@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .nav { min-height: 70px; align-items: flex-start; padding-block: 17px; }
  .brand > span:last-child { display: none; }
  .nav-links { flex: 1; min-width: 0; flex-wrap: wrap; row-gap: 6px; justify-content: flex-end; gap: clamp(8px, 3vw, 14px); }
  .nav-links a { font-size: .82rem; }
  .trust-strip, .card-grid, .privacy-panel, .document-layout, .option-grid { grid-template-columns: 1fr; }
  .trust-strip > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .link-card { min-height: auto; }
  .card-icon { margin-bottom: 28px; }
  .toc { position: static; }
  .footer-inner { grid-template-columns: 1fr; padding-block: 38px; }
  .footer-links { flex-wrap: wrap; }
  .copyright { grid-column: auto; margin-top: 0; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.55rem, 12vw, 3.3rem); overflow-wrap: anywhere; }
  .nav-links { gap: 10px; }
  .nav-links a { font-size: .76rem; }
  .brand-mark { width: 30px; height: 30px; }
  .hero-actions .button { width: 100%; }
}

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