/* ===================================================================
   Front Desk by Poppy - Production Landing Page
   Poppy Brand v2: Ivory Pearl, Deep Charcoal, Poppy Purple
   =================================================================== */

:root {
  --ivory: #F6F4EF;
  --charcoal: #1F1F1F;
  --purple: #6B5CFF;
  --violet: #8B7CFF;
  --lilac: #DCD5FF;
  --warm-gray: #F4F4F6;
  --slate: #6B6B6B;
  --light-gray: #E6E6E6;
  --white: #FFFFFF;
  --warm-charcoal: #2E2E2E;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  --fs-display: clamp(2.5rem, 6vw, 4.5rem);
  --fs-h1: clamp(2rem, 5vw, 3.25rem);
  --fs-h2: clamp(1.625rem, 3.5vw, 2.5rem);
  --fs-h3: clamp(1.25rem, 2vw, 1.5rem);
  --fs-lead: clamp(1.0625rem, 1.6vw, 1.25rem);
  --fs-body: 1rem;
  --fs-small: 0.875rem;
  --fs-tiny: 0.75rem;

  --container: 1200px;
  --container-narrow: 880px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-pill: 999px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.5, 1.6, 0.4, 1);
  --dur-fast: 180ms;
  --dur-med: 320ms;
  --dur-slow: 600ms;

  --shadow-sm: 0 1px 2px rgba(31, 31, 31, 0.04), 0 1px 3px rgba(31, 31, 31, 0.04);
  --shadow-md: 0 4px 6px rgba(31, 31, 31, 0.04), 0 10px 20px rgba(31, 31, 31, 0.06);
  --shadow-lg: 0 12px 24px rgba(31, 31, 31, 0.08), 0 24px 48px rgba(31, 31, 31, 0.06);
  --shadow-purple: 0 12px 32px rgba(107, 92, 255, 0.18);
}

*, *::before, *::after { box-sizing: border-box; }
strong, b { font-weight: 600; color: var(--charcoal); }
.bento-card.featured strong,
.compare-hiring strong,
.price-card.featured strong,
.cta-section strong { color: var(--ivory); }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body, h1, h2, h3, h4, p, ul, ol, figure, blockquote { margin: 0; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: none; cursor: pointer; padding: 0; }
a { color: inherit; text-decoration: none; }
ul { padding: 0; list-style: none; }

body {
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--charcoal);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--charcoal);
  text-wrap: balance;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); font-weight: 600; }
h4 { font-size: 1.125rem; font-weight: 500; }

p { color: var(--charcoal); }
.lead { font-size: var(--fs-lead); color: var(--charcoal); line-height: 1.55; }
.small { font-size: var(--fs-small); color: var(--slate); }
.eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: var(--fs-small);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: var(--space-3);
}
.italic { font-family: 'Lora', serif; font-style: italic; font-weight: 500; }

::selection { background: var(--purple); color: var(--white); }

:root { --edge: 3rem; }
@media (min-width: 480px) { :root { --edge: 3.25rem; } }
@media (min-width: 768px) { :root { --edge: 3.5rem; } }
@media (min-width: 1024px) { :root { --edge: 4rem; } }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: max(var(--edge), env(safe-area-inset-left, 0px) + 1.5rem);
  padding-right: max(var(--edge), env(safe-area-inset-right, 0px) + 1.5rem);
}
.container-narrow {
  max-width: var(--container-narrow);
  margin: 0 auto;
  padding-left: max(var(--edge), env(safe-area-inset-left, 0px) + 1.5rem);
  padding-right: max(var(--edge), env(safe-area-inset-right, 0px) + 1.5rem);
}

.section { padding: var(--space-20) 0; }
.section-tight { padding: var(--space-16) 0; }
.section-hero { padding: var(--space-24) 0 var(--space-20); }
@media (max-width: 767px) {
  .section, .section-hero { padding: var(--space-16) 0; }
  .section-tight { padding: var(--space-12) 0; }
}

.section-header { max-width: 720px; margin-bottom: var(--space-12); }
.section-header.center { margin-left: auto; margin-right: auto; text-align: center; max-width: 640px; }
.section-header p { color: var(--slate); margin-top: var(--space-3); }
.section-header.center p { max-width: 520px; margin-left: auto; margin-right: auto; }

/* LOGO */
.logo {
  display: inline-flex;
  align-items: baseline;
  gap: 0.32rem;
  text-decoration: none;
  color: var(--charcoal);
  line-height: 1;
}
.logo-front {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: var(--charcoal);
}
.logo-desk {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: var(--charcoal);
}
.logo-byline {
  font-weight: 400;
  font-size: 0.78rem;
  color: var(--purple);
  margin-left: 0.55rem;
  align-self: center;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .logo-byline { font-size: 0.62rem; margin-left: 0.4rem; }
}

/* NAV */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 244, 239, 0.86);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: padding var(--dur-med) var(--ease-out), border-color var(--dur-med) var(--ease-out), background var(--dur-med) var(--ease-out);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
  transition: padding-top var(--dur-med) var(--ease-out), padding-bottom var(--dur-med) var(--ease-out);
}
.nav.scrolled { border-bottom-color: var(--light-gray); background: rgba(246, 244, 239, 0.94); }
.nav.scrolled .nav-inner { padding-top: var(--space-3); padding-bottom: var(--space-3); }
.nav-links { display: flex; align-items: center; gap: var(--space-6); }
.nav-links a {
  font-weight: 500;
  font-size: var(--fs-small);
  color: var(--charcoal);
  transition: color var(--dur-fast) var(--ease-out);
}
.nav-links a:hover { color: var(--purple); }
.nav-links a.btn-primary { color: var(--white); }
.nav-links a.btn-primary:hover { color: var(--white); }
.nav-links a.btn-secondary { color: var(--ivory); }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  position: relative;
}
.menu-toggle span {
  position: absolute;
  width: 22px;
  height: 2px;
  background: var(--charcoal);
  border-radius: 2px;
  transition: transform var(--dur-med) var(--ease-spring), opacity var(--dur-fast) var(--ease-out), top var(--dur-med) var(--ease-spring);
}
.menu-toggle span:nth-child(1) { top: 16px; }
.menu-toggle span:nth-child(2) { top: 21px; }
.menu-toggle span:nth-child(3) { top: 26px; }
.menu-toggle.open span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { top: 21px; transform: rotate(-45deg); }
@media (max-width: 768px) {
  .nav { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .menu-toggle { display: inline-flex; }
  .nav-links {
    position: fixed;
    inset: 64px 0 0 0;
    flex-direction: column;
    align-items: stretch;
    padding: var(--space-8) var(--edge);
    background: var(--ivory);
    z-index: 200;
    box-shadow: inset 0 1px 0 rgba(31, 31, 31, 0.06);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--dur-med) var(--ease-out), transform var(--dur-med) var(--ease-out), visibility var(--dur-med);
    border-top: 1px solid var(--light-gray);
    gap: var(--space-3);
    overflow-y: auto;
  }
  .nav-links.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nav-links.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-links a {
    padding: var(--space-4) 0;
    min-height: 44px;
    font-size: 1.125rem;
    border-bottom: 1px solid var(--light-gray);
    display: flex;
    align-items: center;
  }
  .nav-links a:last-child { border-bottom: none; padding-top: var(--space-6); justify-content: center; }
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: var(--fs-small);
  padding: 0.875rem 1.5rem;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  will-change: transform;
}
.btn-primary { background: var(--purple); color: var(--white); box-shadow: var(--shadow-purple); }
.btn-primary:hover { background: var(--violet); transform: translateY(-1px); box-shadow: 0 16px 36px rgba(107, 92, 255, 0.24); }
.btn-primary:active { transform: translateY(0); }

