/* ==========================================================================
   WOOMATCH CASE STUDY STYLESHEET
   ========================================================================== */

:root {
  --wm-ink: #0F0E17;
  --wm-ink-soft: #4A4757;
  --wm-base: #FFFFFF;
  --wm-base-warm: #FAF9F7;
  --wm-coral: #FF4D6D;
  --wm-coral-deep: #E23458;
  --wm-amber: #FFB020;
  --wm-mint: #00C2A8;
  --wm-tint-pink: #FFEFF2;
  --wm-tint-mint: #E3FBF6;
  --wm-tint-amber: #FFF6E3;
  --wm-line: rgba(15, 14, 23, 0.10);
  --wm-radius: 20px;
  --wm-shadow-lg: 0 30px 60px -20px rgba(15, 14, 23, 0.25);
  --wm-shadow-sm: 0 10px 24px -12px rgba(15, 14, 23, 0.18);
}

#cs-wm * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#cs-wm {
  font-family: 'Inter', sans-serif;
  color: var(--wm-ink);
  background: var(--wm-base);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

#cs-wm h1,
#cs-wm h2,
#cs-wm h3,
#cs-wm h4 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

#cs-wm .mono {
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.02em;
}

#cs-wm a {
  color: inherit;
  text-decoration: none;
}

#cs-wm img {
  max-width: 100%;
  display: block;
}

#cs-wm .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 640px) {
  #cs-wm .wrap {
    padding: 0 20px;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  #cs-wm * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- Hero ---------- */
#cs-wm .hero {
  position: relative;
  padding: 88px 0 60px;
  background:
    radial-gradient(900px 500px at 82% -10%, rgba(255, 77, 109, 0.16), transparent 60%),
    radial-gradient(700px 500px at 5% 10%, rgba(0, 194, 168, 0.14), transparent 60%),
    var(--wm-base-warm);
  overflow: hidden;
}

#cs-wm .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

@media (max-width: 960px) {
  #cs-wm .hero-grid {
    grid-template-columns: 1fr;
  }
}

#cs-wm .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--wm-line);
  padding: 7px 14px 7px 8px;
  border-radius: 100px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--wm-ink-soft);
  margin-bottom: 22px;
  box-shadow: var(--wm-shadow-sm);
}

#cs-wm .eyebrow .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wm-mint);
  box-shadow: 0 0 0 4px var(--wm-tint-mint);
}

#cs-wm .hero h1 {
  font-size: clamp(34px, 4.6vw, 56px);
  margin-bottom: 20px;
  color: var(--wm-ink);
}

#cs-wm .hero h1 em {
  font-style: normal;
  color: var(--wm-coral);
}

#cs-wm .hero p.lead {
  font-size: 18px;
  color: var(--wm-ink-soft);
  max-width: 520px;
  margin-bottom: 30px;
}

#cs-wm .hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

#cs-wm .btn-primary {
  background: var(--wm-ink);
  color: #fff;
  padding: 15px 26px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  box-shadow: 0 14px 26px -12px rgba(15, 14, 23, 0.4);
}

#cs-wm .btn-primary:hover {
  background: var(--wm-coral-deep);
  transform: translateY(-2px);
  color: #fff;
}

#cs-wm .btn-ghost {
  padding: 15px 22px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  border: 1.5px solid var(--wm-line);
  color: var(--wm-ink);
  transition: border-color .2s ease, background .2s ease;
}

#cs-wm .btn-ghost:hover {
  border-color: var(--wm-ink);
  background: #fff;
  color: var(--wm-ink);
}

/* Stat Strip */
#cs-wm .stat-strip {
  display: flex;
  gap: 28px;
  margin-top: 44px;
  flex-wrap: wrap;
}

#cs-wm .stat {
  min-width: 110px;
}

#cs-wm .stat .num {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: var(--wm-ink);
}

#cs-wm .stat .lbl {
  font-size: 12.5px;
  color: var(--wm-ink-soft);
  font-weight: 500;
  margin-top: 2px;
}

