/* ═══════════════════════════════════════════════════════════════
   NUDGEBEE CLOUDOPS PAGE
   Page-scoped styles. Tokens only, no new colours or type scales.
   Prefix: co-
   ═══════════════════════════════════════════════════════════════ */

/* ═══ HERO ══════════════════════════════════════════════════════ */
.co-hero {
  padding: 90px var(--gutter) var(--sp-2xl);
  background: var(--white);
  text-align: center;
}
.co-hero-inner { max-width: 820px; margin: 0 auto; }
.co-hero-h {
  font-family: var(--fh);
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 800; color: var(--ink);
  letter-spacing: -.035em; line-height: 1.08;
  margin-bottom: var(--sp-md);
}
.co-hero-h .acc { color: var(--purple); }
/* Signature yellow highlight, borrowed from the homepage hero. */
.co-hl {
  color: var(--ink); background: var(--yellow);
  padding: 0 12px 2px; border-radius: 8px;
  box-decoration-break: clone; -webkit-box-decoration-break: clone;
}
/* Eyebrow pill with live pulse dot (homepage .hero-eyebrow + .pulse). */
.co-hero-eyebrow { margin-left: auto; margin-right: auto; }
.co-hero-lead {
  font-size: 1.05rem; color: var(--ink-light); line-height: 1.7;
  max-width: 660px; margin: 0 auto;
}
.co-hero-ctas {
  display: flex; flex-wrap: wrap; gap: var(--sp-md);
  justify-content: center; margin-top: var(--sp-xl);
}
.co-hero-trust {
  margin-top: var(--sp-lg);
  font-size: .85rem; color: var(--muted); line-height: 1.7;
}

/* ═══ DIRECT-ANSWER BAND ════════════════════════════════════════ */
.co-answer-band {
  padding: 0 var(--gutter) var(--sp-4xl);
  background: var(--white);
}
.co-answer-inner {
  max-width: 820px; margin: 0 auto;
  background: var(--purple-pale);
  border: 1px solid var(--border-mid);
  border-left: 4px solid var(--purple);
  border-radius: var(--r-lg);
  padding: var(--sp-xl);
}
.co-answer-h {
  font-family: var(--fh); font-size: 1.05rem; font-weight: 700;
  color: var(--navy); letter-spacing: -.01em;
  margin-bottom: var(--sp-sm);
}
.co-answer {
  font-size: 1.05rem; color: var(--text); line-height: 1.75;
}

/* ═══ STAT BAND (dark, just below the hero) ═════════════════════ */
.co-statband { background: var(--navy-deep); padding: var(--sp-3xl) var(--gutter); }
.co-statband-inner { max-width: var(--max-w); margin: 0 auto; text-align: center; }
.co-statband-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--fh); font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em; color: var(--yellow);
  margin-bottom: var(--sp-2xl);
}
.co-statband-eyebrow svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.co-statband-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.co-stat-cell {
  display: flex; flex-direction: column; align-items: center;
  padding: 6px var(--sp-lg); border-left: 1px solid rgba(255,255,255,.14);
}
.co-stat-cell:first-child { border-left: none; }
.co-stat-n {
  font-family: var(--fh); font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 800;
  color: var(--yellow); letter-spacing: -.02em; line-height: 1.05;
}
.co-stat-l { margin-top: var(--sp-md); font-size: .92rem; color: rgba(255,255,255,.82); line-height: 1.55; max-width: 280px; }
/* Provider logos in the "your model" cell: white tiles so they read on navy */
.co-stat-logos { display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; min-height: 34px; }
.co-stat-logos img { width: 34px; height: 34px; padding: 6px; background: #fff; border-radius: 8px; object-fit: contain; box-shadow: 0 2px 8px rgba(0,0,0,.18); }

/* ═══ SECTION SHELL ═════════════════════════════════════════════ */
.co-section {
  padding: var(--sp-4xl) var(--gutter);
  background: var(--white);
}
.co-section--tinted { background: var(--off); }
.co-section-inner { max-width: var(--max-w); margin: 0 auto; }
.co-section-inner--narrow { max-width: 760px; }
.co-section-header { margin-bottom: var(--sp-2xl); }
.co-section-h {
  font-family: var(--fh); font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 800; color: var(--ink);
  letter-spacing: -.03em; line-height: 1.15;
}
.co-section-sub {
  margin-top: var(--sp-md);
  font-size: 1rem; color: var(--ink-light); line-height: 1.7;
  max-width: 680px;
}

/* Body copy inside sections */
.co-lead {
  font-size: 1.05rem; color: var(--text); line-height: 1.75;
  margin-bottom: var(--sp-md);
}
.co-p {
  font-size: .98rem; color: var(--ink-light); line-height: 1.75;
  margin-bottom: var(--sp-md);
}
.co-note {
  font-size: .88rem; color: var(--muted); line-height: 1.7;
  margin-top: var(--sp-md);
}
.co-note a, .co-check a, .co-table a {
  color: var(--purple); text-decoration: underline;
  text-underline-offset: 3px;
}
.co-note a:hover, .co-check a:hover, .co-table a:hover { color: var(--navy); }

/* Inline code */
.co-section code,
.co-figure code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .88em;
  background: var(--purple-pale);
  color: var(--navy);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 1px 6px;
}

