/* redesign-2026.css — page-scoped stylesheet for the 2026 redesign of / and
   /marketing-priority-ai/ only. Deliberately NOT phase1.css (loaded by the localised homepages)
   and NOT commercial-pages.css: cross-linking either would couple pages that must be able to
   change independently. See brief 11, work item 2.
   Tokens match the approved design package and apps/web globals.css (ADR 0067 lineage).
   Signal Cyan (#66e3ff) is a dark-ground colour only; --cyan-ink is the light-ground derivative
   that passes contrast. Do not swap one for the other. */
:root {
  --fix-navy-deep: #07111f;
  --fix-navy-raised: #0c1b2d;
  --signal-cyan: #66e3ff;
  --priority-gold: #ffd166;
  --measured-green: #7ae582;
  --text-on-dark: #f7fbff;
  --muted-on-dark: #afbdcc;
  --danger: #ff8a8a;
  --paper: #f7f9fb;
  --surface: #ffffff;
  --ink: #07111f;
  --muted: #46586c;
  --line: #dbe3ec;
  --cyan-ink: #087087;
  --navy-line: #1b2d44;
  --danger-ink: #b3261e;
  --radius-lg: 24px;
  --radius-md: 12px;
  --max: 1180px;
  --font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); line-height: 1.55; text-wrap: pretty; }
a { color: var(--cyan-ink); }
a:hover { color: var(--fix-navy-deep); }
:focus-visible { outline: 2px solid var(--signal-cyan); outline-offset: 2px; }
.skip-link { position: absolute; left: -9999px; top: 10px; }
.skip-link:focus { left: 12px; z-index: 1000; background: #fff; color: var(--ink); padding: 10px 14px; border-radius: 8px; }

/* ---- header ---- */
.rd-header { position: sticky; top: 0; z-index: 60; background: var(--fix-navy-deep); color: var(--text-on-dark); }
.rd-header-in { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); padding: 10px clamp(16px, 3vw, 32px); min-height: 64px; }
.rd-brand { text-decoration: none; color: var(--text-on-dark); margin-right: auto; display: flex; flex-direction: column; gap: 1px; }
.rd-brand strong { font-weight: 800; font-size: 18px; letter-spacing: -0.02em; }
.rd-brand strong .tick { color: var(--signal-cyan); }
.rd-brand .rd-brand-sub { font-size: 10.5px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--muted-on-dark); }
.rd-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); font-size: 14px; }
.rd-nav a { text-decoration: none; color: var(--muted-on-dark); white-space: nowrap; }
.rd-nav a:hover { color: var(--signal-cyan); }
.rd-lang { display: flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--navy-line); border-radius: 10px; }
.rd-lang a { display: inline-flex; align-items: center; justify-content: center; min-width: 30px; min-height: 28px; padding: 0 6px; border-radius: 7px; font-size: 12px; font-weight: 700; color: var(--muted-on-dark); text-decoration: none; }
.rd-lang a:hover { color: var(--text-on-dark); }
.rd-lang a[aria-current="page"] { background: rgba(102, 227, 255, 0.16); color: var(--signal-cyan); }
.rd-header-cta { text-decoration: none; font-weight: 600; font-size: 14px; min-height: 44px; padding: 8px 18px; display: inline-flex; align-items: center; background: var(--signal-cyan); color: var(--fix-navy-deep); border: 0; border-radius: var(--radius-md); white-space: nowrap; cursor: pointer; font-family: inherit; }
.rd-header-cta:hover { filter: brightness(1.07); color: var(--fix-navy-deep); }
.rd-burger { display: none; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; background: transparent; color: var(--text-on-dark); border: 1px solid var(--navy-line); border-radius: var(--radius-md); cursor: pointer; }
.rd-mobile-nav { display: none; border-top: 1px solid var(--navy-line); background: var(--fix-navy-deep); flex-direction: column; padding: 8px clamp(16px, 3vw, 32px) 16px; }
.rd-mobile-nav.open { display: flex; }
.rd-mobile-nav a { text-decoration: none; color: var(--text-on-dark); padding: 14px 0; font-size: 16px; border-bottom: 1px solid var(--navy-line); }
.rd-mobile-nav a:last-child { border-bottom: 0; }

