:root {
  --bg: #f5f7f6;
  --surface: #ffffff;
  --surface-strong: #f0f5f3;
  --text: #17211d;
  --muted: #5d6e65;
  --primary: #0e746d;
  --primary-strong: #0a5a55;
  --secondary: #11352f;
  --accent: #dce9e2;
  --border: #d6e3db;
  --ring: #7ad4c0;
  --shadow-sm: 0 8px 22px rgba(12, 32, 23, 0.06);
  --shadow-md: 0 16px 36px rgba(12, 34, 24, 0.1);
  --radius: 16px;
  --radius-lg: 24px;
  --max: 1160px;
}

body.theme-coastal {
  --primary: #1f7a8c;
  --primary-strong: #135d6d;
  --secondary: #1d3557;
  --ring: #7cc9dd;
}

body.theme-urban {
  --primary: #2f5d50;
  --primary-strong: #21463c;
  --secondary: #1f2a37;
  --ring: #8bb5a5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  line-height: 1.58;
  background:
    radial-gradient(circle at 95% -15%, rgba(19, 117, 104, 0.16), transparent 45%),
    radial-gradient(circle at -10% 55%, rgba(20, 52, 46, 0.08), transparent 38%),
    var(--bg);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(rgba(19, 47, 35, 0.03) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 62%);
}

img {
  max-width: 100%;
  display: block;
  border-radius: var(--radius);
}

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

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 999;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--surface);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 100;
  background: transparent;
}

#scroll-progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #0f736c, #25a692);
  box-shadow: 0 0 12px rgba(20, 138, 118, 0.55);
}

.announcement-bar {
  background: linear-gradient(90deg, #113930, #0f5f53);
  color: #ecf7f2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.announcement-bar[hidden] {
  display: none !important;
}

.announcement-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding-block: 0.45rem;
}

.announcement-inner p {
  font-size: 0.86rem;
  font-weight: 600;
}

.announcement-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.announcement-link {
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 0.22rem 0.58rem;
}

