/* =============================================
   PRISTINE CLEAN PRO'S — Main Stylesheet
   Domain: getpristineclean.com
   ============================================= */

/* =============================================
   PAGE LOADER
   ============================================= */
#page-loader {
  position: fixed;
  inset: 0;
  background: var(--navy-dark, #060f1e);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  z-index: 9999;
  animation: loaderEnter 0.35s ease forwards;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@keyframes loaderEnter {
  from { opacity: 0; }
  to   { opacity: 1; }
}
#page-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  max-width: 65vw;
  opacity: 0.1;
  pointer-events: none;
  filter: drop-shadow(0 0 40px rgba(255,160,0,0.12));
}
.loader-bar-track {
  position: relative;
  width: 320px;
  max-width: 72vw;
  height: 7px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  overflow: hidden;
  animation: loaderBarSlideUp 0.45s cubic-bezier(0.22,1,0.36,1) both;
}
@keyframes loaderBarSlideUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0);    }
}
.loader-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #ffa000, #ffca28);
  border-radius: 4px;
  animation: loaderProgress 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
  box-shadow: 0 0 14px rgba(255, 160, 0, 0.55);
}
@keyframes loaderProgress {
  0%   { width: 0%;   }
  55%  { width: 75%;  }
  82%  { width: 91%;  }
  100% { width: 100%; }
}

:root {
  --navy-dark:    #060f1e;
  --navy:         #0A1F44;
  --navy-deep:    #060f1e;
  --navy-mid:     #0d1f3c;
  --blue-primary: #1565c0;
  --blue-bright:  #1e88e5;
  --blue-light:   #42a5f5;
  --blue-pale:    #e3f2fd;
  --blue:         #1E6FCC;
  --gold:         #F5A623;
  --gold-dark:    #b36a00;
  --gold-light:   rgba(245,166,35,0.15);
  --white:        #ffffff;
  --off-white:    #f8fafc;
  --gray-light:   #e2e8f0;
  --gray-mid:     #94a3b8;
  --text-dark:    #0f172a;
  --text-mid:     #334155;
  --text-primary: #111827;
  --text-secondary: #4b5563;
  --text-muted:   #9ca3af;
  --page-bg:      #f8f9fc;
  --card-border:  #e0e6f0;
  --shadow:       0 4px 20px rgba(0,0,0,0.12);
  --shadow-lg:    0 10px 40px rgba(0,0,0,0.2);
  --radius:       8px;
  --radius-sm:    6px;
  --radius-md:    10px;
  --radius-lg:    14px;
  --radius-xl:    20px;
  --transition:   0.22s ease;
  --section-pad-desktop: 80px;
  --section-pad-mobile:  40px;
  --container-max: 1140px;
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
}

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

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  line-height: 1.15;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: var(--radius);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  white-space: nowrap;
}
.btn-gold {
  background: var(--gold);
  color: var(--navy-dark);
}
.btn-gold:hover {
  background: #d4891a;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(255,160,0,0.4);
}
.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.7);
}
.btn-outline-white:hover {
  background: var(--white);
  color: var(--navy-dark);
  border-color: var(--white);
  transform: translateY(-2px);
}
.btn-blue {
  background: var(--blue-primary);
  color: var(--white);
}
.btn-blue:hover {
  background: var(--blue-bright);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.btn-lg { padding: 18px 36px; font-size: 1rem; }

/* ── Section headers ── */
.section-label {
  display: inline-block;
  background: rgba(180, 100, 0, 0.08);
  color: #b36a00;
  border: 2px solid #b36a00;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 3px;
  margin-bottom: 14px;
}
.section-label-light {
  background: rgba(255, 202, 40, 0.12);
  color: var(--gold);
  border-color: rgba(245,166,35,0.6);
}
.section-heading {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  color: var(--navy);
  margin-bottom: 14px;
}
.section-heading-light { color: var(--white); }
.section-sub {
  font-family: 'Raleway', sans-serif;
  font-size: 1.15rem;
  color: var(--text-mid);
  line-height: 1.75;
  max-width: 580px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-sub-light { color: rgba(255,255,255,0.72); }
.text-gold { color: var(--gold); }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* =============================================
   NAVBAR
   ============================================= */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}
.navbar.scrolled {
  background: var(--navy-dark);
  box-shadow: 0 2px 24px rgba(0,0,0,0.35);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 78px;
  transition: height 0.4s ease;
}
.navbar.scrolled .nav-inner {
  height: 60px;
}
.nav-logo {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 3px;
  overflow: hidden;
  max-width: 290px;
  transition: opacity 0.35s ease, transform 0.35s ease, max-width 0.4s ease;
}
.nav-logo img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
}
.navbar.scrolled .nav-logo {
  opacity: 0;
  transform: translateX(-18px) scale(0.88);
  max-width: 0;
  pointer-events: none;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}
.nav-links li {
  position: relative;
}
.nav-links li::before {
  content: '';
  position: absolute;
  inset: -8px -14px;
  border-radius: 6px;
  background: rgba(255,160,0,0);
  transition: background 0.3s ease;
  pointer-events: none;
}
.nav-links li:hover::before { background: rgba(255,160,0,0.08); }
.nav-links a {
  color: var(--white);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.4px;
  position: relative;
  display: inline-block;
  transition: color 0.25s ease, transform 0.25s ease, text-shadow 0.25s ease;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transition: width 0.3s ease;
}
.nav-links a:hover::after,
.nav-links a.active::after { width: 120%; }
.nav-links a:hover {
  color: var(--gold);
  transform: translateY(-2px);
  text-shadow: 0 0 14px rgba(255,160,0,0.55);
}
.nav-links a.active { color: var(--gold); }
.nav-phone {
  color: var(--white);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color var(--transition);
}
.nav-phone:hover { color: var(--gold); }
.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--navy-dark);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 80px 24px 40px;
}
.mobile-menu.open { display: flex; }
.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.mobile-nav-links a {
  color: var(--white);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  transition: color var(--transition);
}
.mobile-nav-links a:hover { color: var(--gold); }
.mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 300px;
}

/* =============================================
   HERO
   ============================================= */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 60px 0 80px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../Receipts/PressureWasher/5fe27df2-96b1-43a1-b41d-c04761d17346-2026-05-19.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(6,15,30,0.92) 0%,
    rgba(13,27,53,0.85) 50%,
    rgba(21,101,192,0.6) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 100px;
  margin-bottom: 28px;
  animation: badgeDrop 0.6s cubic-bezier(0.34,1.56,0.64,1) both;
  animation-delay: 0.15s;
}
@keyframes badgeDrop {
  from { opacity: 0; transform: translateY(-12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.badge-dot {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  animation: badgePulse 2s ease-in-out infinite;
}
@keyframes badgePulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.4); opacity: 0.7; }
}
.hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  color: var(--white);
  line-height: 1.08;
  margin-bottom: 24px;
}
.hero h1 .accent { color: var(--gold); }
.hero-desc {
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  color: rgba(255,255,255,0.82);
  line-height: 1.75;
  margin-bottom: 40px;
  max-width: 560px;
}
.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 52px;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.trust-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.88);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
}
.trust-pill svg, .trust-pill .tick {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 900;
}

