/* ============================================================
   Credibl Homepage 2026 — tokens + sections 1–3
   Source of truth: design/figma/band-*.png crops from the native
   1728×18954 frame render. Sizes scaled ×0.833 for 1440.
   All selectors ride on .ch-home to outrank Elementor kit globals.
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face { font-family: 'Poppins'; font-weight: 500; font-style: normal; font-display: swap;
  src: url('../fonts/poppins-v24-latin-500.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-weight: 600; font-style: normal; font-display: swap;
  src: url('../fonts/poppins-v24-latin-600.woff2') format('woff2'); }
@font-face { font-family: 'Roboto'; font-weight: 300; font-style: normal; font-display: swap;
  src: url('../fonts/roboto-v51-latin-300.woff2') format('woff2'); }
@font-face { font-family: 'Roboto'; font-weight: 400; font-style: normal; font-display: swap;
  src: url('../fonts/roboto-v51-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 600; font-style: normal; font-display: swap;
  src: url('../fonts/inter-v20-latin-600.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Serif'; font-weight: 400; font-style: italic; font-display: swap;
  src: url('../fonts/instrument-serif-v5-latin-italic.woff2') format('woff2'); }

/* ---------- Tokens ---------- */
:root {
  --ch-blue: #0051c3;
  --ch-blue-bright: #0065f4;
  --ch-blue-ring: #1f77f5;
  --ch-ink: #0b1220;
  --ch-body: #3f4b5e;
  --ch-body-blue: #0a479e;
  --ch-muted: #9aa7b8;          /* inactive accordion titles */
  --ch-slate: #94a3b8;
  --ch-bg-light: #f9fafc;
  --ch-white: #fff;

  --ch-font-display: 'Poppins', system-ui, sans-serif;
  --ch-font-body: 'Roboto', system-ui, sans-serif;
  --ch-font-ui: 'Inter', system-ui, sans-serif;

  --ch-radius-card: 12px;
  --ch-radius-pill: 100px;

  --ch-glass-grad: linear-gradient(108deg, rgba(255,255,255,.55) 15.7%, rgba(255,255,255,.2) 92.4%);
  --ch-glass-shadow: 0 4px 24px -1px rgba(0,0,0,.14);
  --ch-cta-shadow: 0 0 0 .5px var(--ch-blue-ring), 0 2px 24px -3px #1f78f5;
  --ch-row-shadow: 2px 4px 10px rgba(0,60,179,.13);

  --ch-container: 1280px;
  --ch-gutter: clamp(20px, 4vw, 48px);
}

/* ---------- Page scaffold ---------- */
/* Wallpaper covers hero + logos, then dissolves to calm white before section 3
   (white-fade gradient layered over the image; stops tuned per breakpoint). */
