:root {
  --navy: #0a1f44;
  --navy-deep: #061225;
  --navy-mid: #142c56;
  --navy-light: #1d4272;
  --platinum: #b9bec4;
  --platinum-light: #eef0f2;
  --bg-soft: #f6f7f9;
  --ink: #12181f;
  --muted: #5c6672;
  --muted-2: #838d97;
  --white: #ffffff;
  --accent: #1f9d6b;
  --accent-light: #e5f5ee;
  --line: #e5e7ea;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 3px rgba(10,31,68,0.06);
  --shadow: 0 12px 32px rgba(10, 31, 68, 0.09);
  --shadow-lg: 0 24px 60px rgba(10, 31, 68, 0.14);
  --max: 1160px;
  --font-display: "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif;
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

a { color: var(--navy-light); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

h1, h2, h3, h4 { font-family: var(--font-display); color: var(--navy); margin: 0; letter-spacing: -0.01em; }

/* ---------- Header ---------- */
.site-header {
  background: rgba(10, 31, 68, 0.97);
  backdrop-filter: blur(6px);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; }

.logo { display: flex; align-items: center; gap: 10px; color: var(--white); font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; }
.logo:hover { text-decoration: none; opacity: 0.92; }
.logo svg { flex-shrink: 0; }

nav.main-nav { display: flex; align-items: center; gap: 30px; }
nav.main-nav a { color: var(--platinum-light); font-size: 0.93rem; font-weight: 500; position: relative; }
nav.main-nav a:hover { color: var(--white); text-decoration: none; }
nav.main-nav a.active { color: var(--white); }
nav.main-nav a.active::after { content:""; position:absolute; left:0; right:0; bottom:-10px; height:2px; background: var(--platinum); border-radius:2px; }

.btn-nav { background: var(--platinum); color: var(--navy) !important; padding: 10px 20px; border-radius: 999px; font-weight: 700; font-family: var(--font-display); }
.btn-nav:hover { background: var(--white); text-decoration: none; }

.nav-toggle { display: none; background: none; border: none; color: var(--white); font-size: 1.7rem; cursor: pointer; line-height: 1; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 999px; font-weight: 700; font-family: var(--font-display); font-size: 0.97rem; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; cursor: pointer; border: none; }
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn-primary { background: var(--platinum); color: var(--navy); box-shadow: 0 8px 20px rgba(0,0,0,0.18); }
.btn-primary:hover { background: var(--white); }
.btn-outline { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.45); }
.btn-outline:hover { border-color: var(--white); }
.btn-dark { background: var(--navy); color: var(--white); }
.btn-dark:hover { background: var(--navy-light); }
.btn-ghost { background: var(--platinum-light); color: var(--navy); }
.btn-ghost:hover { background: var(--line); }
.btn-block { width: 100%; justify-content: center; }
.btn-sm { padding: 10px 18px; font-size: 0.88rem; }

/* ---------- Hero ---------- */
.hero { position: relative; background: radial-gradient(1200px 500px at 15% -10%, #16305c 0%, transparent 60%), linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: var(--white); padding: 104px 0 88px; overflow: hidden; }
.hero::after { content:""; position:absolute; right:-120px; top:-80px; width:420px; height:420px; border-radius:50%; background: radial-gradient(circle, rgba(185,190,196,0.14) 0%, transparent 70%); pointer-events:none; }
.hero-inner { max-width: 760px; position: relative; z-index: 1; }
.hero.hero-sm { padding: 68px 0 76px; }

.eyebrow { display: inline-flex; align-items:center; gap:8px; color: var(--platinum); text-transform: uppercase; letter-spacing: 1.6px; font-size: 0.76rem; font-weight: 700; margin-bottom: 18px; font-family: var(--font-display); }
.eyebrow::before { content:""; width:18px; height:2px; background: var(--platinum); display:inline-block; border-radius:2px; }

.hero h1 { font-size: 2.85rem; line-height: 1.14; margin: 0 0 22px; font-weight: 800; }
.hero p.lead { font-size: 1.18rem; color: var(--platinum-light); margin: 0 0 34px; max-width: 620px; line-height: 1.6; }

.btn-row { display: flex; gap: 16px; flex-wrap: wrap; }

/* Hero stat strip */
.stat-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.12); border-radius: var(--radius); overflow: hidden; margin-top: 56px; max-width: 760px; }
.stat-strip .stat { background: rgba(255,255,255,0.045); padding: 22px 20px; }
.stat-strip .stat .num { font-family: var(--font-display); font-size: 1.7rem; font-weight: 800; color: var(--white); display:block; }
.stat-strip .stat .label { font-size: 0.82rem; color: var(--platinum-light); margin-top: 4px; display:block; line-height:1.4; }

/* ---------- Sections ---------- */
section { padding: 84px 0; }
.section-tight { padding: 56px 0; }
.section-alt { background: var(--bg-soft); }

.section-head { max-width: 660px; margin: 0 auto 48px; text-align: center; }
.section-head.left { margin: 0 0 40px; text-align: left; }
.section-head .eyebrow { color: var(--navy-light); justify-content: center; }
.section-head.left .eyebrow { justify-content: flex-start; }
.section-head .eyebrow::before { background: var(--navy-light); }
.section-head h2 { font-size: 2.15rem; margin: 8px 0 14px; font-weight: 800; }
.section-head p { color: var(--muted); margin: 0; font-size: 1.03rem; }

/* ---------- Grids & Cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--shadow-sm); transition: box-shadow 0.2s ease, transform 0.2s ease; }
.card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }

.card .tag { display:inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.4px; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; background: var(--accent-light); color: var(--accent); margin-bottom: 14px; }
.card .icon { width: 50px; height: 50px; border-radius: 13px; background: var(--navy); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.card h3 { font-size: 1.2rem; margin: 0 0 10px; }
.card p { color: var(--muted); margin: 0; font-size: 0.97rem; }
.card ul { margin: 14px 0 0; padding-left: 18px; color: var(--muted); font-size: 0.95rem; }
.card ul li { margin-bottom: 7px; }

.card-flat { background: var(--bg-soft); border: none; box-shadow: none; }
.card-flat:hover { transform: none; box-shadow: none; }

/* Priority ribbon card */
.priority-1 { border-top: 4px solid var(--accent); }
.priority-2 { border-top: 4px solid var(--platinum); }

/* ---------- Steps ---------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.step .num { counter-increment: step; width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: var(--white); display: flex; align-items: center; justify-content: center; font-weight: 800; font-family: var(--font-display); margin-bottom: 18px; }
.step .num::before { content: counter(step); }
.step h4 { margin: 0 0 8px; font-size: 1.05rem; }
.step p { margin: 0; color: var(--muted); font-size: 0.94rem; }

/* ---------- CTA banner ---------- */
.cta-banner { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); color: var(--white); border-radius: 20px; padding: 56px 48px; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content:""; position:absolute; left:-60px; bottom:-60px; width:220px; height:220px; border-radius:50%; background: radial-gradient(circle, rgba(185,190,196,0.16) 0%, transparent 70%); }
.cta-banner h2 { color: var(--white); margin: 0 0 12px; font-size: 1.95rem; }
.cta-banner p { color: var(--platinum-light); margin: 0 0 30px; font-size: 1.05rem; }

