/* ============================================================
   PharmaCampaigns — site.css
   Design system inherited from Aarian Health (parent brand):
   - Cambon (editorial serif) for headlines, upright + italic
   - Inter (humanist sans) for body & UI
   - Jura (techno) for the wordmark voice: eyebrows, labels, data
   Palette from the PharmaCampaigns mark + Aarian system:
   blue #4577BB · deep #00558C · plum #820263 · teal #2AA3B7 · lavender #A89ACA
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face { font-family: 'Cambon'; src: url('../fonts/Cambon-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cambon'; src: url('../fonts/Cambon-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cambon'; src: url('../fonts/Cambon-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cambon'; src: url('../fonts/Cambon-Black.ttf') format('truetype'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cambon'; src: url('../fonts/Cambon-LightItalic.ttf') format('truetype'); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: 'Cambon'; src: url('../fonts/Cambon-BoldItalic.ttf') format('truetype'); font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: 'Cambon'; src: url('../fonts/Cambon-BlackItalic.ttf') format('truetype'); font-weight: 900; font-style: italic; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/Inter-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Jura'; src: url('../fonts/Jura-Variable.ttf') format('truetype'); font-weight: 300 700; font-style: normal; font-display: swap; }

/* ---------- Tokens ---------- */
:root {
  --ink: #14243A;
  --body: #44566E;
  --mute: #69788E;
  --blue: #4577BB;
  --blue-strong: #38659F;
  --blue-deep: #00558C;
  --blue-ink: #0B2440;
  --plum: #820263;
  --plum-strong: #690150;
  --plum-soft: #FAF0F7;
  --teal: #2AA3B7;
  --lav: #A89ACA;
  --paper: #FFFFFF;
  --cloud: #F4F7FB;
  --cloud-deep: #E9F0F8;
  --line: #DDE5F0;
  --line-soft: #E8EEF6;
  --shadow-sm: 0 1px 2px rgba(11,36,64,.05), 0 2px 8px rgba(11,36,64,.05);
  --shadow-md: 0 2px 6px rgba(11,36,64,.06), 0 14px 34px -12px rgba(11,36,64,.16);
  --shadow-lg: 0 4px 10px rgba(11,36,64,.07), 0 30px 60px -20px rgba(11,36,64,.24);
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 30px;
  --serif: 'Cambon', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --tech: 'Jura', 'Inter', sans-serif;
  --shell: 1200px;
  --shell-wide: 1380px;
  --header-h: 70px;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--body);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-deep); text-decoration: none; }
a:hover { color: var(--blue); }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--serif); color: var(--ink); font-weight: 700; line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
::selection { background: rgba(69,119,187,.22); }
:focus-visible { outline: 3px solid rgba(69,119,187,.6); outline-offset: 2px; border-radius: 4px; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--blue-ink); color: #fff; padding: 10px 18px; z-index: 300; border-radius: 0 0 10px 0; }
.skip-link:focus { left: 0; color: #fff; }

.shell { max-width: var(--shell); margin-inline: auto; padding-inline: 24px; }
.shell-wide { max-width: var(--shell-wide); margin-inline: auto; padding-inline: 24px; }

/* Serif italic accent — the parent-brand headline gesture */
.em { font-style: italic; font-weight: 700; }
.em-plum { font-style: italic; color: var(--plum); }
.em-blue { font-style: italic; color: var(--blue); }
.em-lav { font-style: italic; color: var(--lav); }

/* Eyebrow — Jura techno voice */
.eyebrow {
  font-family: var(--tech);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--blue-deep);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--plum)); border-radius: 2px; }
