:root {
  --bg: #000000;
  --bg-elevated: #0a0a0a;
  --bg-card: #0f0f0f;
  --text: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.45);
  --text-muted: rgba(255, 255, 255, 0.35);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --page-width: 1100px;
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pro-accent: #ffffff;
  --pro-accent-soft: rgba(255, 255, 255, 0.12);
  --pro-accent-muted: rgba(255, 255, 255, 0.5);
  --pro-ink: #000000;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

img { max-width: 100%; height: auto; display: block; }

/* Logo SVG */
.brand-logo,
.cta-logo {
  fill: #fff;
}
.brand-logo { width: 22px; height: 22px; }
.cta-logo { width: 48px; height: 48px; margin: 0 auto 24px; display: block; }

.landing {
  min-height: 100vh;
  background:
    radial-gradient(ellipse 70% 45% at 12% -5%, rgba(255, 255, 255, 0.07), transparent 55%),
    radial-gradient(ellipse 55% 40% at 92% 8%, rgba(255, 255, 255, 0.04), transparent 50%),
    var(--bg);
}

.container {
  width: min(var(--page-width), calc(100% - 40px));
  margin: 0 auto;
}

/* ─── Nav ─── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 14px 0;
  transition: background 0.35s var(--ease), border-color 0.35s;
}

.nav.scrolled {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--page-width), calc(100% - 40px));
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-name {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  transition: color 0.2s;
}

.nav-links a:hover { color: var(--text); }

.nav-pro {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 28px;
  padding: 0 9px 0 7px;
  border-radius: 7px;
  background: var(--pro-accent);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.nav-pro:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.36);
}

.nav-pro-logo {
  width: 13px;
  height: 13px;
  fill: var(--pro-ink);
  flex-shrink: 0;
}

.nav-pro-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--pro-ink);
  line-height: 1;
}

.nav-badge {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--border-strong);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 700;
  color: var(--text-secondary);
  letter-spacing: -0.01em;
}

.nav-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  color: #000000;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  opacity: 0.38;
  cursor: not-allowed;
  pointer-events: none;
}

/* ─── Hero ─── */
.hero {
  padding: 140px 0 100px;
}

.hero-grid {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.hero-copy { text-align: center; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 10px;
  margin-bottom: 28px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-secondary);
}

.hero-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: pulse-dot 2.4s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

.hero h1 {
  margin: 0 0 12px;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, #fff 20%, rgba(255, 255, 255, 0.55) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  justify-content: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  font-size: 11px;
  font-weight: 600;
  color: var(--text-secondary);
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

.hero-tagline {
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-commitment {
  margin: -8px 0 20px;
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.78);
  text-transform: lowercase;
}

.hero-sub {
  margin: 0 auto 32px;
  max-width: 42ch;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--text-secondary);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: transform 0.2s var(--ease), opacity 0.2s;
  cursor: default;
  border: none;
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border-strong);
  cursor: pointer;
}

.btn-ghost:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.25);
}

.btn-soon {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.45);
  border: 1px solid var(--border);
}


/* ─── Features ─── */
.section {
  padding: 100px 0;
}

.section-tight { padding-top: 0; }

.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.section-title {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.section-lead {
  margin: 0 0 48px;
  max-width: 52ch;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--text-secondary);
}

.feature-list,
.feature-grid {
  display: grid;
  gap: 12px;
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--bg-card);
  transition: border-color 0.25s;
}

.feature-card:hover {
  border-color: var(--border-strong);
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  font-size: 14px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.7);
  transition: border-color 0.25s, background 0.25s;
}

.feature-card:hover .feature-icon {
  border-color: var(--border-strong);
  background: rgba(255, 255, 255, 0.07);
}

.feature-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

.feature-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-secondary);
  max-width: none;
}

/* ─── How it works ─── */
.section-how {
  padding-top: 40px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.step-card {
  position: relative;
  padding: 28px 24px 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--bg-card);
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s var(--ease);
}

.step-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-2px);
}

.step-num {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.12);
}

.step-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 11px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  place-items: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.step-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

.step-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-secondary);
}

/* ─── Manifesto ─── */
.manifesto-band {
  padding: 72px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(ellipse 60% 80% at 50% 50%, rgba(255, 255, 255, 0.04), transparent 70%),
    var(--bg-elevated);
}

.manifesto-inner {
  text-align: center;
}

.manifesto-quote {
  margin: 0 auto 14px;
  max-width: 28ch;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.2;
  text-transform: lowercase;
}

.manifesto-cite {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ─── Stats ─── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--border);
}

.stat {
  padding: 36px 24px;
  background: var(--bg-elevated);
  text-align: center;
}

.stat-value {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: lowercase;
}

/* ─── Home Pro panel ─── */
.home-pro-panel {
  --pro-gold: #c9a028;
  --pro-gold-bright: #e0bc42;
  --pro-gold-deep: #9a7b14;
  --pro-gold-glow: rgba(201, 160, 40, 0.28);
  padding: 80px 0;
}

