:root {
  --navy: #0f3d6e;
  --navy-dark: #08233f;
  --orange: #f97316;
  --light: #f7fafc;
  --text: #1f2937;
  --muted: #667085;
  --white: #ffffff;
  --border: #e5e7eb;
  --shadow: 0 20px 45px rgba(15, 61, 110, 0.14);
}
* { 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(--text);
  line-height: 1.6;
  background: var(--white);
}
a { color: inherit; text-decoration: none; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 22px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav { min-height: 76px; display: flex; justify-content: space-between; align-items: center; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--navy); }
.brand-mark { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(135deg, var(--navy), var(--navy-dark)); color: var(--white); letter-spacing: .5px; box-shadow: var(--shadow); }
.brand-text { font-size: 1.05rem; }
.nav-links { display: flex; gap: 28px; color: var(--navy-dark); font-weight: 650; }
.nav-links a:hover { color: var(--orange); }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 1.7rem; color: var(--navy); }
.hero { padding: 92px 0 76px; background: radial-gradient(circle at top right, rgba(249,115,22,.14), transparent 35%), linear-gradient(135deg, #f8fbff, #ffffff); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 46px; align-items: center; }
.eyebrow, .section-label { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 800; margin: 0 0 12px; }
h1 { color: var(--navy-dark); font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: 1.05; margin: 0 0 22px; letter-spacing: -0.04em; }
h2 { color: var(--navy-dark); font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.15; margin: 0 0 18px; letter-spacing: -0.03em; }
h3 { color: var(--navy); margin: 0 0 10px; font-size: 1.18rem; }
p { color: var(--muted); margin-top: 0; }
.hero-copy { font-size: 1.17rem; max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; }
.btn.primary { background: var(--orange); color: var(--white); box-shadow: 0 12px 30px rgba(249,115,22,.25); }
.btn.secondary { border-color: rgba(15,61,110,.18); color: var(--navy); background: var(--white); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span, .industry-list span { background: var(--white); border: 1px solid var(--border); color: var(--navy); font-weight: 700; border-radius: 999px; padding: 8px 13px; font-size: .9rem; }
.hero-card { background: var(--white); padding: 38px; border-radius: 30px; box-shadow: var(--shadow); border: 1px solid rgba(15,61,110,.08); }
.large-logo { width: 118px; height: 118px; border-radius: 30px; display: grid; place-items: center; background: linear-gradient(135deg, var(--navy), var(--navy-dark)); color: var(--white); font-weight: 900; font-size: 3rem; margin-bottom: 28px; }
.section { padding: 84px 0; }
.alt { background: var(--light); }
.split, .why, .contact-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: start; }
.cards { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: var(--white); border: 1px solid var(--border); border-radius: 22px; padding: 26px; box-shadow: 0 12px 30px rgba(15,61,110,.06); }
.card p { margin-bottom: 0; }
.industry-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.check-list li { background: var(--white); border: 1px solid var(--border); padding: 16px 18px 16px 48px; border-radius: 18px; position: relative; color: var(--navy-dark); font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 18px; color: var(--orange); font-weight: 900; }
.contact-section { background: linear-gradient(135deg, var(--navy-dark), var(--navy)); }
.contact-card { background: var(--white); border-radius: 30px; padding: 42px; box-shadow: var(--shadow); }
.contact-details { display: grid; gap: 14px; align-content: start; }
.contact-details a, .contact-details span { padding: 16px 18px; border-radius: 16px; background: var(--light); color: var(--navy); font-weight: 800; border: 1px solid var(--border); }
.footer { background: var(--navy-dark); color: var(--white); padding: 24px 0; }
.footer p { color: rgba(255,255,255,.8); margin: 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 76px; background: var(--white); padding: 20px 22px; border-bottom: 1px solid var(--border); flex-direction: column; }
  .nav-open .nav-links { display: flex; }
  .hero-grid, .split, .why, .contact-card { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .section { padding: 58px 0; }
  .contact-card, .hero-card { padding: 28px; }
}
