/* ═══════════════════════════════════════
   ARTEMIS — Paper Design System Restyle
   Warm, tactile, print-inspired
   ═══════════════════════════════════════ */

/* ─── RESET & TOKENS ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  /* Paper surfaces */
  --bg:           #FAF8F5;
  --bg-warm:      #F3EDE4;
  --bg-card:      #FFFFFF;
  --bg-card-alt:  #F7F3ED;
  --bg-dark:      #111111;
  --border:       rgba(17, 17, 17, .08);
  --border-strong:rgba(17, 17, 17, .14);

  /* Text */
  --text:         #111827;
  --text-secondary:#4B5563;
  --text-muted:   #9CA3AF;

  /* Accent — muted purple from Paper + warm tones */
  --primary:      #111111;
  --secondary:    #8B5CF6;
  --secondary-light: #A78BFA;
  --success:      #16A34A;
  --warning:      #D97706;
  --danger:       #DC2626;
  --sage:         #6B8F71;
  --sand:         #C9B99A;
  --terracotta:   #C17F59;

  /* Layout */
  --container:    1200px;
  --radius:       12px;
  --radius-sm:    8px;
  --radius-xs:    4px;

  /* Type — Paper system */
  --font-display: 'Montserrat', sans-serif;
  --font-body:    'Roboto', sans-serif;
  --font-mono:    'PT Mono', monospace;

  /* Spacing scale: 4/8/12/16/24/32 */
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-6: 24px;
  --sp-8: 32px;

  /* Shadows — soft, papery */
  --shadow-sm:  0 1px 3px rgba(17,17,17,.04), 0 1px 2px rgba(17,17,17,.06);
  --shadow-md:  0 4px 16px rgba(17,17,17,.06), 0 1px 4px rgba(17,17,17,.04);
  --shadow-lg:  0 12px 48px rgba(17,17,17,.08), 0 2px 8px rgba(17,17,17,.04);
  --shadow-xl:  0 24px 80px rgba(17,17,17,.1), 0 4px 16px rgba(17,17,17,.04);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-weight: 400;
  padding-top: 80px;
}

img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--sp-6);
}

/* ─── ACCENT TEXT ─── */
.gradient-text {
  color: var(--secondary);
}

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-display);
  font-weight: 600;
  border-radius: var(--radius-sm);
  transition: all .25s ease;
  cursor: pointer;
  border: none;
  font-size: 14px;
  letter-spacing: -.01em;
}

.btn--primary {
  background: var(--primary);
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.btn--primary:hover {
  background: #2a2a2a;
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.btn--ghost {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--border-strong);
}
.btn--ghost:hover {
  border-color: var(--primary);
  background: rgba(17,17,17,.03);
}

.btn--sm  { padding: 10px 20px; font-size: 13px; }
.btn--lg  { padding: var(--sp-4) var(--sp-8); font-size: 15px; border-radius: var(--radius); }

/* ─── NAVBAR ─── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: var(--sp-4) 0;
  transition: all .3s ease;
}
.navbar.scrolled {
  background: rgba(250,248,245,.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: var(--sp-3) 0;
}

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar__logo {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--text);
}

.logo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--primary);
  border-radius: var(--radius-sm);
  font-size: 14px;
  color: #fff;
}

.logo-icon--xl {
  width: 64px;
  height: 64px;
  font-size: 28px;
  border-radius: var(--radius);
}

.logo-img {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-sm);
  object-fit: cover;
  display: inline-block;
}

.logo-img--xl {
  width: 64px;
  height: 64px;
  border-radius: var(--radius);
}

.navbar__links {
  display: flex;
  gap: var(--sp-8);
  list-style: none;
}
.navbar__links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  transition: color .2s;
}
.navbar__links a:hover { color: var(--text); }

.navbar__toggle { display: none; }

/* ─── HERO ─── */
.hero {
  position: relative;
  padding: 160px 0 80px;
  text-align: center;
  overflow: hidden;
  background: var(--bg-warm);
}

.hero__glow {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(139,92,246,.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero__inner { position: relative; }

.hero__badge {
  display: inline-flex;
  align-items: center;
  padding: var(--sp-2) var(--sp-4);
  background: rgba(139,92,246,.08);
  border: 1px solid rgba(139,92,246,.15);
  border-radius: 100px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: var(--sp-8);
  letter-spacing: .03em;
  text-transform: uppercase;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.04em;
  max-width: 800px;
  margin: 0 auto var(--sp-6);
  color: var(--text);
}

.hero__subtitle {
  font-size: 18px;
  color: var(--text-secondary);
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.75;
  font-weight: 300;
}

.hero__actions {
  display: flex;
  gap: var(--sp-4);
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.hero__proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-3);
  font-size: 14px;
  color: var(--text-secondary);
}

.hero__avatars { display: flex; }

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  border: 2.5px solid var(--bg-warm);
  margin-left: -8px;
}
.avatar:first-child { margin-left: 0; }

.avatar--img {
  object-fit: cover;
  font-size: 0;
}

/* ─── HERO VISUAL: DISCORD MOCK ─── */
.hero__visual {
  margin-top: 64px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--bg-card);
  box-shadow: var(--shadow-xl);
}