/* =============================================
   SERVICES STRIP
   ============================================= */
.strip {
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.strip-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 26px 12px;
  text-decoration: none;
  border-right: 1px solid rgba(255,255,255,0.07);
  transition: background var(--transition);
}
.strip-item:last-child { border-right: none; }
.strip-item:hover { background: rgba(255,255,255,0.04); }
.strip-item .icon { font-size: 1.6rem; }
.strip-item .label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.3px;
  color: rgba(255,255,255,0.78);
  text-align: center;
  line-height: 1.3;
}

/* =============================================
   STATS BAR
   ============================================= */
.stats-bar {
  background: var(--blue-primary);
  padding: 56px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}
.stat-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: var(--white);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-num span { color: var(--gold); }
.stat-lbl {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.4px;
}

/* =============================================
   SERVICES GRID
   ============================================= */
.services-sec {
  padding: 96px 0;
  background: var(--off-white);
}
.sec-header {
  margin-bottom: 60px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.svc-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 28px 32px;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  border-bottom: 4px solid transparent;
}
.svc-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-bottom-color: var(--blue-primary);
}
.svc-icon {
  width: 58px; height: 58px;
  background: var(--blue-pale);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  margin-bottom: 20px;
}
.svc-card h3 {
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 10px;
}
.svc-card p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.65;
  margin-bottom: 18px;
}
.svc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.svc-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-mid);
}
.svc-list li::before {
  content: '✓';
  color: var(--blue-primary);
  font-weight: 700;
  font-size: 0.78rem;
  flex-shrink: 0;
}

/* =============================================
   WHY CHOOSE US
   ============================================= */
.why-sec {
  padding: 96px 0;
  background: var(--white);
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.why-img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.why-img-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.why-badge-float {
  position: absolute;
  bottom: 24px; left: 24px;
  background: var(--navy-dark);
  color: var(--white);
  padding: 18px 22px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  text-align: center;
  min-width: 120px;
}
.why-badge-float .big {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.9rem;
  color: var(--gold);
  display: block;
  line-height: 1;
}
.why-badge-float .small {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.75);
  margin-top: 4px;
  display: block;
  line-height: 1.4;
}
.why-points {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 36px 0 40px;
}
.why-point {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.why-pt-icon {
  width: 46px; height: 46px;
  background: var(--blue-pale);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.why-pt-text h4 {
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: 5px;
}
.why-pt-text p {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.65;
}

/* =============================================
   GALLERY PREVIEW
   ============================================= */
.gallery-preview {
  padding: 96px 0;
  background: var(--navy-dark);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 56px;
  margin-bottom: 40px;
}
.gal-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
}
.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gal-item:hover img { transform: scale(1.07); }
.gal-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,15,30,0.8) 0%, transparent 55%);
  opacity: 0;
  transition: opacity var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 14px 16px;
}
.gal-item:hover .gal-overlay { opacity: 1; }
.gal-overlay span {
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.4px;
}

/* =============================================
   SERVICE AREAS
   ============================================= */
.areas-sec {
  padding: 96px 0;
  background: var(--off-white);
}
.areas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.areas-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--navy);
  margin-bottom: 14px;
}
.areas-content p {
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 32px;
}
.areas-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}
.areas-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--text-dark);
}
.areas-list li::before { content: '📍'; font-size: 0.78rem; }
.areas-card {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  border-radius: var(--radius-lg);
  padding: 52px 36px;
  text-align: center;
  color: var(--white);
}
.areas-card .map-icon { font-size: 3.5rem; margin-bottom: 16px; }
.areas-card h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: var(--white);
}
.areas-card p {
  color: rgba(255,255,255,0.68);
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 28px;
}

/* =============================================
   CTA BANNER
   ============================================= */
.cta-banner {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy-mid) 60%, #0a2a5e 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -40%; right: -5%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(21,101,192,0.25) 0%, transparent 65%);
  pointer-events: none;
}
.cta-inner { position: relative; z-index: 1; }
.cta-inner h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--white);
  margin-bottom: 16px;
}
.cta-inner p {
  font-family: 'Raleway', sans-serif;
  font-size: 1.15rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* ═══════════════════════════════════════ FOOTER ═══════════════════════════════════════ */

.site-footer {
  background: #060f1e;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* ── CTA Band ── */
.footer-cta-band {
  background: rgba(245,166,35,0.07);
  border-bottom: 1px solid rgba(245,166,35,0.14);
  padding: 20px 0;
}
.footer-cta-band-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-cta-band-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
}
.footer-cta-band-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(245,166,35,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.footer-cta-band-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.62);
  line-height: 1.5;
}
.footer-cta-band-text strong {
  color: #F5A623;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
}
.footer-cta-band-btn {
  display: inline-block;
  background: #F5A623;
  color: #3a2000;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 13px 24px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.2s;
}
.footer-cta-band-btn:hover { background: #e09510; transform: translateY(-1px); }

/* ── Main Body ── */
.footer-body { padding: 56px 0 40px; }
.footer-grid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.4fr;
  gap: 40px;
  align-items: start;
}

/* ── Brand Column ── */
.footer-logo-img { max-height: 150px; width: auto; display: block; margin-bottom: 16px; }
.footer-tagline {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-style: italic;
  color: rgba(245,166,35,0.78);
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.footer-brand-desc {
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
  color: rgba(255,255,255,0.52);
  line-height: 1.72;
  margin-bottom: 20px;
}
.footer-social-row { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.58);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.footer-social-btn:hover { background: rgba(245,166,35,0.12); border-color: rgba(245,166,35,0.38); color: #F5A623; }

/* ── Nav Columns ── */
.footer-col-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #F5A623;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(245,166,35,0.16);
}
.footer-link-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.footer-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
  color: rgba(255,255,255,0.58);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s, padding-left 0.2s;
  position: relative;
}
.footer-link::before {
  content: '→';
  font-size: 11px;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: opacity 0.2s, width 0.2s;
  color: #F5A623;
}
.footer-link:hover { color: rgba(255,255,255,0.9); padding-left: 14px; }
.footer-link:hover::before { opacity: 1; width: 14px; position: absolute; left: 0; }
.footer-link--gold { color: rgba(245,166,35,0.7); }
.footer-link--gold:hover { color: #F5A623; }

/* ── Contact Column ── */
.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.footer-contact-icon {
  width: 34px; height: 34px;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; flex-shrink: 0; margin-top: 2px;
}
.footer-contact-body { display: flex; flex-direction: column; gap: 2px; }
.footer-contact-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.09em; text-transform: uppercase;
  color: rgba(255,255,255,0.38);
}
.footer-contact-value {
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
  color: rgba(255,255,255,0.78);
  text-decoration: none; font-weight: 500; line-height: 1.4;
  transition: color 0.2s;
}
.footer-contact-value:hover { color: #ffffff; }
.footer-contact-value--gold { color: #F5A623; font-weight: 700; font-size: 15px; }
.footer-contact-value--gold:hover { color: #ffc048; }

/* ── Hours Card ── */
.footer-hours-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 14px 16px;
  margin-top: 6px;
}
.footer-hours-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  margin-bottom: 10px;
}
.footer-hours-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer-hours-row:last-child { border-bottom: none; }
.footer-hours-day { font-family: 'Open Sans', sans-serif; font-size: 12.5px; color: rgba(255,255,255,0.52); }
.footer-hours-time { font-family: 'Montserrat', sans-serif; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,0.8); }