.ch-home { font-family: var(--ch-font-body); color: var(--ch-ink);
  background:
    linear-gradient(180deg, rgba(251,252,254,0) 0, rgba(251,252,254,0) 920px, #fbfcfe 1340px),
    url('../img/hero-wallpaper.jpg') top center / 100% auto no-repeat,
    #fbfcfe;
  overflow-x: clip; }
.ch-home *, .ch-home *::before, .ch-home *::after { box-sizing: border-box; }
.ch-home .ch-container { max-width: var(--ch-container); margin-inline: auto; padding-inline: var(--ch-gutter); }
.ch-home img { max-width: 100%; height: auto; display: block; border: 0; }
.ch-home .ch-highlight { color: var(--ch-blue-bright); }

.ch-home .ch-h2 { font-family: var(--ch-font-display); font-weight: 600; color: var(--ch-ink);
  font-size: clamp(30px, 3.1vw, 54px); line-height: 1.28; letter-spacing: -0.035em; margin: 0; }
.ch-home .ch-sub { font-family: var(--ch-font-body); font-weight: 400; color: #46566d;
  font-size: clamp(16px, 1.3vw, 19px); line-height: 1.65; margin: 18px 0 0; }

/* ---------- CTA button ---------- */
.ch-home .ch-cta, .ch-home a.ch-cta { position: relative; display: inline-flex; align-items: center; gap: 12px;
  padding: 15px 24px 15px 30px; border-radius: var(--ch-radius-pill); border: 0;
  background: var(--ch-blue-bright); box-shadow: var(--ch-cta-shadow);
  font-family: var(--ch-font-ui); font-weight: 600; font-size: 16px; letter-spacing: -0.16px;
  color: var(--ch-white); text-decoration: none; overflow: hidden; isolation: isolate;
  transition: transform .18s ease, box-shadow .18s ease; }
.ch-home .ch-cta:hover { transform: translateY(-1px); color: var(--ch-white);
  box-shadow: 0 0 0 .5px var(--ch-blue-ring), 0 6px 30px -4px #1f78f5; }
.ch-home .ch-cta:focus-visible { outline: 2px solid var(--ch-ink); outline-offset: 2px; }
.ch-home .ch-cta::before { content: ''; position: absolute; left: -27px; top: 50%; width: 54px; height: 54px;
  transform: translateY(-50%); border-radius: 50%; z-index: -1; pointer-events: none;
  background:
    radial-gradient(circle, rgba(255,255,255,.28) 0 11px, transparent 11.5px),
    radial-gradient(circle, rgba(255,255,255,.18) 0 18px, transparent 18.5px),
    radial-gradient(circle, rgba(255,255,255,.12) 0 27px, transparent 27.5px); }
.ch-home .ch-cta svg { flex: 0 0 auto; }

/* ============================================================
   1. HERO — copy left, 5-card collage right
   ============================================================ */
.ch-home .ch-hero { position: relative; background: none; }
.ch-home .ch-hero-inner { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
  gap: clamp(12px, 1.5vw, 24px); align-items: center;
  padding-block: clamp(72px, 9vw, 140px) clamp(40px, 5vw, 80px); }

.ch-home .ch-hero-chip { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px;
  padding: 7px 14px; border-radius: var(--ch-radius-pill); background: rgba(255,255,255,.75);
  border: 1px solid rgba(0,101,244,.25); box-shadow: 0 2px 10px rgba(0,60,179,.08);
  font-family: var(--ch-font-ui); font-weight: 600; font-size: 13px; color: var(--ch-blue); }
.ch-home .ch-hero-chip::before { content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--ch-blue-bright); }

.ch-home h1.ch-hero-title { font-family: var(--ch-font-display); font-weight: 600; color: var(--ch-ink);
  font-size: clamp(34px, 3.7vw, 64px); line-height: 1.25; letter-spacing: -0.045em;
  margin: 0; max-width: 15ch; text-wrap: balance; }
.ch-home .ch-hero-sub { max-width: 42ch; }
.ch-home .ch-hero-actions { margin-top: 36px; }

/* Collage box — design region x816-1620 × y277-908 (804×631 @1728 canvas).
   The box is a CSS container; every internal size is in cqw so cards scale
   as one locked composition (design px × 100/804 = cqw). */
.ch-home .ch-hero-visual { position: relative; width: 100%; aspect-ratio: 804 / 631;
  container-type: inline-size; }
.ch-home .ch-hero-visual > * { position: absolute; }
/* Ambient halo that beds the cards into the wallpaper (design has a soft glow). */
.ch-home .ch-hero-visual::before { content: ''; position: absolute; inset: -12% -10%;
  background: radial-gradient(58% 52% at 48% 45%, rgba(255,255,255,.85) 0%,
    rgba(224,240,255,.5) 45%, rgba(224,240,255,0) 72%); z-index: 0; pointer-events: none; }

.ch-home .ch-hv-map-back { left: 31.5%; top: 3.5%; width: 41.3%; height: 38%; z-index: 1;
  background: rgba(255,255,255,.9); border-radius: 2cqw; box-shadow: var(--ch-glass-shadow); }
.ch-home img.ch-hv-map { left: 34.1%; top: 0; width: 41.3%; height: auto; z-index: 2;
  border-radius: 2.5cqw; box-shadow: 0 14px 44px -10px rgba(6,16,40,.5); }

.ch-home .ch-hv-profile { left: 0; top: 16.5%; width: 39.6%; z-index: 3;
  border-radius: 1.5cqw; padding: 2.5cqw;
  background: linear-gradient(108deg, rgba(255,255,255,.9) 15.7%, rgba(255,255,255,.66) 92.4%);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--ch-glass-shadow); border: 1px solid rgba(255,255,255,.65); }
