:root {
  --navy: #073b78; --blue: #0d5a9e; --cyan: #49c8e8; --teal: #1788a8;
  --ink: #17324d; --muted: #566d82; --pale: #eaf8fd; --line: #c9e8f3;
  --white: #fff; --shadow: 0 18px 48px rgba(7,59,120,.12);
  --shell: min(1160px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; } img { max-width: 100%; } .shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; background: var(--white); color: var(--navy); padding: 10px 14px; border-radius: 4px; }
.skip-link:focus { top: 12px; }
.site-header { background: var(--white); border-bottom: 1px solid rgba(13,90,158,.12); position: sticky; top: 0; z-index: 20; }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; } .brand img { width: 238px; height: auto; display: block; }
nav { display: flex; align-items: center; gap: 28px; } nav a { text-decoration: none; color: var(--ink); font-weight: 700; font-size: .9rem; }
nav a:hover, nav a:focus-visible { color: var(--blue); } .nav-contact { border: 1px solid var(--blue); border-radius: 999px; padding: 8px 16px; }
.hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(120deg, var(--navy) 0 63%, var(--blue) 63% 100%); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -110px; bottom: -250px; border: 58px solid rgba(73,200,232,.34); border-radius: 50%; }
.hero-dots { position: absolute; inset: 0 auto 0 0; width: 20%; opacity: .18; background-image: radial-gradient(circle, var(--cyan) 0 4px, transparent 5px); background-size: 34px 34px; mask-image: linear-gradient(90deg,#000,transparent); }
.hero-grid { position: relative; z-index: 1; min-height: 560px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 72px; align-items: center; padding-block: 72px; }
.eyebrow { margin: 0 0 12px; color: var(--cyan); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; } .eyebrow.dark { color: var(--blue); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3rem,6vw,5.4rem); line-height: .98; letter-spacing: -.045em; } .hero h1 span { color: var(--cyan); }
.hero-lead { max-width: 710px; margin: 28px 0 0; font-size: 1.18rem; line-height: 1.65; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 20px; border-radius: 6px; text-decoration: none; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease; }
.button-primary { background: var(--cyan); color: var(--navy); } .button-ghost { border: 1px solid rgba(255,255,255,.62); color: var(--white); } .button-dark { background: var(--navy); color: var(--white); white-space: nowrap; }
.button:hover, .button:focus-visible { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(0,0,0,.14); }
.hero-panel { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 34px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(12px); }
.panel-kicker { margin: 0 0 18px; color: var(--cyan); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; }
.stats { margin: 0; } .stats div { display: grid; grid-template-columns: 100px 1fr; align-items: baseline; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.18); }
.stats dt { font-size: 2rem; font-weight: 900; color: var(--white); letter-spacing: -.03em; } .stats dd { margin: 0; color: rgba(255,255,255,.82); line-height: 1.35; }
.hero-panel > p:last-child { color: rgba(255,255,255,.82); font-size: .94rem; margin: 18px 0 0; }
.section { padding-block: 92px; } .section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2, .outcome h2, .evidence-callout h2 { margin: 0; font-size: clamp(2rem,4vw,3.4rem); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.priority-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.priority-card { position: relative; display: flex; flex-direction: column; min-height: 480px; padding: 30px; overflow: hidden; text-decoration: none; background: var(--white); border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(7,59,120,.06); transition: transform .2s ease, box-shadow .2s ease; }
.priority-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 8px; background: var(--accent); }
.priority-card:hover, .priority-card:focus-visible { transform: translateY(-6px); box-shadow: var(--shadow); outline: 3px solid transparent; }
.priority-one { --accent: var(--blue); } .priority-two { --accent: var(--teal); } .priority-three { --accent: #27a9c7; }
.priority-number { color: var(--accent); font-size: 2.35rem; font-weight: 900; letter-spacing: -.05em; }
.tag { align-self: flex-start; margin: 16px 0 20px; padding: 5px 10px; border-radius: 999px; background: var(--pale); color: var(--accent); font-weight: 800; font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.priority-card h3 { margin: 0; font-size: 1.52rem; line-height: 1.2; letter-spacing: -.02em; } .priority-card p { color: var(--muted); }
.card-ask { display: block; margin: 8px 0 22px; padding-left: 14px; border-left: 3px solid var(--accent); color: var(--ink); line-height: 1.48; }
.card-link { margin-top: auto; color: var(--accent); font-weight: 900; }
.outcome { padding-block: 88px; color: var(--white); background: var(--navy); } .outcome-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.action-list { list-style: none; padding: 0; margin: 0; } .action-list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.19); }
.action-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.19); } .action-list span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--cyan); color: var(--navy); font-weight: 900; }
.action-list p { margin: 2px 0 0; color: rgba(255,255,255,.84); } .action-list strong { color: var(--white); }
.evidence-callout { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; } .evidence-callout > div { max-width: 810px; }
.evidence-callout p:last-child { color: var(--muted); font-size: 1.06rem; }
footer { padding: 54px 0 22px; background: #062f61; color: var(--white); } .footer-grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr; gap: 50px; }
.footer-logo { width: 250px; padding: 12px; background: var(--white); border-radius: 5px; } .values { color: var(--cyan); font-weight: 800; text-transform: uppercase; letter-spacing: .07em; font-size: .73rem; }
.values span { color: rgba(255,255,255,.4); padding: 0 5px; } address { font-style: normal; color: rgba(255,255,255,.75); } address strong { color: var(--white); }
address a { text-decoration-color: rgba(73,200,232,.6); text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.58); font-size: .78rem; } .footer-bottom p { margin: 0; }

