:root {
  --navy: #071936;
  --navy-2: #0d2b57;
  --ink: #132033;
  --red: #b31922;
  --gold: #c9a24a;
  --silver: #d8dde6;
  --paper: #f5f7fa;
  --white: #ffffff;
  --muted: #657186;
  --line: #dce2ea;
  --shadow: 0 18px 50px rgba(4, 19, 43, .14);
  --radius: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 999; background: #fff; padding: 10px 14px; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(7,25,54,.96); color: #fff; backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; font-family: Georgia, serif; font-weight: 700; letter-spacing: .05em; color: #fff; box-shadow: inset 0 0 0 3px rgba(201,162,74,.2); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1rem; }
.brand-copy small { margin-top: 5px; color: #e7b5b8; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { text-decoration: none; font-size: .92rem; color: rgba(255,255,255,.88); }
.site-nav a:hover { color: #fff; }
.nav-cta { padding: 10px 15px; border-radius: 999px; border: 1px solid rgba(255,255,255,.35); }
.menu-toggle { display: none; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; padding: 8px 12px; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 85% 20%, #17457e 0, #0b2a55 28%, #071936 68%); color: #fff; }
.hero::after { content: ""; position: absolute; inset: auto -10% -35% 35%; height: 75%; background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.05), transparent 65%); transform: skewX(-18deg); }
.hero-grid { position: relative; z-index: 2; min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; padding-block: 72px; }
.eyebrow { color: var(--red); font-size: .79rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 14px; }
.hero .eyebrow, .section-dark .eyebrow { color: #f08c91; }
h1,h2,h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.1; margin-top: 0; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); margin-bottom: 24px; letter-spacing: -.04em; }
h2 { font-size: clamp(2.15rem, 4vw, 3.6rem); margin-bottom: 18px; letter-spacing: -.025em; }
h3 { font-size: 1.3rem; margin-bottom: 10px; }
.hero-lead { font-size: 1.18rem; color: rgba(255,255,255,.83); max-width: 690px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 9px; text-decoration: none; font-weight: 800; border: 0; cursor: pointer; font: inherit; }
.button.primary { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(179,25,34,.28); }
.button.primary:hover { background: #94131b; }
.button.secondary { border: 1px solid rgba(255,255,255,.4); color: #fff; background: rgba(255,255,255,.04); }
.hero-note { font-size: .93rem; color: rgba(255,255,255,.67); }
.hero-art { border: 1px solid rgba(255,255,255,.14); border-radius: 24px; padding: 12px; background: rgba(255,255,255,.055); box-shadow: 0 30px 70px rgba(0,0,0,.35); transform: rotate(1.2deg); }
.hero-art img { border-radius: 16px; }
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { padding: 24px 26px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 1.1rem; }
.trust-grid span { color: var(--muted); font-size: .9rem; }
.section { padding: 92px 0; }
.section-heading { max-width: 820px; margin-bottom: 42px; }
.section-heading p:last-child { color: var(--muted); font-size: 1.07rem; }
.cards { display: grid; gap: 18px; }
.cards.four { grid-template-columns: repeat(4,1fr); }
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(16,32,51,.06); }
.card .icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: #eef3f9; color: var(--navy); font-size: 1.25rem; margin-bottom: 22px; }
.card p { color: var(--muted); margin-bottom: 0; }
.section-dark { background: var(--navy); color: #fff; }
.section-heading.light p:last-child { color: rgba(255,255,255,.7); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.service { padding: 25px; border-radius: 16px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); }
.service > span { font-size: .78rem; font-weight: 900; letter-spacing: .12em; color: var(--gold); }
.service h3 { margin-top: 18px; }
.service p { color: rgba(255,255,255,.68); font-size: .94rem; margin-bottom: 0; }
.fineprint { font-size: .78rem; opacity: .7; margin-top: 26px; }
.steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps article { padding: 30px 24px; border-right: 1px solid var(--line); }
.steps article:last-child { border-right: 0; }
.steps b { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: #fff; margin-bottom: 20px; }
.steps p { color: var(--muted); font-size: .92rem; }
.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 66px; align-items: center; }
.story-art { padding: 20px; border-radius: 28px; background: #0b1930; box-shadow: var(--shadow); }
.story-art img { border-radius: 18px; }
.story-grid p { color: #526077; }
.implementation-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; }
.implementation-grid > img { border-radius: 18px; box-shadow: var(--shadow); }
.callout { margin-top: 28px; padding: 22px; border-left: 4px solid var(--red); background: #f7f8fb; border-radius: 0 12px 12px 0; }
.referrals { background: linear-gradient(180deg, #fff, #f7f9fc); }
.pill-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.pill-grid span { padding: 11px 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--navy); font-weight: 700; font-size: .9rem; }
.contact { background: #eef2f7; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.contact-notes { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 32px; }
.contact-form { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 7px; font-weight: 800; font-size: .9rem; color: var(--navy); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #cbd4e0; border-radius: 9px; font: inherit; color: var(--ink); background: #fff; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(23,69,126,.16); border-color: #17457e; }
.form-status { margin: 0; min-height: 1.5em; font-weight: 700; color: var(--navy); }
.site-footer { background: #051327; color: rgba(255,255,255,.76); padding: 44px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.footer-grid strong { color: #fff; font-family: Georgia, serif; }
.footer-grid p { margin: 4px 0; }
.footer-right { text-align: right; }
.legal { border-top: 1px solid rgba(255,255,255,.12); margin-top: 28px; padding-top: 22px; font-size: .76rem; color: rgba(255,255,255,.52); }
@media (max-width: 980px) {
  .menu-toggle { display: inline-block; }
  .site-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 20px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .hero-grid, .story-grid, .implementation-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: unset; }
  .hero-art { max-width: 760px; }
  .trust-grid, .cards.four, .service-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: 1fr; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
  .steps article { display: grid; grid-template-columns: 48px 1fr; gap: 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps article:last-child { border-bottom: 0; }
}
@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .brand-copy strong { font-size: .88rem; }
  .brand-copy small { font-size: .62rem; }
  .brand-mark { width: 42px; height: 42px; }
  .section { padding: 68px 0; }
  .hero-grid { padding-block: 54px; gap: 34px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .trust-grid, .cards.four, .service-grid, .contact-notes, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .footer-right { text-align: left; }
}
