/* ── ALDER CLEANING SOLUTIONS — SHARED STYLESHEET ── */

:root {
  --navy:       #0d2d4e;
  --navy-mid:   #1a3f63;
  --navy-light: #2a5480;
  --teal:       #2abfaa;
  --teal-dark:  #1d9e8a;
  --teal-light: #4fd4c0;
  --cream:      #f8f5f0;
  --white:      #ffffff;
  --text-dark:  #0d2d4e;
  --text-mid:   #3a5a7a;
  --text-light: #6b8aaa;
  --border:     rgba(13,45,78,0.10);
  --shadow:     0 8px 48px rgba(13,45,78,0.12);
  --shadow-sm:  0 2px 16px rgba(13,45,78,0.08);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
}

/* ── UTILITIES ── */
.container { max-width: 1180px; margin: 0 auto; padding: 0 2rem; }

.section-label {
  display: inline-block;
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--teal);
  margin-bottom: 1rem;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 400; line-height: 1.15;
  color: var(--navy);
}
.section-title em { font-style: italic; color: var(--teal-dark); }
.section-sub {
  font-size: 1rem; color: var(--text-mid);
  max-width: 560px; margin-top: 1rem; line-height: 1.75;
}
.text-center { text-align: center; }
.text-white { color: white !important; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 2rem;
  background: var(--teal); color: var(--navy);
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 600;
  border: none; border-radius: 4px; cursor: pointer;
  text-decoration: none; transition: background 0.2s, transform 0.2s;
}
.btn-primary:hover { background: var(--teal-light); transform: translateY(-2px); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 2rem;
  background: transparent;
  color: white; border: 1.5px solid rgba(255,255,255,0.4);
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 500;
  border-radius: 4px; cursor: pointer;
  text-decoration: none; transition: border-color 0.2s, background 0.2s;
}
.btn-outline:hover { border-color: var(--teal); background: rgba(42,191,170,0.08); }

.btn-outline-dark {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 2rem;
  background: transparent;
  color: var(--navy); border: 1.5px solid rgba(13,45,78,0.25);
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 500;
  border-radius: 4px; cursor: pointer;
  text-decoration: none; transition: border-color 0.2s, background 0.2s;
}
.btn-outline-dark:hover { border-color: var(--teal); color: var(--teal-dark); }

.btn-navy {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 2rem;
  background: var(--navy); color: white;
  font-size: 0.9rem; font-weight: 600;
  border: none; border-radius: 4px; cursor: pointer;
  text-decoration: none; transition: background 0.2s, transform 0.2s;
}
.btn-navy:hover { background: var(--navy-mid); transform: translateY(-2px); }

/* ── TOP BAR ── */
.topbar {
  background: var(--navy-mid);
  border-bottom: 1px solid rgba(42,191,170,0.15);
  padding: 0.45rem 0;
  font-size: 0.8rem; color: rgba(255,255,255,0.65);
}
.topbar-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.topbar a { color: rgba(255,255,255,0.75); text-decoration: none; }
.topbar a:hover { color: var(--teal); }
.topbar-right { display: flex; gap: 1.5rem; align-items: center; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(13,45,78,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(42,191,170,0.12);
  box-shadow: 0 2px 24px rgba(13,45,78,0.18);
}
.nav-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 400; color: white;
  text-decoration: none; letter-spacing: 0.02em;
  display: flex; align-items: center; gap: 0.6rem;
}
.nav-logo-mark {
  width: 34px; height: 34px; border-radius: 6px;
  background: var(--teal);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.nav-logo-mark svg { width: 18px; height: 18px; fill: var(--navy); }
.nav-logo-img { height: 40px; width: auto; display: block; }
.footer-logo-img { height: 30px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 0.1rem; }
.nav-links a {
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  text-decoration: none; border-radius: 4px;
  transition: color 0.2s, background 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--teal); }
