:root {
  --ink: #102031;
  --ink-strong: #07131f;
  --navy: #0b2339;
  --navy-soft: #123652;
  --paper: #f4f6f2;
  --surface: #ffffff;
  --surface-soft: #e9eee8;
  --line: #d2dbd4;
  --green: #2f8b46;
  --green-dark: #216b35;
  --green-pale: #dcebdd;
  --muted: #5c6a72;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(11, 35, 57, 0.09);
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;
  --content: 1120px;
  --primary: var(--green-dark);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body::before {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--green);
  content: "";
}

a {
  color: var(--green-dark);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--navy);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #75bf83;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 16px;
  transform: translateY(-160%);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--ink-strong);
  padding: 10px 14px;
  font-weight: 800;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 40px), var(--content));
  max-width: var(--content);
  margin: 0 auto;
  padding: 0;
}

nav.site-nav {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 88px;
  gap: 28px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink-strong);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-decoration: none;
}

.brand:hover {
  color: var(--ink-strong);
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--radius-sm);
  background: var(--green-dark);
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

nav.site-nav .nav-links a {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green-dark);
  border-radius: var(--radius-sm);
  background: var(--green-dark);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 850;
  padding: 8px 15px;
  text-decoration: none;
}

.nav-cta:hover {
  border-color: #174f27;
  background: #174f27;
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
}

header {
  position: relative;
  overflow: hidden;
  margin: 42px 0 0;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--navy);
  color: var(--white);
  padding: clamp(42px, 8vw, 88px) clamp(24px, 6vw, 72px);
  box-shadow: var(--shadow);
}

