/* Callabra /industries + /industries/<slug> — IndustryPage template styles.
   Chrome (header/footer/buttons) lives in site-pages.css; the FAQ accordion in answers.css.
   Tokens only. Motion: CSS-only, one-shot, armed by `.is-in` (industries.js IntersectionObserver); reduced-motion = final states. */

.in-main { padding-bottom: clamp(64px, 8vw, 112px); }
.in-wrap { box-sizing: border-box; max-width: 1120px; margin: 0 auto; padding: 0 28px; }   /* border-box like the homepage .wrap-narrow, so card widths match exactly */
.in-prose { max-width: 720px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* breadcrumb */
.in-crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px 0; font: 500 13.5px/1.4 var(--font-body); color: var(--steel-2); }
.in-crumbs li + li::before { content: "›"; margin: 0 9px; color: var(--steel-2); }
.in-crumbs a { color: var(--steel); text-decoration: none; }
.in-crumbs a:hover { color: var(--orange); }
.in-crumbs [aria-current] { color: var(--ink); font-weight: 600; }

/* hero (tighter bottom gap per brief) */
.in-hero { padding: clamp(36px, 5vw, 64px) 0 clamp(20px, 3vw, 36px); }
.in-hero--hub { padding-bottom: clamp(24px, 3vw, 40px); }
.in-h1 { max-width: 18ch; font-family: var(--font-display); font-weight: 600; font-size: clamp(38px, 5.4vw, 64px); line-height: 1.02; letter-spacing: -0.03em; margin: 22px 0 0; color: var(--ink); text-wrap: balance; }
.in-sub { font-size: 19px; line-height: 1.55; color: var(--steel); max-width: 62ch; margin: 20px 0 0; text-wrap: pretty; }
.in-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.in-cta-row--center { justify-content: center; }

/* hero: copy | compact 'need → booked' strip (data-driven caller line, template stage labels) */
.in-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
@media (min-width: 1000px) { .in-hero--visual .in-hero-grid { grid-template-columns: minmax(0, 1fr) 300px; } .in-hero--visual .in-h1 { font-size: clamp(38px, 5.4vw, 56px); } }   /* fixed-width strip + a step down on the h1 so it keeps its 2 lines beside it */
.hv { display: block; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl, 20px); padding: 18px 20px; width: 300px; box-sizing: border-box; }
@media (max-width: 999px) { .hv { width: 100%; padding: 14px 16px 12px; } .hv-example { font-size: 17px; margin-bottom: 10px; padding-bottom: 10px; } .hv-stage { min-height: 30px; } .hv-label { font-size: 13.5px; } .hv-stage--done .hv-label { font-size: 15px; } .in-hero--visual .in-hero-grid { gap: 26px; } }
.hv-example { font-family: var(--font-display); font-weight: 600; font-size: clamp(19px, 1.6vw, 22px); line-height: 1.2; letter-spacing: -0.015em; color: var(--ink); margin: 0 0 14px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.hv-stages { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; animation-name: var(--hvcol); animation-duration: var(--hvt); animation-timing-function: linear; animation-iteration-count: infinite; animation-fill-mode: none; animation-play-state: paused; }
.hv-stage { position: relative; display: flex; align-items: center; gap: 12px; min-height: 34px; padding-left: 2px; opacity: .3; transform: translateY(4px); animation-name: var(--hvn); animation-duration: var(--hvt); animation-timing-function: linear; animation-iteration-count: infinite; animation-fill-mode: none; animation-play-state: paused; }
.hv-stage::before { content: ""; position: absolute; left: 8px; top: 100%; height: 6px; width: 2px; background: var(--line); }
.hv-stage:last-child::before { display: none; }
.hv-dot { flex-shrink: 0; width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--border-strong); background: var(--white); position: relative; overflow: hidden; }
.hv-dot::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: var(--ink); animation-name: var(--hvc); animation-duration: var(--hvt); animation-timing-function: linear; animation-iteration-count: infinite; animation-fill-mode: none; animation-play-state: paused; }
.hv-stage--done .hv-dot { border-color: var(--teal); }
.hv-stage--done .hv-dot::after { background: var(--teal); }
.hv-label { font: 600 14.5px/1.3 var(--font-body); color: var(--ink); letter-spacing: -0.005em; }
.hv-stage--done .hv-label { font-family: var(--font-display); font-size: 16px; color: var(--teal-press); }
.is-vis .hv-stages, .is-vis .hv-stage, .is-vis .hv-dot::after { animation-play-state: running; }