.nav-right { display: flex; align-items: center; gap: 1rem; }
.nav-phone { font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.85); text-decoration: none; }
.nav-phone:hover { color: var(--teal); }
.nav-cta {
  background: var(--teal) !important; color: var(--navy) !important;
  font-weight: 600 !important; font-size: 0.82rem !important;
  padding: 0.5rem 1.2rem !important; border-radius: 4px !important;
  text-transform: uppercase !important; letter-spacing: 0.06em !important;
  text-decoration: none; transition: background 0.2s;
}
.nav-cta:hover { background: var(--teal-light) !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: white; border-radius: 2px; transition: 0.3s; }

.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 999;
  background: var(--navy); flex-direction: column;
  padding: 5rem 2rem 2rem; gap: 0.25rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  padding: 1rem 0; font-size: 1.1rem; font-weight: 500;
  color: rgba(255,255,255,0.85); text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mobile-menu a:hover { color: var(--teal); }
.mobile-menu-close {
  position: absolute; top: 1.5rem; right: 1.5rem;
  background: none; border: none; color: white; font-size: 1.5rem; cursor: pointer;
}
.mob-cta-link {
  margin-top: 1.5rem;
  background: var(--teal) !important; color: var(--navy) !important;
  font-weight: 700 !important; text-align: center;
  border-radius: 4px; padding: 1rem !important;
  border-bottom: none !important;
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 65%, #0e3a5e 100%);
  padding: 5rem 0 4.5rem; position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 75% 30%, rgba(42,191,170,0.10) 0%, transparent 55%);
}
.page-hero-inner { position: relative; z-index: 1; max-width: 760px; }
.page-hero-tag {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(42,191,170,0.12); border: 1px solid rgba(42,191,170,0.25);
  padding: 0.35rem 0.9rem; border-radius: 100px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em;
  color: var(--teal); text-transform: uppercase; margin-bottom: 1.5rem;
}
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 300; line-height: 1.1; color: white; margin-bottom: 1.25rem;
}
.page-hero h1 em { font-style: italic; color: var(--teal-light); }
.page-hero p { font-size: 1.05rem; color: rgba(255,255,255,0.72); line-height: 1.75; max-width: 580px; margin-bottom: 2rem; }
.page-hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.page-hero-trust {
  display: flex; flex-wrap: wrap; gap: 1.25rem;
  margin-top: 2.25rem; padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.page-hero-trust span {
  display: flex; align-items: center; gap: 0.45rem;
  font-size: 0.8rem; color: rgba(255,255,255,0.6);
}
.trust-check {
  width: 16px; height: 16px; border-radius: 50%;
  background: rgba(42,191,170,0.2); border: 1.5px solid var(--teal);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.trust-check::after { content: '✓'; font-size: 9px; color: var(--teal); font-weight: 700; }

/* ── BREADCRUMB ── */
.breadcrumb {
  background: var(--cream); border-bottom: 1px solid var(--border);
  padding: 0.75rem 0;
}
.breadcrumb-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 2rem;
  font-size: 0.8rem; color: var(--text-light);
  display: flex; align-items: center; gap: 0.5rem;
}
.breadcrumb a { color: var(--text-light); text-decoration: none; }
.breadcrumb a:hover { color: var(--teal-dark); }
.breadcrumb-sep { opacity: 0.5; }

/* ── ACCREDITATIONS BAR ── */
.accred-bar { background: var(--cream); border-bottom: 1px solid rgba(13,45,78,0.06); padding: 1.25rem 0; }
.accred-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 2.5rem;
}
.accred-item {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.8rem; font-weight: 600; color: var(--text-mid);
}
.accred-icon {
  width: 32px; height: 32px; border-radius: 6px;
  background: white; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
}
.accred-icon svg { width: 16px; height: 16px; }

/* ── SECTION WRAPPERS ── */
.section-white { background: white; padding: 6rem 0; }
.section-cream { background: var(--cream); padding: 6rem 0; }
.section-navy { background: var(--navy); padding: 6rem 0; }

