/*
Theme Name: repairusa
Theme URI: https://repairusa.com
Author: repairusa
Description: Professional multi-trade home services theme for electrician, plumbing, HVAC, and appliances repair.
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);
  --eco-header-h: 72px;
}

/* 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; padding-left: env(safe-area-inset-left, 0px); padding-right: env(safe-area-inset-right, 0px); }
img { max-width: 100%; height: auto; display: block; }
@media (max-width: 768px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: max(5rem, calc(4.25rem + env(safe-area-inset-bottom, 0px))); }
  body.repairusa-home-landing { padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px)); }
}
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.55rem max(1rem, env(safe-area-inset-right)) 0.55rem max(1rem, env(safe-area-inset-left));
  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: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 249, 250, 0.96) 100%);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid rgba(8, 28, 21, 0.08);
  box-shadow: 0 1px 0 rgba(149, 213, 178, 0.25), 0 8px 32px rgba(8, 28, 21, 0.07);
  transition: box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.eco-header.scrolled {
  box-shadow: 0 1px 0 rgba(149, 213, 178, 0.2), 0 12px 40px rgba(8, 28, 21, 0.11);
  background: rgba(255, 255, 255, 0.99);
  border-bottom-color: rgba(8, 28, 21, 0.06);
}

.eco-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  min-height: var(--eco-header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: nowrap;
}

.eco-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 120px;
  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: auto;
  max-width: min(340px, 72vw);
  height: auto;
  max-height: 64px;
  aspect-ratio: 400 / 76;
  object-fit: contain;
  object-position: left center;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.35s ease;
}

@media (min-width: 900px) {
  .eco-logo-img {
    max-width: min(480px, 52vw);
    max-height: 92px;
  }
}

@media (min-width: 1200px) {
  .eco-logo-img {
    max-width: min(560px, 56vw);
    max-height: 106px;
  }
}

.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.2rem;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  min-width: 0;
}

.eco-nav > a {
  padding: 0.5rem 0.7rem;
  color: var(--eco-matte);
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 10px;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

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

.eco-nav > a:focus-visible {
  outline: 2px solid var(--eco-mint);
  outline-offset: 2px;
}

/* Services dropdown — desktop: hover only (no focus-stuck-open); mobile: tap toggles */
.eco-nav-dropdown {
  position: relative;
}

.eco-nav-dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.7rem;
  margin: 0;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--eco-matte);
  background: transparent;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}

a.eco-nav-dropdown-btn {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

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

.eco-nav-dropdown-btn:focus-visible {
  outline: 2px solid var(--eco-mint);
  outline-offset: 2px;
}

.eco-nav-chevron {
  font-size: 0.6rem;
  opacity: 0.75;
  transition: transform 0.25s ease;
}

@media (min-width: 1081px) {
  .eco-nav-dropdown:hover .eco-nav-chevron {
    transform: rotate(180deg);
  }
}

.eco-nav-dropdown.is-open .eco-nav-chevron {
  transform: rotate(180deg);
}

.eco-nav-submenu {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  list-style: none;
  margin: 0;
  padding: 0.45rem;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 248px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(149, 213, 178, 0.45);
  box-shadow: 0 20px 50px rgba(8, 28, 21, 0.14), 0 0 0 1px rgba(8, 28, 21, 0.04);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
  z-index: 1002;
}

.eco-nav-submenu a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  margin: 0;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--eco-matte);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.eco-nav-submenu a i {
  width: 1.1rem;
  text-align: center;
  color: #2d6a4f;
  font-size: 0.95rem;
}

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

.eco-nav-submenu a.eco-nav-submenu-all {
  margin-top: 0.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(149, 213, 178, 0.35);
  font-weight: 700;
  color: var(--eco-forest);
}

@media (min-width: 1081px) {
  /* Invisible gap so cursor can move from label to menu without closing */
  .eco-nav-dropdown::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.75rem;
  }
  .eco-nav-dropdown:hover .eco-nav-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}

.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-phone-cta-quote {
  background: transparent;
  border: 2px solid var(--eco-forest);
  color: var(--eco-forest) !important;
  box-shadow: none;
}