/* sections */
.in-sec { padding: clamp(40px, 5.5vw, 76px) 0 0; }
.in-sec-head { max-width: 720px; }
.in-h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(28px, 3.6vw, 46px); line-height: 1.05; letter-spacing: -0.025em; margin: 14px 0 0; color: var(--ink); text-wrap: balance; }
.in-h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(22px, 2.4vw, 28px); line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 18px; color: var(--ink); }
.in-sub-h2 { font-size: 18px; line-height: 1.55; color: var(--steel); max-width: 62ch; margin: 16px 0 0; text-wrap: pretty; }
.in-body, .in-body-lead, .in-closing { margin-top: 22px; }
.in-body p, .in-body-lead p, .in-closing { font-size: 17px; line-height: 1.65; color: var(--steel); margin: 0 0 14px; text-wrap: pretty; }
.in-body p:last-child { margin-bottom: 0; }
.in-body-lead p { font-size: 18px; }
.in-closing { font-weight: 500; color: var(--ink); }

/* intro — compressed: eyebrow + h2 left, the three short sentences right */
.in-sec--intro { padding-top: clamp(24px, 3vw, 40px); }
.in-sec--intro .in-wrap { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(20px, 3vw, 48px); align-items: end; }
.in-sec--intro .in-h2 { font-size: clamp(26px, 3vw, 38px); }
.in-sec--intro .in-body { margin-top: 0; padding-bottom: 6px; }
.in-sec--intro .in-body p { font-size: 16.5px; line-height: 1.55; margin-bottom: 6px; }

/* cards (homepage shell) */
.in-grid { display: grid; gap: clamp(16px, 2vw, 24px); margin-top: clamp(28px, 3.4vw, 44px); }
.in-grid--1 { grid-template-columns: minmax(0, 560px); }
.in-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.in-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.in-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.in-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(20px, 2vw, 26px); min-width: 0;
  transition: transform .35s var(--ease-standard), border-color .35s var(--ease-standard), box-shadow .35s var(--ease-standard); }
.in-card:hover { transform: translateY(-3px); border-color: var(--border-strong); box-shadow: 0 12px 32px rgba(23,24,26,0.07); }
.in-card-h { font-family: var(--font-display); font-weight: 600; font-size: 21px; line-height: 1.12; letter-spacing: -0.02em; margin: 0; color: var(--ink); }
.in-card-p { font-size: 15px; line-height: 1.5; color: var(--steel); margin: 8px 0 0; }
.in-card-p p { margin: 0 0 8px; } .in-card-p p:last-child { margin-bottom: 0; }

/* ── PAIN POINTS: the homepage 'revenue leak' scenes, reused verbatim (markup + CSS come from index.html via
   site-scenes.css, generated at build time). Only the section band and grid spacing live here. ── */
.in-sec--pain { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-bottom: clamp(40px, 5.5vw, 76px); margin-top: clamp(36px, 5vw, 64px); }
.in-sec--pain + .in-sec { padding-top: clamp(40px, 5.5vw, 76px); }
.in-lk-grid { margin-top: clamp(36px, 4vw, 52px); }

/* shared one-shot entrance keyframes (workflow demo · conversation · rules) */
@keyframes in-rise { to { opacity: 1; transform: translateY(0); } }
@keyframes in-fade { to { opacity: 1; } }

