.cxh-landing {
  --htw-ink: #253551;
  --htw-ink-2: #3a4968;
  --htw-ink-soft: rgba(37,53,81,0.72);
  --htw-muted: #6b7890;
  --htw-peri: #7DA8F0;
  --htw-peri-2: #5d77a8;
  --htw-peri-soft: #e9f0fb;
  --htw-peri-mute: #8e9ab4;
  --htw-paper: #f6f8fc;
  --htw-paper-2: #eef2f8;
  --htw-paper-3: #d6dde9;
  --htw-rule: rgba(37,53,81,0.10);
  --htw-rule-2: #bfc8d9;
  --htw-green: #4fbf67;
  --htw-green-d: #1f7a3a;
  --htw-row-hover: #e5ecf4;

  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-size: 16px; line-height: 1.5;
  color: var(--htw-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.005em;
  max-width: 1100px; margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
  box-sizing: border-box;
}
.cxh-landing *, .cxh-landing *::before, .cxh-landing *::after { box-sizing: border-box; }
.cxh-landing h1, .cxh-landing h2, .cxh-landing h3, .cxh-landing h4 {
  margin: 0; font-weight: 600; letter-spacing: -0.02em;
  font-family: "Poppins", sans-serif;
}
.cxh-landing p { margin: 0; }
.cxh-landing a { text-decoration: none; }
.cxh-landing ul, .cxh-landing ol { margin: 0; padding: 0; list-style: none; }

.cxh-landing .cxh-wrap { padding: 12px 0 60px; display: flex; flex-direction: column; }

/* ════════════════════════════════════════════════════════════════════════
   Eyebrow — JetBrains Mono kicker label
   ════════════════════════════════════════════════════════════════════════ */
.cxh-eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--htw-peri-2);
}

/* ════════════════════════════════════════════════════════════════════════
   Buttons
   ════════════════════════════════════════════════════════════════════════ */
.cxh-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 24px; border-radius: 14px;
  font-size: 15px; font-weight: 600;
  cursor: pointer; border: 1px solid transparent;
  font-family: inherit;
  transition: transform .15s, box-shadow .15s, background .15s, color .15s, border-color .15s;
}
.cxh-btn-primary {
  background: var(--htw-ink); color: #fff;
  box-shadow: 0 8px 22px rgba(37,53,81,0.22);
}
.cxh-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgba(37,53,81,0.32); }
.cxh-btn-secondary {
  background: rgba(37,53,81,0.05); color: var(--htw-ink); border-color: rgba(37,53,81,0.1);
}
.cxh-btn-secondary:hover { background: rgba(37,53,81,0.08); }
.cxh-btn-on-dark { background: #fff; color: var(--htw-ink); border-color: #fff; }
.cxh-btn-on-dark:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(0,0,0,0.25); }
.cxh-btn svg { flex-shrink: 0; }
/* Font Awesome icons inside buttons match the previous SVG sizing */
.cxh-btn i { flex-shrink: 0; font-size: 14px; line-height: 1; }
.cxh-mv-seg button i { font-size: 13px; line-height: 1; }
.cxh-ms-icon { font-size: 16px; color: var(--htw-muted); flex-shrink: 0; }
.cxh-mfw-btn i { font-size: 13px; line-height: 1; }
.cxh-mp-case-check i { line-height: 1; }

/* ════════════════════════════════════════════════════════════════════════
   Hero
   ════════════════════════════════════════════════════════════════════════ */
.cxh-hero {
  padding: 64px 0 48px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.cxh-hero-eyebrow { font-size: 13px; font-weight: 600; }
.cxh-hero-title {
  font-size: clamp(32px, 5vw, 52px); line-height: 1.12;
  max-width: 18ch;
}
.cxh-hero-title em {
  font-family: "DM Serif Display", serif;
  font-style: italic; font-weight: 400;
  color: var(--htw-peri-2);
  letter-spacing: -0.005em;
}
.cxh-hero-sub {
  font-size: 19px; line-height: 1.65; color: var(--htw-ink-soft);
  max-width: 56ch; margin-top: 4px;
}
.cxh-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 12px; }
.cxh-hero-meta { font-size: 14px; color: var(--htw-muted); margin-top: 4px; }

