:root {
  --navy: #12324a;
  --navy-dark: #0c2234;
  --green: #155143;
  --green-soft: #e9f2ee;
  --teal: #1f7a73;
  --gold: #c99a3f;
  --gold-soft: #f6ecd8;
  --paper: #ffffff;
  --mist: #f5f7f8;
  --line: rgba(18, 50, 74, 0.14);
  --ink: #17212b;
  --muted: #5c6a76;
  --shadow: 0 22px 55px rgba(18, 50, 74, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 13px 14px;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 750;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--navy-dark);
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 20px;
  font-size: clamp(2.45rem, 5.8vw, 5rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.8vw, 3.45rem);
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

p {
  color: var(--muted);
}

ul,
ol {
  margin-top: 0;
  padding-left: 1.25rem;
  color: var(--muted);
}

li + li {
  margin-top: 7px;
}

.shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(20px, 4vw, 46px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img,
.footer-brand img {
  width: 64px;
  height: 58px;
  object-fit: contain;
  border-radius: 0;
}

.brand strong,
.footer-brand strong {
  display: block;
  color: var(--navy-dark);
  font-size: 1.03rem;
  line-height: 1.1;
}

.brand em,
.footer-brand em {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #34485a;
  font-size: 0.93rem;
  font-weight: 740;
}

.site-nav a {
  padding: 8px 0;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--teal);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quick-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 850;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: min(684px, calc(100svh - 108px));
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-media,
.hero::after {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(12, 34, 52, 0.94) 0%, rgba(18, 50, 74, 0.82) 42%, rgba(21, 81, 67, 0.34) 100%),
    linear-gradient(0deg, rgba(12, 34, 52, 0.76) 0%, rgba(12, 34, 52, 0.05) 62%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 74px 0 42px;
}

.hero h1,
.hero p {
  color: #fff;
}

.hero-copy {
  max-width: 780px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: clamp(1.06rem, 2vw, 1.28rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 3px;
  background: currentColor;
}

.eyebrow.dark {
  color: var(--green);
}

.actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  line-height: 1.15;
}

.button.primary {
  background: var(--gold);
  color: #111;
}

.button.primary:hover {
  background: #d9ad55;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.button.secondary.dark {
  border-color: var(--line);
  color: var(--navy);
  background: #fff;
}

.button.ghost {
  border-color: rgba(18, 50, 74, 0.2);
  color: var(--navy);
  background: transparent;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 1040px;
  margin-top: 38px;
}

.trust-strip span,
.badge-list span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 800;
}

.trust-strip span::before,
.badge-list span::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.section {
  padding: clamp(66px, 9vw, 104px) 0;
}

.section.compact {
  padding: clamp(46px, 7vw, 76px) 0;
}

.section.mist {
  background: var(--mist);
}

.section.green {
  background: var(--green);
  color: #fff;
}

.section.green h2,
.section.green h3,
.section.green p,
.section.green li {
  color: #fff;
}

.section.gold {
  background: var(--gold-soft);
}

.intro-grid,
.split-grid,
.contact-grid,
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.lead {
  max-width: 820px;
  color: #41505d;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 32px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading.centered .eyebrow::before {
  display: none;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.info-card,
.step-card,
.contact-card,
.form-panel,
.download-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(18, 50, 74, 0.07);
}

.service-card,
.info-card,
.step-card,
.contact-card {
  padding: 22px;
}

.service-card {
  display: grid;
  gap: 16px;
}

.icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--green-soft);
  color: var(--green);
}

.icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.service-card p,
.info-card p,
.step-card p,
.contact-card p {
  margin-bottom: 0;
}

.stats-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  padding: clamp(34px, 5vw, 54px);
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
}

.stats-band h2,
.stats-band p {
  color: #fff;
}

.stat-number {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: clamp(3.1rem, 7vw, 6.2rem);
  font-weight: 900;
  line-height: 0.9;
}