/* Mobile Dating App Mockup */
#cs-wm .phone-frame {
  position: relative;
  margin-left: auto;
  width: 295px;
  max-width: 100%;
  background: #0f0e17;
  border: 4.5px solid #282635;
  border-radius: 44px;
  padding: 8px;
  box-shadow: 0 35px 80px -20px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
  transform: rotate(3deg);
  transition: transform 0.4s cubic-bezier(0.34, 1.3, 0.64, 1), box-shadow 0.4s ease;
}

@media (max-width: 960px) {
  #cs-wm .phone-frame {
    margin: 24px auto 0;
  }
}

#cs-wm .phone-frame:hover {
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 45px 95px -20px rgba(255, 77, 109, 0.35);
}

#cs-wm .phone-screen {
  background: #000;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  display: block;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

#cs-wm .ph-app-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 36px;
}

/* ---------- Section Basics ---------- */
#cs-wm section {
  padding: 88px 0;
}

#cs-wm .section-tag {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wm-coral-deep);
  background: var(--wm-tint-pink);
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 16px;
}

#cs-wm .section-tag.mint {
  color: #03897A;
  background: var(--wm-tint-mint);
}

#cs-wm .section-tag.amber {
  color: #9A6400;
  background: var(--wm-tint-amber);
}

#cs-wm h2.section-h {
  font-size: clamp(26px, 3.2vw, 38px);
  max-width: 680px;
  color: var(--wm-ink);
}

#cs-wm p.section-sub {
  color: var(--wm-ink-soft);
  font-size: 16.5px;
  max-width: 640px;
  margin-top: 14px;
}

/* Snapshot */
#cs-wm .snapshot {
  background: var(--wm-ink);
  color: #fff;
  padding: 64px 0 60px;
  position: relative;
}

#cs-wm .snap-header {
  margin-bottom: 28px;
}

#cs-wm .snapshot h2,
#cs-wm .snapshot .snap-title {
  color: #ffffff !important;
  font-family: 'Sora', sans-serif !important;
  font-size: clamp(26px, 3.2vw, 36px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
  display: block;
}

#cs-wm .snap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
}

@media (max-width: 860px) {
  #cs-wm .snap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

#cs-wm .snap-cell {
  background: #17151F;
  padding: 26px 22px;
}

#cs-wm .snap-cell .k {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}

#cs-wm .snap-cell .v {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

/* Two Col */
#cs-wm .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

@media (max-width: 900px) {
  #cs-wm .two-col {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

#cs-wm .body-text p {
  color: var(--wm-ink-soft);
  margin-bottom: 16px;
  font-size: 16px;
}

#cs-wm .body-text p strong {
  color: var(--wm-ink);
}

#cs-wm .exec-img-card {
  height: 100%;
  min-height: 380px;
  max-height: 480px;
  display: flex;
  flex-direction: column;
  background: #0f0e17;
  border-radius: 20px;
  border: 1px solid rgba(15, 14, 23, 0.12);
  overflow: hidden;
  box-shadow: var(--wm-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#cs-wm .exec-img-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px -12px rgba(15, 14, 23, 0.25);
}

#cs-wm .exec-browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: #181622;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#cs-wm .exec-url {
  margin-left: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
}

#cs-wm .exec-img-wrap {
  flex: 1;
  overflow: hidden;
  position: relative;
  background: #08070d;
}

#cs-wm .exec-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: object-position 7s ease-in-out;
}

#cs-wm .exec-img-card:hover .exec-img-wrap img {
  object-position: bottom center;
}

#cs-wm .pull-card {
  background: var(--wm-tint-mint);
  border-radius: var(--wm-radius);
  padding: 26px 28px;
  border: 1px solid rgba(0, 194, 168, 0.25);
}

#cs-wm .pull-card .q {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: var(--wm-ink);
}

/* Checklist */
#cs-wm .check-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 22px;
}

#cs-wm .check-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--wm-line);
  padding: 14px 16px;
  border-radius: 14px;
}

#cs-wm .check-item .ico {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: var(--wm-tint-mint);
  color: #03897A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

#cs-wm .check-item span.t {
  font-size: 14.5px;
  color: var(--wm-ink-soft);
}

