
/* NAV (shared shell) */
/* Language switcher in nav */

.solutions-wrap,
.resources-wrap {
  position: relative;
  display: inline-flex;
}
.solutions-btn::after,
.resources-btn::after {
  content: "▾";
  font-size: 9px;
  transition: transform 0.15s;
  opacity: 0.7;
}
.solutions-wrap:hover .solutions-btn::after,
.resources-wrap:hover .resources-btn::after {
  transform: rotate(180deg);
}

.vee-badge {
  display: inline-block;
}
@keyframes veeBlink {
  0%,
  86%,
  94%,
  100% {
    transform: scaleY(1);
  }
  90% {
    transform: scaleY(0.08);
  }
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
h2.section-title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.02;
  margin-bottom: 18px;
}
h2.section-title .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
p.section-sub {
  font-size: 17px;
  color: var(--w55);
  max-width: 640px;
  line-height: 1.55;
  margin-bottom: 48px;
}
section {
  padding: 90px 0;
  position: relative;
}

/* HERO */
.cm-hero {
  min-height: 72vh;
  padding: 120px 0 80px;
  display: flex;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(
      ellipse at 50% 40%,
      rgba(124, 58, 237, 0.25) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse at 20% 70%,
      rgba(239, 68, 68, 0.1) 0%,
      transparent 55%
    ),
    #050208;
}
.cm-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}
.cm-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 12px;
  border-radius: 20px;
  background: rgba(124, 58, 237, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(124, 58, 237, 0.3);
  font-size: 11px;
  font-weight: 800;
  color: var(--purple-soft);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.cm-hero-badge {
  overflow: visible;
}
.cm-hero-badge .hero-badge-logo,
.page-head-label .hero-badge-logo {
  width: 48px;
  height: 48px;
  display: inline-block;
  border-radius: 12px;
  margin: -14px 6px -14px -10px;
  animation: veeBadgeIdle 3.8s ease-in-out infinite;
  filter: drop-shadow(0 6px 14px rgba(124, 58, 237, 0.5));
  flex-shrink: 0;
}
.cm-hero h1 {
  font-size: clamp(46px, 6vw, 84px);
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 0.98;
  margin-bottom: 22px;
  color: #fff;
}
.cm-hero h1 .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cm-hero h1 .strike {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}
.cm-hero h1 .strike::after {
  content: "";
  position: absolute;
  left: -3%;
  right: -3%;
  top: 52%;
  height: 5px;
  background: linear-gradient(90deg, #ec4899, #a78bfa);
  border-radius: 3px;
  transform: rotate(-2deg);
}
.cm-hero p.lede {
  font-size: 20px;
  color: var(--w80);
  line-height: 1.5;
  max-width: 640px;
  margin: 0 auto 10px;
}
.cm-hero p.sub {
  font-size: 14px;
  color: var(--w55);
  max-width: 580px;
  margin: 0 auto 38px;
}
.cm-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* Trust strip under hero CTAs — social proof above the fold */
.cm-hero-trust {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.cht-label {
  font-size: 10px;
  font-weight: 800;
  color: var(--w35);
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.cht-logos {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}
.cht-logo {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.3px;
  color: var(--w55);
  font-variant: all-small-caps;
  transition: color 0.2s;
}
.cht-logo:hover {
  color: #fff;
}
.cht-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--w15);
  flex-shrink: 0;
}
.cht-more {
  font-size: 12px;
  font-weight: 700;
  color: var(--w35);
  letter-spacing: 0.4px;
  margin-left: 8px;
}
@media (max-width: 640px) {
  .cm-hero-trust {
    margin-top: 36px;
    gap: 10px;
  }
  .cht-logos {
    gap: 12px;
  }
  .cht-logo {
    font-size: 13px;
  }
}

/* 01 · THE STACK */
/* 01 · Three paths — visually engaging cards */
.cm-paths {
  background: #0a0712;
  border-top: 1px solid var(--w04);
  padding: 90px 0 40px;
}
.paths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
  perspective: 1200px;
}
/* Path card = editorial stack — title · mockup · caption, all on one purple card */
.path-card {
  position: relative;
  padding: 26px 24px 22px;
  border-radius: 24px;
  background:
    radial-gradient(
      ellipse at 0% 0%,
      rgba(139, 92, 246, 0.14) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse at 100% 100%,
      rgba(91, 33, 182, 0.12) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #1a1428 0%, #110b1d 55%, #0c0717 100%);
  border: 1px solid rgba(124, 58, 237, 0.22);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 0 36px var(--path-glow);
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s,
    box-shadow 0.45s;
  isolation: isolate;
}
/* Per-path colors */
.path-diy {
  rotate: -0.8deg;
  --path-c: #c4b5fd;
  --path-c2: #a78bfa;
  --path-glow: rgba(167, 139, 250, 0.14);
}
.path-freelance {
  rotate: 0.4deg;
  --path-c: #a78bfa;
  --path-c2: #7c3aed;
  --path-glow: rgba(124, 58, 237, 0.18);
}
.path-inhouse {
  rotate: 0.8deg;
  --path-c: #7c3aed;
  --path-c2: #5b21b6;
  --path-glow: rgba(91, 33, 182, 0.18);
}
/* Top accent ribbon */
.path-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 3;
  background: linear-gradient(
    90deg,
    transparent,
    var(--path-c) 25%,
    var(--path-c2) 75%,
    transparent
  );
  opacity: 0.55;
  transition:
    opacity 0.3s,
    height 0.3s;
}
.path-card:hover {
  transform: translateY(-6px) rotate(0deg);
  border-color: var(--path-c);
  box-shadow:
    0 28px 62px rgba(0, 0, 0, 0.5),
    0 0 50px var(--path-glow);
}
.path-card:hover::before {
  opacity: 1;
  height: 4px;
}

/* Quote sits above the mockup as the headline */
.path-quote {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.6px;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

/* Caption below mockup — cost + tagline, centered */
.path-caption {
  padding: 2px 2px 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: center;
}

/* Shared mockup shell — looks like a mini app screen */
.path-mockup {
  background: linear-gradient(180deg, #0d0a14 0%, #0b0712 100%);
  border: 1px solid var(--w08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  position: relative;
  /* All three mockups share the same min-height so the cards bottom-align cleanly */
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
.path-mockup .pm-body {
  flex: 1;
}
.path-mockup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--path-c) 50%,
    transparent
  );
  opacity: 0.55;
}
.pm-body {
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* ══════════ PATH 1 · BANK STATEMENT ══════════ */
.bank-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 9px;
  border-bottom: 1px solid var(--w04);
  background: rgba(255, 255, 255, 0.015);
}
.bank-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.1px;
}
.bank-dot {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  box-shadow: 0 2px 6px rgba(251, 191, 36, 0.5);
}
.bank-total {
  font-size: 13px;
  font-weight: 900;
  color: #fca5a5;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.2px;
}
.bank-list {
  padding: 8px 10px;
  gap: 2px;
}
.bk-row {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 7px 6px;
  border-bottom: 1px solid var(--w04);
  font-size: 11px;
}
.bk-row:last-child {
  border-bottom: none;
}
.bk-date {
  color: var(--w35);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.1px;
  font-size: 10px;
}
.bk-name {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bk-amt {
  color: #fca5a5;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  font-size: 11px;
  letter-spacing: -0.2px;
}
.bk-row.ghost {
  opacity: 0.6;
}
.bk-row.ghost .bk-name {
  color: var(--w55);
  font-weight: 600;
  font-style: italic;
}

/* ══════════ PATH 2 · iMessage-STYLE THREAD ══════════ */
.msg-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 10px;
  border-bottom: 1px solid var(--w04);
  background: rgba(255, 255, 255, 0.015);
}
.msg-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f472b6, #ec4899);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(244, 114, 182, 0.45);
  flex-shrink: 0;
}
.msg-contact {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.msg-name {
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.1px;
}
.msg-status {
  font-size: 10px;
  color: var(--w35);
  font-weight: 600;
}

.msg-body {
  padding: 10px 12px 12px;
  gap: 5px;
}
.ml-time {
  font-size: 9.5px;
  color: var(--w35);
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: center;
  padding: 4px 0 2px;
}
.ml-row {
  display: flex;
}
.ml-row.in {
  justify-content: flex-start;
}
.ml-row.out {
  justify-content: flex-end;
}
.ml-bubble {
  display: inline-block;
  max-width: 82%;
  padding: 7px 11px;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 600;
  border-radius: 14px;
}
.ml-row.out .ml-bubble {
  background: linear-gradient(135deg, #60a5fa, #3b82f6);
  color: #fff;
  border-bottom-right-radius: 4px;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.28);
}
.ml-row.in .ml-bubble {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--w08);
  color: #fff;
  border-bottom-left-radius: 4px;
}
/* Typing dots */
.ml-bubble.typing {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 10px 12px;
}
.ml-bubble.typing span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--w55);
  animation: typingDot 1.4s ease-in-out infinite;
}
.ml-bubble.typing span:nth-child(2) {
  animation-delay: 0.18s;
}
.ml-bubble.typing span:nth-child(3) {
  animation-delay: 0.36s;
}
@keyframes typingDot {
  0%,
  80%,
  100% {
    opacity: 0.3;
    transform: scale(0.85);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.ml-wait {
  margin-top: 6px;
  text-align: center;
  font-size: 10.5px;
  font-weight: 800;
  color: var(--path-c);
  letter-spacing: 0.2px;
  padding: 5px 10px;
  background: rgba(244, 114, 182, 0.1);
  border: 1px dashed rgba(244, 114, 182, 0.35);
  border-radius: 100px;
  align-self: center;
}

/* ══════════ PATH 3 · CALENDAR STRIP (2-week workday excerpt) ══════════ */
.cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 11px;
  border-bottom: 1px solid var(--w04);
}
.cal-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cal-title {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.2px;
}
.cal-stat {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--w55);
  letter-spacing: 0.1px;
}
.cal-body {
  padding: 12px 12px 12px;
  gap: 8px;
}

