/* ================================================================
   My3chos.com — Master Stylesheet
   Premium dark theme · Violet + Amber · Apple-level craft
   Covers: index.html, pricing.html, dashboard.html, features.html
   ================================================================ */

/* ==========================================================
   1. CSS CUSTOM PROPERTIES
   ========================================================== */
:root {
  /* Brand */
  --primary: #7C3AED;
  --primary-light: #A78BFA;
  --primary-dark: #5B21B6;
  --accent: #F59E0B;
  --accent-light: #FCD34D;

  /* Semantic */
  --success: #10B981;
  --info: #3B82F6;
  --warning: #F59E0B;
  --danger: #EF4444;

  /* Surfaces */
  --bg-dark: #0F0B1E;
  --bg-card: #1A1432;
  --bg-card-hover: #231C42;
  --bg-section-alt: #130E26;
  --surface-alt: #130E26;

  /* Text */
  --text: #E8E0F0;
  --text-muted: #9B8FBB;
  --text-bright: #FFFFFF;

  /* Borders */
  --border: rgba(124, 58, 237, 0.2);
  --border-light: rgba(167, 139, 250, 0.15);

  /* Effects */
  --glow: rgba(124, 58, 237, 0.4);
  --glow-accent: rgba(245, 158, 11, 0.3);

  /* Radii */
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.3);
  --shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.45);
  --shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.55);

  /* Fonts */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;

  /* Motion */
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);

  /* Pricing page compat variables */
  --amber: #F59E0B;
  --amber-light: #FCD34D;
  --amber-dark: #D97706;
  --amber-glow: rgba(245, 158, 11, 0.15);
  --slate-950: #0F0B1E;
  --slate-900: #1A1432;
  --slate-800: #231C42;
  --slate-700: #2d2d3d;
  --slate-600: #6B5F8A;
  --slate-400: #9B8FBB;
  --slate-300: #C8BFE0;
  --slate-200: #E8E0F0;
  --white: #FFFFFF;
  --green: #10B981;
  --blue: #3B82F6;
}


/* ==========================================================
   2. RESET & BASE
   ========================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--bg-dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::selection {
  background: var(--primary);
  color: var(--text-bright);
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }
input, textarea { font-family: inherit; }


/* ==========================================================
   3. TYPOGRAPHY
   ========================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-bright);
}

h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.25rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.05rem; }
h5 { font-size: 0.95rem; }
h6 { font-size: 0.85rem; }

p { color: var(--text-muted); }

.text-gradient {
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-accent { color: var(--accent); }
.text-primary { color: var(--primary-light); }

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5.5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-bright);
  margin-bottom: 1.25rem;
}

.page-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: var(--text-bright);
  margin-bottom: 1rem;
}

.section-tag {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary-light);
  background: rgba(124, 58, 237, 0.12);
  padding: 0.3rem 0.9rem;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  color: var(--text-bright);
  margin-bottom: 0.75rem;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

.price-highlight {
  color: var(--accent);
}

.subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}


/* ==========================================================
   4. LAYOUT
   ========================================================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 5rem 0;
}

.section-dark {
  background: var(--bg-section-alt);
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}


/* ==========================================================
   5. NAVIGATION
   ========================================================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(15, 11, 30, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-light);
  padding: 0 1.5rem;
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.nav-logo {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--text-bright);
  display: inline-flex;
  align-items: baseline;
  letter-spacing: -0.02em;
}

.nav-logo span {
  color: var(--accent);
}

.logo-my { color: var(--text-bright); }
.logo-3 { color: var(--accent); }
.logo-chos { color: var(--text-bright); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color var(--transition);
  position: relative;
}

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

.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--primary);
  border-radius: 1px;
}

/* Mobile hamburger placeholder — toggled via JS */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: var(--transition);
}


/* ==========================================================
   6. BUTTONS
   ========================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.5rem;
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 600;
  font-family: var(--font-sans);
  cursor: pointer;
  border: none;
  transition: all var(--transition);
  white-space: nowrap;
}

.btn-sm {
  padding: 0.4rem 0.9rem;
  font-size: 0.8rem;
}

.btn-lg {
  padding: 0.85rem 2.25rem;
  font-size: 1rem;
  border-radius: var(--radius);
}

.btn-primary {
  background: var(--primary);
  color: var(--text-bright);
}

.btn-primary:hover {
  background: var(--primary-light);
  color: var(--text-bright);
  transform: translateY(-1px);
  box-shadow: 0 4px 20px var(--glow);
}

.btn-accent {
  background: var(--accent);
  color: #0F0B1E;
}

.btn-accent:hover {
  background: var(--accent-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 20px var(--glow-accent);
}

.btn-ghost {
  background: rgba(124, 58, 237, 0.08);
  color: var(--text);
  border: 1px solid var(--border);
}

.btn-ghost:hover {
  background: rgba(124, 58, 237, 0.15);
  border-color: var(--primary-light);
  color: var(--text-bright);
}

.btn-ghost-light {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--text-bright);
}

.btn-white {
  background: var(--text-bright);
  color: var(--bg-dark);
}

.btn-white:hover {
  background: #F0EBF8;
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
}

.btn-secondary {
  background: transparent;
  color: var(--primary-light);
  border: 1px solid var(--border);
}

.btn-secondary:hover {
  background: rgba(124, 58, 237, 0.12);
  border-color: var(--primary-light);
  transform: translateY(-1px);
}

.btn-full {
  width: 100%;
}


/* ==========================================================
   7. CARDS (generic)
   ========================================================== */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: all var(--transition);
}

.card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.card-featured {
  border-color: var(--primary);
  box-shadow: 0 0 30px rgba(124, 58, 237, 0.1);
}


/* ==========================================================
   8. HERO
   ========================================================== */
.hero {
  text-align: center;
  padding: 7rem 1.5rem 4rem;
  position: relative;
  overflow: hidden;
}

.hero-glow,
.hero-glow-2 {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.hero-glow {
  width: 600px;
  height: 600px;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(124, 58, 237, 0.15) 0%, transparent 70%);
  animation: pulse-glow 6s ease-in-out infinite;
}

.hero-glow-2 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: 50%;
  transform: translateX(-30%);
  background: radial-gradient(circle, rgba(245, 158, 11, 0.08) 0%, transparent 70%);
  animation: pulse-glow 8s ease-in-out infinite reverse;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  color: var(--success);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 30px;
  margin-bottom: 1.5rem;
}

.hero-badge svg {
  display: inline;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.hero-note {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 1.25rem;
}

/* Page hero variant (pricing, dashboard, features) */
.page-hero {
  text-align: center;
  padding: 6rem 1.5rem 3rem;
  position: relative;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(124, 58, 237, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

/* Pricing hero variant */
.pricing-hero {
  text-align: center;
  padding: 7rem 1.5rem 4rem;
  position: relative;
}

.pricing-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(124, 58, 237, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.pricing-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: var(--text-bright);
  margin-bottom: 1.25rem;
  position: relative;
}

.pricing-hero .subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}


/* ==========================================================
   9. TRUST BAR
   ========================================================== */
.trust-bar {
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  background: rgba(26, 20, 50, 0.5);
  padding: 1.25rem 1.5rem;
}

.trust-items {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-muted);
}

.trust-item svg {
  flex-shrink: 0;
  display: inline;
}


/* ==========================================================
   10. STEPS (How It Works)
   ========================================================== */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  position: relative;
  counter-reset: step;
}

/* Connecting line behind steps */
.steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 16.67%;
  right: 16.67%;
  height: 2px;
  background: linear-gradient(90deg, var(--border), var(--primary), var(--border));
  opacity: 0.3;
}

.step {
  text-align: center;
  position: relative;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 2px solid var(--primary);
  color: var(--primary-light);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.step-title {
  font-size: 1.15rem;
  color: var(--text-bright);
  margin-bottom: 0.75rem;
}

.step-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.step-content {
  text-align: center;
}


/* ==========================================================
   11. TIER CARDS (index.html product tiers)
   ========================================================== */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  align-items: start;
}

.tier-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2rem;
  text-align: center;
  position: relative;
  transition: all var(--transition);
}

.tier-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.tier-card-featured {
  border-color: var(--accent);
  background: linear-gradient(to bottom, rgba(245, 158, 11, 0.06), var(--bg-card) 40%);
  transform: scale(1.03);
  box-shadow: var(--shadow-lg), 0 0 60px rgba(245, 158, 11, 0.06);
}