.detail-hero { color: var(--white); background: linear-gradient(125deg,var(--navy) 0 72%,var(--blue) 72% 100%); }
.detail-hero .shell { padding-block: 58px 68px; } .breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: rgba(255,255,255,.68); font-size: .84rem; } .breadcrumbs a { color: var(--white); }
.detail-index { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 50%; color: var(--navy); background: var(--cyan); font-weight: 900; }
.detail-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.7rem,6vw,5rem); line-height: 1; letter-spacing: -.04em; } .detail-hero .lead { max-width: 780px; margin: 24px 0 0; color: rgba(255,255,255,.84); font-size: 1.18rem; }
.detail-body { padding-block: 76px; } .detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 72px; align-items: start; }
.prose h2 { margin: 52px 0 14px; font-size: 2rem; line-height: 1.15; letter-spacing: -.025em; } .prose h2:first-child { margin-top: 0; } .prose p, .prose li { color: var(--muted); }
.prose ul { padding-left: 22px; } .prose li { margin: 10px 0; } .ask-box { margin: 0 0 38px; padding: 28px; background: var(--pale); border-left: 6px solid var(--blue); }
.ask-box p { margin: 0; color: var(--ink); font-size: 1.08rem; font-weight: 800; }
.fact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin: 26px 0; } .fact { padding: 22px; background: #f7fbfd; border: 1px solid var(--line); }
.fact strong { display: block; color: var(--blue); font-size: 1.9rem; line-height: 1.1; } .fact span { color: var(--muted); font-size: .88rem; }
.sidebar { position: sticky; top: 108px; } .side-card { padding: 26px; border-top: 6px solid var(--cyan); background: var(--navy); color: var(--white); box-shadow: var(--shadow); }
.side-card h2 { margin: 0 0 12px; font-size: 1.25rem; } .side-card p { color: rgba(255,255,255,.78); } .side-card .button { width: 100%; margin-top: 10px; background: var(--cyan); color: var(--navy); }
.side-nav { margin-top: 22px; padding: 22px; border: 1px solid var(--line); } .side-nav p { margin: 0 0 8px; color: var(--muted); font-size: .77rem; text-transform: uppercase; font-weight: 800; letter-spacing: .07em; }
.side-nav a { display: block; padding: 9px 0; color: var(--blue); font-weight: 700; } .detail-next { padding-block: 44px; background: var(--pale); }
.detail-next .shell { display: flex; justify-content: space-between; gap: 30px; align-items: center; } .detail-next p { margin: 0; color: var(--muted); } .detail-next a { color: var(--blue); font-weight: 900; }

@media (max-width: 920px) {
  nav a:not(.nav-contact) { display: none; }
  .hero-grid, .outcome-grid, .detail-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 34px; min-height: auto; } .hero-panel { max-width: 620px; }
  .priority-grid { grid-template-columns: 1fr; } .priority-card { min-height: 0; }
  .evidence-callout { grid-template-columns: 1fr; gap: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; } .footer-grid > div:first-child { grid-column: 1 / -1; }
  .sidebar { position: static; }
}
@media (max-width: 620px) {
  :root { --shell: min(100% - 28px,1160px); }
  .header-inner { min-height: 70px; } .brand img { width: 190px; } .nav-contact { padding: 7px 12px; }
  .hero { background: var(--navy); } .hero-grid { padding-block: 48px; } .hero h1 { font-size: clamp(2.65rem,13vw,4.2rem); } .hero-lead { font-size: 1.02rem; }
  .hero-actions, .hero-actions .button { width: 100%; } .stats div { grid-template-columns: 84px 1fr; }
  .section { padding-block: 64px; } .priority-card { padding: 24px; } .outcome { padding-block: 62px; }
  .footer-grid { grid-template-columns: 1fr; } .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom, .detail-next .shell { flex-direction: column; align-items: flex-start; }
  .fact-grid { grid-template-columns: 1fr; } .detail-hero .shell { padding-block: 42px 52px; } .detail-body { padding-block: 54px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .priority-card, .button { transition: none; } }
