/*
Theme Name: Blue Collar Heating Air v8.0.0 SCHEMA AUTO
Theme URI: https://bchadenver.com
Author: Blue Collar Development
Author URI: https://bchadenver.com
Description: Professional HVAC theme with automatic schema generation
Version: 8.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bcha
*/

:root {
  --navy: #003E7E;
  --navy-dark: #002f61;
  --orange: #F7941D;
  --orange-dark: #e68108;
  --white: #ffffff;
  --light: #f5f5f5;
  --text: #1d1d1f;
  --muted: #6b7280;
  --border: #e5e7eb;
  --shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  --radius: 18px;
  --max: 1420px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.55;
}

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

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

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

.topbar {
  background: var(--navy-dark);
  color: var(--white);
  font-size: 0.9rem;
}

@media (max-width: 820px) {
  .topbar {
    display: none;
  }
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  align-items: center;
  flex-wrap: wrap;
}

.topbar .pill-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pill {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
}

header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}

main {
  padding-top: 150px;
}

@media (max-width: 820px) {
  main {
    padding-top: 80px;
  }
}

.hamburger {
  display: none !important;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--navy);
  transition: 0.3s;
}

@media (max-width: 820px) {
  header {
    padding: 0;
  }

  .nav-top {
    padding: 12px 0;
  }

  .header-actions {
    display: none;
  }

  .nav-bottom {
    display: none;
  }

  .hamburger {
    display: flex !important;
    z-index: 101;
  }

  .nav-links {
    display: none !important;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    flex-direction: column;
    padding: 20px;
    gap: 4px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    overflow-y: auto;
    max-height: calc(100vh - 70px);
    justify-content: flex-start;
  }

  .nav-links.active {
    display: flex !important;
  }

  .nav-links li {
    width: 100%;
    border-bottom: 1px solid var(--border);
    padding: 8px 0;
  }

  .nav-links > li > a {
    font-size: 1.05rem;
    padding: 12px 0;
    display: block;
  }

  .nav-links > li > a::after {
    display: none;
  }

  .logo-text span {
    font-size: 0.75rem;
  }

  .logo-text strong {
    font-size: 0.95rem;
  }

  .logo-mark {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }
  
  .container {
    width: min(var(--max), 94%);
  }
}

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

.nav-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}

.header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  display: grid;
  place-items: center;
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
}

.logo-text strong {
  display: block;
  font-size: 1.05rem;
  color: var(--navy);
}

.logo-text span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.nav-bottom {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
  list-style: none;
  color: #243447;
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: space-between;
}

.nav-links li {
  list-style: none;
  position: relative;
  white-space: nowrap;
}

.nav-links .btn {
  display: none;
}

.nav-links a {
  color: var(--text);
  transition: color 0.2s ease;
  padding: 8px 0;
  display: inline-block;
}

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

.nav-links > li > a {
  position: relative;
}

.nav-links > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-links > li > a:hover::after {
  transform: scaleX(1);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  font-weight: 700;
  padding: 12px 24px;
  transition: 0.2s ease;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 0.95rem;
  white-space: nowrap;
}

.btn::after {
  display: none !important;
}

.btn-primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(247, 148, 29, 0.28);
}

.btn-primary:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(247, 148, 29, 0.35);
}

.btn-secondary {
  background: var(--white);
  border-color: var(--navy);
  color: var(--navy);
}

.btn-secondary:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-outline {
  border-color: var(--navy);
  color: var(--navy);
  background: transparent;
}

.btn-outline:hover {
  background: var(--navy);
  color: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,62,126,0.85) 0%, rgba(0,62,126,0.72) 45%, rgba(0,62,126,0.60) 100%),
    url('https://bchadenver.com/wp-content/uploads/2026/03/bcha_hero.png') center/cover no-repeat,
    var(--navy);
  color: var(--white);
  padding: 60px 0;
}

@media (max-width: 820px) {
  .hero {
    padding: 30px 0 40px;
  }

  .hero h1 {
    font-size: 1.8rem;
    line-height: 1.1;
    margin-bottom: 12px;
  }

  .hero p {
    font-size: 0.95rem;
    margin-bottom: 16px;
  }

  .hero-checks {
    font-size: 0.8rem;
    gap: 8px;
  }

  .hero-checks li {
    padding: 6px 10px;
  }

  .eyebrow {
    font-size: 0.75rem;
    margin-bottom: 8px;
  }
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(247,148,29,0.22), transparent 32%),
    radial-gradient(circle at bottom left, rgba(255,255,255,0.08), transparent 24%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  padding: 78px 0 68px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  color: var(--white);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 1.02;
  max-width: 760px;
  margin-bottom: 16px;
}

.hero p {
  font-size: 1.08rem;
  color: rgba(255,255,255,0.92);
  max-width: 680px;
  margin-bottom: 26px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.hero-checks {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  list-style: none;
}

.hero-checks li {
  background: rgba(255,255,255,0.11);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 0.9rem;
  font-weight: 600;
}

.quote-card {
  background: var(--white);
  color: var(--text);
  border-radius: 22px;
  padding: 26px;
  box-shadow: var(--shadow);
  max-width: 430px;
  margin-left: auto;
}

.quote-card h3 {
  color: var(--navy);
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.quote-card p {
  color: var(--muted);
  font-size: 0.97rem;
  margin-bottom: 18px;
}

.form-grid {
  display: grid;
  gap: 12px;
}

.input,
select {
  width: 100%;
  padding: 14px 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: 0.96rem;
  outline: none;
}

.input:focus,
select:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 4px rgba(0,62,126,0.08);
}

.fine {
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 10px;
}

.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.trust-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  gap: 18px;
  padding: 22px 0;
  align-items: center;
}

.rating-box strong {
  display: block;
  color: var(--navy);
  font-size: 1.25rem;
}

.rating-box span {
  color: var(--muted);
  font-size: 0.93rem;
}

/* TRUST STRIP */
.trust-strip {
  background: #f5f5f5;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 40px 4%;
}

.trust-grid {
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.trust-block {
  width: 32%;
}

.trust-block:nth-child(2) {
  text-align: center;
}

.trust-block:nth-child(2) .platforms-list {
  justify-content: center;
}

.trust-block:last-child {
  text-align: right;
}

.trust-block:last-child .badge-row {
  float: right;
}

.rating-num {
  font-size: 52px;
  color: #003E7E;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 700;
}

.trust-strip .stars {
  display: inline-flex;
  gap: 4px;
  margin-bottom: 8px;
}

.trust-strip .stars svg {
  width: 16px;
  height: 16px;
}

.rating-sub {
  font-size: 13px;
  color: #64748b;
}

.platforms-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  margin-bottom: 14px;
  font-weight: 600;
}

.platforms-list {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}

.plat-tag {
  font-size: 13px;
  font-weight: 500;
  color: #003E7E;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 7px 14px;
}

.badge-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.badge-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #F7941D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.badge-text strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #003E7E;
  margin-bottom: 2px;
}

.badge-text span {
  font-size: 13px;
  color: #64748b;
}