header::after {
  position: absolute;
  right: -86px;
  bottom: -115px;
  width: 300px;
  height: 300px;
  border: 52px solid rgba(123, 201, 137, 0.16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

header h1 {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 0 16px;
  color: var(--white);
  font-size: clamp(2.2rem, 5.8vw, 4.55rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

header h1 span {
  display: block;
  color: #89d096;
}

.subtitle,
.tagline {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 0 28px;
  color: #d3dde4;
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.55;
}

.eyebrow,
header .eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #91d19d;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cta,
.cta-phone,
.cta.secondary {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin: 8px 8px 0 0;
  border: 1px solid var(--green-dark);
  border-radius: var(--radius-sm);
  background: var(--green-dark);
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
  padding: 13px 19px;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.cta:hover,
.cta-phone:hover {
  border-color: #174f27;
  background: #174f27;
  color: var(--white);
  transform: translateY(-1px);
}

.cta.secondary,
.cta-phone {
  border-color: var(--green-dark);
  background: transparent;
  color: var(--green-dark);
}

header .cta.secondary,
header .cta-phone {
  border-color: rgba(255, 255, 255, 0.46);
  color: var(--white);
}

section {
  padding: clamp(42px, 7vw, 72px) 0;
  border-bottom: 1px solid var(--line);
}

section:last-of-type {
  border-bottom: 0;
}

.cta-panel {
  margin: 20px 0 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  padding: 42px 24px !important;
}

.cta-panel > h2,
.cta-panel > p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cta-panel > h2::before {
  margin-right: auto;
  margin-left: auto;
}

.cta-panel {
  text-align: center;
}

section > h2 {
  max-width: 820px;
  margin: 0 0 22px;
  color: var(--ink-strong);
  font-size: clamp(1.7rem, 3.5vw, 2.65rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

section > h2::before {
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 16px;
  border-radius: 2px;
  background: var(--green);
  content: "";
}

h3 {
  color: var(--ink-strong);
  line-height: 1.25;
}

p {
  max-width: 850px;
  margin: 0 0 17px;
  color: var(--muted);
}

strong {
  color: var(--ink-strong);
}

ul,
ol {
  max-width: 880px;
  margin: 0 0 18px;
  padding-left: 1.35rem;
  color: var(--muted);
}

li {
  margin-bottom: 10px;
  padding-left: 4px;
}

li::marker {
  color: var(--green);
  font-weight: 900;
}

.grid,
.services,
.areas,
.trust,
.cities,
.methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.card,
.service,
.area,
.city,
.method,
.faq,
.trust-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 24px;
  text-align: left;
  box-shadow: 0 1px 0 rgba(11, 35, 57, 0.03);
}

a > .service,
a > .area,
a > .city,
a > .card {
  height: 100%;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.services > a,
.areas > a,
.cities > a,
.grid > a {
  color: inherit;
  text-decoration: none;
}

a:hover > .service,
a:hover > .area,
a:hover > .city,
a:hover > .card {
  border-color: #92b99a;
  box-shadow: 0 12px 30px rgba(11, 35, 57, 0.08);
  transform: translateY(-2px);
}

.card::before,
.service::before,
.area::before,
.city::before,
.method::before,
.trust-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--green);
  content: "";
}

.card h3,
.service h3,
.area strong,
.city h3,
.method h3,
.trust-item h3,
.faq h3 {
  margin: 0 0 7px;
  color: var(--ink-strong);
  font-size: 1.02rem;
}

.area strong {
  display: block;
  margin-bottom: 4px;
}

.card p,
.service p,
.area span,
.city p,
.method p,
.trust-item p,
.faq p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

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

.trust-item .icon {
  display: none;
}

.notice,
.note,
blockquote {
  margin: 0;
  border: 1px solid #b9d5be;
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
  background: var(--green-pale);
  color: var(--ink);
  padding: 24px 26px;
}

.notice h2 {
  margin-top: 0;
}

blockquote {
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  font-weight: 750;
}

.fine-print {
  font-size: 0.9rem;
}

.reference-intro {
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  padding: clamp(30px, 5vw, 48px);
}

.reference-intro > h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.reference-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.reference-links a {
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  padding: 18px;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.reference-links a:hover {
  border-color: #92b99a;
  color: var(--ink);
  transform: translateY(-2px);
}

.reference-links strong,
.reference-links span {
  display: block;
}

.reference-links span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.86rem;
}

.update-list {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.update-entry {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.update-entry:first-child {
  border-top: 0;
  padding-top: 0;
}

.update-entry time {
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.update-entry h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.update-entry p {
  margin-bottom: 10px;
}

.source-note {
  border: 1px solid #b9d5be;
  border-radius: var(--radius);
  background: var(--green-pale);
  padding: 22px 24px;
}

.source-note p:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-collapse: separate;
  border-radius: var(--radius);
  border-spacing: 0;
  background: var(--surface);
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  text-align: left;
}

th {
  background: var(--navy);
  color: var(--white);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.reviewed {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 7px 11px;
  text-transform: uppercase;
}

.reviewed::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

footer.site-footer {
  margin-top: 24px;
  border: 0;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: var(--navy);
  color: #cbd7de;
  padding: 42px clamp(22px, 5vw, 48px);
  text-align: left;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 34px;
}

.footer-heading {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 850;
}

footer.site-footer p {
  color: #b9c8d1;
  font-size: 0.86rem;
}

footer.site-footer a {
  display: block;
  margin-bottom: 8px;
  color: #d8e4e9;
  text-decoration: none;
}

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

.footer-meta {
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 20px;
}

.footer-meta p {
  margin: 0;
}

@media (max-width: 920px) {
  nav.site-nav {
    grid-template-columns: 1fr auto;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-cta {
    display: none;
  }

  .nav-links {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
    padding: 8px;
  }

  .nav-links.is-open {
    display: flex;
  }

  nav.site-nav .nav-links a {
    border-radius: var(--radius-sm);
    padding: 12px;
  }

  nav.site-nav .nav-links a:hover {
    background: var(--surface-soft);
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 28px), var(--content));
  }

  nav.site-nav {
    min-height: 76px;
  }

  .brand small {
    display: none;
  }

  header {
    margin-top: 24px;
    padding: 42px 24px;
  }

  header h1 {
    font-size: clamp(2.1rem, 11vw, 3.15rem);
  }

  .grid,
  .services,
  .areas,
  .trust,
  .cities,
  .methods,
  .reference-links,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .update-entry {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cta,
  .cta-phone,
  .cta.secondary {
    width: 100%;
    margin-right: 0;
  }

  section {
    padding: 44px 0;
  }

  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