/* ── FEATURE LIST ── */
.feature-list { display: flex; flex-direction: column; gap: 1.75rem; }
.feature-item { display: flex; gap: 1.25rem; align-items: flex-start; }
.feature-icon {
  width: 44px; height: 44px; border-radius: 8px; flex-shrink: 0;
  background: rgba(42,191,170,0.1); border: 1px solid rgba(42,191,170,0.2);
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
}
.feature-icon svg { width: 20px; height: 20px; stroke: var(--teal); fill: none; stroke-width: 1.75; }
.feature-item h4 { font-size: 0.95rem; font-weight: 600; color: var(--navy); margin-bottom: 0.3rem; }
.feature-item p { font-size: 0.875rem; color: var(--text-mid); line-height: 1.7; }

/* ── INCLUDES LIST ── */
.includes-list { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.includes-list li {
  font-size: 0.875rem; color: var(--text-mid);
  display: flex; align-items: center; gap: 0.6rem;
}
.includes-list li::before {
  content: ''; width: 5px; height: 5px;
  border-radius: 50%; background: var(--teal); flex-shrink: 0;
}

/* ── CARDS ── */
.card {
  background: white; border-radius: 8px;
  border: 1px solid var(--border); padding: 2rem;
  transition: box-shadow 0.25s, transform 0.25s;
}
.card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.card-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem; color: var(--teal); font-weight: 600;
  letter-spacing: 0.08em; margin-bottom: 0.75rem;
}
.card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 400; color: var(--navy);
  margin-bottom: 0.65rem;
}
.card p { font-size: 0.875rem; color: var(--text-mid); line-height: 1.75; }
.card-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--teal); text-decoration: none;
  margin-top: 1.25rem; transition: gap 0.2s;
}
.card-link:hover { gap: 0.7rem; }

/* ── GRID HELPERS ── */
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.grid-1-2 { display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; align-items: start; }
.grid-2-1 { display: grid; grid-template-columns: 1.5fr 1fr; gap: 5rem; align-items: center; }

/* ── MINI QUOTE PANEL ── */
.mini-quote-panel {
  background: var(--navy);
  border-radius: 10px; padding: 2.5rem;
  position: sticky; top: 88px;
}
.mini-quote-panel h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 400; color: white; margin-bottom: 0.4rem;
}
.mini-quote-panel p { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin-bottom: 1.5rem; }
.mini-form { display: flex; flex-direction: column; gap: 0.75rem; }
.mini-form input, .mini-form select {
  width: 100%; padding: 0.7rem 0.9rem;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 4px; color: white;
  font-family: 'DM Sans', sans-serif; font-size: 0.875rem;
  outline: none; transition: border-color 0.2s;
}
.mini-form input::placeholder { color: rgba(255,255,255,0.4); }
.mini-form input:focus, .mini-form select:focus { border-color: var(--teal); }
.mini-form select { color: rgba(255,255,255,0.65); cursor: pointer; }
.mini-form select option { background: var(--navy); color: white; }
.mini-form-btn {
  width: 100%; padding: 0.85rem; background: var(--teal); color: var(--navy);
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 700;
  border: none; border-radius: 4px; cursor: pointer; transition: background 0.2s;
}
.mini-form-btn:hover { background: var(--teal-light); }
.mini-form-note { font-size: 0.72rem; color: rgba(255,255,255,0.3); text-align: center; margin-top: 0.5rem; }
.mini-phone { text-align: center; font-size: 0.8rem; color: rgba(255,255,255,0.4); margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.08); }
.mini-phone a { color: white; font-weight: 700; text-decoration: none; }

/* ── PROCESS STRIP ── */
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 28px; left: 10%; right: 10%; height: 1px; background: rgba(42,191,170,0.25); }
.process-step { text-align: center; position: relative; }
.process-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(42,191,170,0.12); border: 1.5px solid rgba(42,191,170,0.35);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem; position: relative; z-index: 1;
  font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--teal);
}
.process-step h4 { font-size: 0.95rem; font-weight: 600; color: white; margin-bottom: 0.5rem; }
.process-step p { font-size: 0.85rem; color: rgba(255,255,255,0.55); line-height: 1.7; }

