/* ============================================================================
   WELL RUN · SIGNAL SYSTEM — CUSTOM SOLUTIONS
   Page styles for /en/tech-hub/custom-solutions/  (namespace: .cs-)
   Built on Signal Core tokens in global.css.
   Signature motif: Signal Brief — a requirement-intake console that recognises
   non-standard formats from a library of 1,000+ broadcasts.
   ============================================================================ */

/* Black page base for the Reveal Lift seam: every section paints its own
   opaque background, so the base colour only shows through the footer seam. */
.cs-page { background: var(--wr-black) !important; overflow-x: hidden; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
.cs-page a, .cs-page button, .cs-page summary { -webkit-tap-highlight-color: transparent; }
.cs-h1, .cs-h2, .cs-define__statement, .cs-slot__name, .cs-card__cond { overflow-wrap: break-word; }

/* Section scaffolding ------------------------------------------------------ */
.cs-section { position: relative; z-index: 2; width: 100%; padding: clamp(96px, 14vh, 180px) var(--wr-pad-x); background: var(--wr-white); }
.cs-section--dark  { background: var(--wr-hero);  color: var(--wr-white); }
.cs-section--black { background: var(--wr-black); color: var(--wr-white); }
.cs-inner { position: relative; z-index: 4; max-width: var(--wr-max-width); margin: 0 auto; width: 100%; }
.cs-eyebrow { margin-bottom: 30px; }

.cs-h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; color: var(--wr-black); max-width: 19ch; text-wrap: balance; }
.cs-section--dark .cs-h2, .cs-section--black .cs-h2 { color: var(--wr-white); }
.cs-lead { font-size: clamp(16px, 1.35vw, 19px); line-height: 1.65; color: var(--wr-black-40); max-width: 60ch; margin-top: 24px; }
.cs-section--dark .cs-lead, .cs-section--black .cs-lead { color: var(--wr-white-65); }
.cs-lead strong { color: var(--wr-black); font-weight: 700; }
.cs-section--dark .cs-lead strong, .cs-section--black .cs-lead strong { color: var(--wr-white); }
.cs-lead em { font-style: normal; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; }