@media (max-width: 820px) {
  .trust-grid {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .trust-block {
    width: 100%;
    text-align: center;
  }

  .trust-block:last-child .badge-row {
    float: none;
    justify-content: center;
  }

  .trust-block:nth-child(2) .platforms-list {
    justify-content: center;
  }
}

section {
  padding: 78px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head.center {
  text-align: center;
  margin: 0 auto 34px;
}

.section-head .kicker {
  color: var(--orange);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.section-head h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.08;
  color: var(--navy);
  margin-bottom: 12px;
}

.section-head p {
  color: var(--muted);
  font-size: 1rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  padding: 24px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.04);
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}

.icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(0,62,126,0.08);
  display: grid;
  place-items: center;
  color: var(--navy);
  font-size: 1.4rem;
  font-weight: 800;
}

.service-card h3,
.card h3 {
  color: var(--navy);
  font-size: 1.2rem;
}

.service-card p,
.card p {
  color: var(--muted);
  font-size: 0.98rem;
}

.service-link {
  color: var(--orange);
  font-weight: 800;
  margin-top: auto;
}

.dark-band {
  background: #003E7E;
  color: var(--white);
}

.dark-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.dark-band h2 {
  color: var(--white);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  margin-bottom: 12px;
}

.dark-band p {
  color: rgba(255,255,255,0.88);
  margin-bottom: 18px;
  max-width: 680px;
}

.bullet-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 20px 0 26px;
}

.bullet-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255,255,255,0.94);
}

.bullet-list li::before {
  content: "•";
  color: var(--orange);
  font-size: 1.4rem;
  line-height: 1;
}

.dark-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 24px;
  border-radius: 22px;
}

.light-section {
  background: var(--light);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.check-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #334155;
}

.check-list li::before {
  content: "✓";
  color: var(--orange);
  font-weight: 800;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.review-card {
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--white);
  padding: 24px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

/* Review stars for review cards */
.review-card .stars {
  color: var(--orange);
  font-size: 1.05rem;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}

.review-card p {
  color: #334155;
  margin-bottom: 16px;
}

.review-card strong {
  display: block;
  color: var(--navy);
}

.review-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.project-card {
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 12px 26px rgba(0,0,0,0.05);
}

.project-card img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.project-content {
  padding: 18px;
}

.project-content h3 {
  color: var(--navy);
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.project-content p {
  color: var(--muted);
  font-size: 0.94rem;
  margin-bottom: 12px;
}

.finance-boxes,
.city-grid,
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.city-card,
.resource-card,
.finance-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px;
}

.city-card ul,
.resource-card ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: var(--muted);
}

.cta-banner {
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  color: var(--white);
  border-radius: 26px;
  padding: 42px 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  box-shadow: var(--shadow);
}

.cta-banner h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  margin-bottom: 10px;
  line-height: 1.08;
}

.cta-banner p {
  color: rgba(255,255,255,0.88);
  max-width: 760px;
}

footer {
  background: #003E7E;
  color: var(--white);
  margin-top: 0;
  padding: 0;
}

main {
  margin-bottom: 0;
  padding-bottom: 0;
}

main + footer {
  margin-top: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0 40px;
  padding: 54px 0 26px;
}

.footer-grid > div + div {
  border-left: 1px solid rgba(255,255,255,0.1);
  padding-left: 40px;
}

.footer-grid h4 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 1rem;
}

.footer-grid p,
.footer-grid li,
.footer-grid a {
  color: rgba(255,255,255,0.76);
  font-size: 0.94rem;
}

.footer-grid ul {
  list-style: none;
  display: grid;
  gap: 8px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 16px 0 26px;
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
}

.sticky-mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: none;
  background: var(--white);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 24px rgba(0,0,0,0.08);
}

.sticky-mobile-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
}

.sticky-mobile-call {
  background: var(--orange);
  color: var(--white);
  text-align: center;
  padding: 16px 24px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  display: block;
}

.sticky-mobile-call:hover {
  background: #d96624;
  transform: translateY(-1px);
}

.sticky-mobile-schedule {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
  text-align: center;
  padding: 16px 24px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  display: block;
}

.sticky-mobile-schedule:hover {
  background: var(--navy);
  color: var(--white);
}

/* ==============================================
   Verified On Section
   ============================================== */

.verified-on-section {
  background: var(--white);
  padding: 60px 0;
  border-top: 1px solid var(--border);
}

.verified-on-brand {
  text-align: center;
  margin-bottom: 40px;
}