.eco-phone-cta-quote:hover {
  background: rgba(149, 213, 178, 0.28);
  color: var(--eco-forest) !important;
  box-shadow: 0 4px 16px rgba(8, 28, 21, 0.12);
}

.eco-header-cta-primary {
  background: linear-gradient(145deg, #0a3024 0%, var(--eco-forest) 42%, #0c3d2e 100%);
  box-shadow: 0 4px 18px rgba(8, 28, 21, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(149, 213, 178, 0.35);
}

.eco-header-cta-primary:hover {
  box-shadow: 0 6px 26px rgba(8, 28, 21, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

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

.eco-nav-call {
  display: none;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  background: rgba(149, 213, 178, 0.2);
  color: var(--eco-forest) !important;
  font-weight: 700;
}

.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-header-inner {
    flex-wrap: wrap;
  }
  .eco-nav {
    display: none;
    max-width: none;
  }
  .eco-nav.open {
    display: flex;
    flex-direction: column;
    width: 100%;
    order: 4;
    flex-basis: 100%;
    padding: 0.75rem 0 0.5rem;
    border-top: 1px solid rgba(149, 213, 178, 0.35);
    margin-top: 0.5rem;
    gap: 0;
    max-height: min(72vh, calc(100dvh - 120px));
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .eco-nav.open > a {
    padding: 0.9rem 1rem;
    min-height: 48px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
  }
  .eco-nav.open .eco-nav-call {
    display: flex;
  }
  .eco-nav.open .eco-nav-dropdown {
    width: 100%;
  }
  .eco-nav.open .eco-nav-dropdown-btn {
    width: 100%;
    justify-content: space-between;
    padding: 0.9rem 1rem;
    min-height: 48px;
    border-radius: 10px;
    text-align: left;
  }
  .eco-nav.open .eco-nav-submenu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    min-width: 0;
    width: 100%;
    margin: 0.25rem 0 0.35rem;
    padding: 0.35rem;
    background: rgba(149, 213, 178, 0.12);
    border: 1px solid rgba(149, 213, 178, 0.28);
    box-shadow: none;
  }
  .eco-nav.open .eco-nav-dropdown.is-open .eco-nav-submenu {
    display: flex;
    flex-direction: column;
  }
  .eco-nav.open .eco-nav-submenu a {
    padding: 0.75rem 0.85rem;
  }
  .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.65rem max(0.75rem, env(safe-area-inset-right)) 0.65rem max(0.75rem, env(safe-area-inset-left));
    gap: 0.5rem;
  }
  .eco-logo-img {
    max-width: min(220px, 52vw);
    max-height: 42px;
  }
  .eco-phone-cta span { display: none; }
  .eco-phone-cta { padding: 0.55rem 0.85rem; min-width: 44px; min-height: 44px; justify-content: center; }
}

@media (max-width: 480px) {
  .eco-logo-img {
    max-width: min(190px, 48vw);
    max-height: 38px;
  }
}

@media (max-width: 360px) {
  .eco-logo-img {
    max-width: min(168px, 46vw);
    max-height: 34px;
  }
}

/* Floating Call Now - Pay Per Call (always visible) */
.eco-fab,
.eco-fab-call,
.eco-float-call {
  position: fixed;
  bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  right: max(1rem, env(safe-area-inset-right, 0px));
  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: min(70vh, 820px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

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

.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); }
}

/* Readable left column + open right for photography */
.eco-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(248, 249, 250, 0.98) 0%,
    rgba(248, 249, 250, 0.9) 22%,
    rgba(248, 249, 250, 0.55) 48%,
    rgba(248, 249, 250, 0.18) 68%,
    transparent 88%
  );
  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(
      165deg,
      rgba(248, 249, 250, 0.97) 0%,
      rgba(248, 249, 250, 0.82) 38%,
      rgba(248, 249, 250, 0.35) 72%,
      rgba(8, 28, 21, 0.12) 100%
    );
  }
  .eco-hero-inner {
    padding: 5rem 1.25rem 3rem;
  }
}

