/* ============================================
   Junk Removal Pros — Premium Design System v2
   junkremovalelmonte.com
   ============================================ */

:root {
  --green-deep: #0a1628;
  --green-deeper: #050c17;
  --green: #e8722c;
  --green-soft: #c95a17;
  --green-bg: #fdf3eb;
  --green-bg-2: #fbe6d3;
  --green-glow: rgba(232, 114, 44, 0.32);
  --leaf: #f4a261;
  --leaf-soft: #fde9d6;
  --cream: #faf8f4;
  --warm: #f3ece1;
  --text: #11151c;
  --text-muted: #4a5260;
  --text-light: #8590a0;
  --bg: #ffffff;
  --bg-soft: #f7f8fa;
  --bg-card: #ffffff;
  --border: #e3e6ec;
  --border-soft: #eef0f4;
  --warn: #c64a1c;
  --warn-soft: #fde9e2;
  --gold: #d99b1a;
  --shadow-sm: 0 1px 3px rgba(10, 22, 40, 0.06);
  --shadow-md: 0 8px 22px rgba(10, 22, 40, 0.08);
  --shadow-lg: 0 18px 50px rgba(10, 22, 40, 0.16);
  --shadow-xl: 0 28px 80px rgba(10, 22, 40, 0.22);
  --radius: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
  --max-w: 1240px;
  --font-display: 'Bricolage Grotesque', 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
  overflow-x: hidden;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--green-soft); }
p { margin-bottom: 1em; color: var(--text); }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.4em; margin-bottom: 1em; }
ul { list-style: none; padding-left: 0; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--green-deep);
  line-height: 1.05;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(2.4rem, 6.5vw, 4.4rem); margin-bottom: 0.5em; font-weight: 600; }
h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); margin-bottom: 0.55em; font-weight: 600; letter-spacing: -0.03em; }
h3 { font-size: clamp(1.18rem, 2vw, 1.4rem); margin-bottom: 0.4em; font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; }
h4 { font-size: 1.05rem; margin-bottom: 0.3em; font-weight: 600; }

