:root {
  --ink: #111315;
  --navy: #0b354d;
  --blue: #0b4f78;
  --yellow: #f2c94c;
  --muted: #5d6871;
  --line: #dce3e8;
  --soft: #f5f7f8;
  --soft-blue: #edf4f7;
  --white: #ffffff;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Avenir Next", Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(var(--max), calc(100% - 42px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(17,19,21,.08);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.parent-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: 250px;
}
.parent-brand img { width: 232px; height: auto; }
.parent-company {
  padding-left: 14px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { text-decoration: none; font-size: 15px; font-weight: 700; color: #2f3941; }
.nav-links a:hover { color: var(--blue); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 19px;
  border-radius: 6px;
  border: 1px solid var(--blue);
  background: var(--blue);
  box-shadow: inset 0 -3px 0 var(--yellow);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.button:hover { transform: translateY(-1px); background: var(--navy); border-color: var(--navy); }
.button.secondary { background: transparent; color: var(--ink); border-color: #9aa6ad; box-shadow: none; }
.button.secondary:hover { background: var(--soft); border-color: var(--blue); color: var(--blue); }
.hero {
  padding: 92px 0 76px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
}
.hero-grid { display: block; max-width: 900px; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .15em;
}
h1,h2,h3 { line-height: 1.08; margin-top: 0; letter-spacing: -.025em; }
h1 { margin-bottom: 23px; font-size: clamp(44px, 6vw, 74px); max-width: 760px; }
h2 { font-size: clamp(34px, 4vw, 48px); margin-bottom: 18px; }
h3 { font-size: 23px; margin-bottom: 10px; }
.lead { font-size: 21px; color: #3f4a52; max-width: 760px; margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 0; }
.hero-logo-card {
  border-left: 4px solid var(--yellow);
  padding: 26px 0 24px 30px;
  background: transparent;
}
.hero-logo-card img { width: 100%; max-width: 620px; }
.micro-note { margin: 18px 2px 0; font-size: 14px; color: var(--muted); }
section { padding: 78px 0; }
.section-intro { max-width: 800px; margin-bottom: 38px; }
.section-intro p { color: var(--muted); font-size: 19px; margin: 0; }
.callout {
  border: 1px solid #d8c271;
  background: #fff9df;
  border-radius: 12px;
  padding: 28px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: start;
}
.callout strong { font-size: 19px; }
.callout p { margin: 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 25px;
  background: #fff;
}
.card p { color: var(--muted); margin: 0; }
.card .label { display: block; margin-bottom: 18px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.soft { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; }
.scope-box { padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.scope-box h3 { margin-bottom: 18px; }
.clean-list { margin: 0; padding: 0; list-style: none; }
.clean-list li { position: relative; padding: 10px 0 10px 28px; border-top: 1px solid #edf0f2; }
.clean-list li:first-child { border-top: 0; }
.clean-list li:before { content: ""; position: absolute; left: 1px; top: 18px; width: 9px; height: 9px; border-radius: 2px; background: var(--yellow); }
.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.step { counter-increment: steps; border-top: 3px solid var(--blue); padding: 18px 8px 0 0; }
.step:before { content: "0" counter(steps); display: block; margin-bottom: 15px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.step h3 { font-size: 19px; }
.step p { margin: 0; color: var(--muted); font-size: 15px; }
.three-situations { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.situation { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: white; }
.situation-head { padding: 17px 21px; background: var(--navy); color: white; font-weight: 800; letter-spacing: .08em; }
.situation-body { padding: 22px; }
.situation-body p { margin: 0; color: var(--muted); }
.fit { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: start; }
.fit-panel { border-left: 5px solid var(--yellow); padding: 10px 0 10px 26px; }
.fit-panel p { color: var(--muted); margin: 0 0 14px; }
.fit-panel p:last-child { margin-bottom: 0; }
.cta {
  background: var(--navy);
  color: white;
}
.cta h2 { color: white; }
.cta p { color: #dbe8ef; max-width: 760px; font-size: 19px; }
.cta .button { background: white; color: var(--navy); border-color: white; }
.cta .button:hover { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.site-footer { padding: 34px 0 42px; background: #0b1115; color: #d5dce0; }
.footer-grid { display: flex; justify-content: space-between; gap: 34px; align-items: flex-end; }
.footer-brand strong { display:block; color:white; letter-spacing:.15em; font-size:13px; margin-bottom:7px; }
.footer-brand span { font-size: 14px; color: #9faab0; }
.footer-links { display:flex; flex-wrap:wrap; gap:20px; }
.footer-links a { color:#d5dce0; text-decoration:none; font-size:14px; }
.footer-links a:hover { color: var(--yellow); }
.page-hero { padding: 72px 0 48px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(40px, 5vw, 62px); }
.page-content { max-width: 820px; }
.page-content h2 { font-size: 30px; margin-top: 42px; }
.page-content p { color: #3f4a52; }
.contact-card { border: 1px solid var(--line); border-radius: 12px; padding: 28px; background: var(--soft-blue); margin-top: 32px; }
.contact-card a { color: var(--blue); font-weight: 800; }
.small { font-size: 14px; color: var(--muted); }
.skip-link { position:absolute; left:-9999px; top:auto; }
.skip-link:focus { left:16px; top:16px; background:white; padding:10px 14px; z-index:100; }
@media (max-width: 900px) {
  .hero-grid, .scope-grid, .fit { grid-template-columns: 1fr; }
  .hero { padding-top: 62px; }
  .cards, .three-situations { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .callout { grid-template-columns: 1fr; gap: 10px; }
  .hero-logo-card { max-width: 680px; }
}
@media (max-width: 660px) {
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  .nav { min-height: 66px; }
  .nav-links a:not(.button) { display:none; }
  .nav-links { gap: 8px; }
  .button { min-height: 44px; padding: 0 15px; }
  h1 { font-size: 45px; }
  .lead { font-size: 19px; }
  section { padding: 60px 0; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; align-items:flex-start; }
  .hero-logo-card { padding: 22px 18px; }
}

.nav-contact { padding-left: 18px; padding-right: 18px; }
@media (max-width: 900px) { .parent-company { display: none; } .parent-brand img { width: 210px; } }
@media (max-width: 660px) { .parent-brand { min-width: 0; } .parent-brand img { width: 172px; } .nav-contact { padding-left: 13px; padding-right: 13px; } }

.nav-links a.button { color: var(--white); }
.nav-links a.button:hover { color: var(--white); }

/* Header contact button: intentionally simple, high-contrast treatment. */
.site-header .nav-links .nav-contact,
.site-header .nav-links .nav-contact:link,
.site-header .nav-links .nav-contact:visited,
.site-header .nav-links .nav-contact:focus,
.site-header .nav-links .nav-contact:active {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.site-header .nav-links .nav-contact:hover {
  background: var(--navy) !important;
  border-color: var(--navy) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

/* Hard override for header CTA. Keep this last so Safari cannot inherit link text colors. */
a.nav-contact,
a.nav-contact:link,
a.nav-contact:visited,
a.nav-contact:hover,
a.nav-contact:focus,
a.nav-contact:active {
  background-color: #0b4f78 !important;
  border-color: #0b4f78 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
a.nav-contact:hover,
a.nav-contact:focus {
  background-color: #0b354d !important;
  border-color: #0b354d !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