.ch-home .ch-hv-profile h4 { font: 600 1.75cqw/1.3 var(--ch-font-display);
  color: var(--ch-ink); margin: 0; }
.ch-home .ch-hv-profile .ind { font: 600 2.5cqw/1.25 var(--ch-font-display);
  color: var(--ch-blue-bright); margin-top: .7cqw; }
.ch-home .ch-hv-profile p { font: 400 1.55cqw/1.5 var(--ch-font-body);
  color: var(--ch-body); margin: 1cqw 0 0; }
.ch-home .ch-hv-profile .pills { display: flex; flex-wrap: wrap; gap: .75cqw; margin-top: 1.5cqw; }
.ch-home .ch-hv-profile .pills span { font: 600 1.35cqw/1 var(--ch-font-ui);
  color: #33415c; background: rgba(255,255,255,.85); border: 1px solid #e2eaf5;
  border-radius: 50cqw; padding: .8cqw 1.5cqw; }
.ch-home .ch-hv-profile .pills .is-on { background: var(--ch-white); color: var(--ch-ink);
  box-shadow: 0 2px 8px rgba(0,60,179,.12); }
.ch-home .ch-hv-profile .chart { margin: 1.5cqw -2.5cqw 0; }
.ch-home .ch-hv-profile .chart img { width: 100%; }
.ch-home .ch-hv-profile .fy { display: flex; gap: 1.75cqw; margin-top: 1cqw; align-items: baseline;
  font: 400 1.35cqw/1.4 var(--ch-font-ui); color: var(--ch-slate); }
.ch-home .ch-hv-profile .fy b { font-weight: 600; color: var(--ch-ink); }

.ch-home .ch-hv-chips { left: 78.9%; top: 21.6%; width: 21.1%; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: .87cqw; padding: 1.5cqw;
  border-radius: 1.75cqw; background: var(--ch-white); box-shadow: var(--ch-glass-shadow);
  border: 1px solid rgba(230,237,247,.9); }
.ch-home .ch-hv-chips span { font: 600 1.3cqw/1 var(--ch-font-ui); color: var(--ch-ink);
  background: #f2f6fe; border: 1px solid rgba(11,18,32,.05); border-radius: 1cqw;
  padding: 1.1cqw .6cqw; text-align: center; }
.ch-home .ch-hv-chips .more { grid-column: 1 / -1; color: var(--ch-slate); background: transparent;
  border: 0; text-align: left; padding: .25cqw .25cqw 0; font-weight: 600; }

.ch-home .ch-hv-emis { left: 42.2%; top: 45.3%; width: 41.3%; z-index: 4;
  background: var(--ch-white); border-radius: 2cqw; padding: 2.2cqw;
  box-shadow: 0 12px 40px -8px rgba(9,30,66,.18); }
.ch-home .ch-hv-emis .lbl { font: 700 1.37cqw/1.3 var(--ch-font-ui); white-space: nowrap;
  letter-spacing: .02em; text-transform: uppercase; color: var(--ch-ink); }
.ch-home .ch-hv-emis .num { font: 600 4.75cqw/1.1 var(--ch-font-display);
  color: var(--ch-blue-bright); margin-top: .6cqw; }
.ch-home .ch-hv-emis .num small { font: 400 1.37cqw/1 var(--ch-font-body);
  color: var(--ch-slate); margin-left: .7cqw; }
.ch-home .ch-hv-emis .lbl2 { font: 700 1.18cqw/1.3 var(--ch-font-ui);
  letter-spacing: .04em; text-transform: uppercase; color: var(--ch-ink); margin-top: 1.75cqw; }
.ch-home .ch-hv-emis .bar { display: flex; height: .87cqw; border-radius: .44cqw; overflow: hidden;
  margin-top: 1cqw; }