/* ============== Layout ============== */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
section { padding: 100px 0; position: relative; }
section.tight { padding: 60px 0; }
section.bg-soft { background: var(--bg-soft); }
section.bg-cream { background: var(--cream); }
section.bg-warm { background: var(--warm); }
section.bg-green { background: var(--green-deep); color: #d8e2cf; }
section.bg-green h2, section.bg-green h3, section.bg-green h4 { color: #fff; }

.skip-link { position: absolute; top: -100px; left: 0; background: var(--green-deep); color: #fff; padding: .5rem 1rem; z-index: 1000; font-weight: 600; }
.skip-link:focus { top: 0; }

.section-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head p { color: var(--text-muted); font-size: 1.08rem; line-height: 1.65; }
.section-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--green);
  margin-bottom: 14px;
}

/* ============== Icon System ============== */
.ico { width: 18px; height: 18px; display: inline-block; flex-shrink: 0; vertical-align: middle; }
.ico-star { width: 16px; height: 16px; color: var(--gold); display: inline-block; }

/* ============== Header ============== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--border-soft);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; flex-shrink: 0; }
.brand-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.32rem;
  color: var(--green-deep);
  letter-spacing: -0.035em;
  line-height: 1;
}
.brand-text em { color: var(--green); font-style: normal; font-weight: 700; }
.brand-text small { display: block; font-size: 0.62rem; font-weight: 500; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; font-family: var(--font-body); }
.brand:hover .brand-text { color: var(--green-deep); }

.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links li { margin: 0; }
.nav-links > li > a {
  color: var(--text);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 6px 0;
  position: relative;
}
.nav-links > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.nav-links > li > a:hover { color: var(--green); }
.nav-links > li > a:hover::after { transform: scaleX(1); }

.nav-dropdown { position: relative; }
.nav-dropdown > a::after { content: '▾'; font-size: .7em; margin-left: 4px; opacity: .6; }
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: -1rem;
  min-width: 260px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  padding: .65rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .2s;
  z-index: 50;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown-menu a { display: block; padding: .55rem .8rem; border-radius: 7px; font-size: .9rem; font-weight: 500; color: var(--text); }
.nav-dropdown-menu a:hover { background: var(--green-bg); color: var(--green-deep); }

.header-cta { display: inline-flex; align-items: center; gap: 16px; }
.tel-link {
  font-weight: 700;
  color: var(--green-deep);
  font-size: 1.02rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-feature-settings: "tnum";
}
.tel-link .ico { color: var(--green); width: 18px; height: 18px; }
.tel-link:hover { color: var(--green); }

/* ============== Buttons ============== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: -0.005em;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary {
  background: var(--green-deep);
  color: #fff;
  box-shadow: 0 6px 22px rgba(10, 22, 40, 0.32);
}
.btn-primary:hover { background: var(--green-deeper); color: #fff; box-shadow: 0 12px 30px rgba(10, 22, 40, 0.42); }
.btn-accent {
  background: var(--green);
  color: #fff;
  box-shadow: 0 6px 22px var(--green-glow);
}
.btn-accent:hover { background: var(--green-soft); color: #fff; box-shadow: 0 12px 30px rgba(232, 114, 44, 0.45); }
.btn-secondary {
  background: transparent;
  color: var(--green-deep);
  border: 2px solid var(--green-deep);
}
.btn-secondary:hover { background: var(--green-deep); color: #fff; }
.btn-ghost-light { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.3); backdrop-filter: blur(8px); }
.btn-ghost-light:hover { background: rgba(255,255,255,.2); color: #fff; }
.btn-lg { padding: 18px 36px; font-size: 1.05rem; }
.btn-arrow {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: inline-flex; align-items: center; justify-content: center;
}
.btn-arrow .ico { width: 12px; height: 12px; }

/* ============== Mobile Nav ============== */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle-bar { display: block; width: 24px; height: 2.5px; background: var(--green-deep); margin: 5px 0; transition: .2s; border-radius: 2px; }
.mobile-drawer {
  display: none;
  position: fixed;
  top: 76px; left: 0; right: 0;
  background: #fff;
  padding: 24px;
  border-bottom: 2px solid var(--border);
  z-index: 99;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
}
.mobile-drawer summary { font-weight: 700; padding: .85rem; cursor: pointer; list-style: none; border-bottom: 1px solid var(--border-soft); }
.mobile-drawer summary::-webkit-details-marker { display: none; }
.mobile-drawer summary::after { content: '+'; float: right; font-size: 1.25rem; color: var(--green); }
.mobile-drawer details[open] summary::after { content: '−'; }
.mobile-drawer .drawer-section a { display: block; padding: .65rem .85rem; font-weight: 500; border-radius: 8px; font-size: .92rem; color: var(--text); }
.mobile-drawer .drawer-section a:hover { background: var(--green-bg); color: var(--green-deep); }
.mobile-drawer > a { display: block; padding: .85rem; font-weight: 600; border-bottom: 1px solid var(--border-soft); }
.mobile-drawer .btn { margin-top: 16px; width: 100%; justify-content: center; }
body.nav-open .mobile-drawer { display: block; }

/* ============== HERO (homepage-distinctive) ============== */
.hero {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
  background: var(--cream);
}
.hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(10, 22, 40, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 22, 40, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  opacity: 0.7;
}
.hero-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 22% 22%, rgba(232, 114, 44, 0.10) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(244, 162, 97, 0.08) 0%, transparent 55%);
}
.hero-decorative {
  position: absolute;
  right: -140px;
  top: 50%;
  transform: translateY(-50%);
  width: 620px;
  height: 620px;
  pointer-events: none;
  opacity: 0.65;
}
.hero > .container { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--green-deep);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.82rem;
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--green);
  animation: pulse-green 2s infinite;
  flex-shrink: 0;
}
@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(232, 114, 44, 0.6); }
  70% { box-shadow: 0 0 0 12px rgba(232, 114, 44, 0); }
  100% { box-shadow: 0 0 0 0 rgba(232, 114, 44, 0); }
}
.hero h1 { margin-bottom: 22px; }
.hero h1 .accent { color: var(--green); font-style: italic; font-weight: 500; }
.hero h1 .underline {
  position: relative;
  display: inline-block;
}
.hero h1 .underline::after {
  content: "";
  position: absolute;
  bottom: 0.08em;
  left: -2%;
  right: -2%;
  height: 0.22em;
  background: var(--green);
  opacity: 0.78;
  border-radius: 2px;
  z-index: -1;
}
.hero .lead {
  font-size: 1.2rem;
  color: var(--text-muted);
  margin-bottom: 32px;
  line-height: 1.55;
  max-width: 560px;
}
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 0.92rem;
  color: var(--text-muted);
  padding-top: 26px;
  border-top: 1px solid var(--border);
}
.hero-trust div { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.hero-trust .ico { color: var(--green); width: 16px; height: 16px; }

/* Hero illustration (right column) */
.hero-illustration {
  position: relative;
  width: 100%;
  line-height: 0;
}
.hero-illust-frame {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  background: var(--bg-soft);
  aspect-ratio: 4 / 5;
}
.hero-illust-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero-illust-badge {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  padding: 14px 18px;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 12px;
  font-size: 0.9rem; font-weight: 600;
}
.hero-illust-badge .ico-bubble { width: 38px; height: 38px; border-radius: 50%; background: var(--green-bg); display: inline-flex; align-items: center; justify-content: center; color: var(--green); }
.hero-illust-badge.bdg-1 { top: 24px; left: -24px; }
.hero-illust-badge.bdg-2 { bottom: 80px; right: -16px; }
.hero-illust-badge.bdg-3 { bottom: -16px; left: 60px; }
.hero-illust-badge strong { display:block; font-size: 1.05rem; color: var(--green-deep); font-family: var(--font-display); }
.hero-illust-badge small { display: block; font-size: 0.74rem; color: var(--text-muted); font-weight: 500; }

/* ============== Marquee Ticker ============== */
.ticker-band {
  background: var(--green-deep);
  color: #fff;
  padding: 18px 0;
  overflow: hidden;
  position: relative;
}
.ticker-band::before, .ticker-band::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0; width: 100px;
  z-index: 2;
  pointer-events: none;
}
.ticker-band::before { left: 0; background: linear-gradient(to right, var(--green-deep), transparent); }
.ticker-band::after { right: 0; background: linear-gradient(to left, var(--green-deep), transparent); }
.ticker-track {
  display: inline-flex;
  gap: 56px;
  white-space: nowrap;
  animation: ticker-scroll 38s linear infinite;
  padding-left: 0;
}
.ticker-item {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
}
.ticker-item em { color: var(--leaf); font-style: normal; font-weight: 700; }
.ticker-item .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--leaf); opacity: 0.7; margin-left: 8px; }
@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============== Stats Band (with decorative SVG) ============== */
.stats-band {
  padding: 80px 0;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.stats-band-deco {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  width: 480px; height: 480px;
  opacity: 0.06;
  pointer-events: none;
}
.stats-band-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.stat-card {
  text-align: left;
}
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 3.6rem);
  font-weight: 700;
  color: var(--green-deep);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}