.announcement-close {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 8px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.container {
  width: min(var(--max), 92vw);
  margin-inline: auto;
}

.section {
  padding: clamp(3rem, 6vw, 4.8rem) 0;
}

.section.alt {
  background: linear-gradient(180deg, #f8fbfa, #eef4f1);
  border-block: 1px solid #e2ebe5;
}

h1,
h2,
h3 {
  margin: 0 0 0.8rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(1.9rem, 4.3vw, 3.1rem);
}

h2 {
  font-size: clamp(1.55rem, 3.4vw, 2.2rem);
}

h3 {
  font-size: clamp(1.05rem, 2.4vw, 1.22rem);
}

p {
  margin: 0;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1d6258;
  margin-bottom: 0.9rem;
}

.section-label::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #1d6258;
}

.section-subtitle {
  max-width: 58ch;
  color: var(--muted);
  margin-bottom: 1.6rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #dde8e1;
  background: rgba(251, 253, 252, 0.92);
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.site-header.hide {
  transform: translateY(-100%);
}

.site-header.scrolled {
  box-shadow: var(--shadow-sm);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  font-size: 1.16rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.primary-nav a {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
}

.primary-nav a:not(.btn):hover,
.primary-nav a.is-current {
  color: var(--secondary);
}

.primary-nav .btn-primary {
  color: #ffffff;
}

.theme-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #f3f7f5;
  border: 1px solid #d6e4db;
  border-radius: 999px;
  padding: 0.2rem;
}

.theme-btn {
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  min-height: 30px;
  padding: 0.2rem 0.6rem;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  color: #4f6b5f;
  cursor: pointer;
}

.theme-btn.active {
  color: #fff;
  background: var(--primary);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 0.5rem;
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--text);
  margin-block: 4px;
}

.hero {
  padding-top: clamp(1.6rem, 3.8vw, 2.8rem);
  position: relative;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(140deg, rgba(245, 250, 247, 0.95), rgba(237, 246, 241, 0.9)),
    url("https://images.unsplash.com/photo-1484154218962-a197022b5858?auto=format&fit=crop&w=1800&q=80")
      center / cover no-repeat;
  filter: saturate(0.9);
}

.hero-grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.hero-side {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.hero-content {
  background: linear-gradient(150deg, #fefefe, #f3f8f6);
  border: 1px solid #dce8e0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: clamp(1rem, 2.2vw, 1.45rem);
}

.eyebrow {
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0d5f55;
  background: #dff0e8;
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  margin-bottom: 1rem;
}

.hero-subhead {
  color: var(--muted);
  max-width: 56ch;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.58rem 1rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  color: #fff;
  box-shadow: 0 12px 24px rgba(16, 112, 99, 0.24);
}

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

.btn-secondary {
  background: #fff;
  border-color: #ccdcd3;
  color: var(--secondary);
}

.btn-secondary:hover {
  border-color: #a7bfb1;
}

.btn:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 2px;
}

.microcopy {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin: 0.8rem 0 0;
  padding: 0;
  color: #2f5b4a;
  font-size: 0.92rem;
}

.microcopy li::before {
  content: "\2714\0020";
  color: #1a7f68;
}

.hero-stats {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.hero-stats > div {
  border: 1px solid #d7e4db;
  border-radius: 12px;
  background: #ffffffd1;
  padding: 0.58rem 0.55rem;
}

.stat-value {
  font-size: 0.95rem;
  font-weight: 800;
  color: #13463f;
}

.stat-label {
  color: var(--muted);
  font-size: 0.74rem;
}

.trust-strip {
  padding: 1.35rem 0;
}

.trust-pills {
  display: grid;
  gap: 0.7rem;
}

.trust-pills p {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #2e5948;
  background: #fff;
  border: 1px solid #d8e5dc;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}

.trust-pills p::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f8f79;
  box-shadow: 0 0 0 4px rgba(31, 143, 121, 0.16);
}

.proof-metrics {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.7rem;
}

.proof-metrics article {
  background: #f9fcfa;
  border: 1px solid #d6e4db;
  border-radius: 12px;
  padding: 0.75rem 0.8rem;
  text-align: center;
}

.metric-value {
  font-size: 1.2rem;
  font-weight: 800;
  color: #194f45;
}

.metric-label {
  font-size: 0.8rem;
  color: var(--muted);
}

.service-grid,
.policy-grid,
.testimonial-grid,
.icon-grid {
  display: grid;
  gap: 1rem;
}

.card,
.icon-card,
.testimonial-card,
.steps li,
.quote-form {
  background: var(--surface);
  border: 1px solid #dce7df;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.card,
.icon-card,
.testimonial-card {
  padding: 1rem;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-grid .card,
.policy-grid .card,
.testimonial-card,
.icon-card {
  display: flex;
  flex-direction: column;
}

.card:hover,
.icon-card:hover,
.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: #c7d9cd;
}

.price {
  margin-top: 0.72rem;
  color: #0f5f53;
  font-weight: 800;
}

.benefit,
.note {
  margin-top: 0.58rem;
  color: var(--muted);
}

.note-center {
  text-align: center;
}

.text-link {
  margin-top: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0d6b5f;
}

.service-grid .text-link {
  margin-top: auto;
  padding-top: 0.65rem;
}

.text-link::after {
  content: ">";
}

#pricing .service-grid {
  justify-content: center;
}

.quote-panel {
  background: linear-gradient(180deg, #edf5f1, #e7f0eb);
  border-block: 1px solid #d9e5de;
}

.estimate-result {
  margin-top: 0.12rem;
  color: #104e46;
  background: #e9f6f1;
  border: 1px solid #c9dfd4;
  border-radius: 10px;
  font-weight: 800;
  padding: 0.45rem 0.55rem;
  font-size: 0.86rem;
}

.quote-panel-inner {
  display: grid;
  gap: 1rem;
  align-items: center;
}

.quote-form {
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
}

.quote-form label {
  font-size: 0.84rem;
  font-weight: 700;
  color: #30584a;
}

.quote-form input,
.quote-form select {
  width: 100%;
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid #cfe0d6;
  background: #fbfdfb;
  padding: 0.58rem 0.72rem;
  font: inherit;
}

.hero-estimator {
  display: grid;
  gap: 0.42rem;
  background: linear-gradient(180deg, #ffffff, #f7fbf8);
  border: 1px solid #d4e2d9;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 0.75rem;
}

.hero-estimator h3 {
  margin: 0 0 0.1rem;
  font-size: 1.05rem;
}

.hero-estimator .section-label {
  margin-bottom: 0.22rem;
  font-size: 0.68rem;
}

.hero-estimator label {
  font-size: 0.74rem;
  font-weight: 700;
  color: #2d5748;
}

.hero-estimator select {
  width: 100%;
  min-height: 38px;
  border-radius: 10px;
  border: 1px solid #cfe0d6;
  background: #fbfdfb;
  padding: 0.45rem 0.62rem;
  font: inherit;
  font-size: 0.92rem;
}

.icon-card {
  padding-top: 1.05rem;
}

.icon-card::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(140deg, #dff0e8, #cde4d7);
  border: 1px solid #c3d8cc;
  margin-bottom: 0.7rem;
}

.icon-card h3 {
  margin-top: 0.1rem;
}

#why-us .why-shell {
  max-width: 66ch;
  margin-bottom: 1.2rem;
}

#why-us .why-subcopy {
  color: var(--muted);
}

#why-us .why-grid {
  gap: 0.9rem;
}

#why-us .icon-card {
  padding: 1rem;
  border: 1px solid #d4e3d9;
  background: linear-gradient(180deg, #ffffff, #f8fbf9);
}

#why-us .icon-card::before {
  content: none;
}

#why-us .icon-head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.35rem;
}