.cal-weekdays-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  color: var(--w35);
  letter-spacing: 0.1px;
  text-align: center;
  padding: 0 1px 2px;
}
.cal-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  gap: 5px;
}
.cal-strip .cal-cell {
  aspect-ratio: auto;
  min-height: 52px;
  padding: 6px 4px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--w08);
  font-variant-numeric: tabular-nums;
}
.cal-cell .cd {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.cal-cell .cst {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
}
/* Status styles — cells now clearly color-coded */
.cal-cell.off {
  background: rgba(251, 146, 60, 0.14);
  border-color: rgba(251, 146, 60, 0.4);
}
.cal-cell.off .cd {
  color: #fdba74;
}
.cal-cell.off .cst {
  color: #fb923c;
}

.cal-cell.notice {
  background: rgba(239, 68, 68, 0.14);
  border-color: rgba(239, 68, 68, 0.4);
}
.cal-cell.notice .cd {
  color: #fca5a5;
}
.cal-cell.notice .cst {
  color: #ef4444;
}

.cal-cell.last {
  background: linear-gradient(
    160deg,
    rgba(239, 68, 68, 0.45),
    rgba(185, 28, 28, 0.55)
  );
  border-color: rgba(239, 68, 68, 0.9);
  box-shadow:
    0 0 0 1px rgba(239, 68, 68, 0.25),
    0 0 18px rgba(239, 68, 68, 0.35);
}
.cal-cell.last .cd {
  color: #fff;
}
.cal-cell.last .cst {
  color: #ffe2e2;
}

.cal-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  margin-top: 4px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.22);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  color: var(--w80);
}
.cal-foot-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #ef4444;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
}
.cal-legend-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 2px 0;
  border-top: 1px solid var(--w04);
  margin-top: 2px;
}
.cal-lg {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9.5px;
  font-weight: 800;
  color: var(--w55);
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.cal-lg .lg {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  display: inline-block;
}
.cal-lg .lg.sick {
  background: rgba(239, 68, 68, 0.5);
  border: 1px solid rgba(239, 68, 68, 0.7);
}
.cal-lg .lg.off {
  background: rgba(251, 146, 60, 0.5);
  border: 1px solid rgba(251, 146, 60, 0.7);
}
.cal-lg .lg.notice {
  background: rgba(239, 68, 68, 0.8);
  border: 1px solid #ef4444;
}

.path-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.path-num {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--w55);
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--w08);
}
.path-tag {
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--path-c);
}
/* Cost = one-line big number + one-line tagline, centered below the mockup with a hairline divider */
.path-cost {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px 0 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: center;
}
.pc-big {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.6px;
  color: #fff;
  font-variant-numeric: tabular-nums;
  line-height: 1.05;
}
.pc-unit {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--path-c);
  letter-spacing: 0.1px;
  opacity: 0.9;
}