.btn-secondary { background: var(--charcoal); color: var(--ivory); }
.btn-secondary:hover { background: var(--warm-charcoal); transform: translateY(-1px); }

.btn-ghost { background: transparent; color: var(--charcoal); border: 1.5px solid var(--charcoal); }
.btn-ghost:hover { background: var(--charcoal); color: var(--ivory); }

.btn-link {
  background: transparent;
  color: var(--charcoal);
  font-weight: 500;
  padding: 0.875rem 0.5rem;
  position: relative;
}
.btn-link::after {
  content: '';
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.625rem;
  height: 1.5px;
  background: var(--charcoal);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--dur-med) var(--ease-out);
}
.btn-link:hover::after { transform: scaleX(1); }

.btn-block { width: 100%; }
.btn-lg { padding: 1.0625rem 1.875rem; font-size: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .btn, .btn-primary, .btn-secondary, .btn-ghost { transform: none !important; }
}

/* HERO */
.hero { position: relative; padding: var(--space-24) 0 var(--space-20); overflow: hidden; }
@media (max-width: 768px) { .hero { padding: var(--space-16) 0 var(--space-20); } }

.hero { isolation: isolate; }
.hero > .container { position: relative; z-index: 2; }
.hero-shield {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
    ellipse 60% 50% at 50% 35%,
    rgba(246, 244, 239, 0.55) 0%,
    rgba(246, 244, 239, 0.3) 35%,
    rgba(246, 244, 239, 0) 70%
  );
}
@media (min-width: 1024px) {
  .hero-shield {
    background: radial-gradient(
      ellipse 60% 75% at 28% 50%,
      rgba(246, 244, 239, 0.9) 0%,
      rgba(246, 244, 239, 0.7) 22%,
      rgba(246, 244, 239, 0.3) 50%,
      rgba(246, 244, 239, 0) 75%
    );
  }
}
/* Container content rides above the shield */
.hero > .container { z-index: 3; }


/* HERO MESH GRADIENT - Stripe/Linear-class. 6 floating blurred blobs in Poppy palette. */
.aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  will-change: transform;
}
.blob-1 {
  width: 65vmax; height: 65vmax;
  top: -25%; left: -20%;
  background: radial-gradient(circle, var(--purple) 0%, transparent 60%);
  opacity: 0.55;
  animation: blobDrift 28s ease-in-out infinite;
}
.blob-2 {
  width: 55vmax; height: 55vmax;
  bottom: -20%; right: -10%;
  background: radial-gradient(circle, var(--lilac) 0%, transparent 65%);
  opacity: 0.85;
  animation: blobDrift 22s ease-in-out infinite reverse;
  animation-delay: -7s;
}
.blob-3 {
  width: 50vmax; height: 50vmax;
  top: 5%; right: 15%;
  background: radial-gradient(circle, var(--violet) 0%, transparent 58%);
  opacity: 0.55;
  animation: blobDrift 32s ease-in-out infinite;
  animation-delay: -14s;
}
.blob-4 {
  width: 45vmax; height: 45vmax;
  bottom: 10%; left: 20%;
  background: radial-gradient(circle, var(--purple) 0%, transparent 55%);
  opacity: 0.4;
  animation: blobDrift 26s ease-in-out infinite reverse;
  animation-delay: -3s;
}
.blob-5 {
  width: 42vmax; height: 42vmax;
  top: 35%; left: 35%;
  background: radial-gradient(circle, rgba(255, 232, 215, 0.7) 0%, transparent 60%);
  opacity: 0.55;
  animation: blobDrift 24s ease-in-out infinite;
  animation-delay: -10s;
}
.blob-6 {
  width: 38vmax; height: 38vmax;
  top: -10%; right: 30%;
  background: radial-gradient(circle, var(--lilac) 0%, transparent 62%);
  opacity: 0.7;
  animation: blobDrift 30s ease-in-out infinite reverse;
  animation-delay: -18s;
}
@keyframes blobDrift {
  0%   { transform: translate(0, 0) scale(1) rotate(0deg); }
  25%  { transform: translate(6%, -8%) scale(1.08) rotate(20deg); }
  50%  { transform: translate(-4%, 6%) scale(0.95) rotate(-12deg); }
  75%  { transform: translate(8%, 4%) scale(1.05) rotate(15deg); }
  100% { transform: translate(0, 0) scale(1) rotate(0deg); }
}
@media (prefers-reduced-motion: reduce) {
  .blob { animation: none !important; }
}
@media (max-width: 767px) {
  /* Make blobs more visible on small viewports - reduce blur, bump opacity */
  .blob { filter: blur(55px); }
  .blob-1 { opacity: 0.75; }
  .blob-2 { opacity: 1; }
  .blob-3 { opacity: 0.7; }
  .blob-4 { opacity: 0.55; }
  .blob-5 { opacity: 0.65; }
  .blob-6 { opacity: 0.85; }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12);
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: 1.1fr 0.9fr; gap: var(--space-16); }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-pill);
  background: var(--lilac);
  color: var(--purple);
  font-weight: 500;
  font-size: var(--fs-small);
  margin-bottom: var(--space-6);
}
.hero-eyebrow svg { width: 16px; height: 16px; stroke-width: 2.25; }

.hero-h1 {
  font-size: var(--fs-display);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin-bottom: var(--space-3);
  text-wrap: balance;
}
.hero-h1-es {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.0625rem, 1.6vw, 1.375rem);
  line-height: 1.4;
  color: var(--slate);
  margin-bottom: var(--space-6);
  max-width: 580px;
  letter-spacing: -0.005em;
  text-wrap: balance;
}
.hero-h1-es .italic { color: var(--purple); }

.hero-sub {
  font-size: var(--fs-lead);
  color: var(--charcoal);
  max-width: 580px;
  margin-bottom: var(--space-8);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4);
  color: var(--slate);
  font-size: var(--fs-small);
}
.hero-trust .check { display: inline-flex; align-items: center; gap: 0.4rem; }
.hero-trust .check svg, .hero-trust .check i { width: 16px; height: 16px; stroke-width: 2.5; color: var(--purple); }
.hero-price {
  margin-top: var(--space-4);
  font-size: 0.9375rem;
  color: var(--slate);
}
.hero-price strong { color: var(--charcoal); font-weight: 600; }

.hero-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  box-shadow: var(--shadow-lg);
  transition: transform 280ms var(--ease-out), box-shadow var(--dur-med) var(--ease-out);
  transform-style: preserve-3d;
  will-change: transform;
}
.hero-card-meta-line { margin-bottom: var(--space-4); }
.hero-card-eyebrow {
  font-size: var(--fs-tiny);
  font-weight: 500;
  color: var(--slate);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero-card-msg.sms-toowner {
  background: var(--lilac);
  border-left: 3px solid var(--purple);
}
@media (min-width: 1024px) { .hero-card:hover { transform: rotate(0deg) translateY(-4px); } }
.hero-card-header {
  display: flex; align-items: center; gap: var(--space-3);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: var(--space-4);
}
.hero-card-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--lilac);
  display: flex; align-items: center; justify-content: center;
  color: var(--purple);
  font-weight: 600;
}
.hero-card-meta { font-size: var(--fs-small); color: var(--slate); }
.hero-card-meta strong { color: var(--charcoal); display: block; font-weight: 500; }
.hero-card-status {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.25rem 0.625rem;
  background: rgba(107, 92, 255, 0.1);
  color: var(--purple);
  border-radius: var(--radius-pill);
  font-size: var(--fs-tiny);
  font-weight: 500;
}
.hero-card-status .dot {
  width: 6px; height: 6px;
  background: var(--purple);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 50% { opacity: 0.3; } }