/* ── Divider ── */
.footer-divider {
  height: 1px;
  background: rgba(255,255,255,0.07);
  max-width: 1140px;
  margin: 0 auto;
  width: calc(100% - 80px);
}

/* ── Bottom Bar ── */
.footer-bottom-bar { padding: 18px 0; }
.footer-bottom-inner {
  max-width: 1140px; margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.footer-copy { font-family: 'Open Sans', sans-serif; font-size: 12px; color: rgba(255,255,255,0.32); line-height: 1.5; }
.footer-copy-brand { color: rgba(245,166,35,0.55); font-weight: 600; }
.footer-trust-badges { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.footer-trust-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 5px; padding: 5px 11px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 600;
  color: rgba(255,255,255,0.52);
  letter-spacing: 0.03em;
}
.footer-trust-dot { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; flex-shrink: 0; }

/* ── Footer Responsive ── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 32px; }
  .footer-col--brand { grid-column: span 2; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; padding: 0 20px; }
  .footer-col--brand { grid-column: span 1; }
  .footer-cta-band-inner { padding: 0 20px; flex-direction: column; align-items: flex-start; }
  .footer-cta-band-btn { width: 100%; text-align: center; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; padding: 0 20px; }
  .footer-trust-badges { justify-content: flex-start; }
  .footer-divider { width: calc(100% - 40px); }
}

/* =============================================
   SERVICES PAGE
   ============================================= */
.page-hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy-mid) 60%, #0a2a5e 100%);
  padding: 160px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/man-using-power-washer-on-brick-pavers-2026-03-24-09-02-51-utc.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.08;
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  color: var(--white);
  margin-bottom: 14px;
}
.page-hero p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

.services-detail-sec { padding: 48px 0; }
.svc-detail-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 72px 0;
  border-bottom: 1px solid var(--gray-light);
}
.svc-detail-item:first-child { padding-top: 0; }
.svc-detail-item:last-child { border-bottom: none; }
.svc-detail-item.reverse .svc-detail-img { order: 2; }
.svc-detail-item.reverse .svc-detail-content { order: 1; }
.svc-detail-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
}
.svc-detail-img img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.svc-detail-content h2 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  color: var(--navy);
  margin-bottom: 16px;
}
.svc-detail-content p {
  color: var(--text-mid);
  line-height: 1.72;
  margin-bottom: 20px;
  font-size: 0.96rem;
}
.svc-includes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 32px;
}
.svc-includes li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-dark);
}
.svc-includes li::before {
  content: '';
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--blue-pale);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%231565c0'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

/* ─── Service photo grid ─── */
.svc-deep-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
}
.svc-photo-item {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.svc-photo-item:hover {
  border-color: var(--gold);
  box-shadow: 0 0 18px rgba(255, 160, 0, 0.4);
}
.svc-photo-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.svc-photo-item:hover img { transform: scale(1.07); }

/* =============================================
   GALLERY PAGE
   ============================================= */
.gallery-full-sec { padding: 80px 0; background: var(--off-white); }
.gallery-full-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery-full-item {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.gallery-full-item:hover {
  border-color: var(--gold);
  box-shadow: 0 0 18px rgba(255, 160, 0, 0.4);
}
.gallery-full-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-full-item:hover img { transform: scale(1.07); }

/* =============================================
   LIGHTBOX
   ============================================= */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: var(--radius);
}
.lightbox-close {
  position: absolute;
  top: 20px; right: 24px;
  background: none; border: none;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  line-height: 1;
}
.lightbox-caption {
  position: absolute;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  text-align: center;
  white-space: nowrap;
}

/* =============================================
   CONTACT PAGE
   ============================================= */
.contact-sec { padding: 80px 0; background: var(--off-white); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 56px;
  align-items: start;
}
.contact-info h3 {
  font-size: 1.5rem;
  color: var(--navy);
  margin-bottom: 24px;
}
.ci-item {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
  align-items: flex-start;
}
.ci-icon {
  width: 46px; height: 46px;
  background: var(--blue-pale);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.ci-text h4 {
  font-size: 0.72rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 4px;
}
.ci-text p, .ci-text a {
  font-size: 0.96rem;
  color: var(--text-dark);
  font-weight: 600;
  text-decoration: none;
}
.ci-text a:hover { color: var(--blue-primary); }
.quote-form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  box-shadow: var(--shadow);
}
.quote-form h3 {
  font-size: 1.5rem;
  color: var(--navy);
  margin-bottom: 30px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  color: var(--text-dark);
  margin-bottom: 7px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid var(--gray-light);
  border-radius: var(--radius);
  font-family: 'Open Sans', sans-serif;
  font-size: 0.93rem;
  color: var(--text-dark);
  background: var(--off-white);
  transition: border-color var(--transition), background var(--transition);
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--blue-primary);
  background: var(--white);
}
.form-group textarea { height: 110px; resize: vertical; }
.form-submit-row { margin-top: 8px; }
.form-note {
  font-size: 0.8rem;
  color: var(--text-mid);
  margin-top: 12px;
}

/* ── Extended form sections ── */
.form-section {
  border-top: 1px solid var(--gray-light);
  padding-top: 24px;
  margin-top: 24px;
}
.form-section:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.form-section-title + .form-group,
.form-section-title + .form-row,
.form-section-title + .form-row.form-row-3,
.form-section-title + .form-check-grid,
.form-section-sub + .form-group,
.form-section-sub + .form-check-grid { margin-top: 14px; }
.form-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.form-section-sub {
  font-size: 0.82rem;
  color: var(--text-mid);
  margin-bottom: 14px;
}
.required-badge {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  background: var(--gray-light);
  color: var(--text-mid);
  padding: 2px 8px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.label-optional {
  font-weight: 400;
  color: var(--gray-mid);
  font-size: 0.8rem;
}
.form-row-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

/* ── Checkbox groups ── */
.form-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  margin-bottom: 4px;
}
.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--text-dark);
  user-select: none;
  line-height: 1.4;
}
.form-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--blue-primary);
  cursor: pointer;
  flex-shrink: 0;
}
.form-check-inline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.form-check-inline input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--blue-primary);
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
}
.check-label-text {
  font-size: 0.79rem;
  color: var(--text-mid);
  line-height: 1.5;
}
.check-group-error {
  font-size: 0.78rem;
  color: #e53e3e;
  margin-top: 6px;
  display: none;
  font-family: 'Open Sans', sans-serif;
}
.check-group-error.visible { display: block; }

