/*
Theme Name: Raleigh Eco Plumbing
Theme URI: https://raleighecoplumbing.com
Author: Raleigh Eco Plumbing
Description: 2026 Eco-Tech — Smart & sustainable plumbing for Raleigh-Durham. Tankless, greywater, smart leak detection.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: raleigh-eco-plumbing
*/

/* === 2026 Eco-Tech Palette === */
:root {
  --eco-forest: #081C15;
  --eco-mint: #95D5B2;
  --eco-offwhite: #F8F9FA;
  --eco-matte: #1A1A1A;
  --eco-radius: 16px;
  --eco-shadow: 0 4px 20px rgba(8, 28, 21, 0.08);
  --eco-shadow-lg: 0 8px 40px rgba(8, 28, 21, 0.12);
  --eco-glass: rgba(248, 249, 250, 0.85);
  --eco-glass-border: rgba(149, 213, 178, 0.4);
}

/* Base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: var(--eco-offwhite); color: var(--eco-matte); line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
@media (max-width: 768px) {
  html { scroll-padding-top: 60px; }
  body { padding-bottom: 5rem; }
}
h1, h2, h3 { font-family: 'Lexend', sans-serif; }

/* Sticky Call Bar - Pay Per Call */
.eco-sticky-call {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: linear-gradient(135deg, var(--eco-forest) 0%, #0d2b22 100%);
  padding: 0.6rem 1rem;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  box-shadow: 0 4px 20px rgba(8, 28, 21, 0.4);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.eco-sticky-call.eco-sticky-visible {
  display: flex;
  transform: translateY(0);
}

.eco-sticky-call span {
  color: rgba(255,255,255,0.9);
  font-size: 0.9rem;
  font-weight: 500;
}

.eco-sticky-call a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--eco-mint);
  color: var(--eco-forest) !important;
  padding: 0.5rem 1.25rem;
  border-radius: var(--eco-radius);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}

.eco-sticky-call a:hover {
  background: #fff;
  transform: scale(1.05);
}

/* Preheader & Skip */
.eco-preheader { max-height: 1px; overflow: hidden; position: absolute; left: -9999px; }
.eco-preheader div { font-size: 1px; color: transparent; }
.eco-skip { position: absolute; top: -100px; left: 0; background: var(--eco-mint); color: var(--eco-forest); padding: 0.5rem 1rem; z-index: 9999; text-decoration: none; font-weight: 600; border-radius: 8px; }
.eco-skip:focus { top: 0; }

/* Header - Professional layout & styling */
.eco-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(248, 249, 250, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(149, 213, 178, 0.35);
  box-shadow: 0 2px 24px rgba(8, 28, 21, 0.06);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.eco-header.scrolled {
  box-shadow: 0 4px 32px rgba(8, 28, 21, 0.1);
  background: rgba(255, 255, 255, 0.98);
}

.eco-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.875rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: nowrap;
}

.eco-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  color: var(--eco-forest) !important;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  transition: transform 0.3s ease;
}

.eco-logo:hover {
  color: var(--eco-forest) !important;
  transform: scale(1.02);
}

.eco-logo-img {
  flex-shrink: 0;
  width: 280px;
  height: 68px;
  min-width: 180px;
  object-fit: contain;
  object-position: left center;
  image-rendering: auto;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.35s ease;
}

.eco-logo:hover .eco-logo-img {
  transform: translateY(-2px) scale(1.02);
  filter: drop-shadow(0 4px 12px rgba(149, 213, 178, 0.35));
}

.eco-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  min-width: 0;
}

.eco-nav a {
  padding: 0.5rem 0.65rem;
  color: var(--eco-matte);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 8px;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}

.eco-nav a:hover {
  color: var(--eco-forest);
  background: rgba(149, 213, 178, 0.2);
}

.eco-phone-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  background: linear-gradient(135deg, var(--eco-forest) 0%, #0d2b22 100%);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(8, 28, 21, 0.2);
}

.eco-phone-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(8, 28, 21, 0.3);
}

.eco-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.eco-nav-call {
  display: none;
}

.eco-menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(149, 213, 178, 0.15);
  border: 1px solid rgba(149, 213, 178, 0.4);
  color: var(--eco-forest);
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.2s, color 0.2s;
}