.hero-card-msg {
  background: var(--warm-gray);
  border-radius: var(--radius-md);
  padding: var(--space-4);
  font-size: var(--fs-small);
  margin-bottom: var(--space-3);
}
.hero-card-msg .label {
  color: var(--purple);
  font-weight: 500;
  font-size: var(--fs-tiny);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.4rem;
  display: block;
}
.hero-card-msg p { line-height: 1.5; color: var(--charcoal); }
.hero-card-msg.outbound { background: var(--purple); color: var(--white); margin-left: var(--space-6); }
.hero-card-msg.outbound .label { color: var(--lilac); }
.hero-card-msg.outbound p { color: var(--white); }

/* IMAGE STRIP / VISUAL DIVIDER */
.visual-strip {
  position: relative;
  margin: 0 auto;
  max-width: var(--container);
  padding: 0 var(--space-6);
}
@media (min-width: 768px) {
  .visual-strip { padding: 0 var(--space-8); }
}
.visual-strip-inner {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  height: 320px;
  background: var(--charcoal);
}
@media (min-width: 768px) {
  .visual-strip-inner { height: 420px; }
}
.visual-strip-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) brightness(0.78);
}
.visual-strip-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(31, 31, 31, 0.55) 0%, rgba(31, 31, 31, 0.15) 50%, rgba(107, 92, 255, 0.45) 100%);
}
.visual-strip-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--space-8) var(--space-8);
  color: var(--ivory);
  max-width: 720px;
}
@media (min-width: 768px) {
  .visual-strip-content { padding: var(--space-12); }
}
.visual-strip-content .quote {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.25;
  color: var(--ivory);
  margin-bottom: var(--space-4);
  letter-spacing: -0.01em;
}
.visual-strip-content .attribution {
  font-size: var(--fs-small);
  color: var(--lilac);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* HERO PHOTO ENHANCEMENT */
.hero-photo {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--ivory);
  display: none;
}
@media (min-width: 1024px) {
  .hero-photo { display: block; }
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo-caption {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.65rem;
  color: var(--ivory);
  background: linear-gradient(0deg, rgba(31,31,31,0.65) 0%, transparent 100%);
  padding: 16px 4px 8px;
  font-weight: 500;
}

/* TRUST STRIP */
/* TRUST BAR — industry verticals with icons.
   Handles both .trust-item (new markup) and .trust-logo (legacy class
   still injected by the ?ref=yw JS variant on line ~837 of index.html).
   The eyebrow uses uppercase letter-spaced styling per brand. */
.trust-strip {
  background: var(--ivory);
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  padding: 32px 0;
}
.trust-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px 36px;
}
.trust-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: var(--slate);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.trust-item,
.trust-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--charcoal);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.trust-item svg {
  width: 20px;
  height: 20px;
  color: var(--purple);
  stroke: var(--purple);
  stroke-width: 2;
  flex-shrink: 0;
}
.trust-logo small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: var(--slate);
  letter-spacing: 0;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .trust-grid {
    gap: 12px 22px;
    justify-content: center;
  }
  .trust-item,
  .trust-logo { font-size: 14px; }
  .trust-item svg { width: 17px; height: 17px; }
  .trust-eyebrow { width: 100%; text-align: center; }
}
@media (min-width: 1024px) {
  .trust-grid { gap: 14px 44px; }
}

/* PAIN */
.pain-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-6); }
@media (min-width: 768px) { .pain-grid { grid-template-columns: repeat(3, 1fr); } }

.pain-card {
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  position: relative;
  overflow: hidden;
  transition: transform var(--dur-med) var(--ease-out), box-shadow var(--dur-med) var(--ease-out), border-color var(--dur-med) var(--ease-out);
}
.pain-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--lilac); }
.pain-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  border: 1.5px solid var(--lilac);
  border-radius: 50%;
  margin-bottom: var(--space-6);
  background: transparent;
  color: var(--purple);
  position: relative;
}
.pain-card-icon::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px dashed rgba(107, 92, 255, 0.25);
}
.pain-card-icon svg, .pain-card-icon i { width: 26px; height: 26px; stroke-width: 1.75; color: var(--purple); }
.pain-card-stat { font-size: 2rem; font-weight: 600; letter-spacing: -0.02em; color: var(--charcoal); margin-bottom: var(--space-2); line-height: 1.1; }
.pain-card-stat .small { font-size: 1rem; color: var(--slate); font-weight: 400; }
.pain-card h3 { margin-bottom: var(--space-3); font-size: 1.125rem; }
.pain-card p { color: var(--slate); font-size: 0.9375rem; line-height: 1.55; }

/* MOBILE editorial treatment: title in purple, icon as oversized bottom-right cutoff bleed */
@media (max-width: 767px) {
  .pain-card {
    padding: 2rem !important;
    padding-bottom: 3rem !important;
    overflow: hidden;
    position: relative;
  }
  .pain-card-icon {
    width: auto !important;
    height: auto !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    position: absolute !important;
    bottom: -32px !important;
    right: -32px !important;
    z-index: 0;
    pointer-events: none;
  }
  .pain-card-icon::after { display: none !important; }
  .pain-card-icon svg, .pain-card-icon i {
    width: 140px !important;
    height: 140px !important;
    stroke-width: 1 !important;
    color: var(--purple) !important;
    opacity: 0.14 !important;
  }
  .pain-card > .pain-card-stat,
  .pain-card > h3,
  .pain-card > p {
    position: relative;
    z-index: 1;
  }
  .pain-card h3 {
    color: var(--purple) !important;
    font-size: 1.1875rem;
    letter-spacing: -0.01em;
  }
  .pain-card-stat { font-size: 1.625rem; }
}

/* STEPS */
.steps { display: grid; grid-template-columns: 1fr; gap: var(--space-6); counter-reset: step; }
@media (min-width: 768px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(4, 1fr); gap: var(--space-4); } }
@media (max-width: 767px) {
  .steps {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-inline: calc(var(--edge) * -1);
    padding: 0 var(--edge) var(--space-6);
    gap: var(--space-4);
  }
  .steps::-webkit-scrollbar { display: none; }
  .steps > .step {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }
}

.step {
  position: relative;
  padding: var(--space-6);
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-lg);
  counter-increment: step;
}
.step::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--purple);
  margin-bottom: var(--space-3);
}
.step h3 { font-size: 1.125rem; margin-bottom: var(--space-2); }
.step p { color: var(--slate); font-size: 0.9375rem; }

/* PROOF */
#proof { position: relative; isolation: isolate; overflow: hidden; }
#proof > .container { position: relative; z-index: 1; }
.proof-trunk {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
  display: block;
}
@media (max-width: 767px) { .proof-trunk { opacity: 0.25; } }
@media (prefers-reduced-motion: reduce) { .proof-trunk { display: none; } }