/* ════════════════════════════════════════════════════════════════════════
   Section header
   ════════════════════════════════════════════════════════════════════════ */
.cxh-section {
  display: flex; flex-direction: column; gap: 32px;
  padding: 56px 0;
  border-top: 1px solid var(--htw-rule);
}
.cxh-section-head {
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.cxh-section-head h2 {
  font-size: clamp(26px, 3.6vw, 40px); line-height: 1.15;
  max-width: 22ch;
}
.cxh-section-head h2 em {
  font-family: "DM Serif Display", serif;
  font-style: italic; font-weight: 400;
  color: var(--htw-peri-2);
}
.cxh-section-head p {
  font-size: 18px; color: var(--htw-ink-soft); line-height: 1.7;
  max-width: 56ch;
}

/* ════════════════════════════════════════════════════════════════════════
   Steps (zigzag)
   ════════════════════════════════════════════════════════════════════════ */
.cxh-steps { display: flex; flex-direction: column; gap: 20px; }
.cxh-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px; align-items: start; padding: 32px;
  background: #fff; border: 1px solid var(--htw-rule);
  border-radius: 22px;
  box-shadow: 0 2px 10px rgba(37,53,81,0.04);
  min-width: 0;
}
.cxh-step-visual { align-self: center; display: grid; place-items: center; }
.cxh-step:nth-child(even) > .cxh-step-text { order: 2; }
.cxh-step:nth-child(even) > .cxh-step-visual { order: 1; }
.cxh-step-num {
  display: inline-grid; place-items: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--htw-peri-soft); color: var(--htw-peri-2);
  font-family: "DM Serif Display", serif; font-size: 18px;
  border: 1px solid rgba(125,168,240,0.35);
  margin-bottom: 16px;
}
.cxh-step-text h3 {
  font-family: "Poppins", sans-serif; font-size: 23px; font-weight: 600;
  line-height: 1.2; letter-spacing: -0.015em;
  margin-bottom: 12px;
}
.cxh-step-text h3 em {
  font-family: "DM Serif Display", serif;
  font-style: italic; font-weight: 400;
  color: var(--htw-peri-2);
}
.cxh-step-text p {
  font-size: 16px; color: var(--htw-ink-soft); line-height: 1.7; margin: 0 0 10px;
}
.cxh-step-text p:last-child { margin-bottom: 0; }
.cxh-step-text b { color: var(--htw-ink); font-weight: 600; }
.cxh-step-text em.k {
  font-family: "DM Serif Display", serif; font-style: italic; font-weight: 400;
  color: var(--htw-peri-2);
}

@media (max-width: 760px) {
  .cxh-step { grid-template-columns: 1fr; gap: 24px; padding: 24px; }
  .cxh-step:nth-child(even) > .cxh-step-text { order: 1; }
  .cxh-step:nth-child(even) > .cxh-step-visual { order: 2; }
}

/* ════════════════════════════════════════════════════════════════════════
   MOCKUP 1 — View switcher
   ════════════════════════════════════════════════════════════════════════ */