/* ---------- Placement / list items ---------- */
.placement-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.placement-item { border-left: 4px solid var(--navy); background: var(--bg-soft); padding: 22px 26px; border-radius: 0 10px 10px 0; }
.placement-item h4 { margin: 0 0 6px; font-size: 1.02rem; }
.placement-item p { margin: 0; color: var(--muted); font-size: 0.94rem; }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-item summary { cursor: pointer; list-style: none; display:flex; align-items:center; justify-content:space-between; font-family: var(--font-display); font-weight: 700; color: var(--navy); font-size: 1.02rem; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:"+"; font-size: 1.4rem; color: var(--muted-2); font-weight: 400; margin-left: 12px; flex-shrink: 0; }
.faq-item[open] summary::after { content:"−"; }
.faq-item p { color: var(--muted); margin: 14px 0 0; font-size: 0.96rem; line-height: 1.65; }

/* ---------- Data / trust strip (no fake testimonials) ---------- */
.data-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.data-card { text-align: center; padding: 8px; }
.data-card .num { font-family: var(--font-display); font-size: 2.4rem; font-weight: 800; color: var(--navy); display:block; }
.data-card .label { color: var(--muted); font-size: 0.92rem; margin-top: 6px; }
.data-source { text-align:center; color: var(--muted-2); font-size: 0.78rem; margin-top: 24px; }