.tier-card-featured:hover {
  transform: scale(1.03) translateY(-4px);
  border-color: var(--accent-light);
}

.tier-card-soon {
  opacity: 0.65;
}

.tier-card-soon:hover {
  opacity: 0.8;
}

.tier-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tier-card-featured .tier-icon {
  background: rgba(245, 158, 11, 0.1);
}

.tier-icon svg {
  display: inline;
}

.tier-name {
  font-size: 1.3rem;
  color: var(--text-bright);
  margin-bottom: 0.5rem;
}

.tier-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.tier-setup {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 0.25rem;
}

.tier-price {
  font-family: var(--font-serif);
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--text-bright);
  margin-bottom: 1.5rem;
}

.tier-price span {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
}

.tier-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #0F0B1E;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.3rem 1rem;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}

.tier-badge-soon {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-muted);
}

.tier-features {
  text-align: left;
  list-style: none;
  margin-bottom: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.tier-features li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.88rem;
  color: var(--text);
  line-height: 1.5;
}

.tier-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0.6;
}

.tier-card-featured .tier-features li::before {
  background: var(--accent);
}

.tier-btn {
  width: 100%;
}


/* ==========================================================
   12. USE CASES
   ========================================================== */
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.usecase-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2rem;
  border-left: 4px solid transparent;
  transition: all var(--transition);
}

.usecase-card:hover {
  background: var(--bg-card-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.usecase-card-violet {
  border-left-color: var(--primary);
}

.usecase-card-amber {
  border-left-color: var(--accent);
}

.usecase-title {
  font-size: 1.2rem;
  color: var(--text-bright);
  margin-bottom: 0.75rem;
}

.usecase-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.usecase-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.usecase-features li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.88rem;
  color: var(--text);
  line-height: 1.5;
}

.usecase-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-light);
  opacity: 0.5;
}

.usecase-card-amber .usecase-features li::before {
  background: var(--accent);
}


/* ==========================================================
   13. FEATURE DEEP DIVES (features.html)
   ========================================================== */
.feature-deep {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 3rem 0;
}

.feature-deep-reverse {
  direction: rtl;
}

.feature-deep-reverse > * {
  direction: ltr;
}

.feature-deep-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feature-deep-visual {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

.feature-deep-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary-light);
  margin-bottom: 0.25rem;
}

.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.feature-list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.5;
}

.feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--success);
  font-weight: 700;
}


/* ==========================================================
   14. CONFIDENCE BADGES
   ========================================================== */
.confidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.confidence-badge {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: all var(--transition);
}

.confidence-badge:hover {
  background: var(--bg-card-hover);
  border-color: var(--border);
}

.confidence-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
}


/* ==========================================================
   15. PRICING (pricing.html)
   ========================================================== */
.pricing-section {
  padding: 0 1.5rem 5rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  position: relative;
  transition: all var(--transition);
}

.pricing-card:hover {
  border-color: var(--border);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.pricing-card-featured {
  background: linear-gradient(to bottom, rgba(124, 58, 237, 0.08), var(--bg-card) 40%);
  border-color: rgba(124, 58, 237, 0.4);
  transform: scale(1.03);
  box-shadow: var(--shadow-lg), 0 0 60px rgba(124, 58, 237, 0.08);
}

.pricing-card-featured:hover {
  border-color: var(--primary-light);
  transform: scale(1.03) translateY(-4px);
}

.pricing-card-dimmed {
  opacity: 0.6;
}

.pricing-card-dimmed:hover {
  opacity: 0.8;
}

.pricing-header {
  margin-bottom: 1.5rem;
}

.pricing-header h3 {
  font-size: 1.4rem;
  color: var(--text-bright);
  margin-bottom: 0.25rem;
}

.pricing-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.pricing-badge-popular {
  background: rgba(124, 58, 237, 0.15);
  color: var(--primary-light);
  border: 1px solid rgba(124, 58, 237, 0.3);
}

.pricing-badge-soon {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-muted);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-tagline {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin: 1.5rem 0;
}

.price-amount {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-bright);
  line-height: 1;
}

.price-period {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 500;
}

.pricing-features {
  list-style: none;
  margin: 1.75rem 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.5;
}

.pricing-features li svg {
  flex-shrink: 0;
  margin-top: 3px;
  display: inline;
}

.pricing-divider {
  height: 1px;
  background: var(--border-light);
  margin: 1.5rem 0;
}

.pricing-card .btn {
  width: 100%;
}


/* ==========================================================
   15b. PRICING EXTRAS (comparison, family, creation-fee)
   ========================================================== */
.creation-fee {
  max-width: 800px;
  margin: 0 auto 5rem;
  padding: 1.75rem 2rem;
  background: rgba(124, 58, 237, 0.04);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  text-align: center;
}

.creation-fee p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.creation-fee strong {
  color: var(--text);
  font-weight: 600;
}

.comparison-section {
  padding: 5rem 1.5rem;
  border-top: 1px solid var(--border-light);
}

.comparison-section h2 {
  text-align: center;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--text-bright);
  margin-bottom: 3rem;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  max-width: 960px;
  margin: 0 auto;
}

.comparison-item {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  text-align: center;
  transition: all var(--transition);
}

.comparison-item:hover {
  border-color: var(--border);
}

.comparison-item.comparison-highlight {
  background: linear-gradient(to bottom, rgba(124, 58, 237, 0.08), var(--bg-card) 60%);
  border-color: rgba(124, 58, 237, 0.35);
}

.comparison-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.comparison-price {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-bright);
  margin-bottom: 0.65rem;
}

.comparison-highlight .comparison-price {
  color: var(--primary-light);
}

.comparison-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.comparison-highlight .comparison-note {
  color: var(--text);
}

/* Family sharing */
.family-sharing {
  padding: 5rem 1.5rem;
  border-top: 1px solid var(--border-light);
}