/* ── File upload area ── */
.file-upload-area {
  border: 2px dashed var(--gray-light);
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: center;
  background: var(--off-white);
  transition: border-color var(--transition);
}
.file-upload-area:hover { border-color: var(--blue-primary); }
.file-upload-btn {
  display: inline-block;
  padding: 10px 28px;
  background: var(--white);
  border: 1.5px solid var(--gray-light);
  border-radius: var(--radius);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-dark);
  cursor: pointer;
  transition: all var(--transition);
}
.file-upload-btn:hover {
  border-color: var(--blue-primary);
  color: var(--blue-primary);
}
.file-upload-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.file-upload-hint {
  font-size: 0.82rem;
  color: var(--text-mid);
}
.file-upload-count {
  font-size: 0.78rem;
  color: var(--gray-mid);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.file-names-list {
  font-size: 0.8rem;
  color: var(--text-mid);
  margin-top: 10px;
  text-align: left;
  line-height: 1.8;
}

/* =============================================
   FLOATING MOBILE CTA
   ============================================= */
.mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 998;
  background: var(--navy-dark);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 12px 16px;
  gap: 10px;
}
.mobile-cta-bar a {
  flex: 1;
  text-align: center;
  padding: 14px 10px;
  border-radius: var(--radius);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.mobile-cta-bar .cta-call {
  background: var(--blue-primary);
  color: var(--white);
}
.mobile-cta-bar .cta-quote {
  background: var(--gold);
  color: var(--navy-dark);
}

/* Scroll-to-top button */
.scroll-top {
  position: fixed;
  bottom: 88px;
  right: 20px;
  width: 44px; height: 44px;
  background: var(--blue-primary);
  color: var(--white);
  border: none;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  z-index: 997;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity var(--transition), transform var(--transition);
  pointer-events: none;
}
.scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-grid { grid-template-columns: repeat(3, 1fr); }
  .strip-item { border-bottom: 1px solid rgba(255,255,255,0.07); }
  .svc-detail-item { gap: 48px; }
}

@media (max-width: 768px) {
  .mobile-cta-bar { display: flex; }
  .site-footer { padding-bottom: 80px; }
  .scroll-top { bottom: 84px; }

  /* Promo banner */
  .promo-inner { flex-direction: column; text-align: center; }

  /* How It Works — stack on mobile */
  .how-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  .how-connector { display: none !important; }

  /* Testimonials — stack */
  .testimonial-grid {
    grid-template-columns: 1fr !important;
  }

  /* Packages — stack, remove scale trick */
  .packages-grid {
    grid-template-columns: 1fr !important;
  }
  .pkg-popular {
    transform: scale(1) !important;
  }

  /* Commercial — stack */
  .commercial-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  .commercial-grid > div:last-child {
    aspect-ratio: 16/9 !important;
  }

  /* Service area card */
  .areas-card { padding: 36px 24px; }
}

@media (max-width: 860px) {
  .why-grid,
  .areas-grid,
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .svc-detail-item {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .svc-detail-item.reverse .svc-detail-img { order: 0; }
  .svc-detail-item.reverse .svc-detail-content { order: 0; }
  .gallery-grid,
  .gallery-full-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links, .nav-right .btn { display: none; }
  .hamburger { display: flex; }
  .why-badge-float { display: none; }
}

@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .form-row-3 { grid-template-columns: 1fr; }
  .form-check-grid { grid-template-columns: 1fr; }
  .areas-list { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .gallery-grid,
  .gallery-full-grid { grid-template-columns: 1fr; }
  .quote-form { padding: 28px 20px; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   Before & After Sliders
   ============================================================ */
.ba-section-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.ba-card {
  background: #0d1b2e;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 48px;
  border: 1px solid rgba(255,255,255,0.08);
}
.ba-slider-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: crosshair;
  user-select: none;
}
.ba-after {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.ba-before-container {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: hidden;
}
.ba-before {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.ba-divider {
  position: absolute;
  top: 0; bottom: 0;
  width: 3px;
  background: #ffffff;
  transform: translateX(-50%);
  z-index: 20;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: #1a1a1a;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.35);
  cursor: col-resize;
}
.ba-label {
  position: absolute;
  top: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  z-index: 10;
  pointer-events: none;
}
.ba-label--before {
  left: 12px;
  background: rgba(0,0,0,0.55);
  color: #ffffff;
}
.ba-label--after {
  right: 12px;
  background: #F5A623;
  color: #6b4200;
}
.ba-caption {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.ba-caption-title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
}
.ba-caption-hint {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}
/* Gallery page variant — 4/3 aspect ratio, smaller cards */
.gallery-ba-section .ba-section-container { max-width: 800px; }
.gallery-ba-section .ba-slider-wrapper { aspect-ratio: 4/3; }
.gallery-ba-section .ba-card { margin-bottom: 32px; }
.gallery-ba-section .ba-handle { width: 36px; height: 36px; font-size: 13px; }
.gallery-ba-section .ba-divider { width: 2px; }

/* ══════════════════════════════════════════════
   REDESIGN — New Component Styles
   ══════════════════════════════════════════════ */

/* ── Section Headers ── */
.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
  padding: 0 20px;
}
.section-eyebrow {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0A1F44;
  background: #F5A623;
  border: none;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.section-gold-rule {
  width: 44px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
  margin: 10px auto 14px;
}
.section-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.section-subtext {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.65;
  font-family: 'Open Sans', sans-serif;
}
.section-header--light .section-heading { color: #fff; }
.section-header--light .section-subtext { color: rgba(255,255,255,0.7); }

/* ── Badges ── */
.badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  margin-right: 4px;
}
.badge--residential { background: var(--navy); color: #fff; }
.badge--commercial { background: var(--blue); color: #fff; }

/* ── Service Accordion ── */
.svc-accordion-wrap { margin-bottom: 12px; }
.svc-accordion-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  transition: border-color var(--transition), box-shadow var(--transition);
  user-select: none;
}
.svc-accordion-header:hover {
  border-color: var(--blue);
  box-shadow: 0 2px 16px rgba(30,111,204,0.08);
}
.svc-accordion-header.is-open {
  border-color: var(--navy);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}
.svc-accordion-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
}
.svc-accordion-title-group { flex: 1; }
.svc-accordion-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 3px;
}
.svc-accordion-subtitle {
  font-size: 13px;
  color: var(--text-secondary);
}
.svc-accordion-chevron {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--card-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--text-secondary);
  transition: transform var(--transition), background var(--transition);
  flex-shrink: 0;
}
.svc-accordion-header.is-open .svc-accordion-chevron {
  transform: rotate(180deg);
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.svc-accordion-body {
  border: 1px solid var(--navy);
  border-top: none;
  border-bottom-left-radius: var(--radius-lg);
  border-bottom-right-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.55s ease;
}
.svc-accordion-body.is-open { max-height: 4000px; }

/* ── Service Panel Interior ── */
.svc-panel-inner { padding: 0; }
.svc-hero-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.svc-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.5s ease;
}
.svc-hero-img-wrap:hover .svc-hero-img { transform: scale(1.03); }
.svc-hero-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
  margin-bottom: 0;
}
.svc-hero-strip img {
  width: 100%; aspect-ratio: 4/3;
  object-fit: cover; display: block;
  transition: transform 0.4s ease;
}
.svc-hero-strip img:hover { transform: scale(1.04); }
@media (max-width: 600px) { .svc-hero-strip { grid-template-columns: 1fr; } }
.svc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,15,30,0.55) 0%, transparent 45%);
  pointer-events: none;
}
.svc-hero-label { position: absolute; bottom: 14px; left: 16px; }
.svc-content-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  padding: 28px 24px 20px;
  align-items: start;
}
@media (max-width: 768px) {
  .svc-content-grid { grid-template-columns: 1fr; gap: 20px; padding: 20px 16px; }
}
.svc-photos-section {
  padding: 0 24px 28px;
  border-top: 1px solid var(--card-border);
  margin-top: 4px;
}
.svc-photos-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-dark);
  border-left: 3px solid var(--gold);
  padding: 10px 0 10px 12px;
  margin-bottom: 14px;
}
.svc-photos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.svc-photos-grid .photo-btn {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--radius-sm);
  border: none;
  padding: 0;
  cursor: pointer;
  background: none;
  position: relative;
}
.svc-photos-grid .photo-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform var(--transition);
}
.svc-photos-grid .photo-btn:hover img { transform: scale(1.06); }
.svc-photos-grid .photo-btn::after {
  content: '⤢';
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  opacity: 0;
  transition: opacity var(--transition);
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
  pointer-events: none;
}
.svc-photos-grid .photo-btn:hover::after { opacity: 1; }
@media (max-width: 600px) {
  .svc-photos-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-photos-section { padding: 0 16px 20px; }
}