.home-pro-panel-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  padding: 40px 36px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(201, 160, 40, 0.28);
  background:
    radial-gradient(ellipse 70% 80% at 20% 0%, rgba(201, 160, 40, 0.16), transparent 65%),
    radial-gradient(ellipse 50% 60% at 100% 100%, rgba(201, 160, 40, 0.08), transparent 55%),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.home-pro-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px 5px 8px;
  margin-bottom: 18px;
  border-radius: 7px;
  background: var(--pro-accent);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.home-pro-badge .nav-pro-logo {
  width: 14px;
  height: 14px;
  fill: var(--pro-ink);
}

.home-pro-badge .nav-pro-label {
  color: var(--pro-ink);
}

.home-pro-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.home-pro-copy p {
  margin: 0 0 22px;
  max-width: 42ch;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-secondary);
}

.btn-pro {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: #000;
  background: linear-gradient(180deg, var(--pro-gold-bright) 0%, var(--pro-gold) 55%, var(--pro-gold-deep) 100%);
  box-shadow: 0 8px 28px var(--pro-gold-glow);
  transition: transform 0.2s var(--ease), box-shadow 0.2s;
  cursor: pointer;
}

.btn-pro:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px var(--pro-gold-glow);
}

.home-pro-perks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.home-pro-perks li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(201, 160, 40, 0.18);
  background: rgba(0, 0, 0, 0.35);
  font-size: 14px;
  font-weight: 600;
  text-transform: lowercase;
}

.home-pro-perks li::before {
  content: "✦";
  font-size: 11px;
  color: var(--pro-gold-bright);
  flex-shrink: 0;
}

.home-pro-soon {
  margin-left: auto;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ─── Quotes ─── */
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.quote-card {
  margin: 0;
  padding: 22px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.25s;
}

.quote-card:hover {
  border-color: var(--border-strong);
}

.quote-card p {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.quote-card cite {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
}

/* ─── CTA ─── */
.cta-section {
  padding: 60px 0 120px;
}

.cta-card {
  text-align: center;
  padding: 64px 32px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background:
    radial-gradient(ellipse 60% 70% at 50% 0%, rgba(255, 255, 255, 0.05), transparent 65%),
    var(--bg-elevated);
}

.cta-card h2 {
  margin: 0 auto 12px;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.cta-card p {
  margin: 0 auto 28px;
  max-width: 40ch;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
}

.cta-card .cta-row {
  justify-content: center;
}

/* ─── Footer ─── */
.footer {
  padding: 32px 0 40px;
  border-top: 1px solid var(--border);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-size: 12px;
  color: var(--text-muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links a {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: lowercase;
}

.footer-links a:hover { color: var(--text); }

/* ─── Reveal ─── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }

/* ─── Legal / invite pages ─── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid var(--border);
}

.site-header-inner,
.legal-page {
  width: min(var(--page-width), calc(100% - 40px));
  margin: 0 auto;
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 600;
}

.site-nav a:not(.nav-pro) {
  color: var(--text-secondary);
  text-transform: lowercase;
}

.site-nav a:not(.nav-pro):hover { color: var(--text); }

.site-nav .nav-pro {
  text-decoration: none;
  flex-shrink: 0;
}

.site-nav .nav-download {
  margin-left: 4px;
}

.legal-page {
  max-width: 680px;
  padding: 56px 0 96px;
}

.legal-page h1,
.legal-page h2 {
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.legal-page h1 {
  margin-top: 0;
  font-weight: 800;
  font-size: 2rem;
}

.legal-page .muted {
  color: var(--text-muted);
  font-size: 13px;
}

.legal-page ul,
.legal-page p {
  color: var(--text-secondary);
  line-height: 1.7;
}

.legal-page a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ─── Support page ─── */
.support-page .section-label {
  margin-bottom: 10px;
}

.support-page h1 {
  font-size: clamp(2rem, 5vw, 2.6rem);
  font-weight: 800;
  text-transform: lowercase;
  margin-bottom: 12px;
}

.support-lead {
  font-size: 16px;
  max-width: 52ch;
  margin-bottom: 36px;
}

.support-contact-card {
  padding: 28px 24px;
  margin-bottom: 48px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background:
    radial-gradient(ellipse 60% 80% at 0% 0%, rgba(255, 255, 255, 0.05), transparent 65%),
    var(--bg-card);
}

.support-contact-card h2 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: lowercase;
}

.support-contact-card p {
  margin: 0 0 18px;
}

.support-email-btn {
  cursor: pointer;
  text-decoration: none;
}

.support-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 40px;
}

.support-faq-card {
  padding: 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.support-faq-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: lowercase;
  color: var(--text);
}

.support-faq-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.support-footer-links {
  font-size: 13px;
  color: var(--text-muted);
}

.support-footer-links a {
  text-decoration: none;
  font-weight: 600;
}

.support-footer-links a:hover {
  color: var(--text);
  text-decoration: underline;
}

.invite-page {
  min-height: calc(100vh - 100px);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 48px 0;
}

.invite-card {
  width: min(440px, calc(100% - 40px));
  padding: 48px 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
}

.invite-handle {
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 16px 0 8px;
}

.invite-subtitle {
  color: var(--text-secondary);
  margin: 0 0 28px;
  font-size: 15px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s var(--ease);
}

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

.button-primary {
  background: #fff;
  color: #000;
}

.button-secondary {
  border: 1px solid var(--border-strong);
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.04);
}

.button-soon {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid var(--border);
  cursor: default;
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
  .steps-grid,
  .feature-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .home-pro-panel-inner {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }

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

  .stats-row { grid-template-columns: repeat(2, 1fr); }

  .nav-links a { display: none; }

  .nav-links .nav-pro,
  .nav-links .nav-download { display: inline-flex; }
}

@media (max-width: 640px) {
  .hero { padding-top: 100px; }
  .section { padding: 72px 0; }
  .manifesto-band { padding: 56px 0; }
  .home-pro-panel { padding: 56px 0; }
  .stats-row { grid-template-columns: 1fr; }
  .site-nav { display: none; }

  .pro-hero h1 { font-size: clamp(2.2rem, 10vw, 3rem); }
  .pro-pricing-grid { grid-template-columns: 1fr; }
}

/* ─── Pro page ─── */
.pro-page {
  --pro-gold: #c9a028;
  --pro-gold-bright: #e0bc42;
  --pro-gold-deep: #9a7b14;
  --pro-gold-glow: rgba(201, 160, 40, 0.28);
  min-height: 100vh;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(201, 160, 40, 0.16), transparent 60%),
    var(--bg);
}

.pro-hero {
  padding: 130px 0 72px;
  text-align: center;
}

.pro-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding: 0 12px 0 10px;
  margin-bottom: 28px;
  border-radius: 8px;
  background: var(--pro-accent);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.pro-hero-badge .nav-pro-logo {
  width: 16px;
  height: 16px;
  fill: var(--pro-ink);
}

.pro-hero-badge .nav-pro-label {
  font-size: 11px;
  color: var(--pro-ink);
}

.pro-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.98;
  text-transform: lowercase;
}

