:root {
  --ink: #f5f7fa;
  --muted: #a7adbb;
  --bg: #111217;
  --surface: #1d2028;
  --surface-high: #262a34;
  --line: #2a2e38;
  --lime: #c6f432;
  --pink: #ff5c7a;
  --teal: #5ec7b7;
  --purple: #8e7cff;
  --amber: #ffd166;
  --max: 1180px;
  --radius: 14px;
  --shadow: 0 18px 55px rgba(0, 0, 0, .23);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(42, 46, 56, .75);
  background: rgba(17, 18, 23, .88);
  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: 12px; font-size: 18px; font-weight: 800; letter-spacing: .01em; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 0 0 1px rgba(255,255,255,.08); }
.nav-links { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; font-weight: 600; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-links a[aria-current="page"] { position: relative; }
.nav-links a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -11px; height: 2px; background: var(--lime); border-radius: 2px; }
.nav-cta { color: var(--bg) !important; background: var(--lime); padding: 10px 15px; border-radius: 9px; }
.nav-cta:hover { background: #d9ff67; }
.menu-toggle { display: none; width: 42px; height: 42px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 9px; }

.eyebrow { margin: 0 0 14px; color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 780px; font-size: clamp(44px, 7vw, 82px); }
h2 { font-size: clamp(30px, 4vw, 48px); }
h3 { font-size: 20px; letter-spacing: -.02em; }
.lead { max-width: 640px; margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.section { padding: 104px 0; }
.section-tight { padding: 68px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-head p { max-width: 420px; margin: 0; color: var(--muted); }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 18px; border: 1px solid transparent; border-radius: 9px; font-weight: 800; font-size: 14px; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--bg); background: var(--lime); }
.button-primary:hover { background: #d9ff67; }
.button-secondary { color: var(--ink); border-color: var(--line); background: var(--surface); }
.button-secondary:hover { border-color: var(--muted); background: var(--surface-high); }
.button-quiet { color: var(--lime); padding-left: 0; padding-right: 0; }
.button-quiet:hover { color: #d9ff67; }

.hero { position: relative; overflow: hidden; padding: 116px 0 96px; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -160px; top: -240px; border: 1px solid rgba(198, 244, 50, .14); border-radius: 50%; box-shadow: 0 0 0 42px rgba(198,244,50,.02), 0 0 0 84px rgba(198,244,50,.018); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); align-items: center; gap: 70px; }
.hero-art { position: relative; min-height: 420px; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; inset: 22px 7% 20px; border: 1px solid rgba(255,255,255,.09); border-radius: 28px; transform: rotate(-6deg); }
.hero-art::after { content: ""; position: absolute; inset: 42px 12% 0; border: 1px solid rgba(255,255,255,.07); border-radius: 28px; transform: rotate(7deg); }
.hero-art-panel { position: relative; z-index: 1; width: min(390px, 88%); margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 26px; background: var(--surface); box-shadow: var(--shadow); transform: rotate(-3deg); }
.hero-photo { display: block; width: 100%; height: 310px; object-fit: cover; }
.hero-photo-note { display: flex; align-items: center; gap: 13px; padding: 16px 18px; }
.hero-photo-note img { width: 42px; height: 42px; border-radius: 12px; }
.hero-photo-note strong, .hero-photo-note small { display: block; }
.hero-photo-note strong { font-size: 14px; }
.hero-photo-note small { margin-top: 2px; color: var(--muted); font-size: 12px; }

.stat-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--line); }
.stat { padding: 22px; background: var(--surface); }
.stat strong { display: block; margin-bottom: 4px; color: var(--lime); font-size: 24px; }
.stat span { color: var(--muted); font-size: 13px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 22px; border-radius: 11px; font-size: 20px; }
.feature-icon.lime { color: var(--bg); background: var(--lime); }
.feature-icon.pink { color: var(--bg); background: var(--pink); }
.feature-icon.teal { color: var(--bg); background: var(--teal); }
.feature p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }

.quote-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.quote { display: grid; grid-template-columns: 1fr 1.4fr; gap: 50px; align-items: center; }
.quote-mark { color: var(--pink); font-size: 86px; line-height: .6; }
.quote blockquote { margin: 0; font-size: clamp(24px, 3.2vw, 38px); font-weight: 750; letter-spacing: -.035em; }
.quote cite { display: block; margin-top: 18px; color: var(--muted); font-size: 13px; font-style: normal; }

.page-hero { padding: 82px 0 68px; border-bottom: 1px solid var(--line); background: var(--surface); }
.page-hero h1 { max-width: 760px; font-size: clamp(42px, 6vw, 68px); }
.page-hero .lead { max-width: 680px; }
.meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; color: var(--muted); font-size: 13px; }
.meta strong { color: var(--ink); }