/* ── Gallery Filter Bar ── */
.gallery-filter-bar {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0 16px;
}
.gallery-filter-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1.5px solid var(--card-border);
  background: transparent;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}
.gallery-filter-btn:hover {
  border-color: var(--navy);
  color: var(--navy);
  background: rgba(10,31,68,0.04);
}
.gallery-filter-btn.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

/* ── Gallery Grid ── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.gallery-item {
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: var(--navy-deep);
}
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.4s ease;
  aspect-ratio: 4/3;
}
.gallery-item--wide img { aspect-ratio: 8/3; }
.gallery-item--tall img { aspect-ratio: 2/3; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,15,30,0.7) 0%, rgba(6,15,30,0) 50%);
  opacity: 0;
  transition: opacity var(--transition);
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-item-cat {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.9);
  background: rgba(10,31,68,0.65);
  backdrop-filter: blur(4px);
  padding: 3px 8px;
  border-radius: 4px;
  pointer-events: none;
}
.gallery-item-expand {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transition: opacity var(--transition);
  pointer-events: none;
}
.gallery-item:hover .gallery-item-expand { opacity: 1; }
@media (max-width: 768px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .gallery-item--wide { grid-column: span 2; }
  .gallery-item--tall { grid-row: span 1; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item--wide { grid-column: span 1; }
}

/* ═══════════════════════════════════════ INDEX.HTML REDESIGN ═══════════════════════════════════════ */

