:root {
  --navy: #092f63;
  --navy-deep: #061f43;
  --purple: #86369b;
  --green: #2ca64a;
  --ink: #18304a;
  --muted: #5d6b7a;
  --line: #dbe4ee;
  --tint: #f3f7fb;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font: 12px/1.7 Verdana, Geneva, sans-serif;
}

img { display: block; max-width: 100%; }
a { color: inherit; }

.content,
.header-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  width: 100%;
  background: linear-gradient(105deg, var(--navy-deep), var(--navy));
  border-bottom: 4px solid var(--green);
  box-shadow: 0 4px 18px rgba(6, 31, 67, .18);
}

.header-inner {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand img {
  width: 116px;
  height: 72px;
  object-fit: contain;
}

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: #fff; text-decoration: none; font-weight: 700; }
.main-nav a:hover, .main-nav a:focus { color: #8fe0a0; }

.main-nav .nav-cta {
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 5px;
}

.hero {
  padding: 86px 0 80px;
  background:
    radial-gradient(circle at 78% 18%, rgba(44,166,74,.10), transparent 25%),
    radial-gradient(circle at 13% 75%, rgba(134,54,155,.08), transparent 24%),
    linear-gradient(180deg, #fff, #f8fafc);
}

.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 10px; color: var(--purple); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #93e2a3; }

h1, h2, h3 { margin-top: 0; color: var(--navy-deep); line-height: 1.25; }
h1 { margin-bottom: 20px; font-size: clamp(31px, 4.1vw, 51px); letter-spacing: -.03em; }
h2 { margin-bottom: 16px; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.02em; }
h3 { margin-bottom: 10px; font-size: 18px; }
p { margin-top: 0; }
.lead { max-width: 650px; margin-bottom: 28px; color: var(--muted); font-size: 15px; line-height: 1.75; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-block; padding: 11px 20px; border: 1px solid var(--navy); border-radius: 5px; font-weight: 700; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(9,47,99,.14); }
.button-primary { color: #fff; background: var(--navy); }
.button-secondary { color: var(--navy); background: #fff; }

.solution-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 20px 48px rgba(9,47,99,.12); }
.solution-top { display: flex; align-items: center; gap: 9px; padding: 14px 18px; color: #fff; background: var(--navy); font-weight: 700; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #64dc7c; box-shadow: 0 0 0 4px rgba(100,220,124,.16); }
.workflow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 8px; align-items: center; padding: 32px 24px; }
.workflow div { padding: 16px 8px; text-align: center; border: 1px solid var(--line); border-radius: 7px; background: var(--tint); }
.workflow strong, .workflow span { display: block; }
.workflow span { color: var(--muted); font-size: 10px; }
.workflow .flow-arrow { color: var(--purple); font-size: 17px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.metric-row div { padding: 17px 20px; }
.metric-row div + div { border-left: 1px solid var(--line); }
.metric-row span, .metric-row strong { display: block; }
.metric-row span { color: var(--muted); font-size: 10px; }
.metric-row strong { color: var(--navy); }

.section { padding: 76px 0; }
.section-tint { background: var(--tint); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { max-width: 700px; margin: 0 auto 36px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; padding: 28px 23px 25px; border: 1px solid var(--line); border-top: 3px solid var(--navy); border-radius: 7px; background: #fff; box-shadow: 0 8px 25px rgba(24,48,74,.06); }
.service-card:nth-child(2) { border-top-color: var(--purple); }
.service-card:nth-child(3) { border-top-color: var(--green); }
.service-card:nth-child(4) { border-top-color: var(--purple); }
.service-card p { margin-bottom: 0; color: var(--muted); }
.service-number { display: block; margin-bottom: 20px; color: #9caabd; font-weight: 700; }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.split-layout > div > p:last-child { color: var(--muted); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; }
.steps li:last-child { border-bottom: 0; }
.steps li > span { width: 32px; height: 32px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--navy); font-weight: 700; }
.steps strong { display: block; margin-bottom: 2px; color: var(--navy-deep); font-size: 14px; }
.steps p { margin: 0; color: var(--muted); }

.about-box { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.about-copy { padding-left: 34px; border-left: 3px solid var(--green); color: var(--muted); }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.trust-row span { padding: 6px 10px; color: var(--navy); border-radius: 4px; background: var(--tint); font-weight: 700; }

.contact-section { padding: 58px 0; color: #fff; background: linear-gradient(110deg, var(--navy-deep), var(--navy)); border-bottom: 4px solid var(--purple); }
.contact-box { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.contact-box h2 { color: #fff; }
.contact-box > div:first-child p:last-child { color: #d9e4ef; }
.contact-method { padding: 20px 24px; border: 1px solid rgba(255,255,255,.24); border-radius: 7px; background: rgba(255,255,255,.08); }
.contact-method > span { display: block; margin-bottom: 10px; font-weight: 700; }
.contact-method img { width: 472px; max-width: 100%; height: auto; margin-bottom: 7px; }
.contact-method small { color: #c7d5e4; font-size: 9px; }

.site-footer { width: 100%; padding: 35px 20px 24px; color: #dbe6f1; text-align: center; background: var(--navy-deep); }
.footer-brand { width: min(670px, 100%); margin: 0 auto 22px; padding: 12px 20px; border-radius: 6px; background: #fff; }
.footer-brand img { width: 100%; }
.site-footer p { margin: 0; font-size: 10px; }

@media (max-width: 850px) {
  .hero-grid, .split-layout, .about-box, .contact-box { grid-template-columns: 1fr; gap: 38px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .about-copy { padding: 0; border: 0; }
}

@media (max-width: 620px) {
  .content, .header-inner { width: min(100% - 28px, 1120px); }
  .header-inner { min-height: 86px; }
  .brand img { width: 90px; height: 58px; }
  .main-nav a:not(.nav-cta) { display: none; }
  .hero { padding: 60px 0; }
  .section { padding: 58px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .workflow { grid-template-columns: 1fr; }
  .workflow .flow-arrow { transform: rotate(90deg); text-align: center; }
  .metric-row { grid-template-columns: 1fr; }
  .metric-row div + div { border-top: 1px solid var(--line); border-left: 0; }
  .footer-brand { padding: 8px; }
}
