/* ═══════════════════════════════════════════════════════════
   SECTION 7 — ROLES / AUDIENCE SEGMENTATION
   "Built for the way every desk works"
   Three cards: Trader / Compliance / CCO
   ═══════════════════════════════════════════════════════════ */
.roles {
  background: #FAF9F4;
  padding: 130px 120px 140px;
  position: relative;
  border-top: 1px solid rgba(12,40,85,.06);
}
.roles-inner { max-width: 1440px; margin: 0 auto; }

/* Section header — matches .shift / .eco rhythm */
.roles-header {
  max-width: 720px; margin: 0 auto 80px;
  text-align: center;
}
.roles-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(12,40,85,.06);
  border-radius: 100px;
  padding: 5px 14px 5px 10px;
  margin-bottom: 26px;
}
.roles-eyebrow-dot { width: 7px; height: 7px; background: var(--info); border-radius: 50%; }
.roles-eyebrow-text {
  font-size: 11px; font-weight: 600;
  color: var(--primary);
  letter-spacing: 0.5px; text-transform: uppercase;
}
.roles-headline {
  font-size: 52px; font-weight: 500;
  line-height: 1.08; letter-spacing: -1.6px;
  color: #141413; margin-bottom: 22px;
  text-wrap: balance;
}
.roles-headline em {
  font-style: normal; color: var(--primary); font-weight: 500;
  background: linear-gradient(180deg, transparent 62%, rgba(223,163,32,.32) 62%, rgba(223,163,32,.32) 92%, transparent 92%);
  padding: 0 4px;
}
.roles-sub {
  font-size: 17px; line-height: 1.55;
  color: #4B5563;
  max-width: 600px; margin: 0 auto;
  text-wrap: pretty;
}

/* ── 3-COLUMN CARD GRID ── */
.role-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.role-card {
  background: #fff;
  border: 1px solid rgba(48,50,78,.12);
  border-radius: 14px;
  padding: 28px 28px 0;
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  box-shadow: 0 1px 2px rgba(12,40,85,.03);
}
.role-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(12,40,85,.08), 0 4px 12px rgba(12,40,85,.05);
  border-color: rgba(48,50,78,.22);
}