.eco-menu-btn:hover {
  background: rgba(149, 213, 178, 0.3);
}

.eco-menu-btn .eco-menu-close {
  display: none;
}

.eco-header.menu-open .eco-menu-btn .eco-menu-bars {
  display: none;
}

.eco-header.menu-open .eco-menu-btn .eco-menu-close {
  display: inline-block;
}

/* Header mobile layout - switch to hamburger earlier to prevent nav wrapping */
@media (max-width: 1080px) {
  .eco-nav {
    display: none;
    max-width: none;
  }
  .eco-nav.open {
    display: flex;
    flex-direction: column;
    width: 100%;
    order: 4;
    flex-basis: 100%;
    padding: 1rem 0 0.5rem;
    border-top: 1px solid rgba(149, 213, 178, 0.3);
    margin-top: 0.5rem;
    gap: 0;
  }
  .eco-nav.open a {
    padding: 0.85rem 1rem;
    border-radius: 8px;
    text-align: left;
    width: 100%;
  }
  .eco-menu-btn {
    display: flex;
    order: 3;
  }
  .eco-phone-cta {
    order: 2;
    padding: 0.55rem 1rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .eco-header-inner {
    padding: 0.75rem 1rem;
    gap: 0.75rem;
  }
  .eco-logo-img {
    width: 200px;
    height: 48px;
    min-width: 160px;
  }
  .eco-phone-cta span { display: none; }
  .eco-phone-cta { padding: 0.6rem 1rem; }
}

@media (max-width: 480px) {
  .eco-logo-img {
    width: 180px;
    height: 44px;
    min-width: 140px;
  }
}

/* Floating Call Now - Pay Per Call (always visible) */
.eco-fab,
.eco-fab-call,
.eco-float-call {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, var(--eco-forest) 0%, #0d3328 100%);
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 6px 28px rgba(8, 28, 21, 0.4), 0 2px 8px rgba(149, 213, 178, 0.3);
  border: 2px solid rgba(149, 213, 178, 0.5);
  transition: transform 0.2s, box-shadow 0.2s;
}

.eco-fab:hover,
.eco-fab-call:hover,
.eco-float-call:hover {
  color: #fff !important;
  transform: scale(1.06) translateY(-2px);
  box-shadow: 0 8px 32px rgba(8, 28, 21, 0.5), 0 4px 12px rgba(149, 213, 178, 0.4);
}

.eco-fab i,
.eco-fab-call i {
  font-size: 1.2rem;
}

@media (max-width: 480px) {
  .eco-fab,
  .eco-fab-call,
  .eco-float-call {
    padding: 0.875rem 1.25rem;
    font-size: 0.95rem;
  }
  .eco-float-number { display: none; }
  .eco-float-call span:not(.eco-float-number) { display: inline; }
}

/* ========== HERO - Compact & Polished ========== */
.eco-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media (min-width: 769px) {
  .eco-hero { min-height: 58vh; }
}

.eco-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #e8edea;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  animation: eco-hero-bg-zoom 20s ease-out forwards;
}

/* Ensure legacy hero image-wrap never displays (image must be background) */
.eco-hero .eco-hero-image-wrap { display: none !important; }

@keyframes eco-hero-bg-zoom {
  from { transform: scale(1.05); }
  to { transform: scale(1); }
}

/* Lighter overlay so van image shows through more */
.eco-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248,249,250,0.82) 0%, rgba(248,249,250,0.55) 40%, rgba(248,249,250,0.2) 65%, transparent 85%);
  pointer-events: none;
}

.eco-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' opacity='0.04'%3E%3Cpath d='M40 0v80M0 40h80' stroke='%23081C15' stroke-width='0.5' fill='none'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.eco-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8,28,21,0.02) 0%, transparent 50%, rgba(149,213,178,0.06) 100%);
  pointer-events: none;
}