/* Rings Diagram */
#cs-wm .rings-section {
  background: var(--wm-base-warm);
  position: relative;
  overflow: hidden;
}

#cs-wm .rings-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 40px;
}

@media (max-width: 900px) {
  #cs-wm .rings-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

#cs-wm .rings-canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 440px;
  margin: 0 auto;
  border-radius: 50%;
}

/* Radar Sweep */
#cs-wm .radar-beam {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 65%, rgba(255, 77, 109, 0.08) 85%, rgba(255, 77, 109, 0.35) 100%);
  animation: wm_radar_spin 5s linear infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes wm_radar_spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#cs-wm .ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px dashed rgba(15, 14, 23, 0.16);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease;
  cursor: pointer;
}

#cs-wm .ring.r1 {
  width: 20%;
  height: 20%;
  background: var(--wm-coral);
  border: none;
  z-index: 4;
  box-shadow: 0 0 24px rgba(255, 77, 109, 0.4);
}

#cs-wm .core-ping {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid var(--wm-coral);
  animation: wm_core_ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
  pointer-events: none;
}

@keyframes wm_core_ping {
  0% { transform: scale(0.9); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}

#cs-wm .ring.r2 {
  width: 40%;
  height: 40%;
  z-index: 3;
}

#cs-wm .ring.r3 {
  width: 60%;
  height: 60%;
  z-index: 2;
}

#cs-wm .ring.r4 {
  width: 80%;
  height: 80%;
  z-index: 1;
}

#cs-wm .ring.r5 {
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Ring Active States */
#cs-wm .ring.active,
#cs-wm .ring:hover {
  border-style: solid;
  border-width: 2.5px;
  box-shadow: 0 0 30px rgba(255, 77, 109, 0.25);
}

#cs-wm .ring.r1.active {
  box-shadow: 0 0 40px var(--wm-coral);
  transform: translate(-50%, -50%) scale(1.08);
}
#cs-wm .ring.r2.active {
  border-color: var(--wm-amber);
  background: rgba(255, 176, 32, 0.08);
}
#cs-wm .ring.r3.active {
  border-color: var(--wm-mint);
  background: rgba(0, 194, 168, 0.08);
}
#cs-wm .ring.r4.active {
  border-color: #5B36D9;
  background: rgba(91, 54, 217, 0.08);
}
#cs-wm .ring.r5.active {
  border-color: var(--wm-ink);
  background: rgba(15, 14, 23, 0.05);
}

/* Ring Labels */
#cs-wm .ring-label {
  position: absolute;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  color: var(--wm-ink-soft);
  background: #fff;
  padding: 3px 8px;
  border-radius: 100px;
  border: 1px solid var(--wm-line);
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  z-index: 6;
  pointer-events: none;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#cs-wm .ring.active .ring-label {
  color: #fff;
  background: var(--wm-ink);
  border-color: var(--wm-ink);
  transform: scale(1.1);
}

#cs-wm .pos-top { top: -12px; left: 50%; transform: translateX(-50%); }
#cs-wm .pos-tr { top: 10%; right: -8px; }
#cs-wm .pos-right { top: 50%; right: -14px; transform: translateY(-50%); }
#cs-wm .pos-br { bottom: 10%; right: -8px; }
#cs-wm .pos-bottom { bottom: -12px; left: 50%; transform: translateX(-50%); }

/* Geo Discovery Nodes */
#cs-wm .geo-node {
  position: absolute;
  z-index: 5;
  cursor: pointer;
}

#cs-wm .node-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--wm-coral);
  display: block;
  box-shadow: 0 0 0 3px #fff, 0 0 12px rgba(255, 77, 109, 0.6);
  animation: wm_dot_pulse 2s ease-in-out infinite;
}

@keyframes wm_dot_pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); box-shadow: 0 0 0 5px rgba(255, 77, 109, 0.2), 0 0 16px rgba(255, 77, 109, 0.8); }
}