/* ---- shared blocks ---- */
.rd-sec { padding: 112px 0; }
.rd-wrap { max-width: var(--max); margin: 0 auto; padding: 0 clamp(16px, 3vw, 32px); }
.rd-eyebrow { display: block; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cyan-ink); font-weight: 700; margin-bottom: 20px; }
.rd-h1 { font-weight: 800; font-size: clamp(40px, 4.8vw, 64px); line-height: 1.04; letter-spacing: -0.03em; margin: 0 0 24px; }
.rd-h2 { font-weight: 800; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.1; letter-spacing: -0.025em; margin: 0; }
.rd-lead { font-size: 18px; line-height: 1.65; margin: 0 0 32px; max-width: 58ch; color: var(--muted); }
.rd-surface { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rd-navy { background: var(--fix-navy-deep); color: var(--text-on-dark); }
.rd-2col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px clamp(32px, 4vw, 72px); }
.rd-2col-uneven { display: grid; grid-template-columns: minmax(0, 11fr) minmax(0, 10fr); gap: 48px clamp(32px, 4vw, 72px); align-items: start; }
.rd-3col { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; align-items: start; }
.rd-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
.rd-micro { margin: 0; font-size: 13px; color: var(--muted); }
.rd-btn { text-decoration: none; font-weight: 600; font-size: 15px; min-height: 50px; padding: 10px 22px; display: inline-flex; align-items: center; border-radius: var(--radius-md); cursor: pointer; font-family: inherit; border: 0; }
.rd-btn-navy { background: var(--fix-navy-deep); color: var(--text-on-dark); }
.rd-btn-navy:hover { background: var(--fix-navy-raised); color: var(--text-on-dark); }
.rd-btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.rd-btn-outline:hover { border-color: var(--cyan-ink); color: var(--cyan-ink); }
.rd-btn-cyan { background: var(--signal-cyan); color: var(--fix-navy-deep); }
.rd-btn-cyan:hover { filter: brightness(1.07); color: var(--fix-navy-deep); }
.rd-btn-outline-dark { background: transparent; color: var(--text-on-dark); border: 1.5px solid var(--muted-on-dark); }
.rd-btn-outline-dark:hover { border-color: var(--signal-cyan); color: var(--signal-cyan); }
.rd-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; }
.rd-pill { display: inline-flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 600; padding: 7px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--muted); }
.rd-dot { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.rd-dot-sm { width: 6px; height: 6px; border-radius: 50%; flex: none; margin-top: 7px; }
.rd-dot-cyan { background: var(--signal-cyan); }
.rd-dot-gold { background: var(--priority-gold); }
.rd-dot-green { background: var(--measured-green); }
.rd-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 15px; line-height: 1.5; }
.rd-list li { display: flex; gap: 10px; align-items: baseline; }
.rd-list-sm { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; font-size: 13.5px; line-height: 1.5; }
.rd-list-sm li { display: flex; gap: 10px; }

/* ---- method flow (homepage) ---- */
.rd-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 48px; }
.rd-flow-step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px 20px; }
.rd-flow-step .num { font-size: 12px; font-weight: 700; color: var(--cyan-ink); font-feature-settings: "tnum" 1; }
.rd-flow-step h3 { font-weight: 700; font-size: 18px; letter-spacing: -0.01em; margin: 8px 0; }
.rd-flow-step p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--muted); }