.discord-mock {
  display: grid;
  grid-template-columns: 72px 220px 1fr;
  height: 460px;
}

.discord-mock__sidebar {
  background: #2B2D31;
  padding: var(--sp-3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-2);
}

.sidebar-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  background: #36393F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #8E9297;
  transition: border-radius .2s;
}
.sidebar-icon--active {
  background: var(--secondary);
  color: #fff;
  border-radius: var(--radius-sm);
}

.sidebar-divider {
  width: 32px;
  height: 2px;
  background: rgba(255,255,255,.06);
  border-radius: 2px;
}

.discord-mock__channels {
  background: #2F3136;
  padding: var(--sp-4) var(--sp-3);
  border-right: 1px solid rgba(255,255,255,.04);
}

.channel-header {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #72767D;
  margin: var(--sp-4) 0 var(--sp-2);
  padding: 0 var(--sp-2);
}
.channel-header:first-child { margin-top: 0; }

.channel {
  font-size: 14px;
  color: #8E9297;
  padding: 6px var(--sp-2);
  border-radius: var(--radius-xs);
  margin-bottom: 2px;
}
.channel--active {
  background: rgba(255,255,255,.06);
  color: #DCDDDE;
  font-weight: 500;
}

.discord-mock__chat {
  background: #36393F;
  padding: var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.chat-msg {
  display: flex;
  gap: var(--sp-3);
}

.chat-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  flex-shrink: 0;
}
.bot-avatar { background: var(--secondary); }

.chat-name {
  font-weight: 600;
  font-size: 15px;
  color: #DCDDDE;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.bot-tag {
  font-size: 10px;
  font-weight: 700;
  background: #5865F2;
  color: #fff;
  padding: 2px 6px;
  border-radius: var(--radius-xs);
}

.chat-content p { font-size: 14px; color: #8E9297; }

.chat-embed {
  display: flex;
  gap: 0;
  background: #2F3136;
  border-radius: var(--radius-xs);
  overflow: hidden;
  margin-top: var(--sp-2);
  max-width: 420px;
}

.embed-accent {
  width: 4px;
  background: var(--secondary);
  flex-shrink: 0;
}
.embed-accent--green {
  background: var(--success);
}

.chat-embed--success {
  background: rgba(22,163,74,.08);
}

.embed-body { padding: var(--sp-3) var(--sp-4); flex: 1; }

.embed-title {
  font-weight: 700;
  font-size: 14px;
  color: #DCDDDE;
  margin-bottom: var(--sp-1);
}

.embed-desc {
  font-size: 13px;
  color: #8E9297;
  margin-bottom: var(--sp-3);
}

.gift-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-2);
  margin-bottom: var(--sp-3);
}

.gift-card-item {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-2) 10px;
  background: rgba(255,255,255,.04);
  border-radius: var(--radius-xs);
  font-size: 12px;
  font-weight: 500;
  color: #DCDDDE;
}

.gc-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}

.embed-btn {
  background: #5865F2;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: var(--sp-2) 20px;
  border-radius: var(--radius-xs);
  width: 100%;
}

