:root {
  --ink: #071436;
  --navy: #0b1d46;
  --blue: #0878ff;
  --cyan: #18c8ff;
  --steel: #6f7d91;
  --line: rgba(10, 30, 70, 0.12);
  --paper: #ffffff;
  --mist: #f5f8fc;
  --radius: 28px;
  --shadow: 0 28px 90px rgba(11, 29, 70, 0.13);
  --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: radial-gradient(circle at 80% 0%, rgba(8,120,255,.11), transparent 30%), linear-gradient(180deg, #fff 0%, #f7faff 55%, #fff 100%);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.container { width: min(var(--max), calc(100% - 44px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(10,30,70,.08);
}
.nav-shell { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; min-width: 220px; }
.brand-logo { width: clamp(210px, 22vw, 312px); height: auto; display: block; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; color: rgba(7,20,54,.72); }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--blue); }
.nav-cta { padding: 10px 15px; border: 1px solid rgba(8,120,255,.28); border-radius: 999px; color: var(--blue) !important; }
.nav-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; flex-direction: column; justify-content: center; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 10px; }
.section-pad { padding: 106px 0; position: relative; overflow: hidden; }
.section-pad.compact { padding-top: 72px; }
.hero { min-height: calc(100vh - 84px); display: flex; align-items: center; }
.hero-grid, .split-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); align-items: center; gap: 72px; }
.reverse { grid-template-columns: minmax(360px, .82fr) minmax(0, 1fr); }
.eyebrow { margin: 0 0 18px; color: var(--blue); text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 700; }
.eyebrow.light { color: #62b7ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(46px, 6.1vw, 86px); line-height: .94; letter-spacing: -0.065em; margin-bottom: 24px; }
h2 { font-size: clamp(34px, 4.1vw, 58px); line-height: 1.02; letter-spacing: -0.047em; margin-bottom: 20px; }
h3 { font-size: 22px; letter-spacing: -0.03em; margin-bottom: 12px; }
p { color: rgba(7,20,54,.68); line-height: 1.72; font-size: 16px; }
.hero-lede { font-size: 18px; max-width: 660px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; font-weight: 700; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: linear-gradient(135deg, var(--blue), #004bd8); box-shadow: 0 16px 36px rgba(8,120,255,.28); }
.button.secondary { background: rgba(255,255,255,.72); border: 1px solid rgba(10,30,70,.12); color: var(--ink); }
.hero-card, .panel, .contact-card { background: rgba(255,255,255,.82); border: 1px solid rgba(10,30,70,.10); box-shadow: var(--shadow); border-radius: var(--radius); }
.hero-card { padding: 38px; min-height: 430px; display: flex; flex-direction: column; justify-content: center; gap: 34px; }
.hero-logo { width: 100%; height: auto; display: block; }
.metric-row { display: grid; gap: 12px; }
.metric-row div { padding: 16px 18px; border: 1px solid rgba(10,30,70,.09); border-radius: 18px; background: linear-gradient(135deg, rgba(245,248,252,.92), rgba(255,255,255,.68)); }
.metric-row strong { display: block; font-size: 14px; letter-spacing: .03em; }
.metric-row span { color: var(--steel); font-size: 13px; }
.ambient { position: absolute; width: 460px; height: 460px; border-radius: 999px; pointer-events: none; filter: blur(8px); opacity: .45; }
.ambient-one { top: 80px; right: -160px; background: radial-gradient(circle, rgba(8,120,255,.28), transparent 68%); }
.ambient-two { bottom: -220px; left: -180px; background: radial-gradient(circle, rgba(24,200,255,.22), transparent 68%); }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.cards.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 30px; background: rgba(255,255,255,.76); border: 1px solid rgba(10,30,70,.10); border-radius: 24px; min-height: 278px; }
.card-number { color: var(--blue); font-weight: 800; font-size: 13px; letter-spacing: .14em; }
.dark-band { background: radial-gradient(circle at 80% 20%, rgba(8,120,255,.34), transparent 30%), linear-gradient(135deg, #071436 0%, #0c2358 100%); color: white; }
.dark-band p { color: rgba(255,255,255,.72); }
.stack { display: grid; gap: 12px; }
.stack div { padding: 18px 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.stack span { display: block; color: #63baff; font-size: 12px; text-transform: uppercase; letter-spacing: .18em; margin-bottom: 6px; }
.stack strong { font-size: 16px; font-weight: 650; }
.panel { padding: 42px; }
.mini-title { color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; }
.contact { padding-top: 60px; }
.contact-card { display: grid; grid-template-columns: 280px 1fr auto; align-items: center; gap: 34px; padding: 36px; }
.contact-logo, .footer-logo { width: 100%; height: auto; display: block; }
.site-footer { padding: 32px 0 44px; border-top: 1px solid rgba(10,30,70,.09); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-logo { width: 230px; }
.footer-grid p { margin: 0; font-size: 13px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .site-nav { position: fixed; top: 84px; left: 22px; right: 22px; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 6px; border-radius: 20px; background: rgba(255,255,255,.96); border: 1px solid rgba(10,30,70,.10); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .nav-cta { border-radius: 14px; }
  .hero-grid, .split-grid, .reverse { grid-template-columns: 1fr; gap: 34px; }
  .cards.three { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-card { min-height: auto; padding: 26px; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-logo { max-width: 300px; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav-shell { height: 74px; }
  .brand-logo { width: 210px; }
  .site-nav { top: 74px; left: 14px; right: 14px; }
  .section-pad { padding: 72px 0; }
  h1 { font-size: 44px; }
  h2 { font-size: 34px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}