/* ---- priority card (product visual) ---- */
.rd-pcard { background: var(--fix-navy-raised); color: var(--text-on-dark); border: 1px solid var(--navy-line); border-radius: var(--radius-lg); overflow: hidden; }
.rd-pcard-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 22px; border-bottom: 1px solid var(--navy-line); }
.rd-pcard-head .label { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; display: inline-flex; align-items: center; gap: 10px; }
.rd-pcard-banner { padding: 10px 22px; background: var(--priority-gold); color: var(--fix-navy-deep); }
.rd-pcard-banner p { margin: 0; font-size: 12.5px; font-weight: 700; }
.rd-pcard-body { padding: 22px; display: flex; flex-direction: column; gap: 18px; }
.rd-pcard-body h3 { font-weight: 700; font-size: 20px; line-height: 1.3; letter-spacing: -0.015em; margin: 0; }
.rd-pcard-stats { display: flex; flex-wrap: wrap; gap: 20px 28px; border-top: 1px solid var(--navy-line); border-bottom: 1px solid var(--navy-line); padding: 12px 0; }
.rd-pcard-stat > span:first-child { display: block; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted-on-dark); margin-bottom: 6px; }
.rd-score { font-weight: 800; font-size: 24px; font-feature-settings: "tnum" 1; color: var(--priority-gold); }
.rd-badge-green { font-size: 12.5px; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: var(--measured-green); color: var(--fix-navy-deep); }
.rd-badge-open { font-size: 12.5px; font-weight: 700; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--muted-on-dark); color: var(--text-on-dark); }
.rd-pcard-label { display: block; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted-on-dark); margin-bottom: 10px; }
.rd-evidence-src { font-size: 11.5px; color: var(--muted-on-dark); white-space: nowrap; }
.rd-evidence-text { flex: 1; }
.rd-pcard-action { border-top: 1px solid var(--navy-line); padding-top: 12px; }
.rd-pcard-action p { margin: 0; font-size: 14px; line-height: 1.55; }
.rd-demo-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.rd-demo-accept { font-family: inherit; cursor: pointer; font-size: 13px; font-weight: 600; min-height: 44px; padding: 8px 16px; background: var(--signal-cyan); color: var(--fix-navy-deep); border: 0; border-radius: var(--radius-md); }
.rd-demo-accept:hover { filter: brightness(1.07); }
.rd-demo-investigate { font-family: inherit; cursor: pointer; font-size: 13px; font-weight: 600; min-height: 44px; padding: 8px 16px; background: transparent; color: var(--text-on-dark); border: 1px solid var(--muted-on-dark); border-radius: var(--radius-md); }
.rd-demo-investigate:hover { border-color: var(--signal-cyan); color: var(--signal-cyan); }
.rd-demo-dismiss { font-family: inherit; cursor: pointer; font-size: 13px; font-weight: 600; min-height: 44px; padding: 8px 16px; background: transparent; color: var(--muted-on-dark); border: 0; border-radius: var(--radius-md); }
.rd-demo-dismiss:hover { color: var(--text-on-dark); }

/* ---- results rows (homepage) ---- */
.rd-rows { display: flex; flex-direction: column; }
.rd-row { display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--line); padding: 18px 0; }
.rd-row:last-child { border-bottom: 1px solid var(--line); }
.rd-row strong { font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
.rd-row span { font-size: 13px; color: var(--muted); }

/* ---- trust grid (product page) ---- */
.rd-trust { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px clamp(24px, 3vw, 48px); }
.rd-trust-item { border-top: 2px solid var(--navy-line); padding-top: 16px; }
.rd-trust-item h3 { font-weight: 700; font-size: 17px; margin: 0 0 8px; }
.rd-trust-item p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--muted-on-dark); }
.rd-insufficient { font-weight: 700; padding: 2px 10px; border-radius: 999px; border: 1px solid var(--priority-gold); color: var(--priority-gold); font-size: 12.5px; white-space: nowrap; }

/* ---- how it works rows (product page) ---- */
.rd-steps { display: flex; flex-direction: column; }
.rd-step { display: grid; grid-template-columns: minmax(160px, 280px) minmax(0, 1fr); gap: 8px clamp(24px, 4vw, 72px); align-items: baseline; border-top: 1px solid var(--line); padding: 22px 0; }
.rd-step-name { display: flex; gap: 14px; align-items: baseline; }
.rd-step-name .num { font-weight: 700; font-size: 13px; font-feature-settings: "tnum" 1; color: var(--cyan-ink); }
.rd-step-name h3 { font-weight: 700; font-size: 18px; line-height: 1.25; letter-spacing: -0.01em; margin: 0; }
.rd-step p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--muted); max-width: 62ch; }