/* ── CTA BANNER ── */
.cta-banner {
  background: linear-gradient(135deg, var(--navy-mid) 0%, var(--navy) 100%);
  padding: 5rem 0; text-align: center;
}
.cta-banner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 300; color: white; margin-bottom: 1rem;
}
.cta-banner p { color: rgba(255,255,255,0.6); font-size: 0.95rem; max-width: 480px; margin: 0 auto 2rem; }
.cta-banner-btns { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid rgba(13,45,78,0.08); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 0; cursor: pointer; gap: 1rem;
  font-size: 0.9rem; font-weight: 600; color: var(--navy);
  transition: color 0.2s; user-select: none;
}
.faq-q:hover { color: var(--teal-dark); }
.faq-chevron {
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(42,191,170,0.1); border: 1px solid rgba(42,191,170,0.2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-size: 0.65rem; color: var(--teal); font-weight: 700;
  transition: transform 0.3s, background 0.2s;
}
.faq-item.open .faq-chevron { transform: rotate(45deg); background: var(--teal); color: white; }
.faq-a {
  max-height: 0; overflow: hidden;
  font-size: 0.875rem; line-height: 1.75; color: var(--text-mid);
  transition: max-height 0.35s ease, padding 0.3s ease;
}
.faq-a.open { max-height: 240px; padding-bottom: 1.1rem; }

/* ── TESTIMONIAL ── */
.testimonial-card {
  background: white; border-radius: 8px; border: 1px solid var(--border); padding: 2rem;
  transition: box-shadow 0.25s, transform 0.25s;
}
.testimonial-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.t-stars { color: #f59e0b; font-size: 0.85rem; margin-bottom: 1rem; letter-spacing: 0.1em; }
.t-text { font-size: 0.9rem; color: var(--text-mid); font-style: italic; line-height: 1.8; margin-bottom: 1.5rem; font-weight: 300; }
.t-divider { width: 32px; height: 2px; background: var(--teal); margin-bottom: 1.25rem; }
.t-author h5 { font-size: 0.875rem; font-weight: 600; color: var(--navy); }
.t-author span { font-size: 0.8rem; color: var(--text-light); }

/* ── FORM ── */
.form-box { background: white; border-radius: 8px; padding: 2.5rem; box-shadow: var(--shadow); border: 1px solid var(--border); }
.form-box h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--navy); margin-bottom: 0.4rem; }
.form-box .form-intro { font-size: 0.82rem; color: var(--text-light); margin-bottom: 1.75rem; }
.form-grid { display: flex; flex-direction: column; gap: 0.85rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
.form-group { display: flex; flex-direction: column; gap: 0.35rem; }
.form-group label { font-size: 0.78rem; font-weight: 600; color: var(--navy); letter-spacing: 0.03em; }
.form-group input, .form-group select, .form-group textarea {
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(13,45,78,0.15); border-radius: 4px;
  font-family: 'DM Sans', sans-serif; font-size: 0.875rem; color: var(--navy);
  outline: none; transition: border-color 0.2s; background: white;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--teal); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-submit {
  width: 100%; padding: 0.9rem; background: var(--teal); color: var(--navy);
  font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 700;
  border: none; border-radius: 4px; cursor: pointer; transition: background 0.2s;
}
.form-submit:hover { background: var(--teal-light); }
.form-note { font-size: 0.75rem; color: var(--text-light); text-align: center; margin-top: 0.5rem; }
.form-phone-alt { text-align: center; font-size: 0.82rem; color: var(--text-mid); margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--border); }
.form-phone-alt a { color: var(--navy); font-weight: 700; text-decoration: none; }
.form-phone-alt a:hover { color: var(--teal-dark); }
.form-success { display: none; text-align: center; padding: 2rem; }
.form-success-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(42,191,170,0.15); border: 2px solid var(--teal); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; font-size: 1.5rem; color: var(--teal); }
.form-success h4 { font-size: 1.1rem; color: var(--navy); margin-bottom: 0.5rem; }
.form-success p { font-size: 0.875rem; color: var(--text-mid); }