/* Role tag — colored mono caps */
.role-tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.8px; text-transform: uppercase;
  margin-bottom: 18px;
  width: fit-content;
}
.role-tag .dot {
  width: 6px; height: 6px; border-radius: 50%;
}
.role-card.trader   .role-tag      { color: #2277AA; }
.role-card.trader   .role-tag .dot { background: #2277AA; }
.role-card.reviewer .role-tag      { color: #0A5C49; }
.role-card.reviewer .role-tag .dot { background: var(--success); }
.role-card.cco      .role-tag      { color: #A04A00; }
.role-card.cco      .role-tag .dot { background: var(--gold); }

/* Promise headline (4–7 words per brief) */
.role-headline {
  font-size: 26px; font-weight: 500;
  line-height: 1.18; letter-spacing: -0.7px;
  color: #141413;
  margin-bottom: 12px;
  text-wrap: balance;
}
.role-sub {
  font-size: 14px; line-height: 1.55;
  color: #4B5563;
  margin-bottom: 28px;
  text-wrap: pretty;
}

/* Bullet outcomes — 3 micro-proof points per card */
.role-points {
  list-style: none;
  display: flex; flex-direction: column; gap: 8px;
  margin-bottom: 28px;
}
.role-point {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13px; line-height: 1.45;
  color: var(--body-text);
}
.role-point svg { flex-shrink: 0; margin-top: 2px; }
.role-point strong { font-weight: 600; color: #141413; }

/* "Learn more" link */
.role-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  margin-bottom: 28px;
  width: fit-content;
  transition: gap 0.15s;
}
.role-link:hover { gap: 10px; }
.role-link svg { transition: transform 0.15s; }

/* ── PRODUCT VISUAL — bottom of card, full bleed ── */
.role-visual {
  margin: 0 -28px;
  padding: 22px 26px 26px;
  background: #F4F2EC;
  border-top: 1px solid rgba(48,50,78,.08);
  position: relative;
  flex-grow: 1;
  display: flex; align-items: stretch;
  min-height: 230px;
}

/* tiny shared "browser-style" frame each visual sits in */
.rv-frame {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(48,50,78,.14);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(12,40,85,.06), 0 1px 3px rgba(12,40,85,.04);
  display: flex; flex-direction: column;
}
.rv-topbar {
  height: 18px; background: var(--primary);
  display: flex; align-items: center;
  padding: 0 8px; gap: 5px; flex-shrink: 0;
}
.rv-title {
  font-size: 7.5px; font-weight: 600;
  color: #fff; letter-spacing: 0.2px;
}
.rv-spacer { flex: 1; }
.rv-avatar {
  width: 11px; height: 11px; border-radius: 50%;
  background: var(--dark);
  font-size: 5.5px; font-weight: 700; color: #fff;
  display: flex; align-items: center; justify-content: center;
}

/* ───── TRADER CARD VISUAL — submit request + status donut ───── */
.tv-body {
  display: grid;
  grid-template-columns: 1fr 88px;
  gap: 8px;
  padding: 9px 10px 11px;
  flex: 1;
}
.tv-form-title {
  font-size: 7.5px; font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.1px;
  margin-bottom: 6px;
}
.tv-field {
  margin-bottom: 5px;
}
.tv-flabel {
  font-size: 6px; font-weight: 600;
  color: var(--body-text);
  margin-bottom: 2px;
}
.tv-finput {
  height: 13px;
  border: 1px solid var(--success);
  border-radius: 2px;
  background: #fff;
  display: flex; align-items: center;
  padding: 0 4px;
  font-size: 7px;
  color: var(--body-text);
  position: relative;
}
.tv-finput.empty { border-color: var(--light); }
.tv-finput::after {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--success);
  position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
}
.tv-finput.empty::after { display: none; }

.tv-submit {
  height: 14px; padding: 0 7px;
  background: var(--primary); color: #fff;
  border: none; border-radius: 2px;
  font-size: 6.5px; font-weight: 600;
  letter-spacing: 0.1px;
  display: inline-flex; align-items: center; gap: 3px;
  margin-top: 4px;
}

/* status donut card */
.tv-status {
  background: #EEF3FA;
  border-radius: 4px;
  padding: 8px 6px 6px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
}
.tv-status-label {
  font-size: 6px; font-weight: 600;
  color: var(--primary);
  margin-bottom: 4px;
  line-height: 1.15;
}
.tv-donut {
  width: 50px; height: 50px;
  position: relative;
  background: conic-gradient(
    var(--success) 0% 64%,
    var(--gold) 64% 86%,
    var(--danger) 86% 100%
  );
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 4px;
}
.tv-donut::before {
  content: '';
  position: absolute;
  inset: 7px;
  background: #EEF3FA;
  border-radius: 50%;
}
.tv-donut-num {
  position: relative;
  font-size: 12px; font-weight: 700;
  color: var(--primary);
  line-height: 1;
}
.tv-donut-sub {
  position: relative;
  font-size: 5px; color: var(--body-text);
  margin-top: 1px;
}
.tv-legend {
  display: flex; flex-direction: column; gap: 1.5px;
  font-size: 5px; color: var(--body-text);
  width: 100%;
}
.tv-legend-row { display: flex; align-items: center; gap: 3px; }
.tv-legend-row .sw { width: 5px; height: 5px; border-radius: 1px; flex-shrink: 0; }

/* trader speed callout — small floating chip */
.tv-callout {
  position: absolute;
  bottom: 18px; right: 12px;
  background: var(--primary); color: #fff;
  border-radius: 4px;
  padding: 4px 7px;
  font-size: 8px; font-weight: 600;
  letter-spacing: 0.2px;
  display: flex; align-items: center; gap: 5px;
  box-shadow: 0 4px 12px rgba(12,40,85,.25);
  z-index: 2;
}
.tv-callout .pulse {
  width: 6px; height: 6px; border-radius: 50%;
  background: #66D9B8;
  animation: rolePulse 1.6s infinite;
}
@keyframes rolePulse {
  0%   { box-shadow: 0 0 0 0 rgba(102,217,184,.65); }
  70%  { box-shadow: 0 0 0 5px rgba(102,217,184,0); }
  100% { box-shadow: 0 0 0 0 rgba(102,217,184,0); }
}

/* ───── REVIEWER CARD VISUAL — onboarding queue table ───── */
.rev-body {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 78px;
  gap: 7px;
  padding: 9px 10px 11px;
}

.rev-table {
  background: #fff;
  display: flex; flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid var(--light);
}
.rev-thead {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.6fr 0.5fr;
  background: var(--primary);
  color: #fff;
  padding: 4px 6px;
  gap: 4px;
  font-size: 5.5px; font-weight: 700;
  letter-spacing: 0.4px; text-transform: uppercase;
  align-items: center;
}
.rev-trow {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.6fr 0.5fr;
  gap: 4px;
  padding: 4.5px 6px;
  font-size: 6.5px;
  align-items: center;
  border-bottom: 1px solid var(--light);
}
.rev-trow:last-child { border-bottom: none; }
.rev-co { color: var(--body-text); font-weight: 500; }
.rev-type { color: var(--secondary); }
.rev-status { color: var(--info); font-weight: 600; }
.rev-age { color: var(--danger); font-weight: 700; text-align: right; }
.rev-age.warn { color: var(--warning); }

/* perf monitoring side panel */
.rev-perf {
  display: flex; flex-direction: column; gap: 4px;
}
.rev-stat {
  background: #fff;
  border: 1px solid var(--light);
  border-left: 3px solid var(--gold);
  border-radius: 0 3px 3px 0;
  padding: 4px 6px 5px;
}
.rev-stat:nth-child(1) { border-left-color: var(--warning); }
.rev-stat:nth-child(2) { border-left-color: var(--info); }
.rev-stat:nth-child(3) { border-left-color: var(--primary); }
.rev-stat:nth-child(4) { border-left-color: var(--success); }
.rev-stat-label {
  font-size: 5.5px; font-weight: 600;
  color: var(--body-text);
  line-height: 1.15;
}
.rev-stat-value {
  font-size: 11px; font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin-top: 2px;
}
.rev-stat-value.green { color: var(--success); }

/* ───── CCO CARD VISUAL — wizard + risk badge ───── */
.cco-body {
  flex: 1;
  display: flex; flex-direction: column;
  padding: 9px 10px 11px;
  gap: 7px;
}

/* stepper */
.cco-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
  margin-bottom: 2px;
}
.cco-step {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 2.5px;
  position: relative;
  padding-right: 6px;
}
.cco-step::after {
  content: '';
  position: absolute;
  right: 0; top: 4.5px;
  width: 5px; height: 1px;
  background: var(--light);
}
.cco-step:last-child::after { display: none; }
.cco-step-num {
  width: 10px; height: 10px;
  background: var(--primary); color: #fff;
  border-radius: 2px;
  font-size: 6px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.cco-step.current .cco-step-num {
  background: #fff;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.cco-step-label {
  font-size: 5.5px; font-weight: 600;
  color: var(--body-text);
  line-height: 1.15;
}
.cco-step-status {
  font-size: 5px; font-weight: 500;
  color: var(--success);
  letter-spacing: 0.2px;
}
.cco-step.current .cco-step-status { color: var(--info); }

/* risk + conditions row */
.cco-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  flex: 1;
}
.cco-rcard {
  border: 1px solid var(--light);
  border-radius: 3px;
  padding: 6px 7px;
  display: flex; flex-direction: column;
  background: #fff;
}
.cco-rcard-hd {
  font-size: 6px; font-weight: 700;
  color: var(--secondary);
  letter-spacing: 0.4px; text-transform: uppercase;
  margin-bottom: 5px;
}
.cco-risk-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 5px;
}
.cco-risk-name {
  font-size: 7px; font-weight: 600;
  color: var(--body-text);
  line-height: 1.2;
}
.cco-risk-badge {
  font-size: 6px; font-weight: 700;
  padding: 2px 5px;
  background: var(--success); color: #fff;
  border-radius: 2px;
  letter-spacing: 0.3px;
}
.cco-risk-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px 6px;
  font-size: 5.5px;
  color: var(--body-text);
}
.cco-risk-meta dt { color: var(--secondary); font-weight: 600; }
.cco-risk-meta dd { color: var(--body-text); }
.cco-risk-actions {
  display: flex; gap: 3px;
  margin-top: 5px;
  padding-top: 4px;
  border-top: 1px solid var(--light);
}
.cco-rta {
  flex: 1;
  font-size: 5px; font-weight: 600;
  color: var(--success);
  letter-spacing: 0.3px; text-transform: uppercase;
  display: flex; align-items: center; gap: 2px;
  border-left: 2px solid var(--success);
  padding-left: 3px;
  line-height: 1.05;
}