.stat-num span { font-size: 0.55em; opacity: 0.6; font-weight: 500; margin-left: 4px; }
.stat-num sub { font-size: 0.4em; opacity: 0.55; font-weight: 500; vertical-align: baseline; margin-left: 4px; }
.stat-num sup { font-size: 0.45em; opacity: 0.6; font-weight: 500; vertical-align: super; margin-left: 4px; }
.stat-label {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.4;
  font-weight: 500;
  max-width: 220px;
}

/* ============== Bento Services Grid ============== */
.services-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(220px, auto);
  gap: 20px;
}
.bento-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}
.bento-card:hover { border-color: var(--green); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.bento-card.bento-md { grid-column: span 2; }
.bento-card.bento-featured {
  grid-column: span 3;
  grid-row: span 2;
  background: linear-gradient(135deg, var(--green-deep) 0%, #15294a 100%);
  color: #fff;
  border: none;
  padding: 36px;
}
.bento-card.bento-featured h3 { color: #fff; font-size: 1.85rem; margin-bottom: 14px; }
.bento-card.bento-featured p { color: rgba(255,255,255,.85); font-size: 1.02rem; }
.bento-card.bento-featured .bento-link { color: var(--leaf); }
.bento-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--green-bg);
  color: var(--green);
  margin-bottom: 18px;
}
.bento-card.bento-featured .bento-icon { background: rgba(255,255,255,.12); color: #fff; }
.bento-icon svg { width: 26px; height: 26px; }
.bento-bg-svg {
  position: absolute;
  right: -30px; top: -30px;
  width: 180px; height: 180px;
  color: var(--green);
  opacity: 0.04;
  pointer-events: none;
}
.bento-card h3 { color: var(--green-deep); margin-bottom: 10px; }
.bento-card > p { color: var(--text-muted); font-size: 0.96rem; flex-grow: 1; line-height: 1.55; margin-bottom: 18px; }
.bento-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 600; color: var(--green); font-size: 0.92rem;
  margin-top: auto;
}
.bento-link:hover { color: var(--green-soft); gap: 8px; }
.bento-extra {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.bento-stat-num { font-family: var(--font-display); font-size: 1.8rem; font-weight: 700; color: #fff; line-height: 1; }
.bento-stat-num sup { font-size: 0.45em; opacity: 0.7; font-weight: 500; vertical-align: super; }
.bento-stat-lbl { font-size: 0.78rem; color: rgba(255,255,255,.7); margin-top: 4px; line-height: 1.3; }

/* ============== Warning Signs / Symptom Cards ============== */
.signs-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.sign-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  position: relative;
  transition: all 0.2s ease;
}
.sign-card:hover { border-color: var(--green); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.sign-num {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--green);
  background: var(--green-bg);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}
.sign-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--cream);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  color: var(--green-deep);
}
.sign-icon svg { width: 22px; height: 22px; }
.sign-card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.sign-card p { font-size: 0.92rem; color: var(--text-muted); margin-bottom: 0; line-height: 1.5; }