.cxh-mock-views {
  width: 100%; max-width: 460px;
  display: flex; flex-direction: column; gap: 14px;
  background: #fff; border: 1px solid var(--htw-rule);
  border-radius: 16px; padding: 18px;
  box-shadow: 0 20px 50px rgba(37,53,81,0.10), 0 4px 12px rgba(37,53,81,0.05);
}
.cxh-mv-seg {
  display: flex; gap: 2px; background: var(--htw-paper);
  border-radius: 10px; padding: 3px;
}
.cxh-mv-seg button {
  flex: 1; background: transparent; border: 0; padding: 10px 12px;
  border-radius: 8px;
  font: inherit; font-size: 13px; font-weight: 500; color: var(--htw-muted);
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  cursor: default;
}
.cxh-mv-seg button.on { background: var(--htw-ink); color: #fff; }
.cxh-mv-seg button.on svg { color: var(--htw-peri); }
.cxh-mv-thumbs {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px;
}
.cxh-mv-thumb {
  background: var(--htw-paper);
  border: 1px solid var(--htw-rule);
  border-radius: 8px; padding: 10px;
  display: flex; flex-direction: column; gap: 5px;
  min-height: 80px;
}
.cxh-mv-thumb-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--htw-muted);
  margin-bottom: 4px; font-weight: 600;
}
/* List view thumbnail — three rows with bars */
.cxh-mv-thumb.list .row {
  height: 6px; background: #fff; border: 1px solid var(--htw-rule);
  border-radius: 3px; display: flex; align-items: center; padding: 0 4px;
}
.cxh-mv-thumb.list .row .bar {
  flex: 1; height: 2px; background: var(--htw-paper-3);
  border-radius: 2px; position: relative; margin-left: 4px;
}
.cxh-mv-thumb.list .row .bar::after {
  content: ""; position: absolute; left: 0; top: 0; height: 100%;
  background: linear-gradient(90deg, #7DA8F0 0%, #253551 100%);
  border-radius: 2px;
}
.cxh-mv-thumb.list .row.r1 .bar::after { width: 60%; }
.cxh-mv-thumb.list .row.r2 .bar::after { width: 30%; }
.cxh-mv-thumb.list .row.r3 .bar::after { width: 80%; }
/* Grid thumbnail — 2x2 cards with rings */
.cxh-mv-thumb.grid .grid-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px; flex: 1;
}
.cxh-mv-thumb.grid .card {
  background: #fff; border: 1px solid var(--htw-rule);
  border-radius: 4px; padding: 4px;
  display: flex; align-items: center; justify-content: center;
}
.cxh-mv-thumb.grid .ring {
  width: 14px; height: 14px; border-radius: 50%;
  border: 2px solid var(--htw-paper-3);
  border-top-color: var(--htw-peri);
  transform: rotate(45deg);
}
/* Priority thumbnail — 4 columns */
.cxh-mv-thumb.priority .cols {
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 2px; flex: 1;
}
.cxh-mv-thumb.priority .col { border-radius: 3px; }
.cxh-mv-thumb.priority .col.c1 { background: #fff; border: 1px solid var(--htw-rule); }
.cxh-mv-thumb.priority .col.c2 { background: var(--htw-peri-soft); }
.cxh-mv-thumb.priority .col.c3 { background: var(--htw-peri-2); }
.cxh-mv-thumb.priority .col.c4 { background: var(--htw-ink); }

/* ════════════════════════════════════════════════════════════════════════
   MOCKUP 2 — Search with chips
   ════════════════════════════════════════════════════════════════════════ */
.cxh-mock-search {
  width: 100%; max-width: 460px;
  display: flex; flex-direction: column; gap: 0;
  background: #fff; border: 1px solid var(--htw-rule);
  border-radius: 16px; padding: 18px 18px 12px;
  box-shadow: 0 20px 50px rgba(37,53,81,0.10), 0 4px 12px rgba(37,53,81,0.05);
}
.cxh-ms-bar {
  display: flex; align-items: center; gap: 10px;
  background: var(--htw-paper);
  border: 1px solid transparent;
  border-radius: 10px; padding: 8px 12px;
  min-height: 48px;
}
.cxh-ms-bar svg { color: var(--htw-muted); flex-shrink: 0; }
.cxh-ms-chips {
  display: flex; flex-wrap: wrap; gap: 6px; align-items: center;
  flex: 1; min-width: 0;
}
.cxh-ms-chip {
  background: var(--htw-peri-soft);
  border: 1px solid rgba(125,168,240,0.35);
  color: var(--htw-ink);
  border-radius: 999px;
  padding: 4px 10px 4px 12px;
  font-size: 13px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 6px;
  white-space: nowrap;
}
.cxh-ms-chip span {
  display: inline-grid; place-items: center;
  width: 14px; height: 14px;
  font-size: 12px; line-height: 1;
  color: var(--htw-ink); opacity: 0.6;
}
.cxh-ms-cursor {
  color: var(--htw-muted); font-size: 14px;
  display: inline-flex; align-items: center;
}
.cxh-ms-cursor::after {
  content: "|"; margin-left: 1px;
  animation: cxh-blink 1s steps(2, start) infinite;
  color: var(--htw-ink); font-weight: 300;
}
@keyframes cxh-blink { to { visibility: hidden; } }

/* Dropdown panel */
.cxh-ms-dropdown {
  margin-top: 8px;
  border: 1px solid var(--htw-rule);
  border-radius: 10px; overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 32px -12px rgba(20,28,46,0.12);
}
.cxh-ms-option {
  padding: 9px 14px; font-size: 13px; color: var(--htw-ink);
  border-bottom: 1px solid var(--htw-rule);
}
.cxh-ms-option:last-child { border-bottom: 0; }
.cxh-ms-option.on { background: var(--htw-ink); color: #fff; }
.cxh-ms-option .meta { color: var(--htw-muted); font-size: 11px; margin-left: 6px; }
.cxh-ms-option.on .meta { color: rgba(255,255,255,0.65); }
.cxh-ms-foot {
  padding: 8px 14px;
  font-family: "JetBrains Mono", monospace; font-size: 10px;
  color: var(--htw-muted); letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--htw-paper);
}

/* ════════════════════════════════════════════════════════════════════════
   MOCKUP 3 — Filter popover
   ════════════════════════════════════════════════════════════════════════ */
.cxh-mock-filter-wrap {
  width: 100%; max-width: 420px;
  display: flex; flex-direction: column; gap: 10px;
  align-items: flex-end;
}
.cxh-mfw-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--htw-ink); color: #fff;
  border: 1px solid var(--htw-ink);
  padding: 11px 16px; border-radius: 10px;
  font-size: 14px; font-weight: 500;
}
.cxh-mfw-btn svg { color: var(--htw-peri); }
.cxh-mfw-btn-count {
  background: var(--htw-peri); color: var(--htw-ink);
  font-family: "DM Serif Display", serif; font-size: 13px; font-weight: 400;
  width: 20px; height: 20px; border-radius: 50%;
  display: inline-grid; place-items: center; line-height: 1;
}
.cxh-mfw-pop {
  width: 100%; background: #fff; border-radius: 14px;
  border: 1px solid var(--htw-rule);
  box-shadow: 0 20px 50px rgba(37,53,81,0.16), 0 6px 18px rgba(37,53,81,0.08);
  overflow: hidden;
  position: relative;
}
.cxh-mfw-pop::before {
  content: "";
  position: absolute; top: -7px; right: 22px;
  width: 12px; height: 12px;
  background: #fff;
  border-top: 1px solid var(--htw-rule);
  border-left: 1px solid var(--htw-rule);
  transform: rotate(45deg);
}
.cxh-mfw-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 18px; border-bottom: 1px solid var(--htw-rule);
  font-family: "JetBrains Mono", monospace; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--htw-muted); font-weight: 600;
}
.cxh-mfw-reset {
  font-size: 11px; color: var(--htw-peri-2);
  letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
}
.cxh-mfw-rows { padding: 4px 0; }
.cxh-mfw-row {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 12px 18px;
}
.cxh-mfw-row + .cxh-mfw-row { border-top: 1px solid var(--htw-rule); }
.cxh-mfw-row-label { font-size: 14px; font-weight: 500; color: var(--htw-ink); }
.cxh-mfw-row-hint { font-size: 12px; color: var(--htw-muted); margin-top: 2px; }
.cxh-mfw-switch {
  position: relative; width: 36px; height: 20px; border-radius: 999px;
  background: var(--htw-paper-3);
  flex-shrink: 0;
}
.cxh-mfw-switch::after {
  content: ""; position: absolute; top: 2px; left: 2px;
  width: 16px; height: 16px; border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: transform .18s;
}
.cxh-mfw-switch.on { background: var(--htw-ink); }
.cxh-mfw-switch.on::after { transform: translateX(16px); background: var(--htw-peri); }