/* ═══ PROBLEM CARDS ═════════════════════════════════════════════
   The "pain" section. Muted (off) card faces with a yellow top
   accent set them apart from the white solution cards further down. */
.co-prob-grid {
  list-style: none;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-lg);
}
.co-probcard {
  background: var(--off);
  border: 1px solid var(--border);
  border-top: 3px solid var(--yellow);
  border-radius: var(--r-lg);
  padding: var(--sp-xl);
}
.co-probcard-ico {
  width: 44px; height: 44px; border-radius: var(--r-md);
  background: var(--white); border: 1px solid var(--border);
  color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--sp-md);
}
.co-probcard-ico svg { width: 22px; height: 22px; }
.co-probcard-eyebrow {
  display: block; font-family: var(--fh); font-size: .68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: 6px;
}
.co-probcard-h {
  font-family: var(--fh); font-size: 1.1rem; font-weight: 800;
  color: var(--ink); letter-spacing: -.02em; margin-bottom: var(--sp-sm);
}
.co-probcard-p { font-size: .93rem; color: var(--ink-light); line-height: 1.72; }

/* ═══ SPLIT: MEDIA + TEXT (60/40) ═══════════════════════════════
   Pairs a product screenshot with its explanation. Default puts the
   text left and media right; --reverse flips it. Sections alternate
   the two for visual rhythm. Stacks on narrow viewports, text first
   so the heading and copy lead for reading order and SEO.            */
.co-split {
  display: grid;
  grid-template-columns: 2fr 3fr;   /* text 40% | media 60% */
  gap: var(--sp-3xl);
  align-items: center;
}
.co-split--reverse { grid-template-columns: 3fr 2fr; }   /* media 60% | text 40% */
.co-split--reverse .co-split-media { order: 1; }
.co-split--reverse .co-split-text  { order: 2; }

.co-split-media { margin: 0; min-width: 0; }
.co-split-text  { min-width: 0; }
.co-split-text .co-section-h { margin-bottom: var(--sp-sm); }
.co-split-text .co-section-sub { margin-top: 0; margin-bottom: var(--sp-lg); }

/* ═══ INVESTIGATION STEPPER (inside the split text column) ══════ */
.co-stepper { list-style: none; display: grid; gap: var(--sp-lg); }
.co-stepper > li {
  display: grid; grid-template-columns: auto 1fr;
  gap: var(--sp-md); align-items: start;
}
.co-step-num {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: var(--r-sm);
  background: var(--navy); color: var(--yellow);
  font-family: var(--fh); font-size: .9rem; font-weight: 800;
  flex-shrink: 0;
}
.co-step-h {
  font-family: var(--fh); font-size: 1.1rem; font-weight: 800;
  color: var(--ink); letter-spacing: -.02em;
  margin-bottom: 4px;
}
.co-step-p {
  font-size: .92rem; color: var(--ink-light); line-height: 1.7;
}

/* ═══ REJECTED ROOT CAUSES ══════════════════════════════════════ */
.co-reject-list {
  list-style: none; display: flex; flex-wrap: wrap;
  gap: var(--sp-sm); margin-bottom: var(--sp-lg);
}
.co-reject {
  display: inline-flex; align-items: center; gap: var(--sp-sm);
  font-size: .9rem; color: var(--mid);
  background: var(--white);
  border: 1px solid var(--border-mid);
  border-radius: var(--r-pill);
  padding: 7px 16px 7px 12px;
}
.co-reject::before {
  content: ""; flex-shrink: 0;
  width: 14px; height: 2px; border-radius: 2px;
  background: var(--yellow-deep);
}
.co-section--tinted .co-reject { background: var(--white); }

/* ═══ CHECK LISTS ═══════════════════════════════════════════════ */
.co-check-list { list-style: none; display: grid; gap: var(--sp-md); }
.co-check {
  position: relative; padding-left: 30px;
  font-size: .98rem; color: var(--ink-light); line-height: 1.75;
}
.co-check::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 12px; height: 12px; border-radius: 3px;
  background: var(--yellow);
}