/* ============== Process Timeline (animated) ============== */
.process-timeline { position: relative; padding: 60px 0 0; }
.process-pipe {
  position: absolute;
  top: 28px;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 80px;
  z-index: 0;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.process-step { text-align: center; padding: 0 16px; }
.process-step-circle {
  width: 88px; height: 88px;
  border-radius: 50%;
  background: #fff;
  border: 2.5px solid var(--green);
  margin: 0 auto 24px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  color: var(--green);
  box-shadow: 0 8px 20px rgba(232, 114, 44, 0.18);
}
.process-step-num {
  position: absolute;
  top: -8px; right: -8px;
  width: 30px; height: 30px;
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
}
.process-step-svg { width: 44px; height: 44px; }
.process-step h3 { font-size: 1.15rem; margin-bottom: 10px; }
.process-step p { color: var(--text-muted); font-size: 0.94rem; line-height: 1.55; }

/* ============== Pricing Cards ============== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}
.price-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  position: relative;
  transition: all 0.2s ease;
}
.price-card:hover { border-color: var(--green); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.price-card.featured {
  background: linear-gradient(160deg, var(--green-deep), #15294a);
  color: #fff;
  border: none;
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}
.price-card.featured h3, .price-card.featured .price-card-name { color: #fff; }
.price-card.featured ul li { color: rgba(255,255,255,.92); }
.price-card.featured ul li::before { color: var(--leaf); }
.price-card.featured .price-card-meta { color: rgba(255,255,255,.65); }
.price-tag-corner {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--leaf);
  color: var(--green-deep);
  padding: 6px 16px;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.price-card-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.price-card.featured .price-card-label { color: var(--leaf); }
.price-card-name { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--green-deep); margin-bottom: 14px; letter-spacing: -0.02em; }
.price-card-price {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--green-deep);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.04em;
}
.price-card.featured .price-card-price { color: #fff; }
.price-card-price small { font-size: 1rem; opacity: 0.55; font-weight: 500; }
.price-card-meta { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 22px; }
.price-card ul { padding: 0; }
.price-card ul li {
  font-size: 0.94rem;
  color: var(--text);
  padding: 8px 0 8px 26px;
  position: relative;
  border-bottom: 1px solid var(--border-soft);
}
.price-card ul li:last-child { border-bottom: none; }
.price-card ul li::before {
  content: '✓';
  position: absolute; left: 0; top: 8px;
  color: var(--green);
  font-weight: 800;
}
.price-card.featured ul li { border-bottom-color: rgba(255,255,255,.12); }
.pricing-note {
  max-width: 800px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 0.92rem;
  color: var(--text-muted);
}

/* ============== Pricing Table (for service pages) ============== */
.pricing-table {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1.5px solid var(--border);
}
.pricing-table th, .pricing-table td {
  padding: 18px 22px;
  text-align: left;
  border-bottom: 1px solid var(--border-soft);
  font-size: 0.96rem;
}
.pricing-table thead th {
  background: var(--green-deep);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
}
.pricing-table tbody tr:nth-child(even) { background: var(--bg-soft); }
.pricing-table tbody tr:hover { background: var(--green-bg); }
.pricing-table td:last-child { font-family: var(--font-display); font-weight: 700; color: var(--green); white-space: nowrap; font-size: 1.05rem; }

/* ============== Compare Cards (with custom SVG) ============== */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.compare-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: all 0.2s ease;
}
.compare-card.highlight { background: var(--green-bg); border-color: var(--green); }
.compare-illust {
  background: var(--cream);
  border-radius: 14px;
  padding: 20px;
  margin: -8px -8px 24px;
}
.compare-card.highlight .compare-illust { background: #fff; }
.compare-illust svg { width: 100%; height: auto; max-height: 160px; }
.compare-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; gap: 12px; }
.compare-head h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 0; }
.compare-card .badge { font-size: 0.72rem; padding: 4px 10px; border-radius: 99px; background: var(--green); color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.compare-card .badge-mute { background: var(--bg-soft); color: var(--text-muted); border: 1px solid var(--border); }
.compare-card > p { color: var(--text-muted); font-size: 0.96rem; line-height: 1.6; margin-bottom: 16px; }
.compare-card ul { padding: 0; }
.compare-card ul li {
  padding: 6px 0 6px 24px;
  position: relative;
  font-size: 0.93rem;
  border-bottom: 1px dashed var(--border-soft);
}
.compare-card ul li::before {
  content: '→';
  position: absolute; left: 0; top: 6px;
  color: var(--green);
  font-weight: 700;
}
.compare-card ul li:last-child { border-bottom: none; }

/* ============== Service Areas Map ============== */
.areas-section { padding: 100px 0; background: var(--green-deep); color: #c8d6c0; }
.areas-section h2, .areas-section h3 { color: #fff; }
.areas-section .section-eyebrow { color: var(--leaf); }
.areas-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: start;
}
.areas-map {
  background: var(--green-deeper);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
}
.areas-map-title { color: #fff; font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; margin-bottom: 4px; }
.areas-map-sub { color: rgba(255,255,255,.5); font-size: 0.82rem; letter-spacing: 0.04em; margin-bottom: 18px; }
.areas-map-svg { width: 100%; height: auto; aspect-ratio: 8 / 7; }
.areas-map-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.areas-map-stat-num { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: #fff; line-height: 1; }
.areas-map-stat-num span { font-size: 0.55em; opacity: 0.6; }
.areas-map-stat-lbl { font-size: 0.78rem; color: rgba(255,255,255,.6); margin-top: 4px; }
.areas-content p { color: rgba(255,255,255,.7); }
.area-region-label {
  display: flex; align-items: center; gap: 10px;
  color: var(--leaf);
  font-size: 0.95rem;
  margin: 28px 0 14px;
  font-family: var(--font-display);
}
.area-region-label .ico { color: var(--leaf); }
.areas-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.area-pill {
  display: inline-flex; flex-direction: column;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 0.92rem;
  line-height: 1.2;
  transition: all 0.2s ease;
}
.area-pill small { font-size: 0.72rem; color: rgba(255,255,255,.5); margin-top: 2px; }
.area-pill:hover { background: rgba(232,114,44,.16); border-color: var(--green); color: #fff; transform: translateY(-1px); }

/* ============== Why Us (numbered cards) ============== */
.why-section { background: var(--green-deep); color: #d8e2cf; padding: 110px 0; }
.why-section h2 { color: #fff; }
.why-section .section-eyebrow { color: var(--leaf); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  padding: 30px;
  transition: all 0.2s ease;
  position: relative;
}
.why-card:hover { background: rgba(232,114,44,.08); border-color: rgba(232,114,44,.3); }
.why-num {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--leaf);
  margin-bottom: 18px;
  letter-spacing: 0.06em;
}
.why-card-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(232,114,44,.1);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  color: var(--leaf);
}
.why-card-icon svg { width: 24px; height: 24px; }
.why-card h3 { color: #fff; font-size: 1.18rem; margin-bottom: 10px; }
.why-card p { color: rgba(255,255,255,.7); font-size: 0.94rem; line-height: 1.55; margin: 0; }

/* ============== Trust Strip (badges row) ============== */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 48px;
  box-shadow: var(--shadow-sm);
}
.trust-badge { display: flex; align-items: center; gap: 14px; }
.trust-badge-num {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--green-deep);
  line-height: 1;
  letter-spacing: -0.03em;
}
.trust-badge-letter {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--green-bg);
  color: var(--green-deep);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
}
.trust-badge-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--green-bg);
  display: flex; align-items: center; justify-content: center;
  color: var(--green);
}
.trust-badge strong { font-size: 0.95rem; color: var(--green-deep); display: block; line-height: 1.2; }
.trust-badge small { font-size: 0.78rem; color: var(--text-muted); display: block; }
.trust-stars { display: flex; gap: 1px; margin-bottom: 2px; }

/* ============== Testimonials ============== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.testimonial {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: relative;
}
.testimonial-quote-mark {
  position: absolute;
  top: 18px; right: 22px;
  width: 38px; height: 38px;
  color: var(--green);
  opacity: 0.15;
}
.testimonial-quote-mark svg { width: 100%; height: 100%; }
.testimonial-stars { display: flex; gap: 2px; margin-bottom: 16px; }
.testimonial blockquote {
  font-size: 1.04rem;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 24px;
  font-style: normal;
  quotes: none;
}
.testimonial cite {
  display: flex; align-items: center; gap: 12px;
  font-style: normal;
  padding-top: 18px;
  border-top: 1px solid var(--border-soft);
}
.testimonial-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--green-bg);
  color: var(--green-deep);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
}
.testimonial cite > div { font-weight: 700; color: var(--green-deep); font-size: 0.95rem; }
.testimonial cite small { display: block; font-weight: 500; color: var(--text-muted); font-size: 0.82rem; }

/* ============== FAQ side-by-side ============== */
.faq-section { background: var(--bg-soft); padding: 110px 0; }
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}
.faq-side { position: sticky; top: 110px; }
.faq-side h2 { color: var(--green-deep); margin-bottom: 18px; }
.faq-side p { color: var(--text-muted); margin-bottom: 24px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 26px;
  transition: border-color 0.15s;
}
.faq-item:hover { border-color: var(--green); }
.faq-item h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--green-deep);
}
.faq-item p { color: var(--text-muted); font-size: 0.95rem; margin: 0; line-height: 1.65; }