.eco-hero-content {
  max-width: 38rem;
  padding-left: 1rem;
  border-left: 4px solid var(--eco-mint);
  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%;
    padding-left: 0;
    border-left: none;
  }
}

.eco-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem 0.45rem 0.85rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(149, 213, 178, 0.55);
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--eco-forest);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.15rem;
  box-shadow: 0 4px 20px rgba(8, 28, 21, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.eco-hero-badge i { color: #2d6a4f; font-size: 0.85rem; }

.eco-hero-title {
  font-size: clamp(2.05rem, 4.2vw + 0.5rem, 3.5rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--eco-forest);
  margin: 0 0 1.1rem;
  text-wrap: balance;
}

.eco-hero-accent {
  display: inline;
  color: #0f5132;
  background: linear-gradient(120deg, rgba(149, 213, 178, 0.5) 0%, rgba(149, 213, 178, 0.15) 100%);
  background-repeat: no-repeat;
  background-size: 100% 42%;
  background-position: 0 88%;
  padding: 0 0.06em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.eco-hero-desc {
  font-size: clamp(1rem, 1.1vw + 0.85rem, 1.125rem);
  line-height: 1.65;
  color: rgba(26, 26, 26, 0.88);
  margin-bottom: 1.65rem;
  max-width: 32rem;
}

@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;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  border: none;
}

.eco-hero-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--eco-forest);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(149, 213, 178, 0.45);
  border-radius: 100px;
  box-shadow: 0 2px 10px rgba(8, 28, 21, 0.05);
}

.eco-hero-stat i {
  color: #2d6a4f;
  font-size: 0.8rem;
  opacity: 0.95;
}

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

.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-hint {
  margin: 0;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.95rem;
  color: var(--eco-matte);
  opacity: 0.88;
  line-height: 1.55;
  text-align: left;
}

.eco-book-hint i {
  color: var(--eco-forest);
  margin-right: 0.35rem;
}

.eco-ru-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.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-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.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-logo-link {
  display: inline-block;
  margin-bottom: 1.1rem;
  line-height: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.eco-footer-logo-link:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.eco-footer-logo-img {
  width: auto;
  height: auto;
  max-width: min(300px, 88vw);
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 768px) {
  .eco-footer-logo-img {
    max-width: min(360px, 100%);
    max-height: 72px;
  }
}

.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-contact-hint {
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 1rem;
  max-width: 22rem;
}

.eco-footer-contact-hint a {
  display: inline !important;
  margin: 0 !important;
  color: var(--eco-mint) !important;
  font-weight: 600;
}

.eco-footer-contact-hint a: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);
}

/* ========== INNER PAGES (Contact, About, Get Quote) ========== */
.eco-inner-hero {
  position: relative;
  min-height: 42vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--eco-forest) 0%, #0d2b22 100%);
}

.eco-inner-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.eco-inner-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

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

.eco-inner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8,28,21,0.85) 0%, rgba(13,43,34,0.9) 100%);
  z-index: 1;
}

.eco-inner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 3rem 1.5rem;
}

.eco-inner-content h1 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.75rem;
}

.eco-inner-content p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.9);
  margin: 0;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.eco-content {
  padding: 4rem 0;
}

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

.eco-content h2 {
  font-size: 1.6rem;
  color: var(--eco-forest);
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.eco-content h2 i {
  color: var(--eco-mint);
  font-size: 1.2rem;
}

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

.eco-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

.eco-two-col img {
  border-radius: var(--eco-radius);
  box-shadow: var(--eco-shadow-lg);
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 320px;
}

.eco-icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.eco-icon-item {
  background: #fff;
  border: 1px solid rgba(149, 213, 178, 0.4);
  border-radius: var(--eco-radius);
  padding: 1.5rem;
  box-shadow: var(--eco-shadow);
  transition: all 0.25s ease;
}

.eco-icon-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--eco-shadow-lg);
  border-color: var(--eco-mint);
}