.ch-home .ch-hv-emis .bar i { display: block; height: 100%; }
.ch-home .ch-hv-emis .bar .s1 { width: 14%; background: #0a2540; }
.ch-home .ch-hv-emis .bar .s2 { width: 32%; background: #2f7ef7; }
.ch-home .ch-hv-emis .bar .s3 { width: 54%; background: #35c6f5; }
.ch-home .ch-hv-emis .legend { display: flex; gap: 1.75cqw; margin-top: 1.24cqw;
  font: 400 1.3cqw/1.3 var(--ch-font-ui); color: var(--ch-ink); white-space: nowrap; }
.ch-home .ch-hv-emis .legend span::before { content: ''; display: inline-block;
  width: .87cqw; height: .87cqw; border-radius: 50%; margin-right: .7cqw; }
.ch-home .ch-hv-emis .legend .d1::before { background: #0a2540; }
.ch-home .ch-hv-emis .legend .d2::before { background: #2f7ef7; }
.ch-home .ch-hv-emis .legend .d3::before { background: #35c6f5; }

/* Copilot bar — rebuilt in DOM (no more raster cutout). */
.ch-home .ch-hv-copilot { left: 16%; top: 76.7%; width: 82.8%; z-index: 5;
  border-radius: 2.4cqw; padding: 2.3cqw 2.8cqw 2.5cqw; overflow: hidden;
  background: linear-gradient(178deg, #16244a 0%, #0c1631 34%, #0a1226 100%);
  border: 1px solid rgba(122,162,255,.35);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 18px 44px -12px rgba(9,20,45,.55),
    0 0 34px rgba(46,118,246,.22); color: #eef3ff; }
.ch-home .ch-hv-copilot::before { content: ''; position: absolute; left: 8%; right: 8%; top: -2px;
  height: 4px; border-radius: 50%; filter: blur(3px); opacity: .85;
  background: linear-gradient(90deg, transparent, #7cc8ff 18%, #e8f4ff 50%, #4f8ef8 82%, transparent); }
.ch-home .ch-hv-copilot .cp-head { display: flex; align-items: center; gap: 1.3cqw; }
.ch-home .ch-hv-copilot .cp-spark { width: 2.6cqw; height: 2.6cqw; color: #cfe2ff; flex: 0 0 auto; }
.ch-home .ch-hv-copilot .cp-title { font: italic 400 2.85cqw/1.1 'Instrument Serif', Georgia, serif;
  letter-spacing: .01em; color: #f4f8ff; white-space: nowrap; }
.ch-home .ch-hv-copilot .cp-active { display: inline-flex; align-items: center; gap: .55cqw;
  font: 700 1.05cqw/1 var(--ch-font-ui); letter-spacing: .1em; text-transform: uppercase;
  color: #7ce3a4; background: rgba(18,66,40,.85); border: 1px solid rgba(124,227,164,.45);
  border-radius: 50cqw; padding: .65cqw 1.1cqw; }
.ch-home .ch-hv-copilot .cp-active i { width: .8cqw; height: .8cqw; border-radius: 50%;
  background: #4ade80; box-shadow: 0 0 6px #4ade80; }
.ch-home .ch-hv-copilot .cp-ask { display: inline-flex; align-items: center; gap: .8cqw;
  margin-left: 2.2cqw; font: 400 1.6cqw/1.2 var(--ch-font-ui); color: #c4d2ec; white-space: nowrap; }
.ch-home .ch-hv-copilot .cp-ask svg { width: 1.7cqw; height: 1.7cqw; }
.ch-home .ch-hv-copilot .cp-body { display: flex; align-items: flex-end; justify-content: space-between;
  gap: 2cqw; margin-top: 1.7cqw; }
.ch-home .ch-hv-copilot .cp-insight { margin: 0; font: 400 1.68cqw/1.45 var(--ch-font-ui); color: #f0f5ff; }
.ch-home .ch-hv-copilot .cp-meta { margin: .5cqw 0 0; font: 400 1.43cqw/1.4 var(--ch-font-ui);
  color: #8fa3c8; }
.ch-home .ch-hv-copilot .cp-meta b { color: #dbe7ff; font-weight: 600; }
.ch-home .ch-hv-copilot .cp-actions { display: flex; gap: 1.1cqw; flex: 0 0 auto; }
.ch-home .ch-hv-copilot .cp-btn { font: 600 1.43cqw/1 var(--ch-font-ui); border-radius: .9cqw;
  padding: 1.05cqw 1.6cqw; white-space: nowrap; }
.ch-home .ch-hv-copilot .cp-purple { color: #c4b5fd; border: 1px solid rgba(167,139,250,.65); }
.ch-home .ch-hv-copilot .cp-blue { color: #a9c8ff; border: 1px solid rgba(96,165,250,.65); }

/* ============================================================
   2. LOGO STRIP — full-color logos, generous spacing
   ============================================================ */
.ch-home .ch-logos { padding-block: clamp(32px, 4.5vw, 64px); }
.ch-home .ch-logos-label { text-align: center; font: 600 clamp(12px, 1vw, 15px)/1.5 var(--ch-font-ui);
  letter-spacing: .18em; text-transform: uppercase; color: #b3bdc9; margin: 0 0 clamp(28px, 3.5vw, 52px); }
/* Auto-scrolling marquee: two identical sets, track slides -50%, seamless loop. */
.ch-home .ch-logos-marquee { overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.ch-home .ch-logos-track { display: flex; width: max-content;
  animation: ch-marquee 36s linear infinite; }
.ch-home .ch-logos-track:hover { animation-play-state: paused; }
.ch-home .ch-logos-set { display: flex; align-items: center; flex: 0 0 auto;
  gap: clamp(36px, 5vw, 76px); padding-right: clamp(36px, 5vw, 76px); }
.ch-home .ch-logos-set img { height: clamp(26px, 2.5vw, 40px); width: auto; }
@keyframes ch-marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .ch-home .ch-logos-track { animation: none; }
  .ch-home .ch-logos-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
}

/* ============================================================
   3. OPERATING SYSTEM — white tab bar, quiet accordion, offset media
   ============================================================ */
.ch-home .ch-os { padding-block: clamp(56px, 7vw, 110px); text-align: center; }
.ch-home .ch-os-title { max-width: 25ch; margin-inline: auto; }
.ch-home .ch-os .ch-sub { max-width: 62ch; margin-inline: auto; }

.ch-home .ch-os-tabs { display: flex; align-items: stretch; max-width: 800px; margin: 44px auto 0;
  padding: 5px; min-height: 54px; border-radius: var(--ch-radius-pill);
  background: var(--ch-white); border: 1px solid #e7edf5;
  box-shadow: 0 10px 30px rgba(13,38,76,.06); }
.ch-home .ch-os-tabs button.ch-os-tab { appearance: none; -webkit-appearance: none;
  flex: 1 1 0; display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 14px; margin: 0; border: 0; border-radius: var(--ch-radius-pill);
  background: transparent; background-image: none; box-shadow: none;
  font-family: var(--ch-font-ui); font-weight: 600; font-size: clamp(12px, 1vw, 15px);
  line-height: 1.2; color: #6b7a90; cursor: pointer; white-space: nowrap; text-transform: none;
  position: relative; transition: background .18s ease, color .18s ease, box-shadow .18s ease; }
.ch-home .ch-os-tabs button.ch-os-tab + button.ch-os-tab::before { content: '';
  position: absolute; left: 0; top: 22%; height: 56%; width: 1px; background: #edf1f7; }
.ch-home .ch-os-tabs button.ch-os-tab:hover { color: var(--ch-ink); }
.ch-home .ch-os-tabs button.ch-os-tab[aria-selected="true"] { background: var(--ch-blue);
  color: var(--ch-white); box-shadow: 0 6px 18px rgba(0,81,195,.35); }
.ch-home .ch-os-tabs button.ch-os-tab[aria-selected="true"]::before,
.ch-home .ch-os-tabs button.ch-os-tab[aria-selected="true"] + button.ch-os-tab::before { display: none; }
.ch-home .ch-os-tabs button.ch-os-tab:focus-visible { outline: 2px solid var(--ch-blue); outline-offset: 2px; }

.ch-home .ch-os-stage { display: grid; grid-template-columns: minmax(0, .32fr) minmax(0, .68fr);
  gap: clamp(28px, 4vw, 56px); align-items: start; text-align: left;
  max-width: 1140px; margin: clamp(56px, 7vw, 104px) auto 0; }
.ch-home .ch-os-pane { display: none; }
.ch-home .ch-os-pane.is-open { display: contents; }

.ch-home .ch-os-acc { display: block; }
.ch-home .ch-os-row { position: relative; border-left: 3px solid transparent; border-radius: 4px;
  background: transparent;
  transition: background .3s ease, border-color .3s ease, margin .3s ease,
    box-shadow .3s ease; }
.ch-home .ch-os-row::after { content: ''; position: absolute; left: 6px; right: 6px; bottom: 0;
  height: 1px; background: #e9eef6; transition: opacity .25s ease; }
.ch-home .ch-os-row:last-child::after { display: none; }
.ch-home .ch-os-row > button { appearance: none; -webkit-appearance: none; display: block; width: 100%;
  padding: 19px 20px; margin: 0; border: 0; background: transparent; background-image: none;
  box-shadow: none; cursor: pointer; text-align: left;
  font-family: var(--ch-font-display); font-weight: 500; font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.3; color: var(--ch-muted); text-transform: none;
  transition: color .25s ease; }
.ch-home .ch-os-row > button:hover { color: var(--ch-body); }
.ch-home .ch-os-row .ch-os-body { max-height: 0; overflow: hidden;
  transition: max-height .38s cubic-bezier(.4, 0, .2, 1); }
.ch-home .ch-os-row .ch-os-body p { font: 400 clamp(13px, 1vw, 14.5px)/1.55 var(--ch-font-body);
  color: var(--ch-body-blue); margin: 0; padding: 0 20px 18px;
  opacity: 0; transform: translateY(-6px);
  transition: opacity .3s ease .08s, transform .3s ease .08s; }
.ch-home .ch-os-row.is-open { background: var(--ch-white); border-left-color: var(--ch-blue);
  box-shadow: var(--ch-row-shadow); margin: 4px 0 12px; }
.ch-home .ch-os-row.is-open::after { opacity: 0; }
.ch-home .ch-os-row.is-open > button { color: var(--ch-blue); }
.ch-home .ch-os-row.is-open .ch-os-body p { opacity: 1; transform: translateY(0); }

/* Pane switch: content glides in when a tab activates. */
@keyframes ch-fadeup { from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); } }
.ch-home .ch-os-pane.is-open .ch-os-acc { animation: ch-fadeup .45s cubic-bezier(.22,.61,.36,1) both; }
.ch-home .ch-os-pane.is-open .ch-os-media { animation: ch-fadeup .45s cubic-bezier(.22,.61,.36,1) .07s both; }

.ch-home .ch-os-media { position: relative; margin-top: 6px; }
.ch-home .ch-os-media::before { content: ''; position: absolute;
  inset: 5% -3.5% -6.5% 6%; border-radius: 20px; z-index: 0;
  background: url('../img/s3-card-bg.jpg') center / cover no-repeat;
  box-shadow: 0 30px 70px -25px rgba(3,10,30,.45); }
.ch-home .ch-os-media img { position: relative; z-index: 1; width: 100%;
  border-radius: 12px; border: 1px solid #e6ecf5; background: var(--ch-white);
  box-shadow: 0 24px 60px -24px rgba(9,20,45,.35); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .ch-home { background:
    linear-gradient(180deg, rgba(251,252,254,0) 0, rgba(251,252,254,0) 1150px, #fbfcfe 1600px),
    url('../img/hero-wallpaper.jpg') top center / 200% auto no-repeat,
    #fbfcfe; }
  .ch-home .ch-hero-inner { grid-template-columns: 1fr; }
  .ch-home .ch-hero-visual { max-width: 640px; margin-inline: auto; }
  .ch-home h1.ch-hero-title { max-width: none; }
  .ch-home .ch-os-stage { grid-template-columns: 1fr; }
  .ch-home .ch-os-media { margin-top: 20px; }
  .ch-home .ch-os-tabs { flex-wrap: wrap; border-radius: 30px; }
  .ch-home .ch-os-tabs button.ch-os-tab { flex: 1 1 45%; }
  .ch-home .ch-os-tabs button.ch-os-tab::before { display: none; }
}
@media (max-width: 640px) {
  .ch-home .ch-os-tabs button.ch-os-tab { flex: 1 1 100%; }
  .ch-home .ch-os-row .ch-os-body p { padding: 0 16px 18px; }
  .ch-home .ch-os-row.is-open > button { padding: 18px 16px 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .ch-home *, .ch-home *::before, .ch-home *::after { transition: none !important; animation: none !important; }
}