.paths-bridge {
  margin: 64px auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.bridge-arrow {
  font-size: 32px;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: bridgeBounce 1.8s ease-in-out infinite;
}
@keyframes bridgeBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
.bridge-copy {
  font-size: 14px;
  font-weight: 700;
  color: var(--w80);
  font-style: italic;
}
@media (max-width: 900px) {
  .paths-grid {
    grid-template-columns: 1fr;
  }
  .path-card {
    rotate: 0deg;
  }
}

/* 02 · VEDIO IS */
.cm-identity {
  background: var(--dark);
}
.id-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
.id-side {
  padding: 28px 28px 32px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 900px) {
  .id-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══ Dramatic heading treatment ═══ */
.id-heading {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.is-not-h {
  color: var(--w55);
}
.is-not-h .id-h-accent {
  color: rgba(239, 68, 68, 0.9);
}
.is-h {
  color: #fff;
}
.is-h .id-h-accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ═══ Structured item cards — single column within each side ═══ */
.id-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.id-item {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px 14px 12px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--w08);
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.id-item:hover {
  transform: translateY(-1px);
}
.id-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
}
.id-mark.x {
  color: #fca5a5;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.32);
}
.id-mark.check {
  color: #fff;
  background: linear-gradient(135deg, #a78bfa, #7c3aed);
  border: 1px solid rgba(167, 139, 250, 0.5);
  box-shadow:
    0 3px 10px rgba(124, 58, 237, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.id-body {
  min-width: 0;
}
.id-title {
  font-size: 14.5px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 1.2;
}
.id-sub {
  font-size: 12px;
  color: var(--w55);
  line-height: 1.35;
  margin-top: 2px;
  font-weight: 600;
}

/* — is-not card: neutral dark, red only on × marks — */
.id-side.is-not {
  background: linear-gradient(180deg, var(--dark2) 0%, #0e0a18 100%);
  border: 1px solid var(--w08);
  rotate: -1.2deg;
  transition:
    rotate 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s;
}
.id-side.is-not:hover {
  rotate: 0deg;
  transform: translateY(-3px);
}
.is-not .id-title {
  color: var(--w80);
}
.is-not .id-item:hover {
  border-color: rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.04);
}
.id-ref {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--w08);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--w35);
  white-space: nowrap;
}

/* — is card: purple gradient, bright, tilts opposite to is-not — */
.id-side.is {
  background:
    radial-gradient(
      ellipse at 20% 0%,
      rgba(124, 58, 237, 0.28),
      transparent 55%
    ),
    linear-gradient(
      180deg,
      rgba(124, 58, 237, 0.12),
      rgba(236, 72, 153, 0.04) 60%
    );
  border: 1px solid rgba(124, 58, 237, 0.3);
  box-shadow: 0 30px 80px rgba(124, 58, 237, 0.18);
  rotate: 1.2deg;
  transition:
    rotate 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s,
    box-shadow 0.4s;
}
.id-side.is:hover {
  rotate: 0deg;
  transform: translateY(-3px);
  border-color: rgba(167, 139, 250, 0.5);
  box-shadow: 0 36px 90px rgba(124, 58, 237, 0.3);
}
.is .id-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 58, 237, 0.22);
}
.is .id-item:hover {
  border-color: rgba(167, 139, 250, 0.55);
  background: rgba(124, 58, 237, 0.08);
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.2);
}
.is .id-title {
  color: #fff;
}
.is .id-sub {
  color: var(--w80);
}

