:root {
  --bg: #0d0f14;
  --surface: #161920;
  --surface-2: #1e222b;
  --fg: #f0f2f5;
  --fg-muted: #8a8f9e;
  --accent: #A0FFCD;
  --accent-dim: rgba(160, 255, 205, 0.12);
  --accent-glow: rgba(160, 255, 205, 0.06);
  --border: rgba(255,255,255,0.07);
  --font-display: 'Sora', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0 48px;
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
  background: rgba(13,15,20,0.85);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.nav-logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  color: var(--accent);
}
.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}
.nav-links a {
  color: var(--fg-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--fg); }

/* ── HERO ── */
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.2);
  padding: 6px 14px;
  border-radius: 100px;
}
.label-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}
.hero-title em {
  font-style: normal;
  color: var(--accent);
  display: inline-block;
}
.hero-sub {
  font-size: 1.1rem;
  color: var(--fg-muted);
  line-height: 1.65;
  margin-bottom: 40px;
  max-width: 420px;
}
.hero-cta-group {
  display: flex;
  gap: 16px;
  align-items: center;
}
.btn-primary {
  display: inline-block;
  padding: 12px 28px;
  background: var(--accent);
  color: #0d0f14;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity 0.2s, transform 0.15s;
}
.btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }
.btn-ghost {
  display: inline-block;
  padding: 12px 24px;
  color: var(--fg-muted);
  font-family: var(--font-body);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s;
}
.btn-ghost:hover { color: var(--fg); }
.btn-large { padding: 14px 36px; font-size: 1rem; }

/* Hero Background */
.hero {
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://pub-629428d185ca4960a0a73c850d32294b.r2.dev/company_170308/images/b9ba023c-2168-49ba-870e-46a14b7eeae4.jpeg');
  background-size: 65%;
  background-position: right center;
  background-repeat: no-repeat;
  opacity: 0.22;
  z-index: 0;
}
/* Radial accent glow — reinforces the theatrical neon palette */
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 75% 40%, rgba(160,255,205,0.07) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(13,15,20,0.95) 0%,
    rgba(13,15,20,0.80) 50%,
    rgba(13,15,20,0.40) 100%
  );
  z-index: 2;
}
.hero-inner {
  position: relative;
  z-index: 3;
}
.hero-wordmark-wrap {
  margin-bottom: 28px;
  line-height: 1;
}
.hero-wordmark {
  width: 280px;
  max-width: 100%;
  height: auto;
  display: block;
  /* Drop shadow for readability over the theatrical mask background */
  filter: drop-shadow(0 2px 24px rgba(0,0,0,0.6)) drop-shadow(0 0 24px rgba(0,0,0,0.3));
}

/* ── SECTION HEADERS ── */
.section-header {
  margin-bottom: 56px;
}
.section-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

/* ── FEATURES ── */
.features {
  padding: 96px 48px;
  max-width: 1200px;
  margin: 0 auto;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px;
  transition: border-color 0.25s, transform 0.2s;
}
.feature-card:hover {
  border-color: rgba(160,255,205,0.25);
  transform: translateY(-3px);
}
.feature-icon {
  margin-bottom: 20px;
}
.feature-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.feature-card p {
  color: var(--fg-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

/* ── STATS ── */
.stats {
  padding: 56px 48px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 48px;
}
.stat-number {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--accent);
  margin-bottom: 4px;
}
.stat-label {
  font-size: 0.875rem;
  color: var(--fg-muted);
  font-weight: 400;
}
.stat-divider {
  width: 1px;
  height: 48px;
  background: var(--border);
}

/* ── HOW IT WORKS ── */
.how {
  padding: 96px 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.how-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 48px;
}
.how .section-title em {
  font-style: normal;
  color: var(--accent);
}

/* Three-step flow */
.how-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 72px;
}
.how-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 28px;
  padding: 36px 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
}
.how-step:last-of-type { border-bottom: none; }
.how-step-connector {
  display: flex;
  justify-content: center;
  padding: 4px 0;
  grid-column: 1 / -1;
}
.how-step-connector svg { opacity: 0.5; }
.how-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.18);
  border-radius: 14px;
  flex-shrink: 0;
}
.how-step-body .how-step-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
  opacity: 0.8;
}
.how-step-body h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.how-step-body p {
  color: var(--fg-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* Pricing block */
.how-pricing {
  margin-bottom: 56px;
}
.how-pricing-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  color: var(--fg);
}
.how-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.how-pricing-card {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.how-pricing-card:hover {
  border-color: rgba(160,255,205,0.2);
}
.how-pricing-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--accent-dim);
  border-radius: 8px;
}
.how-pricing-card strong {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.01em;
}
.how-pricing-card p {
  color: var(--fg-muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* Anonymity callout */
.how-anon {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.22);
  border-radius: 14px;
  padding: 28px 32px;
}
.how-anon-icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.how-anon p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--fg-muted);
}
.how-anon strong {
  color: var(--fg);
}