/* ---- capability board (product page) ---- */
.rd-cap-now { background: var(--surface); border: 2px solid var(--fix-navy-deep); border-radius: var(--radius-lg); padding: 24px; }
.rd-cap-tag-now { display: inline-flex; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px; background: var(--priority-gold); color: var(--fix-navy-deep); }
.rd-cap-tag-next { display: inline-flex; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px; border: 1px solid var(--cyan-ink); color: var(--cyan-ink); }
.rd-cap-tag-later { display: inline-flex; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); }
.rd-cap-list { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 9px; font-size: 14px; line-height: 1.45; }
.rd-cap-list li { display: flex; gap: 10px; }
.rd-cap-note { margin: 16px 0 0; font-size: 12.5px; line-height: 1.5; color: var(--muted); }

/* ---- final CTA / footer ---- */
.rd-final { padding: 96px 0; }
.rd-final h2 { font-weight: 800; font-size: clamp(32px, 4.2vw, 52px); line-height: 1.06; letter-spacing: -0.03em; margin: 0; max-width: 20ch; }
.rd-final p { font-size: clamp(17px, 2vw, 20px); line-height: 1.5; margin: 24px 0 0; max-width: 44ch; color: var(--muted-on-dark); }
.rd-final .rd-actions { margin: 40px 0 0; }
.rd-footer { background: var(--fix-navy-deep); color: var(--text-on-dark); border-top: 1px solid var(--navy-line); }
.rd-footer-in { max-width: var(--max); margin: 0 auto; padding: 48px clamp(16px, 3vw, 32px) 36px; }
.rd-footer-top { display: flex; flex-wrap: wrap; gap: 24px 48px; justify-content: space-between; align-items: flex-start; }
.rd-footer-brand { display: flex; flex-direction: column; gap: 6px; }
.rd-footer-brand strong { font-weight: 800; font-size: 16px; }
.rd-footer-brand span { font-size: 13px; color: var(--muted-on-dark); }
.rd-footer-nav { display: flex; flex-wrap: wrap; gap: 10px 28px; font-size: 14px; max-width: 640px; justify-content: flex-end; }
.rd-footer-nav a { text-decoration: none; color: var(--muted-on-dark); }
.rd-footer-nav a:hover { color: var(--signal-cyan); }
.rd-footer-bottom { border-top: 1px solid var(--navy-line); margin-top: 32px; padding-top: 16px; display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; font-size: 12.5px; color: var(--muted-on-dark); }
.rd-footer-bottom a { color: var(--muted-on-dark); }
.rd-footer-bottom a:hover { color: var(--signal-cyan); }