.family-card {
  max-width: 800px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 3.5rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.family-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 200px;
  background: radial-gradient(ellipse, rgba(124, 58, 237, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.family-card .family-icon {
  width: 56px;
  height: 56px;
  background: rgba(124, 58, 237, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.family-card h2 {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  color: var(--text-bright);
  margin-bottom: 1rem;
}

.family-card p {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}


/* ==========================================================
   16. FAQ
   ========================================================== */
.faq {
  padding: 5rem 1.5rem;
  border-top: 1px solid var(--border-light);
}

.faq h2 {
  text-align: center;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--text-bright);
  margin-bottom: 3rem;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid var(--border-light);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-bright);
  transition: color var(--transition);
}

.faq-question:hover {
  color: var(--primary-light);
}

.faq-question svg {
  flex-shrink: 0;
  transition: transform var(--transition);
  color: var(--text-muted);
  display: inline;
}

.faq-item.open .faq-question svg {
  transform: rotate(45deg);
  color: var(--primary-light);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding-bottom: 1.5rem;
}

.faq-answer p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* details.faq variant (native HTML) */
details.faq {
  border-bottom: 1px solid var(--border-light);
}

details.faq summary {
  padding: 1.5rem 0;
  font-weight: 600;
  font-size: 1rem;
  color: var(--text-bright);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

details.faq summary::-webkit-details-marker { display: none; }

details.faq summary::after {
  content: '+';
  font-size: 1.25rem;
  color: var(--text-muted);
  transition: transform var(--transition);
}

details.faq[open] summary::after {
  transform: rotate(45deg);
  color: var(--primary-light);
}

details.faq > div,
details.faq > p {
  padding-bottom: 1.5rem;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.7;
}


/* ==========================================================
   17. DASHBOARD PREVIEW
   ========================================================== */
.dashboard-preview {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  margin: 0 auto;
  max-width: 1160px;
  position: relative;
  border: 1px solid var(--border-light);
}

/* Browser chrome (macOS traffic lights) */
.dashboard-preview .browser-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #1A1432;
  border-bottom: 1px solid var(--border-light);
}

.browser-chrome .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.browser-chrome .dot-red { background: #ff5f57; }
.browser-chrome .dot-yellow { background: #febc2e; }
.browser-chrome .dot-green { background: #28c840; }

.browser-chrome .url-bar {
  flex: 1;
  margin-left: 12px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  padding: 5px 14px;
  color: var(--text-muted);
  font-size: 0.78rem;
}

/* Preview badge */
.dashboard-preview .preview-badge {
  position: absolute;
  top: 48px;
  right: 16px;
  z-index: 10;
  background: var(--primary);
  color: var(--text-bright);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 12px;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}

/* Dashboard top bar */
.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 1.25rem;
  background: var(--bg-section-alt);
  border-bottom: 1px solid var(--border-light);
}

.dashboard-topbar .topbar-logo {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-bright);
}

.dashboard-topbar .topbar-logo span {
  color: var(--accent);
}

.dashboard-topbar .search-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 0.4rem 0.9rem;
  color: var(--text-muted);
  font-size: 0.82rem;
  min-width: 260px;
}

.dashboard-topbar .search-bar svg {
  display: inline;
}

.dashboard-topbar .topbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.topbar-bell {
  position: relative;
  color: var(--text-muted);
}

.topbar-bell svg {
  display: inline;
}

.topbar-bell .bell-badge {
  position: absolute;
  top: -4px;
  right: -6px;
  background: var(--danger);
  color: var(--text-bright);
  font-size: 0.6rem;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--text-bright);
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dashboard body layout */
.dashboard-body {
  display: flex;
  background: var(--bg-dark);
  min-height: 560px;
}

/* Sidebar */
.dashboard-sidebar {
  width: 220px;
  min-width: 220px;
  background: var(--bg-section-alt);
  border-right: 1px solid var(--border-light);
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
}

.sidebar-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: all 0.15s ease;
}

.sidebar-item svg {
  display: inline;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.sidebar-item:hover {
  background: rgba(124, 58, 237, 0.08);
  color: var(--text);
}

.sidebar-item.active {
  color: var(--primary-light);
  background: rgba(124, 58, 237, 0.1);
  border-right: 3px solid var(--primary);
}

.sidebar-item .badge {
  margin-left: auto;
  background: rgba(124, 58, 237, 0.12);
  color: var(--text-muted);
  font-size: 0.7rem;
  font-weight: 600;
  padding: 1px 7px;
  border-radius: 10px;
}

.sidebar-item.active .badge {
  background: rgba(124, 58, 237, 0.2);
  color: var(--primary-light);
}

.sidebar-divider {
  height: 1px;
  background: var(--border-light);
  margin: 0.75rem 0;
}

/* Dashboard main area */
.dashboard-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

/* Stats bar */
.stats-bar {
  display: flex;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  background: var(--bg-section-alt);
  border-bottom: 1px solid var(--border-light);
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-bright);
}

.stat-label {
  font-size: 0.72rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Dashboard grid */
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  flex: 1;
}

/* Echo cards (dashboard) */
.echo-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 1.25rem;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.echo-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
  border-color: var(--border);
}

.echo-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.echo-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.echo-name {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-bright);
}

.echo-relationship {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.echo-tier-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}

.echo-tier-badge.voice {
  background: rgba(245, 158, 11, 0.12);
  color: var(--accent);
}

.echo-tier-badge.written {
  background: rgba(124, 58, 237, 0.1);
  color: var(--primary-light);
}

.echo-stats {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.echo-progress {
  margin-bottom: 0.5rem;
}

.echo-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.echo-progress-bar {
  height: 5px;
  background: rgba(124, 58, 237, 0.12);
  border-radius: 3px;
  overflow: hidden;
}

.echo-progress-fill {
  height: 100%;
  border-radius: 3px;
  background: var(--primary);
  transition: width 0.4s ease;
}

.echo-progress-fill.complete {
  background: var(--success);
}

.echo-meta {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.echo-meta-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--accent);
  background: rgba(245, 158, 11, 0.1);
  padding: 2px 8px;
  border-radius: 6px;
  margin-bottom: 0.4rem;
  width: fit-content;
}

.echo-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.echo-actions .btn-sm {
  font-size: 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-sm);
}


/* ==========================================================
   18. CHAT MOCKUP
   ========================================================== */
.chat-mockup {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
}

.chat-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.25rem;
  background: var(--bg-section-alt);
  border-bottom: 1px solid var(--border-light);
}

.chat-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.chat-header-info {
  flex: 1;
}

.chat-header-name,
.chat-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-bright);
}

.chat-header-status {
  font-size: 0.75rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
}

.chat-tier-badge {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--accent);
  background: rgba(245, 158, 11, 0.12);
  padding: 2px 8px;
  border-radius: 10px;
}

.online-dot,
.chat-online-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  display: inline-block;
}

.chat-messages {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--bg-dark);
  max-height: 500px;
  overflow-y: auto;
}

.chat-msg {
  max-width: 85%;
  font-size: 0.88rem;
  line-height: 1.55;
}

.chat-msg p {
  color: inherit;
}

.chat-msg-user {
  align-self: flex-end;
  background: var(--primary);
  color: var(--text-bright);
  padding: 0.65rem 1rem;
  border-radius: var(--radius) var(--radius) 4px var(--radius);
}

.chat-msg-echo {
  align-self: flex-start;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  padding: 0.65rem 1rem;
  border-radius: var(--radius) var(--radius) var(--radius) 4px;
  color: var(--text);
}

.chat-citation {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 10px;
  margin-top: 8px;
}

.chat-citation svg {
  display: inline;
  flex-shrink: 0;
}

/* Named variants from index.html */
.chat-citation-green,
.chat-citation.direct {
  background: rgba(16, 185, 129, 0.12);
  color: var(--success);
}

.chat-citation-blue,
.chat-citation.inferred {
  background: rgba(59, 130, 246, 0.12);
  color: var(--info);
}

.chat-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-top: 1px solid var(--border-light);
  background: var(--bg-section-alt);
}

.chat-input input,
.chat-input-field {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.88rem;
  color: var(--text-muted);
  background: transparent;
  font-family: var(--font-sans);
}

.chat-input input::placeholder {
  color: var(--text-muted);
}

.chat-input input:disabled {
  opacity: 0.6;
}

.chat-send-btn,
.chat-input-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.2s ease;
  background: none;
  border: none;
  cursor: pointer;
}

.chat-send-btn:hover,
.chat-input-btn:hover {
  color: var(--primary-light);
}

.chat-input-btn.send {
  background: var(--primary);
  color: var(--text-bright);
}

.chat-input-btn.send:hover {
  background: var(--primary-light);
}

.chat-send-btn svg,
.chat-input-btn svg {
  display: inline;
}


/* ==========================================================
   19. CTA SECTION
   ========================================================== */
.section-cta {
  padding: 5rem 0;
  border-top: 1px solid var(--border-light);
}

.cta-card {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 4rem 3rem;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(245, 158, 11, 0.06) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
}

.cta-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(124, 58, 237, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.cta-card h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--text-bright);
  margin-bottom: 1rem;
  position: relative;
}

.cta-card p {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-card .btn {
  position: relative;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* CTA section variant from dashboard.html */
.cta-section {
  text-align: center;
  padding: 5rem 1.5rem;
  background: linear-gradient(180deg, var(--bg-section-alt), var(--bg-dark));
}

.cta-section h2 {
  color: var(--text-bright);
}

.cta-section p {
  color: var(--text-muted);
}


/* ==========================================================
   20. FOOTER
   ========================================================== */
.footer {
  border-top: 1px solid var(--border-light);
  font-size: 0.85rem;
  color: var(--text-muted);
  background: var(--bg-dark);
}

.footer a {
  color: var(--text-muted);
  transition: color 0.2s ease;
}

.footer a:hover {
  color: var(--primary-light);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem 2rem;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.footer-brand {
  flex: 1;
  min-width: 200px;
}

.footer-brand .nav-logo {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.footer-tagline {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0.25rem;
}

.footer-company {
  font-size: 0.8rem;
  color: var(--text-muted);
  opacity: 0.7;
}

.footer-links {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  list-style: none;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 140px;
}

.footer-col h4,
.footer-col-title {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text);
  margin-bottom: 0.25rem;
}

.footer-col a {
  font-size: 0.84rem;
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  border-top: 1px solid var(--border-light);
  text-align: center;
  font-size: 0.8rem;
}

/* Footer logo variant from pricing */
.footer-logo {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-bright);
}

.footer-logo span {
  color: var(--accent);
}

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

.footer-copy a {
  color: var(--text-muted);
}

.footer-copy a:hover {
  color: var(--primary-light);
}


/* ==========================================================
   21. FEATURE GRID (dashboard.html features section)
   ========================================================== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.feature-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  transition: all var(--transition);
}

.feature-card:hover {
  background: var(--bg-card-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  background: rgba(124, 58, 237, 0.1);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-light);
}

.feature-icon svg {
  display: inline;
}

.feature-card h3 {
  margin-bottom: 0.5rem;
  color: var(--text-bright);
}

.feature-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}


/* ==========================================================
   22. ECHO SHOWCASE (people grid)
   ========================================================== */
.echo-showcase {
  padding: 4rem 0 2rem;
  border-bottom: 1px solid var(--border-light);
}

.showcase-label {
  text-align: center;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.showcase-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.showcase-img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--border);
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.showcase-img:hover {
  border-color: var(--primary-light);
  transform: scale(1.05);
  box-shadow: 0 0 20px var(--glow);
}

.showcase-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}

.showcase-img:hover img {
  filter: grayscale(0%);
}

.showcase-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text);
  text-align: center;
  white-space: nowrap;
}