/* Demo profile link in how-it-works */
.how-demo-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  border: 1px solid rgba(160,255,205,0.25);
  background: var(--accent-dim);
  padding: 11px 24px;
  border-radius: 8px;
  transition: background 0.2s, border-color 0.2s;
}
.how-demo-link:hover {
  background: rgba(160,255,205,0.16);
  border-color: rgba(160,255,205,0.4);
}

/* ── CLOSING ── */
.closing {
  padding: 96px 48px;
  background: var(--accent-glow);
  border-top: 1px solid rgba(160,255,205,0.15);
}
.closing-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.closing-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 16px;
}
.closing-sub {
  color: var(--fg-muted);
  font-size: 1.05rem;
  margin-bottom: 32px;
}
.notify-form {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.notify-input {
  padding: 12px 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 0.95rem;
  min-width: 240px;
  outline: none;
  transition: border-color 0.2s;
}
.notify-input::placeholder { color: var(--fg-muted); }
.notify-input:focus { border-color: rgba(160,255,205,0.4); }
.notify-fine {
  color: var(--fg-muted);
  font-size: 0.8rem;
  opacity: 0.7;
}

/* ── FOOTER ── */
.footer {
  padding: 40px 48px;
  border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.footer-links {
  display: flex;
  gap: 24px;
}
.footer-links a {
  color: var(--fg-muted);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--fg); }
.footer-copy {
  color: var(--fg-muted);
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
}

/* ── DEMO PAGE ── */

/* Demo banner */
.demo-banner {
  background: var(--accent-dim);
  border-bottom: 1px solid rgba(160,255,205,0.2);
  padding: 10px 48px;
  font-size: 0.82rem;
  color: var(--fg-muted);
  display: flex;
  align-items: center;
  gap: 10px;
}
.demo-banner strong { color: var(--accent); }
.demo-banner-link {
  margin-left: auto;
  color: var(--accent);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.demo-banner-link:hover { opacity: 1; }
.nav-link-active { color: var(--fg) !important; }

/* Demo layout: main + sidebar */
.demo-layout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 48px 96px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}
.demo-sidebar {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Creator header */
.creator-header {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
.creator-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}
.creator-avatar {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
}
.creator-shield-badge {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 22px;
  height: 22px;
  background: var(--surface);
  border: 1px solid rgba(160,255,205,0.25);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creator-handle-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.creator-handle {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.creator-verified-tag {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.2);
  padding: 3px 10px;
  border-radius: 100px;
}
.creator-bio {
  color: var(--fg-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 16px;
  max-width: 560px;
}
.creator-meta-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.creator-stat-value {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--fg);
}
.creator-stat-label {
  font-size: 0.78rem;
  color: var(--fg-muted);
  margin-left: 4px;
}
.creator-stat-divider {
  width: 1px;
  height: 16px;
  background: var(--border);
}

/* Tier picker */
.tier-section {
  margin-bottom: 48px;
}
.tier-section-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.tier-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.tier-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.tier-card-featured {
  border-color: rgba(160,255,205,0.3);
  background: linear-gradient(160deg, rgba(160,255,205,0.04) 0%, var(--surface) 60%);
}
.tier-featured-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0d0f14;
  background: var(--accent);
  padding: 3px 12px;
  border-radius: 100px;
  white-space: nowrap;
}
.tier-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tier-icon {
  width: 44px;
  height: 44px;
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tier-icon-featured {
  background: rgba(160,255,205,0.15);
  border-color: rgba(160,255,205,0.3);
}
.tier-name {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 4px;
}
.tier-price {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
}
.tier-price-period {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--fg-muted);
  letter-spacing: 0;
}
.tier-perks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.tier-perks li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--fg);
  line-height: 1.4;
}
.tier-perks li svg { flex-shrink: 0; margin-top: 2px; }
.tier-perk-dim { color: var(--fg-muted) !important; }
.btn-tier {
  width: 100%;
  padding: 11px 20px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--fg);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.btn-tier:hover { border-color: rgba(160,255,205,0.3); background: var(--accent-dim); }