.badge-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.step-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.timeline {
  display: grid;
  gap: 12px;
  counter-reset: timeline;
  list-style: none;
  padding: 0;
}

.timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
}

.timeline li::before {
  counter-increment: timeline;
  content: counter(timeline);
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}

.wide-list {
  columns: 2;
  column-gap: 40px;
}

.page-hero {
  padding: clamp(60px, 9vw, 100px) 0 clamp(48px, 7vw, 78px);
  background:
    linear-gradient(135deg, rgba(21, 81, 67, 0.94), rgba(18, 50, 74, 0.96)),
    var(--navy);
  color: #fff;
}

.page-hero h1,
.page-hero p {
  color: #fff;
}

.page-hero .lead {
  max-width: 870px;
  color: rgba(255, 255, 255, 0.83);
}

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

.service-row {
  display: grid;
  grid-template-columns: minmax(190px, 0.38fr) minmax(0, 1fr);
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.service-row h2 {
  margin-bottom: 0;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  padding: 0;
  list-style: none;
}

.check-grid li {
  position: relative;
  margin: 0;
  padding-left: 24px;
}

.check-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.form-panel,
.download-panel {
  padding: clamp(22px, 4vw, 34px);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 1.3em;
  margin: 10px 0 0;
  color: var(--green);
  font-weight: 750;
}

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

.contact-card a {
  color: var(--teal);
  font-weight: 830;
}

.map-panel {
  min-height: 320px;
  display: grid;
  align-content: end;
  padding: 24px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(18, 50, 74, 0.06), rgba(31, 122, 115, 0.16)),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(18, 50, 74, 0.07) 35px),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(18, 50, 74, 0.07) 35px);
  border: 1px solid var(--line);
}

.map-pin {
  width: min(360px, 100%);
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.authority-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 8px;
  background: var(--navy-dark);
  color: #fff;
}

.cta-band h2,
.cta-band p {
  color: #fff;
}

.site-footer {
  padding: 54px 0 28px;
  background: #0c2234;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer h3,
.site-footer strong {
  color: #fff;
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: rgba(255, 255, 255, 0.74);
}

.site-footer ul {
  list-style: none;
  padding: 0;
}

.site-footer li + li {
  margin-top: 8px;
}

.site-footer a:hover {
  color: #fff;
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 1fr 1.1fr;
  gap: 30px;
}

.footer-brand img {
  padding: 6px;
  border-radius: 8px;
  background: #fff;
}

.footer-brand em {
  color: rgba(255, 255, 255, 0.64);
}

.footer-disclaimer {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.88rem;
}

.footer-credit {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  font-weight: 750;
}

.footer-credit a {
  color: inherit;
}

.footer-credit a:hover {
  color: #fff;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--gold);
  color: #111;
  font-weight: 850;
}

.skip-link:focus {
  top: 16px;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .header-actions {
    justify-self: end;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 78px 0 auto 0;
    display: none;
    justify-self: stretch;
    grid-column: 1 / -1;
    padding: 18px 20px 24px;
    border-bottom: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: grid;
    gap: 12px;
  }

  .site-nav a {
    padding: 10px 0;
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 32px, 1160px);
  }

  .quick-call {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 74px 0 40px;
  }

  .trust-strip,
  .card-grid,
  .card-grid.three,
  .path-grid,
  .badge-list,
  .intro-grid,
  .split-grid,
  .stats-band,
  .contact-grid,
  .footer-grid,
  .cta-band,
  .service-row {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .wide-list {
    columns: 1;
  }

  .stats-band,
  .cta-band {
    padding: 26px;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 72px;
    padding: 12px 16px;
  }

  .brand img {
    width: 52px;
    height: 48px;
  }

  .brand strong {
    font-size: 0.96rem;
  }

  .brand em {
    font-size: 0.68rem;
  }

  .site-nav {
    inset: 72px 0 auto 0;
  }

  .hero-actions,
  .actions,
  .authority-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .timeline li {
    grid-template-columns: 1fr;
  }
}