.proof-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-6); }
@media (min-width: 1024px) { .proof-grid { grid-template-columns: 1.3fr 1fr 1fr; } }
@media (max-width: 767px) {
  .proof-grid { gap: var(--space-3); }
}

.proof-card {
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  position: relative;
}
.proof-card.featured { background: var(--charcoal); color: var(--ivory); border-color: var(--charcoal); }
.proof-card.featured h3 { color: var(--ivory); }
.proof-card.featured p { color: rgba(246, 244, 239, 0.75); }
.proof-card.featured .label { color: var(--lilac); }

.proof-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: var(--fs-tiny);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--purple);
  margin-bottom: var(--space-4);
}

.proof-toggle {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-pill);
  padding: 4px;
  margin-bottom: var(--space-4);
}
.proof-toggle button {
  padding: 0.7rem 1.1rem;
  min-height: 44px;
  border-radius: var(--radius-pill);
  font-size: var(--fs-small);
  font-weight: 500;
  color: rgba(246, 244, 239, 0.7);
  transition: background var(--dur-fast), color var(--dur-fast);
}
.proof-toggle button.active { background: var(--purple); color: var(--white); }

.proof-player {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-4);
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-4);
}
.proof-play-btn {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--purple);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.proof-play-btn svg, .proof-play-btn i { width: 18px; height: 18px; color: var(--white); }
.proof-waveform { flex: 1; display: flex; align-items: center; gap: 2px; height: 28px; }
.proof-waveform .bar { flex: 1; background: var(--lilac); border-radius: 1px; opacity: 0.5; }
.proof-duration { font-size: var(--fs-tiny); color: rgba(246, 244, 239, 0.6); font-variant-numeric: tabular-nums; }

.proof-mock {
  background: var(--ivory);
  border-radius: var(--radius-md);
  padding: var(--space-4);
  font-family: 'SF Mono', Menlo, monospace;
  font-size: 0.8125rem;
  color: var(--charcoal);
  border: 1px solid var(--light-gray);
}
.proof-mock .from { font-weight: 600; color: var(--purple); margin-bottom: 4px; }
.proof-mock .body { line-height: 1.6; }

.proof-card.featured .proof-mock { background: rgba(255, 255, 255, 0.06); color: var(--ivory); border-color: rgba(255, 255, 255, 0.1); }
.proof-card.featured .proof-mock .from { color: var(--lilac); }
.proof-card.featured .proof-mock .body strong { color: var(--lilac); font-weight: 700; }

/* BENTO */
.bento { display: grid; grid-template-columns: 1fr; gap: var(--space-4); }
@media (min-width: 768px) { .bento { grid-template-columns: repeat(6, 1fr); } }
@media (max-width: 767px) {
  .bento { gap: var(--space-3); }
  .bento > .bento-card { grid-column: auto; }
}

.bento-card {
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  position: relative;
  overflow: hidden;
  transition: transform var(--dur-med) var(--ease-out), box-shadow var(--dur-med) var(--ease-out), border-color var(--dur-med) var(--ease-out);
}
.bento-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 200px at var(--mx, 50%) var(--my, 50%), rgba(107, 92, 255, 0.08) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--dur-med) var(--ease-out);
  pointer-events: none;
}
.bento-card:hover { transform: translateY(-3px); border-color: var(--lilac); box-shadow: var(--shadow-md); }
.bento-card:hover::before { opacity: 1; }

.bento-card.span-3 { grid-column: span 1; }
.bento-card.span-2 { grid-column: span 1; }
.bento-card.span-6 { grid-column: span 1; }
.bento-card.span-4 { grid-column: span 1; }
@media (min-width: 768px) {
  .bento-card.span-3 { grid-column: span 3; }
  .bento-card.span-2 { grid-column: span 2; }
  .bento-card.span-6 { grid-column: span 6; }
  .bento-card.span-4 { grid-column: span 4; }
}

/* Hero bento tile - the wedge */
.bento-card.hero-tile {
  background: var(--charcoal);
  color: var(--ivory);
  border-color: var(--charcoal);
  padding: var(--space-12) var(--space-8);
  position: relative;
  overflow: hidden;
}
.bento-card.hero-tile::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 70%;
  height: 180%;
  background: radial-gradient(ellipse, rgba(107, 92, 255, 0.55) 0%, transparent 60%);
  pointer-events: none;
  opacity: 0.85;
}
.bento-card.hero-tile h3 {
  color: var(--ivory);
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  margin-bottom: var(--space-3);
  position: relative;
  z-index: 1;
}
.bento-card.hero-tile p {
  color: rgba(246, 244, 239, 0.78);
  font-size: 1.0625rem;
  line-height: 1.55;
  max-width: 540px;
  position: relative;
  z-index: 1;
}
.bento-card.hero-tile .bento-num {
  color: var(--lilac);
  font-size: 3rem;
  position: relative;
  z-index: 1;
}
.bento-card.hero-tile .bilingual-toggle {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-4);
  font-size: var(--fs-small);
  color: var(--lilac);
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.bento-card.hero-tile .bilingual-toggle .lang {
  padding: 0.3rem 0.7rem;
  border: 1px solid rgba(220, 213, 255, 0.3);
  border-radius: var(--radius-pill);
}
.bento-card.hero-tile .bilingual-toggle .lang.active {
  background: var(--purple);
  color: var(--white);
  border-color: var(--purple);
}

.bento-icon {
  display: none;
}
.bento-num {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 2.25rem;
  color: var(--purple);
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: var(--space-5);
  display: block;
}
.bento-card h3 { font-size: 1.0625rem; margin-bottom: var(--space-2); position: relative; z-index: 1; }
.bento-card p { color: var(--slate); font-size: 0.9375rem; line-height: 1.55; position: relative; z-index: 1; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-6); }
@media (min-width: 768px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-6); } }
@media (min-width: 1024px) { .pricing-grid.two-tier { grid-template-columns: repeat(2, 1fr); max-width: 880px; margin-left: auto; margin-right: auto; gap: var(--space-8); } }
.price-fineprint { font-size: var(--fs-tiny); color: var(--slate); margin: var(--space-4) 0 var(--space-6); line-height: 1.5; }
.price-card.featured .price-fineprint { color: rgba(246, 244, 239, 0.55); }

/* Pro tier SMS / A2P disclosure block */
.tier-disclosure {
  font-size: var(--fs-tiny);
  line-height: 1.55;
  padding: var(--space-4) var(--space-6);
  border-radius: var(--radius-lg);
  margin: 0 0 var(--space-4);
  background: rgba(107, 92, 255, 0.07);
  border: 1px solid rgba(107, 92, 255, 0.18);
  color: var(--charcoal);
}
.tier-disclosure strong { color: var(--charcoal); font-weight: 600; }
.price-card.featured .tier-disclosure {
  background: rgba(199, 191, 255, 0.10);
  border-color: rgba(199, 191, 255, 0.30);
  color: rgba(246, 244, 239, 0.85);
}
.price-card.featured .tier-disclosure strong { color: var(--ivory); }