.eco-hero-inner,
.eco-hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 4.5rem 1.5rem 3.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (max-width: 1024px) {
  .eco-hero-bg { background-position: 60% center; }
  .eco-hero-bg::after {
    background: linear-gradient(180deg, rgba(248,249,250,0.75) 0%, rgba(248,249,250,0.5) 50%, rgba(248,249,250,0.25) 100%);
  }
  .eco-hero-inner {
    padding: 5rem 1.25rem 3rem;
  }
}

.eco-hero-content {
  max-width: 36rem;
  animation: eco-hero-fade 1s ease-out 0.2s both;
}

@keyframes eco-hero-fade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .eco-hero-content { max-width: 100%; }
}

.eco-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  background: rgba(149, 213, 178, 0.25);
  border: 1px solid rgba(149, 213, 178, 0.5);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--eco-forest);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.eco-hero-badge i { color: var(--eco-mint); font-size: 0.9rem; }

.eco-hero-title {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--eco-forest);
  margin: 0 0 1rem;
}

.eco-hero-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(26, 26, 26, 0.9);
  margin-bottom: 1.5rem;
  max-width: 28rem;
}

@media (max-width: 1024px) {
  .eco-hero-desc { margin-left: auto; margin-right: auto; max-width: 100%; }
}

.eco-btn-primary,
.eco-hero-actions .eco-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--eco-forest);
  color: #fff !important;
  padding: 0.875rem 1.5rem;
  border-radius: var(--eco-radius);
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--eco-shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}

.eco-btn-primary:hover,
.eco-hero-actions .eco-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--eco-shadow-lg);
}

.eco-btn-secondary,
.eco-hero-actions .eco-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--eco-forest) !important;
  padding: 0.875rem 1.5rem;
  border-radius: var(--eco-radius);
  font-weight: 600;
  text-decoration: none;
  border: 2px solid var(--eco-mint);
  transition: all 0.2s ease;
}

.eco-btn-secondary:hover,
.eco-hero-actions .eco-cta-secondary:hover {
  background: var(--eco-mint);
  transform: translateY(-2px);
}

.eco-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

/* Hero CTA buttons - styled as distinct buttons */
.eco-hero-actions .eco-hero-cta-primary,
.eco-hero-actions .eco-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--eco-forest) 0%, #0d2b22 100%);
  color: #fff !important;
  padding: 0.9rem 1.75rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none !important;
  box-shadow: 0 4px 20px rgba(8, 28, 21, 0.35);
  border: 2px solid rgba(149, 213, 178, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eco-hero-actions .eco-hero-cta-primary:hover,
.eco-hero-actions .eco-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(8, 28, 21, 0.45);
}

.eco-hero-actions .eco-hero-cta-secondary,
.eco-hero-actions .eco-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.95);
  color: var(--eco-forest) !important;
  padding: 0.9rem 1.75rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none !important;
  border: 2px solid var(--eco-mint);
  box-shadow: 0 2px 12px rgba(8, 28, 21, 0.1);
  transition: all 0.2s ease;
}

.eco-hero-actions .eco-hero-cta-secondary:hover,
.eco-hero-actions .eco-cta-secondary:hover {
  background: var(--eco-mint);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(149, 213, 178, 0.35);
}

.eco-hero-stats {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(149, 213, 178, 0.3);
  font-size: 0.9rem;
  color: rgba(26, 26, 26, 0.8);
}

.eco-hero-stats strong { color: var(--eco-forest); }

.eco-hero-actions .eco-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--eco-forest);
  color: #fff !important;
  padding: 0.875rem 1.5rem;
  border-radius: var(--eco-radius);
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--eco-shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}

.eco-hero-actions .eco-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--eco-shadow-lg);
}

.eco-hero-actions .eco-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--eco-forest) !important;
  padding: 0.875rem 1.5rem;
  border-radius: var(--eco-radius);
  font-weight: 600;
  text-decoration: none;
  border: 2px solid var(--eco-mint);
  transition: all 0.2s;
}

.eco-hero-actions .eco-cta-secondary:hover {
  background: var(--eco-mint);
  transform: translateY(-2px);
}

.eco-hero-image-wrap {
  border-radius: var(--eco-radius);
  overflow: hidden;
  box-shadow: var(--eco-shadow-lg);
}

.eco-hero-image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Section */
.eco-section {
  padding: 4rem 0;
}