/* ─── SECTIONS ─── */
.section {
  padding: 120px 0;
  position: relative;
}
.section--dark {
  background: var(--bg-warm);
}

.section__header {
  text-align: center;
  margin-bottom: 64px;
}

.section__tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--secondary);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: var(--sp-4);
}

.section__title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.15;
  max-width: 640px;
  margin: 0 auto;
  color: var(--text);
}

.section__subtitle {
  font-size: 16px;
  color: var(--text-secondary);
  margin-top: var(--sp-4);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  line-height: 1.7;
}

/* ─── FEATURES GRID ─── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 32px;
  transition: all .4s ease;
  opacity: 0;
  transform: translateY(16px);
  box-shadow: var(--shadow-sm);
}
.feature-card.in-view {
  opacity: 1;
  transform: translateY(0);
}
.feature-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--border-strong);
}

.feature-card__icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  background: var(--bg-card-alt);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  margin-bottom: var(--sp-6);
}

.feature-card__highlight {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--secondary);
  letter-spacing: .02em;
  margin-bottom: var(--sp-3);
}

.feature-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.25;
  margin-bottom: var(--sp-3);
  color: var(--text);
}

.feature-card p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.75;
  font-weight: 300;
}

.feature-card:nth-child(2) { transition-delay: .1s; }
.feature-card:nth-child(3) { transition-delay: .2s; }

/* ─── SETUP STEPS ─── */
.setup-steps {
  display: flex;
  flex-direction: column;
  gap: var(--sp-6);
  max-width: 960px;
  margin: 0 auto;
}

.setup-step {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 40px;
  align-items: center;
  opacity: 0;
  transform: translateY(16px);
}
.setup-step.in-view {
  opacity: 1;
  transform: translateY(0);
}

.setup-step__number {
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 900;
  color: var(--text);
  opacity: .08;
  line-height: 1;
  letter-spacing: -.04em;
}

.setup-step__info h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: var(--sp-3);
  letter-spacing: -.02em;
  color: var(--text);
}
.setup-step__info p {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
  font-weight: 300;
}

.setup-step__visual {
  display: flex;
  justify-content: center;
}

.setup-connector {
  display: flex;
  justify-content: center;
  opacity: .15;
}

/* ─── Setup Visuals ─── */
.setup-visual {
  width: 100%;
  max-width: 360px;
}

/* Step 1: Auth screen */
.sv-browser {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.sv-browser__dots {
  display: flex;
  gap: 6px;
  padding: var(--sp-3) var(--sp-4);
  background: var(--bg-card-alt);
  border-bottom: 1px solid var(--border);
}
.sv-browser__dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(17,17,17,.1);
}

.sv-discord-auth {
  padding: var(--sp-6);
  text-align: center;
}

.sv-bot-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin: 0 auto var(--sp-3);
}

.sv-bot-name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: var(--sp-1);
}

.sv-server-name {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: var(--sp-4);
}

.sv-permissions {
  text-align: left;
  margin-bottom: 20px;
}

.sv-perm {
  font-size: 13px;
  padding: 6px 0;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}

.checkmark {
  color: var(--success);
  font-weight: 700;
}

.sv-authorize-btn {
  width: 100%;
  padding: var(--sp-3);
  background: #5865F2;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  border-radius: var(--radius-sm);
}

/* Step 2: Config panel */
.config-panel {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.config-header {
  padding: 14px 20px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  background: var(--bg-card-alt);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  color: var(--text);
}

.config-option {
  padding: var(--sp-4) 20px;
  border-top: 1px solid var(--border);
}

.config-option label {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .04em;
  display: block;
  margin-bottom: var(--sp-2);
}

.config-select {
  padding: 10px 14px;
  background: var(--bg-card-alt);
  border-radius: var(--radius-xs);
  font-size: 14px;
  color: var(--text);
  border: 1px solid var(--border);
}

.config-slider {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}

.slider-track {
  flex: 1;
  height: 6px;
  background: rgba(17,17,17,.06);
  border-radius: 3px;
  position: relative;
}

.slider-fill {
  height: 100%;
  background: var(--primary);
  border-radius: 3px;
}

.slider-thumb {
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid #fff;
  box-shadow: var(--shadow-sm);
}

.slider-value {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-mono);
  color: var(--text);
  min-width: 36px;
}