/* Custom deflect panel */
.custom-deflect {
  margin-top: var(--space-12);
  padding: var(--space-8);
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-lg);
  display: flex; flex-direction: column;
  gap: var(--space-4);
  align-items: flex-start;
}
.custom-deflect h3 { font-size: 1.125rem; margin-bottom: var(--space-2); }
.custom-deflect p { color: var(--slate); font-size: 0.9375rem; line-height: 1.55; max-width: 640px; }
.custom-deflect .btn-dark {
  background: var(--charcoal); color: var(--ivory); border-color: var(--charcoal);
}
.custom-deflect .btn-dark:hover { background: var(--warm-charcoal); }
@media (min-width: 768px) {
  .custom-deflect { flex-direction: row; align-items: center; justify-content: space-between; gap: var(--space-8); }
  .custom-deflect > div { flex: 1; }
}

.price-card {
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-lg);
  padding: var(--space-8) var(--space-6);
  display: flex; flex-direction: column;
  transition: transform var(--dur-med) var(--ease-out), box-shadow var(--dur-med) var(--ease-out);
  position: relative;
}
.price-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.price-card.featured {
  background: var(--charcoal);
  color: var(--ivory);
  border-color: var(--charcoal);
  box-shadow: var(--shadow-purple), 0 0 0 1px rgba(107, 92, 255, 0.4);
}
@media (min-width: 1024px) {
  .price-card.featured { transform: translateY(-12px); padding-top: var(--space-12); padding-bottom: var(--space-12); }
  .price-card.featured:hover { transform: translateY(-16px); }
}
.price-card.featured h3 { color: var(--ivory); }
.price-card.featured .price-amount { color: var(--ivory); }
.price-card.featured .price-features li { color: rgba(246, 244, 239, 0.85); }
.price-card.featured .price-features li svg, .price-card.featured .price-features li i { color: var(--lilac); }
.price-card.featured .price-tagline { color: rgba(246, 244, 239, 0.65); }

.price-badge {
  position: absolute;
  top: -10px; right: var(--space-6);
  background: var(--purple);
  color: var(--white);
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-pill);
  font-size: var(--fs-tiny);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.price-tier {
  font-size: var(--fs-small);
  font-weight: 500;
  color: var(--purple);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: var(--space-3);
}
.price-card.featured .price-tier { color: var(--lilac); }

.price-amount {
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--charcoal);
  margin-bottom: var(--space-2);
  line-height: 1;
}
.price-amount .price-unit { font-size: 1rem; font-weight: 400; color: var(--slate); margin-left: 0.25rem; }
.price-card.featured .price-amount .price-unit { color: rgba(246, 244, 239, 0.6); }
.price-tagline { font-size: var(--fs-small); color: var(--slate); margin-bottom: var(--space-6); min-height: 2.4em; }
.price-why {
  font-size: 0.875rem;
  color: var(--purple);
  font-weight: 500;
  margin: 0 0 var(--space-3);
  letter-spacing: -0.005em;
  line-height: 1.4;
}
.price-card.featured .price-why { color: var(--lilac); }
.price-features { flex: 1; display: flex; flex-direction: column; gap: var(--space-3); margin-bottom: var(--space-6); }
.price-features li {
  display: flex; align-items: flex-start; gap: var(--space-3);
  font-size: 0.9375rem; color: var(--charcoal); line-height: 1.5;
}
.price-features li svg, .price-features li i {
  width: 18px; height: 18px;
  color: var(--purple);
  stroke-width: 2.5;
  flex-shrink: 0;
  margin-top: 2px;
}
.price-cta { margin-top: auto; }
.price-card.custom { background: var(--lilac); border-color: var(--lilac); }
.price-card.custom .price-amount { font-size: 1.75rem; }
.price-card.custom .price-amount .price-unit { display: none; }

.cancel-anytime {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: var(--space-3);
  font-size: var(--fs-tiny);
  color: var(--slate);
}
.cancel-anytime svg, .cancel-anytime i { width: 12px; height: 12px; stroke-width: 2.5; color: var(--purple); }

/* COMPARE */
.text-center { display: flex; flex-direction: column; align-items: center; padding: var(--space-12) 0; }
.compare-toggle {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.9375rem 1.75rem;
  min-height: 52px;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--purple);
  background: rgba(107, 92, 255, 0.08);
  border: 1.5px solid var(--lilac);
  border-radius: var(--radius-pill);
  transition: background var(--dur-med) var(--ease-out), border-color var(--dur-med) var(--ease-out), color var(--dur-med) var(--ease-out), transform var(--dur-fast) var(--ease-out);
  cursor: pointer;
  animation: compare-pulse 2.4s ease-in-out infinite;
}
@keyframes compare-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(107, 92, 255, 0.32); }
  70%  { box-shadow: 0 0 0 14px rgba(107, 92, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(107, 92, 255, 0); }
}
.compare-toggle:hover {
  background: var(--purple);
  color: var(--white);
  border-color: var(--purple);
  transform: translateY(-1px);
  animation: none;
}
.compare-toggle:hover svg, .compare-toggle:hover i { color: var(--white); }
.compare-toggle.open { animation: none; }
@media (prefers-reduced-motion: reduce) { .compare-toggle { animation: none; } }
.compare-label-short { display: none; }
@media (max-width: 480px) {
  .compare-label-full { display: none; }
  .compare-label-short { display: inline; }
}
.compare-toggle svg, .compare-toggle i {
  width: 16px; height: 16px; stroke-width: 2.5;
  transition: transform var(--dur-med) var(--ease-out);
  color: var(--purple);
}
.compare-toggle.open svg, .compare-toggle.open i { transform: rotate(180deg); }