.pro-hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, #fff 15%, var(--pro-gold-bright) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pro-hero-lead {
  max-width: 560px;
  margin: 0 auto 32px;
  font-size: 17px;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.55;
}

.pro-hero-lead strong {
  color: #fff;
  font-weight: 700;
}

.pro-tagline {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pro-gold-bright);
  margin-bottom: 12px;
}

.pro-section {
  padding: 72px 0;
}

.pro-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pro-gold);
  margin-bottom: 12px;
}

.pro-section-title {
  margin: 0 0 40px;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.pro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pro-feature {
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: linear-gradient(160deg, rgba(201, 160, 40, 0.1) 0%, rgba(255, 255, 255, 0.02) 48%);
}

.pro-feature-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 9px;
  background: linear-gradient(180deg, var(--pro-gold-bright), var(--pro-gold-deep));
  font-size: 16px;
  color: #fff;
  box-shadow: 0 4px 16px var(--pro-gold-glow);
}

.pro-feature h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.pro-feature p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.5;
}

.pro-compare {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--bg-card);
}

.pro-compare-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  align-items: center;
  font-size: 14px;
}

.pro-compare-row:last-child { border-bottom: none; }

.pro-compare-row--head {
  background: rgba(255, 255, 255, 0.03);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.pro-compare-row span:last-child {
  color: var(--pro-gold-bright);
  font-weight: 700;
}

.pro-check { color: var(--pro-gold-bright); font-weight: 700; }
.pro-dash { color: var(--text-muted); }

.pro-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pro-quote {
  padding: 22px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.pro-quote p {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.pro-quote cite {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
}

.pro-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
}

.pro-price-card {
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-card);
  text-align: center;
}

.pro-price-card--featured {
  border-color: rgba(201, 160, 40, 0.45);
  background: linear-gradient(180deg, rgba(201, 160, 40, 0.14) 0%, rgba(15, 15, 15, 1) 55%);
  box-shadow: 0 0 0 1px rgba(201, 160, 40, 0.14), 0 20px 50px rgba(0, 0, 0, 0.45);
}

.pro-price-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-secondary);
}

.pro-price-card--featured h3 { color: var(--pro-gold-bright); }

.pro-price {
  margin: 0 0 8px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.pro-price-note {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
}

.pro-cta-panel {
  margin-top: 56px;
  padding: 40px 32px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(201, 160, 40, 0.28);
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(201, 160, 40, 0.18), transparent 70%),
    rgba(255, 255, 255, 0.03);
  text-align: center;
}

.pro-cta-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.pro-cta-panel p {
  max-width: 480px;
  margin: 0 auto 24px;
  font-size: 15px;
  color: var(--text-secondary);
}

@media (max-width: 900px) {
  .pro-grid,
  .pro-quote-grid {
    grid-template-columns: 1fr;
  }

  .pro-compare-row {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    font-size: 13px;
    padding: 14px 16px;
  }
}