.eco-icon-item i {
  display: block;
  font-size: 1.75rem;
  color: var(--eco-forest);
  margin-bottom: 0.75rem;
}

.eco-icon-item h4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  color: var(--eco-forest);
  margin: 0 0 0.5rem;
}

.eco-icon-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* CTA box - page call-to-action */
.eco-cta-box {
  background: linear-gradient(135deg, var(--eco-forest) 0%, #0d2b22 100%);
  border-radius: var(--eco-radius);
  padding: 2rem 2.5rem;
  text-align: center;
  margin-top: 2.5rem;
  box-shadow: 0 8px 32px rgba(8, 28, 21, 0.2);
}

.eco-cta-box h3 {
  color: #fff;
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}

.eco-cta-box p {
  color: rgba(255,255,255,0.9);
  margin: 0 0 1.25rem;
}

.eco-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.eco-cta-box .eco-btn-page.eco-btn-secondary {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.6);
}

.eco-cta-box .eco-btn-page.eco-btn-secondary:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
}

.eco-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.eco-cta,
.eco-cta-primary,
.eco-btn-page,
.eco-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.75rem;
  background: var(--eco-mint);
  color: var(--eco-forest) !important;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 12px;
  text-decoration: none !important;
  border: 2px solid rgba(149, 213, 178, 0.6);
  box-shadow: 0 4px 20px rgba(149, 213, 178, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eco-cta:hover,
.eco-cta-primary:hover,
.eco-btn-page.eco-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(149, 213, 178, 0.5);
}

.eco-btn-page.eco-btn-secondary {
  background: transparent;
  color: var(--eco-forest) !important;
  border: 2px solid var(--eco-mint);
}

.eco-btn-page.eco-btn-secondary:hover {
  background: var(--eco-mint);
}

.eco-btn-page.eco-btn-full { width: 100%; justify-content: center; }

.eco-btn-page.eco-btn-large { padding: 1.1rem 2rem; font-size: 1.15rem; }

.eco-cta-secondary,
.eco-btn-page.eco-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.5rem;
  background: transparent;
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 12px;
  text-decoration: none !important;
  border: 2px solid rgba(255,255,255,0.5);
  margin-left: 0.75rem;
  transition: all 0.2s ease;
}

.eco-cta-secondary:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
}

/* Contact page - contact cards */
.eco-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.eco-contact-card {
  background: #fff;
  border: 1px solid rgba(149, 213, 178, 0.35);
  border-radius: var(--eco-radius);
  padding: 1.5rem;
  box-shadow: var(--eco-shadow);
  transition: all 0.25s ease;
}

.eco-contact-card:hover {
  box-shadow: var(--eco-shadow-lg);
  border-color: var(--eco-mint);
}

.eco-contact-icon {
  width: 52px;
  height: 52px;
  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: 12px;
  color: var(--eco-forest);
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.eco-contact-card h3,
.eco-contact-card h4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.05rem;
  color: var(--eco-forest);
  margin: 0 0 0.5rem;
}

.eco-contact-card p,
.eco-contact-card address {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: rgba(26,26,26,0.85);
  line-height: 1.6;
}

.eco-contact-card address { font-style: normal; }

.eco-contact-areas { margin-top: 0.5rem !important; font-size: 0.85rem !important; color: rgba(26,26,26,0.75) !important; }

.eco-contact-card .eco-btn-page {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.eco-contact-card a {
  color: var(--eco-forest) !important;
  font-weight: 600;
  text-decoration: none;
}

.eco-contact-card a:hover { text-decoration: underline; }

/* Get Quote - service list */
.eco-quote-services {
  margin: 2rem 0;
}

.eco-quote-services h3 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.25rem;
  color: var(--eco-forest);
  margin: 0 0 1.25rem;
}

.eco-quote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.eco-quote-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(149, 213, 178, 0.3);
  border-radius: 12px;
  transition: all 0.2s ease;
}

.eco-quote-item:hover { border-color: var(--eco-mint); }

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

.eco-quote-item span { font-weight: 500; color: var(--eco-matte); }