/* condition row */
.cco-cond {
  border: 1px solid var(--light);
  border-radius: 3px;
  padding: 4px 5px;
  margin-bottom: 4px;
}
.cco-cond-row {
  display: flex; align-items: center; gap: 4px;
  margin-bottom: 3px;
}
.cco-cond-title {
  font-size: 6.5px; font-weight: 600;
  color: var(--body-text);
}
.cco-cond-sev {
  font-size: 5px; font-weight: 700;
  padding: 1px 4px; border-radius: 2px;
  background: #FFEDD5; color: #A04A00;
  letter-spacing: 0.3px;
  margin-left: auto;
}
.cco-cond-meta {
  font-size: 5.5px;
  color: var(--secondary);
}
.cco-cond-doc {
  display: inline-flex; align-items: center; gap: 3px;
  font-size: 5.5px;
  color: var(--info);
  margin-top: 3px;
}

/* approve buttons */
.cco-approve-row {
  display: flex; gap: 4px;
  margin-top: auto;
}
.cco-btn {
  flex: 1;
  height: 14px;
  font-size: 6px; font-weight: 700;
  border: none; border-radius: 2px;
  letter-spacing: 0.3px;
  display: flex; align-items: center; justify-content: center; gap: 3px;
  color: #fff;
}
.cco-btn.approve { background: var(--success); }
.cco-btn.deny    { background: var(--danger); }