#cs-wm .node-local { top: 43%; left: 35%; }
#cs-wm .node-regional { top: 28%; left: 62%; }
#cs-wm .node-regional .node-dot { background: var(--wm-amber); box-shadow: 0 0 0 3px #fff, 0 0 12px rgba(255, 176, 32, 0.6); }
#cs-wm .node-national { top: 68%; left: 22%; }
#cs-wm .node-national .node-dot { background: var(--wm-mint); box-shadow: 0 0 0 3px #fff, 0 0 12px rgba(0, 194, 168, 0.6); }
#cs-wm .node-intl { top: 16%; left: 32%; }
#cs-wm .node-intl .node-dot { background: #5B36D9; box-shadow: 0 0 0 3px #fff, 0 0 12px rgba(91, 54, 217, 0.6); }
#cs-wm .node-global { top: 82%; left: 70%; }
#cs-wm .node-global .node-dot { background: var(--wm-ink); box-shadow: 0 0 0 3px #fff, 0 0 12px rgba(15, 14, 23, 0.6); }

/* Interactive Legend Cards */
#cs-wm .rings-legend {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#cs-wm .leg-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--wm-line);
  padding: 16px 18px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

#cs-wm .leg-item:hover,
#cs-wm .leg-item.active {
  transform: translateX(6px);
  border-color: rgba(255, 77, 109, 0.4);
  box-shadow: 0 10px 24px -6px rgba(15, 14, 23, 0.1);
  background: #fff;
}

#cs-wm .leg-dot {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 5px;
  box-shadow: 0 0 0 3px rgba(15, 14, 23, 0.05);
}

#cs-wm .leg-content {
  flex: 1;
}

#cs-wm .leg-content h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--wm-ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#cs-wm .layer-pill {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  color: var(--wm-ink-soft);
  background: var(--wm-base-warm);
  padding: 2px 8px;
  border-radius: 100px;
  border: 1px solid var(--wm-line);
}

#cs-wm .leg-content p {
  font-size: 13.5px;
  color: var(--wm-ink-soft);
  line-height: 1.5;
  margin: 0;
}

/* Timeline (Phases) */
#cs-wm .timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 40px;
}

@media (max-width: 960px) {
  #cs-wm .timeline {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  #cs-wm .timeline {
    grid-template-columns: 1fr 1fr;
  }
}

#cs-wm .phase-card {
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 16px;
  padding: 20px 16px;
  transition: transform .2s ease, box-shadow .2s ease;
}

#cs-wm .phase-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--wm-shadow-sm);
}

#cs-wm .phase-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--wm-coral-deep);
  font-weight: 700;
  margin-bottom: 10px;
}

#cs-wm .phase-card h4 {
  font-size: 14.5px;
  margin-bottom: 8px;
  color: var(--wm-ink);
}

#cs-wm .phase-card p {
  font-size: 12.5px;
  color: var(--wm-ink-soft);
  line-height: 1.5;
}

/* Feature Grid */
#cs-wm .feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}

@media (max-width: 900px) {
  #cs-wm .feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  #cs-wm .feat-grid {
    grid-template-columns: 1fr;
  }
}

#cs-wm .feat-card {
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 20px;
  padding: 26px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#cs-wm .feat-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--wm-shadow-sm);
  border-color: transparent;
}

#cs-wm .feat-ico {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  margin-bottom: 16px;
}

#cs-wm .feat-card h4 {
  font-size: 16.5px;
  margin-bottom: 8px;
  color: var(--wm-ink);
}

#cs-wm .feat-card p {
  font-size: 14px;
  color: var(--wm-ink-soft);
}

/* Dark Band (Privacy) */
#cs-wm .band-dark {
  background: var(--wm-ink);
  color: #fff;
  position: relative;
  overflow: hidden;
}

#cs-wm .band-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 400px at 90% 0%, rgba(0, 194, 168, 0.18), transparent 60%);
}

#cs-wm .band-dark .section-tag {
  background: rgba(0, 194, 168, 0.16);
  color: #4FE3CE;
}

#cs-wm .band-dark h2 {
  color: #fff;
}

#cs-wm .band-dark p.section-sub {
  color: rgba(255, 255, 255, 0.62);
}