.btn-tier-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #0d0f14;
}
.btn-tier-primary:hover { opacity: 0.88; background: var(--accent); }

/* Post feed */
.post-feed-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.post-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px;
  margin-bottom: 16px;
  transition: border-color 0.2s;
}
.post-card:hover { border-color: rgba(160,255,205,0.18); }
.post-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.post-avatar-mini {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--border);
}
.post-meta {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
}
.post-author {
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--fg);
}
.post-date {
  font-size: 0.78rem;
  color: var(--fg-muted);
}
.post-access-badge {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  flex-shrink: 0;
}
.post-access-free {
  color: var(--accent);
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.2);
}
.post-access-paid {
  color: #f0c040;
  background: rgba(240,192,64,0.1);
  border: 1px solid rgba(240,192,64,0.2);
}
.post-access-sub {
  color: var(--fg-muted);
  background: var(--surface-2);
  border: 1px solid var(--border);
}
.post-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin-bottom: 12px;
}
.post-excerpt {
  color: var(--fg-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 12px;
}
.post-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
  margin-top: 4px;
}
.post-read-time {
  font-size: 0.78rem;
  color: var(--fg-muted);
}

/* Locked posts */
.post-blur-wrap { position: relative; }
.post-blurred {
  filter: blur(4px);
  user-select: none;
  pointer-events: none;
  -webkit-user-select: none;
}
.post-lock-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(to bottom, rgba(22,25,32,0) 0%, rgba(22,25,32,0.92) 40%);
  border-radius: 8px;
}
.post-lock-overlay-tier {
  background: linear-gradient(to bottom, rgba(22,25,32,0) 0%, rgba(22,25,32,0.96) 35%);
}
.post-lock-icon { margin-bottom: 4px; }
.post-lock-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--fg-muted);
  letter-spacing: 0.04em;
}
.btn-unlock {
  padding: 8px 22px;
  background: rgba(240,192,64,0.15);
  border: 1px solid rgba(240,192,64,0.35);
  border-radius: 8px;
  color: #f0c040;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-unlock:hover { background: rgba(240,192,64,0.25); }
.btn-tier-unlock {
  padding: 8px 22px;
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.25);
  border-radius: 8px;
  color: var(--accent);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-tier-unlock:hover { background: rgba(160,255,205,0.18); }

/* Image post lock */
.post-image-locked {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
.post-image-placeholder {
  width: 100%;
  height: 220px;
  background: var(--surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: blur(3px);
}
.post-image-placeholder svg { width: 100%; height: 100%; }
.post-image-lock-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(13,15,20,0.72);
}

/* Sidebar elements */
.anon-contract {
  background: var(--surface);
  border: 1px solid rgba(160,255,205,0.2);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.anon-contract-icon { flex-shrink: 0; }
.anon-contract-title {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.01em;
}
.anon-contract-body {
  font-size: 0.83rem;
  color: var(--fg-muted);
  line-height: 1.6;
}
.anon-contract-points {
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-top: 1px solid var(--border);
  padding-top: 12px;
  margin-top: 4px;
}
.anon-point {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--fg-muted);
}
.sidebar-tip-cta {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}
.sidebar-tip-label {
  font-size: 0.83rem;
  color: var(--fg-muted);
}
.btn-tip-sidebar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--accent);
  border: none;
  border-radius: 8px;
  color: #0d0f14;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn-tip-sidebar:hover { opacity: 0.85; }
.sidebar-more {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
}
.sidebar-more-title {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.sidebar-post-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.sidebar-post-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.sidebar-post-lock, .sidebar-post-open { flex-shrink: 0; margin-top: 2px; }
.sidebar-post-title {
  font-size: 0.82rem;
  color: var(--fg-muted);
  line-height: 1.4;
}
.sidebar-post-item-free .sidebar-post-title { color: var(--fg); }
.btn-view-all {
  width: 100%;
  padding: 9px 16px;
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.2);
  border-radius: 8px;
  color: var(--accent);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.82rem;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-view-all:hover { background: rgba(160,255,205,0.15); }

/* Floating tip button */
.floating-tip-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 50;
}
.floating-tip-btn button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: var(--accent);
  border: none;
  border-radius: 100px;
  color: #0d0f14;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(160,255,205,0.25);
  transition: opacity 0.2s, transform 0.15s;
}
.floating-tip-btn button:hover { opacity: 0.88; transform: translateY(-2px); }