#why-us .icon-chip {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #155f53;
  border: 1px solid #bdd8ca;
  background: linear-gradient(145deg, #e7f3ec, #d8ece2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
}

#why-us .icon-chip svg {
  display: block;
}

#why-us .icon-card h3 {
  margin: 0;
}

#why-us .icon-card p {
  color: #566a61;
}

#process .process-shell,
#policies .policy-shell {
  max-width: 68ch;
  margin-bottom: 1.1rem;
}

#process .process-subcopy,
#policies .policy-subcopy {
  color: var(--muted);
}

#process .process-steps {
  position: relative;
  gap: 0.9rem;
}

#process .step-card {
  border: 1px solid #d3e2d8;
  background: linear-gradient(180deg, #ffffff, #f6fbf8);
  box-shadow: 0 10px 24px rgba(14, 36, 26, 0.08);
  min-height: 168px;
}

#process .step-card h3 {
  margin-bottom: 0.45rem;
}

#process .step-card p {
  color: #5a6b62;
}

#process .note {
  margin-top: 1rem;
  display: inline-flex;
  justify-content: center;
  padding: 0.48rem 0.7rem;
  border-radius: 10px;
  border: 1px solid #cfe0d5;
  background: #f4faf7;
  margin-inline: auto;
  text-align: center;
}

#policies .policy-grid-enhanced {
  gap: 0.9rem;
}

#policies .policy-grid-enhanced .card {
  border: 1px solid #d3e1d8;
  background: linear-gradient(180deg, #ffffff, #f8fbf9);
  position: relative;
  overflow: hidden;
  min-height: 154px;
}

#policies .policy-grid-enhanced .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #13796f, #57b4a0);
}

#policies .policy-grid-enhanced h3 {
  margin-top: 0.2rem;
}

#policies .policy-grid-enhanced p {
  color: #5a6b62;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: grid;
  gap: 1rem;
  counter-reset: process-step;
}

.steps li {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  min-height: 156px;
}

.steps li::before {
  counter-increment: process-step;
  content: "0" counter(process-step);
  position: absolute;
  top: 0.8rem;
  right: 0.75rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: #c7d8ce;
}

.steps h3 {
  margin-bottom: 0.35rem;
}

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

.before-after-card {
  margin-bottom: 1rem;
}

.ba-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d6e3db;
  box-shadow: var(--shadow-sm);
  aspect-ratio: 16 / 9;
  background: #eff5f1;
}

.ba-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-image.after {
  clip-path: inset(0 45% 0 0);
}

#ba-slider {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 3;
}