#cs-wm .priv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 44px;
  position: relative;
}

@media (max-width: 900px) {
  #cs-wm .priv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  #cs-wm .priv-grid {
    grid-template-columns: 1fr;
  }
}

#cs-wm .priv-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 22px;
}

#cs-wm .priv-card .pi {
  color: var(--wm-mint);
  font-size: 20px;
  margin-bottom: 12px;
}

#cs-wm .priv-card h4 {
  font-size: 14.5px;
  margin-bottom: 6px;
  color: #fff;
}

#cs-wm .priv-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

/* Journey Grid */
#cs-wm .journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 44px;
}

@media (max-width: 1024px) {
  #cs-wm .journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  #cs-wm .journey-grid {
    grid-template-columns: 1fr;
  }
}

#cs-wm .journey-card {
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 20px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
}

#cs-wm .journey-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 77, 109, 0.35);
  box-shadow: 0 18px 40px -12px rgba(15, 14, 23, 0.12);
}

#cs-wm .jc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

#cs-wm .jc-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  color: var(--wm-coral-deep);
  background: var(--wm-tint-pink);
  padding: 4px 10px;
  border-radius: 100px;
  letter-spacing: 0.04em;
}

#cs-wm .jc-icon-box {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: transform 0.3s cubic-bezier(0.34, 1.3, 0.64, 1);
}

#cs-wm .journey-card:hover .jc-icon-box {
  transform: scale(1.15) rotate(4deg);
}

#cs-wm .jc-icon-box.pink {
  background: var(--wm-tint-pink);
  color: var(--wm-coral-deep);
}

#cs-wm .jc-icon-box.amber {
  background: var(--wm-tint-amber);
  color: #9A6400;
}

#cs-wm .jc-icon-box.mint {
  background: var(--wm-tint-mint);
  color: #03897A;
}

#cs-wm .jc-icon-box.coral {
  background: rgba(255, 77, 109, 0.12);
  color: var(--wm-coral);
}

#cs-wm .jc-icon-box.purple {
  background: #F1EEFF;
  color: #5B36D9;
}

#cs-wm .jc-icon-box.gold {
  background: rgba(255, 176, 32, 0.2);
  color: #FFB020;
}

#cs-wm .journey-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--wm-ink);
  line-height: 1.3;
}

#cs-wm .journey-card p {
  font-size: 13.5px;
  color: var(--wm-ink-soft);
  line-height: 1.55;
  margin-bottom: 18px;
  flex: 1;
}

#cs-wm .jc-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
}

#cs-wm .jc-pill {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--wm-ink-soft);
  background: var(--wm-base-warm);
  padding: 3px 10px;
  border-radius: 100px;
  border: 1px solid var(--wm-line);
}

/* Outcome Card Highlight */
#cs-wm .journey-card.outcome-card {
  background: linear-gradient(145deg, #0F0E17 0%, #1e1a2e 100%);
  border-color: rgba(255, 77, 109, 0.35);
  box-shadow: 0 16px 36px -10px rgba(15, 14, 23, 0.4);
}

#cs-wm .journey-card.outcome-card h4 {
  color: #fff;
}

#cs-wm .journey-card.outcome-card p {
  color: rgba(255, 255, 255, 0.72);
}

#cs-wm .jc-pill.active {
  background: linear-gradient(135deg, var(--wm-coral), var(--wm-coral-deep));
  color: #fff;
  border: none;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(255, 77, 109, 0.4);
}

/* Marketplace Formula Matrix */
#cs-wm .formula-section {
  padding: 88px 0;
  background: var(--wm-base-warm);
}

#cs-wm .formula-matrix {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

@media (max-width: 980px) {
  #cs-wm .formula-matrix {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 580px) {
  #cs-wm .formula-matrix {
    grid-template-columns: repeat(2, 1fr);
  }
}

#cs-wm .f-matrix-card {
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 18px;
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.34, 1.3, 0.64, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);
}

#cs-wm .f-matrix-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 77, 109, 0.35);
  box-shadow: 0 14px 30px -8px rgba(15, 14, 23, 0.1);
}