/* ---- pilot-interest dialog ---- */
.rd-modal-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(7, 17, 31, 0.62); display: none; align-items: flex-start; justify-content: center; overflow: auto; padding: 24px 16px; }
.rd-modal-backdrop.open { display: flex; }
.rd-modal { width: min(560px, 100%); margin-top: max(4vh, 8px); background: var(--surface); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 24px 64px rgba(7, 17, 31, 0.35); }
.rd-modal-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px 14px 24px; background: var(--fix-navy-deep); color: var(--text-on-dark); }
.rd-modal-head .label { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--signal-cyan); font-weight: 700; }
.rd-modal-close { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; background: transparent; color: var(--text-on-dark); border: 0; border-radius: var(--radius-md); cursor: pointer; }
.rd-modal-close:hover { background: var(--fix-navy-raised); }
.rd-modal-step { padding: 28px 24px 24px; display: flex; flex-direction: column; gap: 16px; }
.rd-modal-step h2 { font-weight: 800; font-size: 24px; line-height: 1.15; letter-spacing: -0.02em; margin: 0; }
.rd-modal-step .stepnum { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.rd-modal-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.rd-modal-list li { display: flex; gap: 10px; }
.rd-label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.rd-input { font: inherit; font-size: 16px; color: var(--ink); background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--radius-md); padding: 10px 14px; width: 100%; min-height: 48px; }
.rd-input:focus { border-color: var(--cyan-ink); outline: 2px solid var(--signal-cyan); outline-offset: 1px; }
.rd-error { margin: -8px 0 0; font-size: 13.5px; line-height: 1.5; color: var(--danger-ink); font-weight: 600; }
.rd-consent { margin: 0; font-size: 12.5px; line-height: 1.55; color: var(--muted); }
.rd-hint { margin: 6px 0 0; font-size: 12.5px; line-height: 1.55; color: var(--muted); }
.rd-opt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.rd-opt-row { display: flex; flex-wrap: wrap; gap: 8px; }
.rd-opt { min-height: 48px; cursor: pointer; font: inherit; font-size: 14px; font-weight: 600; text-align: left; padding: 8px 14px; border-radius: var(--radius-md); background: var(--surface); color: var(--ink); border: 1.5px solid var(--line); }
.rd-opt[aria-pressed="true"] { background: var(--fix-navy-deep); color: var(--text-on-dark); border-color: var(--fix-navy-deep); }
.rd-opt-num { min-width: 64px; text-align: center; font-feature-settings: "tnum" 1; }
.rd-modal-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.rd-modal-actions .rd-btn-navy { flex: 1 1 220px; }
.rd-success-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--measured-green); color: var(--fix-navy-deep); }
.rd-hp-field { position: absolute; left: -9999px; top: -9999px; height: 1px; width: 1px; overflow: hidden; }
[hidden] { display: none !important; }
body.rd-modal-open { overflow: hidden; }