/* ============== Final CTA split ============== */
.final-cta {
  background: linear-gradient(135deg, var(--green-deep) 0%, #15294a 100%);
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(232,114,44,.25), transparent 50%);
  pointer-events: none;
}
.final-cta-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.final-cta h2 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.2rem); margin-bottom: 16px; }
.final-cta p { color: rgba(255,255,255,.82); font-size: 1.08rem; margin-bottom: 28px; max-width: 540px; }
.final-cta-row { display: flex; flex-wrap: wrap; gap: 14px; }
.final-cta-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.cta-mini-stat {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  border-radius: var(--radius);
  padding: 22px 18px;
  text-align: center;
}
.cta-mini-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}
.cta-mini-num sup, .cta-mini-num span { font-size: 0.5em; opacity: 0.6; vertical-align: super; font-weight: 500; }
.cta-mini-lbl { font-size: 0.78rem; color: rgba(255,255,255,.65); margin-top: 6px; text-transform: uppercase; letter-spacing: 0.04em; }

/* ============== Bilingual Line ============== */
.bilingual {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px;
  background: var(--green-bg-2);
  border-radius: 99px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--green-deep);
  margin-top: 16px;
}

/* ============== Breadcrumbs ============== */
.breadcrumbs {
  padding: 18px 0;
  font-size: 0.88rem;
  color: var(--text-muted);
  background: var(--bg-soft);
  border-bottom: 1px solid var(--border-soft);
}
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding: 0; margin: 0; }
.breadcrumbs li { display: flex; align-items: center; gap: 8px; margin: 0; }
.breadcrumbs li:not(:last-child)::after { content: '›'; color: var(--text-light); margin-left: 8px; }
.breadcrumbs a { color: var(--green-deep); font-weight: 500; }
.breadcrumbs a:hover { color: var(--green); }

