:root {
  --navy: #071c2b;
  --navy-soft: #102c3d;
  --teal: #10a6a1;
  --teal-dark: #087d7b;
  --mist: #eef5f4;
  --white: #fff;
  --ink: #10242f;
  --muted: #5e6f77;
  --line: #dbe5e6;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: #fff; }
.skip-link:focus { top: 1rem; }

.site-header {
  height: 82px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--navy); text-decoration: none; font-size: 1.17rem; letter-spacing: -.02em; }
.brand strong { color: var(--teal-dark); }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); }
.brand-mark svg { width: 28px; height: 28px; fill: none; stroke: #fff; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
nav { display: flex; gap: 2rem; margin-left: auto; }
nav a { font-size: .94rem; font-weight: 650; text-decoration: none; }
nav a:hover { color: var(--teal-dark); }
.header-call { text-decoration: none; border-left: 1px solid var(--line); padding-left: 1.8rem; color: var(--teal-dark); font-weight: 750; }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; background: var(--navy); color: #fff; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,30,.94) 0%, rgba(3,19,30,.82) 32%, rgba(3,19,30,.22) 65%, rgba(3,19,30,.05) 100%); }
.hero-content { position: relative; width: min(var(--max), calc(100% - 3rem)); margin: 0 auto; padding: 5rem 0; }
.hero-content > * { max-width: 650px; }
.eyebrow { margin: 0 0 1.2rem; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 800; color: #8ee4df; }
.eyebrow span { display: inline-block; width: 22px; height: 2px; margin-right: .65rem; vertical-align: middle; background: var(--teal); }
.eyebrow.dark { color: var(--teal-dark); }
.eyebrow.light { color: #8ee4df; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.5rem; max-width: 720px !important; font-size: clamp(3rem, 6vw, 5.35rem); line-height: .98; letter-spacing: -.055em; font-weight: 780; }
.hero-copy { margin-bottom: 2rem; font-size: clamp(1.06rem, 2vw, 1.25rem); line-height: 1.65; color: #dbe8eb; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: .75rem 1.4rem; border: 1px solid rgba(255,255,255,.48); text-decoration: none; font-weight: 750; transition: .2s ease; }
.button-primary { border-color: var(--teal); background: var(--teal); color: #03171f; }
.button-primary:hover { background: #32c0ba; border-color: #32c0ba; transform: translateY(-2px); }
.button-secondary:hover { background: rgba(255,255,255,.12); }
.coverage-note { margin: 1.45rem 0 0; color: #bed0d6; font-size: .88rem; }

.trust-strip { max-width: var(--max); margin: -48px auto 0; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); background: #fff; box-shadow: 0 18px 55px rgba(6,31,46,.12); }
.trust-strip > div { display: flex; gap: 1rem; padding: 1.5rem 1.8rem; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip span { color: var(--teal-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.trust-strip p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.trust-strip strong { display: block; color: var(--ink); font-size: .96rem; }

.section { max-width: var(--max); margin: 0 auto; padding: 8rem 1.5rem; }
.section-heading { display: grid; grid-template-columns: .7fr 1.45fr 1fr; align-items: start; gap: 3.2rem; margin-bottom: 3.5rem; }
.section-heading h2, .areas h2, .process h2, .contact h2 { margin-bottom: 0; font-size: clamp(2.25rem, 4vw, 3.55rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:last-child, .areas-copy > p:last-child { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 220px; padding: 2rem; display: flex; gap: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.service-card.featured { background: var(--mist); }
.service-number { color: var(--teal-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.service-card h3 { margin-bottom: .8rem; font-size: 1.28rem; line-height: 1.25; }
.service-card p { margin-bottom: 0; color: var(--muted); }

.process { background: var(--navy); color: #fff; }
.process-inner { max-width: var(--max); margin: 0 auto; padding: 7rem 1.5rem; display: grid; grid-template-columns: .9fr 1.2fr; gap: 7rem; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 1rem; padding: 1.55rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.steps > li > span { width: 34px; height: 34px; border: 1px solid var(--teal); color: #8ee4df; border-radius: 50%; display: grid; place-items: center; font-size: .8rem; font-weight: 800; }
.steps h3 { margin-bottom: .3rem; font-size: 1.06rem; }
.steps p { margin-bottom: 0; color: #afc3ca; }

.areas { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; align-items: center; }
.areas-copy h2 { margin-bottom: 1.3rem; }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.area-list span { padding: 1rem .25rem; border-bottom: 1px solid var(--line); font-weight: 720; }
.area-list span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 .8rem .1rem 0; border-radius: 50%; background: var(--teal); }

.contact { padding: 4.5rem max(1.5rem, calc((100% - var(--max)) / 2)); background: var(--teal-dark); color: #fff; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 4rem; }
.contact-actions { display: grid; gap: .8rem; }
.contact-actions a { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.45); text-decoration: none; font-size: clamp(1rem, 2.1vw, 1.25rem); font-weight: 760; overflow-wrap: anywhere; }
.contact-actions small { display: block; margin-bottom: .15rem; color: #bce9e7; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }

footer { max-width: var(--max); margin: 0 auto; padding: 2rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: var(--muted); font-size: .84rem; }
footer p { margin: 0; }
.footer-brand { font-size: 1rem; }
.footer-brand .brand-mark { width: 34px; height: 34px; }
.footer-brand .brand-mark svg { width: 24px; height: 24px; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { min-height: 650px; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,19,30,.93), rgba(3,19,30,.58)); }
  .trust-strip { margin: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading .eyebrow { margin-bottom: .3rem; }
  .process-inner, .areas { grid-template-columns: 1fr; gap: 3.5rem; }
  .contact { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 640px) {
  body { padding-bottom: 64px; }
  .site-header { height: 70px; padding: 0 1rem; }
  .brand { font-size: 1.02rem; }
  .brand-mark { width: 35px; height: 35px; }
  .header-call { display: none; }
  .hero { min-height: 620px; align-items: end; }
  .hero > img { object-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,19,30,.98) 0%, rgba(3,19,30,.86) 54%, rgba(3,19,30,.2) 100%); }
  .hero-content { width: calc(100% - 2rem); padding: 3rem 0; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { display: grid; }
  .trust-strip { grid-template-columns: 1fr; box-shadow: none; }
  .trust-strip > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 1.2rem 1rem; }
  .section { padding: 5rem 1rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 1.5rem; }
  .process-inner { padding: 5rem 1rem; }
  .area-list { grid-template-columns: 1fr; }
  .contact { padding: 4rem 1rem; }
  footer { padding: 2rem 1rem; flex-direction: column; align-items: flex-start; gap: .5rem; }
  footer > p:nth-of-type(1) { display: none; }
  .mobile-actions { position: fixed; bottom: 0; left: 0; right: 0; z-index: 20; display: grid; grid-template-columns: 1fr 1fr; min-height: 64px; box-shadow: 0 -5px 20px rgba(0,0,0,.16); }
  .mobile-actions a { display: grid; place-items: center; text-decoration: none; font-weight: 800; background: var(--navy); color: #fff; }
  .mobile-actions a:last-child { background: var(--teal); color: var(--navy); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