/* ═══════════════════════════════════════════════════════════
   SECTION 8 — CLOSING CTA BAND
   ═══════════════════════════════════════════════════════════ */
.cta-band {
  background: var(--primary);
  color: #fff;
  padding: 110px 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(223,163,32,.10) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(51,153,204,.08) 0%, transparent 40%),
    radial-gradient(circle, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 28px 28px;
  pointer-events: none;
}
.cta-inner { max-width: 920px; margin: 0 auto; position: relative; }

.cta-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(223,163,32,.12);
  border: 1px solid rgba(223,163,32,.28);
  border-radius: 100px;
  padding: 5px 14px 5px 10px;
  margin-bottom: 28px;
}
.cta-eyebrow-dot {
  width: 7px; height: 7px;
  background: var(--gold); border-radius: 50%;
}
.cta-eyebrow-text {
  font-size: 11px; font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.5px; text-transform: uppercase;
}
.cta-headline {
  font-size: 56px; font-weight: 500;
  line-height: 1.05; letter-spacing: -1.8px;
  color: #fff;
  margin-bottom: 22px;
  text-wrap: balance;
}
.cta-headline em {
  font-style: normal; color: var(--gold); font-weight: 500;
}
.cta-sub {
  font-size: 18px; line-height: 1.55;
  color: rgba(255,255,255,.72);
  max-width: 600px; margin: 0 auto 42px;
  text-wrap: pretty;
}
.cta-actions {
  display: flex; align-items: center; justify-content: center;
  gap: 14px;
  margin-bottom: 32px;
}
.cta-primary {
  height: 54px; padding: 0 32px;
  background: var(--gold); color: var(--primary);
  border: none; border-radius: 6px;
  font-size: 15px; font-weight: 700;
  font-family: inherit; cursor: pointer;
  letter-spacing: 0.01em;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background 0.15s, transform 0.12s, box-shadow 0.15s;
  box-shadow: 0 4px 14px rgba(223,163,32,.32);
}
.cta-primary:hover {
  background: #E8B33F;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(223,163,32,.45);
}
.cta-primary svg { transition: transform 0.15s; }
.cta-primary:hover svg { transform: translateX(3px); }

.cta-secondary {
  height: 54px; padding: 0 26px;
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,.32);
  border-radius: 6px;
  font-size: 15px; font-weight: 600;
  font-family: inherit; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background 0.15s, border-color 0.15s;
}
.cta-secondary:hover {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.55);
}