.eco-quote-cta-single {
  max-width: 36rem;
  margin: 2.5rem auto 0;
  text-align: center;
}

.eco-quote-cta-single .eco-quote-call {
  padding: 1.75rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(149, 213, 178, 0.4);
  border-radius: var(--eco-radius);
  box-shadow: var(--eco-shadow);
}

/* Inner page mobile */
@media (max-width: 768px) {
  .eco-inner-hero { min-height: 35vh; }
  .eco-inner-content { padding: 2rem 1rem; }
  .eco-content { padding: 3rem 0; }
  .eco-two-col {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .eco-two-col img { order: -1; max-height: 240px; }
  .eco-icon-grid { grid-template-columns: 1fr; }
  .eco-cta-box { padding: 1.5rem 1.25rem; margin-top: 2rem; }
  .eco-cta-box .eco-cta-buttons { flex-direction: column; }
  .eco-cta-secondary { margin-left: 0; margin-top: 0.75rem; }
}

@media (max-width: 480px) {
  .eco-inner-hero { min-height: 30vh; }
  .eco-contact-grid { grid-template-columns: 1fr; }
  .eco-quote-services { grid-template-columns: 1fr; }
}

/* Added layout coverage for page components and new services */
.eco-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.eco-service-card {
  background: #fff;
  border: 1px solid rgba(149, 213, 178, 0.35);
  border-radius: 14px;
  padding: 1rem;
  box-shadow: var(--eco-shadow);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.eco-service-card img {
  border-radius: 10px;
  border: 1px solid rgba(149, 213, 178, 0.25);
}

.eco-service-card h3 {
  margin: 0;
  color: var(--eco-forest);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
}

.eco-service-card p {
  margin: 0;
  color: rgba(26, 26, 26, 0.85);
  flex: 1;
}

.eco-page-two-col {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 2rem;
}

.eco-page-main,
.eco-page-sidebar {
  background: #fff;
  border: 1px solid rgba(149, 213, 178, 0.28);
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: var(--eco-shadow);
}

.eco-sidebar-img img {
  width: 100%;
  border-radius: 12px;
}

.eco-sidebar-cta {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(149, 213, 178, 0.3);
}

.eco-keyword-list {
  margin: 1.75rem 0;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: rgba(149, 213, 178, 0.12);
  border: 1px solid rgba(149, 213, 178, 0.35);
}

.eco-keyword-list h4 {
  margin: 0 0 0.4rem;
  color: var(--eco-forest);
}

.eco-section-heading {
  margin-top: 2rem !important;
}

.eco-areas-grid,
.eco-why-grid,
.eco-local-grid,
.eco-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.eco-area-card,
.eco-why-card,
.eco-local-col,
.eco-review-card {
  background: #fff;
  border: 1px solid rgba(149, 213, 178, 0.3);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: var(--eco-shadow);
}

.eco-area-card h4,
.eco-why-card h3,
.eco-local-col h4 {
  margin-top: 0;
  color: var(--eco-forest);
}

.eco-page-hero {
  padding: 5rem 0 3rem;
  background: linear-gradient(130deg, #0b2a21 0%, #123a2e 100%);
}

.eco-page-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 0 1.5rem;
}

.eco-page-hero-inner h1 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.eco-page-content {
  padding: 3rem 0 4rem;
}

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

@media (max-width: 860px) {
  .eco-page-two-col {
    grid-template-columns: 1fr;
  }
}

/* Premium motion and visual polish */
.eco-section,
.eco-service-card,
.eco-diff-card,
.eco-area-card,
.eco-icon-item,
.eco-page-main,
.eco-page-sidebar,
.eco-cta-box {
  animation: eco-fade-up 0.7s ease both;
}

.eco-section:nth-of-type(2n),
.eco-service-card:nth-child(2n),
.eco-diff-card:nth-child(2n),
.eco-icon-item:nth-child(2n) {
  animation-delay: 0.08s;
}

.eco-section:nth-of-type(3n),
.eco-service-card:nth-child(3n),
.eco-diff-card:nth-child(3n),
.eco-icon-item:nth-child(3n) {
  animation-delay: 0.14s;
}

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

.eco-hero {
  isolation: isolate;
}

.eco-hero::before,
.eco-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 1;
}

.eco-hero::before {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(149,213,178,0.3) 0%, rgba(149,213,178,0.02) 72%);
  top: -60px;
  right: -80px;
  animation: eco-float-orb 8s ease-in-out infinite;
}