.config-fixed-rate {
  display: flex;
  align-items: baseline;
  gap: var(--sp-2);
  padding: 10px 14px;
  background: var(--bg-card-alt);
  border-radius: var(--radius-xs);
  border: 1px solid var(--border);
}

.fixed-rate-value {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -.02em;
}

.fixed-rate-label {
  font-size: 12px;
  color: var(--text-muted);
}

.config-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
}

.config-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  padding: 6px 14px;
  border-radius: 100px;
  background: var(--bg-card-alt);
  color: var(--text-muted);
  border: 1px solid var(--border);
}
.config-tag--on {
  background: rgba(17,17,17,.06);
  color: var(--text);
  border-color: var(--border-strong);
}

/* Step 3: Live feed */
.live-mock {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.live-header {
  padding: var(--sp-3) 20px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
  color: var(--success);
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  background: var(--bg-card-alt);
  border-bottom: 1px solid var(--border);
  text-transform: uppercase;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}

.live-activity { padding: var(--sp-2) 0; }

.live-event {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: 10px 20px;
  font-size: 13px;
}

.le-time {
  font-size: 11px;
  color: var(--text-muted);
  min-width: 30px;
  font-family: var(--font-mono);
}

.le-text {
  flex: 1;
  color: var(--text-secondary);
  font-weight: 300;
}
.le-text strong { color: var(--text); font-weight: 500; }

.le-badge {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-mono);
  padding: var(--sp-1) 10px;
  border-radius: 100px;
}
.le-badge--green {
  background: rgba(22,163,74,.08);
  color: var(--success);
}

.live-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-top: 1px solid var(--border);
  font-size: 13px;
  color: var(--text-secondary);
}
.live-total strong {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
  -webkit-text-fill-color: var(--text);
  background: none;
}

.setup-cta {
  text-align: center;
  margin-top: 56px;
}

/* ─── DEMO SECTION ─── */
.demo-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  opacity: 0;
  transform: translateY(16px);
}
.demo-card.in-view {
  opacity: 1;
  transform: translateY(0);
}

.demo-card__play {
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: var(--bg-warm);
  cursor: pointer;
  transition: background .3s;
}
.demo-card__play:hover {
  background: #EDE7DB;
}

.play-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: var(--shadow-lg);
  transition: transform .2s;
}
.demo-card__play:hover .play-btn { transform: scale(1.06); }

.demo-card__play p {
  font-size: 15px;
  color: var(--text-secondary);
  font-weight: 400;
}

.demo-card__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
}

.demo-stat {
  padding: var(--sp-6);
  text-align: center;
  border-right: 1px solid var(--border);
}
.demo-stat:last-child { border-right: none; }

.demo-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: var(--sp-1);
  color: var(--text);
}
.demo-stat span {
  font-size: 13px;
  color: var(--text-muted);
}

/* ─── METRICS ─── */
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 64px;
}

.metric-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  opacity: 0;
  transform: translateY(16px);
}
.metric-card.in-view {
  opacity: 1;
  transform: translateY(0);
}

.metric-value {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -.03em;
  margin-bottom: 6px;
  color: var(--text);
}

.metric-label {
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: var(--sp-4);
  font-weight: 300;
}

.metric-bar {
  height: 3px;
  background: rgba(17,17,17,.06);
  border-radius: 2px;
  overflow: hidden;
}

.metric-fill {
  height: 100%;
  background: var(--primary);
  border-radius: 2px;
}

/* ─── TESTIMONIALS ─── */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: var(--sp-8);
  box-shadow: var(--shadow-sm);
  opacity: 0;
  transform: translateY(16px);
}
.testimonial.in-view {
  opacity: 1;
  transform: translateY(0);
}

.testimonial__stars {
  color: var(--warning);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: var(--sp-4);
}

.testimonial p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: var(--sp-6);
  font-weight: 300;
}

.testimonial__author {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}

.testimonial__author strong {
  display: block;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}

.testimonial__author span {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 300;
}