#cs-wm .f-matrix-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

#cs-wm .f-matrix-card:hover .f-matrix-icon {
  transform: scale(1.12);
}

#cs-wm .f-matrix-icon.pink { background: var(--wm-tint-pink); color: var(--wm-coral-deep); }
#cs-wm .f-matrix-icon.mint { background: var(--wm-tint-mint); color: #03897A; }
#cs-wm .f-matrix-icon.amber { background: var(--wm-tint-amber); color: #9A6400; }
#cs-wm .f-matrix-icon.purple { background: #F1EEFF; color: #5B36D9; }
#cs-wm .f-matrix-icon.coral { background: rgba(255, 77, 109, 0.12); color: var(--wm-coral); }

#cs-wm .f-matrix-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--wm-ink);
  margin-bottom: 4px;
}

#cs-wm .f-matrix-card p {
  font-size: 12px;
  color: var(--wm-ink-soft);
  line-height: 1.45;
  margin: 0;
}

#cs-wm .formula-synthesis {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#cs-wm .syn-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1.5px solid var(--wm-line);
  padding: 10px 24px;
  border-radius: 100px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  flex-wrap: wrap;
  justify-content: center;
}

#cs-wm .syn-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  font-weight: 700;
  color: var(--wm-coral-deep);
  background: var(--wm-tint-pink);
  padding: 4px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

#cs-wm .syn-eq {
  font-size: 14px;
  color: var(--wm-ink-soft);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#cs-wm .syn-eq i {
  color: var(--wm-coral);
  font-size: 12px;
}

#cs-wm .syn-eq strong {
  color: var(--wm-ink);
  font-weight: 700;
}

/* Transformation Before/After */
#cs-wm .trans-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 44px;
}

@media (max-width: 960px) {
  #cs-wm .trans-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

#cs-wm .trans-card {
  border-radius: 16px;
  padding: 20px 16px;
  border: 1px solid var(--wm-line);
}

#cs-wm .trans-card .k {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 8px;
}

#cs-wm .trans-card p {
  font-size: 13px;
  color: var(--wm-ink-soft);
}

#cs-wm .trans-card:nth-child(1) { background: var(--wm-tint-pink); }
#cs-wm .trans-card:nth-child(1) .k { color: var(--wm-coral-deep); }
#cs-wm .trans-card:nth-child(2) { background: var(--wm-tint-mint); }
#cs-wm .trans-card:nth-child(2) .k { color: #03897A; }
#cs-wm .trans-card:nth-child(3) { background: var(--wm-tint-amber); }
#cs-wm .trans-card:nth-child(3) .k { color: #9A6400; }
#cs-wm .trans-card:nth-child(4) { background: #F1EEFF; }
#cs-wm .trans-card:nth-child(4) .k { color: #5B36D9; }
#cs-wm .trans-card:nth-child(5) { background: var(--wm-tint-pink); }
#cs-wm .trans-card:nth-child(5) .k { color: var(--wm-coral-deep); }
#cs-wm .trans-card:nth-child(6) { background: var(--wm-ink); color: #fff; }
#cs-wm .trans-card:nth-child(6) .k { color: var(--wm-amber); }
#cs-wm .trans-card:nth-child(6) p { color: rgba(255, 255, 255, 0.7); }

/* Value Cards */
#cs-wm .value-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 44px;
}

@media (max-width: 960px) {
  #cs-wm .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  #cs-wm .value-grid {
    grid-template-columns: 1fr;
  }
}

#cs-wm .value-card {
  background: #fff;
  border: 1px solid var(--wm-line);
  border-radius: 18px;
  padding: 22px 18px;
}

#cs-wm .value-card .vn {
  font-family: 'JetBrains Mono', monospace;
  font-size: 22px;
  font-weight: 600;
  color: var(--wm-coral);
  margin-bottom: 10px;
}

#cs-wm .value-card h4 {
  font-size: 14.5px;
  margin-bottom: 6px;
  color: var(--wm-ink);
}

#cs-wm .value-card p {
  font-size: 12.5px;
  color: var(--wm-ink-soft);
}

