/* Shared website theme. All six static pages use this palette and components. */
:root {
  color-scheme: light dark;
  --page: #f7f7fb;
  --surface: #ffffff;
  --surface-muted: #f1f0f8;
  --ink: #19171f;
  --ink-muted: #615d6b;
  --line: #e4e1ea;
  --brand: #6d3df5;
  --brand-strong: #5730ce;
  --brand-soft: #eee9ff;
  --success: #176f4c;
  --shadow: 0 24px 80px rgba(41,31,66,.11);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; font-weight: 700; }
img, svg, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
:focus-visible {
  outline: 3px solid color-mix(in srgb,var(--brand) 68%,white);
  outline-offset: 3px;
}
.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid color-mix(in srgb,var(--line) 82%,transparent);
  background: color-mix(in srgb,var(--page) 90%,transparent);
  backdrop-filter: blur(16px);
}
.nav, .container { width: min(1160px,calc(100% - 40px)); margin-inline: auto; }
.nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  display: inline-flex; align-items: center; gap: 10px; color: var(--ink);
  font-size: 18px; font-weight: 750; letter-spacing: -.02em; text-decoration: none;
}
.brand img { width: 34px; height: 34px; border-radius: 9px; }
.button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 11px 20px; border: 1px solid transparent; border-radius: 999px;
  font-weight: 720; line-height: 1.2; text-decoration: none; cursor: pointer;
  transition: background-color 160ms ease,border-color 160ms ease,color 160ms ease;
}
.button-primary { background: var(--brand); color: #ffffff; }
.button-primary:hover { background: var(--brand-strong); }
.button-secondary { border-color: var(--line); background: var(--surface); color: var(--ink); }
.button-secondary:hover { border-color: color-mix(in srgb,var(--brand) 40%,var(--line)); background: var(--brand-soft); }
.text-link { color: var(--brand-strong); font-weight: 650; text-underline-offset: 4px; }
.text-link:hover { text-decoration-thickness: 2px; }
.muted { color: var(--ink-muted); }
.site-page { min-height: 100svh; }
.policy-document {
  width: min(760px,calc(100% - 40px)); margin: 56px auto 64px;
  overflow-wrap: anywhere;
}
.policy-title { font-size: clamp(30px,4vw,42px); line-height: 1.18; letter-spacing: -.035em; }
.policy-meta { margin-top: 14px; margin-bottom: 36px; color: var(--ink-muted); font-size: 13px; }
.policy-content { display: grid; gap: 28px; font-size: 16px; line-height: 1.85; }
.policy-content section { min-width: 0; }
.policy-section-title { margin-bottom: 10px; font-size: 21px; line-height: 1.35; letter-spacing: -.025em; color: var(--ink); }
.policy-highlight { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-muted); }
.paragraph-gap { margin-top: 12px; }
.paragraph-gap.muted { font-size: 14px; }
.policy-links {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px;
  margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 14px;
}
.policy-links a { display: inline-flex; align-items: center; min-height: 44px; color: var(--brand-strong); text-decoration: underline; text-underline-offset: 4px; }
.result-layout { width: min(560px,calc(100% - 40px)); margin: 48px auto 40px; }
.result-panel { padding: 36px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); text-align: center; }
.result-icon-wrap { margin-bottom: 24px; }
.result-icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 18px; background: var(--brand-soft); color: var(--brand-strong); }
.result-symbol { width: 34px; height: 34px; }
.result-title { font-size: clamp(26px,3vw,32px); line-height: 1.25; letter-spacing: -.035em; }
.result-subtitle { margin-top: 12px; margin-bottom: 24px; color: var(--ink-muted); font-size: 17px; }
.result-divider { width: 40px; height: 3px; margin: 0 auto 28px; border-radius: 3px; background: var(--brand); }
.result-features { display: grid; gap: 14px; margin-bottom: 28px; text-align: left; }
.result-feature { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.7; }
.feature-icon { flex-shrink: 0; width: 20px; height: 20px; margin-top: 3px; color: var(--brand-strong); }
.feature-icon-success { color: var(--success); }
.result-feature-heading { color: var(--ink-muted); font-size: 12px; font-weight: 650; }
.result-actions { display: grid; gap: 12px; }
.result-actions .button { width: 100%; }
.result-actions .muted { font-size: 12px; line-height: 1.7; }
.result-note { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.8; }
.result-notice { margin-bottom: 24px; padding: 16px; border-radius: 10px; background: var(--surface-muted); color: var(--ink-muted); font-size: 14px; }
.result-brand { margin-top: 20px; text-align: center; color: var(--ink-muted); font-size: 13px; }
.brand-name { font-weight: 650; }
@media (max-width: 680px) {
  .nav, .container { width: calc(100% - 36px); }
  .nav { min-height: 64px; gap: 12px; }
  .brand { gap: 7px; font-size: 16px; }
  .brand img { width: 28px; height: 28px; }
  .policy-document { width: calc(100% - 36px); margin-block: 36px 48px; }
  .policy-content { gap: 24px; font-size: 15px; }
  .policy-section-title { font-size: 20px; }
  .policy-highlight { padding: 20px; }
  .result-layout { width: calc(100% - 36px); margin-top: 28px; }
  .result-panel { padding: 26px 22px; }
}
@media (prefers-color-scheme: dark) {
  :root {
    --page: #101014; --surface: #18181e; --surface-muted: #212129;
    --ink: #f5f3fa; --ink-muted: #bbb6c6; --line: #34313c;
    --brand: #8f6bff; --brand-strong: #bca8ff; --brand-soft: #2a2243;
    --success: #78d6ad; --shadow: 0 24px 80px rgba(0,0,0,.34);
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