.eco-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.eco-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.eco-section-alt {
  background: linear-gradient(180deg, rgba(149, 213, 178, 0.12) 0%, transparent 100%);
}

.eco-section-title {
  font-family: 'Lexend', sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--eco-forest);
  text-align: center;
  margin: 0 0 0.5rem;
}

.eco-section-sub {
  text-align: center;
  color: rgba(26, 26, 26, 0.7);
  max-width: 36rem;
  margin: 0 auto 2.5rem;
}

/* Tech-Spec Table - Enhanced design */
.eco-spec-table-wrap {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--eco-radius);
  box-shadow: 0 4px 24px rgba(8, 28, 21, 0.1), 0 2px 8px rgba(149, 213, 178, 0.15);
  overflow: hidden;
  border: 1px solid rgba(149, 213, 178, 0.25);
}

.eco-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.eco-spec-table th {
  background: linear-gradient(135deg, var(--eco-forest) 0%, #0d2b22 100%);
  color: #fff;
  padding: 1rem 1.25rem;
  text-align: left;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
}

.eco-spec-table th i {
  margin-right: 0.5rem;
  opacity: 0.9;
}

.eco-spec-table th:first-child { padding-left: 1.5rem; }
.eco-spec-table th:last-child { text-align: center; padding-right: 1.5rem; }

.eco-spec-table td {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(8, 28, 21, 0.06);
  vertical-align: middle;
}

.eco-spec-table tbody tr:last-child td { border-bottom: none; }

.eco-spec-table tbody tr {
  transition: background 0.2s ease;
}

.eco-spec-table tbody tr:hover {
  background: linear-gradient(90deg, rgba(149, 213, 178, 0.12) 0%, rgba(149, 213, 178, 0.06) 100%);
}

.eco-spec-name {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.eco-spec-name > span:first-child {
  flex-shrink: 0;
}

.eco-spec-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(149, 213, 178, 0.25) 0%, rgba(149, 213, 178, 0.15) 100%);
  border-radius: 10px;
  color: var(--eco-forest);
  font-size: 1.1rem;
}

.eco-spec-name strong {
  font-family: 'Lexend', sans-serif;
  font-size: 1.05rem;
  color: var(--eco-forest);
}

.eco-spec-badge {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background: rgba(149, 213, 178, 0.35);
  color: var(--eco-forest);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 6px;
  margin-left: 0.5rem;
}

.eco-spec-table td:nth-child(2) {
  color: rgba(26, 26, 26, 0.85);
  font-size: 0.95rem;
  line-height: 1.5;
}


.eco-spec-table td:last-child {
  text-align: center;
}

/* Instant Call button - premium style */
.eco-instant-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.35rem;
  background: linear-gradient(135deg, var(--eco-mint) 0%, #74c69d 100%);
  color: var(--eco-forest) !important;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 10px;
  text-decoration: none !important;
  border: 2px solid rgba(8, 28, 21, 0.1);
  box-shadow: 0 2px 12px rgba(149, 213, 178, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.eco-instant-call i {
  font-size: 0.95rem;
}

.eco-instant-call:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--eco-forest) 0%, #0d2b22 100%);
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(8, 28, 21, 0.35);
}

@media (max-width: 640px) {
  .eco-spec-table-wrap { overflow-x: auto; }
  .eco-spec-table { min-width: 480px; }
  .eco-spec-icon { width: 36px; height: 36px; font-size: 0.95rem; }
}

/* Eco-Difference Cards */
.eco-diff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.eco-diff-card {
  background: var(--eco-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--eco-glass-border);
  border-radius: var(--eco-radius);
  padding: 1.5rem;
  box-shadow: var(--eco-shadow);
  transition: all 0.3s;
}

.eco-diff-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--eco-shadow-lg);
  border-color: var(--eco-mint);
}

.eco-diff-img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/10;
  margin-bottom: 1rem;
}

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

.eco-diff-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--eco-forest);
  margin: 0 0 0.5rem;
}

.eco-diff-card p {
  font-size: 0.95rem;
  color: rgba(26, 26, 26, 0.85);
  margin-bottom: 1rem;
}

