:root {
  --navy: #0b1f3a;
  --navy-2: #12345c;
  --blue: #1457a8;
  --teal: #16a6a3;
  --green: #23a36f;
  --ink: #172033;
  --muted: #617089;
  --line: #dce5ef;
  --soft: #f4f8fb;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(11,31,58,.12);
  --radius: 18px;
  --container: 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;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--blue); }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.skip-link { position:absolute; left:-999px; top:0; background:var(--navy); color:#fff; padding:10px 14px; z-index:99; }
.skip-link:focus { left: 12px; top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,229,239,.9); backdrop-filter: blur(12px); }
.nav-wrap { display:flex; align-items:center; justify-content:space-between; min-height:78px; gap:22px; }
.brand { display: flex; align-items: center; gap: 8px; flex-shrink: 0;}
.brand picture { display: flex; align-items: center; flex-shrink: 0;}
.brand .brand-logo { width: 92px; max-height: 54px; height: auto; object-fit:contain;}
.brand-separator { width: 1px; height: 36px; background: #bfd4e5; display:inline-block; flex-shrink: 0; margin-left: 4px; margin-right: 8px;}
.brand-name { color: var(--teal); font-size: 22px; font-weight: 850; line-height: 1.08; letter-spacing: 0.01em; white-space: nowrap;}
.site-nav { display:flex; align-items:center; gap:18px; font-size:15px; font-weight:700; color: var(--navy); }
.site-nav a { padding: 10px 0; }
.site-nav a.active { color: var(--blue); }
.nav-cta { background: var(--navy); color:#fff !important; padding: 12px 17px !important; border-radius: 999px; box-shadow: 0 10px 24px rgba(11,31,58,.18); white-space:nowrap; }
.nav-cta:hover { background: var(--blue); color:#fff !important; }
.nav-toggle { display:none; width:44px; height:44px; border:1px solid var(--line); background:#fff; border-radius:12px; padding:10px; }
.nav-toggle span { display:block; height:2px; background:var(--navy); margin:5px 0; }
.hero { position:relative; overflow:hidden; padding:88px 0 70px; background: radial-gradient(circle at 80% 20%, rgba(22,166,163,.13), transparent 32%), linear-gradient(135deg, #f8fbff 0%, #eef6fb 100%); }
.hero::before { content:""; position:absolute; inset:auto -120px -160px auto; width:420px; height:420px; border-radius:50%; background:rgba(20,87,168,.12); }
.hero-grid { display:grid; grid-template-columns: 1.05fr .95fr; gap:58px; align-items:center; position:relative; }
.eyebrow { color: var(--teal); text-transform:uppercase; font-size:13px; letter-spacing:.14em; font-weight:850; margin:0 0 14px; }
h1, h2, h3 { color: var(--navy); line-height:1.12; margin:0 0 16px; letter-spacing:-.02em; }
h1 { font-size: clamp(42px, 6vw, 72px); max-width: 900px; }
h2 { font-size: clamp(30px, 4vw, 46px); }
h3 { font-size: 21px; }
p { margin:0 0 18px; color: var(--muted); }
.hero-lead { font-size: 20px; max-width: 720px; color:#40506a; }
.hero-trust-note { display:inline-flex; margin:10px 0 0; padding:10px 14px; border:1px solid rgba(22,166,163,.22); border-radius:999px; background:rgba(255,255,255,.72); color:#24405f; font-size:14px; font-weight:800; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin:30px 0 24px; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:14px 22px; border-radius:999px; font-weight:850; border:1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color:#fff; box-shadow: 0 14px 32px rgba(20,87,168,.2); }
.btn-primary:hover { background: var(--navy); color:#fff; }
.btn-secondary { background:#fff; color:var(--navy); border-color: var(--line); }
.btn-secondary:hover { border-color:var(--blue); }
.btn-light { background:#fff; color:var(--navy); }
.trust-line { display:flex; flex-wrap:wrap; gap:10px; }
.trust-line span { background:#fff; border:1px solid var(--line); color:var(--navy); border-radius:999px; padding:8px 12px; font-size:13px; font-weight:800; }
.hero-card { position:relative; min-height:430px; }
.dashboard-card { background:#fff; border:1px solid rgba(220,229,239,.9); box-shadow: var(--shadow); border-radius:26px; padding:28px; }
.top-card { max-width:430px; margin-left:auto; }
.card-kicker { display:inline-block; color:var(--teal); font-weight:850; font-size:13px; margin-bottom:10px; }
.dashboard-card strong { display:block; color:var(--navy); font-size:26px; line-height:1.15; margin-bottom:22px; }
.progress-row { display:flex; justify-content:space-between; align-items:center; gap:16px; border-top:1px solid var(--line); padding:16px 0 0; margin-top:14px; }
.progress-row span { color:var(--muted); }
.progress-row b { color:var(--green); }
.dashboard-metrics { position:absolute; left:0; bottom:0; display:grid; gap:14px; width:min(100%, 360px); }
.dashboard-metrics div { background: var(--navy); color:#fff; border-radius:20px; padding:18px; box-shadow: var(--shadow); }
.dashboard-metrics span { color:#7dd8d5; font-weight:900; }
.dashboard-metrics strong { display:block; font-size:20px; margin:4px 0; }
.dashboard-metrics small { color:#b9c8db; }
.section { padding: 86px 0; }
.soft-bg { background: var(--soft); }
.problem-section { padding:58px 0; }
.split { display:grid; grid-template-columns: .95fr 1.05fr; gap:58px; }
.align-center { align-items:center; }
.section-head { max-width: 800px; margin-bottom:38px; }
.section-head.narrow { max-width: 720px; text-align:center; margin-inline:auto; }
.service-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:22px; }
.service-grid.large { grid-template-columns: repeat(3, 1fr); }
.service-card { display:block; background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px; min-height:230px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(20,87,168,.25); color:inherit; }
.service-card span { display:inline-flex; min-width:44px; height:34px; align-items:center; justify-content:center; background:#edf7f7; color:var(--teal); border-radius:999px; font-size:13px; font-weight:900; margin-bottom:22px; padding:0 10px; }
.service-card h2, .service-card h3 { margin-bottom:10px; }
.feature-list { display:grid; gap:16px; }
.feature-list div, .info-card, .side-card, .contact-panel, .contact-form, .process-stack div { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow: 0 10px 32px rgba(11,31,58,.06); }
.feature-list strong { display:block; color:var(--navy); font-size:20px; margin-bottom:6px; }
.feature-list span { color:var(--muted); }
.proof-section { background:#fff; }
.proof-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:18px; }
.proof-grid div { background:linear-gradient(180deg,#ffffff,#f7fbfd); border:1px solid var(--line); border-radius:var(--radius); padding:24px; box-shadow:0 12px 34px rgba(11,31,58,.06); }
.proof-grid strong { display:block; color:var(--navy); font-size:18px; line-height:1.25; margin-bottom:8px; }
.proof-grid span { color:var(--muted); }
.specialty-link { display:block; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.specialty-link:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(20,87,168,.25); color:inherit; }
.timeline { display:grid; grid-template-columns: repeat(4, 1fr); gap:18px; }
.timeline div { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:24px; }
.timeline span, .process-stack span { display:inline-flex; width:42px; height:42px; align-items:center; justify-content:center; background:var(--navy); color:#fff; border-radius:50%; font-weight:900; margin-bottom:18px; }
.cta-band { background: linear-gradient(135deg, var(--navy), var(--navy-2)); }
.cta-band h2, .cta-band .eyebrow { color:#fff; }
.cta-band p { color:#c5d3e5; }
.cta-grid { display:flex; align-items:center; justify-content:space-between; gap:28px; }
.page-hero { background: linear-gradient(135deg, #f8fbff, #eef6fb); padding: 86px 0; }
.page-hero.compact h1 { font-size: clamp(38px, 5vw, 60px); max-width: 920px; }
.page-hero.compact p:not(.eyebrow) { max-width: 820px; font-size:20px; }
.content-grid { display:grid; grid-template-columns: minmax(0, 1fr) 340px; gap:44px; align-items:start; }
.content-main { max-width: 820px; }
.content-main.standalone { max-width: 850px; }
.content-main h2 { font-size:32px; margin-top:34px; }
.content-main h2:first-child { margin-top:0; }
.check-list { list-style:none; padding:0; margin:24px 0; display:grid; gap:12px; }
.check-list li { position:relative; padding-left:34px; color:#40506a; }
.check-list li::before { content:"✓"; position:absolute; left:0; top:0; width:22px; height:22px; border-radius:50%; background:#e9f8f3; color:var(--green); display:flex; align-items:center; justify-content:center; font-weight:900; font-size:14px; }
.side-card { position:sticky; top:104px; }
.side-card a { display:block; padding:12px 0; border-top:1px solid var(--line); font-weight:800; color:var(--navy); }
.inline-cta { margin-top:34px; background:var(--soft); border-radius:var(--radius); padding:28px; border:1px solid var(--line); }
.card-grid { display:grid; gap:22px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.info-card h2 { font-size:24px; }
.process-stack { display:grid; gap:18px; max-width:930px; }
.note-box { background:#f0f7ff; border:1px solid #cfe3fa; color:#24405f; border-radius:14px; padding:16px; }
.contact-grid { display:grid; grid-template-columns: minmax(0, 1fr) 360px; gap:36px; align-items:start; }
.form-row { display:grid; grid-template-columns: 1fr 1fr; gap:18px; }
label { display:grid; gap:8px; color:var(--navy); font-weight:800; margin-bottom:18px; }
input, select, textarea { width:100%; border:1px solid var(--line); border-radius:12px; padding:13px 14px; font:inherit; color:var(--ink); background:#fff; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(20,87,168,.14); border-color: var(--blue); }
.form-note { font-size:14px; color:#7a4c00; }
.phi-alert { margin:0 0 22px; padding:14px 16px; border:1px solid #f1c980; background:#fff8e8; color:#684200; border-radius:14px; font-size:14px; }
.market-note { margin-bottom:12px; font-weight:800; color:#ffffff !important; }
.hidden-field { position:absolute; left:-9999px; }
.site-footer { background: var(--navy); color:#fff; padding:64px 0 28px; }
.footer-grid { display:grid; grid-template-columns: 1.25fr .8fr .8fr 1fr; gap:34px; }
.footer-logo { margin-bottom:18px; width:220px; height:auto; border-radius:10px; background:#fff; }
.site-footer p, .site-footer a, .site-footer address { color:#c7d5e8; font-style:normal; }
.site-footer a:hover { color:#fff; }
.site-footer h2 { color:#fff; font-size:18px; margin-bottom:12px; }
.site-footer ul { list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.footer-note { font-size:14px; color:#ffdd9b !important; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.14); margin-top:38px; padding-top:20px; display:flex; justify-content:space-between; gap:18px; }
.footer-bottom p { margin:0; font-size:14px; }
.text-link { color:var(--blue); font-weight:900; }
address { color: var(--muted); }
@media (max-width: 1120px) {
  .brand .brand-logo { width:82px; }
  .brand-name { font-size:18px; }
  .brand { gap:6px; }
  .site-nav { gap:14px; font-size:14px; }
  .nav-cta { padding:11px 14px !important; }
}
@media (max-width: 980px) {
  .nav-toggle { display:block; }
  .site-nav { position:absolute; inset:78px 20px auto 20px; background:#fff; border:1px solid var(--line); border-radius:18px; padding:18px; display:none; flex-direction:column; align-items:stretch; box-shadow:var(--shadow); }
  .site-nav.open { display:flex; }
  .site-nav a { padding:10px; }
  .nav-cta { text-align:center; }
  .hero-grid, .split, .content-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-card { min-height:auto; }
  .top-card { margin-left:0; }
  .dashboard-metrics { position:static; margin-top:18px; width:100%; }
  .service-grid, .service-grid.large, .card-grid.three, .timeline, .footer-grid, .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .side-card { position:static; }
}
@media (max-width: 640px) {
  .brand .brand-logo { width:132px; }
  .brand-separator, .brand-name { display:none; }
  .container { width:min(100% - 28px, var(--container)); }
  .hero, .section, .page-hero { padding:56px 0; }
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  .hero-lead, .page-hero.compact p:not(.eyebrow) { font-size:18px; }
  .service-grid, .service-grid.large, .card-grid.three, .timeline, .footer-grid, .form-row, .proof-grid { grid-template-columns: 1fr; }
  .hero-trust-note { border-radius:14px; }
  .cta-grid, .footer-bottom { flex-direction:column; align-items:flex-start; }
}