/* ── Shared utilities ── */
.section-light { background: #f8f9fc; }
.section-white { background: #ffffff; }
.section-dark  { background: #060f1e; }

/* ═══ HERO ═══ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #060f1e;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #060f1e 0%, #0a1f44 55%, #0d2952 100%);
  z-index: 0;
}
.hero-img-panel {
  position: absolute;
  right: 0; top: 0;
  width: 52%; height: 100%;
  z-index: 1;
  overflow: hidden;
}
.hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.hero-img-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #060f1e 0%, rgba(6,15,30,0.55) 30%, rgba(6,15,30,0.1) 100%);
}
.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 40px 80px;
}
.hero-content { max-width: 560px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245,166,35,0.1);
  border: 1px solid rgba(245,166,35,0.32);
  color: #F5A623;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 4px;
  margin-bottom: 20px;
}
.hero-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #F5A623;
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.7); }
}
.hero-h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}
.hero-h1-accent { color: #F5A623; }
.hero-tagline {
  font-family: 'Raleway', sans-serif;
  font-size: 17px; font-style: italic;
  color: rgba(245,166,35,0.8);
  letter-spacing: 0.05em; margin-bottom: 20px;
}
.hero-desc {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: rgba(255,255,255,0.62);
  line-height: 1.65; margin-bottom: 32px; max-width: 460px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; align-items: center; }
.btn-hero-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #F5A623; color: #3a2000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  padding: 16px 28px; border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.btn-hero-primary:hover { background: #e09510; transform: translateY(-2px); }
.btn-arrow { font-size: 16px; transition: transform 0.2s; }
.btn-hero-primary:hover .btn-arrow { transform: translateX(4px); }
.btn-hero-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.07); color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 600;
  padding: 16px 24px; border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.18);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.btn-hero-secondary:hover { background: rgba(255,255,255,0.13); border-color: rgba(255,255,255,0.35); }
.hero-trust-row { display: flex; gap: 24px; flex-wrap: wrap; }
.hero-trust-item {
  display: flex; align-items: center; gap: 7px;
  font-size: 13px; color: rgba(255,255,255,0.48);
  font-family: 'Open Sans', sans-serif;
}
.hero-trust-check { color: #F5A623; font-size: 12px; }
.hero-scroll-hint {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  z-index: 3; opacity: 0.4;
}
.hero-scroll-line-anim {
  display: block; width: 1.5px; height: 28px;
  background: linear-gradient(to bottom, transparent, #ffffff);
  animation: scroll-line 2s ease-in-out infinite;
}
@keyframes scroll-line {
  0%   { opacity: 0; transform: scaleY(0); transform-origin: top; }
  50%  { opacity: 1; transform: scaleY(1); }
  100% { opacity: 0; transform: scaleY(1); transform-origin: bottom; }
}
.hero-scroll-label {
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #ffffff; font-family: 'Montserrat', sans-serif;
}
@media (max-width: 900px) {
  .hero-img-panel { width: 100%; opacity: 0.18; }
  .hero-img-fade { background: linear-gradient(to bottom, rgba(6,15,30,0.5) 0%, rgba(6,15,30,0.95) 100%); }
  .hero-h1 { font-size: clamp(34px, 8vw, 52px); }
  .hero-content { max-width: 100%; }
  .hero-container { padding: 40px 24px 60px; }
}
@media (max-width: 480px) {
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .btn-hero-primary, .btn-hero-secondary { text-align: center; justify-content: center; }
  .hero-trust-row { gap: 14px; }
}

/* ═══ STATS STRIP ═══ */
.stats-strip { background: #F5A623; padding: 0; position: relative; z-index: 10; }
.stats-inner {
  max-width: 1140px; margin: 0 auto; padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: center;
  justify-content: space-around;
}
.stat-item {
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  padding: 22px 20px;
}
.stat-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px; font-weight: 900;
  color: #3a2000; line-height: 1;
  letter-spacing: -0.03em; display: inline;
}
.stat-suffix {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px; font-weight: 900;
  color: #3a2000; display: inline;
  vertical-align: super; line-height: 1;
}
.stat-label {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em;
  color: rgba(58,32,0,0.62); margin-top: 5px;
  font-family: 'Montserrat', sans-serif;
}
.stat-divider { width: 1px; height: 40px; background: rgba(58,32,0,0.15); align-self: center; }
@media (max-width: 768px) {
  .stats-inner { grid-template-columns: repeat(2, 1fr); padding: 0 20px; }
  .stat-divider { display: none; }
  .stat-item { padding: 16px 12px; border-bottom: 1px solid rgba(58,32,0,0.08); }
  .stat-item:nth-child(1), .stat-item:nth-child(3) { border-right: 1px solid rgba(58,32,0,0.08); }
}

/* ═══ SERVICES ICON GRID ═══ */
.services-section { background: #f8f9fc; padding: var(--section-pad-desktop) 0; }
.services-icon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.svc-icon-card {
  background: linear-gradient(170deg, #edf2fb 0%, #ffffff 60%);
  border: 1px solid #c8d5e8;
  border-top: 3px solid #0A1F44;
  border-radius: 12px; padding: 22px 16px 18px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 10px; text-decoration: none;
  box-shadow: 0 2px 12px rgba(10,31,68,0.07);
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
  cursor: pointer;
}
.svc-icon-card:hover { border-color: #1E6FCC; border-top-color: #F5A623; box-shadow: 0 6px 24px rgba(30,111,204,0.14); transform: translateY(-3px); }
.svc-icon-box {
  width: 52px; height: 52px; border-radius: 12px;
  background: #dce7f7;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; transition: background 0.22s;
}
.svc-icon-card:hover .svc-icon-box { background: #c8d9f2; }
.svc-icon-name { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; color: #111827; line-height: 1.25; }
.svc-icon-tags { display: flex; gap: 4px; flex-wrap: wrap; justify-content: center; }
.svc-icon-card--cta { border: 1.5px dashed rgba(245,166,35,0.45); background: rgba(245,166,35,0.03); }
.svc-icon-card--cta:hover { border-color: #F5A623; box-shadow: 0 4px 20px rgba(245,166,35,0.1); }
.svc-icon-box--cta { background: rgba(245,166,35,0.1); color: #b36a00; font-size: 22px; font-weight: 800; }
.svc-icon-name--cta { color: #b36a00; }
@media (max-width: 768px) { .services-icon-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

/* ═══ WHY US ═══ */
.why-section { background: #ffffff; padding: var(--section-pad-desktop) 0; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.why-card {
  background: #f8f9fc; border: 1px solid #e0e6f0;
  border-radius: 14px; padding: 28px 24px;
  display: flex; gap: 18px; align-items: flex-start;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
}
.why-card:hover { border-color: #1E6FCC; box-shadow: 0 6px 24px rgba(30,111,204,0.09); transform: translateY(-3px); }
.why-icon-wrap {
  width: 52px; height: 52px; min-width: 52px;
  border-radius: 12px; background: #0A1F44;
  display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.why-title { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; color: #0A1F44; margin-bottom: 8px; }
.why-text { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #4b5563; line-height: 1.65; }
@media (max-width: 640px) { .why-grid { grid-template-columns: 1fr; } .why-card { padding: 20px 18px; } }

/* ═══ HOW IT WORKS ═══ */
.hiw-section { background: #060f1e; padding: var(--section-pad-desktop) 0; }
.hiw-steps {
  display: grid;
  grid-template-columns: 1fr 60px 1fr 60px 1fr;
  align-items: start; gap: 0;
  max-width: 900px; margin: 0 auto 40px;
}
.hiw-step { text-align: center; padding: 0 10px; }
.hiw-num-wrap { display: flex; justify-content: center; margin-bottom: 18px; }
.hiw-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: #0A1F44; border: 2.5px solid #F5A623;
  color: #F5A623;
  font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.hiw-connector { display: flex; align-items: center; justify-content: center; padding-top: 28px; }
.hiw-connector::after {
  content: ''; display: block; width: 100%; height: 1.5px;
  background: linear-gradient(90deg, #F5A623, rgba(245,166,35,0.3));
}
.hiw-title { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; margin-bottom: 10px; line-height: 1.3; }
.hiw-text { font-family: 'Open Sans', sans-serif; font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.65; }
.hiw-cta-row { text-align: center; margin-top: 16px; }
@media (max-width: 768px) { .hiw-steps { grid-template-columns: 1fr; gap: 32px; } .hiw-connector { display: none; } }

/* ═══ REVIEWS ═══ */
.reviews-section { background: #f8f9fc; padding: var(--section-pad-desktop) 0; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }
.review-card {
  background: #ffffff; border: 1px solid #e0e6f0;
  border-radius: 14px; padding: 24px 22px;
  position: relative; overflow: hidden;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
}
.review-card:hover { border-color: #F5A623; box-shadow: 0 6px 28px rgba(245,166,35,0.1); transform: translateY(-3px); }
.review-card::before {
  content: '"'; position: absolute; top: -8px; right: 14px;
  font-size: 80px; color: rgba(245,166,35,0.1);
  font-family: Georgia, serif; font-weight: 900; line-height: 1;
  pointer-events: none; user-select: none;
}
.review-stars { color: #F5A623; font-size: 14px; letter-spacing: 2px; margin-bottom: 10px; display: block; }
.review-text { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #4b5563; line-height: 1.65; margin-bottom: 16px; font-style: italic; }
.review-footer { display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid #f0f0f0; padding-top: 12px; }
.review-name { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; color: #111827; margin-bottom: 2px; }
.review-service { font-size: 11px; color: #9ca3af; }
.review-source { font-size: 11px; color: #9ca3af; font-weight: 500; }
.reviews-cta-row { text-align: center; }
.btn-review-cta {
  display: inline-block; background: transparent;
  border: 2px solid #F5A623; color: #b36a00;
  font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700;
  padding: 13px 28px; border-radius: 8px;
  text-decoration: none; letter-spacing: 0.04em;
  transition: background 0.2s, color 0.2s;
}
.btn-review-cta:hover { background: #F5A623; color: #3a2000; }
@media (max-width: 768px) { .reviews-grid { grid-template-columns: 1fr; } }

/* ═══ GALLERY PREVIEW ═══ */
.gallery-preview-section { background: #060f1e; padding: var(--section-pad-desktop) 0; }
.gallery-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 32px; }
.gp-item { border-radius: 10px; overflow: hidden; position: relative; cursor: pointer; }
.gp-item img {
  width: 100%; height: 100%; object-fit: cover; object-position: center center;
  display: block; aspect-ratio: 4/3; transition: transform 0.4s ease;
}
.gp-item--wide { grid-column: span 2; }
.gp-item--wide img { aspect-ratio: 8/3; }
.gp-item--tall { grid-row: span 2; }
.gp-item--tall img { aspect-ratio: 2/3; }
.gp-item:hover img { transform: scale(1.05); }
.gp-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,15,30,0.65) 0%, transparent 55%);
  opacity: 0; transition: opacity 0.25s;
  display: flex; align-items: flex-end; justify-content: flex-end; padding: 14px;
}
.gp-item:hover .gp-overlay { opacity: 1; }
.gp-expand {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px;
}
.gallery-preview-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .gallery-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .gp-item--tall { grid-row: span 1; }
}

/* ═══ PACKAGES ═══ */
.packages-section { background: #ffffff; padding: var(--section-pad-desktop) 0; }
.packages-grid { display: grid; grid-template-columns: 1fr 1.08fr 1fr; gap: 16px; align-items: start; max-width: 900px; margin: 0 auto; }
.pkg-card { border-radius: 14px; padding: 28px 24px 32px; border: 1px solid #e0e6f0; background: #fff; transition: transform 0.22s, box-shadow 0.22s; }
.pkg-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(10,31,68,0.1); }
.pkg-card--featured { background: #0A1F44; border-color: #0A1F44; transform: translateY(-6px); box-shadow: 0 16px 48px rgba(10,31,68,0.22); }
.pkg-card--featured:hover { transform: translateY(-10px); }
.pkg-most-popular { display: inline-block; background: rgba(245,166,35,0.15); color: #F5A623; font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 4px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; }
.pkg-name { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.pkg-card:not(.pkg-card--featured) .pkg-name { color: #0A1F44; }
.pkg-card--featured .pkg-name { color: #F5A623; }
.pkg-divider { height: 1px; margin: 16px 0; }
.pkg-card:not(.pkg-card--featured) .pkg-divider { background: #e0e6f0; }
.pkg-card--featured .pkg-divider { background: rgba(255,255,255,0.1); }
.pkg-feature-list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 10px; }
.pkg-feature-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.5; }
.pkg-card:not(.pkg-card--featured) .pkg-feature-item { color: #374151; }
.pkg-card--featured .pkg-feature-item { color: rgba(255,255,255,0.82); }
.pkg-feature-check { color: #F5A623; font-weight: 700; font-size: 12px; margin-top: 2px; flex-shrink: 0; }
.pkg-cta { display: block; text-align: center; padding: 13px 20px; border-radius: 8px; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-decoration: none; transition: all 0.2s; }
.pkg-card:not(.pkg-card--featured) .pkg-cta { background: transparent; border: 1.5px solid #0A1F44; color: #0A1F44; }
.pkg-card:not(.pkg-card--featured) .pkg-cta:hover { background: #0A1F44; color: #fff; }
.pkg-card--featured .pkg-cta { background: #F5A623; color: #3a2000; border: none; }
.pkg-card--featured .pkg-cta:hover { background: #e09510; }
@media (max-width: 768px) { .packages-grid { grid-template-columns: 1fr; max-width: 480px; } .pkg-card--featured { transform: none; } }

/* ═══ CTA BANNER ═══ */
.cta-banner-section { background: #f8f9fc; padding: var(--section-pad-desktop) 0; }
.cta-banner-inner {
  background: linear-gradient(135deg, #0A1F44 0%, #0d2952 100%);
  border-radius: 20px; padding: 56px 60px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; position: relative; overflow: hidden;
}
.cta-banner-inner::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(245,166,35,0.04); pointer-events: none;
}
.cta-banner-eyebrow { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,166,35,0.75); margin-bottom: 10px; }
.cta-banner-heading { font-family: 'Montserrat', sans-serif; font-size: clamp(28px, 3.5vw, 42px); font-weight: 900; color: #ffffff; line-height: 1.12; letter-spacing: -0.02em; margin-bottom: 14px; }
.cta-banner-sub { font-size: 15px; color: rgba(255,255,255,0.5); font-family: 'Open Sans', sans-serif; }
.cta-banner-right { display: flex; flex-direction: column; gap: 12px; align-items: center; flex-shrink: 0; }
.cta-phone-link { font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; color: rgba(255,255,255,0.65); text-decoration: none; letter-spacing: 0.02em; transition: color 0.2s; }
.cta-phone-link:hover { color: #F5A623; }
@media (max-width: 768px) {
  .cta-banner-inner { flex-direction: column; text-align: center; padding: 36px 28px; }
  .cta-banner-right { width: 100%; }
}

/* ═══ PROMO BANNER ═══ */
.promo-banner {
  background: #0A1F44;
  border-bottom: 2px solid #F5A623;
  padding: 9px 0;
  position: relative;
  z-index: 1001;
}
.promo-banner-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.promo-banner-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 12.5px;
  color: rgba(255,255,255,0.70);
  line-height: 1.4;
}
.promo-banner-text strong { color: #F5A623; font-weight: 700; }
.promo-banner-dismiss {
  background: none;
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.48);
  font-size: 11px;
  padding: 3px 9px;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  transition: color 0.2s, border-color 0.2s;
  font-family: 'Montserrat', sans-serif;
}
.promo-banner-dismiss:hover { color: rgba(255,255,255,0.8); border-color: rgba(255,255,255,0.4); }
.promo-banner.is-hidden { display: none; }
@media (max-width: 768px) {
  .promo-banner-inner { padding: 0 16px; }
  .promo-banner-text { font-size: 11.5px; }
}

/* ═══ UTILITY BAR ═══ */
.nav-utility-bar {
  background: #060f1e;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1001;
}
.nav-utility-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  gap: 12px;
}
.nav-utility-left { display: flex; align-items: center; gap: 10px; flex-wrap: nowrap; overflow: hidden; }
.nav-utility-item {
  font-family: 'Open Sans', sans-serif;
  font-size: 11.5px;
  color: rgba(255,255,255,0.52);
  display: flex; align-items: center; gap: 5px;
  white-space: nowrap; text-decoration: none;
}
.nav-utility-phone { color: #F5A623; font-weight: 700; transition: color 0.2s; }
.nav-utility-phone:hover { color: #ffc048; }
.nav-utility-icon { font-size: 11px; }
.nav-utility-sep { color: rgba(255,255,255,0.2); font-size: 11px; flex-shrink: 0; }
.nav-utility-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-utility-trust {
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px; font-weight: 600;
  color: rgba(255,255,255,0.48);
  letter-spacing: 0.02em; white-space: nowrap;
}
@media (max-width: 900px) { .nav-utility-bar { display: none; } }

/* ═══ MAIN NAVBAR ═══ */
.site-header { position: fixed; top: 36px; left: 0; right: 0; z-index: 999; transition: top 0.3s ease; }
.main-nav { background: #0A1F44; transition: background 0.3s ease, box-shadow 0.3s ease; }
.main-nav.is-scrolled { background: #060f1e; box-shadow: 0 2px 24px rgba(0,0,0,0.38); }
.main-nav-inner {
  max-width: 1140px; margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; gap: 16px; transition: height 0.3s ease;
}
.main-nav.is-scrolled .main-nav-inner { height: 62px; }
.nav-logo { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.nav-logo-img { height: 68px; width: auto; display: block; transition: height 0.3s ease; }
.main-nav.is-scrolled .nav-logo-img { height: 56px; }
.nav-links-list {
  display: flex; align-items: center; list-style: none;
  gap: 2px; margin: 0; padding: 0; flex: 1; justify-content: center;
}
.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.72);
  text-decoration: none; padding: 8px 14px; border-radius: 6px;
  position: relative; transition: color 0.2s, background 0.2s;
  white-space: nowrap; display: flex; align-items: center; gap: 4px;
}
.nav-link:hover { color: #ffffff; background: rgba(255,255,255,0.06); }
.nav-link--active { color: #ffffff; }
.nav-link--active::after {
  content: ''; position: absolute; bottom: 2px; left: 14px; right: 14px;
  height: 2px; background: #F5A623; border-radius: 1px;
}
.nav-chevron { font-size: 9px; opacity: 0.6; transition: transform 0.2s; }
.nav-item-services:hover .nav-chevron,
.nav-item-services.is-open .nav-chevron { transform: rotate(180deg); }
.nav-item-services { position: relative; list-style: none; }
.nav-services-dropdown {
  position: absolute; top: calc(100% + 10px); left: 50%;
  width: 400px;
  background: #0d1f3c;
  border: 1px solid rgba(245,166,35,0.16);
  border-radius: 12px; padding: 12px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
  opacity: 0; visibility: hidden;
  transform: translateX(-50%) translateY(-8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  z-index: 2000;
}
.nav-services-dropdown::before {
  content: ''; position: absolute; top: -6px; left: 50%; transform: translateX(-50%);
  width: 12px; height: 6px; background: #0d1f3c;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.nav-item-services:hover .nav-services-dropdown,
.nav-item-services.is-open .nav-services-dropdown {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.nav-dropdown-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.nav-dd-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px; border-radius: 8px;
  text-decoration: none; transition: background 0.18s;
}
.nav-dd-item:hover { background: rgba(255,255,255,0.06); }
.nav-dd-icon {
  width: 32px; height: 32px; border-radius: 7px;
  background: rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; flex-shrink: 0;
}
.nav-dd-name {
  font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.72); transition: color 0.18s;
}
.nav-dd-item:hover .nav-dd-name { color: #ffffff; }
.nav-dd-item--all { border: 1px dashed rgba(245,166,35,0.28); margin-top: 4px; grid-column: span 2; }
.nav-dd-item--all:hover { background: rgba(245,166,35,0.06); border-color: rgba(245,166,35,0.5); }
.nav-dd-icon--gold { background: rgba(245,166,35,0.12); color: #F5A623; font-weight: 800; font-size: 14px; }
.nav-dd-name--gold { color: rgba(245,166,35,0.8); }
.nav-dd-item--all:hover .nav-dd-name--gold { color: #F5A623; }
.nav-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.nav-phone-link {
  display: flex; align-items: center; gap: 7px;
  font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700;
  color: rgba(255,255,255,0.75); text-decoration: none;
  transition: color 0.2s; white-space: nowrap;
}
.nav-phone-link:hover { color: #F5A623; }
.nav-phone-icon { font-size: 14px; }
.nav-cta-btn {
  display: inline-block; background: #F5A623; color: #3a2000;
  font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  padding: 11px 20px; border-radius: 7px; text-decoration: none;
  transition: background 0.2s, transform 0.2s; white-space: nowrap;
}
.nav-cta-btn:hover { background: #e09510; transform: translateY(-2px); }
.nav-hamburger {
  display: none; width: 40px; height: 40px; border-radius: 8px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15);
  flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; cursor: pointer; transition: background 0.2s; flex-shrink: 0;
}
.nav-hamburger:hover { background: rgba(255,255,255,0.12); }
.ham-line {
  display: block; width: 18px; height: 1.5px;
  background: rgba(255,255,255,0.85); border-radius: 1px;
  transition: transform 0.28s ease, opacity 0.28s ease; transform-origin: center;
}
.nav-hamburger.is-open .ham-line:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.is-open .ham-line:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.is-open .ham-line:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-drawer {
  background: #060f1e; border-bottom: 1px solid rgba(255,255,255,0.07);
  max-height: 0; overflow: hidden;
  transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-drawer.is-open { max-height: 600px; }
.mobile-drawer-links { padding: 8px 0; }
.mobile-nav-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
  font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 600;
  color: rgba(255,255,255,0.72); text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: color 0.2s, background 0.2s;
}
.mobile-nav-link:hover { color: #ffffff; background: rgba(255,255,255,0.04); }
.mobile-nav-link--active { color: #F5A623; }
.mobile-nav-link--active:hover { color: #ffc048; }
.mobile-link-arrow { font-size: 12px; color: rgba(255,255,255,0.28); }
.mobile-nav-link--active .mobile-link-arrow { color: rgba(245,166,35,0.45); }
.mobile-drawer-divider { height: 1px; background: rgba(255,255,255,0.07); }
.mobile-drawer-trust {
  display: flex; gap: 16px; padding: 11px 24px; flex-wrap: wrap;
  background: rgba(255,255,255,0.02); border-bottom: 1px solid rgba(255,255,255,0.05);
}
.mobile-drawer-trust span { font-family: 'Open Sans', sans-serif; font-size: 11.5px; color: rgba(255,255,255,0.45); }
.mobile-drawer-ctas { padding: 16px 20px; display: flex; flex-direction: column; gap: 10px; }
.mobile-cta-primary {
  display: block; background: #F5A623; color: #3a2000;
  font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700;
  text-align: center; padding: 14px 20px; border-radius: 8px;
  text-decoration: none; letter-spacing: 0.03em; transition: background 0.2s;
}
.mobile-cta-primary:hover { background: #e09510; }
.mobile-cta-phone {
  display: block; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.82); font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 600; text-align: center;
  padding: 13px 20px; border-radius: 8px; text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.mobile-cta-phone:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.25); }
@media (max-width: 900px) {
  .nav-links-list { display: none; }
  .nav-actions { display: none; }
  .nav-hamburger { display: flex; }
  .main-nav-inner { padding: 0 20px; }
  .site-header { top: 0; }
}
@media (min-width: 901px) { .mobile-drawer { display: none !important; } }

/* ═══ NEW MOBILE CTA BAR ═══ */
.new-mobile-cta-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 998;
  background: #060f1e;
  border-top: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.4);
  grid-template-columns: 1fr 1px 1fr;
  grid-template-rows: 58px auto;
}
.new-mobile-cta-bar-btn {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 4px; text-decoration: none; transition: opacity 0.18s;
}
.new-mobile-cta-bar-btn:active { opacity: 0.82; }
.new-mobile-cta-bar-btn--quote { background: #F5A623; grid-column: 1; }
.new-mobile-cta-bar-btn--call { background: #0A1F44; grid-column: 3; }
.new-mobile-cta-bar-divider { background: rgba(0,0,0,0.2); grid-column: 2; }
.new-mobile-cta-bar-icon { font-size: 18px; }
.new-mobile-cta-bar-label {
  font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase;
}
.new-mobile-cta-bar-btn--quote .new-mobile-cta-bar-label { color: #3a2000; }
.new-mobile-cta-bar-btn--call .new-mobile-cta-bar-label { color: rgba(255,255,255,0.88); }
.new-mobile-cta-bar-safe { height: env(safe-area-inset-bottom, 0px); background: #060f1e; grid-column: 1 / -1; }
@media (max-width: 768px) {
  .new-mobile-cta-bar { display: grid; }
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px)); }
}

/* ── Body offset for fixed header stack ── */
body { padding-top: 108px; } /* utility(36) + nav(72) */
.promo-banner:not(.is-hidden) ~ * { --has-promo: 1; }
@media (max-width: 900px) {
  body { padding-top: 72px; }
}