/* ── WORKFLOW DEMO: tabs + node progression ── */
.in-sec--scn { padding-top: clamp(44px, 6vw, 84px); }
.wf { margin-top: clamp(24px, 3vw, 36px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl, 20px); overflow: hidden; }
.wf-tabs { display: flex; gap: 6px; padding: 10px; border-bottom: 1px solid var(--line); background: var(--paper); overflow-x: auto; scrollbar-width: none; }
.wf-tabs::-webkit-scrollbar { display: none; }
.wf-tab { flex: 0 0 auto; border: 1px solid transparent; background: transparent; border-radius: var(--radius-pill); padding: 10px 16px; font: 600 12.5px/1 var(--font-body); letter-spacing: 0.1em; text-transform: uppercase; color: var(--steel); cursor: pointer; transition: background var(--dur-fast) var(--ease-standard), color var(--dur-fast) var(--ease-standard); }
.wf-tab:hover { color: var(--ink); }
.wf-tab[aria-selected="true"] { background: var(--ink); color: var(--paper); }
.wf-tab:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; }
.wf-panel { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(24px, 3vw, 48px); padding: clamp(22px, 2.6vw, 36px); }
.wf-panel[hidden] { display: none; }
.wf-panel:focus-visible { outline: 2px solid var(--teal); outline-offset: -2px; }
.wf-visual { display: flex; align-items: center; }
.wf-nodes { list-style: none; margin: 0; padding: 0 0 0 4px; display: flex; flex-direction: column; width: 100%; max-width: 360px; }
.wf-node { position: relative; display: flex; align-items: center; gap: 14px; min-height: 40px; padding: 2px 0; opacity: .32; transform: translateX(-6px);
  animation-name: var(--wfn); animation-duration: var(--wfc); animation-timing-function: linear; animation-iteration-count: infinite; animation-fill-mode: none; animation-play-state: paused; }
.wf-nodes { animation-name: var(--wfcol); animation-duration: var(--wfc); animation-timing-function: linear; animation-iteration-count: infinite; animation-fill-mode: none; animation-play-state: paused; }   /* no-JS: nodes visible at rest */
.wf-node::before { content: ""; position: absolute; left: 9px; top: 100%; width: 2px; height: 0; background: var(--line);
  animation-name: var(--wfl); animation-duration: var(--wfc); animation-timing-function: linear; animation-iteration-count: infinite; animation-fill-mode: none; animation-play-state: paused; }
.wf-node:last-child::before { display: none; }
.wf-dot { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--border-strong); background: var(--white); position: relative; }
.wf-label { font: 600 15.5px/1.3 var(--font-body); color: var(--ink); letter-spacing: -0.005em; }
.wf-node--done .wf-label { font-family: var(--font-display); font-size: 17.5px; color: var(--teal-press); letter-spacing: -0.01em; }
.wf-node--done .wf-dot { border-color: var(--teal); background: var(--teal); }
.wf-node--done .wf-dot::after { content: ""; position: absolute; left: 5px; top: 2px; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.wf-node:not(.wf-node--done) .wf-dot::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--ink); opacity: 0;
  animation-name: var(--wfd); animation-duration: var(--wfc); animation-timing-function: linear; animation-iteration-count: infinite; animation-fill-mode: none; animation-play-state: paused; }
/* the loop only runs on the visible panel of a section that is on screen in a visible tab (.is-vis is toggled by industries.js) */
.is-vis .wf-panel:not([hidden]) .wf-nodes, .is-vis .wf-panel:not([hidden]) .wf-node, .is-vis .wf-panel:not([hidden]) .wf-node::before, .is-vis .wf-panel:not([hidden]) .wf-node:not(.wf-node--done) .wf-dot::after { animation-play-state: running; }
.wf-text { display: flex; flex-direction: column; justify-content: center; }
.wf-h { font-family: var(--font-display); font-weight: 600; font-size: clamp(22px, 2.2vw, 27px); line-height: 1.12; letter-spacing: -0.02em; margin: 0; color: var(--ink); }
.wf-ex { font-size: 17px; line-height: 1.45; color: var(--steel); font-style: italic; margin: 10px 0 0; }
.wf-chips { list-style: none; margin: 14px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.wf-chips li { font: 500 12.5px/1 var(--font-body); color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-pill); padding: 7px 11px; }
.wf-outcome { font-size: 16.5px; line-height: 1.55; color: var(--ink); font-weight: 500; margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); }
.wf-flow { font-size: 15px; line-height: 1.7; color: var(--ink); font-weight: 500; margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); }
.wf-flow span { color: var(--teal); margin: 0 2px; }
.wf-notes { margin-top: 12px; }
.wf-notes p { font-size: 14.5px; line-height: 1.55; color: var(--steel); margin: 0 0 6px; }
.wf-close { font-size: 15px; line-height: 1.5; color: var(--ink); font-weight: 600; margin: 16px 0 0; }
.wf-panel .wf-text > * { animation: in-rise .5s var(--ease-standard) .2s both; }   /* re-runs each time a panel is shown (display:none resets it) */