/* ═══ FIGURE ════════════════════════════════════════════════════
   Product screenshots inside a split media column. The column already
   sizes them (~60% of the row), so the image just fills it.           */
.co-figure-img {
  width: 100%; height: auto;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: 0 8px 40px rgba(27, 45, 74, .10);
}
.co-figure-cap {
  margin-top: var(--sp-md);
  font-size: .82rem; color: var(--muted); line-height: 1.6;
}

/* ═══ CARD GRID (signal handling) ═══════════════════════════════ */
.co-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-lg);
}
.co-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--sp-lg);
}
.co-card-h {
  font-family: var(--fh); font-size: 1rem; font-weight: 800;
  color: var(--ink); letter-spacing: -.02em;
  margin-bottom: var(--sp-sm);
}
.co-card-p { font-size: .92rem; color: var(--ink-light); line-height: 1.75; }

/* ═══ INTEGRATION TAG LIST ══════════════════════════════════════ */
.co-int-list {
  list-style: none; display: flex; flex-wrap: wrap; gap: var(--sp-sm);
}
.co-int-list a {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .9rem; font-weight: 600; color: var(--mid);
  background: var(--white);
  border: 1px solid var(--border-mid);
  border-radius: var(--r-pill);
  padding: 7px 16px 7px 10px;
  transition: color var(--dur-fast), border-color var(--dur-fast), transform .22s var(--ease-out-expo);
}
.co-int-list a:hover {
  color: var(--ink); border-color: var(--yellow); transform: translateY(-2px);
}
.co-int-logo { width: 18px; height: 18px; object-fit: contain; flex-shrink: 0; }
.co-int-mono {
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; border-radius: 4px; background: var(--off);
  font-family: var(--fh); font-size: .58rem; font-weight: 800; color: var(--navy); flex-shrink: 0;
}

/* Section CTA: small descriptive text + a browse button */
.co-int-cta {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: var(--sp-lg); margin-top: var(--sp-2xl);
  padding-top: var(--sp-lg); border-top: 1px solid var(--border);
}
.co-int-cta-text { font-size: .85rem; color: var(--muted); line-height: 1.6; max-width: 640px; margin: 0; }
.co-int-cta-btn { flex-shrink: 0; }

/* ═══ COMPARISON TABLE ══════════════════════════════════════════ */
.co-table-wrap {
  overflow-x: auto;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
}
.co-table-wrap:focus-visible { outline: 2px solid var(--purple); outline-offset: 2px; }
.co-table {
  width: 100%; border-collapse: collapse;
  font-size: .92rem; min-width: 720px;
}
.co-table th, .co-table td {
  text-align: left; padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.co-table thead th {
  font-family: var(--fh); font-size: .82rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .06em;
  color: var(--navy); background: var(--off);
  white-space: nowrap;
}
.co-table tbody th {
  font-weight: 600; color: var(--ink); width: 30%;
}
.co-table td { color: var(--ink-light); }
.co-table tbody tr:last-child th,
.co-table tbody tr:last-child td { border-bottom: none; }
.co-table tbody td:first-of-type { color: var(--ink); font-weight: 600; }

/* ═══ RELATED ASSISTANTS ════════════════════════════════════════ */
.co-related-h {
  font-family: var(--fh); font-size: 1.15rem; font-weight: 800;
  color: var(--ink); letter-spacing: -.02em;
  margin-bottom: var(--sp-md);
}
.co-related-list { list-style: none; display: flex; flex-wrap: wrap; gap: var(--sp-md); }
.co-related-list a {
  font-size: .95rem; font-weight: 600; color: var(--purple);
  text-decoration: underline; text-underline-offset: 3px;
  /* >=24px tap target (WCAG 2.5.8) */
  display: inline-flex; align-items: center; min-height: 24px; padding: 4px 2px;
}
.co-related-list a:hover { color: var(--navy); }

/* ═══ USE-CASE TILE (case study) ════════════════════════════════ */
.co-usecase {
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-xl); overflow: hidden;
  transition: transform .22s var(--ease-out-expo), box-shadow .22s, border-color var(--dur-fast);
}
.co-usecase:hover { transform: translateY(-3px); box-shadow: 0 18px 48px rgba(27,45,74,.14); border-color: var(--border-mid); }
.co-usecase-media { position: relative; min-height: 280px; }
.co-usecase-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.co-usecase-body { padding: var(--sp-2xl); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.co-usecase-tag { font-family: var(--fh); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--purple); margin-bottom: var(--sp-md); }
.co-usecase-h { font-family: var(--fh); font-size: clamp(1.3rem, 2.2vw, 1.7rem); font-weight: 800; color: var(--ink); letter-spacing: -.02em; line-height: 1.22; margin-bottom: var(--sp-md); }
.co-usecase-p { font-size: .98rem; color: var(--ink-light); line-height: 1.7; margin-bottom: var(--sp-lg); }
.co-usecase-link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fh); font-weight: 800; font-size: .95rem; color: var(--navy); }
.co-usecase-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: transform .22s var(--ease-out-expo); }
.co-usecase:hover .co-usecase-link { color: var(--purple); }
.co-usecase:hover .co-usecase-link svg { transform: translateX(4px); }