.verified-brand-logo {
  max-width: 280px;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

.verified-tagline {
  font-size: 1.125rem;
  font-weight: 600;
  color: #4b5563;
  letter-spacing: 0.02em;
  margin: 0;
}

.verified-on-label {
  text-align: center;
  color: #9ca3af;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.verified-on-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: center;
  justify-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.verified-logo {
  max-width: 140px;
  width: 100%;
  height: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
}

.verified-logo:hover {
  opacity: 0.9;
  filter: grayscale(0%);
}

@media (max-width: 1100px) {
  .verified-on-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 640px) {
  .verified-on-section {
    padding: 40px 0;
  }

  .verified-brand-logo {
    max-width: 220px;
  }

  .verified-tagline {
    font-size: 1rem;
  }

  .verified-on-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .verified-logo {
    max-width: 100px;
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .dark-grid,
  .split,
  .cta-banner {
    grid-template-columns: 1fr;
  }

  .quote-card {
    margin-left: 0;
    max-width: none;
    padding: 18px 16px;
  }

  .quote-card h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .quote-card p {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }

  .form-grid {
    gap: 8px;
  }

  .input, select {
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .fine {
    font-size: 0.75rem;
    margin-top: 8px;
  }

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

  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 820px) {
  .services-grid,
  .reviews-grid,
  .finance-boxes,
  .city-grid,
  .resource-grid,
  .projects-grid,
  .footer-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    background-position: center;
  }

  .sticky-mobile {
    display: block;
  }

  body {
    padding-bottom: 86px;
  }

  .cta-bottom {
    padding-bottom: 120px !important;
  }
}

/* ============================================
   PAGE TEMPLATE STYLES
   ============================================ */

.page-hero {
  background: #003E7E;
  color: var(--white);
  padding: 80px 0 60px;
  margin-bottom: 60px;
}

.page-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.page-content {
  padding: 60px 0;
}

.content-wrapper {
  max-width: 900px;
}

.main-content {
  background: var(--white);
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4 {
  color: var(--navy);
  margin-top: 2em;
  margin-bottom: 0.8em;
  font-weight: 700;
  line-height: 1.3;
}

.main-content h1 {
  font-size: 2.2rem;
  border-bottom: 3px solid var(--orange);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  margin-top: 0;
}

.main-content h2 {
  font-size: 2rem;
  margin-top: 2.5em;
  font-weight: 700;
}

/* Two-column layout for "What We Fix" and similar sections */
.main-content ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 2em 0;
}

.main-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #f8fafc;
  border-radius: 12px;
  border-left: 3px solid var(--orange);
  transition: all 0.2s ease;
}

.main-content ul li:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transform: translateX(4px);
}

.main-content ul li::before {
  content: "✓";
  color: var(--orange);
  font-weight: 800;
  flex-shrink: 0;
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 2px;
}

.main-content ul li strong {
  display: block;
  color: var(--navy);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 4px;
}

@media (max-width: 820px) {
  .main-content ul {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .main-content ul li {
    padding: 16px;
  }
}

.main-content h3 {
  font-size: 1.5rem;
  margin-top: 2em;
  font-weight: 600;
}

.main-content h4 {
  font-size: 1.2rem;
  margin-top: 1.5em;
}

.main-content p {
  margin-bottom: 1.5em;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.7;
}

.main-content ul,
.main-content ol {
  margin: 1.5em 0 1.5em 2em;
  line-height: 1.8;
}

.main-content li {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.05rem;
  color: var(--text);
}

.main-content ul li {
  list-style: none;
  position: relative;
}

.main-content strong {
  color: var(--navy);
  font-weight: 700;
}

.main-content a {
  color: var(--orange);
  text-decoration: underline;
  font-weight: 600;
}

.main-content a:hover {
  color: var(--orange-dark);
}

/* FAQ Styling */
.main-content h4 + p {
  background: var(--light);
  padding: 1.2em 1.5em;
  border-radius: var(--radius);
  border-left: 4px solid var(--orange);
  margin-top: 0.5em;
}

@media (max-width: 820px) {
  .page-hero {
    padding: 50px 0 40px;
    margin-bottom: 40px;
  }
  
  .page-hero h1 {
    font-size: 1.8rem;
  }
  
  .page-content {
    padding: 0 0 50px;
  }
  
  .main-content h1 {
    font-size: 1.6rem;
  }
  
  .main-content h2 {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .main-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  
  .main-content p,
  .main-content li {
    font-size: 1rem;
  }
}

/* ============================================
   DROPDOWN MENU STYLES
   ============================================ */

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.arrow {
  font-size: 0.7em;
  transition: transform 0.3s ease;
}

.sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-width: 240px;
  padding: 8px 0;
  z-index: 100;
}

/* Add invisible bridge to prevent gap */
.menu-item-has-children::before {
  content: '';
  position: absolute;
  top: 100%;
  left: -10px;
  right: -10px;
  height: 10px;
  background: transparent;
  z-index: 99;
}

.sub-menu li {
  list-style: none;
  margin: 0;
}

.sub-menu li a {
  display: block;
  padding: 12px 20px;
  color: var(--text);
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
  font-weight: 500;
}

.sub-menu li a:hover {
  background: var(--light);
  color: var(--navy);
  border-left-color: var(--orange);
}

.menu-item-has-children:hover > .sub-menu {
  display: block;
  animation: fadeInDown 0.3s ease;
}

.menu-item-has-children:hover > a .arrow {
  transform: rotate(180deg);
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile dropdown styles */
@media (max-width: 820px) {
  .sub-menu {
    position: static;
    box-shadow: none;
    border: none;
    border-left: 3px solid var(--orange);
    padding: 12px 0 12px 20px;
    margin-top: 8px;
    background: rgba(0, 62, 126, 0.04);
    border-radius: 8px;
    min-width: 100%;
  }
  
  .sub-menu li {
    border-bottom: none;
    padding: 4px 0;
  }
  
  .sub-menu li a {
    font-size: 0.95rem;
    padding: 10px 12px;
    border-left: none;
  }

  .menu-item-has-children > .sub-menu {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .menu-item-has-children.active > .sub-menu {
    display: block;
    max-height: 1000px;
  }
  
  .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  
  .arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
  }
  
  .menu-item-has-children.active > a .arrow {
    transform: rotate(180deg);
  }
}

/* ============================================
   CONTACT PAGE STYLES
   ============================================ */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  margin-bottom: 50px;
}

.contact-info {
  padding-right: 20px;
}

.contact-item {
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border);
}

.contact-item:last-child {
  border-bottom: none;
}

.contact-item h3 {
  color: var(--navy);
  font-size: 1.1rem;
  margin-bottom: 10px;
  margin-top: 0;
}

.contact-item p {
  margin-bottom: 8px;
  line-height: 1.6;
}

.contact-item a {
  color: var(--orange);
  text-decoration: none;
  font-weight: 600;
}

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

.contact-form-container {
  position: relative;
}

.form-placeholder code {
  background: rgba(0,62,126,0.1);
  padding: 3px 8px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.9em;
}

@media (max-width: 820px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .contact-info {
    padding-right: 0;
  }
}

/* ============================================
   SERVICE PAGE STYLES - UX & CRO OPTIMIZED
   ============================================ */

/* Hide Final CTA Section on Service Pages Only */
.template-service .final-cta-section,
.page-template-template-service .final-cta-section {
  display: none !important;
}

/* Trust Badges Bar */
.trust-badges {
  background: #f8fafc;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  border-bottom: 2px solid var(--orange);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.trust-badges span {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Service Hero Section */
.service-hero-wrapper {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  padding: 60px 0;
}

.service-hero-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(247,148,29,0.22), transparent 32%),
    radial-gradient(circle at bottom left, rgba(255,255,255,0.08), transparent 24%);
  pointer-events: none;
  z-index: 2;
}

.service-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 3;
  max-width: var(--max);
  margin: 0 auto;
  width: min(var(--max), 92%);
}

.service-hero h1 {
  margin-bottom: 15px;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.1;
  color: white;
}

.service-hero .subtitle {
  color: rgba(255,255,255,0.85);
}

.service-hero .availability {
  color: #22c55e;
}

.service-hero .hero-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.subtitle {
  font-size: 1.15rem;
  color: var(--muted);
  margin-bottom: 25px;
  line-height: 1.4;
  max-width: 550px;
}

.cta-group {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.btn-large {
  padding: 14px 28px;
  font-size: 1rem;
}

.btn-xl {
  padding: 16px 32px;
  font-size: 1.1rem;
  box-shadow: 0 8px 20px rgba(247, 148, 29, 0.25);
  flex: 0 0 auto;
  min-width: 220px;
  max-width: 300px;
}

.availability {
  color: #15803d;
  font-weight: 800;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.availability::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

.service-area-badge {
  background: #f8fafc;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  border-bottom: 2px solid var(--orange);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .service-area-badge {
    font-size: 0.85rem;
    padding: 10px 15px;
  }
}

/* Info Box Grid */
.info-box-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 40px 0;
}

.info-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px 15px;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.info-box:hover {
  transform: translateY(-3px);
  border-color: var(--orange);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.info-icon {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: var(--navy);
  display: block;
  font-weight: 900;
}

.info-box h3 {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0 0 4px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.info-number {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--navy);
  margin: 2px 0;
  display: block;
  line-height: 1.1;
}

.info-box p {
  color: var(--text);
  margin: 6px 0 0;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Problem Checklist */
.problem-checklist {
  background: #fff;
  border: 1px solid var(--border);
  border-top: 4px solid var(--orange);
  border-radius: 12px;
  padding: 30px;
  margin: 40px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.problem-checklist h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.75rem;
  color: var(--navy);
}

.problem-item {
  padding: 12px 15px;
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.2s;
}

.problem-item:last-child {
  border-bottom: none;
}

.problem-item:hover {
  background: #f8fafc;
}

.problem-item label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.4;
}

.problem-item strong {
  color: var(--navy);
  font-weight: 700;
}

.problem-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
  accent-color: var(--orange);
  margin-top: 2px;
}