.cta-fineprint {
  display: inline-flex; align-items: center; gap: 18px;
  font-size: 12px;
  color: rgba(255,255,255,.55);
  flex-wrap: wrap; justify-content: center;
}
.cta-fineprint span { display: inline-flex; align-items: center; gap: 6px; }
.cta-fineprint .check {
  display: inline-block;
  width: 14px; height: 14px;
  background: rgba(223,163,32,.16);
  color: var(--gold);
  border-radius: 50%;
  font-size: 9px; font-weight: 800;
  line-height: 14px; text-align: center;
}


/* ═══════════════════════════════════════════════════════════
   SECTION 9 — FOOTER
   ═══════════════════════════════════════════════════════════ */
.footer {
  background: #04101F;
  color: rgba(255,255,255,.72);
  padding: 80px 120px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer-inner {
  max-width: 1320px; margin: 0 auto;
}

/* TOP — brand block + 4 link columns */
.footer-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-brand .footer-logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 18px;
  text-decoration: none;
  color: inherit;
}
.footer-logo-mark { width: 28px; height: 28px; }
.footer-logo-wordmark {
  font-size: 14px; font-weight: 700;
  letter-spacing: 1.5px; color: #fff;
}
.footer-tagline {
  font-size: 13.5px; line-height: 1.55;
  color: rgba(255,255,255,.55);
  margin-bottom: 24px;
  max-width: 280px;
}

/* Trust markers grouped */
.footer-trust {
  display: flex; flex-direction: column; gap: 8px;
  margin-bottom: 24px;
}
.footer-trust-row {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.72);
}
.footer-trust-icon {
  width: 26px; height: 26px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.footer-trust-name {
  font-weight: 600; color: #fff;
}
.footer-trust-status {
  color: rgba(255,255,255,.55);
}

/* social */
.footer-social {
  display: flex; gap: 8px;
}
.footer-social a {
  width: 32px; height: 32px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.footer-social a:hover {
  background: rgba(223,163,32,.10);
  color: var(--gold);
  border-color: rgba(223,163,32,.4);
}

.footer-col-title {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.8px; text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: 18px;
}
.footer-col ul {
  list-style: none;
  display: flex; flex-direction: column; gap: 11px;
}
.footer-col a {
  font-size: 14px; font-weight: 450;
  color: rgba(255,255,255,.78);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-col a:hover { color: #fff; }

/* enterprise contact item */
.footer-contact-item {
  display: flex; flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
.footer-contact-label {
  font-size: 11px;
  color: rgba(255,255,255,.45);
}
.footer-contact-value {
  font-size: 14px; font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.footer-contact-value:hover { color: var(--gold); }

/* Demo strip — recurring CTA in footer per brief */
.footer-demo-strip {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  gap: 24px;
}
.footer-demo-msg {
  font-size: 16px; font-weight: 500;
  color: #fff;
}
.footer-demo-msg em {
  font-style: normal; color: var(--gold);
}
.footer-demo-btn {
  height: 42px; padding: 0 22px;
  background: var(--gold); color: var(--primary);
  border: none; border-radius: 6px;
  font-size: 13px; font-weight: 700;
  font-family: inherit; cursor: pointer;
  letter-spacing: 0.01em;
  display: inline-flex; align-items: center; gap: 7px;
  transition: background 0.15s, transform 0.12s;
  flex-shrink: 0;
}
.footer-demo-btn:hover { background: #E8B33F; transform: translateY(-1px); }

/* BOTTOM — copyright + legal */
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 0;
  font-size: 12px;
  color: rgba(255,255,255,.45);
  gap: 24px;
  flex-wrap: wrap;
}
.footer-legal {
  display: flex; gap: 22px;
}
.footer-legal a {
  color: rgba(255,255,255,.55);
  text-decoration: none;
}
.footer-legal a:hover { color: #fff; }

/* ── responsive nudges (page is 1440-anchored, but accommodate small screens) ── */
@media (max-width: 1100px) {
  .roles, .cta-band, .footer { padding-left: 56px; padding-right: 56px; }
  .role-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}
