
:root {
  --red: #840f0e;
  --blue: #4b83a0;
  --blue-text: #3f7088;
  --charcoal: #15191b;
  --ink: #263137;
  --muted: #5d6a70;
  --light: #eef1f3;
  --light-2: #f7f8f9;
  --white: #ffffff;
  --border: #d8dfe2;
  --shadow: 0 14px 40px rgba(21,25,27,.08);
  --radius: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--red); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: #5f0b0a; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 1000; background: var(--charcoal); color: white; padding: .7rem 1rem; }
.skip-link:focus { left: 8px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 .6rem; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--red); }
.lead { font-size: clamp(1.06rem, 1.8vw, 1.28rem); color: var(--ink); max-width: 760px; }
.small { font-size: .91rem; color: var(--muted); }
.kicker { color: var(--blue-text); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(216,223,226,.85); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--charcoal); flex-shrink: 0; }
.brand img { width: 150px; display: block; }
.brand-name { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.nav { display: flex; align-items: center; justify-content: flex-end; gap: 1.2rem; flex-wrap: wrap; }
.nav a { color: #303a3f; text-decoration: none; font-size: .93rem; font-weight: 650; }
.nav a[aria-current="page"] { color: var(--red); }
.nav .nav-cta { border: 1px solid var(--red); color: var(--red); border-radius: 999px; padding: .55rem .9rem; }
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--border); background: linear-gradient(115deg, #fff 0%, #fff 53%, #f3f6f7 53%, #eef2f4 100%); }
.hero::after { content: ""; position: absolute; inset: 0 0 0 52%; opacity: .38; pointer-events: none; background-image: linear-gradient(rgba(75,131,160,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(75,131,160,.12) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent 0%, black 25%, black 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(44px,7vw,100px); align-items: center; padding: clamp(70px, 8vw, 120px) 0; }
h1 { font-size: clamp(2.55rem, 5vw, 5.1rem); line-height: .99; letter-spacing: -.045em; margin: 0 0 1.35rem; max-width: 900px; }
.page-hero h1 { font-size: clamp(2.4rem, 4.5vw, 4.5rem); }
h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.1; letter-spacing: -.025em; margin: 0 0 1rem; }
h3 { font-size: 1.15rem; line-height: 1.25; margin: 0 0 .55rem; }
p { margin: 0 0 1rem; }
.actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .68rem 1.05rem; border-radius: 999px; font-weight: 750; text-decoration: none; border: 1px solid transparent; }
.button.primary { background: var(--red); color: #fff; }
.button.primary:hover { background: #690b0b; color: #fff; }
.button.secondary { border-color: #aab6bc; color: var(--charcoal); background: rgba(255,255,255,.75); }
.button.secondary:hover { border-color: var(--charcoal); color: var(--charcoal); }
.focus-panel { background: rgba(255,255,255,.92); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.focus-panel .panel-title { font-weight: 800; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--blue-text); margin-bottom: 1rem; }
.focus-list { list-style: none; padding: 0; margin: 0; }
.focus-list li { padding: .78rem 0; border-top: 1px solid var(--border); font-weight: 720; display: flex; gap: .65rem; align-items: flex-start; }
.focus-list li::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--red); margin-top: .48rem; flex: 0 0 auto; }
.trust-strip { border-bottom: 1px solid var(--border); background: var(--charcoal); color: #fff; }
.trust-inner { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 18px 20px; border-left: 1px solid rgba(255,255,255,.13); font-weight: 700; font-size: .9rem; }
.trust-item:first-child { border-left: 0; }
.section { padding: clamp(68px, 8vw, 108px) 0; }
.section.alt { background: var(--light-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start; margin-bottom: 38px; }
.section-head > p { color: var(--muted); font-size: 1.05rem; max-width: 680px; }
.cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.card { border: 1px solid var(--border); border-radius: 16px; background: white; padding: 28px; }
.card .num { color: var(--red); font-weight: 900; letter-spacing: .1em; font-size: .75rem; }
.card p { color: var(--muted); margin-bottom: 0; }
.card ul { margin: .9rem 0 0; padding-left: 1.15rem; color: var(--ink); }
.card li + li { margin-top: .35rem; }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.audience { padding: 30px 28px; background: white; border: 1px solid var(--border); border-radius: 16px; }
.audience h3 { color: var(--red); }
.process { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.process-step { padding: 30px; background: white; border-left: 1px solid var(--border); }
.process-step:first-child { border-left: 0; }
.process-step .step { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--blue-text); font-weight: 850; }
.notice { border-left: 4px solid var(--blue); background: #f2f7f9; padding: 1rem 1.2rem; color: #32444d; }
.snapshot { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; background: #fff; }
.snapshot > div { padding: 22px 24px; border-top: 1px solid var(--border); }
.snapshot > div:nth-child(-n+2) { border-top: 0; }
.snapshot > div:nth-child(even) { border-left: 1px solid var(--border); }
.snapshot dt { font-size: .77rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 850; color: var(--blue-text); margin-bottom: .25rem; }
.snapshot dd { margin: 0; font-weight: 700; }
.longform { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: start; }
.longform .sidebar { position: sticky; top: 112px; }
.longform .sidebar a { display: block; padding: .45rem 0; color: var(--muted); text-decoration: none; font-weight: 650; }
.longform .sidebar a:hover { color: var(--red); }
.capability-block { padding: 0 0 48px; margin-bottom: 48px; border-bottom: 1px solid var(--border); }
.capability-block:last-child { border-bottom: 0; margin-bottom: 0; }
.capability-block h2 { max-width: 680px; }
.detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 1.3rem; }
.detail { background: var(--light-2); border-radius: 14px; padding: 20px; border: 1px solid #e5eaec; }
.detail strong { display: block; margin-bottom: .35rem; }
.cta-band { background: var(--charcoal); color: white; padding: 52px 0; }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { margin-bottom: .35rem; }
.cta-band p { color: #d7dfe2; margin: 0; max-width: 680px; }
.cta-band .button.secondary { color: white; border-color: #8b989f; background: transparent; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.contact-card { border: 1px solid var(--border); border-radius: 18px; padding: 30px; }
.contact-card address { font-style: normal; }
.contact-card .contact-line { margin: 1rem 0; }
.contact-card .label { display: block; font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 850; color: var(--blue-text); }
.site-footer { padding: 42px 0 28px; border-top: 1px solid var(--border); background: #fafbfb; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.footer-brand { max-width: 450px; }
.footer-logo { width: 105px; margin-bottom: 12px; }
.footer-nav { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: flex-end; }
.footer-nav a { color: var(--muted); font-size: .9rem; text-decoration: none; }
.footer-meta { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: var(--muted); font-size: .82rem; }
.page-hero { background: var(--light-2); border-bottom: 1px solid var(--border); padding: clamp(65px, 8vw, 105px) 0; }
.page-hero .lead { margin-bottom: 0; }
.policy h2 { margin-top: 2.2rem; font-size: 1.5rem; }
.policy p, .policy li { max-width: 820px; color: var(--ink); }
@media (max-width: 900px) {
  .header-inner { align-items: flex-start; padding: 14px 0; flex-direction: column; gap: 10px; }
  .brand img { width: 132px; }
  .nav { justify-content: flex-start; gap: .9rem 1rem; }
  .hero { background: linear-gradient(#fff, #f4f7f8); }
  .hero::after { inset: 45% 0 0 0; }
  .hero-grid, .section-head, .longform, .contact-grid { grid-template-columns: 1fr; }
  .longform .sidebar { position: static; display: none; }
  .trust-inner { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .trust-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.13); }
  .cards, .audience-grid, .detail-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .process-step { border-left: 0; border-top: 1px solid var(--border); }
  .process-step:first-child { border-top: 0; }
  .section-head { gap: 12px; }
  .cta-grid, .footer-grid { align-items: flex-start; flex-direction: column; display: flex; }
  .footer-nav { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav a { font-size: .86rem; }
  .nav .nav-cta { padding: .45rem .72rem; }
  h1 { font-size: clamp(2.35rem, 13vw, 3.45rem); }
  .hero-grid { padding: 58px 0 64px; }
  .focus-panel { padding: 22px; }
  .trust-inner { grid-template-columns: 1fr; }
  .trust-item { border-left: 0 !important; border-top: 1px solid rgba(255,255,255,.13); }
  .trust-item:first-child { border-top: 0; }
  .snapshot { grid-template-columns: 1fr; }
  .snapshot > div { border-top: 1px solid var(--border) !important; border-left: 0 !important; }
  .snapshot > div:first-child { border-top: 0 !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
@media print {
  .site-header, .site-footer, .cta-band, .actions, .skip-link { display: none !important; }
  body { color: #000; }
  a { color: #000; text-decoration: none; }
  .section, .page-hero { padding: 24px 0; }
}