/* Buttons ------------------------------------------------------------------ */
.cs-btn { display: inline-flex; align-items: center; gap: 9px; height: 52px; padding: 0 28px; border-radius: var(--wr-radius-pill); font-size: 13px; font-weight: 800; letter-spacing: 0.04em; color: var(--wr-black); position: relative; isolation: isolate; background: var(--wr-grad); background-size: 200% auto; animation: gradientShimmerSlow 4s ease-in-out infinite alternate; transition: transform 0.25s var(--wr-ease-out), box-shadow 0.3s ease; box-shadow: 0 8px 30px -10px #F0492366; }
.cs-btn svg { width: 15px; height: 15px; stroke: var(--wr-black); stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.25s var(--wr-ease-out); }
@media (hover: hover) and (pointer: fine) { .cs-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 38px -10px #F0492399; } .cs-btn:hover svg { transform: translateX(4px); } }
.cs-btn--ghost { background: transparent; animation: none; box-shadow: none; color: var(--wr-black); border: 1.5px solid var(--wr-black-15); }
.cs-section--dark .cs-btn--ghost, .cs-section--black .cs-btn--ghost, .cs-hero .cs-btn--ghost, .cs-cta .cs-btn--ghost { color: var(--wr-white); border-color: var(--wr-white-16); }
.cs-btn--ghost svg { stroke: var(--wr-orange); }
@media (hover: hover) and (pointer: fine) { .cs-btn--ghost:hover { transform: translateY(-2px); border-color: var(--wr-orange); } }

/* Breadcrumb --------------------------------------------------------------- */
.cs-crumb { display: inline-flex; align-items: center; gap: 9px; align-self: center; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-white-45); margin-bottom: 22px; }
.cs-crumb a { color: var(--wr-white-65); transition: color 0.2s ease; }
.cs-crumb a:hover { color: var(--wr-white); }
.cs-crumb span { color: var(--wr-white-16); }
.cs-crumb b { color: var(--wr-orange); font-weight: 700; }

/* ============================================================================
   HERO — shared shell + three Hero Modes (A Signal Brief · B Catalogue Gap · C Editorial)
   ========================================================================== */
.cs-hero { position: relative; z-index: 2; min-height: 100vh; min-height: 100svh; width: 100%; background: var(--wr-hero); color: var(--wr-white); overflow: hidden; display: none; }
.cs-hero.is-active { display: block; }
.cs-hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 22vh; background: linear-gradient(to bottom, transparent, var(--wr-hero)); z-index: 1; pointer-events: none; }
.cs-hero__glow { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(56% 48% at 84% 14%, #F0492326 0%, transparent 62%), radial-gradient(44% 40% at 6% 76%, #FFD80014 0%, transparent 56%); }
.cs-hero__grid { position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: radial-gradient(circle, #F2F2F212 1px, transparent 1.4px); background-size: 34px 34px; -webkit-mask-image: radial-gradient(120% 90% at 80% 14%, #000 0%, transparent 64%); mask-image: radial-gradient(120% 90% at 80% 14%, #000 0%, transparent 64%); opacity: 0.7; }
.cs-hero__beam { position: absolute; top: 0; left: 0; right: 0; height: 1px; z-index: 1; pointer-events: none; background: linear-gradient(90deg, transparent, #F0492366 26%, #FFD80088 50%, #F0492366 74%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent); mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent); opacity: 0.5; }

.cs-hero__inner { position: relative; z-index: 2; max-width: var(--wr-max-width); margin: 0 auto; min-height: 100vh; min-height: 100svh; padding: calc(var(--wr-nav-height) + 40px) var(--wr-pad-x) 64px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: clamp(26px, 4vh, 44px); }

.cs-h1 { font-size: clamp(33px, 4.8vw, 62px); font-weight: 800; line-height: 1.04; letter-spacing: -0.03em; color: var(--wr-white); max-width: 18ch; text-wrap: balance; }
.cs-h1 em { font-style: normal; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cs-hero__stmt { font-size: clamp(18px, 1.9vw, 25px); font-weight: 700; letter-spacing: -0.01em; line-height: 1.36; color: var(--wr-white); margin-top: 22px; max-width: 26ch; }
.cs-hero__stmt em { font-style: normal; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cs-hero__sub { font-size: clamp(14px, 1.2vw, 16.5px); line-height: 1.62; color: var(--wr-white-65); max-width: 62ch; margin-top: 18px; }
.cs-hero__sub strong { color: var(--wr-white); font-weight: 700; }
.cs-hero__ctas { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 6px; }

/* Split layout for modes B + C ------------------------------------------- */
.cs-hero--split .cs-hero__inner { display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: center; text-align: left; gap: clamp(34px, 5vw, 76px); }
.cs-hero--split .cs-crumb { align-self: flex-start; }
.cs-hero--split .cs-h1, .cs-hero--split .cs-hero__stmt, .cs-hero--split .cs-hero__sub { max-width: 22ch; }
.cs-hero--split .cs-hero__sub { max-width: 46ch; }
.cs-hero--split .cs-hero__ctas { justify-content: flex-start; }
.cs-hero__copy { display: flex; flex-direction: column; }
@media (max-width: 920px) {
  .cs-hero--split .cs-hero__inner { grid-template-columns: 1fr; text-align: center; }
  .cs-hero--split .cs-crumb, .cs-hero--split .cs-hero__ctas { align-self: center; justify-content: center; }
  .cs-hero--split .cs-h1, .cs-hero--split .cs-hero__stmt, .cs-hero--split .cs-hero__sub { max-width: 30ch; margin-left: auto; margin-right: auto; }
}

/* ============================================================================
   SIGNATURE MOTIF · SIGNAL BRIEF (Hero A)
   A requirement-intake console: real non-standard formats are typed in and
   recognised against the library of 1,000+ broadcasts, then confirmed as fit.
   ========================================================================== */
.cs-brief { position: relative; width: 100%; max-width: 760px; margin: 0 auto; border-radius: 22px; padding: 0; background: radial-gradient(140% 130% at 50% -10%, #1A1009, #0B0805 64%); box-shadow: 0 50px 120px -50px #000, 0 0 0 1px var(--wr-white-08); isolation: isolate; overflow: hidden; text-align: left; }
.cs-brief::before { content: ''; position: absolute; inset: 0; border-radius: 22px; padding: 1.4px; background: linear-gradient(135deg, #F04923, #FFD80055 50%, #F0492300); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; opacity: 0.6; pointer-events: none; }

.cs-brief__bar { display: flex; align-items: center; gap: 12px; padding: 15px 20px; border-bottom: 1px solid var(--wr-white-08); }
.cs-brief__brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 13px; letter-spacing: 0.03em; color: var(--wr-white); }
.cs-brief__brand i { width: 9px; height: 9px; border-radius: 3px; background: var(--wr-grad); }
.cs-brief__os { font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em; color: var(--wr-white-45); }
.cs-brief__live { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.06em; color: var(--wr-white-75); }
.cs-brief__live b { width: 7px; height: 7px; border-radius: 50%; background: var(--wr-yellow); box-shadow: 0 0 8px #FFD80088; }

.cs-brief__body { padding: 26px 24px 22px; min-height: 200px; display: flex; flex-direction: column; gap: 22px; }
.cs-brief__label { font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-orange); }
.cs-brief__prompt { display: flex; align-items: flex-start; gap: 11px; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: clamp(14px, 1.5vw, 17px); line-height: 1.5; color: var(--wr-white); min-height: 3em; margin-top: 8px; }
.cs-brief__caret { color: var(--wr-orange); font-weight: 700; flex-shrink: 0; }
.cs-brief__type { font-weight: 600; }
.cs-brief__cursor { display: inline-block; width: 9px; height: 1.15em; background: var(--wr-yellow); margin-left: 3px; vertical-align: text-bottom; animation: csBlink 1s steps(1) infinite; transform: translateY(2px); }
@keyframes csBlink { 0%, 55% { opacity: 1; } 56%, 100% { opacity: 0; } }

.cs-brief__match { display: flex; flex-direction: column; gap: 14px; padding: 16px 18px; border-radius: 14px; background: linear-gradient(180deg, #150E08, #0C0806); border: 1px solid var(--wr-white-08); opacity: 0; transform: translateY(8px); transition: opacity 0.4s var(--wr-ease-out), transform 0.4s var(--wr-ease-out); }
.cs-brief__match.is-on { opacity: 1; transform: none; }
.cs-brief__match-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.cs-brief__match-k { font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-white-45); }
.cs-brief__cat { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); }
.cs-brief__cat::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--wr-grad); }
.cs-brief__status { display: inline-flex; align-items: center; gap: 8px; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 800; letter-spacing: 0.06em; color: var(--wr-yellow); }
.cs-brief__status b { width: 6px; height: 6px; border-radius: 50%; background: var(--wr-yellow); box-shadow: 0 0 8px #FFD80088; }

.cs-brief__foot { display: flex; align-items: center; gap: 14px; padding: 14px 20px; border-top: 1px solid var(--wr-white-08); flex-wrap: wrap; }
.cs-brief__hint { font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.06em; color: var(--wr-white-45); }
.cs-brief__count { margin-left: auto; font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; color: var(--wr-white-75); }
.cs-brief__count b { color: var(--wr-yellow); }

/* ============================================================================
   SIGNATURE MOTIF · CATALOGUE GAP (Hero B)
   The three standard products as solid slots, plus an open slot for the
   requirement that does not fit — "if it doesn't fit the catalogue, we build it."
   ========================================================================== */
.cs-cat { width: 100%; max-width: 460px; display: flex; flex-direction: column; gap: 12px; }
.cs-cat__lab { font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-white-45); margin-bottom: 4px; }
.cs-slot { display: flex; align-items: center; gap: 16px; padding: 16px 18px; border-radius: 15px; background: var(--wr-glass-08); border: 1px solid var(--wr-white-10); }
.cs-slot__code { font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; color: var(--wr-white-45); padding: 5px 9px; border-radius: 7px; border: 1px solid var(--wr-white-10); flex-shrink: 0; }
.cs-slot__body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cs-slot__name { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); }
.cs-slot__desc { font-size: 12px; color: var(--wr-white-45); }
.cs-slot__tick { margin-left: auto; flex-shrink: 0; }
.cs-slot__tick svg { width: 17px; height: 17px; stroke: var(--wr-yellow); stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.cs-slot--open { background: transparent; border: 1.5px dashed #F0492366; position: relative; overflow: hidden; }
.cs-slot--open::after { content: ''; position: absolute; inset: 0; background: radial-gradient(80% 120% at 0% 50%, #F0492318, transparent 70%); pointer-events: none; }
.cs-slot--open .cs-slot__code { border-color: #F0492366; color: var(--wr-orange); }
.cs-slot--open .cs-slot__name { display: inline-flex; align-items: center; }
.cs-slot--open .cs-slot__caret { display: inline-block; width: 8px; height: 1.05em; background: var(--wr-yellow); margin-left: 4px; transform: translateY(2px); animation: csBlink 1s steps(1) infinite; }
.cs-slot--open .cs-slot__desc { color: var(--wr-orange); }
.cs-cat__note { font-size: 12.5px; line-height: 1.5; color: var(--wr-white-45); margin-top: 4px; padding-left: 2px; }
.cs-cat__note b { color: var(--wr-white-75); font-weight: 700; }

/* ============================================================================
   SIGNATURE MOTIF · TRIGGER LIST (Hero C — editorial)
   The four conditions that make a requirement custom, as a quiet index.
   ========================================================================== */
.cs-triggers { width: 100%; max-width: 480px; display: flex; flex-direction: column; }
.cs-triggers__lab { font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-orange); margin-bottom: 18px; }
.cs-trigger { display: flex; gap: 16px; padding: 18px 0; border-top: 1px solid var(--wr-white-10); }
.cs-trigger:last-child { border-bottom: 1px solid var(--wr-white-10); }
.cs-trigger__n { font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 800; letter-spacing: 0.06em; color: var(--wr-white-45); padding-top: 3px; flex-shrink: 0; }
.cs-trigger__t { font-size: 15.5px; font-weight: 700; line-height: 1.4; letter-spacing: -0.01em; color: var(--wr-white); }

/* ============================================================================
   EXPERIENCE STRIP — E-E-A-T proof band (library scale + 24h promise)
   ========================================================================== */
.cs-strip { position: relative; z-index: 2; background: var(--wr-black); padding: clamp(28px, 5vh, 56px) var(--wr-pad-x) clamp(56px, 8vh, 96px); }
.cs-strip__bar { position: relative; max-width: var(--wr-max-width); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: var(--wr-radius-card); overflow: hidden; background: linear-gradient(180deg, #140D08, #0E0906); }
.cs-strip__bar::after { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(120deg, #F04923, #FFD80055 55%, #F0492300); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; pointer-events: none; }
.cs-stat { position: relative; padding: clamp(20px, 2.2vw, 30px) clamp(20px, 2.2vw, 30px); overflow: hidden; }
.cs-stat + .cs-stat { border-left: 1px solid var(--wr-white-08); }
.cs-stat__tag { font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-orange); }
.cs-stat__num { font-size: clamp(24px, 2.6vw, 36px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.04; margin-top: 10px; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cs-stat__label { font-size: 12.5px; font-weight: 600; letter-spacing: 0.01em; color: var(--wr-white-45); margin-top: 10px; max-width: 26ch; line-height: 1.45; }
@media (max-width: 760px) { .cs-strip__bar { grid-template-columns: 1fr 1fr; } .cs-stat:nth-child(odd) { border-left: none; } .cs-stat:nth-child(n+3) { border-top: 1px solid var(--wr-white-08); } }

/* ============================================================================
   S2 — WHAT CUSTOM MEANS HERE (light) · four trigger conditions w/ examples
   ========================================================================== */
.cs-define__statement { font-size: clamp(22px, 2.8vw, 34px); font-weight: 800; line-height: 1.18; letter-spacing: -0.02em; color: var(--wr-black); max-width: 24ch; text-wrap: balance; margin-top: 26px; }
.cs-define__statement em { font-style: normal; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cs-define__body { font-size: clamp(15px, 1.25vw, 17px); line-height: 1.66; color: var(--wr-black-40); max-width: 56ch; margin-top: 20px; }
.cs-define__body strong { color: var(--wr-black); font-weight: 700; }

.cs-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 56px; }
.cs-card { position: relative; display: flex; flex-direction: column; padding: 30px 30px 30px; border-radius: var(--wr-radius-card); background: var(--wr-white); border: 1px solid var(--wr-black-08); overflow: hidden; box-shadow: 0 1px 2px rgba(13,10,7,0.04), 0 18px 40px -34px rgba(13,10,7,0.5); transition: border-color 0.3s ease, transform 0.35s var(--wr-ease-out), box-shadow 0.4s ease; }
.cs-card__head { display: flex; align-items: flex-start; gap: 16px; }
.cs-card__n { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex-shrink: 0; border-radius: 11px; background: linear-gradient(135deg, #FFD80022, #F0492322); border: 1px solid var(--wr-black-08); font-family: ui-monospace, Menlo, monospace; font-size: 13px; font-weight: 800; color: var(--wr-orange); }
.cs-card__cond { font-size: clamp(17px, 1.7vw, 20px); font-weight: 800; letter-spacing: -0.01em; line-height: 1.24; color: var(--wr-black); }
.cs-card__k { font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-orange); margin: 22px 0 12px; padding-top: 18px; border-top: 1px solid var(--wr-black-08); }
.cs-card__ex { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.cs-card__ex li { position: relative; padding-left: 20px; font-size: 14px; line-height: 1.55; color: var(--wr-black-40); }
.cs-card__ex li::before { content: ''; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 2px; background: var(--wr-grad); }
.cs-card__ex b { color: var(--wr-black); font-weight: 700; }
.cs-card--combo { grid-column: span 2; }
.cs-card--combo .cs-card__ex { gap: 8px; }
.cs-card--combo .cs-products { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.cs-chip { font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 0.04em; color: var(--wr-black); padding: 7px 12px; border-radius: var(--wr-radius-pill); border: 1px solid var(--wr-black-10); background: var(--wr-black-03); }
.cs-chip--plus { color: var(--wr-orange); border-color: #F0492340; }
@media (hover: hover) and (pointer: fine) { .cs-card:hover { transform: translateY(-3px); border-color: var(--wr-black-15); box-shadow: 0 30px 60px -40px rgba(13,10,7,0.5); } }
@media (max-width: 760px) { .cs-cards { grid-template-columns: 1fr; } .cs-card--combo { grid-column: span 1; } }

/* ============================================================================
   S3 — THE CONVERSATION PROCESS (dark) · three steps with timelines
   ========================================================================== */
.cs-process { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 60px; counter-reset: step; }
.cs-step { position: relative; display: flex; flex-direction: column; padding: 30px 28px 30px; border-radius: var(--wr-radius-card); background: var(--wr-glass-08); border: 1px solid var(--wr-white-10); overflow: hidden; }
.cs-step--final { background: linear-gradient(180deg, #16100B, #0D0A07); border-color: transparent; }
.cs-step--final::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.4px; background: linear-gradient(135deg, #F04923, #FFD80066 55%, #F0492300); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; pointer-events: none; }
.cs-step__top { display: flex; align-items: center; gap: 12px; }
.cs-step__num { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; background: var(--wr-grad); color: var(--wr-black); font-size: 14px; font-weight: 800; flex-shrink: 0; }
.cs-step__time { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wr-yellow); padding: 5px 11px; border-radius: var(--wr-radius-pill); border: 1px solid #FFD80033; }
.cs-step__time svg { width: 11px; height: 11px; stroke: var(--wr-yellow); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.cs-step__t { font-size: 18px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-white); margin: 20px 0 11px; line-height: 1.2; }
.cs-step__d { font-size: 14px; line-height: 1.62; color: var(--wr-white-65); }
.cs-step__d b { color: var(--wr-white); font-weight: 700; }
@media (max-width: 880px) { .cs-process { grid-template-columns: 1fr; } }

.cs-process__close { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 28px; margin-top: 56px; }
.cs-process__line { font-size: clamp(22px, 2.8vw, 34px); font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; color: var(--wr-white); max-width: 22ch; text-wrap: balance; }
.cs-process__line em { font-style: normal; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ============================================================================
   FAQ — visible Q&A (light), schema-backed
   ========================================================================== */
.cs-qa { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 40px; margin-top: 56px; }
.cs-qa__item { padding-top: 26px; border-top: 1px solid var(--wr-black-08); }
.cs-qa__q { display: flex; gap: 12px; font-size: clamp(16px, 1.5vw, 19px); font-weight: 800; letter-spacing: -0.01em; color: var(--wr-black); line-height: 1.3; }
.cs-qa__q::before { content: ''; flex-shrink: 0; width: 9px; height: 9px; margin-top: 7px; border-radius: 3px; background: var(--wr-grad); }
.cs-qa__a { font-size: 14.5px; line-height: 1.62; color: var(--wr-black-40); margin-top: 12px; padding-left: 21px; }
.cs-qa__a a { color: var(--wr-orange); font-weight: 700; }
.cs-qa__a a:hover { text-decoration: underline; }
@media (max-width: 760px) { .cs-qa { grid-template-columns: 1fr; } }

/* ============================================================================
   CTA — full-bleed black close
   ========================================================================== */
.cs-cta { position: relative; z-index: 2; background: var(--wr-black); overflow: hidden; padding: clamp(96px, 14vh, 168px) var(--wr-pad-x) clamp(110px, 16vh, 190px); text-align: center; color: var(--wr-white); }
.cs-cta__glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 80% at 50% 0%, #F0492329, transparent 62%); }
.cs-cta__inner { position: relative; z-index: 2; max-width: var(--wr-max-width); margin: 0 auto; }
.cs-cta .cs-h2 { margin: 0 auto; max-width: 18ch; color: var(--wr-white); }
.cs-cta .cs-lead { margin: 24px auto 0; color: var(--wr-white-65); }
.cs-cta__ctas { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 38px; }
.cs-cta__reassure { display: inline-flex; align-items: center; gap: 9px; margin-top: 26px; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; color: var(--wr-white-45); }
.cs-cta__reassure b { width: 7px; height: 7px; border-radius: 50%; background: var(--wr-yellow); box-shadow: 0 0 8px #FFD80088; }

/* ============================================================================
   Hero Mode switcher (inline review control)
   ========================================================================== */
.cs-switch { position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 90; display: inline-flex; align-items: center; gap: 4px; padding: 5px; border-radius: var(--wr-radius-pill); background: rgba(13,10,7,0.72); backdrop-filter: blur(14px) saturate(160%); -webkit-backdrop-filter: blur(14px) saturate(160%); border: 1px solid var(--wr-white-10); box-shadow: 0 16px 40px -16px #000; }
.cs-switch__lab { font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.12em; color: var(--wr-white-45); padding: 0 10px 0 8px; }
.cs-switch__btn { appearance: none; border: none; cursor: pointer; height: 30px; padding: 0 14px; border-radius: var(--wr-radius-pill); background: transparent; color: var(--wr-white-75); font-family: var(--wr-font); font-size: 12px; font-weight: 700; letter-spacing: 0.01em; transition: background 0.25s var(--wr-ease-out), color 0.25s ease; }
.cs-switch__btn.is-active { background: var(--wr-grad); color: var(--wr-black); }
@media (max-width: 560px) { .cs-switch__lab { display: none; } .cs-switch__btn { padding: 0 11px; } }

/* ============================================================================
   REVEAL LIFT — footer fixed beneath the page; body padding-bottom (set by JS
   to footer height) is the scroll room that uncovers it.
   ========================================================================== */
.cs-foot-reveal #site-footer-mount { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; width: 100%; }
.cs-foot-reveal { padding-bottom: 55vh; }
@media (prefers-reduced-motion: reduce) {
  .cs-foot-reveal #site-footer-mount { position: static; }
  .cs-foot-reveal { padding-bottom: 0; }
  .cs-brief__cursor, .cs-slot--open .cs-slot__caret { animation: none; }
}
/* (.reveal scroll-in + .reveal-delay-* live in Signal Core / global.css.) */

/* ============================================================================
   RESPONSIVE CASCADE — ultrawide framing + phone full-width CTAs.
   ========================================================================== */
@media (min-width: 1700px) {
  .cs-page { --wr-max-width: 1480px; }
  .cs-h1 { font-size: clamp(48px, 4vw, 74px); }
  .cs-h2 { font-size: clamp(40px, 3.4vw, 62px); }
  .cs-hero__stmt { font-size: clamp(23px, 1.8vw, 30px); }
  .cs-hero__sub, .cs-lead { font-size: clamp(16.5px, 1.1vw, 20px); }
}

@media (min-width: 2200px) {
  .cs-page { --wr-max-width: 1680px; }
  .cs-brief { max-width: 880px; }
}

/* Phones: stack CTA clusters full-width. */
@media (max-width: 560px) {
  .cs-hero__ctas,
  .cs-cta__ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
  }

  .cs-hero__ctas .cs-btn,
  .cs-cta__ctas .cs-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Compact phones: trim section padding + numerals. */
@media (max-width: 380px) {
  .cs-section,
  .cs-strip,
  .cs-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cs-stat__num { font-size: clamp(22px, 8vw, 32px); }
  .cs-brief__body { padding: 22px 18px 18px; }
}

/* Touch devices: comfortable tap targets. */
@media (pointer: coarse) {
  .cs-switch__btn { height: 34px; }
}

/* ============================================================================
   ELEVATION · REQUIREMENT CONSOLE (dark define) + REQUEST TICKETS
   The "What custom means here" section reads as a requirement-intake console:
   each condition is a classified ticket (mono REQ id in a dashed-gap chip that
   echoes the hero's open catalogue slot, plus a "qualifies" go-status).
   Distinct from APEX switcher / RRM review-brackets / MCR monitoring-wall.
   ========================================================================== */
.cs-console { position: relative; overflow: hidden; }
.cs-console__glow { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(48% 42% at 82% 8%, #F0492320 0%, transparent 60%),
              radial-gradient(40% 40% at 4% 92%, #FFD80012 0%, transparent 58%); }
.cs-console .cs-inner { position: relative; z-index: 2; }

/* dark type overrides for the intake header */
.cs-section--dark .cs-define__statement { color: var(--wr-white); }
.cs-section--dark .cs-define__body { color: var(--wr-white-65); }
.cs-section--dark .cs-define__body strong { color: var(--wr-white); }

/* console meta line under the header */
.cs-define__meta { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px;
  font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-white-45); }
.cs-define__meta i { width: 7px; height: 7px; border-radius: 50%; background: var(--wr-yellow);
  box-shadow: 0 0 8px #FFD80088; flex-shrink: 0; }
.cs-define__meta b { color: var(--wr-white-75); font-weight: 700; }

/* request tickets — dark cards */
.cs-section--dark .cs-card { background: var(--wr-glass-08); border: 1px solid var(--wr-white-10);
  box-shadow: 0 30px 70px -50px #000; }
.cs-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.cs-card__id { font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.1em; color: var(--wr-orange); padding: 5px 10px; border-radius: 7px;
  border: 1.4px dashed #F0492366; background: radial-gradient(120% 140% at 0% 50%, #F0492314, transparent 72%); }
.cs-card__status { display: inline-flex; align-items: center; gap: 7px; font-family: ui-monospace, Menlo, monospace;
  font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wr-yellow); }
.cs-card__status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--wr-yellow); box-shadow: 0 0 8px #FFD80088; }
.cs-section--dark .cs-card__cond { color: var(--wr-white); }
.cs-section--dark .cs-card__k { color: var(--wr-orange); border-top-color: var(--wr-white-08); }
.cs-section--dark .cs-card__ex li { color: var(--wr-white-65); }
.cs-section--dark .cs-card__ex b { color: var(--wr-white); }
.cs-section--dark .cs-chip { color: var(--wr-white); border-color: var(--wr-white-16); background: var(--wr-white-08); }
.cs-section--dark .cs-chip--plus { color: var(--wr-orange); border-color: #F0492355; background: transparent; }
@media (hover: hover) and (pointer: fine) {
  .cs-section--dark .cs-card:hover { transform: translateY(-3px); border-color: var(--wr-white-20);
    box-shadow: 0 40px 80px -50px #000; }
}

/* ============================================================================
   ELEVATION · FAQ ACCORDION (dark) — foldable disclosure, centred head
   ========================================================================== */
.cs-head--center { text-align: center; }
.cs-head--center .cs-eyebrow { margin-left: auto; margin-right: auto; }
.cs-head--center .cs-h2 { margin-left: auto; margin-right: auto; }

.cs-faq__list { max-width: 860px; margin: 52px auto 0; display: flex; flex-direction: column; }
.cs-fi { border-top: 1px solid var(--wr-white-10); }
.cs-fi:last-child { border-bottom: 1px solid var(--wr-white-10); }
.cs-fi > summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 16px;
  padding: 26px 8px; font-size: clamp(16px, 1.5vw, 19px); font-weight: 800; letter-spacing: -0.01em;
  line-height: 1.32; color: var(--wr-white); transition: color 0.2s ease; }
.cs-fi > summary::-webkit-details-marker { display: none; }
.cs-fi > summary:hover { color: var(--wr-yellow); }
.cs-fi__ico { margin-left: auto; flex-shrink: 0; position: relative; width: 34px; height: 34px;
  border-radius: 9px; border: 1px solid var(--wr-white-16); display: inline-flex; align-items: center; justify-content: center;
  transition: border-color 0.25s ease, background 0.25s ease; }
.cs-fi__ico::before, .cs-fi__ico::after { content: ''; position: absolute; background: var(--wr-orange);
  border-radius: 2px; transition: transform 0.3s var(--wr-ease-out), opacity 0.3s ease; }
.cs-fi__ico::before { width: 12px; height: 2px; }
.cs-fi__ico::after { width: 2px; height: 12px; }
.cs-fi[open] > summary .cs-fi__ico { background: var(--wr-white-08); border-color: var(--wr-orange); }
.cs-fi[open] > summary .cs-fi__ico::after { transform: scaleY(0); opacity: 0; }
.cs-fi__a { font-size: 14.5px; line-height: 1.68; color: var(--wr-white-65); margin: 0; padding: 0 52px 28px 8px; max-width: 72ch; }
.cs-fi__a a { color: var(--wr-orange); font-weight: 700; }
.cs-fi__a a:hover { text-decoration: underline; }
.cs-fi[open] > summary { color: var(--wr-white); }
@media (prefers-reduced-motion: reduce) { .cs-fi__ico::before, .cs-fi__ico::after { transition: none; } }