.problem-cta {
  background: var(--navy);
  color: white;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}

.problem-cta p {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: white !important;
  font-weight: 600;
}

.problem-cta .btn {
  background: var(--orange);
  color: white !important;
  border: none;
}

/* Process Timeline */
.process-timeline {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 40px 0;
  padding: 10px 0;
  gap: 15px;
}

.timeline-step {
  flex: 1;
  text-align: center;
  padding: 20px 15px;
  background: #f8fafc;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-number {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--navy);
  color: white;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  flex-shrink: 0;
}

.timeline-step h3 {
  color: var(--navy);
  margin: 8px 0 6px;
  font-size: 1.1rem;
  font-weight: 700;
}

.timeline-step p {
  color: var(--muted);
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
}

.timeline-arrow {
  font-size: 1.2rem;
  color: var(--border);
  display: flex;
  align-items: center;
  padding: 0;
}

/* Comparison Table - Needs proper wrapper */
.comparison-wrapper {
  max-width: 100%;
  margin: 40px 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.comparison-wrapper h2 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 2rem;
  color: var(--navy);
}

.comparison-table {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 0;
  max-width: 100%;
  margin: 0;
  align-items: stretch;
}

.comparison-column {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.comparison-column ul {
  display: block !important;
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-column ul li {
  display: block !important;
  margin-bottom: 12px;
  padding-left: 28px !important;
  position: relative;
  line-height: 1.6;
  color: #1d1d1f;
  font-size: 15px;
}

.comparison-column ul li::before {
  content: "✓" !important;
  color: #E8702A !important;
  font-weight: 700;
  font-size: 18px;
  position: absolute !important;
  left: 0 !important;
  top: 0;
}

.comparison-column.repair {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.comparison-column.replace {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.comparison-column h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: var(--navy);
  text-align: center;
  font-weight: 600;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 5px 0 20px;
  flex-grow: 1;
}

.checklist li {
  padding: 8px 0 8px 24px;
  position: relative;
  line-height: 1.4;
  color: var(--text);
  font-size: 0.95rem;
}

.checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 800;
  font-size: 1rem;
}

.recommendation {
  background: #f8fafc;
  padding: 15px;
  border-radius: 8px;
  margin-top: auto;
  font-size: 0.9rem;
  border-left: 4px solid var(--orange);
  color: var(--text);
}

.recommendation strong {
  color: var(--navy);
  display: block;
  margin-bottom: 2px;
}

.vs-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  z-index: 2;
}

.vs-circle {
  width: 36px;
  height: 36px;
  background: var(--navy);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
}

.expert-help-box {
  background: #f0f7ff;
  border: 1px dashed var(--navy);
  color: var(--navy);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  margin: 40px 0;
}

.expert-help-box p {
  margin-bottom: 15px;
  font-size: 1.05rem;
}

/* FAQ Accordion - LEFT ALIGNED */
.faq-accordion {
  margin: 40px 0 !important;
  max-width: 100% !important;
  text-align: left !important;
}

.faq-item {
  border-bottom: 1px solid #e2e8f0 !important;
  background: transparent !important;
  margin-bottom: 0 !important;
  overflow: visible !important;
}

.faq-item:first-child {
  border-top: 1px solid #e2e8f0 !important;
}

.faq-question {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  padding: 20px 0 !important;
  text-align: left !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #003366 !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  transition: color 0.3s ease !important;
  line-height: 1.5 !important;
  gap: 20px !important;
}

.faq-question:hover {
  color: #ff6b35 !important;
}

.faq-icon {
  font-size: 28px !important;
  font-weight: 300 !important;
  color: #ff6b35 !important;
  transition: transform 0.3s ease !important;
  flex-shrink: 0 !important;
  margin-left: auto !important;
  line-height: 1 !important;
  min-width: 28px !important;
  text-align: right !important;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg) !important;
}

.faq-answer {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.3s ease !important;
  background: transparent !important;
  padding: 0 !important;
}

.faq-item.active .faq-answer {
  max-height: 500px !important;
  padding: 0 0 20px 0 !important;
}

.faq-answer p {
  color: #475569 !important;
  line-height: 1.7 !important;
  font-size: 1rem !important;
  margin: 0 !important;
}

/* Simple FAQ List Styles (for .faq-list with .faq-q and .faq-a) */
.faq-list {
  margin-top: 32px;
}

.faq-list .faq-item {
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 32px;
  margin-bottom: 16px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-list .faq-item:hover {
  border-color: #bfdbfe;
  box-shadow: 0 4px 16px rgba(0,62,126,0.06);
}

.faq-q {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.4;
}

.faq-a {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.7;
  margin: 0;
}

.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--white);
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid var(--border);
  border-left: 3px solid var(--orange);
  margin-bottom: 8px;
}

.price-item .price {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
}

.price-item .desc {
  color: var(--muted);
  font-size: 0.85rem;
}

/* Service Area Grid - 5x2 LAYOUT */
.service-area-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 30px 0;
}

.area-card {
  background: #f8fafc;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  transition: all 0.2s;
}

.area-card:hover {
  border-color: var(--orange);
  background: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.area-card h3 {
  color: var(--navy);
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
}

.area-card p {
  display: none; /* Remove redundant text */
}

.area-card a {
  display: block;
  font-size: 0.85rem;
  color: var(--orange);
  margin-top: 4px;
  font-weight: 600;
}

/* Trust Section */
.trust-section {
  background: #f8fafc;
  padding: 50px 20px;
  margin: 50px 0;
  text-align: center;
  border-radius: 16px;
}

.trust-section h2 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  color: var(--navy);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto 30px;
  max-width: 1000px;
}

.trust-item {
  padding: 10px;
}

.trust-stat {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 5px;
  line-height: 1;
}