.compare-table {
  display: none;
  margin-top: var(--space-6);
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.compare-table.open { display: block; }
.compare-table table { width: 100%; border-collapse: collapse; }
.compare-table th, .compare-table td {
  padding: var(--space-4);
  text-align: left;
  border-bottom: 1px solid var(--light-gray);
  font-size: 0.9375rem;
  vertical-align: top;
}
.compare-table th { font-weight: 600; background: var(--warm-gray); }
.compare-table td.center, .compare-table th.center { text-align: center; }
.compare-table td svg, .compare-table td i {
  width: 18px; height: 18px; stroke-width: 2.5; color: var(--purple);
  display: inline-block; vertical-align: middle;
}
.compare-table .dash { color: var(--light-gray); }
.compare-table .dash-icon { color: var(--light-gray); opacity: 0.7; }
.compare-table tr:last-child td { border-bottom: none; }

@media (max-width: 768px) {
  .compare-table {
    overflow-x: visible;
    margin-top: var(--space-4);
    border: 1px solid var(--light-gray);
    border-radius: var(--radius-md);
    background: var(--white);
    padding: 0;
  }
  .compare-table table {
    display: block;
    min-width: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .compare-table thead { display: block; }
  .compare-table thead tr {
    display: grid;
    grid-template-columns: 1fr 64px 64px;
    gap: 0.5rem;
    align-items: center;
    padding: 0.875rem 1rem;
    background: var(--charcoal);
    color: var(--ivory);
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .compare-table thead th {
    padding: 0;
    background: transparent;
    color: var(--ivory);
    border: none;
    text-align: left;
    font-weight: 600;
  }
  .compare-table thead th.center { text-align: center; }
  .compare-table tbody { display: block; }
  .compare-table tbody tr {
    display: grid;
    grid-template-columns: 1fr 64px 64px;
    gap: 0.5rem;
    align-items: center;
    padding: 0.875rem 1rem;
    border-bottom: 1px solid var(--light-gray);
  }
  .compare-table tbody tr:last-child { border-bottom: none; }
  .compare-table tbody tr:nth-child(even) { background: rgba(220, 213, 255, 0.12); }
  .compare-table td {
    padding: 0;
    border: none;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  .compare-table td.center {
    text-align: center;
    font-size: 0.875rem;
    color: var(--charcoal);
    font-weight: 500;
  }
  .compare-table td svg, .compare-table td i { width: 18px; height: 18px; }
}

/* COMPARE-TO-HIRING */
.compare-hiring {
  background: var(--charcoal);
  color: var(--ivory);
  border-radius: var(--radius-xl);
  padding: var(--space-12);
  margin-top: var(--space-12);
  position: relative;
  overflow: hidden;
}
.compare-hiring::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at right top, rgba(107, 92, 255, 0.32) 0%, transparent 60%);
  pointer-events: none;
}
.compare-hiring > * { position: relative; z-index: 1; }
.compare-hiring h3 {
  color: var(--ivory);
  font-size: var(--fs-h3);
  margin-bottom: var(--space-3);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.compare-hiring .compare-sub {
  color: rgba(246, 244, 239, 0.7);
  font-size: var(--fs-small);
  margin: 0 auto var(--space-10);
  max-width: 640px;
  text-align: center;
}
.compare-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
  max-width: 880px;
  margin: 0 auto;
}
@media (min-width: 768px) { .compare-cols { grid-template-columns: 1fr 1fr; gap: var(--space-12); } }
.compare-col h4 {
  font-size: var(--fs-small);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lilac);
  margin-bottom: var(--space-4);
}
.compare-col .price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.6rem;
  font-weight: 600;
  color: var(--ivory);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: var(--space-3);
}
.compare-col .price-line .price-amt {
  font-size: clamp(1.625rem, 4.6vw, 2rem);
  white-space: nowrap;
}
.compare-col .price-line .price-suffix {
  font-size: 0.9375rem;
  color: rgba(246, 244, 239, 0.6);
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .compare-col .price-line { gap: 0.35rem 0.5rem; }
  .compare-col .price-line .price-suffix { font-size: 0.875rem; }
}
.compare-col ul { margin-top: var(--space-4); display: flex; flex-direction: column; gap: var(--space-2); }
.compare-col ul li {
  display: flex; align-items: flex-start; gap: var(--space-3);
  font-size: 0.9375rem;
  color: rgba(246, 244, 239, 0.85);
  line-height: 1.5;
}
.compare-col ul li svg, .compare-col ul li i { width: 16px; height: 16px; stroke-width: 2.5; flex-shrink: 0; margin-top: 3px; }
.compare-col.bad ul li svg, .compare-col.bad ul li i { color: #d64545; }
.compare-col.good ul li svg, .compare-col.good ul li i { color: var(--lilac); }
.compare-footnote {
  font-size: var(--fs-tiny);
  color: rgba(246, 244, 239, 0.5);
  margin: var(--space-8) auto 0;
  max-width: 720px;
  text-align: center;
}
@media (max-width: 767px) {
  .compare-hiring h3,
  .compare-hiring .compare-sub,
  .compare-footnote {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* FOUNDING */
.founding-block {
  background: var(--charcoal);
  color: var(--ivory);
  border-radius: var(--radius-xl);
  padding: var(--space-12);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.founding-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(107, 92, 255, 0.4) 0%, transparent 60%);
  opacity: 0.7;
}
.founding-block::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 45%;
  height: 100%;
  background-image: url('assets/trade-1.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  filter: saturate(0.4);
  pointer-events: none;
  mask-image: linear-gradient(270deg, rgba(0,0,0,1) 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(270deg, rgba(0,0,0,1) 0%, transparent 100%);
}
@media (max-width: 768px) { .founding-block::after { display: none; } }
.founding-block > * { position: relative; z-index: 1; }
.founding-eyebrow {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  background: var(--purple);
  color: var(--white);
  border-radius: var(--radius-pill);
  font-weight: 500;
  font-size: var(--fs-small);
  margin-bottom: var(--space-4);
}
.founding-block h2 { color: var(--ivory); margin-bottom: var(--space-4); max-width: 720px; margin-left: auto; margin-right: auto; }
.founding-block p { color: rgba(246, 244, 239, 0.8); max-width: 560px; margin: 0 auto var(--space-8); }
.founding-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
  margin-top: var(--space-8);
  max-width: 480px;
  margin-left: auto; margin-right: auto;
}
@media (min-width: 768px) { .founding-stats { grid-template-columns: repeat(3, 1fr); max-width: 720px; } }
.founding-stat-num { font-size: 2.25rem; font-weight: 600; letter-spacing: -0.02em; color: var(--ivory); line-height: 1; }
.founding-stat-num span { color: var(--lilac); }
.founding-stat-label { font-size: var(--fs-small); color: rgba(246, 244, 239, 0.7); margin-top: var(--space-2); }

/* FAQ */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-4);
  transition: border-color var(--dur-fast), box-shadow var(--dur-med) var(--ease-out);
  box-shadow: 0 1px 2px rgba(31, 31, 31, 0.02);
}
.faq-item:hover {
  border-color: var(--lilac);
  box-shadow: 0 4px 14px rgba(31, 31, 31, 0.05), 0 1px 3px rgba(31, 31, 31, 0.04);
}
.faq-item.open {
  border-color: var(--lilac);
  box-shadow: 0 8px 24px rgba(107, 92, 255, 0.08), 0 2px 4px rgba(31, 31, 31, 0.04);
}
.faq-q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--space-5);
  padding: 1.5rem 2rem;
  min-height: 72px;
  text-align: left;
  font-weight: 500;
  font-size: 1.0625rem;
  color: var(--charcoal);
  letter-spacing: -0.005em;
}
@media (max-width: 480px) {
  .faq-q { padding: 1.25rem 1.5rem; min-height: 64px; font-size: 1rem; }
}
.faq-q svg, .faq-q i {
  width: 22px; height: 22px;
  flex-shrink: 0;
  color: var(--purple);
  transition: transform var(--dur-med) var(--ease-out);
  stroke-width: 2.25;
}
.faq-item.open .faq-q svg, .faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height var(--dur-med) var(--ease-out); }
.faq-a-inner {
  padding: 0 2rem 1.75rem;
  color: var(--slate);
  font-size: 0.9375rem;
  line-height: 1.7;
  max-width: 640px;
}
@media (max-width: 480px) {
  .faq-a-inner { padding: 0 1.5rem 1.5rem; }
}
.faq-item.open .faq-a { max-height: 1000px; }

/* CTA / FORM */
.cta-section { position: relative; padding: var(--space-24) 0; overflow: hidden; }
.cta-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, var(--lilac) 0%, transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(107, 92, 255, 0.25) 0%, transparent 50%),
    var(--ivory);
  z-index: 0;
}
.cta-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-12); align-items: center; position: relative; z-index: 1; }
@media (min-width: 1024px) { .cta-grid { grid-template-columns: 1fr 1fr; gap: var(--space-16); } }

