:root {
  --bg: #0a0f1a;
  --bg-soft: #111827;
  --panel: rgba(17, 24, 39, 0.72);
  --panel-strong: #0f172a;
  --line: rgba(148, 163, 184, 0.18);
  --text: #f8fafc;
  --muted: #94a3b8;
  --blue: #3b82f6;
  --blue-soft: rgba(59, 130, 246, 0.14);
  --white: #ffffff;
  --violet: #8b5cf6;
  --shadow: 0 24px 80px rgba(2, 6, 23, 0.45);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.22), transparent 32%),
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent 28%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; }

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(10, 15, 26, 0.72);
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
}

.brand, .nav-links, .hero-actions, .hero-proof, .score-row, .mini-grid, .tag-row, .footer-links, .logo-strip, .credibility-strip {
  display: flex;
  align-items: center;
}

.brand { gap: .85rem; font-weight: 700; align-items: center; }
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), #60a5fa);
  color: var(--white);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.35);
  flex-shrink: 0;
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  gap: .15rem;
}
.brand-name {
  font-size: .95rem;
  font-weight: 600;
  color: #e2e8f0;
  letter-spacing: -0.01em;
}
.brand-tagline {
  font-size: .68rem;
  color: #64748b;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav-links { gap: 1.25rem; color: var(--muted); font-size: .95rem; }
.nav-links a:hover, .footer-links a:hover, .text-link:hover { color: var(--white); }
.sign-in-link {
  color: var(--muted);
  font-size: .9rem;
  font-weight: 500;
  margin-right: .5rem;
  transition: color .15s ease;
}
.sign-in-link:hover { color: var(--white); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .95rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), #2563eb);
  color: var(--white);
  font-weight: 700;
  border: 1px solid rgba(96, 165, 250, 0.45);
  box-shadow: 0 18px 50px rgba(37, 99, 235, 0.35);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-1px); box-shadow: 0 20px 60px rgba(37, 99, 235, 0.45); }
.button-secondary, .button-ghost {
  background: rgba(15, 23, 42, 0.65);
  border-color: rgba(148, 163, 184, 0.18);
  box-shadow: none;
}
.button-small { padding: .7rem 1rem; font-size: .95rem; }
.button-block { width: 100%; }
.text-link {
  display: inline-flex;
  margin-top: 1.5rem;
  color: #93c5fd;
  font-weight: 700;
}

.hero {
  padding: 6.5rem 0 4.5rem;
}
.hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.7rem, 8vw, 5rem);
  line-height: .96;
  letter-spacing: -0.05em;
  max-width: 12ch;
}
.hero-text {
  max-width: 43rem;
  color: #cbd5e1;
  font-size: 1.08rem;
  margin: 1.2rem 0 0;
}
.eyebrow {
  margin: 0 0 .9rem;
  color: #93c5fd;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .76rem;
  font-weight: 700;
}
.hero-actions { gap: .9rem; flex-wrap: wrap; margin: 2rem 0 1.4rem; }
.hero-proof, .credibility-strip { gap: 1rem; flex-wrap: wrap; color: var(--muted); font-size: .92rem; }
.hero-proof span, .credibility-strip span {
  padding: .45rem .8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.45);
}

.hero-panel, .trust-panel, .dashboard-card, .feature-card, .trait-card, .step-card, .archetype-card, .audience-card, .price-card, .framework-card, .archetype-card-marketing, .final-cta-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.dashboard-card {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.72));
  padding: 1.4rem;
  box-shadow: var(--shadow);
}
.dashboard-header { display: flex; gap: .45rem; margin-bottom: 1rem; }
.dot { width: .7rem; height: .7rem; border-radius: 50%; background: rgba(148, 163, 184, 0.35); }
.label { margin: 0 0 .3rem; color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.score-row { justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; }
.score { margin: 0; font-size: 2.8rem; font-weight: 800; }
.pill {
  padding: .55rem .8rem;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 700;
  border: 1px solid rgba(96, 165, 250, 0.25);
}
.electric { background: var(--blue-soft); color: #bfdbfe; }
.bar-group { display: grid; gap: .65rem; }
.bar-label { display: flex; justify-content: space-between; color: #dbeafe; font-size: .92rem; }
.bar { height: .62rem; border-radius: 999px; background: rgba(51, 65, 85, 0.65); overflow: hidden; }
.bar span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2563eb, #60a5fa); }
.mini-grid { gap: .8rem; margin-top: 1.2rem; }
.mini-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.03);
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.08);
}
.mini-card p:last-child { margin: 0; font-weight: 600; }

