:root {
  --ink: #17202a;
  --muted: #5f6d7a;
  --line: #d9e1e8;
  --paper: #fbfcf8;
  --surface: #ffffff;
  --steel: #213f63;
  --navy: #193866;
  --blue: #145c9e;
  --gold: #d8992c;
  --green: #477263;
  --shadow: 0 20px 45px rgba(23, 32, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(251, 252, 248, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px clamp(18px, 5vw, 64px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: flex;
  font-weight: 800;
  gap: 12px;
  letter-spacing: 0;
}

.brand img {
  border-radius: 8px;
  height: 56px;
  object-fit: contain;
  width: 56px;
}

nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 3vw, 28px);
  font-size: 0.94rem;
  font-weight: 700;
}

nav a {
  color: var(--muted);
}

nav a:hover {
  color: var(--blue);
}

.hero,
.section,
.quick-points,
footer {
  margin-inline: auto;
  max-width: 1160px;
  padding-inline: clamp(18px, 5vw, 64px);
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 72px);
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  min-height: calc(100vh - 76px);
  padding-block: clamp(44px, 8vw, 96px);
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2 {
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

h1 {
  color: var(--steel);
  font-size: clamp(2.45rem, 7vw, 5.7rem);
  max-width: 900px;
}

h2 {
  color: var(--steel);
  font-size: clamp(2rem, 4.5vw, 3.7rem);
}

.lead {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.26rem);
  margin: 26px 0 0;
  max-width: 700px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
}

.button.primary {
  background: var(--blue);
  color: #fff;
}

.button.primary:hover {
  background: #0f4f89;
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--steel);
}

.button.secondary:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.hero-panel {
  background:
    linear-gradient(135deg, rgba(25, 56, 102, 0.98), rgba(20, 92, 158, 0.9)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 18px);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: #fff;
  display: grid;
  gap: 24px;
  min-height: 430px;
  padding: clamp(24px, 4vw, 38px);
}

.hero-panel img {
  align-self: start;
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
  height: auto;
  justify-self: center;
  object-fit: contain;
  width: min(68vw, 280px);
}

.hero-panel div {
  align-self: end;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 22px;
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel strong {
  font-size: 1.4rem;
  line-height: 1.2;
}

.hero-panel span {
  color: rgba(255, 255, 255, 0.82);
  margin-top: 10px;
}

.quick-points {
  border-block: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 0;
}

.quick-points div {
  background: var(--surface);
  min-height: 156px;
  padding: 28px;
}

.quick-points strong,
.quick-points span {
  display: block;
}

.quick-points strong {
  color: var(--steel);
  font-size: 1.1rem;
  line-height: 1.2;
}

.quick-points span {
  color: var(--muted);
  margin-top: 10px;
}

.section {
  padding-block: clamp(64px, 9vw, 110px);
}

.split {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.content p,
.service-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0;
}

.content p + p {
  margin-top: 18px;
}

.service-band {
  align-items: center;
  background: var(--surface);
  border-block: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  max-width: none;
}

.service-band > * {
  margin-inline: auto;
  max-width: 520px;
  width: 100%;
}

.service-copy p:last-child {
  margin-top: 20px;
}

.service-list {
  display: grid;
  gap: 12px;
}

.service-list span {
  background: var(--paper);
  border-left: 5px solid var(--gold);
  border-radius: 6px;
  color: var(--steel);
  font-weight: 800;
  padding: 18px 20px;
}

.contact {
  align-items: start;
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
}

.contact-actions {
  display: grid;
  gap: 14px;
}

.contact-actions a {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: block;
  padding: 22px;
}

.contact-actions a:hover {
  border-color: var(--blue);
  box-shadow: 0 16px 28px rgba(20, 92, 158, 0.1);
}

.contact-actions span,
.contact-actions strong {
  display: block;
}

.contact-actions span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.contact-actions strong {
  color: var(--blue);
  overflow-wrap: anywhere;
}

footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 0.92rem;
  gap: 16px;
  justify-content: space-between;
  padding-block: 28px;
}

footer span:first-child {
  color: var(--steel);
  font-weight: 800;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
  }

  nav {
    width: 100%;
  }

  .hero,
  .split,
  .service-band,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-panel {
    min-height: 360px;
  }

  .quick-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .brand span {
    font-size: 0.96rem;
  }

  nav {
    font-size: 0.88rem;
    justify-content: space-between;
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .quick-points div {
    min-height: 0;
    padding: 22px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