.eco-hero::after {
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(149,213,178,0.26) 0%, rgba(149,213,178,0.01) 74%);
  bottom: -80px;
  left: -60px;
  animation: eco-float-orb 10s ease-in-out infinite reverse;
}

@keyframes eco-float-orb {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-14px) translateX(8px); }
}

.eco-services-grid .eco-service-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.eco-services-grid .eco-service-card::before {
  content: "";
  position: absolute;
  inset: -120% auto auto -40%;
  width: 48%;
  height: 300%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(149,213,178,0.22) 50%, rgba(255,255,255,0) 100%);
  transition: transform 0.65s ease;
  pointer-events: none;
}

.eco-services-grid .eco-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 34px rgba(8, 28, 21, 0.16);
  border-color: rgba(149, 213, 178, 0.8);
}

.eco-services-grid .eco-service-card:hover::before {
  transform: translateX(460px) rotate(18deg);
}

.eco-service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.eco-service-card:hover img {
  transform: scale(1.03);
  filter: saturate(1.08);
}

.eco-diff-card,
.eco-icon-item,
.eco-area-card,
.eco-page-main,
.eco-page-sidebar {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.eco-diff-card:hover,
.eco-icon-item:hover,
.eco-area-card:hover,
.eco-page-main:hover,
.eco-page-sidebar:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(8, 28, 21, 0.13);
  border-color: rgba(149, 213, 178, 0.72);
}

.eco-instant-call,
.eco-btn-primary,
.eco-btn-secondary,
.eco-btn-page {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.eco-instant-call:hover,
.eco-btn-primary:hover,
.eco-btn-secondary:hover,
.eco-btn-page:hover {
  transform: translateY(-2px);
}

.eco-inner-hero {
  position: relative;
}

.eco-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(149,213,178,0.1), rgba(255,255,255,0.02), rgba(149,213,178,0.14));
  mix-blend-mode: screen;
  pointer-events: none;
  animation: eco-hero-sheen 9s linear infinite;
}

@keyframes eco-hero-sheen {
  0% { opacity: 0.18; transform: translateX(-2%); }
  50% { opacity: 0.34; transform: translateX(2%); }
  100% { opacity: 0.18; transform: translateX(-2%); }
}

/* Split rows (homepage + landing sections) */
.eco-split-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

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

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

.eco-split-inner .eco-section-title {
  text-align: left;
  margin-left: 0;
}