.ba-label {
  position: absolute;
  top: 0.8rem;
  z-index: 2;
  background: rgba(20, 38, 30, 0.76);
  color: #fff;
  padding: 0.3rem 0.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.before-label {
  left: 0.8rem;
}

.after-label {
  right: 0.8rem;
}

.service-area-shell {
  display: grid;
  gap: 1rem;
  align-items: center;
}

.area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.area-chips span {
  border: 1px solid #cbddd2;
  background: #f4faf7;
  color: #23584b;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.34rem 0.58rem;
}

.map-card {
  border: 1px solid #d4e2d9;
  background: #f9fcfa;
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  padding: 0.5rem;
}

.map-card svg {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.checklist-shell {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.checklist-panels {
  display: grid;
  gap: 0.65rem;
}

.checklist-panels details {
  border: 1px solid #d5e2da;
  border-radius: 12px;
  background: #fff;
  padding: 0.8rem;
}

.checklist-panels summary {
  font-weight: 800;
  cursor: pointer;
}

.checklist-panels ul {
  margin: 0.55rem 0 0;
  padding-left: 1.15rem;
  color: #4c6258;
}

.gallery-item {
  border: none;
  padding: 0;
  background: transparent;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
  filter: saturate(1.06);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 70;
  padding: 1rem;
  display: grid;
  place-items: center;
  background: rgba(16, 25, 20, 0.85);
}

.lightbox[hidden] {
  display: none !important;
}

.lightbox img {
  max-height: 84vh;
  object-fit: contain;
  border-radius: 12px;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 1px solid #d9e1dc;
  border-radius: 8px;
  background: #fff;
  padding: 0.4rem 0.7rem;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 0.72rem;
}

.faq-list details {
  border: 1px solid #dbe7df;
  border-radius: 12px;
  background: #fff;
  padding: 0.84rem 0.95rem;
}

.faq-list details[open] {
  border-color: #b8d3c5;
  box-shadow: var(--shadow-sm);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list details p {
  margin-top: 0.55rem;
  color: var(--muted);
}

.final-cta .container {
  text-align: center;
  border-radius: var(--radius-lg);
  border: 1px solid #d5e3da;
  background: linear-gradient(170deg, #f5fbf8, #e8f2ec);
  box-shadow: var(--shadow-sm);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.final-cta .hero-cta-group {
  justify-content: center;
}

.hours {
  margin-top: 1rem;
  color: #355948;
}

.stars {
  margin-bottom: 0.5rem;
  color: #ad7a22;
  letter-spacing: 0.08em;
}

.review-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.55rem;
}

.review-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.9rem;
  color: #fff;
  background: linear-gradient(140deg, #1d7f6d, #1b5e52);
}

.review-name {
  font-weight: 800;
  line-height: 1.1;
}

.review-location {
  color: var(--muted);
  font-size: 0.84rem;
}

.service-tag {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1c6055;
  background: #e0f0e8;
  border: 1px solid #c8ddd1;
  border-radius: 999px;
  padding: 0.3rem 0.55rem;
}

.reviewer {
  margin-top: 0.68rem;
  font-weight: 700;
  color: #355b4c;
  font-size: 0.9rem;
}

.site-footer {
  background: linear-gradient(180deg, #12231c, #0d1e18);
  color: #d6e4dc;
  padding: 2.4rem 0 6.3rem;
}

.footer-top {
  display: grid;
  gap: 0.9rem;
  border: 1px solid #274137;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(29, 53, 44, 0.85), rgba(15, 30, 24, 0.9));
  padding: 1rem;
  margin-bottom: 1rem;
}

.footer-kicker {
  font-size: 0.73rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  color: #9ecdb8;
}

.footer-headline {
  margin-top: 0.45rem;
  font-weight: 700;
  color: #e5f1ea;
}

.footer-theme {
  justify-self: start;
}

.footer-grid {
  display: grid;
  gap: 1rem;
}

.footer-title {
  color: #fff;
  font-weight: 800;
}

.site-footer a {
  color: #d6e4dc;
}

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

.disclaimer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #253a2f;
  color: #adbeb4;
  font-size: 0.9rem;
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 65;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.55rem;
  padding: 0.58rem 0.58rem calc(0.58rem + env(safe-area-inset-bottom));
  border-top: 1px solid #d3e1d8;
  background: rgba(250, 253, 251, 0.97);
  backdrop-filter: blur(8px);
}

.desktop-widget {
  position: fixed;
  left: 1rem;
  bottom: 1.1rem;
  width: 220px;
  z-index: 64;
  border: 1px solid #d4e2d9;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow-md);
  padding: 0.75rem;
  display: none;
  gap: 0.45rem;
  animation: widgetIn 0.35s ease;
}

.desktop-widget.is-closed {
  display: none !important;
}

.desktop-widget-close {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  width: 28px;
  height: 28px;
  border: 1px solid #cbdcd2;
  border-radius: 8px;
  background: #fff;
  color: #365d4f;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

@keyframes widgetIn {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.desktop-widget p {
  font-size: 0.83rem;
  font-weight: 800;
  color: #2b5749;
  padding-right: 1.6rem;
}

.desktop-widget .btn {
  width: 100%;
  min-height: 42px;
  font-size: 0.9rem;
}

.mobile-cta-btn {
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid #c8d8ce;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: #fff;
}

.mobile-cta-btn.quote {
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  color: #fff;
  border-color: var(--primary);
}

.mobile-cta-btn.icon {
  width: 46px;
}

.redirect-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: rgba(242, 247, 244, 0.9);
}

.redirect-overlay[hidden] {
  display: none !important;
}

.redirect-overlay p {
  border: 1px solid #d6e2da;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 0.9rem 1.1rem;
  font-weight: 700;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(17, 27, 22, 0.78);
  display: grid;
  place-items: center;
  padding: 1rem;
}

.booking-modal[hidden] {
  display: none !important;
}

.booking-modal-card {
  width: min(680px, 94vw);
  max-height: 92vh;
  overflow: auto;
  background: #fff;
  border: 1px solid #d4e2d9;
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  padding: 1rem;
}

.booking-close {
  float: right;
  border: 1px solid #d4e2d9;
  border-radius: 8px;
  background: #fff;
  padding: 0.3rem 0.55rem;
  font-weight: 700;
}

.booking-form {
  clear: both;
  display: grid;
  gap: 0.62rem;
  margin-top: 0.5rem;
}

.booking-form label {
  font-size: 0.84rem;
  font-weight: 700;
  color: #2d5748;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid #cfe0d6;
  background: #fbfdfb;
  border-radius: 10px;
  min-height: 44px;
  padding: 0.58rem 0.72rem;
  font: inherit;
}

.booking-form textarea {
  min-height: 84px;
  resize: vertical;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 5.3rem;
  z-index: 68;
  min-width: 54px;
  height: 42px;
  border: 1px solid #c9d9cf;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: #16453f;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-to-top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 720px) {
  .trust-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .quote-panel-inner {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .proof-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .service-area-shell,
  .checklist-shell {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .footer-top {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 980px) {
  .hero-grid {
    grid-template-columns: 1.14fr 0.86fr;
    gap: 1.3rem;
  }

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

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

  #pricing .service-grid {
    grid-template-columns: repeat(3, minmax(220px, 320px));
    justify-content: center;
  }

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

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

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

  #why-us .why-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #policies .policy-grid-enhanced {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer {
    padding-bottom: 2.6rem;
  }

  .mobile-cta {
    display: none;
  }

  .desktop-widget {
    display: grid;
  }

  .back-to-top {
    bottom: 1.2rem;
  }
}

@media (max-width: 860px) {
  .announcement-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
    padding-block: 0.55rem;
  }

  .announcement-inner p {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .announcement-actions {
    width: 100%;
    justify-content: space-between;
  }

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

  .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.95rem 4vw 1rem;
    background: #fbfdfc;
    border-bottom: 1px solid #dde8e1;
  }

  .footer-theme {
    width: 100%;
    justify-content: space-between;
  }

  .primary-nav.open {
    display: flex;
  }

  .nav-cta {
    width: 100%;
  }
}

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

  .site-header,
  .btn,
  .card,
  .icon-card,
  .testimonial-card,
  .gallery-item img,
  .reveal,
  .back-to-top {
    transition: none !important;
  }
}