.trust-item p {
  color: var(--navy);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.testimonial {
  background: white;
  padding: 30px;
  border-radius: 12px;
  max-width: 700px;
  margin: 30px auto 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

/* Service card stars */
.service-card .stars {
  color: #fbbf24;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.testimonial p {
  font-size: 1.05rem;
  line-height: 1.5;
  font-style: italic;
  color: var(--navy);
}

.author {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.9rem;
  margin-top: 15px;
  text-transform: uppercase;
}

/* CTA Bottom - Form + Call */
.cta-bottom {
  background: #003E7E;
  padding: 56px 0;
  margin: 0;
}

.cta-bottom-wrapper {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT SIDE */
.cta-bottom-left h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 600;
  margin: 0 0 16px;
  line-height: 1.25;
}

.cta-bottom-left p {
  color: rgba(255,255,255,0.85);
  font-size: 1.15rem;
  margin: 0 0 24px;
  line-height: 1.65;
}

.cta-bottom-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cta-bottom-trust span {
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cta-bottom-trust span::before {
  content: "✓";
  color: #F59E0B;
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* RIGHT SIDE — form in white card */
.cta-bottom-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 480px;
  margin-left: auto;
  background: #fff;
  padding: 32px 28px;
  border-radius: 12px;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.28);
}

.cta-bottom-form input,
.cta-bottom-form select {
  background: #f5f7fb;
  border: 1px solid #dde3ef;
  color: #1a2540;
  font-family: inherit;
  font-size: 1.05rem;
  line-height: 1.2;
  height: 56px;
  padding: 0 18px;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.15s;
}

.cta-bottom-form input:focus,
.cta-bottom-form select:focus {
  border-color: #3b6fd4;
}

.cta-bottom-form input::placeholder {
  color: #a0aec0;
}

.cta-bottom-form select {
  color: #a0aec0;
  padding-right: 42px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23a0aec0' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-color: #f5f7fb;
  cursor: pointer;
}

.cta-bottom-form select option {
  background: #fff;
  color: #1a2540;
}

.cta-bottom-form .btn-submit {
  background: #F59E0B;
  color: #1c1c1c;
  border: none;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 16px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: background 0.15s;
  margin-top: 4px;
}

.cta-bottom-form .btn-submit:hover {
  background: #d97706;
}

.cta-bottom-form .fine {
  color: #6b7fa3;
  font-size: 0.8rem;
  text-align: center;
  margin: 6px 0 0;
}

@media (max-width: 1100px) {
  .cta-bottom-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .cta-bottom {
    padding: 40px 0;
  }

  .cta-bottom-wrapper {
    padding: 0 24px;
  }
}

/* Remove gaps between CTA bottom and footer */
.cta-bottom {
  margin-bottom: 0 !important;
}

.cta-bottom + footer,
footer {
  margin-top: 0 !important;
}

.page-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Mobile Sticky CTA - HIDE ON DESKTOP */
.mobile-sticky-cta {
  display: none !important;
}

.mobile-call-btn {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background: #FF8C00;
  color: white !important;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  transition: background 0.3s ease;
}

.mobile-call-btn:hover {
  background: #E67E00;
  color: white !important;
}

/* ONLY show on mobile */
@media (max-width: 820px) {
  .mobile-sticky-cta {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  }
  
  /* Add space at bottom so sticky CTA doesn't cover content */
  .page-content {
    padding-bottom: 90px !important;
  }
}

/* Responsive Adjustments */
@media (max-width: 820px) {
  .service-hero-wrapper {
    padding: 30px 0;
  }
  
  .service-hero {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  
  .service-hero .hero-image img {
    height: 300px;
  }
  
  .subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  
  .cta-group {
    justify-content: center;
  }
  
  .info-box-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-area-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .comparison-table {
    grid-template-columns: 1fr;
  }

  .comparison-column.repair,
  .comparison-column.replace {
    border-radius: 12px;
    border: 1px solid var(--border);
  }

  .vs-divider {
    height: 40px;
    border: none;
  }
  
  .vs-circle {
    transform: rotate(90deg);
  }
  
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* FAQ Mobile */
  .faq-question {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    padding: 16px 0;
  }
  
  .faq-icon {
    margin-left: 15px;
    font-size: 20px;
  }
  
  /* Final CTA Mobile */
  .final-cta-section {
    padding: 50px 20px;
    margin: 40px 0 0 0;
  }
  
  .final-cta-section h2 {
    font-size: 1.7rem;
  }
  
  .cta-subtitle {
    font-size: 1rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  
  .btn-xl {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .guarantee-badges {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

/* ==========================================================================
   CONTACT FORM SECTION
   ========================================================================== */

.contact-form-section {
  background: #f8fafc;
  padding: 60px 40px;
  margin: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.contact-form-section h2 {
  text-align: center;
  color: #003366;
  margin-bottom: 15px;
  font-size: 2rem;
}

.contact-form-section > p {
  text-align: center;
  color: #64748b;
  margin-bottom: 40px;
  font-size: 1.1rem;
}

.contact-form-container {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Form Styling */
.service-contact-form {
  width: 100%;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #003366;
  font-weight: 600;
  font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #ff6b35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.btn-block {
  width: 100%;
  padding: 16px !important;
  font-size: 17px !important;
  margin-top: 10px;
}

.form-footer {
  text-align: center;
  margin-top: 20px;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Success/Error Messages */
.form-message {
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: 500;
}

.form-message.success {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #10b981;
}

.form-message.error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #ef4444;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .contact-form-section {
    padding: 40px 20px;
  }
  
  .contact-form-container {
    padding: 30px 20px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* ==========================================================================
   COMPREHENSIVE MOBILE OPTIMIZATION
   ========================================================================== */

/* Prevent horizontal scroll globally */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

* {
  box-sizing: border-box;
}

@media (max-width: 820px) {
  /* ===== GLOBAL MOBILE FIXES ===== */
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
  }
  
  * {
    max-width: 100vw;
  }
  
  .container {
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    overflow-x: hidden !important;
  }
  
  section {
    padding: 40px 0 !important;
    overflow-x: hidden !important;
  }
  
  /* ===== HEADER / NAVIGATION ===== */
  header {
    padding: 0 !important;
  }
  
  .nav-top {
    padding: 12px 16px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  
  /* Hide desktop elements on mobile */
  .header-actions {
    display: none !important;
  }
  
  .nav-bottom {
    display: none !important;
  }
  
  /* Logo sizing */
  .logo img {
    height: 50px !important;
    width: auto !important;
  }
  
  /* Show hamburger */
  .hamburger {
    display: flex !important;
    z-index: 1001 !important;
    padding: 10px !important;
  }
  
  /* Mobile menu styling */
  .nav-links {
    display: none !important;
    position: fixed !important;
    top: 74px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #fff !important;
    flex-direction: column !important;
    padding: 20px !important;
    gap: 0 !important;
    overflow-y: auto !important;
    z-index: 1000 !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
  }
  
  .nav-links.active {
    display: flex !important;
  }
  
  .nav-links li {
    width: 100% !important;
    border-bottom: 1px solid #e5e7eb !important;
  }
  
  .nav-links > li > a {
    display: block !important;
    padding: 16px 0 !important;
    font-size: 1.1rem !important;
  }
  
  /* Dropdown submenus on mobile */
  .nav-links .sub-menu {
    position: static !important;
    display: none !important;
    background: #f8fafc !important;
    box-shadow: none !important;
    padding: 0 0 0 20px !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  
  .nav-links .menu-item-has-children.active > .sub-menu {
    display: block !important;
  }
  
  .nav-links .sub-menu li {
    border-bottom: none !important;
  }
  
  .nav-links .sub-menu a {
    padding: 12px 0 !important;
    font-size: 1rem !important;
    color: #64748b !important;
  }
  
  /* ===== HERO SECTION ===== */
  .hero {
    padding: 30px 0 40px !important;
  }
  
  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 20px 0 !important;
  }
  
  .hero h1 {
    font-size: 1.75rem !important;
    line-height: 1.15 !important;
  }
  
  .hero p {
    font-size: 1rem !important;
  }
  
  .hero-actions {
    flex-direction: column !important;
    gap: 12px !important;
  }
  
  .hero-actions .btn {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
  }
  
  .hero-checks {
    flex-direction: column !important;
    gap: 8px !important;
  }
  
  .hero-checks li {
    width: 100% !important;
    text-align: center !important;
  }
  
  .eyebrow {
    font-size: 0.7rem !important;
    padding: 6px 10px !important;
  }
  
  .quote-card {
    max-width: 100% !important;
    margin: 0 !important;
  }
  
  /* ===== ALL GRIDS - SINGLE COLUMN ===== */
  .services-grid,
  .dark-grid,
  .split,
  .reviews-grid,
  .city-grid,
  .trust-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  /* Info boxes stay 2 column */
  .info-box-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  
  .info-box {
    padding: 16px 12px !important;
  }
  
  .info-box h3 {
    font-size: 0.75rem !important;
  }
  
  .info-number {
    font-size: 1.1rem !important;
  }
  
  /* ===== CARDS - FULL WIDTH ===== */
  .card,
  .service-card,
  .review-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
  }
  
  /* ===== INLINE STYLE GRID OVERRIDES ===== */
  div[style*="grid-template-columns: repeat(4"],
  div[style*="grid-template-columns: repeat(5"],
  div[style*="grid-template-columns: repeat(3"],
  div[style*="grid-template-columns: 2fr 1fr"],
  div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  /* ===== BUTTONS ===== */
  .btn {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    padding: 14px 20px !important;
    white-space: normal !important;
    line-height: 1.3 !important;
    min-height: 48px !important;
  }
  
  .cta-banner {
    flex-direction: column !important;
    text-align: center !important;
    gap: 20px !important;
  }
  
  .cta-banner .btn {
    margin: 0 !important;
  }
  
  /* ===== TYPOGRAPHY ===== */
  h1 {
    font-size: 1.75rem !important;
  }
  
  h2 {
    font-size: 1.5rem !important;
  }
  
  h3 {
    font-size: 1.2rem !important;
  }
  
  .section-head h2 {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
  }
  
  /* ===== IMAGES ===== */
  img {
    max-width: 100% !important;
    height: auto !important;
  }
  
  /* ===== PROCESS TIMELINE ===== */
  .process-timeline {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .timeline-arrow {
    transform: rotate(90deg) !important;
    margin: 0 auto !important;
  }
  
  /* ===== COMPARISON TABLE ===== */
  .comparison-table {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .comparison-column {
    width: 100% !important;
    max-width: 100% !important;
  }

  .vs-divider {
    width: 100% !important;
    height: auto !important;
    padding: 10px 0 !important;
  }
  
  /* ===== DARK BAND ===== */
  .dark-band {
    padding: 40px 0 !important;
  }
  
  .dark-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  
  .dark-card {
    margin-top: 20px !important;
    padding: 20px !important;
  }
  
  .dark-card .btn {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    line-height: 1.3 !important;
  }
  
  /* ===== FINAL CTA ===== */
  .final-cta-section {
    padding: 40px 16px !important;
  }
  
  .cta-buttons {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
  }
  
  .final-cta-section .btn,
  .final-cta-section .btn-xl,
  .cta-buttons .btn,
  .cta-buttons .btn-xl {
    width: 100% !important;
    max-width: 100% !important;
    min-width: auto !important;
    font-size: 1rem !important;
    padding: 14px 20px !important;
    white-space: normal !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }
  
  .guarantee-badges {
    flex-direction: column !important;
    gap: 10px !important;
  }
  
  /* ===== FAQ ===== */
  .faq-question {
    font-size: 1rem !important;
    padding: 14px 0 !important;
  }
  
  /* ===== PROBLEM CHECKLIST ===== */
  .problem-checklist {
    padding: 20px 16px !important;
    margin: 30px 0 !important;
  }
  
  .problem-checklist h2 {
    font-size: 1.4rem !important;
    margin-bottom: 20px !important;
  }
  
  .problem-item {
    padding: 14px 10px !important;
  }
  
  .problem-item label {
    font-size: 0.95rem !important;
    gap: 10px !important;
  }
  
  .problem-cta {
    padding: 20px 16px !important;
  }
  
  .problem-cta p {
    font-size: 1rem !important;
    margin-bottom: 12px !important;
  }
  
  .problem-cta .btn {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1rem !important;
    padding: 14px 20px !important;
    white-space: normal !important;
    line-height: 1.3 !important;
  }
  
  /* ===== FOOTER ===== */
  footer .container {
    padding: 0 16px !important;
  }
  
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  
  .footer-bottom {
    flex-direction: column !important;
    text-align: center !important;
    gap: 10px !important;
  }
  
  /* ===== MOBILE NAVIGATION - USES SAME MENU AS DESKTOP ===== */
  
  /* Hide the nav-bottom by default on mobile */
  .nav-bottom,
  #mainNav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
    padding: 0;
  }
  
  /* Show when mobile-open class added */
  .nav-bottom.mobile-open,
  #mainNav.mobile-open {
    display: block;
  }
  
  /* Style the nav-links list for mobile */
  .nav-bottom .nav-links,
  #mainNav .nav-links,
  .nav-bottom #navLinks,
  #mainNav #navLinks {
    display: block;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    position: static;
    background: #fff;
  }
  
  .nav-bottom .nav-links > li,
  #mainNav .nav-links > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e7eb;
    position: static;
  }
  
  .nav-bottom .nav-links > li > a,
  #mainNav .nav-links > li > a {
    display: block;
    padding: 18px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1d1d1f;
  }
  
  /* Dropdown arrow */
  .nav-bottom .arrow,
  #mainNav .arrow {
    float: right;
  }
  
  /* Sub-menus hidden by default */
  .nav-bottom .sub-menu,
  #mainNav .sub-menu {
    display: none;
    position: static;
    background: #f8fafc;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 100%;
  }
  
  /* Show sub-menu when parent has .open class */
  .nav-bottom .menu-item-has-children.open > .sub-menu,
  #mainNav .menu-item-has-children.open > .sub-menu {
    display: block;
  }
  
  .nav-bottom .sub-menu li,
  #mainNav .sub-menu li {
    border-bottom: none;
    border-top: 1px solid #e5e7eb;
  }
  
  .nav-bottom .sub-menu li a,
  #mainNav .sub-menu li a {
    display: block;
    padding: 14px 20px 14px 40px;
    font-size: 1rem;
    color: #64748b;
    font-weight: 500;
  }
  
  .nav-bottom .sub-menu li a:hover,
  #mainNav .sub-menu li a:hover {
    background: #eef2f6;
    color: #003E7E;
  }
  
  /* Arrow rotation when open */
  .nav-bottom .menu-item-has-children.open > a .arrow,
  #mainNav .menu-item-has-children.open > a .arrow {
    transform: rotate(180deg);
    display: inline-block;
  }
  
  /* Hamburger X animation */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