/* ============== Page Header (sub-page hero, not full) ============== */
.page-header {
  padding: 70px 0 60px;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(232,114,44,.08) 0%, transparent 50%),
    linear-gradient(rgba(10, 22, 40, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 22, 40, 0.025) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
  pointer-events: none;
}
.page-header > .container { position: relative; z-index: 1; }
.page-header h1 { font-size: clamp(2.2rem, 5.5vw, 3.8rem); margin-bottom: 20px; }
.page-header .lead { font-size: 1.15rem; color: var(--text-muted); max-width: 720px; margin-bottom: 28px; }

/* ============== Image Section (callable on each page) ============== */
.image-section {
  position: relative;
  padding: 100px 0;
  background: var(--cream);
}
.image-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.image-section-frame {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  aspect-ratio: 4 / 5;
  background: var(--bg-soft);
}
.image-section-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.image-section-floating-stat {
  position: absolute;
  bottom: 24px; left: 24px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 22px;
  box-shadow: var(--shadow-lg);
  min-width: 200px;
}
.image-section-floating-stat strong { display:block; font-family: var(--font-display); font-size: 1.7rem; color: var(--green-deep); line-height: 1; }
.image-section-floating-stat small { display:block; font-size: 0.78rem; color: var(--text-muted); margin-top: 6px; }
.image-section-text h2 { margin-bottom: 18px; }
.image-section-text > ul { margin-top: 22px; padding: 0; }
.image-section-text > ul li {
  padding: 10px 0 10px 32px;
  position: relative;
  border-bottom: 1px solid var(--border-soft);
}
.image-section-text > ul li::before {
  content: '✓';
  position: absolute; left: 0; top: 10px;
  background: var(--green-bg); color: var(--green);
  width: 22px; height: 22px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.85rem;
}
.image-section-text > ul li strong { color: var(--green-deep); }