.showcase-type {
  font-size: 0.65rem;
  color: var(--primary-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.showcase-person {
  cursor: pointer;
  position: relative;
}

.showcase-bubble {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--text);
  z-index: 20;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
  animation: bubbleIn 0.25s ease-out;
}

.showcase-bubble::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: var(--surface);
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
}

.showcase-bubble .bubble-type {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}

.showcase-bubble .bubble-type.voice { color: var(--amber); }
.showcase-bubble .bubble-type.written { color: var(--primary-light); }

.showcase-bubble .bubble-quote {
  font-style: italic;
  color: var(--text-secondary);
}

.showcase-bubble .bubble-waveform {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.6rem;
  padding: 0.4rem 0.6rem;
  background: rgba(245, 158, 11, 0.08);
  border-radius: 8px;
  font-size: 0.7rem;
  color: var(--amber);
}

.showcase-bubble .bubble-waveform svg {
  flex-shrink: 0;
}

.showcase-bubble .bubble-bars {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 16px;
}

.showcase-bubble .bubble-bars span {
  width: 3px;
  background: var(--amber);
  border-radius: 2px;
  animation: waveBar 0.8s ease-in-out infinite alternate;
}

.showcase-bubble .bubble-bars span:nth-child(1) { height: 4px; animation-delay: 0s; }
.showcase-bubble .bubble-bars span:nth-child(2) { height: 10px; animation-delay: 0.1s; }
.showcase-bubble .bubble-bars span:nth-child(3) { height: 6px; animation-delay: 0.2s; }
.showcase-bubble .bubble-bars span:nth-child(4) { height: 14px; animation-delay: 0.15s; }
.showcase-bubble .bubble-bars span:nth-child(5) { height: 8px; animation-delay: 0.25s; }
.showcase-bubble .bubble-bars span:nth-child(6) { height: 12px; animation-delay: 0.05s; }
.showcase-bubble .bubble-bars span:nth-child(7) { height: 5px; animation-delay: 0.3s; }

@keyframes waveBar {
  0% { transform: scaleY(0.4); }
  100% { transform: scaleY(1); }
}