/* Modals */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13,15,20,0.85);
  backdrop-filter: blur(8px);
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal-overlay.modal-open { display: flex; }
.modal {
  background: var(--surface);
  border: 1px solid rgba(160,255,205,0.2);
  border-radius: 20px;
  padding: 40px;
  max-width: 420px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.modal-close:hover { background: var(--surface-2); }
.modal-icon { margin: 0 auto 4px; }
.modal-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: center;
}
.modal-body {
  font-size: 0.9rem;
  color: var(--fg-muted);
  line-height: 1.6;
  text-align: center;
}
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tip-amounts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.tip-amount-btn {
  padding: 10px 8px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--fg);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.tip-amount-btn:hover { border-color: rgba(160,255,205,0.3); }
.tip-amount-active {
  border-color: var(--accent) !important;
  background: var(--accent-dim) !important;
  color: var(--accent) !important;
}
.tip-card-row { margin-top: 4px; }
.tip-card-input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 14px;
}
.tip-card-input {
  background: none;
  border: none;
  outline: none;
  color: var(--fg-muted);
  font-family: var(--font-body);
  font-size: 0.9rem;
  flex: 1;
  cursor: not-allowed;
}

/* ── DM THREAD DEMO ── */
.dm-section {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}
.dm-section-header {
  margin-bottom: 24px;
}
.dm-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.2);
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.dm-section-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.dm-section-sub {
  font-size: 0.87rem;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* Thread container */
.dm-thread-wrap {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}
.dm-thread-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  background: var(--surface-2);
}
.dm-thread-participants {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dm-participant {
  display: flex;
  align-items: center;
  gap: 7px;
}
.dm-avatar {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--border);
}
.dm-participant-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--fg);
  font-family: var(--font-display);
}
.dm-thread-connector {
  opacity: 0.6;
  display: flex;
  align-items: center;
}
.dm-thread-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dm-thread-purge {
  font-size: 0.72rem;
  color: var(--fg-muted);
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.15);
  padding: 3px 10px;
  border-radius: 100px;
}

/* Messages */
.dm-thread-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dm-msg {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.dm-msg-fan { justify-content: flex-start; }
.dm-msg-creator { justify-content: flex-end; }
.dm-msg-avatar {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--border);
}
.dm-msg-content { max-width: 72%; display: flex; flex-direction: column; gap: 4px; }
.dm-msg-content-right { align-items: flex-end; }
.dm-msg-bubble {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 12px 12px 12px 4px;
  padding: 10px 14px;
  font-size: 0.875rem;
  color: var(--fg);
  line-height: 1.55;
}
.dm-msg-bubble-creator {
  background: var(--accent-dim);
  border-color: rgba(160,255,205,0.22);
  border-radius: 12px 12px 4px 12px;
}
.dm-msg-time {
  font-size: 0.7rem;
  color: var(--fg-muted);
  padding: 0 4px;
}
.dm-msg-time-right { text-align: right; }

/* Annotation callouts */
.dm-callouts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 20px;
  border-top: 1px solid var(--border);
  background: var(--surface-2);
}
.dm-callout {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--accent);
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.18);
  padding: 4px 10px;
  border-radius: 100px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* Locked thread preview */