/* Lessons */
#cs-wm .lesson-row {
  display: flex;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid var(--wm-line);
  align-items: flex-start;
}

#cs-wm .lesson-row:first-child {
  padding-top: 6px;
}

#cs-wm .lesson-num {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 26px;
  color: var(--wm-tint-pink);
  -webkit-text-stroke: 1.4px var(--wm-coral);
  flex: 0 0 46px;
}

#cs-wm .lesson-body h4 {
  font-size: 16.5px;
  margin-bottom: 6px;
  color: var(--wm-ink);
}

#cs-wm .lesson-body p {
  font-size: 14.5px;
  color: var(--wm-ink-soft);
}

/* Who Its For */
#cs-wm .chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

#cs-wm .aud-chip {
  background: #fff;
  border: 1px solid var(--wm-line);
  padding: 12px 18px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--wm-ink);
}

#cs-wm .aud-chip .d {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wm-coral);
}

/* Testimonial */
#cs-wm .testi {
  background: linear-gradient(135deg, var(--wm-coral) 0%, var(--wm-coral-deep) 60%, #B81E45 100%);
  border-radius: 28px;
  padding: 52px 44px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

#cs-wm .testi::before {
  content: '"';
  position: absolute;
  top: -30px;
  right: 24px;
  font-family: 'Sora', sans-serif;
  font-size: 220px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.12);
  line-height: 1;
}

#cs-wm .testi p.quote {
  font-family: 'Sora', sans-serif;
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 600;
  max-width: 720px;
  line-height: 1.4;
  position: relative;
  color: #fff;
}

#cs-wm .testi .who {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.85;
}

/* Why BDS */
#cs-wm .why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 40px;
}

@media (max-width: 700px) {
  #cs-wm .why-grid {
    grid-template-columns: 1fr;
  }
}

#cs-wm .why-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid var(--wm-line);
}

#cs-wm .why-check {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: var(--wm-ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

#cs-wm .why-item p {
  font-size: 14.5px;
  color: var(--wm-ink-soft);
  margin: 0;
}

/* FAQ */
#cs-wm .faq-item {
  border-bottom: 1px solid var(--wm-line);
}

#cs-wm .faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 22px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--wm-ink);
}

#cs-wm .faq-plus {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid var(--wm-line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: transform .25s ease, background .25s ease;
}

#cs-wm .faq-item.open .faq-plus {
  transform: rotate(45deg);
  background: var(--wm-coral);
  border-color: var(--wm-coral);
  color: #fff;
}

#cs-wm .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

#cs-wm .faq-a p {
  font-size: 14.5px;
  color: var(--wm-ink-soft);
  padding-bottom: 22px;
  max-width: 760px;
}

#cs-wm .faq-item.open .faq-a {
  max-height: 260px;
}

/* Final CTA */
#cs-wm .final-cta {
  background: var(--wm-ink);
  border-radius: 32px;
  padding: 64px 44px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#cs-wm .final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(500px 340px at 20% 0%, rgba(255, 77, 109, 0.3), transparent 60%),
    radial-gradient(500px 340px at 85% 100%, rgba(0, 194, 168, 0.24), transparent 60%);
}

#cs-wm .final-cta h2 {
  color: #fff;
  position: relative;
  margin-bottom: 16px;
}

#cs-wm .final-cta p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 520px;
  margin: 0 auto 30px;
  position: relative;
  font-size: 16px;
}

#cs-wm .final-cta .hero-ctas {
  justify-content: center;
  position: relative;
}

#cs-wm .final-cta .btn-primary {
  background: linear-gradient(135deg, var(--wm-coral), var(--wm-amber));
  box-shadow: 0 16px 30px -12px rgba(255, 77, 109, 0.5);
}

#cs-wm .final-cta .btn-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

#cs-wm .final-cta .btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

/* Reveal On Scroll */
#cs-wm .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

#cs-wm .reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* Focus Visibility */
#cs-wm a:focus-visible,
#cs-wm button:focus-visible {
  outline: 2.5px solid var(--wm-coral);
  outline-offset: 3px;
}