/* ════════════════════════════════════════════════════════════════════════
   Filter detail cards
   ════════════════════════════════════════════════════════════════════════ */
.cxh-filter-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.cxh-filter-card {
  background: #fff; border: 1px solid var(--htw-rule);
  border-radius: 18px; padding: 22px;
  display: flex; flex-direction: column; gap: 14px;
  box-shadow: 0 1px 4px rgba(37,53,81,0.04);
}
.cxh-fc-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 12px;
}
.cxh-fc-title {
  font-family: "Poppins", sans-serif; font-size: 17px; font-weight: 600;
  color: var(--htw-ink); line-height: 1.2;
}
.cxh-fc-tag {
  font-family: "JetBrains Mono", monospace; font-size: 9.5px;
  font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--htw-muted);
  background: var(--htw-paper); padding: 4px 9px;
  border-radius: 999px; flex-shrink: 0;
}
.cxh-fc-tag.on {
  background: var(--htw-peri-soft); color: var(--htw-peri-2);
}
.cxh-fc-tag.off {
  background: rgba(37,53,81,0.05); color: var(--htw-muted);
}
.cxh-fc-body {
  font-size: 14.5px; color: var(--htw-ink-soft); line-height: 1.6;
}
.cxh-fc-body b { color: var(--htw-ink); font-weight: 600; }
.cxh-fc-example {
  margin-top: auto;
  background: var(--htw-paper);
  border-radius: 8px; padding: 12px 14px;
  font-size: 13px; color: var(--htw-muted);
  line-height: 1.5;
  display: flex; flex-direction: column; gap: 6px;
}
.cxh-fc-example .label {
  font-family: "JetBrains Mono", monospace; font-size: 9.5px;
  font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--htw-muted);
}
.cxh-fc-example b { color: var(--htw-ink); font-weight: 600; }