/* ── CONVERSATION EXAMPLES: one example at a time, rows reveal in order ── */
.cx { margin-top: clamp(24px, 3vw, 36px); max-width: 900px; }
.cx-stage { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl, 20px); overflow: hidden; }
.cx-panel { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); min-height: 232px; }
.cx-panel[hidden] { display: none; }
.cx-panel:focus-visible { outline: 2px solid var(--teal); outline-offset: -2px; }
.cx-cust { padding: clamp(22px, 2.6vw, 32px); background: var(--paper); border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.cx-ai { padding: clamp(22px, 2.6vw, 32px); display: flex; flex-direction: column; justify-content: center; }
.cx-who { display: inline-block; font: 600 11px/1 var(--font-body); letter-spacing: 0.14em; text-transform: uppercase; color: var(--steel-2); margin-bottom: 12px; }
.cx-who--ai { color: var(--teal-press); }
.cx-quote { font-family: var(--font-display); font-weight: 600; font-size: clamp(21px, 2.1vw, 26px); line-height: 1.2; letter-spacing: -0.015em; color: var(--ink); margin: 0; opacity: 0; transform: translateY(8px); }
.cx-rows { margin: 0; display: flex; flex-direction: column; gap: 12px; }
.cx-row { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 12px; align-items: baseline; opacity: 0; transform: translateY(8px); }
.cx-row:first-child { grid-template-columns: minmax(0, 1fr); }
.cx-row dt { font: 600 11.5px/1.5 var(--font-body); letter-spacing: 0.1em; text-transform: uppercase; color: var(--steel); }
.cx-row dd { margin: 0; font-size: 17px; line-height: 1.45; color: var(--ink); font-weight: 500; }
.cx-row:first-child dd { font-family: var(--font-display); font-size: clamp(19px, 1.9vw, 23px); font-weight: 600; letter-spacing: -0.015em; }
.cx-row:last-child dd { color: var(--teal-press); font-weight: 600; }
.cx-panel.is-live .cx-quote { animation: in-rise .45s var(--ease-standard) .1s forwards; }
.cx-panel.is-live .cx-row { animation: in-rise .45s var(--ease-standard) forwards; animation-delay: calc(.9s + var(--j) * .7s); }
.cx-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.cx-tab { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); background: var(--white); border-radius: var(--radius-pill); padding: 8px 14px 8px 10px; font: 500 13.5px/1 var(--font-body); color: var(--steel); cursor: pointer; max-width: 100%; transition: border-color var(--dur-fast) var(--ease-standard), color var(--dur-fast) var(--ease-standard); }
.cx-tab:hover { color: var(--ink); border-color: var(--border-strong); }
.cx-tab[aria-selected="true"] { color: var(--ink); border-color: var(--ink); }
.cx-tab:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; }
.cx-dot { width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid var(--border-strong); flex-shrink: 0; }
.cx-tab[aria-selected="true"] .cx-dot { background: var(--teal); border-color: var(--teal); }
.cx-tab-q { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ── RULES PANEL: copy left, configuration panel right, staggered activation ── */
.rp-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: clamp(24px, 4vw, 64px); align-items: center; margin-top: clamp(20px, 2.6vw, 32px); }
.rp-copy .in-body-lead { margin-top: 0; }
.rp-copy .in-closing { margin-top: 20px; font-family: var(--font-display); font-weight: 600; font-size: clamp(19px, 1.9vw, 23px); line-height: 1.25; letter-spacing: -0.015em; }
.rp { background: var(--ink); color: var(--paper); border-radius: var(--radius-xl, 20px); padding: 18px 22px 22px; box-shadow: 0 24px 60px rgba(23,24,26,0.18); }
.rp-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid rgba(247,245,240,0.12); }
.rp-label { font: 600 11.5px/1 var(--font-body); letter-spacing: 0.16em; text-transform: uppercase; color: var(--steel-2); }
.rp-lights { display: inline-flex; gap: 6px; }
.rp-lights i { width: 8px; height: 8px; border-radius: 50%; background: rgba(247,245,240,0.18); }
.rp-lights i:first-child { background: var(--orange); }
.rp-list { list-style: none; margin: 14px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 22px; }
.rp-rule { display: flex; align-items: center; gap: 10px; font: 500 14.5px/1.35 var(--font-body); color: rgba(247,245,240,0.55); opacity: .5; transform: translateX(-4px); }
.rp-check { flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid rgba(247,245,240,0.28); position: relative; }
.rp-check::after { content: ""; position: absolute; left: 5px; top: 2px; width: 4px; height: 8px; border: solid #fff; border-width: 0 1.8px 1.8px 0; transform: rotate(45deg); opacity: 0; }
.is-in .rp-rule { animation: rp-on .4s var(--ease-standard) forwards; animation-delay: calc(.2s + var(--j) * .16s); }
.is-in .rp-check { animation: rp-check .3s var(--ease-standard) forwards; animation-delay: calc(.3s + var(--j) * .16s); }
.is-in .rp-check::after { animation: in-fade .2s var(--ease-standard) forwards; animation-delay: calc(.45s + var(--j) * .16s); }
@keyframes rp-on { to { opacity: 1; transform: translateX(0); color: var(--paper); } }
@keyframes rp-check { to { background: var(--teal); border-color: var(--teal); } }

/* section-level demo trigger + FAQ 'more answers' link */
.in-sec-cta { margin-top: 22px; }
.in-faq-more { max-width: 860px; margin: 18px 0 0; font: 600 16px/1.4 var(--font-body); }
.in-faq-more a { color: var(--orange); text-decoration: none; border-bottom: 1px solid rgba(255,106,0,0.4); }
.in-faq-more a:hover { color: var(--orange-press); border-bottom-color: currentColor; }

/* proof (optional) */
.in-quotes { max-width: 860px; display: grid; gap: 18px; margin-top: clamp(28px, 3.4vw, 44px); }
.in-quote { margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(22px, 2.4vw, 30px); border-left: 3px solid var(--teal); }
.in-quote blockquote { margin: 0; }
.in-quote p { font-family: var(--font-display); font-weight: 500; font-size: clamp(19px, 2vw, 23px); line-height: 1.35; letter-spacing: -0.01em; color: var(--ink); margin: 0; text-wrap: pretty; }
.in-quote figcaption { margin-top: 14px; font-size: 14.5px; color: var(--steel); }
.in-quote-who { font-weight: 600; color: var(--ink); }

/* faq (accordion rules from answers.css) */
.in-faq { margin-top: clamp(20px, 2.6vw, 32px); max-width: 860px; }

/* related answers / industries / hub cards */
.in-sec--links { padding-top: clamp(36px, 4.5vw, 60px); }
.in-links { max-width: 860px; list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.in-links li { border-top: 1px solid var(--line); }
.in-links li:last-child { border-bottom: 1px solid var(--line); }
.in-links a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 0; color: var(--ink); text-decoration: none; font: 600 16.5px/1.35 var(--font-body); }
.in-links a:hover { color: var(--teal-press); }
.in-sec--rel { padding-top: clamp(40px, 5vw, 68px); }
.in-rel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 1.8vw, 22px); }
.in-hub-grid { margin-top: clamp(8px, 1.5vw, 16px); }
.in-rel { position: relative; display: flex; flex-direction: column; gap: 8px; min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(18px, 2vw, 24px); padding-right: 52px; text-decoration: none; color: var(--ink);
  transition: transform .35s var(--ease-standard), border-color .35s var(--ease-standard), box-shadow .35s var(--ease-standard); }