/* ═══ Big icon header — visual anchor per card ═══ */
.id-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--w08);
  margin-bottom: 4px;
}
.id-big-icon {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
  font-family: var(--font);
}
.id-big-icon.x {
  color: #fff;
  background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
  border: 1.5px solid rgba(239, 68, 68, 0.6);
  box-shadow:
    0 10px 28px rgba(239, 68, 68, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  rotate: -4deg;
  animation: bigIconWobble 4.2s ease-in-out infinite;
}
.id-big-icon.check {
  color: #fff;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border: 1.5px solid rgba(34, 197, 94, 0.6);
  box-shadow:
    0 10px 28px rgba(34, 197, 94, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  rotate: 4deg;
  animation: bigIconWobble 4.2s ease-in-out infinite reverse;
}
@keyframes bigIconWobble {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

/* 03 · HEAD-TO-HEAD */
.cm-hth {
  background: #0a0712;
  border-top: 1px solid var(--w04);
  padding: 90px 0;
}
.hth-frame {
  margin-top: 32px;
  background: var(--dark2);
  border: 1px solid var(--w08);
  border-radius: 22px;
  overflow: hidden;
}
.hth-head,
.hth-row,
.hth-footer {
  display: grid;
  grid-template-columns: 260px repeat(4, 1fr);
}
.hth-head {
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid var(--w08);
}
.hth-head > div {
  padding: 18px 16px;
  font-size: 13px;
  font-weight: 900;
  color: var(--w55);
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}
.hth-head .dim {
  text-align: left;
  color: #fff;
  letter-spacing: -0.2px;
  text-transform: none;
  font-size: 14px;
}
.hth-head .col.vedio {
  position: relative;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.3px;
  text-transform: none;
  border-left: 1px solid rgba(124, 58, 237, 0.25);
  border-right: 1px solid rgba(124, 58, 237, 0.25);
  /* Purple-gradient wordmark */
  background: linear-gradient(135deg, #c4b5fd, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Tinted cell bg layered behind the gradient text */
.hth-head .col.vedio::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(124, 58, 237, 0.32),
    rgba(124, 58, 237, 0.08)
  );
}
/* Keep the Vedio column tinted all the way down */
.hth-row .cell:last-child,
.hth-footer .cell:last-child {
  background: rgba(124, 58, 237, 0.04);
  border-left: 1px solid rgba(124, 58, 237, 0.18);
  border-right: 1px solid rgba(124, 58, 237, 0.18);
}
/* Alternating row backgrounds — improves horizontal scanning */
.hth-row:nth-child(even) > div {
  background: rgba(255, 255, 255, 0.015);
}
.hth-row:nth-child(even) .cell:last-child {
  background: rgba(124, 58, 237, 0.06);
}
.hth-row > div {
  padding: 15px 16px;
  border-bottom: 1px solid var(--w04);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hth-row:last-of-type > div {
  border-bottom: none;
}
.hth-row .dim {
  justify-content: flex-start;
  color: var(--w80);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: -0.1px;
}
.hth-row .cell {
  font-size: 22px;
  font-weight: 900;
  font-family: var(--font);
  line-height: 1;
}
.hth-row .cell.good {
  color: #34d399;
}
.hth-row .cell.warn {
  color: #fbbf24;
}
.hth-row .cell.bad {
  color: #ef4444;
}
.hth-footer {
  background: linear-gradient(180deg, transparent, rgba(124, 58, 237, 0.08));
  border-top: 1px solid var(--w08);
}
.hth-footer > div {
  padding: 22px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hth-footer .dim {
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 800;
  color: var(--w55);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.hth-footer .cell.score {
  font-size: 22px;
  font-weight: 900;
  color: var(--w55);
  font-variant-numeric: tabular-nums;
}
.hth-footer .cell.score.vedio {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}

/* — Linje for linje on mobile — convert each row to a card with
       the dimension on top + a 4-col labeled mini-grid of verdicts. */
@media (max-width: 900px) {
  .hth-frame {
    overflow: visible !important;
    background: transparent;
    border: none;
    border-radius: 0;
    margin-top: 24px;
  }
  /* Hide the desktop column-header row — labels go inside each cell on mobile */
  .hth-frame .hth-head {
    display: none !important;
  }

  .hth-row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 4px 6px !important;
    background: var(--dark2) !important;
    border: 1px solid var(--w08) !important;
    border-radius: 16px !important;
    padding: 16px 14px 18px !important;
    margin-bottom: 10px !important;
  }
  .hth-row:nth-child(even) > div {
    background: transparent !important;
  }
  .hth-row > div {
    border: none !important;
    padding: 0 !important;
  }
  .hth-row .dim {
    grid-column: 1 / -1 !important;
    justify-content: flex-start !important;
    color: #fff !important;
    font-size: 14.5px !important;
    font-weight: 800 !important;
    letter-spacing: -0.2px !important;
    padding: 0 0 12px !important;
    margin-bottom: 4px !important;
    border-bottom: 1px solid var(--w08) !important;
  }
  .hth-row .cell {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    font-size: 24px !important;
    gap: 4px;
    background: transparent !important;
    border: none !important;
    padding: 4px 0 0 !important;
    position: relative;
  }
  /* Inject column labels above each verdict */
  .hth-row > .cell:nth-of-type(2)::before {
    content: "DIY";
  }
  .hth-row > .cell:nth-of-type(3)::before {
    content: "Freelance";
  }
  .hth-row > .cell:nth-of-type(4)::before {
    content: "In-house";
  }
  .hth-row > .cell:nth-of-type(5)::before {
    content: "Vedio";
  }
  .hth-row > .cell::before {
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--w35);
    margin-bottom: 6px;
    display: block;
  }
  /* Highlight the Vedio column with a soft purple tint */
  .hth-row > .cell:nth-of-type(5) {
    background: rgba(124, 58, 237, 0.08) !important;
    border: 1px solid rgba(124, 58, 237, 0.22) !important;
    border-radius: 10px !important;
    padding: 8px 4px 10px !important;
  }
  .hth-row > .cell:nth-of-type(5)::before {
    color: var(--purple-light);
  }

  /* Footer — score row, also as a card */
  .hth-footer {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 4px 6px !important;
    background: linear-gradient(
      180deg,
      transparent,
      rgba(124, 58, 237, 0.1)
    ) !important;
    border: 1px solid rgba(124, 58, 237, 0.22) !important;
    border-radius: 16px !important;
    padding: 16px 14px 18px !important;
    margin-top: 10px !important;
  }
  .hth-footer .dim {
    grid-column: 1 / -1 !important;
    justify-content: flex-start !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid var(--w08) !important;
  }
  .hth-footer .cell {
    flex-direction: column !important;
    align-items: center !important;
    padding: 4px 0 0 !important;
    border: none !important;
    background: transparent !important;
    position: relative;
  }
  .hth-footer > .cell:nth-of-type(2)::before {
    content: "DIY";
  }
  .hth-footer > .cell:nth-of-type(3)::before {
    content: "Freelance";
  }
  .hth-footer > .cell:nth-of-type(4)::before {
    content: "In-house";
  }
  .hth-footer > .cell:nth-of-type(5)::before {
    content: "Vedio";
  }
  .hth-footer > .cell::before {
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--w35);
    margin-bottom: 6px;
    display: block;
  }
  .hth-footer .cell.score {
    font-size: 18px !important;
  }
  /* Re-apply the gradient on Vedio — my .cell { background: transparent } above
       was clobbering the gradient text-clip and making "9 / 9" invisible. */
  .hth-footer .cell.score.vedio {
    font-size: 22px !important;
    background: linear-gradient(135deg, #a78bfa, #ec4899) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    border: none !important;
    padding: 4px 0 0 !important;
  }
}
@media (max-width: 900px) {
  .hth-head,
  .hth-row,
  .hth-footer {
    grid-template-columns: 130px repeat(4, 1fr);
  }
  .hth-head > div {
    padding: 12px 6px;
    font-size: 10px;
  }
  .hth-head .dim {
    font-size: 12px;
  }
  .hth-row > div {
    padding: 12px 6px;
  }
  .hth-row .dim {
    font-size: 11.5px;
  }
  .hth-row .cell {
    font-size: 18px;
  }
  .hth-footer > div {
    padding: 14px 6px;
  }
  .hth-footer .dim {
    font-size: 10px;
  }
  .hth-footer .cell.score {
    font-size: 15px;
  }
  .hth-footer .cell.score.vedio {
    font-size: 19px;
  }
}

/* 03 · MATH — 3 alternative cards + 1 Vedio hero card */
.cm-math {
  background: var(--dark);
  padding: 90px 0;
}
.math-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 22px;
  margin-top: 36px;
  align-items: stretch;
}
.math-alts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.alt-card {
  padding: 22px 24px;
  border-radius: 16px;
  background: var(--dark2);
  border: 1px solid var(--w08);
  position: relative;
  overflow: hidden;
}
.alt-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: var(--alt-c);
  opacity: 0.6;
}
.alt-card.diy {
  --alt-c: #fbbf24;
}
.alt-card.freelance {
  --alt-c: #f472b6;
}
.alt-card.inhouse {
  --alt-c: #60a5fa;
}
.alt-head {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--alt-c);
  margin-bottom: 12px;
}
.alt-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}
.alt-card li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  color: var(--w55);
  padding: 6px 0;
  border-bottom: 1px solid var(--w04);
}
.alt-card li:last-child {
  border-bottom: none;
}
.alt-card li strong {
  color: #fff;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.alt-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px dashed var(--w15);
  font-size: 12.5px;
  color: var(--w80);
}
.alt-total strong {
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.math-vedio {
  padding: 36px 34px;
  border-radius: 22px;
  background:
    radial-gradient(
      ellipse at 30% 0%,
      rgba(124, 58, 237, 0.28),
      transparent 55%
    ),
    linear-gradient(180deg, rgba(124, 58, 237, 0.18) 0%, var(--dark2) 45%);
  border: 1px solid rgba(124, 58, 237, 0.38);
  box-shadow: 0 30px 80px rgba(124, 58, 237, 0.2);
  display: flex;
  flex-direction: column;
}
.mv-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 100px;
  background: rgba(124, 58, 237, 0.18);
  border: 1px solid rgba(124, 58, 237, 0.45);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--purple-light);
  margin-bottom: 18px;
}
.mv-title {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1px;
  background: linear-gradient(135deg, #fff, #c4b5fd 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.mv-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 20px;
}
.mv-price .big {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -2px;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
}
.mv-price .unit {
  font-size: 15px;
  color: var(--w80);
  font-weight: 700;
}
.mv-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 22px;
}
.mv-list li {
  font-size: 14px;
  color: var(--w80);
  line-height: 1.4;
  padding-left: 22px;
  position: relative;
}
.mv-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--purple-light);
  font-weight: 900;
}
.mv-cta {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 100px;
  background: linear-gradient(135deg, #a78bfa, #7c3aed);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(124, 58, 237, 0.4);
  transition:
    gap 0.2s,
    box-shadow 0.2s,
    transform 0.15s;
  margin-top: auto;
}
.mv-cta:hover {
  gap: 12px;
  box-shadow: 0 14px 36px rgba(124, 58, 237, 0.55);
  transform: translateY(-1px);
}

.math-delta {
  margin-top: 32px;
  padding: 28px 36px;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(124, 58, 237, 0.14),
    rgba(236, 72, 153, 0.08)
  );
  border: 1px solid rgba(124, 58, 237, 0.3);
  text-align: center;
}
.math-delta .md-l {
  font-size: 11px;
  font-weight: 800;
  color: var(--purple-light);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.math-delta .md-n {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -1.6px;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.math-delta .md-note {
  font-size: 13.5px;
  color: var(--w55);
  font-style: italic;
}
.math-delta .md-text {
  text-align: right;
  max-width: 60%;
}
@media (max-width: 900px) {
  .math-delta .md-text {
    text-align: left;
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .math-grid {
    grid-template-columns: 1fr;
  }
}

/* — Cost-scale bar chart (replaces 3 alt cards on the left of the math grid) — */
.cost-chart {
  padding: 28px 30px 30px;
  background: var(--dark2);
  border: 1px solid var(--w08);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--w04);
  flex-wrap: wrap;
}
.chart-title {
  font-size: 13px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.2px;
}
.chart-legend {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cl-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  color: var(--w55);
  letter-spacing: 0.4px;
}
.cl-sw {
  width: 14px;
  height: 8px;
  border-radius: 2px;
  display: inline-block;
}
.cl-sw.money {
  background: linear-gradient(
    90deg,
    rgba(167, 139, 250, 0.65),
    rgba(124, 58, 237, 0.85)
  );
}
.cl-sw.time {
  background: repeating-linear-gradient(
    45deg,
    rgba(251, 191, 36, 0.38) 0 4px,
    rgba(251, 191, 36, 0.14) 4px 8px
  );
  border: 1px solid rgba(251, 191, 36, 0.4);
}
.chart-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.chart-label {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.chart-name {
  font-size: 13.5px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.2px;
}
.chart-note {
  font-size: 11px;
  color: var(--w35);
  font-weight: 600;
  letter-spacing: 0.1px;
}
.chart-track {
  position: relative;
  display: flex;
  align-items: center;
  height: 34px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--w04);
  border-radius: 10px;
  overflow: hidden;
}
.chart-bar {
  height: 100%;
  width: var(--w, 0%);
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  animation: chartBarGrow 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes chartBarGrow {
  from {
    width: 0;
  }
}
/* Money bar — purple brand gradient for all paths */
.chart-bar.money {
  background: linear-gradient(
    90deg,
    rgba(167, 139, 250, 0.65),
    rgba(124, 58, 237, 0.85)
  );
}
/* Time bar — amber hatched pattern, only appears on DIY */
.chart-bar.time {
  background: repeating-linear-gradient(
    45deg,
    rgba(251, 191, 36, 0.38) 0 6px,
    rgba(251, 191, 36, 0.14) 6px 12px
  );
  border-left: 1px dashed rgba(251, 191, 36, 0.45);
}
/* Path-tinted intensity tweaks on the money bar — keep subtle differentiation */
.chart-row.inhouse .chart-bar.money {
  background: linear-gradient(
    90deg,
    rgba(124, 58, 237, 0.7),
    rgba(91, 33, 182, 0.9)
  );
}
.chart-row.vedio .chart-bar.money {
  background: linear-gradient(90deg, #a78bfa, #7c3aed);
  box-shadow:
    0 0 20px rgba(124, 58, 237, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.chart-val {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12.5px;
  font-weight: 900;
  color: #fff;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.2px;
  z-index: 2;
  white-space: nowrap;
}
.chart-row.vedio .chart-val {
  background: linear-gradient(135deg, #fff, #c4b5fd 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.chart-foot {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid var(--w04);
  font-size: 10.5px;
  color: var(--w35);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1px;
  font-style: italic;
}
.cf-asterisk {
  color: rgba(251, 191, 36, 0.8);
  font-weight: 800;
  margin-right: 3px;
}

/* ══════════ OBJECTIONS — chat-thread treatment ══════════ */

.obj-thread {
  margin-top: 36px;
  background:
    radial-gradient(
      ellipse at 0% 0%,
      rgba(124, 58, 237, 0.1) 0%,
      transparent 50%
    ),
    linear-gradient(180deg, #14102a 0%, #0c0717 100%);
  border: 1px solid rgba(124, 58, 237, 0.22);
  border-radius: 22px;
  padding: 26px 28px 24px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.35),
    0 0 50px rgba(124, 58, 237, 0.08);
}
.obj-thread-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(124, 58, 237, 0.18);
}
.obj-thread-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.otm-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2px;
}
.otm-avatar.buyer {
  background: rgba(255, 255, 255, 0.06);
  color: var(--w80);
  border: 1px solid var(--w08);
}
.otm-avatar.vee-pill {
  padding: 0;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(124, 58, 237, 0.5);
  animation: veeBadgeIdle 3.8s ease-in-out infinite;
}
.otm-avatar.vee-pill svg {
  width: 100%;
  height: 100%;
  display: block;
}
.otm-sep {
  color: var(--w35);
  font-size: 14px;
  font-weight: 900;
}
.obj-thread-label {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--w55);
}

.obj-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.obj {
  list-style: none;
}
.obj summary {
  list-style: none;
  font-family: var(--font);
}
.obj summary::-webkit-details-marker {
  display: none;
}

/* Q — buyer bubble, left-aligned */
.obj-q-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 4px 4px 0;
  transition: opacity 0.2s;
}
.obj-q-row:hover {
  opacity: 0.9;
}
.obj-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--w08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  color: var(--w55);
  letter-spacing: 0.2px;
  font-variant-numeric: tabular-nums;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.obj-q-bubble {
  flex: 1;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--w08);
  border-radius: 16px 16px 16px 4px;
  font-size: 14.5px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.1px;
  line-height: 1.3;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.obj-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.18);
  border: 1px solid rgba(124, 58, 237, 0.4);
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition:
    transform 0.3s,
    background 0.2s;
}

/* Open state — bubbles light up, Q becomes more prominent */
.obj[open] .obj-num {
  background: rgba(124, 58, 237, 0.14);
  border-color: rgba(124, 58, 237, 0.35);
  color: var(--purple-light);
}
.obj[open] .obj-q-bubble {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(124, 58, 237, 0.3);
}
.obj[open] .obj-icon {
  transform: rotate(45deg);
  background: rgba(124, 58, 237, 0.35);
}

/* A — Vee reply, right-aligned with purple bubble */
.obj-a-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 10px 0 6px auto;
  max-width: calc(100% - 48px);
  padding-left: 46px; /* offset to align under the question bubble */
  animation: objAnswerIn 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes objAnswerIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.obj-vee {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.45);
  display: block;
  margin-top: 2px;
}
.obj-vee svg {
  width: 100%;
  height: 100%;
  display: block;
}
.obj-a-bubble {
  flex: 1;
  padding: 14px 18px 15px;
  background: linear-gradient(
    135deg,
    rgba(124, 58, 237, 0.22) 0%,
    rgba(139, 92, 246, 0.14) 100%
  );
  border: 1px solid rgba(124, 58, 237, 0.4);
  border-radius: 16px 16px 4px 16px;
  font-size: 14px;
  color: var(--w80);
  line-height: 1.6;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.12);
}
.obj-a-bubble strong {
  color: #fff;
  font-weight: 800;
}
.obj-a-bubble em {
  color: var(--purple-soft);
  font-style: italic;
}
.math-row:last-of-type {
  border-bottom: none;
}
.math-row .l {
  color: var(--w80);
}
.math-row .v {
  color: #fff;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.math-total {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed var(--w15);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.math-total .l {
  font-size: 11px;
  color: var(--w55);
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.math-total .v {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -1px;
  font-variant-numeric: tabular-nums;
}
.math-side.old .math-total .v {
  color: #fca5a5;
}
.math-side.new .math-total .v {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.math-vs {
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -2px;
  transform: rotate(-6deg);
  text-shadow: 0 0 30px rgba(124, 58, 237, 0.5);
}
.math-delta {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding: 20px 24px;
  background: linear-gradient(
    135deg,
    rgba(124, 58, 237, 0.1),
    rgba(236, 72, 153, 0.06)
  );
  border: 1px solid rgba(124, 58, 237, 0.3);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.math-delta .l {
  font-size: 12px;
  font-weight: 800;
  color: var(--purple-light);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.math-delta .big {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -1.2px;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 05 · OBJECTIONS */
.cm-obj {
  background: #0a0712;
  border-top: 1px solid var(--w04);
}
.obj-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.obj {
  padding: 26px 30px;
  background: var(--dark2);
  border: 1px solid var(--w08);
  border-radius: 16px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: start;
}
.obj-q {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.2px;
  padding-top: 2px;
}
.obj-q::before {
  content: '"';
  color: var(--purple-light);
  margin-right: 4px;
}
.obj-q::after {
  content: '"';
  color: var(--purple-light);
  margin-left: 4px;
}
.obj-a {
  font-size: 14px;
  color: var(--w80);
  line-height: 1.65;
}
.obj-a strong {
  color: #fff;
  font-weight: 700;
}

/* 05 · HERO TESTIMONIAL — single human voice on the page (2-column) */
.cm-proof {
  background: var(--dark);
  padding: 90px 0;
}
.cm-proof .wrap {
  text-align: center;
}
.proof-card {
  max-width: 960px;
  margin: 44px auto 0;
  text-align: left;
  display: grid;
  grid-template-columns: 340px 1fr;
  background:
    radial-gradient(
      ellipse at 85% 0%,
      rgba(124, 58, 237, 0.22) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #1a1428 0%, #100a1c 100%);
  border: 1px solid rgba(124, 58, 237, 0.32);
  border-radius: 26px;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.55),
    0 0 80px rgba(124, 58, 237, 0.18);
  overflow: hidden;
  min-height: 440px;
}

/* ── LEFT · photo panel ── */
.proof-photo {
  position: relative;
  overflow: hidden;
  background: #0d0a14;
}
.proof-photo-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  /* Subtle warm grade + slight desat so photo feels editorial */
  filter: saturate(1.08) contrast(1.04);
}
/* Film-grain overlay for editorial polish (matches brand guide §11) */
.proof-photo-grain {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: 0.18;
  pointer-events: none;
}
/* Darkening gradient at bottom so label is readable */
.proof-photo::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(
    180deg,
    rgba(13, 10, 20, 0) 0%,
    rgba(13, 10, 20, 0.35) 35%,
    rgba(13, 10, 20, 0.92) 100%
  );
  pointer-events: none;
}
.proof-photo-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 26px;
  z-index: 2;
}
.proof-photo-label .proof-name {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.4px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
.proof-photo-label .proof-role {
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.5px;
  margin-top: 4px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

/* ── RIGHT · quote + stats ── */
.proof-content {
  position: relative;
  padding: 44px 44px 36px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.proof-mark {
  position: absolute;
  top: -30px;
  left: 24px;
  font-size: 180px;
  font-weight: 900;
  line-height: 1;
  color: rgba(124, 58, 237, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  pointer-events: none;
  z-index: 0;
}
.proof-quote {
  position: relative;
  z-index: 1;
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  letter-spacing: -0.3px;
  margin: 0 0 auto;
}
.proof-quote strong {
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.proof-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px dashed var(--w08);
}
.proof-stat {
  text-align: center;
}
.ps-n {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -1px;
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 4px;
  font-variant-numeric: tabular-nums;
}
.ps-l {
  font-size: 10.5px;
  font-weight: 800;
  color: var(--w55);
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

/* "See more stories" link below card */
.proof-more {
  margin: 28px auto 0;
  text-align: center;
}
.proof-more a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
  color: var(--purple-light);
  text-decoration: none;
  letter-spacing: 0.1px;
  transition:
    gap 0.2s,
    color 0.15s;
}
.proof-more a:hover {
  gap: 11px;
  color: #fff;
}
.proof-more a span {
  font-weight: 800;
}

@media (max-width: 900px) {
  .proof-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .proof-photo {
    min-height: 280px;
  }
  .proof-content {
    padding: 36px 26px 32px;
  }
  .proof-mark {
    font-size: 130px;
    top: -12px;
    left: 14px;
  }
  .proof-quote {
    font-size: 20px;
  }
  /* Stats stay horizontal on mobile (3 columns) */
  .proof-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .ps-n {
    font-size: 26px !important;
  }
  .ps-l {
    font-size: 9.5px !important;
    letter-spacing: 0.8px !important;
  }
}

/* FINAL CTA */
.cm-final {
  padding: 100px 0 120px;
  text-align: center;
  background: radial-gradient(
    ellipse at 50% 50%,
    rgba(124, 58, 237, 0.18) 0%,
    transparent 60%
  );
}
.cm-final-vee {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  filter: drop-shadow(0 8px 32px rgba(124, 58, 237, 0.55));
  animation: cmFinalVeeFloat 3.2s ease-in-out infinite;
}
.cm-final-vee svg {
  width: 100%;
  height: 100%;
  display: block;
}
@keyframes cmFinalVeeFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}
.cm-final-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  display: block;
  filter: drop-shadow(0 8px 32px rgba(124, 58, 237, 0.5));
  animation: floaty 3.2s ease-in-out infinite;
}
@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.cm-final h2 {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: -2.2px;
  line-height: 1.02;
  margin-bottom: 16px;
  color: #fff;
}
.cm-final h2 .accent {
  background: linear-gradient(135deg, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cm-final p {
  font-size: 17px;
  color: var(--w55);
  max-width: 540px;
  margin: 0 auto 40px;
}
.cm-final-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.cm-final-alt {
  margin-top: 22px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--w55);
}
.cm-final-alt a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--purple-light);
  font-weight: 800;
  text-decoration: none;
  transition:
    gap 0.2s,
    color 0.15s;
}
.cm-final-alt a:hover {
  gap: 10px;
  color: #fff;
}

/* FOOTER */

@media (max-width: 1310px) {
  .stack-grid {
    grid-template-columns: 1fr 1fr;
  }
  .id-grid {
    grid-template-columns: 1fr;
  }
  .hth-head,
  .hth-row {
    grid-template-columns: 1fr;
  }
  .hth-row > div,
  .hth-head > div {
    border-bottom: 1px solid var(--w04);
  }
  .math-frame {
    grid-template-columns: 1fr;
  }
  .math-vs {
    margin: 0 auto;
  }
  .obj {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .mig-frame {
    grid-template-columns: 1fr;
    padding: 32px;
  }
}
@media (max-width: 640px) {  .wrap {
    padding: 0 20px;
  }
  section {
    padding: 60px 0;
  }
  .stack-grid {
    grid-template-columns: 1fr;
  }
  .mig-stats {
    grid-template-columns: 1fr;
  }
}
