:root {
  --navy: #0a1e3d;
  --lake: #0d47a1;
  --horizon: #1e88e5;
  --teal: #00a5a3;
  --mist: #e8f4fa;
  --white: #ffffff;
  --ink: #07152f;
  --muted: #5d6b82;
  --line: #d8e5ef;
  --shadow: 0 18px 44px rgba(10, 30, 61, 0.13);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 10;
  background: var(--white);
  color: var(--navy);
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  z-index: 5;
  background: transparent;
  border: 0;
}

.nav,
.hero-grid,
.section,
.cta-section,
.footer {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  width: min(1068px, calc(100% - 88px));
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.05;
}

.brand img {
  width: 46px;
  height: 46px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.nav-links a,
.footer-links a {
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--teal);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--lake);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--lake), #0758be);
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(13, 71, 161, 0.2);
}

.button:hover {
  transform: translateY(-1px);
}

.button-small {
  background: linear-gradient(135deg, var(--teal), #04b8b5);
  border-color: var(--teal);
  min-height: 42px;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
}

.button-outline {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: none;
}

.hero {
  position: relative;
  width: min(1160px, calc(100% - 40px));
  margin: 20px auto 0;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 78% 22%, rgba(30, 136, 229, 0.26), transparent 22rem),
    linear-gradient(116deg, rgba(0, 165, 163, 0) 0 58%, rgba(0, 165, 163, 0.2) 82%, rgba(0, 165, 163, 0.5) 100%),
    linear-gradient(135deg, #061833 0%, var(--navy) 48%, #0a6f8a 100%);
  color: var(--white);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(10, 30, 61, 0.18);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  left: 27%;
  right: -9%;
  height: 170px;
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  bottom: -35px;
  background:
    linear-gradient(180deg, rgba(30, 136, 229, 0.92), rgba(13, 71, 161, 0.68));
  transform: rotate(-8deg);
}

.hero::after {
  bottom: -74px;
  background: linear-gradient(180deg, rgba(0, 165, 163, 0.9), rgba(0, 165, 163, 0.56));
  transform: rotate(-5deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 520px;
  display: block;
  padding: 7.35rem 2.1rem 4.15rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.hero h1,
.section h2,
.cta-section h2 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(2.8rem, 5.7vw, 5.35rem);
}

.hero-lede {
  max-width: 820px;
  margin: 1.4rem 0 0;
  color: #dcecff;
  font-size: 1.13rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--horizon);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.hero .eyebrow {
  color: #9fe7ff;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.hero-actions .button:first-child {
  background: var(--white);
  border-color: var(--white);
  color: var(--lake);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.trust-row {
  color: #c9e1f7;
  gap: 1.4rem;
  font-weight: 700;
  font-size: 0.95rem;
}

.trust-row span {
  position: relative;
  padding-left: 0.9rem;
}

.trust-row span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--teal);
}

.section {
  padding: 5.75rem 0;
}

.section-tinted {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1160px) / 2));
  padding-right: max(20px, calc((100% - 1160px) / 2));
  background: var(--mist);
}

.section-narrow {
  max-width: 850px;
}

.section h2,
.cta-section h2 {
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.section p {
  color: var(--muted);
  font-size: 1.05rem;
}

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

.section-actions {
  margin-top: 1.4rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.service-card {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-card-wide {
  grid-column: span 2;
}

.service-card h3,
.process h3 {
  margin: 0 0 0.5rem;
  color: var(--navy);
  font-size: 1.28rem;
  line-height: 1.2;
}

.service-card h3 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.service-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: var(--lake);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card p,
.service-card ul {
  color: var(--muted);
}

.service-card ul {
  padding-left: 1.15rem;
  margin: 1rem 0 0;
}

.services-cta {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.process div {
  padding-top: 1.2rem;
  border-top: 3px solid var(--horizon);
}

.process span {
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 900;
}

.process p {
  margin-bottom: 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 3rem;
  align-items: start;
}

.industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.industry-list span {
  padding: 0.72rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: #203655;
  font-weight: 800;
}

.local-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 1.45rem;
}

.local-card h3 {
  margin: 0 0 0.55rem;
  color: var(--navy);
  font-size: 1.28rem;
  line-height: 1.2;
}

.local-card p {
  margin: 0;
}

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

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 1.1rem 1.25rem;
}

.faq-item h3 {
  margin: 0 0 0.55rem;
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 850;
}

.faq-item p {
  margin-bottom: 0;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 4rem 0;
}

.cta-section .eyebrow {
  color: var(--lake);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-brand {
  margin-bottom: 0.8rem;
  color: var(--navy);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  color: #203655;
  font-weight: 750;
}

@media (max-width: 860px) {
  .nav {
    min-height: auto;
    padding: 0.8rem 0;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 0.8rem;
    overflow-x: auto;
    padding-top: 0.35rem;
  }

  .hero-grid,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 10.5rem;
    gap: 2.5rem;
  }

  .service-grid,
  .faq-grid,
  .process {
    grid-template-columns: 1fr;
  }

  .service-card-wide {
    grid-column: auto;
  }

  .cta-section,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    top: 26px;
  }

  .nav,
  .hero-grid,
  .section,
  .cta-section,
  .footer {
    width: min(100% - 28px, 1160px);
  }

  .nav {
    width: min(100% - 40px, 1160px);
  }

  .brand span {
    font-size: 0.9rem;
  }

  .nav-links {
    font-size: 0.88rem;
    justify-content: flex-start;
    gap: 1.45rem;
    overflow-x: visible;
  }

  .hero-grid {
    padding: 10.4rem 1.55rem 3.4rem;
  }

  .nav .button-small {
    display: none;
  }

  .hero h1 {
    font-size: 2.55rem;
  }

  .hero-lede {
    font-size: 1.05rem;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 4rem 0;
  }

  .section-tinted {
    padding-left: 14px;
    padding-right: 14px;
  }
}