/* ─── EXCLUSIVE PARTNERS ─── */
.partners-strip {
  padding: 40px 0;
}

.partners-strip__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.partners-strip__label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--text-muted);
  white-space: nowrap;
}

.partners-strip__items {
  display: flex;
  gap: 24px;
}

.partner-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 10px 20px;
}

.partner-item__logo {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-xs);
  object-fit: cover;
}

.partner-item__info {
  display: flex;
  flex-direction: column;
}

.partner-item__info strong {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}

.partner-item__info span {
  font-size: 12px;
  color: var(--text-muted);
}

/* ─── INSTALL CTA ─── */
.install-card {
  background: var(--primary);
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
}

.install-card__content {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.install-card__content h2 {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.03em;
  margin-bottom: var(--sp-4);
  color: #fff;
}

.install-card__content > p {
  font-size: 16px;
  color: rgba(255,255,255,.65);
  line-height: 1.7;
  margin-bottom: var(--sp-8);
  font-weight: 300;
}

.install-steps-mini {
  display: flex;
  gap: var(--sp-6);
  margin-bottom: var(--sp-8);
  justify-content: center;
}

.mini-step {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 14px;
  color: rgba(255,255,255,.7);
}

.mini-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 12px;
  flex-shrink: 0;
}

.install-card .btn--primary {
  background: #fff;
  color: var(--primary);
}
.install-card .btn--primary:hover {
  background: rgba(255,255,255,.9);
}

.install-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgba(255,255,255,.03);
}

.install-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,92,246,.2) 0%, transparent 70%);
}

.install-logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.03em;
  color: #fff;
}

.install-logo .logo-img--xl {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: none;
  border: none;
}

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

.footer__inner {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 64px;
  padding-bottom: 48px;
}

.footer__brand {
  max-width: 280px;
}
.footer__brand p {
  font-size: 14px;
  color: var(--text-secondary);
  margin-top: var(--sp-4);
  line-height: 1.6;
  font-weight: 300;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.footer__col h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--text);
  margin-bottom: var(--sp-1);
}
.footer__col a {
  font-size: 14px;
  color: var(--text-secondary);
  transition: color .2s;
  font-weight: 300;
}
.footer__col a:hover { color: var(--text); }

.footer__bottom {
  border-top: 1px solid var(--border);
  padding: var(--sp-6) 0;
  text-align: center;
}
.footer__bottom p {
  font-size: 13px;
  color: var(--text-muted);
}

/* ─── SCROLL ANIMATIONS ─── */
.feature-card,
.setup-step,
.metric-card,
.testimonial,
.demo-card {
  transition: opacity .6s ease, transform .6s ease;
}

.metric-card:nth-child(2) { transition-delay: .08s; }
.metric-card:nth-child(3) { transition-delay: .16s; }
.metric-card:nth-child(4) { transition-delay: .24s; }

.testimonial:nth-child(2) { transition-delay: .08s; }
.testimonial:nth-child(3) { transition-delay: .16s; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: 1fr 1fr;
  }
  .features-grid .feature-card:last-child {
    grid-column: span 2;
    max-width: 50%;
    margin: 0 auto;
  }
  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonials {
    grid-template-columns: 1fr;
  }
  .setup-step {
    grid-template-columns: auto 1fr;
    gap: var(--sp-6);
  }
  .setup-step__visual {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .install-card {
    grid-template-columns: 1fr;
  }
  .install-card__content {
    padding: 48px;
  }
  .install-card__visual {
    min-height: 240px;
  }
  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .section { padding: 80px 0; }

  .navbar__links { display: none; }
  .navbar__links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(250,248,245,.95);
    backdrop-filter: blur(20px);
    padding: var(--sp-6);
    gap: var(--sp-4);
    border-bottom: 1px solid var(--border);
  }

  .navbar__toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    padding: var(--sp-2);
  }
  .navbar__toggle span {
    width: 20px;
    height: 2px;
    background: var(--text);
    border-radius: 1px;
  }

  .hero { padding: 120px 0 60px; }

  .discord-mock {
    grid-template-columns: 1fr;
    height: auto;
  }
  .discord-mock__sidebar,
  .discord-mock__channels { display: none; }
  .discord-mock__chat { padding: 20px; }

  .features-grid {
    grid-template-columns: 1fr;
  }
  .features-grid .feature-card:last-child {
    grid-column: span 1;
    max-width: 100%;
  }

  .setup-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .setup-step__number {
    font-size: 40px;
  }

  .metrics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .demo-card__info {
    grid-template-columns: 1fr;
  }
  .demo-stat {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .demo-stat:last-child { border-bottom: none; }

  .install-card__content {
    padding: var(--sp-8);
  }
  .install-card__content h2 {
    font-size: 28px;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    gap: var(--sp-8);
  }
}