.section { padding: 5rem 0; }
.muted { background: rgba(255, 255, 255, 0.02); }
.section-heading { max-width: 52rem; margin-bottom: 2.3rem; }
.section-heading.narrow { max-width: 42rem; }
.section-heading h2 {
  margin: 0 0 .7rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}
.section-heading p:last-child { margin: 0; color: var(--muted); }

.problem-grid, .traits-grid, .steps-grid, .archetype-grid, .pricing-grid, .split-grid, .framework-grid, .archetype-spotlight-grid {
  display: grid;
  gap: 1rem;
}
.feature-card, .trait-card, .step-card, .archetype-card, .audience-card, .price-card, .framework-card, .archetype-card-marketing {
  background: rgba(15, 23, 42, 0.52);
  padding: 1.4rem;
}
.feature-card h3, .trait-card h3, .step-card h3, .archetype-card h3, .audience-card h2, .price-card h3, .framework-card h3, .archetype-card-marketing h3 { margin: 0 0 .55rem; }
.feature-card p, .trait-card p, .step-card p, .archetype-card p, .audience-card ul, .price-card ul, .price-note, .framework-card p, .archetype-card-marketing p { margin: 0; color: var(--muted); }
.icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--blue-soft);
  margin-bottom: 1rem;
}
.icon svg { width: 1.3rem; height: 1.3rem; fill: #93c5fd; }
.trait-badge, .step-number, .tag-row span, .category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  min-height: 2.2rem;
  padding: 0 .75rem;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #bfdbfe;
  font-weight: 800;
  margin-bottom: .9rem;
}
.trait-card small { display: inline-block; margin-top: .8rem; color: #93c5fd; font-weight: 700; }
.trait-card-highlight {
  background: linear-gradient(180deg, rgba(30, 64, 175, 0.2), rgba(15, 23, 42, 0.8));
  border-color: rgba(96, 165, 250, 0.3);
}
.step-number { font-size: .88rem; }
.tag-row { gap: .45rem; margin-top: 1rem; flex-wrap: wrap; }

.framework-card {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.84), rgba(15, 23, 42, 0.62));
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease;
}
.framework-card:hover {
  transform: translateY(-2px);
  border-color: rgba(139, 92, 246, 0.4);
}
.framework-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.5), transparent);
}
.framework-card:nth-child(2)::before { background: linear-gradient(90deg, transparent, rgba(6, 182, 212, 0.5), transparent); }
.framework-card:nth-child(3)::before { background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.5), transparent); }
.framework-card:nth-child(4)::before { background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.5), transparent); }