/* ═══ FAQ ═══════════════════════════════════════════════════════
   Reuses the shared #faq component. Answers here run 40 to 60 words,
   so the shared max-height needs headroom on narrow viewports.       */
.co-faq .faq-a.open { max-height: 480px; }

/* ═══ CLOSING CTA ═══════════════════════════════════════════════ */
.co-hero-ctas .btn-outline { padding: 13px 24px; }
#cta .cta-free-note a { text-decoration: underline; text-underline-offset: 3px; display: inline-block; min-height: 24px; padding: 4px 2px; }
/* Honeycomb overlay on the navy CTA card (sits behind .cta-inner). */
.co-cta-hc {
  position: absolute; inset: 0; z-index: 0;
  opacity: 0.07; pointer-events: none;
  overflow: hidden; border-radius: inherit;
}

/* ═══ FOCUS VISIBILITY ══════════════════════════════════════════ */
.co-section a:focus-visible,
.co-hero a:focus-visible,
.co-answer-band a:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}

/* ═══ CONTRAST PANELS (reads freely vs writes gated) ════════════ */
.co-contrast {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: var(--sp-lg); margin-bottom: var(--sp-xl);
}
.co-cpanel {
  background: var(--white); border: 1px solid var(--border);
  border-top: 3px solid var(--border-mid);
  border-radius: var(--r-lg); padding: var(--sp-xl);
}
.co-cpanel--read  { border-top-color: var(--purple); }
.co-cpanel--gated { border-top-color: var(--yellow); }
.co-cpanel-ico {
  width: 44px; height: 44px; border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--sp-md);
}
.co-cpanel-ico svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.co-cpanel--read  .co-cpanel-ico { background: var(--purple-pale); color: var(--purple); }
.co-cpanel--gated .co-cpanel-ico { background: rgba(250,200,53,.18); color: var(--yellow-deep); }
.co-cpanel-eyebrow {
  display: block; font-family: var(--fh); font-size: .68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: 6px;
}
.co-cpanel-h { font-family: var(--fh); font-size: 1.15rem; font-weight: 800; color: var(--ink); letter-spacing: -.02em; margin-bottom: var(--sp-sm); }
.co-cpanel-p { font-size: .93rem; color: var(--ink-light); line-height: 1.7; }

/* ═══ FEATURE GRID (guardrails, where-it-runs) ══════════════════ */
.co-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-lg); }
.co-feature-grid--3 { grid-template-columns: repeat(3, 1fr); }
.co-feature {
  display: grid; grid-template-columns: auto 1fr; gap: var(--sp-md); align-items: start;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: var(--sp-lg);
}
.co-feature-ico {
  width: 38px; height: 38px; border-radius: var(--r-md);
  background: var(--purple-pale); color: var(--purple);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.co-feature-ico svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.co-feature-h { font-family: var(--fh); font-size: .98rem; font-weight: 800; color: var(--ink); letter-spacing: -.02em; margin-bottom: 4px; }
.co-feature-p { font-size: .9rem; color: var(--ink-light); line-height: 1.65; }
.co-feature-p a { color: var(--purple); text-decoration: underline; text-underline-offset: 3px; }
.co-feature-p a:hover { color: var(--navy); }

/* ═══ CHIPS (approval channels, code agents) ════════════════════ */
.co-chip-row { margin-top: var(--sp-xl); }
.co-chip-label { display: block; font-size: .88rem; color: var(--muted); margin-bottom: var(--sp-md); }
.co-chips { list-style: none; display: flex; flex-wrap: wrap; gap: var(--sp-sm); }
.co-chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .85rem; font-weight: 600; color: var(--mid);
  background: var(--white); border: 1px solid var(--border-mid);
  border-radius: var(--r-pill); padding: 7px 15px;
}
.co-chip svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }
.co-chip-logo { width: 16px; height: 16px; object-fit: contain; flex-shrink: 0; }