@media (max-width: 480px) {
  .container { padding: 0 var(--sp-4); }
  .hero__title { font-size: 32px; }
  .hero__subtitle { font-size: 16px; }
  .metrics-grid { grid-template-columns: 1fr; }
  .gift-cards-grid { grid-template-columns: 1fr; }
}

    /* ── SHARED NAV ── */
    .cc-nav-root { z-index: 100; font-family: 'DM Sans', sans-serif; position: fixed; top: 0; left: 0; right: 0; }
    .cc-nav-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
    @media (min-width:768px) { .cc-nav-container { padding: 0 40px; } }
    @media (min-width:1024px) { .cc-nav-container { padding: 0 48px; } }
    .cc-nav { background: #f5f0e8; border-bottom: 1px solid rgba(0,0,0,0.06); padding: 16px 0; backdrop-filter: blur(16px); }
    .cc-nav-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 48px; }
    .cc-nav-inner > .cc-nav-links { justify-self: center; }
    .cc-nav-right { justify-self: end; display: flex; align-items: center; gap: 8px; }
    @media (max-width:767px) { .cc-nav-inner { grid-template-columns: 1fr auto; } .cc-nav-right .cc-nav-cta { display: none; } }
    .cc-nav-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
    .cc-nav-brand-text { font-family: 'DM Sans', sans-serif; color: #111; font-size: 16px; font-weight: 700; letter-spacing: -0.01em; }
    .cc-nav-links { display: none; align-items: center; gap: 4px; }
    @media (min-width:768px) { .cc-nav-links { display: flex; } }
    .cc-nav-links a { color: #777; border-radius: 9999px; padding: 7px 14px; font-size: 13px; font-weight: 500; transition: color 0.2s, background 0.2s; text-decoration: none; }
    .cc-nav-links a:hover { color: #111; background: rgba(0,0,0,0.06); }
    .cc-nav-links a.active { color: #111; background: rgba(0,0,0,0.06); font-weight: 600; }
    .cc-nav-cta { background: #111; height: 40px; color: #fff; border-radius: 9999px; font-size: 13px; font-weight: 600; font-family: 'DM Sans', sans-serif; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; transition: background 0.2s, transform 0.2s; border: none; cursor: pointer; }
    .cc-nav-cta:hover { background: #333; transform: translateY(-1px); }
    .cc-nav-toggle { width: 40px; height: 40px; color: #111; border-radius: 8px; display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; }
    @media (min-width:768px) { .cc-nav-toggle { display: none; } }
    .cc-mobile-menu { z-index: 200; backdrop-filter: blur(24px); background: rgba(10,10,15,0.97); flex-direction: column; padding: 24px; display: none; position: fixed; inset: 0; }
    .cc-mobile-menu.is-open { display: flex; }
    .cc-mobile-menu-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 48px; }
    .cc-mobile-menu-close { width: 40px; height: 40px; color: #55555f; border-radius: 9999px; display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; }
    .cc-mobile-menu-links { display: flex; flex-direction: column; gap: 4px; }
    .cc-mobile-menu-links a { color: #8a8a9a; border-radius: 12px; padding: 16px 20px; font-size: 20px; font-weight: 500; transition: color 0.2s, background 0.2s; text-decoration: none; }
    .cc-mobile-menu-links a:hover { color: #f0f0f2; background: rgba(255,255,255,0.05); }
    .cc-mobile-menu-links a.active { color: #f0f0f2; background: rgba(255,255,255,0.08); font-weight: 600; }