/* ==========================================================================
   FINAL MOBILE MENU OVERRIDE - THIS MUST BE LAST IN THE FILE
   ========================================================================== */
@media (max-width: 820px) {
  /* Force nav-bottom to be the mobile menu container */
  body .nav-bottom,
  body #mainNav,
  body nav.nav-bottom {
    display: none !important;
    position: fixed !important;
    top: 70px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #ffffff !important;
    z-index: 9999 !important;
    overflow-y: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* SHOW menu when mobile-open is added */
  body .nav-bottom.mobile-open,
  body #mainNav.mobile-open,
  body nav.nav-bottom.mobile-open {
    display: block !important;
  }
  
  /* Force nav-links to display as vertical list */
  body .nav-bottom .nav-links,
  body #mainNav .nav-links,
  body .nav-bottom ul#navLinks,
  body #mainNav ul#navLinks,
  body nav.nav-bottom .nav-links {
    display: block !important;
    position: static !important;
    flex-direction: column !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    box-shadow: none !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    width: 100% !important;
  }
  
  /* Style each menu item */
  body .nav-bottom .nav-links > li,
  body #mainNav .nav-links > li,
  body nav.nav-bottom .nav-links > li {
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid #e5e7eb !important;
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* Style menu links */
  body .nav-bottom .nav-links > li > a,
  body #mainNav .nav-links > li > a,
  body nav.nav-bottom .nav-links > li > a {
    display: block !important;
    padding: 18px 20px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #1d1d1f !important;
    background: #ffffff !important;
    text-decoration: none !important;
  }
  
  /* Arrow styling */
  body .nav-bottom .arrow,
  body #mainNav .arrow {
    float: right !important;
    transition: transform 0.3s ease !important;
  }
  
  /* Sub-menus HIDDEN by default */
  body .nav-bottom .sub-menu,
  body #mainNav .sub-menu,
  body nav.nav-bottom .sub-menu,
  body .nav-bottom ul.sub-menu,
  body #mainNav ul.sub-menu {
    display: none !important;
    position: static !important;
    background: #f8fafc !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    min-width: 100% !important;
    width: 100% !important;
  }
  
  /* Sub-menus VISIBLE when parent has .open */
  body .nav-bottom .menu-item-has-children.open > .sub-menu,
  body #mainNav .menu-item-has-children.open > .sub-menu,
  body nav.nav-bottom .menu-item-has-children.open > .sub-menu,
  body .nav-bottom li.open > .sub-menu,
  body #mainNav li.open > .sub-menu {
    display: block !important;
  }
  
  /* Sub-menu items */
  body .nav-bottom .sub-menu li,
  body #mainNav .sub-menu li {
    border-bottom: none !important;
    border-top: 1px solid #e5e7eb !important;
  }
  
  /* Sub-menu links */
  body .nav-bottom .sub-menu li a,
  body #mainNav .sub-menu li a,
  body nav.nav-bottom .sub-menu li a {
    display: block !important;
    padding: 14px 20px 14px 40px !important;
    font-size: 1rem !important;
    color: #64748b !important;
    font-weight: 500 !important;
    background: #f8fafc !important;
  }
  
  /* Arrow rotation */
  body .nav-bottom .menu-item-has-children.open > a .arrow,
  body #mainNav .menu-item-has-children.open > a .arrow {
    transform: rotate(180deg) !important;
  }
}