/* ---- utilities (replace the design tool's inline styles; work item 2's ≤5 inline-style gate) ---- */
.tick { color: var(--signal-cyan); }
.rd-pt-hero { padding-top: 104px; }
.rd-pt-hero-sm { padding-top: 96px; }
.rd-m-0 { margin: 0; }
.rd-mb-6 { margin-bottom: 6px; }
.rd-mb-16 { margin-bottom: 16px; }
.rd-mb-20 { margin-bottom: 20px; }
.rd-mb-24 { margin-bottom: 24px; }
.rd-mb-28 { margin-bottom: 28px; }
.rd-mb-40 { margin-bottom: 40px; }
.rd-mb-48 { margin-bottom: 48px; }
.rd-mt-28 { margin-top: 28px; }
.rd-maxw-15 { max-width: 15ch; }
.rd-maxw-18 { max-width: 18ch; }
.rd-maxw-20 { max-width: 20ch; }
.rd-maxw-22 { max-width: 22ch; }
.rd-maxw-24 { max-width: 24ch; }
.rd-maxw-54 { max-width: 54ch; }
.rd-maxw-62 { max-width: 62ch; }
.rd-maxw-66 { max-width: 66ch; }
.rd-body { font-size: 17px; line-height: 1.65; color: var(--muted); margin: 0; }
.rd-body-stack { display: flex; flex-direction: column; gap: 16px; }
.rd-strong { color: var(--ink); font-weight: 600; }
.rd-strong-lg { color: var(--ink); font-weight: 700; font-size: 19px; }
.rd-bridge-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 24px; justify-content: space-between; margin-bottom: 20px; }
.rd-bridge-label { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--signal-cyan); font-weight: 700; }
.rd-bridge-badge { font-size: 12px; font-weight: 600; padding: 6px 12px; border: 1px solid var(--muted-on-dark); border-radius: 999px; color: var(--muted-on-dark); }
.rd-bridge-h2 { font-weight: 800; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.08; letter-spacing: -0.025em; margin: 0 0 24px; }
.rd-bridge-lead { font-size: 17px; line-height: 1.65; margin: 0 0 16px; max-width: 54ch; color: var(--muted-on-dark); }
.rd-dot-lg { width: 10px; height: 10px; }
.rd-h1-product { font-size: clamp(40px, 4.6vw, 60px); }
.rd-lead-tight { margin-bottom: 20px; max-width: 56ch; }
.rd-pill-hero { margin: 0 0 28px; }
.rd-navy .rd-eyebrow { color: var(--signal-cyan); }
.rd-eyebrow-sm { margin: 0; font-size: 12px; }
.rd-card-title { font-weight: 700; font-size: 18px; letter-spacing: -0.01em; margin: 0 0 8px; }
.rd-card-text { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--muted); }
.rd-dot-block { display: inline-block; margin-bottom: 12px; width: 10px; height: 10px; border-radius: 50%; }
.rd-dot-next { background: var(--cyan-ink); }
.rd-dot-later { background: var(--line); }
.rd-card-paper { background: var(--paper); padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.rd-quote { font-weight: 700; font-size: 17px; line-height: 1.45; letter-spacing: -0.01em; margin: 0; }
.rd-2col-tight { gap: 20px clamp(20px, 3vw, 40px); }
.rd-pcard-title { font-weight: 700; font-size: 20px; line-height: 1.3; letter-spacing: -0.015em; margin: 0; }
.rd-pcard-label-tight { margin-bottom: 6px; }
.rd-arrow-link { text-decoration: none; font-weight: 600; font-size: 14.5px; color: var(--cyan-ink); display: inline-flex; align-items: center; gap: 6px; min-height: 44px; }
.rd-list-muted { color: var(--muted); font-size: 15px; }
.rd-dot-align { margin-top: 8px; }
.rd-self-start { align-self: start; }
.rd-align-start { align-self: flex-start; }
.rd-grid-2-12 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.rd-text-15 { margin: 0; font-size: 15px; line-height: 1.6; color: var(--muted); }
.rd-muted { color: var(--muted); }

/* ---- hit-target enlargement (44px gate, brief 11 QA) ----
   Text links keep their approved visual size; the clickable box is enlarged with padding plus a
   compensating negative margin (or an invisible ::after overlay where negative margins would
   collide with siblings). Nothing here moves rendered pixels. */
.rd-nav a { padding: 15px 6px; margin: -15px -6px; }
.rd-footer-nav a { padding: 15px 6px; margin: -15px -6px; }
.rd-footer-bottom a { display: inline-block; padding: 15px 4px; margin: -15px -4px; }
.rd-brand { padding: 10px 6px; margin: -10px -6px; }
.rd-lang a { position: relative; }
.rd-lang a::after { content: ""; position: absolute; inset: -8px 0; }
.skip-link:focus { padding: 13px 16px; }
.rd-consent a, .rd-error a { display: inline-block; padding: 15px 4px; margin: -15px -4px; }

/* ---- responsive ---- */
@media (max-width: 1024px) and (min-width: 721px) {
  .rd-flow { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  .rd-2col, .rd-2col-uneven { grid-template-columns: 1fr; }
}
@media (max-width: 880px) {
  .rd-nav { display: none; }
  .rd-lang-desktop { display: none; }
  .rd-burger { display: inline-flex; }
}
@media (max-width: 720px) {
  .rd-sec { padding: 76px 0; }
  .rd-final { padding: 76px 0; }
  .rd-flow { grid-template-columns: 1fr; }
  .rd-3col { grid-template-columns: 1fr; }
  .rd-trust { grid-template-columns: 1fr; }
  .rd-step { grid-template-columns: 1fr; gap: 6px; }
  .rd-h1 { font-size: 40px; line-height: 1.08; }
  .rd-opt-grid { grid-template-columns: 1fr; }
  .rd-grid-2-12 { grid-template-columns: 1fr; }
  .rd-footer-nav { justify-content: flex-start; }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .rd-trust { grid-template-columns: 1fr 1fr; }
  .rd-3col { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  /* The localized header CTAs ("Reservar un Growth Diagnostic" / "Agendar um Growth Diagnostic")
     are longer than the English original; on narrow screens the CTA may wrap and compress so the
     header row never overflows. Target size stays >= 44px via min-height. */
  .rd-header-in { gap: 10px; }
  .rd-brand strong { font-size: 16px; }
  .rd-header-cta { white-space: normal; text-align: center; font-size: 13px; line-height: 1.25; padding: 6px 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