.eco-diff-cta {
  color: var(--eco-forest) !important;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.eco-diff-cta:hover { text-decoration: underline; }

/* Split Sections - Image + Content */
.eco-split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.eco-split-section:nth-of-type(even) .eco-split-img { order: 2; }
.eco-split-section:nth-of-type(even) .eco-split-content { order: 1; }

.eco-split-img {
  border-radius: var(--eco-radius);
  overflow: hidden;
  box-shadow: var(--eco-shadow-lg);
  position: relative;
}

.eco-split-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.eco-split-content h2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--eco-forest);
  margin: 0 0 1rem;
}

.eco-split-content p {
  color: rgba(26, 26, 26, 0.85);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.eco-split-content .eco-instant-call {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 900px) {
  .eco-split-section {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 1.5rem;
  }
  .eco-split-section:nth-of-type(even) .eco-split-img,
  .eco-split-section:nth-of-type(even) .eco-split-content { order: unset; }
  .eco-split-img { order: 1; }
  .eco-split-content { order: 2; }
}

/* Service Area Map */
.eco-map-wrap {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--eco-radius);
  box-shadow: var(--eco-shadow);
  overflow: hidden;
  padding: 1rem;
}

.eco-svg-map {
  border-radius: 12px;
}

.eco-svg-map svg {
  display: block;
  width: 100%;
  height: auto;
}

/* Book Section */
.eco-book-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.eco-book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 2rem 0;
}

.eco-book-img {
  max-width: 420px;
  margin: 2rem auto 0;
  border-radius: var(--eco-radius);
  overflow: hidden;
  box-shadow: var(--eco-shadow-lg);
}

.eco-book-img,
.eco-book-img-wrap {
  max-width: 420px;
  margin: 2rem auto 0;
  border-radius: var(--eco-radius);
  overflow: hidden;
  box-shadow: var(--eco-shadow-lg);
}

.eco-book-img img,
.eco-book-img-wrap img {
  width: 100%;
  height: auto;
}

/* Trust Bar - Pay Per Call */
.eco-trust-bar {
  background: linear-gradient(135deg, var(--eco-forest) 0%, #0d2b22 100%);
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  box-shadow: 0 4px 20px rgba(8, 28, 21, 0.2);
}

.eco-trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255,255,255,0.95);
  font-size: 0.95rem;
  font-weight: 500;
}

.eco-trust-item i {
  color: var(--eco-mint);
  font-size: 1.1rem;
}

.eco-trust-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--eco-mint);
  color: var(--eco-forest) !important;
  padding: 0.6rem 1.25rem;
  border-radius: var(--eco-radius);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}

.eco-trust-cta:hover {
  background: #fff;
  transform: scale(1.03);
}

@media (max-width: 640px) {
  .eco-trust-bar { gap: 1rem; }
  .eco-trust-item { font-size: 0.85rem; }
}

/* Footer - Corporate Grade */
.eco-footer {
  background: linear-gradient(180deg, var(--eco-forest) 0%, #05100c 100%);
  color: #fff;
  margin-top: 0;
  padding: 4rem 0 0;
}

.eco-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.eco-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(149, 213, 178, 0.2);
}

@media (max-width: 768px) {
  .eco-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .eco-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.eco-footer-col h3,
.eco-footer-col h4 {
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--eco-mint);
  font-size: 1rem;
}

.eco-footer-col h4 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.eco-footer-brand {
  font-size: 1.2rem !important;
  color: #fff !important;
}

.eco-footer-address {
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin-bottom: 1rem;
}

.eco-footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--eco-mint) !important;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: color 0.2s;
}

.eco-footer-phone:hover {
  color: #fff !important;
}

.eco-footer-col a {
  display: block;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  transition: color 0.2s;
}

.eco-footer-col a:hover {
  color: var(--eco-mint);
}

.eco-rebate-badge {
  background: var(--eco-mint);
  color: var(--eco-forest);
  padding: 1.25rem 1rem;
  border-radius: var(--eco-radius);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.3;
}

.eco-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.6);
}

.eco-footer-legal {
  display: flex;
  gap: 1.5rem;
}

.eco-footer-legal a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.eco-footer-legal a:hover {
  color: var(--eco-mint);
}