/* ==========================================================================
   MOBILE MENU - OLD WORKING PATTERN v3.6.0
   ========================================================================== */

@media (max-width: 820px) {
  .header-actions {
    display: none;
  }

  .nav-bottom {
    display: none;
  }

  .hamburger {
    display: flex !important;
    z-index: 101;
  }
  
  .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px 0;
    background: var(--navy);
    transition: all 0.3s ease;
  }

  .nav-links {
    display: none !important;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    flex-direction: column;
    padding: 20px;
    gap: 4px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    overflow-y: auto;
    max-height: calc(100vh - 70px);
    justify-content: flex-start;
  }

  .nav-links.active {
    display: flex !important;
  }

  .nav-links li {
    width: 100%;
    border-bottom: 1px solid var(--border);
    padding: 8px 0;
  }

  .nav-links > li > a {
    font-size: 1.05rem;
    font-weight: 600;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .sub-menu {
    position: static;
    box-shadow: none;
    border: none;
    border-left: 3px solid var(--orange);
    padding: 12px 0 12px 20px;
    margin-top: 8px;
    background: rgba(0, 62, 126, 0.04);
    border-radius: 8px;
    min-width: 100%;
  }

  .sub-menu li {
    border-bottom: none;
    padding: 4px 0;
  }

  .sub-menu li a {
    font-size: 0.95rem;
    padding: 10px 12px;
    border-left: none;
  }

  .menu-item-has-children > .sub-menu {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .menu-item-has-children.active > .sub-menu {
    display: block;
    max-height: 1000px;
  }

  .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
  }

  .menu-item-has-children.active > a .arrow {
    transform: rotate(180deg);
  }
}

/* ============================================
   ABOUT PAGE STYLES
   ============================================ */

/* PAGE BODY */
.page-body { 
  max-width: var(--max);
  margin: 0 auto;
  width: min(var(--max), 92%);
  padding: 80px 0;
}

/* STAT ROW */
.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin: 56px 0;
}
.stat-cell {
  background: var(--white);
  padding: 32px 24px;
  text-align: center;
}
.stat-num {
  font-size: 2.8rem;
  color: var(--navy);
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1;
}
.stat-label {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.4;
}

/* SECTIONS */
.section { margin-bottom: 56px; }
.section-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.section h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.08;
  margin-bottom: 12px;
}
.section p {
  font-size: 1rem;
  color: var(--text);
  line-height: 1.75;
  margin-bottom: 12px;
  max-width: 900px;
}
.section p strong {
  color: var(--text);
  font-weight: 500;
}
.section p em {
  font-style: italic;
  color: var(--text);
}

/* DIVIDER */
.divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 0 0 56px;
}

/* SERVICE GRID */
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
.service-card {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 18px 20px;
  transition: border-color 0.15s, box-shadow 0.15s;
  background: var(--white);
}
.service-card:hover {
  border-color: #a0b4d0;
  box-shadow: 0 2px 12px rgba(15,42,82,0.07);
}
.service-card-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-card-name::before {
  content: '';
  width: 6px; 
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}
.service-card p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
  max-width: none;
}

/* WHY US GRID */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
.why-card {
  background: var(--bg);
  border-radius: 10px;
  padding: 20px 22px;
  border: 1px solid var(--border);
}
.why-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.why-card p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
  max-width: none;
}

/* NEIGHBORHOOD STRIP */
.hood-strip {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 32px;
  margin-top: 20px;
}
.hood-strip p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 18px;
  max-width: none;
}
.hood-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hood-tag {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 13px;
  color: var(--text);
  padding: 6px 14px;
}
.hood-tag-zip {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  font-weight: 500;
}