.in-rel:hover { transform: translateY(-3px); border-color: var(--border-strong); box-shadow: 0 12px 32px rgba(23,24,26,0.07); }
.in-rel-name { font-family: var(--font-display); font-weight: 600; font-size: 20px; line-height: 1.15; letter-spacing: -0.02em; }
.in-rel-desc { font-size: 14.5px; line-height: 1.45; color: var(--steel); }
.in-rel-arrow { position: absolute; right: 20px; top: 20px; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--border-strong); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; color: var(--ink); transition: background var(--dur-fast) var(--ease-standard), border-color var(--dur-fast) var(--ease-standard); }
.in-rel:hover .in-rel-arrow { background: var(--teal-tint); border-color: var(--teal); color: var(--teal-press); }

/* final CTA */
.in-cta-plain { margin-top: clamp(56px, 7vw, 88px); }
.in-cta { margin-top: clamp(56px, 7vw, 88px); background: var(--ink); color: var(--paper); padding: clamp(48px, 6vw, 80px) 0; text-align: center; }
.in-cta-inner { max-width: 720px; margin: 0 auto; }
.in-cta-h { font-family: var(--font-display); font-weight: 600; font-size: clamp(28px, 3.6vw, 46px); line-height: 1.05; letter-spacing: -0.025em; margin: 0; color: var(--paper); text-wrap: balance; }
.in-cta-p { font-size: 18px; line-height: 1.55; color: var(--steel-2); max-width: 56ch; margin: 16px auto 0; }
.in-cta .cl-btn--secondary { background: transparent; color: var(--paper); border-color: rgba(247,245,240,0.34); box-shadow: none; }
.in-cta .cl-btn--secondary:hover { background: rgba(247,245,240,0.12); }
.in-main:has(> .in-cta) { padding-bottom: 0; }