.researcher-tag {
  display: inline-flex;
  margin-bottom: .9rem;
  padding: .3rem .6rem;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #c4b5fd;
  border: 1px solid rgba(139, 92, 246, 0.25);
  background: rgba(139, 92, 246, 0.1);
}
.framework-card:nth-child(2) .researcher-tag { color: #67e8f9; border-color: rgba(6, 182, 212, 0.25); background: rgba(6, 182, 212, 0.1); }
.framework-card:nth-child(3) .researcher-tag { color: #fcd34d; border-color: rgba(245, 158, 11, 0.25); background: rgba(245, 158, 11, 0.1); }
.framework-card:nth-child(4) .researcher-tag { color: #6ee7b7; border-color: rgba(16, 185, 129, 0.25); background: rgba(16, 185, 129, 0.1); }

.science-cta {
  margin-top: 2rem;
  display: grid;
  gap: 2rem;
  padding: 2.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.08), rgba(15, 23, 42, 0.72));
  align-items: center;
}
.science-cta h3 {
  font-size: 1.4rem;
  margin: 0 0 .75rem;
  letter-spacing: -0.01em;
}
.science-cta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* Pyramid architecture diagram */
.architecture-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  padding: .5rem;
}
.arch-layer {
  border-radius: 14px;
  padding: 1rem 1.25rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  transition: transform .15s ease;
}
.arch-layer:hover { transform: translateY(-1px); }
.arch-top {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .5rem;
  background: transparent;
  border: 0;
  padding: 0;
  width: 100%;
}
.arch-top span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .65rem .4rem;
  border-radius: 10px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .02em;
}
.arch-top span:nth-child(1) { background: rgba(139, 92, 246, 0.14); color: #c4b5fd; border: 1px solid rgba(139, 92, 246, 0.28); }
.arch-top span:nth-child(2) { background: rgba(6, 182, 212, 0.14); color: #67e8f9; border: 1px solid rgba(6, 182, 212, 0.28); }
.arch-top span:nth-child(3) { background: rgba(245, 158, 11, 0.14); color: #fcd34d; border: 1px solid rgba(245, 158, 11, 0.28); }
.arch-top span:nth-child(4) { background: rgba(16, 185, 129, 0.14); color: #6ee7b7; border: 1px solid rgba(16, 185, 129, 0.28); }

.arch-connector {
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, rgba(148, 163, 184, 0.4), rgba(148, 163, 184, 0.1));
  margin: 0;
}

.arch-mid {
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.18), rgba(59, 130, 246, 0.08));
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #dbeafe;
  font-size: 1rem;
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.15);
  width: 85%;
}
.arch-base {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: #cbd5e1;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.5;
  width: 100%;
}

/* Credibility strip — cleaner layout */
.credibility-strip {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.5rem 0 2rem;
}
.credibility-strip span {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .55rem .95rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.6);
  color: #cbd5e1;
  font-size: .82rem;
  font-weight: 500;
  white-space: nowrap;
}
.credibility-strip span::before {
  content: "✓";
  color: var(--blue);
  font-weight: 700;
}

.archetype-card-marketing {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.56));
  position: relative;
  overflow: hidden;
}
.archetype-card-marketing::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 10rem;
  height: 10rem;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.14), transparent 70%);
}
.category-badge {
  min-height: auto;
  padding: .45rem .8rem;
  font-size: .76rem;
}
.archetype-card-marketing .essence {
  color: #dbeafe;
  margin-bottom: 1rem;
}
.archetype-card-marketing ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: .55rem;
  color: var(--muted);
}

.split-section { padding-top: 2rem; }
.audience-card ul, .price-card ul { padding-left: 1.1rem; display: grid; gap: .55rem; }
.audience-card-dark {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.18), rgba(15, 23, 42, 0.82));
}

.plan {
  margin: 0 0 .7rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #93c5fd;
  font-size: .78rem;
  font-weight: 700;
}
.price-card h3 {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
.price-card h3 span { font-size: 1rem; color: var(--muted); font-weight: 600; }
.price-note { margin: .6rem 0 1rem; }
.price-card-featured {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.2), rgba(15, 23, 42, 0.9));
  border-color: rgba(96, 165, 250, 0.35);
  box-shadow: var(--shadow);
}

.trust-panel {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.62));
  padding: 1.5rem;
  display: grid;
  gap: 1.25rem;
}
.logo-strip { gap: .8rem; flex-wrap: wrap; }
.logo-strip span {
  padding: .8rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #cbd5e1;
  border: 1px solid rgba(148, 163, 184, 0.08);
  min-width: 9rem;
  text-align: center;
}