/* BOTTOM CTA */
.bottom-cta {
  background: var(--navy);
  border-radius: 16px;
  padding: 48px 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  margin-top: 56px;
  position: relative;
  overflow: hidden;
}
.bottom-cta::before {
  content: '';
  position: absolute;
  right: -40px; 
  top: -40px;
  width: 200px; 
  height: 200px;
  border-radius: 50%;
  background: rgba(247,148,29,0.08);
}
.bottom-cta h2 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.2;
}
.bottom-cta p {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  margin: 0;
  max-width: none;
}
.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.btn-call {
  background: var(--orange);
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 28px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: background 0.15s;
}
.btn-call:hover { 
  background: #d97706;
  color: #1c1c1c;
}
.btn-quote {
  background: transparent;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.15s, background 0.15s;
}
.btn-quote:hover {
  border-color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.85);
}

/* RESPONSIVE ABOUT PAGE */
@media (max-width: 820px) {
  .page-banner { 
    padding: 60px 0;
  }
  .page-banner h1 { 
    font-size: 28px; 
  }
  .page-body { 
    padding: 60px 0;
  }
  .stat-row { 
    grid-template-columns: repeat(2, 1fr); 
  }
  .service-grid, 
  .why-grid { 
    grid-template-columns: 1fr; 
  }
  .bottom-cta { 
    grid-template-columns: 1fr; 
    padding: 32px 28px; 
  }
  .hood-strip { 
    padding: 20px; 
  }
}


/* Hide CTA form on Contact page */
.page-id-2020 .cta-bottom {
  display: none;
}

/* What We Fix Grid */
.what-we-fix-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 40px 0;
}

.fix-item {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.fix-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.fix-item strong {
  display: block;
  color: #003E7E;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.fix-item p {
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .what-we-fix-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ========================================
   CONTACT FORM 7 STYLES - Custom Rounded Style
   ======================================== */

/* Remove excess padding from form container */
.wpcf7 {
  padding: 0 !important;
  margin: 0 !important;
}

/* Input fields - Enhanced rounded style */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
  background: #f5f5f5 !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  font-size: 16px !important;
  color: #333 !important;
  width: 100% !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04) !important;
  margin-bottom: 12px !important;
}

/* Input focus state */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(255,140,58,0.15) !important;
  outline: none !important;
}

/* Placeholder text */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #999 !important;
  opacity: 1 !important;
}

/* Submit button - Rounded with hover effect */
.wpcf7 input[type="submit"],
.wpcf7 button[type="submit"] {
  background: #FF8C00 !important;
  color: white !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 18px 32px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255,140,0,0.25) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-top: 8px !important;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 button[type="submit"]:hover {
  background: #E67E00 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255,140,0,0.35) !important;
}

.wpcf7 input[type="submit"]:active,
.wpcf7 button[type="submit"]:active {
  transform: translateY(0) !important;
}

/* Textarea specific styling */
.wpcf7 textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

/* Select dropdown styling */
.wpcf7 select {
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 40px !important;
}

/* Error messages */
.wpcf7-not-valid-tip {
  color: #dc2626 !important;
  font-size: 14px !important;
  margin-top: 4px !important;
  border-radius: 6px !important;
  padding: 8px 12px !important;
  background: #fef2f2 !important;
}

/* Success message */
.wpcf7-mail-sent-ok {
  background: #f0fdf4 !important;
  color: #16a34a !important;
  border-radius: 12px !important;
  padding: 16px !important;
  margin-top: 12px !important;
  border: none !important;
}

/* Error message */
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background: #fef2f2 !important;
  color: #dc2626 !important;
  border-radius: 12px !important;
  padding: 16px !important;
  margin-top: 12px !important;
  border: none !important;
}

/* Loading spinner */
.wpcf7-spinner {
  margin: 0 0 0 10px !important;
}

/* Remove default form spacing */
.wpcf7 p {
  margin-bottom: 0 !important;
}

.wpcf7 br {
  display: none !important;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="url"],
  .wpcf7 input[type="number"],
  .wpcf7 textarea,
  .wpcf7 select {
    font-size: 16px !important;
    padding: 14px 16px !important;
  }
  
  .wpcf7 input[type="submit"],
  .wpcf7 button[type="submit"] {
    padding: 16px 24px !important;
    font-size: 15px !important;
  }
}

/* ========================================
   FORMINATOR FORM STYLES (LEGACY - Keep for compatibility)
   ======================================== */

/* Remove excess padding from form container */
.forminator-custom-form {
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove padding from form wrapper */
.forminator-ui {
  padding: 0 !important;
}

/* Tighten field spacing */
.forminator-row {
  margin: 0 !important;
}

.forminator-field {
  margin-bottom: 12px !important;
}

/* Input fields - Enhanced rounded style */
.forminator-field input[type="text"],
.forminator-field input[type="email"],
.forminator-field input[type="tel"],
.forminator-field textarea,
.forminator-field select {
  background: #f5f5f5 !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  font-size: 16px !important;
  color: #333 !important;
  width: 100% !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04) !important;
}

/* Input focus state */
.forminator-field input[type="text"]:focus,
.forminator-field input[type="email"]:focus,
.forminator-field input[type="tel"]:focus,
.forminator-field textarea:focus,
.forminator-field select:focus {
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(255,140,58,0.15) !important;
  outline: none !important;
}

/* Placeholder text */
.forminator-field input::placeholder,
.forminator-field textarea::placeholder {
  color: #999 !important;
  opacity: 1 !important;
}

/* Hide labels if using placeholder-only style */
.forminator-label {
  display: none !important;
}

/* Submit button - Rounded with hover effect */
.forminator-button-submit {
  background: #FF8C00 !important;
  color: white !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 18px 32px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(255,140,0,0.25) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.forminator-button-submit:hover {
  background: #E67E00 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255,140,0,0.35) !important;
}

.forminator-button-submit:active {
  transform: translateY(0) !important;
}

/* Textarea specific styling */
.forminator-field textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

/* Select dropdown styling */
.forminator-field select {
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 40px !important;
}

/* Error messages */
.forminator-error-message {
  color: #dc2626 !important;
  font-size: 14px !important;
  margin-top: 4px !important;
  border-radius: 6px !important;
  padding: 8px 12px !important;
  background: #fef2f2 !important;
}

/* Success message */
.forminator-success {
  background: #f0fdf4 !important;
  color: #16a34a !important;
  border-radius: 12px !important;
  padding: 16px !important;
  margin-top: 12px !important;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .forminator-field input[type="text"],
  .forminator-field input[type="email"],
  .forminator-field input[type="tel"],
  .forminator-field textarea,
  .forminator-field select {
    font-size: 16px !important;
    padding: 14px 16px !important;
  }
  
  .forminator-button-submit {
    padding: 16px 24px !important;
    font-size: 15px !important;
  }
}

/* Hide Forminator admin edit button */
.forminator-button-edit,
a[href*="forminator"][href*="edit"],
.forminator-edit-button {
  display: none !important;
}