.cta-pitch h2 { font-size: var(--fs-h1); margin-bottom: var(--space-4); }
.cta-pitch .lead { color: var(--charcoal); margin-bottom: var(--space-6); }
.cta-pitch ul { display: flex; flex-direction: column; gap: var(--space-3); }
.cta-pitch ul li {
  display: flex; align-items: flex-start; gap: var(--space-3);
  color: var(--charcoal); font-size: 0.9375rem;
}
.cta-pitch ul li svg, .cta-pitch ul li i { width: 20px; height: 20px; color: var(--purple); stroke-width: 2.5; flex-shrink: 0; margin-top: 2px; }

.signup {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  box-shadow: var(--shadow-lg);
}
.signup h3 { font-size: 1.375rem; margin-bottom: var(--space-2); }
.signup .lead-small { font-size: var(--fs-small); color: var(--slate); margin-bottom: var(--space-6); }

.field { position: relative; margin-bottom: var(--space-4); }
.field input {
  width: 100%;
  padding: 1.0625rem 1rem 0.5rem;
  background: var(--white);
  border: 1.5px solid var(--light-gray);
  border-radius: var(--radius-md);
  font-size: 1rem;
  color: var(--charcoal);
  outline: none;
  transition: border-color var(--dur-fast) var(--ease-out);
}
.field input:focus { border-color: var(--purple); }
.field label {
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: var(--slate);
  font-size: 1rem;
  pointer-events: none;
  transition: transform var(--dur-fast) var(--ease-out), font-size var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
  background: transparent;
}
.field input:focus + label,
.field input:not(:placeholder-shown) + label {
  transform: translateY(-12px);
  font-size: 0.7rem;
  color: var(--purple);
  font-weight: 500;
}
.field.invalid input { border-color: #d64545; }
.field.invalid.shake input { animation: shake 0.32s ease-in-out; }
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-6px); }
  75% { transform: translateX(6px); }
}

.consent {
  display: flex; gap: var(--space-3);
  margin: var(--space-4) 0 var(--space-6);
  font-size: var(--fs-tiny);
  color: var(--slate); line-height: 1.55;
}
.consent input { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--purple); }

/* Mobile responsiveness fix for CTA section: prevent grid track + wide buttons from blowing out viewport */
@media (max-width: 640px) {
  .cta-grid > * { min-width: 0; }
  .btn-block { white-space: normal; line-height: 1.3; }
  .btn-block.btn-lg { padding-left: 1rem; padding-right: 1rem; }
  .signup { padding: var(--space-6); }
}

.signup-success { display: none; text-align: center; padding: var(--space-8) 0; }
.signup-success.show { display: block; }
.signup-success .check-icon {
  width: 56px; height: 56px;
  background: var(--purple);
  color: var(--white);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: var(--space-4);
}
.signup-success h3 { font-size: 1.25rem; margin-bottom: var(--space-2); }
.signup-success p { color: var(--warm-charcoal); font-size: 1rem; line-height: 1.55; }
.signup-success p strong { color: var(--purple); font-weight: 700; }

/* FOOTER */
.footer { background: var(--charcoal); color: var(--ivory); padding: var(--space-16) 0 var(--space-8); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-8); margin-bottom: var(--space-12); }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: var(--space-12); } }
.footer-brand .logo-front, .footer-brand .logo-desk { color: var(--ivory); }
.footer-brand .logo-byline { color: var(--lilac); }
.footer-brand p { color: rgba(246, 244, 239, 0.65); font-size: var(--fs-small); margin-top: var(--space-4); max-width: 320px; line-height: 1.6; }
.footer-col h4 {
  color: var(--ivory);
  font-size: var(--fs-small);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: var(--space-4);
}
.footer-col ul li { margin-bottom: var(--space-2); }
.footer-col a, .footer-col p {
  color: rgba(246, 244, 239, 0.7);
  font-size: var(--fs-small);
  transition: color var(--dur-fast);
  line-height: 1.7;
}
.footer-col a:hover { color: var(--lilac); }

.footer-bottom {
  border-top: 1px solid rgba(246, 244, 239, 0.1);
  padding-top: var(--space-6);
  margin-top: var(--space-10);
  display: flex; flex-direction: column; gap: var(--space-3);
  font-size: var(--fs-tiny);
  color: rgba(246, 244, 239, 0.5);
}
@media (min-width: 768px) {
  .footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; }
}

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out); }
.reveal-stagger.in > *:nth-child(1) { transition-delay: 0ms; opacity: 1; transform: translateY(0); }
.reveal-stagger.in > *:nth-child(2) { transition-delay: 90ms; opacity: 1; transform: translateY(0); }
.reveal-stagger.in > *:nth-child(3) { transition-delay: 180ms; opacity: 1; transform: translateY(0); }
.reveal-stagger.in > *:nth-child(4) { transition-delay: 270ms; opacity: 1; transform: translateY(0); }
.reveal-stagger.in > *:nth-child(5) { transition-delay: 360ms; opacity: 1; transform: translateY(0); }
.reveal-stagger.in > *:nth-child(6) { transition-delay: 450ms; opacity: 1; transform: translateY(0); }

/* IMAGE REVEAL (visual strips): clip-path wipe up + scale settle, cinematic */
.visual-strip .visual-strip-img {
  transform: scale(1.08);
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.4s var(--ease-out), transform 1.8s var(--ease-out);
  will-change: transform, clip-path;
}
.visual-strip.in .visual-strip-img {
  clip-path: inset(0 0 0 0);
  transform: scale(1);
}
.visual-strip-content {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.8s 0.4s var(--ease-out), transform 0.8s 0.4s var(--ease-out);
}
.visual-strip.in .visual-strip-content {
  opacity: 1;
  transform: translateY(0);
}

/* HERO CARD - stagger chat messages on entry */
.hero-card .hero-card-msg {
  opacity: 0;
  transform: translateY(8px);
}
.hero-card.in .hero-card-msg {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out);
}
.hero-card.in .hero-card-msg:nth-of-type(1) { transition-delay: 200ms; }
.hero-card.in .hero-card-msg:nth-of-type(2) { transition-delay: 600ms; }
.hero-card.in .hero-card-msg:nth-of-type(3) { transition-delay: 1100ms; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-stagger > *, .hero-card .hero-card-msg, .visual-strip-content { opacity: 1 !important; transform: none !important; transition: none !important; }
  .visual-strip .visual-strip-img { clip-path: none !important; transform: none !important; }
}

/* UTILITIES */
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.mt-2 { margin-top: var(--space-2); }
.mt-4 { margin-top: var(--space-4); }
.mt-6 { margin-top: var(--space-6); }
.mt-8 { margin-top: var(--space-8); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 1rem;
  background: var(--purple);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: var(--radius-sm);
  z-index: 100;
}
.skip-link:focus { left: 1rem; }

:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 3px;
  border-radius: 4px;
}

@media print {
  .nav, .cta-section, .aurora { display: none; }
  body { background: white; color: black; }
}