.final-cta-panel {
  padding: 2rem;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.22), rgba(15, 23, 42, 0.88));
  box-shadow: var(--shadow);
}
.final-cta-panel p:not(.eyebrow) {
  margin: 0;
  color: #cbd5e1;
  max-width: 42rem;
}
.final-cta-panel h2 {
  margin: 0 0 .9rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.faq-list { display: grid; gap: .8rem; }
details {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(15, 23, 42, 0.45);
}
summary { cursor: pointer; font-weight: 600; }
details p { margin: .75rem 0 0; color: var(--muted); }

.site-footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
}
.footer-grid {
  display: grid;
  gap: 1rem;
  color: var(--muted);
}
.footer-brand, .footer-copy { margin: 0; }
.footer-brand { color: var(--white); font-weight: 800; }
.footer-links { gap: 1rem; flex-wrap: wrap; }

@media (min-width: 720px) {
  .hero-grid, .trust-panel, .science-cta { grid-template-columns: 1.1fr .9fr; }
  .problem-grid, .pricing-grid, .split-grid, .archetype-spotlight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .traits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archetype-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .framework-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.2fr 1fr auto; align-items: center; }
}

@media (min-width: 980px) {
  .problem-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .traits-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .traits-grid .trait-card:nth-child(5) { grid-column: span 2; }
  .steps-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .archetype-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .framework-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .archetype-spotlight-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .nav-links { display: none; }
}

@media (max-width: 640px) {
  .hero { padding-top: 5rem; }
  .brand-text { display: none; }
  .button, .button-small { width: 100%; }
  .hero-actions { align-items: stretch; }
  .mini-grid, .score-row { flex-direction: column; align-items: stretch; }
  .credibility-strip span, .hero-proof span { width: 100%; }
}

/* ============================================
   UNIFIED CARD POLISH — match Science section
   ============================================ */

/* All card variants get hover lift + gradient */
.trait-card,
.step-card,
.archetype-card,
.archetype-card-marketing,
.feature-card,
.audience-card,
.price-card {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.84), rgba(15, 23, 42, 0.62));
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.trait-card:hover,
.step-card:hover,
.archetype-card:hover,
.archetype-card-marketing:hover,
.feature-card:hover,
.audience-card:hover {
  transform: translateY(-2px);
  border-color: rgba(59, 130, 246, 0.3);
}

/* Top accent bar — subtle gradient line on all content cards */
.trait-card::before,
.step-card::before,
.archetype-card-marketing::before,
.feature-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.4), transparent);
  opacity: 0;
  transition: opacity .2s ease;
}
.trait-card:hover::before,
.step-card:hover::before,
.archetype-card-marketing:hover::before,
.feature-card:hover::before {
  opacity: 1;
}

