* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --primary: #09b3f0;
  --primary-dark: #0787b8;
  --ink: #102139;
  --muted: #65758b;
  --line: rgba(20, 32, 51, 0.1);
  --soft: #f6faff;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(11, 27, 44, 0.12);
}

html {
  scroll-behavior: smooth;
}

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

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

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(16, 33, 57, 0.08);
  box-shadow: 0 12px 34px rgba(15, 33, 55, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nav {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.logo {
  display: block;
  max-width: 180px;
  width: 100%;
  flex-shrink: 0;
}

.logo img {
  width: 100%;
  max-width: 180px;
  height: auto;
  object-fit: contain;
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-links a {
  color: #213049;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s ease;
  white-space: nowrap;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), #65d7f5);
  transition: width 0.3s ease;
}

.nav-links a:hover {
  color: #0688bd;
}

.nav-links a:hover::after {
  width: 100%;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 0;
  background: #0c1727;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(12, 23, 39, 0.16);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

.btn-light {
  background: #ffffff;
  color: #0c1727;
}

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

.breadcrumb-nav {
  margin-top: 64px;
  padding: 14px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.breadcrumb-nav ol {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb-nav li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb-nav li + li::before {
  content: "/";
  color: rgba(101, 117, 139, 0.64);
}

.breadcrumb-nav a {
  color: var(--ink);
}

.breadcrumb-nav [aria-current="page"] {
  color: var(--primary-dark);
}

.breadcrumb-nav + main .hero {
  padding-top: 52px;
}

.hero {
  padding: 136px 0 52px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(236, 250, 255, 0.82)),
    var(--hero-image, url("../img/68.png")) center/cover;
  color: #102139;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: end;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: #057eaf;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.08;
}

h1 {
  max-width: 790px;
  font-size: clamp(2.5rem, 7vw, 5.4rem);
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}

.service-areas-title {
  display: grid;
  gap: 6px;
  max-width: 650px;
  font-size: clamp(2rem, 3.8vw, 3.95rem);
  line-height: 0.95;
  letter-spacing: 0;
  font-weight: 900;
  text-shadow: none;
}

.service-areas-title span {
  display: block;
  white-space: nowrap;
}

.service-areas-title .service-title-badge {
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(9, 179, 240, 0.12);
  border: 1px solid rgba(9, 179, 240, 0.24);
  color: #057eaf;
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: 0 12px 28px rgba(9, 179, 240, 0.12);
}

.service-areas-title .service-title-accent {
  width: fit-content;
  background: linear-gradient(100deg, #102139 0%, #0787b8 58%, #09b3f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: none;
}

.lead {
  max-width: 710px;
  color: #405571;
  font-size: 1.08rem;
}

.hero-card,
.estimate-card,
.content-card {
  background: #ffffff;
  color: var(--ink);
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 24px;
}

.hero-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.hero-card a {
  color: var(--primary-dark);
  font-weight: 900;
}

.hero-card .btn,
.estimate-card .btn {
  color: #ffffff;
}

.hero-card .btn-light,
.estimate-card .btn-light {
  color: #0c1727;
}

.section {
  padding: 64px 0;
}

.section.alt {
  background: #ffffff;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 16px;
  color: #0f2137;
}

.section-text {
  color: var(--muted);
  max-width: 780px;
}

.areas-intro {
  max-width: 1120px;
  margin: 0 auto 28px;
}

.areas-intro .section-title {
  max-width: none;
}

.areas-intro .section-text {
  max-width: 1040px;
  margin: 0 0 8px;
  line-height: 1.7;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.internal-link-card {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  color: #102139;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(11, 27, 44, 0.06);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.internal-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(9, 179, 240, 0.35);
  box-shadow: 0 16px 30px rgba(9, 179, 240, 0.13);
}

.content-card {
  padding: 22px;
}

.content-card h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.content-card p,
.content-card li {
  color: var(--muted);
}

.content-card ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.photo {
  min-height: 360px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

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

.estimate-card {
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.estimate-card p {
  color: var(--muted);
}

.quote-section {
  background: #f7fbff;
  padding: 44px 0;
}

.quote-card {
  max-width: 900px;
  padding: 20px 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.quote-card .section-title {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  margin-bottom: 8px;
}

.quote-card .section-text {
  font-size: 0.95rem;
  line-height: 1.55;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.quote-form input,
.quote-form select {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(20, 32, 51, 0.12);
  border-radius: 12px;
  background: #f8fbfd;
  color: #142033;
  padding: 10px 13px;
  font: inherit;
  outline: none;
}

.quote-form input:focus,
.quote-form select:focus {
  border-color: rgba(9, 179, 240, 0.42);
  box-shadow: 0 0 0 4px rgba(9, 179, 240, 0.08);
  background: #ffffff;
}

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

.contact-lines {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: var(--muted);
}

.contact-lines a {
  color: var(--primary-dark);
  font-weight: 900;
}

.areas-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.area-item {
  padding: 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  color: #334154;
  font-weight: 800;
}

.county-areas {
  align-items: stretch;
  gap: 18px;
}

.area-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(11, 27, 44, 0.09);
}

.area-card h3 {
  padding: 18px 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #0c1727, #0d5f86);
  font-size: 1.12rem;
  letter-spacing: 0;
}

.area-card p {
  margin: 0;
  padding: 16px 20px 8px;
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.city-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 4px 20px 20px;
}

.city-list span {
  position: relative;
  display: block;
  min-width: 0;
  padding: 10px 10px 10px 18px;
  border-bottom: 1px solid rgba(20, 32, 51, 0.07);
  color: #334154;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.35;
}

.city-list span::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}

.area-services {
  margin: auto 20px 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(20, 32, 51, 0.08);
}

.area-services h4 {
  margin-bottom: 10px;
  color: #102139;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.area-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.area-service-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(9, 179, 240, 0.08);
  border: 1px solid rgba(9, 179, 240, 0.14);
  color: #18304f;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
}

.area-card:nth-child(5) {
  grid-column: 1 / -1;
}

.area-card:nth-child(5) .city-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-footer {
  background: #0c1727;
  color: rgba(255, 255, 255, 0.72);
  padding: 22px 0;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03), transparent);
  transform: translateX(-100%);
  animation: footerGlow 10s linear infinite;
}

@keyframes footerGlow {
  to {
    transform: translateX(100%);
  }
}

.footer-wrap {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(360px, 1.25fr) auto;
  align-items: start;
  gap: 28px;
  position: relative;
  z-index: 2;
}

.footer-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-details a {
  color: #ffffff;
  font-weight: 800;
}

.footer-details span {
  color: rgba(255, 255, 255, 0.76);
}

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

.footer-column h4 {
  color: #ffffff;
  font-size: 0.82rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer-column nav {
  display: grid;
  gap: 8px;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-column a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition: 0.3s ease;
  font-size: 0.88rem;
  font-weight: 700;
}

.footer-social a:hover {
  background: var(--primary);
  transform: translateY(-3px);
}

.footer-social span {
  transform: translateY(-1px);
  display: inline-block;
}

.service-footer-simple {
  padding: 28px 0 34px;
}

.service-footer-simple .footer-wrap {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 18px;
}

.service-footer-simple .footer-wrap > div:first-child {
  max-width: none;
}

.service-footer-simple p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.service-footer-simple .footer-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 0;
  font-size: 0.98rem;
  line-height: 1.5;
}

.service-footer-simple .footer-details a {
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 900;
  white-space: nowrap;
}

.service-footer-simple .footer-details span {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
  white-space: nowrap;
}

.service-footer-simple .footer-social {
  justify-content: flex-start;
  padding-top: 2px;
}

.service-footer-simple .footer-social a {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.08);
}

/* =========================================
   LIGHT MODERN THEME REFRESH
========================================= */
body {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 248, 254, 0.78)),
    linear-gradient(180deg, #fbfdff 0%, #f2f8fc 100%);
}

.site-header {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(20, 32, 51, 0.08);
  box-shadow: 0 10px 28px rgba(11, 27, 44, 0.08);
}

.nav-links a {
  color: #24344a;
}

.nav-links a::after {
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
}

.nav-links a:hover {
  color: var(--primary-dark);
}

.btn {
  background: #ffffff;
  color: #102139;
  border: 1px solid rgba(20, 32, 51, 0.10);
  box-shadow: 0 12px 26px rgba(11, 27, 44, 0.08);
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--primary), #35c9f5);
  border-color: rgba(9, 179, 240, 0.24);
  box-shadow: 0 16px 30px rgba(9, 179, 240, 0.20);
}

.btn-light {
  background: #ffffff;
  color: #102139;
}

.breadcrumb-nav {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(20, 32, 51, 0.08);
  box-shadow: 0 10px 24px rgba(11, 27, 44, 0.04);
}

.hero {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.78) 0%, rgba(246, 251, 255, 0.62) 45%, rgba(226, 245, 253, 0.44) 100%),
    var(--hero-image, url("../img/68.png")) center/cover;
  color: #102139;
}

.eyebrow,
.service-areas-title .service-title-badge {
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(9, 179, 240, 0.16);
  box-shadow: 0 10px 24px rgba(11, 27, 44, 0.07);
}

.hero .eyebrow {
  align-items: center;
  gap: 9px;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #0787b8 0%, #18bdf0 100%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    0 12px 28px rgba(9, 179, 240, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  text-shadow: none;
}

.hero .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.22);
  flex: 0 0 auto;
}