.eyebrow.plum { color: var(--plum); }
.eyebrow.center { justify-content: center; }
.eyebrow.no-rule::before { display: none; }
.on-dark .eyebrow, .section.dark .eyebrow, .cta-band .eyebrow { color: #9FC1EE; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .96rem;
  line-height: 1;
  padding: 15px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn .arr { transition: transform .18s ease; }
.btn:hover .arr { transform: translateX(3px); }
.btn-primary { background: var(--blue-deep); color: #fff; box-shadow: 0 10px 24px -10px rgba(0,85,140,.55); }
.btn-primary:hover { background: #00476F; color: #fff; box-shadow: 0 14px 30px -10px rgba(0,85,140,.6); transform: translateY(-1px); }
.btn-plum { background: var(--plum); color: #fff; box-shadow: 0 10px 24px -10px rgba(130,2,99,.5); }
.btn-plum:hover { background: var(--plum-strong); color: #fff; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--blue-ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue-deep); background: rgba(69,119,187,.06); }
.btn-white { background: #fff; color: var(--blue-ink); box-shadow: 0 10px 26px -12px rgba(0,0,0,.5); }
.btn-white:hover { color: var(--blue-deep); transform: translateY(-1px); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.38); }
.btn-outline-light:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }
.btn-login { background: #5B8FC9; color: #fff; box-shadow: 0 10px 24px -10px rgba(91,143,201,.55); }
.btn-login:hover { background: #4A7AB5; color: #fff; box-shadow: 0 14px 30px -10px rgba(91,143,201,.6); transform: translateY(-1px); }
.btn-team { background: #8B2270; color: #fff; box-shadow: 0 10px 24px -10px rgba(139,34,112,.5); }
.btn-team:hover { background: #6F1B5A; color: #fff; box-shadow: 0 14px 30px -10px rgba(139,34,112,.6); transform: translateY(-1px); }
.btn-lg { padding: 15px 26px; font-size: .95rem; }
.btn-sm { padding: 11px 18px; font-size: .88rem; }
.link-arrow { font-weight: 600; color: var(--blue-deep); display: inline-flex; align-items: center; gap: 7px; }
.link-arrow:hover { color: var(--plum); }
.link-arrow:hover .arr { transform: translateX(3px); }
.link-arrow .arr { transition: transform .18s ease; }
.link-arrow.plum { color: var(--plum); }
.link-arrow.plum:hover { color: var(--plum-strong); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 120;
  background: rgba(255,255,255,.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { border-bottom-color: var(--line-soft); box-shadow: 0 6px 24px -18px rgba(11,36,64,.35); background: rgba(255,255,255,.94); }
.header-shell { max-width: var(--shell-wide); margin-inline: auto; padding-inline: 24px; height: var(--header-h); display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { height: 44px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.main-nav > a {
  font-size: .94rem; font-weight: 500; color: var(--ink);
  padding: 9px 13px; border-radius: 999px;
  transition: background .15s ease, color .15s ease;
}
.main-nav > a:hover { background: var(--cloud); color: var(--blue-deep); }
.main-nav > a.active { color: var(--plum); font-weight: 600; }
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: 14px; }
.nav-actions .btn { padding: 12px 20px; font-size: .9rem; }
.nav-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; position: relative; }
.nav-toggle span { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, top .25s ease, opacity .2s ease; }
.nav-toggle span:nth-child(1) { top: 17px; }
.nav-toggle span:nth-child(2) { top: 27px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { top: 22px; transform: rotate(-45deg); }

@media (max-width: 1120px) {
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed; inset: var(--header-h) 0 auto 0; z-index: 110;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 18px 24px 26px;
    box-shadow: 0 40px 60px -30px rgba(11,36,64,.3);
    display: none;
  }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 13px 12px; font-size: 1.05rem; border-radius: 12px; }
  .nav-actions { margin: 14px 0 0; flex-direction: column; align-items: stretch; }
  .nav-actions .btn { width: 100%; padding: 15px; }
}

/* ---------- Sections ---------- */
.section { padding: 76px 0; }
.section.tight { padding: 52px 0; }
.section.cloud { background: var(--cloud); }
.section.plumwash { background: linear-gradient(180deg, #FDF7FB 0%, #FAF0F7 100%); }
.section.dark {
  background:
    radial-gradient(900px 480px at 12% -10%, rgba(69,119,187,.35), transparent 60%),
    radial-gradient(800px 500px at 92% 112%, rgba(130,2,99,.38), transparent 55%),
    var(--blue-ink);
  color: #C7D6EA;
}
.section.dark h2, .section.dark h3 { color: #fff; }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.55rem, 2.5vw, 2.15rem); margin-bottom: .4em; }
.section-head .lede { font-size: 1.02rem; line-height: 1.65; color: var(--body); }
.section.dark .lede { color: #B9C9E0; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1100px 600px at 82% -18%, rgba(168,154,202,.28), transparent 60%),
    radial-gradient(900px 560px at -12% 30%, rgba(69,119,187,.16), transparent 55%),
    linear-gradient(180deg, #FBFCFE 0%, #F2F6FB 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(11,36,64,.10) 1px, transparent 1.4px);
  background-size: 30px 30px;
  mask-image: radial-gradient(720px 480px at 74% 22%, rgba(0,0,0,.5), transparent 72%);
  -webkit-mask-image: radial-gradient(720px 480px at 74% 22%, rgba(0,0,0,.5), transparent 72%);
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 56px; align-items: center; padding-block: 64px 72px; }
.hero h1 { font-size: clamp(2.1rem, 3.6vw, 3.15rem); line-height: 1.07; letter-spacing: -.012em; margin-bottom: 20px; }
.hero .lede { font-size: 1.06rem; line-height: 1.68; max-width: 36em; margin-bottom: 26px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-note { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; font-size: .9rem; color: var(--mute); }
.hero-note span { display: inline-flex; align-items: center; gap: 8px; }
.hero-note .tick { color: var(--teal); font-weight: 700; }
.hero.slim .hero-inner { grid-template-columns: 1fr; padding-block: 84px 72px; }
.hero.slim .hero-inner > div { max-width: 840px; }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding-block: 44px 52px; }
  .section { padding: 56px 0; }
  .section-head { margin-bottom: 30px; }
}

/* ---------- Hero visual: live campaign composition ---------- */
.hero-visual { position: relative; min-height: 480px; }
.hv-card {
  position: absolute; background: #fff; border: 1px solid var(--line-soft);
  border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: 22px;
}
.hv-main { top: 30px; left: 0; right: 84px; bottom: 96px; display: flex; flex-direction: column; gap: 10px; }
.hv-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-soft); padding-bottom: 10px; }
.hv-title { font-family: var(--tech); font-weight: 700; letter-spacing: .1em; font-size: .74rem; color: var(--blue-deep); text-transform: uppercase; }
.hv-live { display: inline-flex; align-items: center; gap: 7px; font-size: .74rem; font-weight: 600; color: var(--teal); }
.hv-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(42,163,183,.45);} 55% { box-shadow: 0 0 0 7px rgba(42,163,183,0);} }
.hv-feed { flex: 1; min-height: 0; overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 22px, #000 calc(100% - 22px), transparent 100%); mask-image: linear-gradient(180deg, transparent 0, #000 22px, #000 calc(100% - 22px), transparent 100%); }
.hv-feed-track { display: flex; flex-direction: column; gap: 10px; animation: hv-feed-scroll 40s linear infinite; }
@keyframes hv-feed-scroll { from { transform: translateY(0); } to { transform: translateY(-50%); } }
@media (prefers-reduced-motion: reduce) { .hv-feed-track { animation: none; } }
.hv-task { display: flex; gap: 12px; align-items: flex-start; padding: 10px 14px; border: 1px solid var(--line-soft); border-radius: 14px; background: #FBFDFF; }
.hv-task .box { flex-shrink: 0; width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center; font-size: .72rem; color: #fff; font-weight: 800; }
.hv-task.done .box { background: var(--teal); }
.hv-task.doing .box { background: #fff; border: 2px solid var(--blue); }
.hv-task h5 { margin: 0 0 2px; font-family: var(--sans); font-size: .88rem; font-weight: 600; color: var(--ink); }
.hv-task p { margin: 0; font-size: .78rem; color: var(--mute); line-height: 1.45; }
.hv-task .chip { margin-left: auto; flex-shrink: 0; }
.hv-ring { right: 0; top: 0; width: 172px; text-align: center; padding: 18px 16px 16px; }
.hv-ring svg { width: 104px; height: 104px; margin-inline: auto; display: block; }
.hv-ring .num { font-family: var(--tech); font-weight: 700; font-size: 1.5rem; fill: var(--ink); }
.hv-ring p { margin: 8px 0 0; font-size: .74rem; color: var(--mute); line-height: 1.4; }
.hv-call { left: 22px; bottom: 12px; right: 150px; display: flex; gap: 13px; align-items: center; padding: 16px 18px; }
.hv-call .ava { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--plum), var(--lav)); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: .85rem; flex-shrink: 0; }
.hv-call h5 { margin: 0; font-family: var(--sans); font-size: .85rem; font-weight: 600; color: var(--ink); }
.hv-call p { margin: 0; font-size: .76rem; color: var(--mute); }
.hv-stamp { right: 26px; bottom: 84px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; font-size: .78rem; font-weight: 600; color: var(--ink); }
.hv-stamp .cam { width: 30px; height: 30px; border-radius: 9px; background: var(--plum-soft); display: grid; place-items: center; font-size: .9rem; }
.float { animation: floaty 7s ease-in-out infinite; }
.float.d1 { animation-delay: 1.2s; }
.float.d2 { animation-delay: 2.4s; }
@keyframes floaty { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-9px);} }
@media (prefers-reduced-motion: reduce) { .float, .hv-live i { animation: none; } }
@media (max-width: 980px) {
  .hero-visual { min-height: 430px; max-width: 560px; }
}
@media (max-width: 560px) {
  .hero-visual { min-height: 470px; }
  .hv-main { right: 0; bottom: 110px; }
  .hv-ring { display: none; }
  .hv-stamp { bottom: 96px; }
  .hv-call { right: 0; }
}

/* ---------- Chips / tags ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--tech); font-weight: 700; font-size: .66rem; letter-spacing: .09em; text-transform: uppercase;
  color: var(--blue-deep); background: rgba(69,119,187,.1);
  padding: 5px 10px; border-radius: 999px;
}
.chip.plum { color: var(--plum); background: rgba(130,2,99,.08); }
.chip.teal { color: #157A8A; background: rgba(42,163,183,.12); }
.chip.lav { color: #6C5A93; background: rgba(168,154,202,.16); }
.chip.ghost { background: #fff; border: 1px solid var(--line); }

/* ---------- Logo marquee ---------- */
.trustbar { padding: 44px 0 52px; border-bottom: 1px solid var(--line-soft); }
.trustbar .label { text-align: center; font-family: var(--tech); font-weight: 700; font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--mute); margin-bottom: 26px; }
.marquee { overflow: hidden; position: relative; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; align-items: center; gap: 64px; width: max-content; animation: scroll 44s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee img { height: 44px; width: auto; opacity: .75; filter: grayscale(35%); transition: opacity .2s ease, filter .2s ease; }
.marquee img:hover { opacity: 1; filter: none; }
@keyframes scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; } }

/* ---------- Stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.stat {
  position: relative; overflow: hidden;
  text-align: center; padding: 38px 20px 30px; border-radius: var(--r-lg);
  background: linear-gradient(180deg, #fff 0%, #FBFCFE 100%);
  border: 1px solid var(--line-soft); box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.stat:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.stat::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--stat-accent, linear-gradient(90deg, var(--blue), var(--blue-deep))); }
.stat:nth-child(2) { --stat-accent: linear-gradient(90deg, var(--plum), var(--lav)); }
.stat:nth-child(3) { --stat-accent: linear-gradient(90deg, var(--teal), var(--blue)); }
.stat .spark { display: flex; gap: 5px; align-items: flex-end; justify-content: center; height: 24px; margin-top: 18px; }
.stat .spark b { width: 9px; border-radius: 3px 3px 1px 1px; background: linear-gradient(180deg, var(--blue), rgba(69,119,187,.35)); opacity: .85; }
.stat:nth-child(2) .spark b { background: linear-gradient(180deg, var(--plum), rgba(130,2,99,.3)); }
.stat:nth-child(3) .spark b { background: linear-gradient(180deg, var(--teal), rgba(42,163,183,.3)); }
.stat .num { font-family: var(--tech); font-weight: 700; font-size: clamp(1.9rem, 3vw, 2.5rem); color: var(--blue-deep); line-height: 1; letter-spacing: -.01em; }
.stat .num .suffix { color: var(--plum); }
.stat .lab { margin-top: 10px; font-size: .95rem; color: var(--body); }
.stat .sub { margin-top: 2px; font-size: .8rem; color: var(--mute); }
.section.dark .stat { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); box-shadow: none; }
.section.dark .stat .num { color: #fff; }
.section.dark .stat .num .suffix { color: var(--lav); }
.section.dark .stat .lab { color: #C7D6EA; }
@media (max-width: 780px) { .stats { grid-template-columns: 1fr; gap: 14px; } .stat { padding: 26px 18px; } }

/* ---------- Lifecycle rail ---------- */
.lifecycle { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; counter-reset: stage; }
.stage {
  position: relative; background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  padding: 24px 22px 22px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display: flex; flex-direction: column;
}
.stage:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(69,119,187,.35); }
.stage::before {
  counter-increment: stage; content: "0" counter(stage);
  font-family: var(--tech); font-weight: 700; font-size: .78rem; letter-spacing: .12em;
  color: var(--plum); display: block; margin-bottom: 14px;
}
.stage h3 { font-size: 1.25rem; margin-bottom: 7px; }
.stage p { font-size: .92rem; line-height: 1.6; margin-bottom: 14px; }
.stage ul { margin: auto 0 0; padding: 14px 0 0; list-style: none; border-top: 1px dashed var(--line); display: flex; flex-direction: column; gap: 7px; }
.stage li { font-size: .84rem; color: var(--mute); display: flex; gap: 8px; align-items: baseline; }
.stage li::before { content: "→"; color: var(--blue); font-weight: 700; flex-shrink: 0; }
.stage.hot { border-color: rgba(130,2,99,.35); background: linear-gradient(180deg, #fff, var(--plum-soft)); }
@media (max-width: 1020px) { .lifecycle { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .lifecycle { grid-template-columns: 1fr; } }

/* ---------- Audience split ---------- */
.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.aud-card {
  position: relative; border-radius: var(--r-xl); padding: 34px 30px; overflow: hidden;
  border: 1px solid var(--line-soft); background: #fff; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; align-items: flex-start;
  transition: transform .2s ease, box-shadow .2s ease;
}
.aud-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.aud-card.brands { background: linear-gradient(160deg, #F5F9FE 0%, #EAF1FA 100%); }
.aud-card.pharmacy { background: linear-gradient(160deg, #FDF7FB 0%, #F7EBF3 100%); }
.aud-card h3 { font-size: clamp(1.25rem, 1.9vw, 1.6rem); margin-bottom: 10px; }
.aud-card .lede { font-size: 1rem; margin-bottom: 22px; max-width: 30em; }
.aud-points { list-style: none; margin: 0 0 30px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.aud-points li { display: flex; gap: 11px; align-items: baseline; font-size: .94rem; color: var(--ink); font-weight: 500; }
.aud-points .tick { color: var(--teal); font-weight: 800; flex-shrink: 0; }
.aud-card .btn { margin-top: auto; }
@media (max-width: 880px) { .audience { grid-template-columns: 1fr; } .aud-card { padding: 36px 28px; } }

/* ---------- Feature grid / cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 980px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.fcard {
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  padding: 24px 22px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.fcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(69,119,187,.3); }
.fcard .ico {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(69,119,187,.12), rgba(168,154,202,.16));
  font-size: 1.25rem; margin-bottom: 18px;
}
.fcard.plum .ico { background: linear-gradient(135deg, rgba(130,2,99,.1), rgba(168,154,202,.16)); }
.fcard h3, .fcard h4 { font-size: 1.16rem; margin-bottom: 8px; font-family: var(--sans); font-weight: 650; }
.fcard p { font-size: .92rem; line-height: 1.62; margin: 0; }
.section.dark .fcard { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); box-shadow: none; }
.section.dark .fcard h3, .section.dark .fcard h4 { color: #fff; }
.section.dark .fcard p { color: #B9C9E0; }

/* ---------- Building blocks ---------- */
.blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.block {
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  padding: 26px 24px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.block:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.block::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--accent, var(--blue)); border-radius: 4px 0 0 4px; }
.block .name { font-family: var(--tech); font-weight: 700; font-size: .92rem; letter-spacing: .06em; color: var(--ink); margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.block .name b { color: var(--accent, var(--blue)); font-weight: 700; }
.block p { font-size: .88rem; line-height: 1.6; margin: 0; color: var(--body); }
@media (max-width: 980px) { .blocks { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .blocks { grid-template-columns: 1fr; } }

/* ---------- Two-layer diagram ---------- */
.layers { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 18px; }
.layer { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.loop-figure { margin: 0 auto 40px; max-width: 720px; }
.loop-figure img { width: 100%; height: auto; mix-blend-mode: multiply; }
.person .photo { width: 74px; height: 74px; border-radius: 50%; object-fit: cover; margin-bottom: 14px; border: 3px solid #fff; box-shadow: var(--shadow-sm); background: var(--cloud); }
.hv-task { transition: opacity .45s ease, transform .45s ease; }
.hv-task.enter { opacity: 0; transform: translateY(10px); }
.layer .tag { margin-bottom: 16px; }
.layer h3 { font-size: 1.18rem; }
.layer ul { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.layer li { display: flex; gap: 10px; font-size: .92rem; align-items: baseline; }
.layer li::before { content: "•"; color: var(--accent, var(--blue)); font-weight: 900; }
.layers .join { display: grid; place-items: center; }
.layers .join .knot {
  width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--plum)); color: #fff; font-weight: 800; font-size: 1.2rem;
  box-shadow: 0 14px 30px -10px rgba(80,40,120,.5);
}
@media (max-width: 880px) {
  .layers { grid-template-columns: 1fr; }
  .layers .join { padding: 4px 0; }
}

/* ---------- Coverage visual (dark stores) ---------- */
.coverage-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
@media (max-width: 940px) { .coverage-wrap { grid-template-columns: 1fr; gap: 40px; } }
.storegrid-card { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 30px; box-shadow: var(--shadow-md); }
.storegrid { display: grid; grid-template-columns: repeat(20, 1fr); gap: 7px; margin: 18px 0 20px; }
.storegrid i { aspect-ratio: 1; border-radius: 3.5px; background: var(--cloud-deep); transition: background 1s ease; }
.storegrid i.rep { background: var(--blue); }
.storegrid i.pc { background: var(--plum); }
.covlegend { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: .82rem; color: var(--mute); }
.covlegend span { display: inline-flex; align-items: center; gap: 8px; }
.covlegend i { width: 12px; height: 12px; border-radius: 3.5px; background: var(--cloud-deep); }
.covlegend i.rep { background: var(--blue); }
.covlegend i.pc { background: var(--plum); }
.cov-toggle { display: inline-flex; background: var(--cloud); border: 1px solid var(--line); border-radius: 999px; padding: 4px; gap: 4px; margin-bottom: 4px; }
.cov-toggle button { border: 0; background: transparent; border-radius: 999px; padding: 8px 16px; font-size: .82rem; font-weight: 600; color: var(--mute); transition: all .15s ease; }
.cov-toggle button.active { background: #fff; color: var(--blue-ink); box-shadow: var(--shadow-sm); }

/* ---------- Comparison table (rep economics) ---------- */
.compare-scroll { overflow-x: auto; border-radius: var(--r-lg); box-shadow: var(--shadow-md); border: 1px solid var(--line-soft); }
.compare { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; min-width: 720px; }
.compare th, .compare td { padding: 18px 22px; text-align: left; font-size: .94rem; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.compare thead th { font-family: var(--tech); font-weight: 700; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); background: var(--cloud); border-bottom: 1px solid var(--line); }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }
.compare tbody th { font-weight: 600; color: var(--ink); font-size: .92rem; width: 26%; }
.compare td.field { color: var(--body); width: 34%; }
.compare td.pc { position: relative; background: linear-gradient(180deg, rgba(130,2,99,.045), rgba(69,119,187,.05)); font-weight: 500; color: var(--ink); width: 40%; }
.compare thead th.pc { color: var(--plum); background: linear-gradient(180deg, rgba(130,2,99,.09), rgba(130,2,99,.05)); }
.compare .win { display: inline-flex; align-items: baseline; gap: 8px; }
.compare .win::before { content: "✓"; color: var(--teal); font-weight: 800; }
.table-note { font-size: .8rem; color: var(--mute); margin-top: 14px; }

/* ---------- Dashboard mockup ---------- */
.dash { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-xl); box-shadow: var(--shadow-lg); overflow: hidden; }
.dash-bar { display: flex; align-items: center; gap: 8px; padding: 14px 20px; border-bottom: 1px solid var(--line-soft); background: var(--cloud); }
.dash-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--line); }
.dash-bar i:nth-child(1) { background: #F1968E; }
.dash-bar i:nth-child(2) { background: #F4CE8C; }
.dash-bar i:nth-child(3) { background: #94D8B2; }
.dash-bar .url { margin-left: 12px; font-family: var(--tech); font-size: .7rem; letter-spacing: .06em; color: var(--mute); background: #fff; border: 1px solid var(--line-soft); padding: 5px 14px; border-radius: 999px; }
.dash-body { display: grid; grid-template-columns: 200px 1fr; min-height: 380px; }
.dash-side { border-right: 1px solid var(--line-soft); padding: 20px 14px; display: flex; flex-direction: column; gap: 4px; background: #FBFCFE; }
.dash-side span { font-size: .82rem; font-weight: 500; color: var(--mute); padding: 9px 12px; border-radius: 9px; }
.dash-side span.on { background: rgba(69,119,187,.1); color: var(--blue-deep); font-weight: 600; }
.dash-main { padding: 24px; display: flex; flex-direction: column; gap: 18px; }
.dash-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.dtile { border: 1px solid var(--line-soft); border-radius: 14px; padding: 16px; }
.dtile .k { font-family: var(--tech); font-weight: 700; font-size: 1.45rem; color: var(--ink); }
.dtile .k em { font-style: normal; font-size: .8rem; color: var(--teal); font-weight: 700; margin-left: 6px; }
.dtile .l { font-size: .72rem; color: var(--mute); margin-top: 3px; }
.dash-chart { flex: 1; display: flex; align-items: flex-end; gap: 10px; border: 1px solid var(--line-soft); border-radius: 14px; padding: 18px 18px 0; min-height: 130px; position: relative; }
.dash-chart::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; }
.dash-chart b { flex: 1; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, var(--blue), rgba(69,119,187,.55)); min-height: 8px; }
.dash-chart b.p { background: linear-gradient(180deg, var(--plum), rgba(130,2,99,.55)); }
.dash-photos { display: flex; gap: 10px; align-items: center; }
.dash-photos .ph { width: 58px; height: 58px; border-radius: 12px; background: linear-gradient(135deg, var(--cloud-deep), var(--cloud)); border: 1px solid var(--line-soft); display: grid; place-items: center; font-size: 1.05rem; }
.dash-photos .more { font-size: .76rem; color: var(--mute); }
@media (max-width: 720px) { .dash-body { grid-template-columns: 1fr; } .dash-side { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line-soft); } .dash-tiles { grid-template-columns: 1fr 1fr; } }

/* ---------- Use-case explorer ---------- */
.filterbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filterbar button {
  border: 1.5px solid var(--line); background: #fff; color: var(--body);
  font-weight: 600; font-size: .88rem; padding: 10px 20px; border-radius: 999px;
  transition: all .15s ease;
}
.filterbar button:hover { border-color: var(--blue); color: var(--blue-deep); }
.filterbar button.active { background: var(--blue-ink); border-color: var(--blue-ink); color: #fff; }
.filterbar .count { font-family: var(--tech); font-size: .72rem; opacity: .7; margin-left: 6px; }
.cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 1020px) { .cases { grid-template-columns: 1fr 1fr; } }
@media (max-width: 660px) { .cases { grid-template-columns: 1fr; } }
.case {
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm); overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.case:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.case[hidden] { display: none; }
.case summary { list-style: none; cursor: pointer; padding: 24px 24px 20px; }
.case summary::-webkit-details-marker { display: none; }
.case .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.case h3 { font-family: var(--sans); font-weight: 650; font-size: 1.08rem; margin-bottom: 6px; color: var(--ink); }
.case .goal { font-size: .88rem; color: var(--body); margin: 0; line-height: 1.55; }
.case .expander { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-size: .82rem; font-weight: 600; color: var(--blue-deep); }
.case .expander::after { content: "+"; font-weight: 700; width: 20px; height: 20px; border-radius: 6px; background: var(--cloud); display: grid; place-items: center; transition: transform .2s ease; }
.case[open] .expander::after { content: "–"; }
.case-detail { padding: 0 24px 24px; border-top: 1px dashed var(--line); margin-top: 0; }
.case-detail h4 { font-family: var(--tech); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); margin: 18px 0 10px; }
.case-detail ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.case-detail li { font-size: .85rem; display: flex; gap: 9px; align-items: baseline; color: var(--body); }
.case-detail li::before { content: "→"; color: var(--blue); font-weight: 700; flex-shrink: 0; }
.case-detail li.out::before { content: "✓"; color: var(--teal); }
.case-detail .mix { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }

/* ---------- Steps / timeline ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
@media (max-width: 980px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .steps { grid-template-columns: 1fr; } }
.step { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 28px 26px; box-shadow: var(--shadow-sm); position: relative; }
.step::before {
  counter-increment: step; content: counter(step);
  font-family: var(--tech); font-weight: 700; font-size: 1rem;
  width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep)); color: #fff; margin-bottom: 16px;
}
.step h3 { font-family: var(--sans); font-weight: 650; font-size: 1.08rem; }
.step p { font-size: .9rem; margin: 0; }

.timeline { position: relative; padding-left: 34px; display: flex; flex-direction: column; gap: 26px; }
.timeline::before { content: ""; position: absolute; left: 10px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(180deg, var(--blue), var(--plum)); border-radius: 2px; }
.tl-item { position: relative; }
.tl-item::before { content: ""; position: absolute; left: -30px; top: 7px; width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 3px solid var(--blue); }
.tl-item.plum::before { border-color: var(--plum); }
.tl-item .when { font-family: var(--tech); font-weight: 700; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--plum); margin-bottom: 5px; }
.tl-item h4 { font-family: var(--sans); font-weight: 650; font-size: 1.02rem; margin-bottom: 5px; color: var(--ink); }
.tl-item p { font-size: .9rem; margin: 0; }
.tl-item .artifact { margin-top: 10px; display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line-soft); border-radius: 12px; padding: 9px 14px; font-size: .8rem; color: var(--mute); box-shadow: var(--shadow-sm); }

/* ---------- Quotes / testimonials ---------- */
.quote {
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  padding: 32px 30px; box-shadow: var(--shadow-sm); position: relative;
}
.quote::before { content: "“"; font-family: var(--serif); font-size: 4.4rem; line-height: 1; color: var(--lav); position: absolute; top: 14px; right: 24px; opacity: .55; }
.quote p { font-family: var(--serif); font-style: italic; font-size: 1.1rem; line-height: 1.6; color: var(--ink); margin-bottom: 18px; }
.quote .who { display: flex; align-items: center; gap: 12px; font-size: .84rem; color: var(--mute); }
.quote .who .ava { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: .8rem; background: linear-gradient(135deg, var(--blue), var(--lav)); flex-shrink: 0; }
.quote .who b { display: block; color: var(--ink); font-weight: 600; }

/* ---------- Case study cards (results) ---------- */
.result-card { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-xl); box-shadow: var(--shadow-md); overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; }
.result-card + .result-card { margin-top: 30px; }
.result-card .body { padding: 32px 30px; }
.result-card .side { background: linear-gradient(160deg, var(--blue-ink) 0%, #1B3A63 100%); color: #C7D6EA; padding: 44px 42px; display: flex; flex-direction: column; justify-content: center; gap: 22px; }
.result-card .side .metric .k { font-family: var(--tech); font-weight: 700; font-size: 2.2rem; color: #fff; line-height: 1; }
.result-card .side .metric .l { font-size: .84rem; margin-top: 4px; color: #A9BDD8; }
.result-card.plumside .side { background: linear-gradient(160deg, #4A0339 0%, var(--plum) 130%); }
.result-card h3 { font-size: 1.3rem; }
.result-card .meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.result-card .body p { font-size: .95rem; }
.result-card .rc-label { font-family: var(--tech); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--mute); margin: 20px 0 6px; }
@media (max-width: 880px) { .result-card { grid-template-columns: 1fr; } .result-card .body, .result-card .side { padding: 32px 26px; } }

/* ---------- Pricing shapes ---------- */
.shapes { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; }
@media (max-width: 880px) { .shapes { grid-template-columns: 1fr; } }
.shape { background: #fff; border: 1.5px solid var(--line-soft); border-radius: var(--r-xl); padding: 32px 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; position: relative; }
.shape.feature { border-color: rgba(130,2,99,.4); box-shadow: var(--shadow-md); }
.shape .flag { position: absolute; top: -14px; left: 34px; background: #F6E7F1; box-shadow: 0 0 0 5px var(--paper); }
.section.cloud .shape .flag { box-shadow: 0 0 0 5px var(--cloud); }
.shape h3 { font-size: 1.35rem; margin-bottom: 4px; }
.shape .for { font-size: .9rem; color: var(--mute); margin-bottom: 20px; }
.shape ul { list-style: none; padding: 22px 0 26px; margin: 0; border-top: 1px solid var(--line-soft); display: flex; flex-direction: column; gap: 12px; }
.shape li { display: flex; gap: 11px; align-items: baseline; font-size: .93rem; }
.shape li .tick { color: var(--teal); font-weight: 800; flex-shrink: 0; }
.shape .btn { margin-top: auto; }

/* ---------- FAQ / accordion ---------- */
.faq { max-width: 820px; margin-inline: auto; display: flex; flex-direction: column; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-md); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 21px 56px 21px 24px; font-weight: 600; color: var(--ink); font-size: 1rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; border-radius: 8px; background: var(--cloud); display: grid; place-items: center; font-weight: 700; color: var(--blue-deep); transition: transform .2s ease; }
.faq details[open] summary::after { content: "–"; }
.faq .a { padding: 0 24px 22px; font-size: .94rem; color: var(--body); }
.faq .a p:last-child { margin-bottom: 0; }

/* Tab switch (FAQ audiences etc.) */
.tabswitch { display: inline-flex; background: var(--cloud); border: 1px solid var(--line); border-radius: 999px; padding: 5px; gap: 5px; margin-bottom: 34px; }
.tabswitch button { border: 0; background: transparent; border-radius: 999px; padding: 10px 24px; font-size: .9rem; font-weight: 600; color: var(--mute); transition: all .15s ease; }
.tabswitch button.active { background: #fff; color: var(--blue-ink); box-shadow: var(--shadow-sm); }
[data-tabpanel][hidden] { display: none; }

/* ---------- Glossary ---------- */
.glossary { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 780px) { .glossary { grid-template-columns: 1fr; } }
.gloss { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.gloss dt { font-family: var(--tech); font-weight: 700; font-size: .95rem; color: var(--plum); margin-bottom: 6px; }
.gloss dd { margin: 0; font-size: .9rem; color: var(--body); }

/* ---------- Articles ---------- */
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 980px) { .article-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .article-grid { grid-template-columns: 1fr; } }
.acard { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.acard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.acard .thumb { height: 150px; display: grid; place-items: center; font-size: 2rem; color: #fff; }
.acard .thumb.t1 { background: linear-gradient(135deg, var(--blue-ink), var(--blue)); }
.acard .thumb.t2 { background: linear-gradient(135deg, #4A0339, var(--plum)); }
.acard .thumb.t3 { background: linear-gradient(135deg, var(--blue-deep), var(--teal)); }
.acard .pad { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.acard .meta { display: flex; gap: 10px; align-items: center; font-size: .76rem; color: var(--mute); margin-bottom: 12px; }
.acard h3 { font-size: 1.08rem; line-height: 1.32; margin-bottom: 9px; }
.acard h3 a { color: var(--ink); }
.acard h3 a:hover { color: var(--plum); }
.acard p { font-size: .89rem; margin-bottom: 16px; }
.acard .link-arrow { margin-top: auto; font-size: .89rem; }
.acard.featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
.acard.featured .thumb { height: auto; min-height: 280px; font-size: 3rem; }
.acard.featured .pad { padding: 40px; justify-content: center; }
.acard.featured h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }
@media (max-width: 780px) { .acard.featured { grid-template-columns: 1fr; } .acard.featured .thumb { min-height: 170px; } }

.prose { max-width: 700px; margin-inline: auto; font-size: 1rem; line-height: 1.75; }
.prose h2 { font-size: 1.7rem; margin: 1.6em 0 .55em; }
.prose h3 { font-size: 1.25rem; margin: 1.5em 0 .5em; }
.prose p { margin-bottom: 1.25em; }
.prose blockquote { margin: 1.6em 0; padding: 5px 0 5px 22px; border-left: 3px solid var(--plum); font-family: var(--serif); font-style: italic; font-size: 1.12rem; color: var(--ink); line-height: 1.55; }
.prose ul { padding-left: 1.2em; margin-bottom: 1.25em; }
.prose li { margin-bottom: .45em; }
.prose .standfirst { font-size: 1.1rem; line-height: 1.62; color: var(--ink); font-weight: 450; }
.article-head { max-width: 780px; margin: 0 auto 46px; text-align: center; }
.article-head h1 { font-size: clamp(1.7rem, 2.8vw, 2.3rem); line-height: 1.16; }
.article-head .meta { display: flex; justify-content: center; gap: 14px; align-items: center; font-size: .84rem; color: var(--mute); margin-top: 18px; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1020px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .team-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .team-grid { grid-template-columns: 1fr; } }
.person { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 26px 22px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.person:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.person .ava { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 1.15rem; font-family: var(--tech); margin-bottom: 16px; }
.person h3 { font-family: var(--sans); font-weight: 650; font-size: 1.02rem; margin-bottom: 2px; }
.person .role { font-size: .8rem; color: var(--plum); font-weight: 600; margin-bottom: 10px; }
.person p { font-size: .84rem; line-height: 1.55; color: var(--mute); margin: 0; }
.person-linkedin { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-top: 14px; border-radius: 10px; background: var(--cloud); color: #5B8FC9; border: 1px solid var(--line-soft); transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; flex-shrink: 0; }
.person-linkedin svg { width: 14px; height: 14px; flex-shrink: 0; display: block; }
.person-linkedin:hover { background: #5B8FC9; color: #fff; border-color: #5B8FC9; transform: translateY(-1px); }
.person-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.person-top .photo { margin-bottom: 0; }
.person-top .person-linkedin { margin-top: 0; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; overflow: hidden; border-radius: var(--r-xl);
  background:
    radial-gradient(700px 380px at 88% -20%, rgba(168,154,202,.5), transparent 60%),
    radial-gradient(700px 420px at 4% 130%, rgba(130,2,99,.55), transparent 55%),
    var(--blue-ink);
  color: #C7D6EA; text-align: center; padding: 58px 28px;
}
.cta-band h2 { color: #fff; font-size: clamp(1.55rem, 2.6vw, 2.2rem); margin-bottom: 12px; }
.cta-band p { max-width: 46em; margin: 0 auto 26px; font-size: .98rem; color: #BCCBE2; }
.cta-band .row { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.cta-band .fine { margin-top: 22px; font-size: .82rem; color: #8FA5C4; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line-soft); background: #FBFCFE; padding: 72px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px; margin-bottom: 52px; }
@media (max-width: 940px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer .fbrand img { height: 58px; margin-bottom: 16px; }
.site-footer .fbrand p { font-size: .9rem; color: var(--mute); max-width: 26em; }
.site-footer h4 { font-family: var(--tech); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--mute); margin-bottom: 18px; }
.site-footer h4 a { color: inherit; }
.site-footer h4 a:hover { color: var(--plum); }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.site-footer ul a { color: var(--ink); font-size: .93rem; font-weight: 500; }
.site-footer ul a:hover { color: var(--plum); }
.site-footer .contact p { font-size: .9rem; color: var(--body); margin-bottom: 8px; }
.legal { border-top: 1px solid var(--line-soft); padding-top: 26px; display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center; justify-content: space-between; font-size: .82rem; color: var(--mute); }
.legal .links { display: flex; flex-wrap: wrap; gap: 20px; }
.legal a { color: var(--mute); }
.legal a:hover { color: var(--plum); }

/* ---------- Modals ---------- */
.modal { position: fixed; inset: 0; z-index: 200; display: none; }
.modal.open { display: block; }
.modal-veil { position: absolute; inset: 0; background: rgba(11,36,64,.55); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.modal-card {
  position: relative; z-index: 1; max-width: 520px; margin: 6vh auto 4vh; background: #fff;
  border-radius: var(--r-xl); box-shadow: var(--shadow-lg); padding: 42px 40px;
  max-height: 88vh; overflow-y: auto;
  animation: modalIn .28s cubic-bezier(.2,.9,.3,1.2);
}
@keyframes modalIn { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .modal-card { animation: none; } }
@media (max-width: 600px) { .modal-card { margin: 0; border-radius: 0; max-height: 100vh; min-height: 100vh; padding: 34px 24px; } }
.modal-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border-radius: 11px; border: 1px solid var(--line); background: #fff; font-size: 1.05rem; color: var(--mute); }
.modal-close:hover { color: var(--plum); border-color: var(--plum); }
.modal-card h3 { font-size: 1.35rem; margin-bottom: 8px; }
.modal-card .sub { font-size: .93rem; color: var(--body); margin-bottom: 26px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.field input, .field textarea, .field select {
  width: 100%; border: 1.5px solid var(--line); border-radius: 12px; background: #fff;
  padding: 13px 15px; font-family: var(--sans); font-size: .95rem; color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(69,119,187,.14); }
.field textarea { min-height: 96px; resize: vertical; }
.form-actions { display: flex; gap: 12px; margin-top: 24px; }
.form-actions .btn { flex: 1; }
.form-note { font-size: .78rem; color: var(--mute); margin-top: 16px; text-align: center; }
.form-success { text-align: center; padding: 28px 6px 10px; display: none; }
.form-success .big { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 18px; background: rgba(42,163,183,.14); color: var(--teal); display: grid; place-items: center; font-size: 1.6rem; font-weight: 800; }
.form-success h4 { font-size: 1.3rem; margin-bottom: 8px; }
.form-success p { font-size: .92rem; color: var(--body); }
.modal-card-wide { max-width: 800px; }
.login-split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
@media (max-width: 720px) { .login-split { grid-template-columns: 1fr; } }
.login-opt { border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 22px; display: flex; flex-direction: column; height: 100%; }
.login-opt h4 { font-family: var(--sans); font-weight: 650; font-size: 1.02rem; margin-bottom: 6px; }
.login-opt p { font-size: .88rem; color: var(--body); margin-bottom: 14px; }
.login-opt .btn { align-self: flex-start; }
.login-opt .field:last-of-type { margin-bottom: 0; }
.login-opt .form-actions { margin-top: 18px; }
.login-opt .form-actions .btn { flex: none; width: 100%; }
.login-opt .form-success { display: none; padding: 10px 2px 2px; text-align: left; }
.login-opt .form-success .big { margin: 0 0 14px; }
.login-opt-existing { justify-content: center; }
.login-perks { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line-soft); }
.login-perks-title { font-family: var(--tech); font-weight: 700; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); margin-bottom: 10px; }
.login-perks ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.login-perks li { font-size: .82rem; color: var(--body); padding-left: 20px; position: relative; }
.login-perks li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--teal); font-weight: 800; font-size: .78rem; }
@media (max-width: 720px) { .login-opt-existing { justify-content: flex-start; } }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: stretch; }
@media (max-width: 780px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-panel { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); padding: 34px 32px; display: flex; flex-direction: column; height: 100%; }
@media (max-width: 780px) { .contact-panel { height: auto; } }
.contact-panel h2 { font-size: 1.3rem; margin-bottom: 6px; }
.contact-panel .sub { font-size: .93rem; color: var(--body); margin-bottom: 24px; }
.contact-panel .field:last-of-type { margin-bottom: 0; }
.contact-info .contact-org { font-family: var(--sans); font-weight: 650; font-size: 1.05rem; color: var(--ink); margin-bottom: 4px; }
.contact-info p { font-size: .93rem; color: var(--body); line-height: 1.6; margin-bottom: 14px; }
.contact-info .link-arrow { margin-bottom: 18px; }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Ambient media (generated imagery & video) ---------- */
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(251,252,254,.97) 0%, rgba(249,251,254,.92) 36%, rgba(246,249,253,.66) 64%, rgba(244,248,252,.52) 100%),
    linear-gradient(180deg, rgba(251,252,254,.55) 0%, rgba(251,252,254,.12) 42%, #F2F6FB 97%);
}
.cta-media { position: absolute; inset: 0; }
.cta-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,36,64,.5) 0%, rgba(11,36,64,.74) 100%); }
.cta-band > :not(.cta-media) { position: relative; z-index: 1; }
.pagehero.with-media .shell { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.pagehero .ph-media { margin: 0; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.pagehero .ph-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 940px) { .pagehero.with-media .shell { grid-template-columns: 1fr; gap: 36px; } .pagehero .ph-media { max-height: 340px; } }
.acard .thumb { position: relative; overflow: hidden; }
.acard .thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.acard:hover .thumb img { transform: scale(1.04); }
.article-cover { max-width: 980px; margin: 0 auto 60px; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.article-cover img { display: block; width: 100%; }

/* ---------- Proof stack (Results hero) ---------- */
.proof-stack { position: relative; max-width: 460px; justify-self: end; }
.pf-photo {
  margin: 0; position: relative; background: #fff; padding: 12px 12px 14px;
  border-radius: var(--r-lg); box-shadow: var(--shadow-lg); transform: rotate(-1.6deg);
  border: 1px solid var(--line-soft);
}
.pf-photo img { display: block; width: 100%; border-radius: 12px; }
.pf-badge {
  position: absolute; top: 24px; left: 24px;
  font-family: var(--tech); font-weight: 700; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  background: rgba(11,36,64,.78); color: #fff; padding: 7px 12px; border-radius: 999px;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.pf-verify {
  position: absolute; left: 24px; right: 24px; bottom: 26px;
  display: flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.92); border: 1px solid var(--line-soft);
  border-radius: 12px; padding: 10px 14px; font-size: .8rem; color: var(--mute);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.pf-verify b { color: #157A6A; color: var(--teal); font-weight: 700; white-space: nowrap; }
.pf-tile {
  position: absolute; right: -18px; bottom: -26px;
  background: var(--blue-ink); color: #fff; border-radius: 18px; padding: 18px 22px;
  box-shadow: 0 22px 44px -14px rgba(11,36,64,.55); transform: rotate(1.2deg);
}
.pf-tile .k { font-family: var(--tech); font-weight: 700; font-size: 1.9rem; line-height: 1; }
.pf-tile .l { font-size: .74rem; color: #A9BDD8; margin-top: 6px; line-height: 1.45; }
@media (max-width: 940px) { .proof-stack { justify-self: start; margin-top: 8px; } .pf-tile { right: 8px; } }

/* ---------- Pricing dials ---------- */
.dials {
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg); padding: 30px 30px 24px; max-width: 440px; justify-self: end; width: 100%;
}
.dial + .dial { margin-top: 22px; }
.dial-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 9px; }
.dial-head span { font-family: var(--tech); font-weight: 700; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; color: var(--mute); }
.dial-head b { font-family: var(--tech); font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.dial-track { height: 10px; border-radius: 999px; background: var(--cloud-deep); overflow: hidden; }
.dial-track i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--blue), var(--blue-deep)); }
.dial-track i.plum { background: linear-gradient(90deg, var(--lav), var(--plum)); }
.dial-track i.teal { background: linear-gradient(90deg, var(--teal), var(--blue)); }
.dial-note { margin: 22px 0 0; padding-top: 16px; border-top: 1px dashed var(--line); font-size: .8rem; color: var(--mute); text-align: center; }
@media (max-width: 940px) { .dials { justify-self: start; } }

/* ---------- Task walkthrough stepper ---------- */
.walkthrough { display: grid; grid-template-columns: .92fr 1.08fr; gap: 24px; align-items: stretch; }
.wt-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.wt-step {
  width: 100%; text-align: left; background: #fff; border: 1.5px solid var(--line-soft);
  border-radius: 14px; padding: 13px 16px; cursor: pointer; font-family: var(--sans);
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.wt-step b { display: block; font-weight: 650; font-size: .93rem; color: var(--ink); margin-bottom: 3px; }
.wt-step span { display: block; font-size: .79rem; color: var(--mute); line-height: 1.45; }
.wt-step:hover { border-color: var(--lav); }
.wt-step.active { border-color: var(--plum); background: var(--plum-soft); box-shadow: var(--shadow-sm); }
.wt-step.active b { color: var(--plum); }
.wt-stage { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--cloud-deep); min-height: 320px; }
.wt-stage video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wt-caption {
  position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 1;
  background: rgba(11,36,64,.78); color: #fff; font-size: .82rem; line-height: 1.5;
  padding: 10px 14px; border-radius: 10px;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
@media (max-width: 880px) {
  .walkthrough { grid-template-columns: 1fr; }
  .wt-stage { min-height: 0; aspect-ratio: 16 / 9; }
}

/* ---------- Portal demo (code-animated) ---------- */
.portal-demo { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); overflow: hidden; width: 100%; max-width: 500px; justify-self: end; }
@media (max-width: 940px) { .portal-demo { justify-self: start; } }
.pd-body { padding: 16px 18px 14px; }
.pd-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.pd-title { font-family: var(--tech); font-weight: 700; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--blue-deep); }
.pd-list { display: flex; flex-direction: column; gap: 8px; min-height: 208px; }
.pd-task { display: flex; gap: 10px; align-items: center; padding: 10px 12px; border: 1px solid var(--line-soft); border-radius: 12px; background: #FBFDFF; transition: opacity .4s ease, transform .4s ease; }
.pd-task.enter { opacity: 0; transform: translateY(8px); }
.pd-task .box { flex-shrink: 0; width: 20px; height: 20px; border-radius: 6px; display: grid; place-items: center; font-size: .66rem; color: #fff; font-weight: 800; border: 2px solid var(--line); background: #fff; }
.pd-task.done .box { background: var(--teal); border-color: var(--teal); }
.pd-task.doing .box { border-color: var(--blue); }
.pd-task h6 { margin: 0; font-family: var(--sans); font-size: .8rem; font-weight: 600; color: var(--ink); }
.pd-task p { margin: 0; font-size: .7rem; color: var(--mute); }
.pd-task .tail { margin-left: auto; flex-shrink: 0; font-family: var(--tech); font-weight: 700; font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; color: var(--mute); }
.pd-task .tail.ok { color: var(--teal); }
.pd-task .tail.fee { color: var(--plum); }
.pd-photo { width: 34px; height: 26px; border-radius: 6px; background: url('../media/shelf-proof.webp') center/cover; border: 1px solid var(--line-soft); flex-shrink: 0; opacity: 0; transition: opacity .4s ease; }
.pd-photo.show { opacity: 1; }
.pd-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px dashed var(--line); margin-top: 12px; padding-top: 10px; font-size: .72rem; color: var(--mute); }
.pd-foot .pd-earn { font-family: var(--tech); font-weight: 700; color: var(--plum); }
.pd-caption { text-align: center; font-size: .72rem; color: var(--mute); padding: 0 14px 12px; }

/* ---------- Goal builder ---------- */
.goalbox { background: #fff; border: 1.5px solid var(--line-soft); border-radius: var(--r-xl); box-shadow: var(--shadow-md); padding: 26px 26px 22px; margin-bottom: 38px; }
.gb-label { display: block; font-family: var(--serif); font-weight: 700; font-size: 1.2rem; color: var(--ink); margin-bottom: 14px; }
.gb-row { display: flex; gap: 10px; flex-wrap: wrap; }
.gb-row input { flex: 1; min-width: 240px; border: 1.5px solid var(--line); border-radius: 999px; padding: 13px 20px; font-family: var(--sans); font-size: .95rem; color: var(--ink); }
.gb-row input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(69,119,187,.14); }
.gb-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.gb-chip { border: 1px solid var(--line); background: var(--cloud); border-radius: 999px; padding: 7px 14px; font-size: .78rem; font-weight: 600; color: var(--body); cursor: pointer; transition: all .15s ease; }
.gb-chip:hover { border-color: var(--plum); color: var(--plum); }
.gb-result { margin-top: 18px; border-top: 1px dashed var(--line); padding-top: 18px; }
.gb-result[hidden] { display: none; }
.gb-match { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 6px; }
.gb-match b { font-family: var(--serif); font-size: 1.15rem; color: var(--plum); }
.gb-why { font-size: .88rem; color: var(--body); margin: 0 0 12px; }
.gb-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 16px; }
.gb-flow .chip { font-size: .7rem; }
.gb-flow .arr { color: var(--mute); }
.gb-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.gb-note { font-size: .74rem; color: var(--mute); margin: 12px 0 0; }

/* ---------- Rep jobs chip grid ---------- */
.repjobs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 940px) { .repjobs { grid-template-columns: repeat(2, 1fr); } }
.repjob {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--line-soft); border-radius: 12px;
  padding: 14px 16px; font-weight: 600; font-size: .88rem; color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.repjob::before { content: "✓"; color: var(--teal); font-weight: 800; }

/* ---------- Utilities ---------- */
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-24 { margin-top: 24px; }
.mt-40 { margin-top: 40px; }
.mt-56 { margin-top: 56px; }
.mb-24 { margin-bottom: 24px; }
.maxw-720 { max-width: 720px; }
.maxw-820 { max-width: 820px; margin-inline: auto; }
.small { font-size: .84rem; color: var(--mute); }
.row-between { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.pagehero { background: linear-gradient(180deg, #FBFCFE 0%, #F2F6FB 100%); border-bottom: 1px solid var(--line-soft); padding: 52px 0 46px; position: relative; overflow: hidden; }
.pagehero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(900px 420px at 88% -30%, rgba(168,154,202,.25), transparent 60%); pointer-events: none; }
.pagehero .shell { position: relative; }
.pagehero h1 { font-size: clamp(1.8rem, 2.9vw, 2.5rem); max-width: 22em; margin-bottom: 14px; }
.pagehero .lede { font-size: 1.02rem; max-width: 48em; color: var(--body); margin-bottom: 0; }
.pagehero .hero-ctas { margin-top: 30px; margin-bottom: 0; }
.crumb { font-family: var(--tech); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--mute); margin-bottom: 20px; display: flex; gap: 10px; }
.crumb a { color: var(--blue-deep); }