/* ----- 7-trait cards with per-trait color identity ----- */
.traits-grid .trait-card:nth-child(1) .trait-badge { background: rgba(239, 68, 68, 0.12); border-color: rgba(239, 68, 68, 0.35); color: #fca5a5; }  /* D - Drive - red */
.traits-grid .trait-card:nth-child(2) .trait-badge { background: rgba(236, 72, 153, 0.12); border-color: rgba(236, 72, 153, 0.35); color: #f9a8d4; }  /* C - Connection - pink */
.traits-grid .trait-card:nth-child(3) .trait-badge { background: rgba(16, 185, 129, 0.12); border-color: rgba(16, 185, 129, 0.35); color: #6ee7b7; }  /* S - Steadiness - emerald */
.traits-grid .trait-card:nth-child(4) .trait-badge { background: rgba(6, 182, 212, 0.12); border-color: rgba(6, 182, 212, 0.35); color: #67e8f9; }  /* P - Precision - cyan */
.traits-grid .trait-card:nth-child(5) .trait-badge { background: rgba(139, 92, 246, 0.12); border-color: rgba(139, 92, 246, 0.35); color: #c4b5fd; }  /* R - Reasoning - violet */
.traits-grid .trait-card:nth-child(6) .trait-badge { background: rgba(245, 158, 11, 0.12); border-color: rgba(245, 158, 11, 0.35); color: #fcd34d; }  /* E - Energy - amber */
.traits-grid .trait-card:nth-child(7) .trait-badge { background: rgba(59, 130, 246, 0.12); border-color: rgba(59, 130, 246, 0.35); color: #93c5fd; }  /* PA - Protocol - blue */

/* Dental-specific trait cards get a subtle glow */
.trait-card-highlight {
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.08), rgba(15, 23, 42, 0.82)) !important;
  border-color: rgba(245, 158, 11, 0.25) !important;
}
.trait-card-highlight::after {
  content: "DENTAL-SPECIFIC";
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: .62rem;
  letter-spacing: .1em;
  font-weight: 700;
  color: #fcd34d;
  padding: .25rem .5rem;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 999px;
}
.trait-card-highlight small { display: none; }

/* ----- Step cards: numbered with gradient badges ----- */
.step-card {
  padding-top: 1.5rem;
}
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(96, 165, 250, 0.1));
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #93c5fd;
  font-weight: 700;
  font-size: .85rem !important;
  letter-spacing: .02em;
  margin-bottom: 1rem;
}

/* ----- Featured archetype cards: category badge + richer layout ----- */
.archetype-card-marketing .category-badge {
  display: inline-flex;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .3rem .65rem;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.3);
  color: #c4b5fd;
  margin-bottom: 1rem;
  min-height: auto;
}
.archetype-card-marketing h3 {
  font-size: 1.35rem;
  letter-spacing: -0.01em;
}
.archetype-card-marketing .essence {
  font-size: .92rem;
  line-height: 1.55;
  color: #cbd5e1;
  margin-bottom: 1.1rem;
}
.archetype-card-marketing ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.archetype-card-marketing ul li {
  position: relative;
  padding-left: 1.35rem;
  font-size: .85rem;
  color: #94a3b8;
  line-height: 1.45;
}
.archetype-card-marketing ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55rem;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: var(--blue);
  opacity: .6;
}

/* ----- Pricing cards: more presence ----- */
.price-card {
  display: flex;
  flex-direction: column;
}
.price-card h3 {
  font-size: 2rem !important;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.price-card h3 span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--muted);
  margin-left: .4rem;
}
.price-note {
  font-size: .85rem !important;
  color: #93c5fd !important;
  margin-bottom: 1.25rem !important;
}
.price-card ul {
  flex: 1;
  margin-bottom: 1.5rem !important;
}
.price-card ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: .5rem;
  font-size: .9rem;
}
.price-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  font-weight: 700;
}

/* Featured price card (practice tier) gets a glow */
.price-card.featured,
.price-card.price-card-featured {
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.12), rgba(15, 23, 42, 0.82)) !important;
  border-color: rgba(59, 130, 246, 0.35) !important;
  box-shadow: 0 20px 60px rgba(59, 130, 246, 0.1);
  position: relative;
}
.price-card.featured::after,
.price-card.price-card-featured::after {
  content: "MOST POPULAR";
  position: absolute;
  top: -.75rem;
  right: 1.25rem;
  font-size: .62rem;
  letter-spacing: .12em;
  font-weight: 700;
  color: #fff;
  padding: .35rem .7rem;
  background: linear-gradient(135deg, var(--blue), #60a5fa);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.35);
}

/* ----- Problem section feature cards: warmer identity ----- */
.problem-grid .feature-card {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.86), rgba(15, 23, 42, 0.62));
}
.problem-grid .feature-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.25);
  margin-bottom: 1rem;
}
.problem-grid .feature-card .icon svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: #93c5fd;
}

/* Section spacing breathing room */
.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