.eco-split-inner .eco-section-sub {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.eco-split-inner.eco-split-reverse .eco-split-img { order: 2; }
.eco-split-inner.eco-split-reverse .eco-split-content { order: 1; }

.eco-section-title-left {
  text-align: left !important;
  margin-left: 0 !important;
}

.eco-section-sub-left {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.eco-ru-photo-frame {
  position: relative;
  border: 1px solid rgba(149, 213, 178, 0.45);
  box-shadow: 0 12px 40px rgba(8, 28, 21, 0.18);
}

.eco-ru-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.eco-ru-checklist {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.eco-ru-checklist li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-bottom: 0.85rem;
  color: rgba(26, 26, 26, 0.9);
  line-height: 1.55;
}

.eco-ru-checklist i {
  color: var(--eco-forest);
  margin-top: 0.2rem;
}

.eco-ru-area-wrap {
  padding-top: 3rem;
}

.eco-ru-area-banner {
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 0 1.5rem;
  min-height: 240px;
  border-radius: var(--eco-radius);
  background-size: cover;
  background-position: center;
  box-shadow: var(--eco-shadow-lg);
  border: 1px solid rgba(149, 213, 178, 0.35);
}

.eco-book-split {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.eco-book-split-img img {
  width: 100%;
  border-radius: var(--eco-radius);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.eco-book-split-content .eco-book-actions {
  justify-content: flex-start;
}

.eco-book-split-content .eco-book-hint {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 900px) {
  .eco-split-inner,
  .eco-book-split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .eco-split-inner.eco-split-reverse .eco-split-img,
  .eco-split-inner.eco-split-reverse .eco-split-content {
    order: unset;
  }
  .eco-split-inner .eco-split-img { order: 1; }
  .eco-split-inner .eco-split-content { order: 2; }
  .eco-book-split-img { order: 1; }
  .eco-book-split-content { order: 2; }
}

/* ========== Mobile & small screens ========== */
@media (max-width: 768px) {
  .eco-section {
    padding: 2.75rem 0;
  }
  .eco-section-inner {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }
  .eco-section-title {
    font-size: clamp(1.45rem, 6vw, 2rem);
    line-height: 1.15;
    padding: 0 0.25rem;
  }
  .eco-section-sub {
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
    padding: 0 0.25rem;
  }
  .eco-hero {
    min-height: min(78vh, 640px);
  }
  .eco-hero-inner {
    padding: 4.25rem max(1rem, env(safe-area-inset-left)) 2.5rem max(1rem, env(safe-area-inset-right));
  }
  .eco-hero-title {
    font-size: clamp(1.65rem, 7vw, 2.5rem);
  }
  .eco-hero-desc {
    font-size: 1rem;
  }
  .eco-hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 22rem;
  }
  .eco-hero-actions .eco-hero-cta-primary,
  .eco-hero-actions .eco-hero-cta-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
    min-height: 48px;
  }
  .eco-hero-stats {
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
  }
  .eco-hero-stat {
    justify-content: center;
    text-align: center;
  }
  .eco-trust-inner {
    gap: 0.85rem 1.25rem;
    padding: 0 max(0.5rem, env(safe-area-inset-left)) 0 max(0.5rem, env(safe-area-inset-right));
  }
  .eco-trust-item {
    font-size: 0.82rem;
  }
  .eco-services-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .eco-ru-area-banner {
    min-height: 180px;
    margin-left: max(0.75rem, env(safe-area-inset-left));
    margin-right: max(0.75rem, env(safe-area-inset-right));
    border-radius: 12px;
  }
  .eco-split-inner {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    gap: 1.75rem;
  }
  .eco-book-split {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }
  .eco-book-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .eco-book-actions .eco-btn-primary,
  .eco-book-actions .eco-btn-secondary {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }
  .eco-inner-hero .eco-inner-content {
    padding-left: max(1.25rem, env(safe-area-inset-left));
    padding-right: max(1.25rem, env(safe-area-inset-right));
  }
  .eco-inner-content h1 {
    font-size: clamp(1.5rem, 6.5vw, 2.35rem);
  }
  .eco-footer-inner {
    padding-left: max(1.25rem, env(safe-area-inset-left));
    padding-right: max(1.25rem, env(safe-area-inset-right));
  }
}

@media (max-width: 640px) {
  .eco-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.75rem;
  }
  .eco-footer-contact-hint {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
  }
  .eco-footer-col a {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
  .eco-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .eco-footer-legal {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .eco-icon-grid {
    grid-template-columns: 1fr;
  }
  .eco-page-two-col {
    gap: 1.25rem;
  }
  .eco-content-inner {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }
  .eco-cta-box .eco-cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  .eco-cta-box .eco-btn-page {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .eco-sticky-call {
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .eco-sticky-call span {
    font-size: 0.78rem;
    text-align: center;
    line-height: 1.3;
  }
  .eco-sticky-call a {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eco-section,
  .eco-service-card,
  .eco-diff-card,
  .eco-area-card,
  .eco-icon-item,
  .eco-page-main,
  .eco-page-sidebar,
  .eco-cta-box,
  .eco-hero::before,
  .eco-hero::after,
  .eco-inner-hero::before {
    animation: none !important;
  }
  .eco-services-grid .eco-service-card::before {
    display: none;
  }
}