/* ════════════════════════════════════════════════════════════════════════
   MOCKUP 4 — Progress / completion
   ════════════════════════════════════════════════════════════════════════ */
.cxh-mock-prog {
  width: 100%; max-width: 460px;
  display: flex; flex-direction: column; gap: 6px;
  font-size: 11px;
}
.cxh-mp-row {
  background: #fff; border: 1px solid var(--htw-rule);
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 1px 3px rgba(37,53,81,0.04);
}
.cxh-mp-row.open { border-color: var(--htw-ink); }
.cxh-mp-row-head {
  display: grid; grid-template-columns: 16px 1fr 110px;
  align-items: center; gap: 10px;
  padding: 12px 14px;
  font-size: 13px; font-weight: 500; color: var(--htw-ink);
}
.cxh-mp-row.open .cxh-mp-row-head {
  background: var(--htw-ink); color: #fff;
}
.cxh-mp-chev { font-size: 16px; color: var(--htw-muted); font-weight: 300; line-height: 1; text-align: center; }
.cxh-mp-row.open .cxh-mp-chev { color: #fff; }
.cxh-mp-track {
  height: 5px; background: var(--htw-paper-3);
  border-radius: 999px; overflow: hidden;
  display: flex; align-items: center;
}
.cxh-mp-row.open .cxh-mp-track { background: rgba(255,255,255,0.18); }
.cxh-mp-track > span {
  display: block; height: 100%;
  background-image: linear-gradient(90deg, #7DA8F0 0%, #5d77a8 45%, #3a4968 75%, #253551 100%);
  border-radius: 999px;
}
.cxh-mp-row.open .cxh-mp-track > span { background: var(--htw-paper-3); }
.cxh-mp-progress { display: flex; align-items: center; gap: 10px; min-width: 0; }
.cxh-mp-track-wrap { flex: 1; min-width: 60px; }
.cxh-mp-count {
  font-family: "JetBrains Mono", monospace; font-size: 10px;
  color: var(--htw-muted); letter-spacing: 0.06em; white-space: nowrap;
}
.cxh-mp-row.open .cxh-mp-count { color: rgba(255,255,255,0.8); }
.cxh-mp-count b { color: var(--htw-ink); font-weight: 600; }
.cxh-mp-row.open .cxh-mp-count b { color: #fff; }

/* Cases under expanded row */
.cxh-mp-cases {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-top: 1px solid var(--htw-rule);
  background: var(--htw-paper);
}
.cxh-mp-case {
  display: grid; grid-template-columns: 16px 1fr auto;
  align-items: center; gap: 10px;
  padding: 9px 14px;
  border-bottom: 1px solid var(--htw-rule);
  font-size: 12px; color: var(--htw-ink);
}
.cxh-mp-case-check {
  width: 14px; height: 14px; border-radius: 3px;
  border: 1.5px solid var(--htw-rule-2); background: #fff;
  display: grid; place-items: center;
}
.cxh-mp-case-check.done {
  background: var(--htw-green); border-color: var(--htw-green);
}
.cxh-mp-case-stars {
  font-size: 9px; letter-spacing: 1px; color: var(--htw-rule-2);
}
.cxh-mp-case-stars.s2 .star.on,
.cxh-mp-case-stars.s3 .star.on { color: var(--htw-peri); }

/* ════════════════════════════════════════════════════════════════════════
   FAQ
   ════════════════════════════════════════════════════════════════════════ */
.cxh-faq { display: flex; flex-direction: column; gap: 12px; max-width: 720px; margin: 0 auto; width: 100%; }
.cxh-faq-item {
  background: #fff; border: 1px solid var(--htw-rule);
  border-radius: 14px; overflow: hidden;
}
.cxh-faq-item summary {
  list-style: none; cursor: pointer;
  padding: 18px 20px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-weight: 600; font-size: 16px; color: var(--htw-ink);
}
.cxh-faq-item summary::-webkit-details-marker { display: none; }
.cxh-faq-item summary::after {
  content: "+"; font-size: 22px; color: var(--htw-muted);
  font-weight: 300; line-height: 1; flex-shrink: 0;
}
.cxh-faq-item[open] summary::after { content: "−"; }
.cxh-faq-item p {
  padding: 0 20px 18px; margin: 0;
  font-size: 15.5px; color: var(--htw-ink-soft); line-height: 1.7;
}
.cxh-faq-item p + p { padding-top: 0; padding-bottom: 18px; margin-top: -8px; }

/* ════════════════════════════════════════════════════════════════════════
   Final CTA
   ════════════════════════════════════════════════════════════════════════ */
.cxh-final {
  margin: 32px 0 16px;
  padding: 56px 32px;
  border-radius: 28px;
  background:
    radial-gradient(800px 240px at 100% 0%, rgba(125,168,240,0.32), transparent 60%),
    radial-gradient(500px 160px at 0% 100%, rgba(214,221,233,0.14), transparent 55%),
    linear-gradient(160deg, #2d4068 0%, #253551 60%);
  color: #fff; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  position: relative; overflow: hidden;
}
.cxh-final-eyebrow {
  font-family: "JetBrains Mono", monospace; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--htw-peri); font-weight: 600;
}
.cxh-final h2 {
  font-size: clamp(26px, 3.6vw, 38px); font-weight: 600;
  color: #fff; max-width: 22ch; line-height: 1.15;
}
.cxh-final h2 em {
  font-family: "DM Serif Display", serif; font-style: italic; font-weight: 400;
  color: var(--htw-peri);
}
.cxh-final p {
  font-size: 17px; color: rgba(214,221,233,0.85); margin: 0 auto 16px;
  max-width: 50ch; line-height: 1.7;
}
.cxh-final .cxh-btn { z-index: 1; }
.cxh-final .cxh-btn-primary { background: #fff; color: var(--htw-ink); border-color: #fff; }

/* ════════════════════════════════════════════════════════════════════════
   Responsive tweaks
   ════════════════════════════════════════════════════════════════════════ */
@media (max-width: 760px) {
  .cxh-section { padding: 40px 0; }
  .cxh-final { padding: 40px 22px; border-radius: 22px; margin: 20px 0 12px; }
}