.dm-locked-preview {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
.dm-locked-thread {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  filter: blur(5px);
  user-select: none;
  pointer-events: none;
  opacity: 0.55;
}
.dm-locked-msg {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.dm-locked-msg-fan { justify-content: flex-start; }
.dm-locked-msg-creator { justify-content: flex-end; }
.dm-locked-avatar {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  flex-shrink: 0;
}
.dm-locked-bubble {
  height: 38px;
  width: 260px;
  max-width: 65%;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 12px;
}
.dm-locked-bubble-creator {
  background: var(--accent-dim);
  border-color: rgba(160,255,205,0.15);
}
.dm-locked-bubble-short { width: 160px; }
.dm-locked-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(to bottom, rgba(22,25,32,0) 0%, rgba(22,25,32,0.94) 35%);
  padding: 24px;
}
.dm-locked-icon { margin-bottom: 4px; }
.dm-locked-label {
  font-size: 0.87rem;
  color: var(--fg-muted);
  text-align: center;
  line-height: 1.4;
}
.dm-locked-label strong { color: var(--fg); }
.dm-locked-price {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
}

/* ── PRICING SECTION ── */
.pricing-section {
  padding: 96px 0;
  max-width: 860px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
.pricing-inner {
  /* section-header inherited from global .section-header */
}
.pricing-subtitle {
  color: var(--fg-muted);
  font-size: 0.95rem;
  margin-top: -32px;
  margin-bottom: 48px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
.pricing-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.25s, transform 0.2s;
}
.pricing-card:hover {
  border-color: rgba(160,255,205,0.22);
  transform: translateY(-2px);
}
.pricing-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.18);
  border-radius: 10px;
}
.pricing-card-stat {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}
.pricing-big {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
}
.pricing-big-sub {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--fg-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-right: 2px;
}
.pricing-big-sep {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--fg-muted);
  opacity: 0.5;
}
.pricing-card h3 {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.01em;
}
.pricing-card p {
  color: var(--fg-muted);
  font-size: 0.875rem;
  line-height: 1.65;
  flex: 1;
}
.pricing-honest-band {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.18);
  border-radius: 12px;
  padding: 16px 24px;
  margin-bottom: 20px;
}
.pricing-honest-band svg { flex-shrink: 0; }
.pricing-honest-band span {
  font-size: 0.875rem;
  color: var(--fg-muted);
  font-weight: 500;
}
.pricing-disclaimer {
  font-size: 0.78rem;
  color: var(--fg-muted);
  opacity: 0.55;
  line-height: 1.5;
}

/* ── FAQ ── */
.faq-section {
  padding: 96px 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.faq-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 48px;
}
.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item:first-child {
  border-top: 1px solid var(--border);
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--fg);
  letter-spacing: -0.01em;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--accent); }