/* ── FOOTER ── */
footer { background: var(--navy); padding: 5rem 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem; padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem; font-weight: 400; color: white;
  display: flex; align-items: center; gap: 0.6rem;
}
.footer-logo-mark { width: 30px; height: 30px; border-radius: 5px; background: var(--teal); display: flex; align-items: center; justify-content: center; }
.footer-logo-mark svg { width: 15px; height: 15px; fill: var(--navy); }
.footer-brand-desc { font-size: 0.875rem; color: rgba(255,255,255,0.5); margin: 1rem 0 1.5rem; line-height: 1.75; }
.footer-trust-badges { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-badge { display: flex; align-items: center; gap: 0.6rem; font-size: 0.78rem; font-weight: 500; color: rgba(255,255,255,0.55); }
.footer-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }
.footer-col h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 1.25rem; }
.footer-col a { display: block; font-size: 0.875rem; color: rgba(255,255,255,0.6); text-decoration: none; margin-bottom: 0.6rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--teal); }
.footer-contact-item { display: flex; flex-direction: column; margin-bottom: 0.85rem; }
.footer-contact-item a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.85rem; }
.footer-contact-item a:hover { color: var(--teal); }
.footer-contact-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.3); display: block; margin-bottom: 0.15rem; }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem; padding: 1.5rem 0;
  font-size: 0.78rem; color: rgba(255,255,255,0.3);
}
.footer-bottom a { color: rgba(255,255,255,0.35); text-decoration: none; }
.footer-bottom a:hover { color: var(--teal); }
.footer-bottom-links { display: flex; gap: 1.25rem; }

/* ── MOBILE STICKY BAR ── */
.mobile-cta-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  background: var(--navy); border-top: 1px solid rgba(42,191,170,0.25);
  padding: 0.75rem 1rem; gap: 0.75rem;
}
.mobile-cta-bar a {
  flex: 1; text-align: center; padding: 0.75rem;
  font-family: 'DM Sans', sans-serif; font-size: 0.875rem; font-weight: 600;
  border-radius: 4px; text-decoration: none;
}
.mob-call { background: rgba(255,255,255,0.1); color: white; border: 1px solid rgba(255,255,255,0.2); }
.mob-quote { background: var(--teal); color: var(--navy); }

/* ── SECTOR TILE ── */
.sector-tile {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 0.75rem; padding: 1.75rem 1.5rem;
  border: 1px solid var(--border); border-radius: 8px;
  text-decoration: none; background: white;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.sector-tile:hover { border-color: var(--teal); box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.sector-icon { width: 44px; height: 44px; border-radius: 8px; background: rgba(42,191,170,0.1); border: 1px solid rgba(42,191,170,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sector-icon svg { width: 22px; height: 22px; stroke: var(--teal); fill: none; stroke-width: 1.75; }
.sector-name { font-size: 0.9rem; font-weight: 600; color: var(--navy); line-height: 1.3; }
.sector-arrow { font-size: 0.75rem; color: var(--teal); font-weight: 600; margin-top: auto; }

/* ── STAT BOX ── */
.stat-box { text-align: center; padding: 1.5rem; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 600; color: var(--teal); line-height: 1; }
.stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-top: 0.35rem; }

/* ── DARK PANEL ── */
.dark-panel {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: 12px; padding: 3rem 2.5rem; position: relative; overflow: hidden;
}
.dark-panel::before { content: ''; position: absolute; top: -40px; right: -40px; width: 200px; height: 200px; border-radius: 50%; background: rgba(42,191,170,0.07); }
.dark-panel-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 300; font-style: italic; color: white; line-height: 1.5; margin-bottom: 1.5rem; position: relative; z-index: 1; }
.dark-panel-quote::before { content: '\201C'; display: block; font-size: 4rem; color: var(--teal); line-height: 0.6; margin-bottom: 1rem; }
.dark-panel-author { font-size: 0.8rem; color: rgba(255,255,255,0.5); position: relative; z-index: 1; }

/* ── BLOG CARD ── */
.blog-card { background: white; border-radius: 8px; border: 1px solid var(--border); overflow: hidden; transition: box-shadow 0.25s, transform 0.25s; text-decoration: none; display: block; }
.blog-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.blog-card-img { height: 180px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); display: flex; align-items: center; justify-content: center; }
.blog-card-img span { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; color: var(--teal); opacity: 0.4; }
.blog-card-body { padding: 1.5rem; }
.blog-card-tag { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.6rem; }
.blog-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; color: var(--navy); line-height: 1.3; margin-bottom: 0.6rem; }
.blog-card p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.blog-card-meta { font-size: 0.75rem; color: var(--text-light); margin-top: 1rem; }