@keyframes bubbleIn {
  from { opacity: 0; transform: translateX(-50%) translateY(4px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

@media (max-width: 1024px) {
  .showcase-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .showcase-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .showcase-name {
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .showcase-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }
  .showcase-person:nth-child(n+7) {
    display: none;
  }
}


/* ==========================================================
   23. ANIMATIONS
   ========================================================== */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes pulse-glow {
  0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }

  .hero-glow,
  .hero-glow-2 {
    animation: none;
  }
}


/* ==========================================================
   23. RESPONSIVE — 1024px
   ========================================================== */
@media (max-width: 1024px) {
  .tier-grid,
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tier-card-featured,
  .pricing-card-featured {
    transform: none;
  }

  .tier-card-featured:hover,
  .pricing-card-featured:hover {
    transform: translateY(-4px);
  }

  .feature-deep,
  .feature-deep-reverse {
    grid-template-columns: 1fr;
  }

  .feature-deep-reverse {
    direction: ltr;
  }

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

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

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

  .steps {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .steps::before {
    display: none;
  }
}


/* ==========================================================
   24. RESPONSIVE — 768px
   ========================================================== */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .hero {
    padding: 5rem 1.5rem 3rem;
  }

  .hero-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
  }

  .section {
    padding: 3.5rem 0;
  }

  .tier-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .trust-items {
    gap: 1.25rem;
  }

  .trust-item {
    font-size: 0.8rem;
  }

  .dashboard-body {
    flex-direction: column;
  }

  .dashboard-sidebar {
    width: 100%;
    min-width: 0;
    flex-direction: row;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid var(--border-light);
    padding: 0.5rem;
  }

  .sidebar-item {
    white-space: nowrap;
    padding: 0.4rem 0.75rem;
    border-right: none !important;
  }

  .sidebar-item.active {
    border-bottom: 2px solid var(--primary);
    border-right: none;
  }

  .sidebar-divider {
    display: none;
  }

  .stats-bar {
    flex-wrap: wrap;
  }

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

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

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

  .footer-inner {
    flex-direction: column;
  }

  .family-card {
    padding: 2.5rem 1.75rem;
  }

  .cta-card {
    padding: 3rem 1.75rem;
  }

  .pricing-hero {
    padding: 5rem 1.5rem 3rem;
  }
}


/* ==========================================================
   25. RESPONSIVE — 480px
   ========================================================== */
@media (max-width: 480px) {
  .hero {
    padding: 4rem 1rem 2rem;
  }

  .section {
    padding: 2.5rem 0;
  }

  .section-inner,
  .container {
    padding: 0 1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 280px;
  }

  .trust-items {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .tier-card,
  .pricing-card {
    padding: 1.75rem 1.25rem;
  }

  .footer-links {
    flex-direction: column;
    gap: 1.5rem;
  }

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

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

  .chat-mockup {
    border-radius: var(--radius);
  }

  .dashboard-topbar .search-bar {
    min-width: 0;
    flex: 1;
  }
}


/* ==========================================================
   26. MOBILE NAV OPEN STATE
   ========================================================== */
@media (max-width: 768px) {
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: rgba(15, 11, 30, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-light);
    padding: 1.5rem;
    gap: 1rem;
    z-index: 99;
  }

  .nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}


/* ==========================================================
   FEATURES PAGE — Extracted from features.html
   ========================================================== */
    /* ===== Features Page Styles ===== */

    :root {
      --amber: #F59E0B;
      --amber-light: #fbbf24;
      --amber-dark: #d97706;
      --violet: #7C3AED;
      --violet-light: #a78bfa;
      --dark-bg: #0F0B1E;
      --dark-surface: #161225;
      --dark-surface-raised: #1e1a2e;
      --dark-border: rgba(255,255,255,0.06);
      --dark-text: rgba(255,255,255,0.85);
      --dark-text-secondary: rgba(255,255,255,0.55);
      --dark-text-muted: rgba(255,255,255,0.35);
      --green: #10b981;
      --blue: #3b82f6;
      --yellow: #F59E0B;
      --red: #ef4444;
    }

    body { overflow-x: hidden; }

    /* ── Page Hero ── */
    .page-hero {
      position: relative;
      padding: 8rem 0 4rem;
      text-align: center;
      overflow: hidden;
    }
    .page-hero-glow {
      position: absolute; top: 40px; left: 50%; transform: translateX(-50%);
      width: 800px; height: 500px;
      background: radial-gradient(ellipse, rgba(245,158,11,0.06) 0%, transparent 70%);
      pointer-events: none;
    }
    .page-hero-glow-2 {
      position: absolute; top: 180px; right: -120px;
      width: 500px; height: 500px;
      background: radial-gradient(ellipse, rgba(124,58,237,0.05) 0%, transparent 70%);
      pointer-events: none;
    }
    .page-hero .section-tag { margin-bottom: 0.75rem; }
    .page-hero-title {
      font-family: var(--font-serif);
      font-size: clamp(2rem, 5vw, 3.25rem);
      font-weight: 700;
      line-height: 1.15;
      letter-spacing: -0.5px;
      margin-bottom: 1rem;
    }
    .text-gradient {
      background: linear-gradient(135deg, #F59E0B 0%, #7C3AED 50%, #ec4899 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .page-hero-subtitle {
      font-size: 1.1rem;
      color: var(--text-secondary);
      max-width: 640px;
      margin: 0 auto;
      line-height: 1.7;
    }

    /* ── Section Helpers ── */
    .section-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
    .section-header { text-align: center; max-width: 640px; margin: 0 auto 3.5rem; }
    .section-tag {
      display: block; font-family: var(--font-sans);
      font-size: 0.8rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.12em;
      color: var(--primary); margin-bottom: 0.75rem;
    }
    .section-title {
      font-family: var(--font-serif);
      font-size: clamp(1.5rem, 3.5vw, 2.25rem);
      font-weight: 700; line-height: 1.15;
      letter-spacing: -0.3px; margin-bottom: 1rem;
      color: var(--text);
    }
    .section-desc { font-size: 1.05rem; color: var(--text-secondary); line-height: 1.7; }
    .section-dark { background: var(--dark-bg); color: #fff; }
    .section-dark .section-title { color: #fff; }
    .section-dark .section-desc { color: var(--dark-text-secondary); }
    .section-dark .section-tag { color: var(--amber-light); }

    /* ── Feature Deep Dives ── */
    .feature-deep {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 4rem; align-items: center;
      padding: 4.5rem 0;
      border-bottom: 1px solid var(--border);
    }
    .feature-deep:last-child { border-bottom: none; }
    .feature-deep-reverse { direction: rtl; }
    .feature-deep-reverse > * { direction: ltr; }

    .feature-deep-tag {
      display: inline-block;
      font-family: var(--font-sans);
      font-size: 0.72rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.12em;
      color: var(--primary); margin-bottom: 0.75rem;
    }
    .feature-deep-text h2 {
      font-family: var(--font-serif);
      font-size: 1.75rem; font-weight: 700;
      letter-spacing: -0.3px; margin-bottom: 1rem;
      color: var(--text);
    }
    .feature-deep-text p {
      font-size: 0.95rem; color: var(--text-secondary);
      line-height: 1.7; margin-bottom: 0.5rem;
    }
    .feature-deep-text p:last-of-type { margin-bottom: 0; }
    .feature-deep-text .callout {
      font-style: italic; color: var(--violet); font-weight: 500;
      margin-top: 1rem; padding-left: 1rem;
      border-left: 3px solid var(--violet-light);
    }

    .feature-list {
      list-style: none; margin-top: 1.5rem;
      display: flex; flex-direction: column; gap: 0.75rem;
    }
    .feature-list li {
      display: flex; align-items: flex-start; gap: 0.75rem;
      font-size: 0.88rem; color: var(--text-secondary);
    }
    .feature-list li svg { flex-shrink: 0; color: var(--primary); margin-top: 2px; }

    /* ── Interview Category Visual ── */
    .interview-progress {
      background: var(--dark-surface);
      border-radius: var(--radius-lg); padding: 1.5rem;
      box-shadow: 0 16px 48px rgba(0,0,0,0.2);
      border: 1px solid var(--dark-border);
    }
    .interview-progress-header {
      font-size: 0.78rem; font-weight: 700;
      color: var(--dark-text-muted); margin-bottom: 1rem;
      text-transform: uppercase; letter-spacing: 0.08em;
    }
    .interview-categories { display: flex; flex-direction: column; gap: 3px; }
    .interview-cat {
      display: flex; align-items: center; gap: 0.65rem;
      padding: 0.4rem 0.75rem;
      background: rgba(255,255,255,0.02);
      border: 1px solid rgba(255,255,255,0.05);
      border-radius: 6px; font-size: 0.72rem;
      color: rgba(255,255,255,0.45);
      transition: all 0.3s;
    }
    .interview-cat .cat-num {
      width: 20px; height: 20px; border-radius: 5px;
      background: rgba(255,255,255,0.06);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.55rem; font-weight: 700; flex-shrink: 0;
    }
    .interview-cat .cat-name { flex: 1; }
    .interview-cat .cat-count {
      font-size: 0.6rem; color: rgba(255,255,255,0.25); font-weight: 600;
    }
    .interview-cat.completed {
      background: rgba(245,158,11,0.08);
      border-color: rgba(245,158,11,0.2);
      color: rgba(255,255,255,0.8);
    }
    .interview-cat.completed .cat-num { background: var(--amber); color: var(--dark-surface); }
    .interview-cat.active {
      background: rgba(124,58,237,0.08);
      border-color: rgba(124,58,237,0.25);
      color: rgba(255,255,255,0.8);
    }
    .interview-cat.active .cat-num { background: var(--violet); color: #fff; }
    .interview-tier-summary {
      margin-top: 1rem; padding-top: 0.75rem;
      border-top: 1px solid var(--dark-border);
      display: flex; gap: 0.5rem; flex-wrap: wrap;
    }
    .tier-tag {
      font-size: 0.6rem; font-weight: 700;
      padding: 3px 8px; border-radius: 100px;
      text-transform: uppercase; letter-spacing: 0.04em;
    }
    .tier-tag-core { background: rgba(245,158,11,0.15); color: var(--amber-light); }
    .tier-tag-extended { background: rgba(124,58,237,0.15); color: var(--violet-light); }
    .tier-tag-deep { background: rgba(236,72,153,0.15); color: #f472b6; }

    /* ── Confidence / ZH Visual ── */
    .confidence-visual {
      background: var(--dark-surface);
      border-radius: var(--radius-lg); padding: 1.5rem;
      box-shadow: 0 16px 48px rgba(0,0,0,0.2);
      border: 1px solid var(--dark-border);
    }
    .confidence-visual-header {
      font-size: 0.78rem; font-weight: 700;
      color: var(--dark-text-muted); margin-bottom: 1rem;
      text-transform: uppercase; letter-spacing: 0.08em;
    }
    .confidence-example {
      padding: 1rem;
      background: rgba(255,255,255,0.025);
      border: 1px solid rgba(255,255,255,0.05);
      border-radius: var(--radius); margin-bottom: 0.6rem;
    }
    .confidence-example:last-child { margin-bottom: 0; }
    .confidence-example-text {
      font-size: 0.8rem; color: rgba(255,255,255,0.65);
      line-height: 1.6; margin-bottom: 0.6rem; font-style: italic;
    }
    .confidence-example-bar { display: flex; align-items: center; gap: 0.6rem; }
    .confidence-bar-track {
      flex: 1; height: 5px; background: rgba(255,255,255,0.06);
      border-radius: 3px; overflow: hidden;
    }
    .confidence-bar-fill { height: 100%; border-radius: 3px; }
    .confidence-bar-fill-green { background: var(--green); }
    .confidence-bar-fill-blue { background: var(--blue); }
    .confidence-bar-fill-yellow { background: var(--yellow); }
    .confidence-bar-fill-red { background: var(--red); }
    .confidence-bar-label {
      font-size: 0.6rem; font-weight: 700;
      color: rgba(255,255,255,0.4); min-width: 30px; text-align: right;
    }
    .confidence-source { font-size: 0.6rem; color: rgba(255,255,255,0.3); margin-top: 0.35rem; }
    .confidence-badge-label {
      display: inline-flex; align-items: center; gap: 5px;
      font-size: 0.65rem; font-weight: 700;
      padding: 2px 8px; border-radius: 100px;
    }
    .confidence-badge-label.green { background: rgba(16,185,129,0.15); color: #34d399; }
    .confidence-badge-label.blue { background: rgba(59,130,246,0.15); color: #60a5fa; }
    .confidence-badge-label.yellow { background: rgba(245,158,11,0.15); color: #fbbf24; }
    .confidence-badge-label.red { background: rgba(239,68,68,0.15); color: #f87171; }

    .confidence-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem;
    }
    .confidence-badge-card {
      display: flex; align-items: center; gap: 0.75rem;
      padding: 1rem; border-radius: var(--radius);
      background: var(--surface); border: 1px solid var(--border);
      box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    }
    .confidence-dot {
      width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0;
    }
    .confidence-dot-green { background: var(--green); }
    .confidence-dot-blue { background: var(--blue); }
    .confidence-dot-yellow { background: var(--yellow); }
    .confidence-dot-red { background: var(--red); }
    .confidence-info { flex: 1; }
    .confidence-label { font-size: 0.8rem; font-weight: 700; color: var(--text); display: block; }
    .confidence-range { font-size: 0.68rem; color: var(--text-muted); font-weight: 500; }

    /* ── Waveform / Voice Visual ── */
    .waveform-visual {
      background: var(--dark-surface);
      border-radius: var(--radius-lg); padding: 1.5rem;
      box-shadow: 0 16px 48px rgba(0,0,0,0.2);
      border: 1px solid var(--dark-border);
    }
    .waveform-header {
      font-size: 0.78rem; font-weight: 700;
      color: var(--dark-text-muted); margin-bottom: 1.25rem;
      text-transform: uppercase; letter-spacing: 0.08em;
    }
    .waveform-bars {
      display: flex; align-items: center; justify-content: center;
      gap: 3px; height: 60px; margin-bottom: 1.25rem;
    }
    .waveform-bar {
      width: 3px; border-radius: 2px;
      background: linear-gradient(180deg, var(--amber), var(--violet));
    }
    .voice-quality-levels { display: flex; flex-direction: column; gap: 0.4rem; }
    .voice-level {
      display: flex; align-items: center; gap: 0.75rem;
      padding: 0.55rem 0.75rem;
      background: rgba(255,255,255,0.02);
      border: 1px solid rgba(255,255,255,0.05);
      border-radius: 6px;
    }
    .voice-level-time {
      font-size: 0.72rem; font-weight: 700;
      color: rgba(255,255,255,0.45); min-width: 36px;
    }
    .voice-level-bar {
      flex: 1; height: 4px; background: rgba(255,255,255,0.06);
      border-radius: 3px; overflow: hidden;
    }
    .voice-level-fill {
      height: 100%; border-radius: 3px;
      background: linear-gradient(90deg, var(--amber), var(--violet));
    }
    .voice-level-label {
      font-size: 0.65rem; color: rgba(255,255,255,0.35);
      min-width: 90px; text-align: right;
    }
    .voice-level.recommended {
      border-color: rgba(245,158,11,0.25);
      background: rgba(245,158,11,0.06);
    }
    .voice-level.recommended .voice-level-time { color: var(--amber-light); }
    .voice-level.recommended .voice-level-label { color: var(--amber-light); }

    /* ── Contributor Visual ── */
    .contributor-visual {
      background: var(--dark-surface);
      border-radius: var(--radius-lg); padding: 1.5rem;
      box-shadow: 0 16px 48px rgba(0,0,0,0.2);
      border: 1px solid var(--dark-border);
    }
    .contributor-header {
      font-size: 0.78rem; font-weight: 700;
      color: var(--dark-text-muted); margin-bottom: 1.25rem;
      text-transform: uppercase; letter-spacing: 0.08em;
    }
    .contributor-center {
      display: flex; flex-direction: column; align-items: center; margin-bottom: 1rem;
    }
    .contributor-echo {
      width: 56px; height: 56px; border-radius: 50%;
      background: linear-gradient(135deg, var(--amber), var(--violet));
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 0.4rem;
      box-shadow: 0 4px 16px rgba(245,158,11,0.3);
    }
    .contributor-echo-label {
      font-size: 0.72rem; font-weight: 600; color: rgba(255,255,255,0.6);
    }
    .contributor-line {
      width: 2px; height: 20px;
      background: rgba(255,255,255,0.08); margin: 0.4rem 0;
    }
    .contributor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
    .contributor-card {
      display: flex; align-items: center; gap: 0.6rem;
      padding: 0.6rem 0.75rem;
      background: rgba(255,255,255,0.025);
      border: 1px solid rgba(255,255,255,0.05);
      border-radius: 8px;
    }
    .contributor-avatar {
      width: 32px; height: 32px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.72rem; font-weight: 700; flex-shrink: 0;
    }
    .contributor-name {
      font-size: 0.72rem; font-weight: 700;
      color: rgba(255,255,255,0.75); display: block;
    }
    .contributor-role { font-size: 0.6rem; color: rgba(255,255,255,0.35); }
    .contributor-artifacts {
      margin-top: 0.75rem; padding-top: 0.6rem;
      border-top: 1px solid var(--dark-border);
      display: flex; flex-wrap: wrap; gap: 0.35rem;
    }
    .artifact-tag {
      font-size: 0.6rem; font-weight: 600;
      padding: 3px 8px; border-radius: 100px;
      background: rgba(255,255,255,0.04);
      color: rgba(255,255,255,0.35);
      border: 1px solid rgba(255,255,255,0.06);
    }

    /* ── Living Echo Timeline Visual ── */
    .timeline-visual {
      background: var(--dark-surface);
      border-radius: var(--radius-lg); padding: 1.5rem;
      box-shadow: 0 16px 48px rgba(0,0,0,0.2);
      border: 1px solid var(--dark-border);
    }
    .timeline-visual-header {
      font-size: 0.78rem; font-weight: 700;
      color: var(--dark-text-muted); margin-bottom: 1.25rem;
      text-transform: uppercase; letter-spacing: 0.08em;
    }
    .living-timeline {
      display: flex; flex-direction: column; position: relative;
    }
    .living-timeline::before {
      content: ''; position: absolute;
      left: 17px; top: 18px; bottom: 18px;
      width: 2px; background: rgba(255,255,255,0.06);
    }
    .timeline-item {
      display: flex; align-items: center; gap: 1rem; padding: 0.65rem 0;
      position: relative;
    }
    .timeline-dot {
      width: 36px; height: 36px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; z-index: 1;
    }
    .timeline-content { flex: 1; }
    .timeline-label {
      font-size: 0.78rem; font-weight: 700;
      color: rgba(255,255,255,0.75); display: block;
    }
    .timeline-desc { font-size: 0.65rem; color: rgba(255,255,255,0.35); }
    .timeline-badge-now {
      display: inline-block; font-size: 0.55rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.06em;
      padding: 2px 6px; border-radius: 4px;
      background: rgba(245,158,11,0.15); color: var(--amber-light);
      margin-left: 0.4rem;
    }
    .timeline-badge-future {
      display: inline-block; font-size: 0.55rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.06em;
      padding: 2px 6px; border-radius: 4px;
      background: rgba(124,58,237,0.15); color: var(--violet-light);
      margin-left: 0.4rem;
    }

    /* ── Tier Cards (features page) ── */
    .features-tier-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem; max-width: 960px; margin: 0 auto;
    }
    .features-tier-card {
      background: var(--dark-surface-raised);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: var(--radius-xl);
      padding: 2rem 1.75rem;
      transition: all 0.3s;
      position: relative;
      color: #fff;
    }
    .features-tier-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
    .features-tier-card.featured {
      background: linear-gradient(135deg, #0f0f14, #1a1b2e);
      border-color: rgba(245,158,11,0.3);
    }
    .features-tier-card.coming { opacity: 0.85; }
    .features-tier-card h3 {
      font-family: var(--font-serif);
      font-size: 1.35rem; font-weight: 700;
      letter-spacing: -0.3px; margin-bottom: 0.25rem;
      color: #fff;
    }
    .tier-badge-label {
      display: inline-block;
      font-size: 0.68rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.06em;
      padding: 3px 10px; border-radius: 100px;
      margin-bottom: 0.75rem;
    }
    .tier-badge-popular { background: rgba(245,158,11,0.15); color: var(--amber-light); }
    .tier-badge-coming { background: rgba(124,58,237,0.15); color: var(--violet-light); }
    .features-tier-price {
      display: flex; align-items: baseline; gap: 3px; margin-bottom: 0.5rem;
    }
    .features-tier-price-amount { font-size: 2rem; font-weight: 900; letter-spacing: -1px; color: #fff; }
    .features-tier-price-period { font-size: 0.85rem; color: rgba(255,255,255,0.4); }
    .features-tier-desc {
      font-size: 0.85rem; color: rgba(255,255,255,0.5);
      margin-bottom: 1.25rem; line-height: 1.6;
    }
    .features-tier-card.featured .features-tier-desc { color: rgba(255,255,255,0.6); }
    .features-tier-list {
      list-style: none; display: flex; flex-direction: column; gap: 0.6rem;
    }
    .features-tier-list li {
      display: flex; align-items: flex-start; gap: 0.6rem;
      font-size: 0.82rem; color: rgba(255,255,255,0.65);
    }
    .features-tier-card.featured .features-tier-list li { color: rgba(255,255,255,0.7); }
    .features-tier-card.coming .features-tier-list li { color: rgba(255,255,255,0.5); }
    .features-tier-list li svg { flex-shrink: 0; margin-top: 2px; }

    /* ── Security Grid ── */
    .security-grid {
      display: grid; grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem; max-width: 800px; margin: 0 auto;
    }
    .security-card {
      padding: 2rem; border-radius: var(--radius-lg);
      background: rgba(255,255,255,0.03);
      border: 1px solid var(--dark-border);
      transition: all 0.3s;
    }
    .security-card:hover {
      border-color: rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.05);
    }
    .security-icon {
      width: 44px; height: 44px; border-radius: var(--radius);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 1rem;
    }
    .security-card h4 {
      font-family: var(--font-serif);
      font-size: 1.05rem; font-weight: 700;
      color: #fff; margin-bottom: 0.4rem;
    }
    .security-card p {
      font-size: 0.85rem; color: rgba(255,255,255,0.45); line-height: 1.6;
    }

    /* ── CTA Section ── */
    .section-cta { padding: 3rem 0 5rem; }
    .cta-card {
      background: linear-gradient(135deg, #0f0f14, #1a1b2e);
      border-radius: var(--radius-xl);
      padding: 4.5rem 3rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .cta-card::before {
      content: ''; position: absolute;
      top: -100px; right: -100px;
      width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(245,158,11,0.12) 0%, transparent 70%);
    }
    .cta-card::after {
      content: ''; position: absolute;
      bottom: -100px; left: -100px;
      width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(124,58,237,0.08) 0%, transparent 70%);
    }
    .cta-card h2 {
      font-family: var(--font-serif);
      font-size: clamp(1.5rem, 4vw, 2.25rem);
      font-weight: 700; color: #fff;
      letter-spacing: -0.5px; margin-bottom: 1rem;
      position: relative;
    }
    .cta-card p {
      font-size: 1.05rem; color: rgba(255,255,255,0.55);
      max-width: 520px; margin: 0 auto 2rem;
      position: relative;
    }
    .cta-actions {
      position: relative;
      display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
    }
    .btn-white {
      background: #fff; color: var(--amber-dark);
      box-shadow: 0 4px 16px rgba(0,0,0,0.1);
      font-weight: 700;
    }
    .btn-white:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(0,0,0,0.15); }
    .btn-ghost-light {
      background: transparent; color: rgba(255,255,255,0.7);
      border: 1px solid rgba(255,255,255,0.15);
    }
    .btn-ghost-light:hover { background: rgba(255,255,255,0.08); color: #fff; }

    /* ── Responsive ── */
    @media (max-width: 900px) {
      .feature-deep, .feature-deep-reverse {
        grid-template-columns: 1fr; gap: 2rem; direction: ltr;
      }
      .features-tier-grid { grid-template-columns: 1fr; max-width: 400px; }
      .confidence-grid { grid-template-columns: 1fr; }
      .contributor-grid { grid-template-columns: 1fr; }
      .security-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 640px) {
      .page-hero { padding: 6rem 0 2rem; }
      .cta-card { padding: 2.5rem 1.5rem; }
    }


/* ==========================================================
   PRICING PAGE — Extracted from pricing.html
   ========================================================== */
    /* ===== Billing Toggle ===== */
    .billing-toggle-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin-top: 2rem;
    }

    .billing-label {
      font-size: 0.95rem;
      font-weight: 500;
      color: var(--text-muted);
      transition: color var(--transition);
      cursor: pointer;
      user-select: none;
    }

    .billing-label.active {
      color: var(--text-bright);
      font-weight: 600;
    }

    .billing-label-annual {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .save-badge-toggle {
      display: inline-block;
      background: rgba(16, 185, 129, 0.15);
      color: #10B981;
      font-size: 0.72rem;
      font-weight: 700;
      padding: 2px 8px;
      border-radius: 10px;
      letter-spacing: 0.02em;
    }

    .toggle-track {
      width: 52px;
      height: 28px;
      background: rgba(124, 58, 237, 0.2);
      border: 1px solid var(--border);
      border-radius: 14px;
      position: relative;
      cursor: pointer;
      transition: background var(--transition), border-color var(--transition);
      flex-shrink: 0;
    }

    .toggle-track.annual {
      background: rgba(124, 58, 237, 0.35);
      border-color: var(--primary);
    }

    .toggle-thumb {
      width: 22px;
      height: 22px;
      background: var(--text-bright);
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 3px;
      transition: transform var(--transition);
      box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    }

    .toggle-track.annual .toggle-thumb {
      transform: translateX(24px);
    }

    /* ===== Pricing Cards ===== */
    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      max-width: 1100px;
      margin: 0 auto;
      align-items: start;
    }

    .pricing-card {
      background: var(--bg-card);
      border: 1px solid var(--border-light);
      border-radius: var(--radius-xl);
      padding: 40px 32px;
      position: relative;
      transition: all var(--transition);
    }

    .pricing-card:hover {
      border-color: var(--border);
      transform: translateY(-4px);
      box-shadow: var(--shadow);
    }

    .pricing-card-featured {
      background: linear-gradient(to bottom, rgba(245, 158, 11, 0.06), var(--bg-card) 40%);
      border-color: rgba(245, 158, 11, 0.35);
      transform: scale(1.03);
      box-shadow: var(--shadow-lg), 0 0 60px rgba(245, 158, 11, 0.08);
    }

    .pricing-card-featured:hover {
      border-color: rgba(245, 158, 11, 0.5);
      transform: scale(1.03) translateY(-4px);
    }

    .pricing-card-dimmed {
      opacity: 0.6;
    }

    .pricing-card-dimmed:hover {
      opacity: 0.78;
    }

    .pricing-icon {
      width: 52px;
      height: 52px;
      background: rgba(124, 58, 237, 0.1);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }

    .pricing-card-featured .pricing-icon {
      background: rgba(245, 158, 11, 0.12);
    }

    .pricing-badge {
      display: inline-block;
      padding: 4px 12px;
      border-radius: 20px;
      font-size: 0.72rem;
      font-weight: 700;
      font-family: var(--font-sans);
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 12px;
    }

    .pricing-badge-popular {
      background: rgba(245, 158, 11, 0.15);
      color: var(--accent);
      border: 1px solid rgba(245, 158, 11, 0.3);
    }

    .pricing-badge-soon {
      background: rgba(255,255,255,0.06);
      color: var(--text-muted);
      border: 1px solid rgba(255,255,255,0.1);
    }

    .pricing-card h3 {
      font-size: 1.35rem;
      color: var(--text-bright);
      margin-bottom: 8px;
    }

    .pricing-card .pricing-desc {
      font-size: 0.9rem;
      color: var(--text-muted);
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .pricing-setup {
      font-size: 0.8rem;
      color: var(--text-muted);
      margin-bottom: 4px;
    }

    .pricing-price-wrap {
      display: flex;
      align-items: baseline;
      gap: 6px;
      margin-bottom: 6px;
      min-height: 52px;
    }

    .price-amount {
      font-family: var(--font-serif);
      font-size: 2.6rem;
      font-weight: 700;
      color: var(--text-bright);
      line-height: 1;
    }

    .price-period {
      font-size: 0.88rem;
      color: var(--text-muted);
      font-weight: 500;
    }

    .price-fade {
      transition: opacity 0.3s ease;
    }

    .price-fade.fading {
      opacity: 0;
    }

    .price-annual-detail {
      display: none;
      align-items: center;
      gap: 8px;
      margin-bottom: 4px;
      flex-wrap: wrap;
    }

    .price-annual-detail.visible {
      display: flex;
    }

    .price-strikethrough {
      font-size: 0.85rem;
      color: var(--text-muted);
      text-decoration: line-through;
      opacity: 0.6;
    }

    .save-pill {
      display: inline-block;
      background: rgba(16, 185, 129, 0.15);
      color: #10B981;
      font-size: 0.72rem;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 10px;
      letter-spacing: 0.02em;
    }

    .pricing-features {
      list-style: none;
      margin: 24px 0 28px;
      display: flex;
      flex-direction: column;
      gap: 11px;
    }

    .pricing-features li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 0.88rem;
      color: var(--text);
      line-height: 1.5;
    }

    .pricing-features li svg {
      flex-shrink: 0;
      margin-top: 3px;
    }

    .pricing-card .btn {
      width: 100%;
    }

    .btn-gradient {
      background: linear-gradient(135deg, var(--accent) 0%, #D97706 100%);
      color: #0F0B1E;
      font-weight: 700;
      box-shadow: 0 4px 20px rgba(245, 158, 11, 0.25);
    }

    .btn-gradient:hover {
      background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%);
      color: #0F0B1E;
      transform: translateY(-2px);
      box-shadow: 0 6px 28px rgba(245, 158, 11, 0.35);
    }

    /* ===== Reconstruction Callout ===== */
    .reconstruction {
      padding: 5rem 0;
      background: var(--bg-section-alt);
    }

    .reconstruction-inner {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 1.5rem;
      display: grid;
      grid-template-columns: 1.5fr 1fr;
      gap: 4rem;
      align-items: center;
    }

    .reconstruction-badge {
      display: inline-block;
      font-family: var(--font-sans);
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--accent);
      background: rgba(245, 158, 11, 0.1);
      padding: 0.3rem 0.9rem;
      border-radius: 20px;
      margin-bottom: 1rem;
    }

    .reconstruction-left h2 {
      font-size: clamp(1.5rem, 3.5vw, 2.2rem);
      color: var(--text-bright);
      margin-bottom: 1rem;
    }

    .reconstruction-left .reconstruction-body {
      font-size: 1rem;
      color: var(--text-muted);
      line-height: 1.75;
      margin-bottom: 2rem;
      max-width: 580px;
    }

    .artifact-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-bottom: 1.5rem;
    }

    .artifact-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 14px;
      background: rgba(124, 58, 237, 0.06);
      border: 1px solid var(--border-light);
      border-radius: var(--radius);
      font-size: 0.82rem;
      color: var(--text);
      font-weight: 500;
      transition: border-color var(--transition);
    }

    .artifact-item:hover {
      border-color: var(--border);
    }

    .artifact-item svg {
      flex-shrink: 0;
    }

    .reconstruction-note {
      font-size: 0.82rem;
      color: var(--text-muted);
      line-height: 1.6;
      margin-bottom: 1.5rem;
      opacity: 0.8;
    }

    .reconstruction-visual {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .visual-collage {
      position: relative;
      width: 100%;
      max-width: 340px;
      aspect-ratio: 1;
    }

    .collage-item {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: var(--radius-lg);
      backdrop-filter: blur(8px);
      transition: transform var(--transition);
    }

    .collage-item:hover {
      transform: scale(1.08);
    }

    .collage-item-1 {
      top: 5%;
      left: 10%;
      width: 100px;
      height: 100px;
      background: rgba(124, 58, 237, 0.12);
      border: 1px solid rgba(124, 58, 237, 0.25);
    }

    .collage-item-2 {
      top: 0;
      right: 8%;
      width: 80px;
      height: 80px;
      background: rgba(245, 158, 11, 0.12);
      border: 1px solid rgba(245, 158, 11, 0.25);
    }

    .collage-item-3 {
      top: 35%;
      left: 0;
      width: 90px;
      height: 90px;
      background: rgba(16, 185, 129, 0.1);
      border: 1px solid rgba(16, 185, 129, 0.2);
    }

    .collage-item-4 {
      top: 30%;
      right: 0;
      width: 110px;
      height: 110px;
      background: rgba(124, 58, 237, 0.08);
      border: 1px solid rgba(124, 58, 237, 0.2);
    }

    .collage-item-5 {
      bottom: 10%;
      left: 15%;
      width: 85px;
      height: 85px;
      background: rgba(245, 158, 11, 0.08);
      border: 1px solid rgba(245, 158, 11, 0.2);
    }

    .collage-item-6 {
      bottom: 5%;
      right: 12%;
      width: 95px;
      height: 95px;
      background: rgba(124, 58, 237, 0.1);
      border: 1px solid rgba(124, 58, 237, 0.2);
    }

    .collage-center {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 72px;
      height: 72px;
      background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 40px rgba(124, 58, 237, 0.3), 0 0 40px rgba(245, 158, 11, 0.15);
    }

    /* ===== Gift Banner ===== */
    .gift-banner {
      padding: 4rem 0;
    }

    .gift-card {
      max-width: 760px;
      margin: 0 auto;
      text-align: center;
      padding: 48px 40px;
      background: var(--bg-card);
      border: 1px solid var(--border-light);
      border-radius: var(--radius-xl);
      position: relative;
      overflow: hidden;
    }

    .gift-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 400px;
      height: 200px;
      background: radial-gradient(ellipse, rgba(245, 158, 11, 0.06) 0%, transparent 70%);
      pointer-events: none;
    }

    .gift-card h2 {
      font-size: clamp(1.3rem, 2.5vw, 1.7rem);
      color: var(--text-bright);
      margin-bottom: 12px;
      position: relative;
    }

    .gift-card p {
      font-size: 0.95rem;
      color: var(--text-muted);
      line-height: 1.7;
      max-width: 580px;
      margin: 0 auto 16px;
      position: relative;
    }

    .gift-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--accent);
      transition: color var(--transition), gap var(--transition);
      position: relative;
    }

    .gift-link:hover {
      color: var(--accent-light);
      gap: 10px;
    }

    /* ===== FAQ ===== */
    .faq {
      padding: 5rem 0;
      background: var(--bg-section-alt);
    }

    .faq-inner {
      max-width: 760px;
      margin: 0 auto;
      padding: 0 1.5rem;
    }

    .faq-header {
      text-align: center;
      margin-bottom: 3rem;
    }

    .faq-list {
      display: flex;
      flex-direction: column;
    }

    .faq-item {
      border-bottom: 1px solid var(--border-light);
    }

    .faq-question {
      width: 100%;
      background: none;
      border: none;
      padding: 22px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      cursor: pointer;
      text-align: left;
      font-family: var(--font-sans);
      font-size: 1rem;
      font-weight: 600;
      color: var(--text-bright);
      transition: color var(--transition);
    }

    .faq-question:hover {
      color: var(--accent);
    }

    .faq-icon {
      flex-shrink: 0;
      transition: transform var(--transition), color var(--transition);
      color: var(--text-muted);
    }

    .faq-item[aria-expanded="true"] .faq-icon {
      transform: rotate(45deg);
      color: var(--accent);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.4s ease;
    }

    .faq-item[aria-expanded="true"] .faq-answer {
      max-height: 400px;
      padding-bottom: 22px;
    }

    .faq-answer p {
      font-size: 0.92rem;
      color: var(--text-muted);
      line-height: 1.75;
    }

    /* ===== Final CTA ===== */
    .pricing-final-cta {
      padding: 5rem 0 6rem;
    }

    .pricing-final-cta .cta-card {
      max-width: 720px;
      margin: 0 auto;
      text-align: center;
      padding: 56px 48px;
      background: linear-gradient(135deg, rgba(124, 58, 237, 0.08) 0%, rgba(245, 158, 11, 0.06) 100%);
      border: 1px solid rgba(124, 58, 237, 0.2);
      border-radius: var(--radius-xl);
      position: relative;
      overflow: hidden;
    }

    .pricing-final-cta .cta-card::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(ellipse at center, rgba(124, 58, 237, 0.05) 0%, transparent 60%);
      pointer-events: none;
    }

    .pricing-final-cta .cta-card h2 {
      font-size: clamp(1.4rem, 3vw, 2rem);
      color: var(--text-bright);
      margin-bottom: 12px;
      position: relative;
    }

    .pricing-final-cta .cta-card .cta-sub {
      font-size: 1.05rem;
      color: var(--text-muted);
      margin-bottom: 1.75rem;
      position: relative;
    }

    .pricing-final-cta .cta-note {
      font-size: 0.82rem;
      color: var(--text-muted);
      margin-top: 1rem;
      position: relative;
      opacity: 0.75;
    }

    .pricing-final-cta .btn {
      position: relative;
    }

    /* ===== Responsive ===== */
    @media (max-width: 900px) {
      .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin: 0 auto;
      }

      .pricing-card-featured {
        transform: none;
      }

      .pricing-card-featured:hover {
        transform: translateY(-4px);
      }

      .reconstruction-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
      }

      .reconstruction-visual {
        order: -1;
      }

      .visual-collage {
        max-width: 280px;
        margin: 0 auto;
      }

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

    @media (max-width: 640px) {
      .artifact-grid {
        grid-template-columns: 1fr;
      }

      .gift-card {
        padding: 36px 24px;
      }

      .pricing-final-cta .cta-card {
        padding: 40px 24px;
      }
    }