/* ═══ HIGHLIGHT PANEL (memory) ══════════════════════════════════ */
.co-panel {
  background: var(--white); border: 1px solid var(--border);
  border-left: 4px solid var(--purple); border-radius: var(--r-lg);
  padding: var(--sp-xl); box-shadow: 0 4px 24px rgba(27, 45, 74, .06);
}
.co-panel > p { margin-bottom: var(--sp-md); }
.co-panel > p:last-of-type { margin-bottom: 0; }
.co-badges { display: flex; flex-wrap: wrap; gap: var(--sp-sm); margin-top: var(--sp-lg); }
.co-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .8rem; font-weight: 600; color: var(--navy);
  background: var(--purple-pale); border: 1px solid var(--border-mid);
  border-radius: var(--r-pill); padding: 6px 13px;
}
.co-badge svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2.2; }

/* ═══ FIX-MODE FLOW (code section) ══════════════════════════════ */
.co-flow { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-sm); margin: var(--sp-lg) 0; }
.co-flow > li { display: flex; align-items: center; gap: var(--sp-sm); }
.co-flow-step {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 9px 14px;
  font-size: .88rem; font-weight: 600; color: var(--ink);
}
.co-flow-step-n {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--navy); color: var(--yellow);
  font-family: var(--fh); font-size: .72rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.co-flow-arrow { color: var(--purple); font-weight: 700; }

/* ═══ STAT TILES (proof) ════════════════════════════════════════ */
.co-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-lg); margin-bottom: var(--sp-lg); }
.co-stat {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: var(--sp-xl); display: block;
}
a.co-stat { transition: transform .22s var(--ease-out-expo), border-color var(--dur-fast), box-shadow .22s; }
a.co-stat:hover { transform: translateY(-3px); border-color: var(--border-mid); box-shadow: 0 8px 30px rgba(27,45,74,.10); }
.co-stat-num {
  font-family: var(--fh); font-size: 2rem; font-weight: 800;
  color: var(--navy); letter-spacing: -.03em; line-height: 1;
  margin-bottom: var(--sp-md); display: flex; align-items: center; gap: 8px;
}
.co-stat-unit { font-size: 1.05rem; font-weight: 700; color: var(--muted); }
.co-stat-ico { width: 40px; height: 40px; color: var(--purple); }
.co-stat-ico svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.co-stat-p { font-size: .9rem; color: var(--ink-light); line-height: 1.6; }

/* ═══ RESPONSIVE ════════════════════════════════════════════════ */
@media (max-width: 980px) {
  .co-prob-grid { grid-template-columns: 1fr; gap: var(--sp-lg); }
  .co-cards { grid-template-columns: repeat(2, 1fr); }
  .co-stats { grid-template-columns: 1fr; }
  /* Split stacks to one column, text first (heading leads). Cap the
     media so a portrait screenshot does not tower over the copy.      */
  .co-split, .co-split--reverse { grid-template-columns: 1fr; gap: var(--sp-xl); }
  .co-split--reverse .co-split-media { order: 2; }
  .co-split--reverse .co-split-text  { order: 1; }
  .co-split-media { max-width: 560px; margin: 0 auto; width: 100%; }
}

@media (max-width: 720px) {
  .co-hero { padding: 64px var(--gutter-sm) var(--sp-xl); }
  .co-usecase { grid-template-columns: 1fr; }
  .co-usecase-media { min-height: 200px; height: 200px; }
  .co-usecase-body { padding: var(--sp-lg); }
  .co-statband { padding: var(--sp-2xl) var(--gutter-sm); }
  .co-statband-grid { grid-template-columns: 1fr; }
  .co-stat-cell { border-left: none; border-top: 1px solid rgba(255,255,255,.14); padding: var(--sp-lg) 0; }
  .co-stat-cell:first-child { border-top: none; }
  .co-answer-band { padding: 0 var(--gutter-sm) var(--sp-3xl); }
  .co-answer-inner { padding: var(--sp-lg); }
  .co-section { padding: var(--sp-3xl) var(--gutter-sm); }
  .co-section-header { margin-bottom: var(--sp-xl); }
  .co-cards { grid-template-columns: 1fr; }
  .co-contrast, .co-feature-grid, .co-feature-grid--3 { grid-template-columns: 1fr; }
  .co-cpanel, .co-feature, .co-panel, .co-stat { padding: var(--sp-lg); }
  .co-step { padding: var(--sp-lg); }
  .co-hero-ctas { gap: var(--sp-sm); }
  .co-faq .faq-a.open { max-height: 640px; }
}