/* ── LOCATION TAG STRIP ── */
.location-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.loc-tag { padding: 0.4rem 1rem; border-radius: 100px; background: var(--cream); border: 1px solid var(--border); font-size: 0.8rem; font-weight: 500; color: var(--text-mid); text-decoration: none; transition: border-color 0.2s, color 0.2s; }
.loc-tag:hover { border-color: var(--teal); color: var(--teal-dark); }

/* ── RESIDENTIAL CALLOUT ── */
.residential-band {
  background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 3.5rem 0;
}
.residential-band-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.residential-band-copy h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--navy); margin-bottom: 0.5rem; }
.residential-band-copy p { font-size: 0.9rem; color: var(--text-mid); max-width: 540px; }
.residential-services { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 0.85rem; }
.res-chip { display: inline-block; padding: 0.3rem 0.85rem; border-radius: 100px; background: white; border: 1px solid var(--border); font-size: 0.78rem; font-weight: 500; color: var(--text-mid); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .grid-1-2 { grid-template-columns: 1fr; gap: 3rem; }
  .grid-2-1 { grid-template-columns: 1fr; gap: 3rem; }
  .process-steps { grid-template-columns: repeat(2,1fr); }
  .process-steps::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-phone { display: none; }
  .hamburger { display: flex; }
  .topbar { display: none; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-cta-bar { display: flex; }
  body { padding-bottom: 70px; }
  .process-steps { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .section-white, .section-cream, .section-navy { padding: 4rem 0; }
}

/* ── COOKIE CONSENT BANNER ── */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 10000;
  background: var(--navy); color: rgba(255,255,255,0.85);
  box-shadow: 0 -4px 32px rgba(0,0,0,0.28);
}
.cookie-banner-inner {
  max-width: 1180px; margin: 0 auto; padding: 1.15rem 2rem;
  display: flex; align-items: center; gap: 1.75rem;
  flex-wrap: wrap; justify-content: space-between;
}
.cookie-banner-text {
  font-size: 0.85rem; line-height: 1.6; max-width: 720px; margin: 0;
  color: rgba(255,255,255,0.8);
}
.cookie-banner-text a { color: var(--teal-light); text-decoration: underline; }
.cookie-banner-text a:hover { color: var(--teal); }
.cookie-banner-btns { display: flex; gap: 0.75rem; flex-shrink: 0; }
.cookie-btn {
  font-family: 'DM Sans', sans-serif; font-size: 0.85rem; font-weight: 600;
  padding: 0.6rem 1.5rem; border-radius: 4px; cursor: pointer;
  border: 1px solid transparent; transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.cookie-btn-accept { background: var(--teal); color: var(--navy); border-color: var(--teal); }
.cookie-btn-accept:hover { background: var(--teal-light); border-color: var(--teal-light); }
.cookie-btn-reject { background: transparent; color: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.3); }
.cookie-btn-reject:hover { border-color: rgba(255,255,255,0.65); color: #fff; }
@media (max-width: 600px) {
  .cookie-banner-inner { flex-direction: column; align-items: stretch; gap: 0.9rem; padding: 1rem 1.5rem; }
  .cookie-banner-btns { justify-content: flex-end; }
}