.content-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 70px; align-items: start; }
.toc { position: sticky; top: 105px; padding: 16px 0; border-left: 1px solid var(--line); }
.toc a { display: block; padding: 8px 0 8px 18px; color: var(--muted); font-size: 13px; }
.toc a:hover { color: var(--lime); }
.legal-copy section { padding: 0 0 42px; margin: 0 0 42px; border-bottom: 1px solid var(--line); }
.legal-copy section:last-child { border-bottom: 0; }
.legal-copy h2 { margin-bottom: 16px; font-size: 28px; }
.legal-copy h3 { margin: 25px 0 8px; font-size: 17px; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: 15px; }
.legal-copy p { margin: 0 0 14px; }
.legal-copy ul { margin: 10px 0 0; padding-left: 20px; }
.legal-copy li { margin: 8px 0; }
.notice { margin: 0 0 34px; padding: 17px 20px; border: 1px solid rgba(198,244,50,.35); border-left: 3px solid var(--lime); border-radius: 10px; background: rgba(198,244,50,.06); color: var(--ink); font-size: 14px; }

.support-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: start; }
.support-panel { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.support-panel h2 { margin-bottom: 8px; font-size: 25px; }
.support-panel > p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; color: var(--ink); border: 0; background: transparent; text-align: left; font-weight: 750; }
.faq-button span:last-child { color: var(--lime); font-size: 22px; font-weight: 400; }
.faq-answer { display: none; padding: 0 28px 18px 0; color: var(--muted); font-size: 14px; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-button span:last-child { transform: rotate(45deg); }
.contact-card { margin-top: 24px; padding: 24px; border: 1px solid rgba(255,92,122,.32); border-radius: var(--radius); background: rgba(255,92,122,.07); }
.contact-card p { margin: 8px 0 18px; color: var(--muted); font-size: 14px; }
.email-link { color: var(--lime); font-weight: 800; word-break: break-word; }
.support-links { display: grid; gap: 10px; margin-top: 16px; }
.support-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-high); }
.support-link small { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }
.support-link .arrow { color: var(--lime); }

.rule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.rule-card { min-height: 210px; padding: 22px; border: 1px solid var(--line); border-top: 3px solid var(--teal); border-radius: var(--radius); background: var(--surface); }
.rule-card.warning { border-top-color: var(--amber); }
.rule-card.stop { border-top-color: var(--pink); }
.rule-card h3 { font-size: 17px; }
.rule-card p { color: var(--muted); font-size: 14px; }
.rule-card ul { margin: 15px 0 0; padding-left: 18px; color: var(--muted); font-size: 13px; }
.rule-card li { margin: 7px 0; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 26px; }
.process-step { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.process-step strong { display: grid; place-items: center; width: 31px; height: 31px; margin-bottom: 15px; color: var(--bg); border-radius: 50%; background: var(--lime); font-size: 13px; }
.process-step h3 { font-size: 16px; }
.process-step p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

.footer { padding: 46px 0 34px; border-top: 1px solid var(--line); background: #0c0d10; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; }
.footer-brand { max-width: 290px; }
.footer-brand p { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(110px, 1fr)); gap: 12px 42px; color: var(--muted); font-size: 13px; }
.footer-nav a:hover { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 44px; padding-top: 18px; border-top: 1px solid var(--line); color: #747b89; font-size: 12px; }

@media (max-width: 860px) {
  .wrap { width: min(var(--max), calc(100% - 34px)); }
  .nav { min-height: 68px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav-links { position: absolute; display: none; top: 68px; left: 0; right: 0; padding: 16px 17px 22px; flex-direction: column; align-items: stretch; gap: 4px; border-bottom: 1px solid var(--line); background: rgba(17,18,23,.98); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px 0; }
  .nav-links a[aria-current="page"]::after { display: none; }
  .nav-cta { text-align: center; margin-top: 5px; }
  .hero { padding: 76px 0 60px; }
  .hero-grid, .quote, .support-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-art { min-height: 320px; order: -1; }
  .hero-art-panel { width: min(330px, 90%); }
  .hero-photo { height: 260px; }
  .stat-strip { margin-top: 50px; }
  .feature-grid { grid-template-columns: 1fr; }
  .section { padding: 76px 0; }
  .content-layout { grid-template-columns: 1fr; gap: 28px; }
  .toc { position: static; display: flex; gap: 6px; overflow-x: auto; padding: 0 0 12px; border-left: 0; border-bottom: 1px solid var(--line); }
  .toc a { flex: 0 0 auto; padding: 7px 12px; border: 1px solid var(--line); border-radius: 7px; font-size: 12px; }
  .rule-grid, .process { grid-template-columns: 1fr 1fr; }
  .footer-top, .footer-bottom { flex-direction: column; }
}
@media (max-width: 520px) {
  h1 { font-size: 44px; }
  .lead { font-size: 16px; }
  .stat-strip { grid-template-columns: 1fr; }
  .stat { padding: 17px 18px; }
  .rule-grid, .process { grid-template-columns: 1fr; }
  .page-hero { padding: 62px 0 52px; }
}