/* ============== Footer ============== */
.site-footer { background: #050c17; color: #98a3b5; padding: 80px 0 32px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}
.footer-col p { color: #95a692; font-size: 0.92rem; line-height: 1.65; }
.footer-col h4 { color: #d8efc8; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 18px; font-family: var(--font-body); font-weight: 700; }
.footer-col ul { padding: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a { color: #a0b896; font-size: 0.92rem; transition: color 0.15s; }
.footer-col a:hover { color: #fff; }
.tel-inline { color: #d8efc8; font-weight: 700; font-size: 1.05rem; }
.footer-meta {
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.85rem;
  color: #7a8f72;
}
.footer-meta a { color: #a0b896; }

/* ============== Blog Hub specific ============== */
.blog-thumb {
  display: block;
  margin: -28px -28px 18px;
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--cream);
}
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.blog-thumb:hover img { transform: scale(1.04); }
.blog-card-tag {
  display: inline-block;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.blog-card-meta {
  display: flex; gap: 14px; margin-bottom: 14px;
  font-size: 0.82rem; color: var(--text-light);
}

/* ============== Blog Post (single article) ============== */
.post-hero { background: var(--cream); padding: 80px 0 60px; }
.post-hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); margin-bottom: 18px; }
.post-meta { display: flex; gap: 24px; font-size: 0.92rem; color: var(--text-muted); margin-bottom: 24px; flex-wrap: wrap; }
.post-meta-tag { color: var(--green); font-weight: 700; text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0.06em; }
.post-cover { aspect-ratio: 16 / 9; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--bg-soft); margin-top: 32px; }
.post-cover img { width: 100%; height: 100%; object-fit: cover; }

.post-layout { display: grid; grid-template-columns: 240px 1fr; gap: 60px; padding: 80px 0; align-items: start; }
.post-toc { position: sticky; top: 100px; }
.post-toc-title { font-family: var(--font-display); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 14px; }
.post-toc ul { padding: 0; border-left: 2px solid var(--border); }
.post-toc li { margin: 0; }
.post-toc a {
  display: block;
  padding: 8px 16px;
  font-size: 0.88rem;
  color: var(--text-muted);
  border-left: 2px solid transparent;
  margin-left: -2px;
  transition: all 0.15s;
}
.post-toc a:hover, .post-toc a.active { color: var(--green-deep); border-left-color: var(--green); background: var(--green-bg); }

.post-body { font-size: 1.08rem; line-height: 1.78; color: var(--text); max-width: 720px; }
.post-body h2 { margin-top: 56px; margin-bottom: 22px; font-size: 1.85rem; }
.post-body h3 { margin-top: 36px; margin-bottom: 14px; font-size: 1.3rem; }
.post-body p { margin-bottom: 1.3em; }
.post-body ul, .post-body ol { margin: 0 0 1.4em; padding-left: 1.6em; }
.post-body ul li { list-style: disc; margin-bottom: 0.5em; }
.post-body ol li { list-style: decimal; margin-bottom: 0.5em; }
.post-body a { color: var(--green-soft); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.post-body a:hover { color: var(--green-deep); }
.post-body strong { color: var(--green-deep); font-weight: 700; }
.post-body blockquote {
  border-left: 4px solid var(--green);
  padding: 18px 26px;
  margin: 32px 0;
  background: var(--green-bg);
  border-radius: 0 12px 12px 0;
  color: var(--green-deep);
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.55;
}
.post-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 0.95rem;
}
.post-body th, .post-body td {
  padding: 12px 16px;
  border: 1px solid var(--border);
  text-align: left;
}
.post-body th { background: var(--green-bg); font-weight: 700; color: var(--green-deep); }
.post-body .post-figure { margin: 32px 0; }
.post-body .post-figure img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-md); }
.post-body .post-figure figcaption { font-size: 0.88rem; color: var(--text-muted); text-align: center; margin-top: 10px; font-style: italic; }
.post-callout {
  background: var(--green-bg);
  border-left: 4px solid var(--green);
  padding: 22px 28px;
  border-radius: 0 14px 14px 0;
  margin: 32px 0;
}
.post-callout-title { color: var(--green-deep); font-weight: 700; margin-bottom: 8px; font-family: var(--font-display); }
.post-callout p { margin-bottom: 0; }
.post-cta-box {
  background: linear-gradient(135deg, var(--green-deep), var(--green-soft));
  color: #fff;
  padding: 32px;
  border-radius: var(--radius-lg);
  margin: 40px 0;
  text-align: center;
}
.post-cta-box h3 { color: #fff; margin-bottom: 12px; }
.post-cta-box p { color: rgba(255,255,255,.85); margin-bottom: 18px; }

/* ============== Location page hero specifics ============== */
.loc-hero {
  background: var(--cream);
  padding: 70px 0 50px;
  position: relative;
  overflow: hidden;
}
.loc-hero::before {
  content: '';
  position: absolute;
  top: 0; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(232,114,44,.08), transparent 70%);
  pointer-events: none;
}
.loc-hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: start; }
.loc-hero-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1.5px solid var(--border);
  height: 360px;
  background: var(--bg-soft);
}
.loc-hero-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.loc-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.loc-fact {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 18px 16px;
  text-align: center;
}
.loc-fact-num { font-family: var(--font-display); font-size: 1.5rem; color: var(--green-deep); font-weight: 700; line-height: 1; }
.loc-fact-lbl { font-size: 0.78rem; color: var(--text-muted); margin-top: 6px; }

/* ============== Responsive ============== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-illust-badge.bdg-1 { left: 0; }
  .hero-illust-badge.bdg-2 { right: 0; }
  .services-bento { grid-template-columns: repeat(4, 1fr); }
  .bento-card.bento-featured { grid-column: span 4; grid-row: auto; }
  .bento-card.bento-md { grid-column: span 2; }
  .signs-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-band-inner { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .compare-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; }
  .price-card.featured { transform: none; }
  .areas-layout, .faq-layout, .image-section-grid, .loc-hero-grid, .final-cta-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-pipe { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .loc-facts { grid-template-columns: repeat(2, 1fr); }
  .post-layout { grid-template-columns: 1fr; }
  .post-toc { position: static; }
}
@media (max-width: 768px) {
  section { padding: 70px 0; }
  .hero { padding: 60px 0 80px; }
  .stats-band { padding: 56px 0; }
  .nav-links, .header-cta .btn, .header-cta .tel-link { display: none; }
  .nav-toggle { display: block; }
  .services-bento, .signs-grid, .why-grid { grid-template-columns: 1fr; }
  .stats-band-inner, .loc-facts { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { max-width: 100%; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .post-body { font-size: 1.02rem; }
}
@media (max-width: 480px) {
  .container { padding: 0 18px; }
  .hero-cta-row .btn, .final-cta-row .btn { width: 100%; justify-content: center; }
  .trust-strip { grid-template-columns: 1fr; gap: 14px; }
  .header-inner { gap: 14px; }
  .brand-text { font-size: 1.1rem; }
  .ticker-item { font-size: 0.92rem; gap: 8px; }
  .pricing-table th, .pricing-table td { padding: 12px 14px; font-size: 0.88rem; }
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .ticker-track { animation: none; }
  .live-dot { animation: none; }
  html { scroll-behavior: auto; }
}
