:root {
  --bg: #f5f1eb;
  --surface: #ffffff;
  --surface-2: #f0eaf7;
  --text: #252033;
  --text-strong: #090613;
  --muted: #625b78;
  --border: #d8d0df;
  --purple: #7c3aed;
  --purple-soft: #efe7ff;
  --gold: #d5ad2f;
  --gold-strong: #b8870f;
  --shadow: 0 22px 50px rgba(15, 10, 25, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.14), transparent 32rem),
    radial-gradient(circle at top right, rgba(213, 173, 47, 0.16), transparent 28rem),
    var(--bg);
}
a { color: inherit; text-decoration: none; }

.site-header,
.site-footer,
.section-shell {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand { display: flex; align-items: center; gap: 0.75rem; }
.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: white;
  font-weight: 950;
  background: linear-gradient(135deg, var(--purple), var(--gold));
  box-shadow: 0 14px 28px rgba(124, 58, 237, 0.2);
}
.brand strong { display: block; color: var(--text-strong); font-size: 1.1rem; }
.brand small { color: var(--muted); font-weight: 800; }

.nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 0.45rem; }
.nav a,
.button,
.nav-pill {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  font-weight: 900;
  color: var(--text);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.nav a:hover,
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 25px rgba(15, 10, 25, 0.1); }

.section-shell {
  border: 1px solid var(--border);
  border-radius: 2rem;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  box-shadow: var(--shadow);
  padding: clamp(1.6rem, 4vw, 3rem);
  margin-top: 1.5rem;
}

.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr); gap: 2rem; align-items: center; }
.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold-strong);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.78rem;
  font-weight: 950;
}
h1, h2, h3 { color: var(--text-strong); line-height: 1.02; margin: 0; }
h1 { font-size: clamp(2.4rem, 7vw, 5.25rem); letter-spacing: -0.06em; }
h2 { font-size: clamp(1.85rem, 4vw, 3rem); letter-spacing: -0.04em; }
h3 { font-size: 1.35rem; }
p { line-height: 1.8; }
.lede { max-width: 790px; color: var(--muted); font-size: clamp(1rem, 2vw, 1.2rem); }
.section-copy { color: var(--muted); max-width: 820px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; }
.primary { background: linear-gradient(135deg, var(--gold), var(--gold-strong)); color: #090613; border-color: transparent; }
.secondary { background: var(--surface); }

.hero-card,
.card,
.price-card,
.notice-card,
.contact-card,
.policy-note {
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  background: var(--surface);
  padding: 1.35rem;
}
.hero-card { background: linear-gradient(135deg, var(--surface), var(--surface-2)); }
.status-list { display: grid; gap: 0.65rem; margin-top: 1rem; }
.status-list span,
.tag-cloud span {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  padding: 0.42rem 0.7rem;
  font-weight: 850;
}

.grid { display: grid; gap: 1rem; margin-top: 1.25rem; }
.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card p, .price-card p, .notice-card p { color: var(--muted); }
.muted { background: color-mix(in srgb, var(--surface-2) 72%, var(--surface)); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.2rem; }
.price-card strong { display: block; margin: 0.8rem 0 0.4rem; font-size: 2.1rem; color: var(--text-strong); }
.price-label { color: var(--gold-strong); text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.75rem; font-weight: 950; }
.featured { border-color: var(--gold-strong); background: linear-gradient(135deg, #fffaf0, var(--surface)); }
.policy-note { margin-top: 1rem; color: var(--muted); }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: stretch; }
.contact-line a, .legal-page a, .contact-card a { color: var(--purple); font-weight: 900; }

.legal-page { max-width: 920px; }
.legal-page h1 { font-size: clamp(2.2rem, 6vw, 4.5rem); }
.legal-page h2 { margin-top: 2rem; font-size: 1.55rem; }
.legal-page p { color: var(--muted); }
.updated { font-weight: 800; color: var(--muted); }
.contact-card { margin-top: 1.5rem; display: grid; gap: 0.3rem; max-width: 520px; }
.contact-card span { color: var(--muted); font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; }
.contact-card a { font-size: 1.35rem; overflow-wrap: anywhere; }

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
  padding: 2rem 0;
}
.site-footer div { display: grid; gap: 0.2rem; }
.site-footer strong { color: var(--text-strong); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1rem; font-weight: 900; }

@media (max-width: 860px) {
  .site-header, .site-footer { align-items: flex-start; flex-direction: column; }
  .nav { justify-content: flex-start; }
  .hero, .three, .support-grid { grid-template-columns: 1fr; }
  .section-shell { border-radius: 1.25rem; }
}