/* Legal page styles */
.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: var(--space-16) var(--space-6) var(--space-20);
}
.legal-page h1 { margin-bottom: var(--space-3); }
.legal-page h2 { font-size: 1.375rem; margin: var(--space-12) 0 var(--space-4); padding-top: var(--space-6); border-top: 1px solid var(--light-gray); }
.legal-page h2:first-of-type { border-top: none; padding-top: 0; }
.legal-page h3 { font-size: 1.125rem; margin: var(--space-6) 0 var(--space-3); }
.legal-page p { margin-bottom: var(--space-4); color: var(--charcoal); line-height: 1.65; }
.legal-page ul, .legal-page ol { padding-left: var(--space-6); margin-bottom: var(--space-4); }
.legal-page ul li, .legal-page ol li { list-style: disc; margin-bottom: var(--space-2); color: var(--charcoal); line-height: 1.65; }
.legal-page ol li { list-style: decimal; }
.legal-page .meta { color: var(--slate); font-size: var(--fs-small); margin-bottom: var(--space-8); }
.legal-page address { background: var(--warm-gray); padding: var(--space-6); border-radius: var(--radius-md); font-style: normal; line-height: 1.7; }
.legal-page a { color: var(--purple); text-decoration: underline; }
.legal-page table { width: 100%; border-collapse: collapse; margin-bottom: var(--space-4); }
.legal-page table th, .legal-page table td { padding: var(--space-3); border: 1px solid var(--light-gray); text-align: left; vertical-align: top; font-size: 0.9375rem; }
.legal-page table th { background: var(--warm-gray); font-weight: 600; }
.legal-page strong { color: var(--charcoal); font-weight: 600; }


/* ============================================================
   HERO PHONE MOCKUP + LEAD ALERT
   Replaces the prior flat chat card. Phone frame holds a single
   focused lead-alert notification per the brand hero pattern.
   ============================================================ */

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}
.hero-visual::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(220, 213, 255, 0.55) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

/* Phone chrome */
.phone-mock {
  width: 320px;
  aspect-ratio: 9 / 19.5;
  background: var(--charcoal);
  border: 3px solid rgba(31, 31, 31, 0.9);
  border-radius: 44px;
  padding: 10px;
  box-shadow:
    0 32px 80px rgba(31, 31, 31, 0.18),
    0 12px 24px rgba(31, 31, 31, 0.08);
  position: relative;
  transform: rotate(-3deg);
  z-index: 2;
}
.phone-notch {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 24px;
  background: #000;
  border-radius: 13px;
  z-index: 2;
}
.phone-screen {
  background: linear-gradient(180deg, var(--ivory) 0%, #EBE9E2 100%);
  width: 100%;
  height: 100%;
  border-radius: 34px;
  padding: 38px 12px 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.phone-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--charcoal);
  padding: 0 8px;
}
.phone-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.phone-status .signal {
  display: inline-flex;
  gap: 2px;
  align-items: flex-end;
}
.phone-status .signal i {
  display: block;
  width: 2.5px;
  background: currentColor;
  border-radius: 1px;
}
.phone-status .signal i:nth-child(1) { height: 4px; }
.phone-status .signal i:nth-child(2) { height: 6px; }
.phone-status .signal i:nth-child(3) { height: 8px; }
.phone-status .signal i:nth-child(4) { height: 10px; }
.phone-status .battery {
  display: inline-block;
  width: 20px;
  height: 10px;
  border: 1px solid currentColor;
  border-radius: 2px;
  position: relative;
}
.phone-status .battery::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  right: 5px;
  background: currentColor;
  border-radius: 1px;
}
.alert-banner {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  color: var(--slate);
  padding: 4px 0 6px;
  border-bottom: 1px solid var(--light-gray);
  margin: 0 6px;
  letter-spacing: 0.04em;
}

/* Lead-alert notification card (sits on phone screen) */
.lead-alert {
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(31, 31, 31, 0.10);
  padding: 14px 12px 12px;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}
.la-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.la-dot {
  width: 7px;
  height: 7px;
  background: var(--purple);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(107, 92, 255, 0.18);
  animation: la-pulse 1.8s ease-in-out infinite;
}
@keyframes la-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(107, 92, 255, 0.18); }
  50%      { box-shadow: 0 0 0 6px rgba(107, 92, 255, 0.08); }
}
.la-label {
  font-size: 9px;
  font-weight: 700;
  color: var(--purple);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.la-time {
  margin-left: auto;
  font-size: 9px;
  color: var(--slate);
}
.la-name {
  font-size: 17px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 2px;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.la-phone {
  font-size: 11px;
  color: var(--slate);
  margin-bottom: 10px;
  font-feature-settings: "tnum" 1;
}
.la-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--light-gray);
}
.la-k {
  font-size: 8px;
  color: var(--slate);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2px;
}
.la-v {
  font-size: 10.5px;
  color: var(--charcoal);
  font-weight: 500;
  line-height: 1.3;
}
.la-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  padding: 9px 12px;
  background: var(--purple);
  color: var(--ivory);
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 600;
}
.la-cta svg {
  width: 11px;
  height: 11px;
  stroke-width: 2;
}

/* Mobile: phone un-rotates so it stacks cleanly under the hero copy */
@media (max-width: 768px) {
  .phone-mock { transform: rotate(0deg); }
  .hero-visual { min-height: 540px; }
}
@media (max-width: 400px) {
  .phone-mock { width: 280px; }
}
@media (prefers-reduced-motion: reduce) {
  .la-dot { animation: none; }
}


/* ============================================================
   AUDIO PLAYER + TRANSCRIPT — sample demo call card
   Replaces the prior chat-mockup card. Native <audio controls>
   element wrapped in a brand-styled container with caption and
   collapsible transcript fallback.
   ============================================================ */

.audio-player {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  margin-bottom: var(--space-4);
}
.audio-player audio {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 44px;
  outline: none;
}
.audio-player audio::-webkit-media-controls-panel {
  background-color: var(--white);
  border-radius: var(--radius-md);
}
.audio-player .audio-caption {
  margin: var(--space-3) 0 0;
  font-size: var(--fs-tiny);
  color: var(--charcoal);
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 500;
}
/* Specificity override: .proof-card.featured p has rgba(246,244,239,0.75)
   which would otherwise win on the dark featured card. */
.proof-card.featured .audio-player .audio-caption { color: var(--charcoal); }
.audio-note {
  margin: var(--space-3) 0 0;
  font-size: var(--fs-tiny);
  line-height: 1.5;
  color: rgba(246, 244, 239, 0.75);
  font-style: italic;
}

.transcript-toggle {
  margin-top: var(--space-3);
}
.transcript-toggle > summary {
  cursor: pointer;
  font-weight: 600;
  font-size: var(--fs-small);
  color: var(--purple);
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  user-select: none;
}
.transcript-toggle > summary::-webkit-details-marker { display: none; }
.transcript-toggle > summary::before {
  content: "+";
  display: inline-block;
  width: 14px;
  text-align: center;
  font-weight: 700;
  transition: transform 150ms var(--ease-out);
}
.transcript-toggle[open] > summary::before {
  content: "\2013";
}
.transcript-toggle > summary:hover {
  color: var(--violet);
}
.transcript-body {
  margin-top: var(--space-3);
  padding-top: var(--space-3);
  border-top: 1px solid var(--light-gray);
  font-size: var(--fs-small);
  line-height: 1.55;
  color: var(--charcoal);
}
.transcript-body p {
  margin: 0 0 var(--space-2);
}
.transcript-body p:last-child {
  margin-bottom: 0;
}
.transcript-body .transcript-note {
  font-size: var(--fs-tiny);
  color: var(--slate);
  font-style: italic;
  margin-bottom: var(--space-3);
}
.transcript-body strong {
  color: var(--purple);
  font-weight: 600;
  margin-right: 4px;
}

@media (max-width: 640px) {
  .audio-player { padding: var(--space-3); }
  .transcript-body { font-size: var(--fs-tiny); }
}