/* ── motion off: final states, no delays ── */
@media (prefers-reduced-motion: reduce) {
  .wf-nodes, .wf-node, .wf-node::before, .wf-dot::after, .wf-text > *, .cx-quote, .cx-row, .rp-rule, .rp-check, .rp-check::after, .hv-stages, .hv-stage, .hv-dot::after { animation: none !important; transition: none !important; }
  .wf-nodes, .wf-node, .cx-quote, .cx-row, .rp-rule, .hv-stages, .hv-stage { opacity: 1 !important; transform: none !important; }
  .hv-dot::after { width: 100% !important; }
  .wf-node:not(:last-child)::before { height: 8px; }
  .wf-node:not(.wf-node--done) .wf-dot::after { opacity: 1; }
  .rp-rule { color: var(--paper); }
  .rp-check { background: var(--teal); border-color: var(--teal); }
  .rp-check::after { opacity: 1; }
}

@media (hover: none) { .in-card:hover, .in-rel:hover { transform: none; box-shadow: none; border-color: var(--line); } }
@media (max-width: 900px) {
  .in-grid--3, .in-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .in-rel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .in-sec--intro .in-wrap { grid-template-columns: 1fr; align-items: start; }
  .in-sec--intro .in-body { margin-top: 14px; }
  .rp-grid { grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
  /* same as the homepage's .cta-row at this breakpoint: stacked, full-width buttons */
  .in-cta-row { flex-direction: column; align-items: stretch; }
  .in-cta-row > .cl-btn { width: 100%; box-sizing: border-box; }   /* the homepage has a global border-box reset; these pages do not */
}
@media (max-width: 720px) {
  .wf-tabs { flex-wrap: wrap; overflow: visible; }
  .wf-tab { padding: 9px 13px; font-size: 11.5px; }
  .wf-panel, .cx-panel { grid-template-columns: 1fr; }
  .cx-cust { border-right: 0; border-bottom: 1px solid var(--line); }
  .cx-panel { min-height: 0; }
}
@media (max-width: 640px) {
  .in-wrap { padding: 0 18px; }
  .in-grid--2, .in-grid--3, .in-grid--4, .in-rel-grid { grid-template-columns: 1fr; }
  .in-sub, .in-body-lead p { font-size: 17px; }
  .rp-list { grid-template-columns: 1fr; }
  .cx-tab-q { max-width: 200px; }
}