.service-areas-title {
  color: #102139;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 42px rgba(11, 27, 44, 0.12);
}

.service-areas-title .service-title-accent {
  color: #102139;
  background: none;
  -webkit-text-fill-color: currentColor;
  filter: none;
}

.lead {
  color: #40536b;
  font-weight: 700;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 26px rgba(255, 255, 255, 0.42);
}

.hero-card,
.estimate-card,
.content-card,
.quote-card,
.area-item,
.area-card,
.internal-link-card {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(20, 32, 51, 0.08);
  box-shadow: 0 18px 42px rgba(11, 27, 44, 0.08);
}

.section,
.quote-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(236, 248, 254, 0.58)),
    linear-gradient(180deg, #fbfdff 0%, #f3f8fc 100%);
}

.section.alt {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 250, 254, 0.72)),
    #ffffff;
}

.area-card h3 {
  color: #102139;
  background: linear-gradient(135deg, #ffffff 0%, #e7f7fe 100%);
  border-bottom: 1px solid rgba(20, 32, 51, 0.08);
}

.area-card p {
  color: #40536b;
}

.area-service-list span {
  background: rgba(9, 179, 240, 0.08);
  border-color: rgba(9, 179, 240, 0.14);
  color: #18304f;
}

.site-footer,
.service-footer-simple {
  background: #f8fbfe;
  color: #52647a;
  border-top: 1px solid rgba(20, 32, 51, 0.08);
}

.site-footer::before {
  background: linear-gradient(90deg, transparent, rgba(9, 179, 240, 0.08), transparent);
}

.footer-details a,
.footer-column h4,
.service-footer-simple .footer-details a {
  color: #102139;
}

.footer-details span,
.footer-column a,
.service-footer-simple p,
.service-footer-simple .footer-details span {
  color: #52647a;
}

.footer-column a:hover {
  color: var(--primary-dark);
}

.footer-social a,
.service-footer-simple .footer-social a {
  background: #ffffff;
  color: var(--primary-dark);
  box-shadow: 0 10px 22px rgba(11, 27, 44, 0.08);
}

@media (max-width: 900px) {
  .nav,
  .estimate-card,
  .footer-wrap {
    align-items: flex-start;
  }

  .nav {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
  }

  .nav-links {
    display: grid;
    gap: 10px;
  }

  .nav-actions {
    justify-content: flex-start;
  }

  .breadcrumb-nav {
    margin-top: 218px;
  }

  .hero {
    padding-top: 245px;
  }

  .breadcrumb-nav + main .hero {
    padding-top: 44px;
  }

  .hero-grid,
  .two-col,
  .grid,
  .link-grid,
  .quote-form,
  .areas-list {
    grid-template-columns: 1fr;
  }

  .service-areas-title {
    font-size: clamp(1.9rem, 8.4vw, 3.1rem);
  }

  .service-areas-title span {
    white-space: normal;
  }

  .footer-wrap,
  .footer-directory {
    grid-template-columns: 1fr;
  }

  .footer-details,
  .footer-social {
    justify-content: flex-start;
  }

  .service-footer-simple .footer-wrap,
  .service-footer-simple .footer-details {
    grid-template-columns: 1fr;
  }

  .service-footer-simple .footer-details {
    display: grid;
    gap: 10px;
  }

  .service-footer-simple .footer-details span,
  .service-footer-simple .footer-details a {
    white-space: normal;
  }

  .service-footer-simple .footer-social {
    justify-content: flex-start;
  }

  .area-card:nth-child(5) {
    grid-column: auto;
  }

  .city-list,
  .area-card:nth-child(5) .city-list {
    grid-template-columns: 1fr;
  }
}