/* ---------- Contact ---------- */
.contact-wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: start; }
.contact-info h3 { margin-top: 0; }
.contact-info .info-row { display: flex; gap: 14px; margin-bottom: 24px; }
.contact-info .info-row .icon { width: 42px; height: 42px; border-radius: 11px; background: var(--bg-soft); display:flex; align-items:center; justify-content:center; flex-shrink: 0; }
.contact-info .info-row div strong { display: block; color: var(--navy); margin-bottom: 2px; font-family: var(--font-display); }
.contact-info .info-row div span.note { color: var(--muted); font-size: 0.88rem; }

form.contact-form { background: var(--bg-soft); border-radius: var(--radius); padding: 34px; border: 1px solid var(--line); }
form.contact-form label { display: block; font-weight: 700; font-family: var(--font-display); color: var(--navy); font-size: 0.88rem; margin: 16px 0 6px; }
form.contact-form label:first-child { margin-top: 0; }
form.contact-form input, form.contact-form select, form.contact-form textarea {
  width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-size: 0.96rem; font-family: var(--font-body); background: var(--white);
}
form.contact-form input:focus, form.contact-form select:focus, form.contact-form textarea:focus { outline: 2px solid var(--navy-light); outline-offset: 1px; }
form.contact-form textarea { resize: vertical; min-height: 120px; }
form.contact-form button { margin-top: 22px; }
.form-note { font-size: 0.82rem; color: var(--muted-2); margin-top: 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: var(--platinum-light); padding-top: 60px; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 44px; }
.footer-inner h4 { color: var(--white); margin: 0 0 16px; font-size: 0.9rem; font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.5px; }
.footer-inner a { color: var(--platinum-light); display: block; margin-bottom: 11px; font-size: 0.92rem; }
.footer-inner a:hover { color: var(--white); }
.footer-logo { color: var(--white); font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.footer-inner p.desc { font-size: 0.92rem; color: var(--platinum); margin: 0 0 10px; max-width: 320px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 24px; text-align: center; font-size: 0.84rem; color: var(--muted-2); }
.footer-bottom a { color: var(--platinum); }

/* ---------- Partner strip ---------- */
.partner-card { display:flex; gap:28px; align-items:center; flex-wrap:wrap; padding: 36px; }
.partner-card .badge { font-size:0.72rem; font-weight:700; text-transform:uppercase; letter-spacing:0.5px; color: var(--muted-2); margin-bottom: 8px; display:block; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Breadcrumb-ish page nav ---------- */
.role-nav { display:flex; gap:10px; flex-wrap:wrap; margin-top: 28px; }
.role-nav a { background: rgba(255,255,255,0.1); color: var(--white); padding: 8px 16px; border-radius: 999px; font-size: 0.85rem; }
.role-nav a:hover { background: rgba(255,255,255,0.18); text-decoration:none; }
.role-nav a.active { background: var(--platinum); color: var(--navy); font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .data-strip { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .grid-2, .contact-wrap { grid-template-columns: 1fr; }
  .placement-list { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  nav.main-nav {
    position: absolute; top: 78px; left: 0; right: 0; background: var(--navy-deep);
    flex-direction: column; align-items: flex-start; padding: 18px 24px 26px; display: none; gap: 18px;
    box-shadow: var(--shadow-lg);
  }
  nav.main-nav.open { display: flex; }
  nav.main-nav a.active::after { display:none; }
  .nav-toggle { display: block; }
  .hero h1 { font-size: 2.1rem; }
  .hero { padding: 76px 0 64px; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .cta-banner { padding: 40px 26px; }
  .stat-strip { grid-template-columns: 1fr; }
}