.faq-chevron {
  flex-shrink: 0;
  color: var(--fg-muted);
  transition: transform 0.25s ease, color 0.2s;
}
.faq-open .faq-chevron {
  transform: rotate(180deg);
  color: var(--accent);
}
.faq-a {
  display: none;
  padding-bottom: 24px;
}
.faq-open .faq-a {
  display: block;
}
.faq-a p {
  color: var(--fg-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}
.faq-a p strong { color: var(--fg); }

/* ── MOBILE ── */
@media (max-width: 768px) {
  .nav { padding: 0 24px; }
  .nav-links { display: none; }
  .hero { padding: 64px 24px 56px; }
  .hero-wordmark { width: 180px; }
  .hero-bg {
    background-size: 80%;
    background-position: right center;
    opacity: 0.18;
  }
  .hero-visual { display: none; }
  .hero-sub { max-width: 100%; }
  .features { padding: 64px 24px; }
  .features-grid { grid-template-columns: 1fr; }
  .stats-inner { flex-direction: column; gap: 32px; }
  .stat-divider { display: none; }
  .how { padding: 64px 0; }
  .how-inner { padding: 0 24px; }
  .how-step { grid-template-columns: 48px 1fr; gap: 16px; padding: 28px 0; }
  .how-pricing-grid { grid-template-columns: 1fr; }
  .how-anon { flex-direction: column; gap: 12px; padding: 20px; }
  .closing { padding: 64px 24px; }
  .footer { padding: 32px 24px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .section-title br { display: none; }
  /* Demo page mobile */
  .demo-banner { padding: 10px 20px; flex-wrap: wrap; }
  .demo-banner-link { margin-left: 0; }
  .demo-layout { grid-template-columns: 1fr; padding: 24px 20px 80px; gap: 32px; }
  .demo-sidebar { position: static; }
  .creator-header { flex-direction: column; gap: 16px; }
  .creator-avatar { width: 64px; height: 64px; }
  .tier-grid { grid-template-columns: 1fr; }
  .floating-tip-btn { bottom: 16px; right: 16px; }
  .floating-tip-btn button span { display: none; }
  .floating-tip-btn button { padding: 14px; border-radius: 50%; }
  /* DM section mobile */
  .dm-msg-content { max-width: 82%; }
  .dm-thread-header { flex-direction: column; align-items: flex-start; gap: 8px; }
  .dm-callouts { gap: 6px; }
  .dm-locked-bubble { width: 160px; }
  .dm-locked-bubble-short { width: 100px; }

  /* Privacy page mobile */
  .privacy-page { padding: 48px 24px 72px; }
  .split-diagram { grid-template-columns: 1fr; }
  /* Pricing section mobile */
  .pricing-section { padding: 64px 24px; }
  .pricing-subtitle { margin-top: -24px; }
  .pricing-grid { grid-template-columns: 1fr; }
  /* FAQ mobile */
  .faq-section { padding: 64px 0; }
  .faq-inner { padding: 0 24px; }
}

/* ── PRIVACY PAGE ── */
.privacy-page {
  max-width: 780px;
  margin: 0 auto;
  padding: 72px 48px 96px;
}
.privacy-hero {
  margin-bottom: 64px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}
.privacy-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.privacy-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 20px;
}
.privacy-title em { font-style: normal; color: var(--accent); }
.privacy-intro {
  color: var(--fg-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 620px;
}
.privacy-meta {
  margin-top: 20px;
  font-size: 0.82rem;
  color: var(--fg-muted);
  opacity: 0.6;
}
.privacy-section { margin-bottom: 56px; }
.privacy-section-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.privacy-section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.18);
  border-radius: 10px;
  flex-shrink: 0;
}
.privacy-section h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.privacy-section p {
  color: var(--fg-muted);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 14px;
}
.privacy-section p:last-child { margin-bottom: 0; }
.privacy-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--fg-muted);
}
.privacy-list li .pli-dot {
  flex-shrink: 0;
  margin-top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.7;
}
.privacy-list li strong { color: var(--fg); }
.pli-no .pli-dot { background: var(--fg-muted); opacity: 0.4; }
.privacy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin-top: 8px;
}
.privacy-table thead th {
  text-align: left;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
}
.privacy-table tbody tr { border-bottom: 1px solid var(--border); }
.privacy-table tbody tr:last-child { border-bottom: none; }
.privacy-table tbody td {
  padding: 12px 14px;
  color: var(--fg-muted);
  line-height: 1.55;
  vertical-align: top;
}
.privacy-table tbody td:first-child { color: var(--fg); font-weight: 500; }
.privacy-table tbody tr:hover td { background: var(--surface-2); }
.split-diagram {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 8px;
}
.split-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
}
.split-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.split-card-title {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--fg);
}
.split-card-badge {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.2);
  padding: 2px 8px;
  border-radius: 100px;
}
.rights-block { display: flex; flex-direction: column; gap: 12px; }
.rights-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 22px;
}
.rights-item-title {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.rights-item p { font-size: 0.88rem; color: var(--fg-muted); line-height: 1.65; margin: 0; }
.anon-checkout-box {
  background: var(--accent-dim);
  border: 1px solid rgba(160,255,205,0.22);
  border-radius: 14px;
  padding: 28px 32px;
}
.anon-checkout-box h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  color: var(--fg);
}
.anon-checkout-box p { font-size: 0.9rem; color: var(--fg-muted); line-height: 1.7; margin-bottom: 10px; }
.anon-checkout-box p:last-child { margin-bottom: 0; }
.contact-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 32px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.contact-block p { font-size: 0.92rem; color: var(--fg-muted); line-height: 1.7; margin: 0; }
.contact-block a { color: var(--accent); text-decoration: none; }
.contact-block a:hover { text-decoration: underline; }
.privacy-divider { height: 1px; background: var(--border); margin: 56px 0; }
.privacy-code {
  font-family: monospace;
  font-size: 0.85em;
  color: var(--accent);
  background: rgba(160,255,205,0.08);
  padding: 2px 6px;
  border-radius: 4px;
}