/* ========================================
   Site Builder V3 — Contractor Template
   High-converting local service · SEO-focused
   Traditional, trustworthy, not SaaS
   ======================================== */

/* --- Custom Properties (injected from site.json) --- */
:root {
  --primary: #314331;
  --primary-dark: #222F22;
  --accent: #7AA129;
  --accent-light: #9BB95F;
  --surface: #F5F5F0;
  --surface-warm: #FAF9F6;
  --muted: #6B7280;
  --green: #25D366;
  --green-hover: #1EBE5A;
  --green-dark: #128C7E;
  --font-display: 'DM Sans', sans-serif;
  --font-body: 'Inter', sans-serif;
  --max-w: 1140px;
  --radius: 0.5rem;
  --radius-lg: 0.75rem;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.06);
  --shadow-lg: 0 10px 25px rgba(0,0,0,0.1), 0 4px 10px rgba(0,0,0,0.04);
  --border: #E5E5E0;
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font-body); color: #1f2937; background: #fff; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* --- Typography --- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.2; }

/* --- Layout --- */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 1.25rem; width: 100%; }
.container--narrow { max-width: 48rem; margin: 0 auto; padding: 0 1.25rem; }
.why-choose-prose--wide { max-width: none; width: 100%; margin: 0; padding: 0; }
.container--medium { max-width: 56rem; margin: 0 auto; padding: 0 1.25rem; }
.container--tight { max-width: 42rem; margin: 0 auto; padding: 0 1.25rem; }

.section { padding: 3.5rem 0; }
@media (min-width: 768px) { .section { padding: 4.5rem 0; } }
.section--lg { padding: 4rem 0; }
@media (min-width: 768px) { .section--lg { padding: 5.5rem 0; } }
.section--surface { background: var(--surface); }
.section--warm { background: var(--surface-warm); }
.section--dark { background: var(--primary-dark); color: #fff; }
.section--primary { background: var(--primary); }

.text-center { text-align: center; }

/* ========== HEADER ========== */
/* Top bar with phone + hours */
.top-bar { background: var(--primary-dark); padding: 0.5rem 0; display: none; }
@media (min-width: 768px) { .top-bar { display: block; } }
.top-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: 0.8125rem; color: rgba(255,255,255,0.75); }
.top-bar__item { display: flex; align-items: center; gap: 0.5rem; min-width: 0; }
.top-bar__item svg { width: 0.875rem; height: 0.875rem; color: var(--accent); }
.top-bar__item a,
.top-bar__item span { white-space: nowrap; }
.top-bar__item a { color: rgba(255,255,255,0.9); font-weight: 600; transition: color 0.2s; }
.top-bar__item a:hover { color: var(--accent); }
.top-bar__right { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.75rem 1.5rem; }

/* Main header */
.site-header { position: sticky; top: 0; z-index: 40; background: #fff; border-bottom: 2px solid var(--border); transition: box-shadow 0.3s; }
.site-header.scrolled { box-shadow: var(--shadow-md); }
.header__inner { max-width: var(--max-w); margin: 0 auto; padding: 0 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; height: 4rem; }
@media (min-width: 768px) { .header__inner { height: 4.5rem; } }

.header__logo { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.header__logo img { height: 2.7rem; width: auto; max-width: min(300px, 28vw); object-fit: contain; border-radius: 10px; }
@media (min-width: 768px) { .header__logo img { height: 3.15rem; } }
.header__logo-fallback { display: none; font-family: var(--font-display); font-weight: 800; color: var(--primary-dark); font-size: 1.25rem; }

.header__nav { display: none; align-items: center; gap: 0; }
@media (min-width: 1024px) { .header__nav { display: flex; flex: 1 1 auto; justify-content: center; min-width: 0; } }
.header__nav-link { color: #374151; padding: 0.5rem 0.875rem; font-weight: 600; font-size: 0.875rem; white-space: nowrap; transition: color 0.2s; border-bottom: 2px solid transparent; }
.header__nav-link:hover { color: var(--primary); border-bottom-color: var(--accent); }

/* Services dropdown */
.header__dropdown { position: relative; }
.header__dropdown-trigger { display: inline-flex; align-items: center; gap: 0.25rem; }
.header__dropdown-chevron { transition: transform 0.2s; flex-shrink: 0; }
.header__dropdown:hover .header__dropdown-chevron { transform: rotate(180deg); }
.header__dropdown-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 240px; max-height: min(70vh, 28rem); overflow-y: auto; background: #fff; border-radius: 0.5rem; box-shadow: 0 10px 40px rgba(0,0,0,0.12); padding: 0.5rem 0; z-index: 100; }
.header__dropdown:hover .header__dropdown-menu { display: block; }
.header__dropdown-item { display: block; padding: 0.5rem 1.25rem; font-size: 0.85rem; font-weight: 500; color: #374151; transition: background 0.15s, color 0.15s; }
.header__dropdown-item:hover { background: var(--accent-light, #FEF3C7); color: var(--primary); }

.header__cta { display: none; align-items: center; gap: 0.75rem; }
@media (min-width: 1024px) { .header__cta { display: flex; flex: 0 0 auto; margin-left: auto; } }
.header__phone { display: inline-flex; align-items: center; gap: 0.5rem; flex-shrink: 0; white-space: nowrap; line-height: 1; color: var(--primary-dark); font-weight: 800; font-size: 1rem; letter-spacing: -0.01em; }
.header__phone svg { color: var(--accent); width: 1.25rem; height: 1.25rem; flex-shrink: 0; }
.header__phone-label { white-space: nowrap; }
.header__phone:hover { color: var(--primary); }

.header__toggle { display: block; padding: 0.5rem; color: var(--primary-dark); background: none; border: none; cursor: pointer; }
@media (min-width: 1024px) { .header__toggle { display: none; } }
.header__toggle svg { width: 1.75rem; height: 1.75rem; }

/* Mobile menu */
.mobile-menu { display: none; background: #fff; border-top: 1px solid var(--border); }
@media (min-width: 1024px) { .mobile-menu { display: none !important; } }
.mobile-menu.is-open { display: block; }
.mobile-menu__nav { display: flex; flex-direction: column; padding: 1rem 1.25rem; gap: 0.25rem; }
.mobile-menu__link { padding: 0.75rem 1rem; color: #374151; border-radius: var(--radius); font-weight: 600; transition: background 0.2s; }
.mobile-menu__link:hover { background: var(--surface); }
.mobile-menu__sub { padding: 0.5rem 2rem; color: var(--muted); font-size: 0.875rem; border-radius: var(--radius); }
.mobile-menu__sub:hover { background: var(--surface); color: #374151; }
.mobile-menu__ctas { border-top: 1px solid var(--border); margin-top: 0.5rem; padding-top: 1rem; display: flex; flex-direction: column; gap: 0.75rem; padding-bottom: 0.5rem; }

/* ========== HERO ========== */
.hero { position: relative; }
.hero__inner { min-height: 420px; background: #000; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero--home .hero__inner { min-height: 560px; }
@media (min-width: 768px) { .hero__inner { min-height: 480px; } .hero--home .hero__inner { min-height: 540px; } }
.hero__img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; position: absolute; inset: 0; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,0.63) 0%, rgba(0,0,0,0.32) 100%); }
.hero__content { position: relative; z-index: 1; width: 100%; padding: 3.5rem 0 2.5rem; }
.hero--home .hero__content { padding: 4rem 0 3rem; }
@media (min-width: 768px) { .hero__content { padding: 4rem 0 3rem; } .hero--home .hero__content { padding: 4.5rem 0 3.5rem; } }

/* SEO h1 — small, visible but subtle */
.hero__seo-heading { font-family: var(--font-body); font-size: 0.8125rem; font-weight: 600; color: rgba(255,255,255,0.65); letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 0.75rem; }
@media (min-width: 768px) { .hero__seo-heading { font-size: 0.875rem; } }

/* Marketing heading — large, dominant */
.hero__title { font-family: var(--font-display); font-size: 2rem; font-weight: 800; color: #fff; line-height: 1.15; overflow-wrap: break-word; }
@media (min-width: 768px) { .hero__title { font-size: 3rem; } }
@media (min-width: 1024px) { .hero__title { font-size: 3.25rem; } }
.hero--home .hero__title { max-width: 18ch; text-wrap: balance; }

/* Inline heading styles */
.hero__title .text-accent, .heading-section .text-accent { color: var(--accent); }
.hero__title .heading-underline { text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 0.15em; text-decoration-thickness: 0.1em; }
.hero__title em { font-style: italic; color: var(--accent-light); }

.hero__bar { width: 3.5rem; height: 4px; background: var(--accent); margin-top: 1.25rem; border-radius: 2px; }
.hero__subtitle { color: rgba(255,255,255,0.85); font-size: 1.0625rem; margin-top: 1rem; max-width: 38rem; line-height: 1.6; text-wrap: pretty; }
@media (min-width: 768px) { .hero__subtitle { font-size: 1.125rem; } }

/* Hero review badge */
.hero__rating { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1.25rem; background: rgba(255,255,255,0.12); backdrop-filter: blur(4px); padding: 0.5rem 1rem; border-radius: var(--radius); border: 1px solid rgba(255,255,255,0.15); }
.hero__rating-stars { display: flex; gap: 0.125rem; color: var(--accent); }
.hero__rating-stars svg { width: 1rem; height: 1rem; }
.hero__rating-text { color: rgba(255,255,255,0.9); font-size: 0.8125rem; font-weight: 600; }

.hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.75rem; }

/* ========== BUTTONS ========== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.875rem 1.75rem; border-radius: var(--radius); font-weight: 700; font-size: 1rem; transition: all 0.2s; border: 2px solid transparent; cursor: pointer; text-align: center; }
.btn--accent { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn--accent:hover { filter: brightness(0.9); }
.btn--green { background: var(--green); color: #fff; border-color: var(--green); }
.btn--green:hover { background: var(--green-hover); border-color: var(--green-hover); }
.hero__actions .btn--accent,
.cta-banner__buttons .btn--accent {
  background: #fff;
  color: var(--primary-dark);
  border-color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}
.hero__actions .btn--accent svg,
.cta-banner__buttons .btn--accent svg { color: var(--accent); }
.hero__actions .btn--accent:hover,
.cta-banner__buttons .btn--accent:hover {
  background: color-mix(in srgb, #fff 92%, var(--accent));
  border-color: color-mix(in srgb, #fff 92%, var(--accent));
  filter: none;
}
.btn--outline { background: #fff; border: 2px solid var(--border); color: #1f2937; }
.btn--outline:hover { border-color: var(--primary); color: var(--primary); }
.btn--primary { background: var(--primary); color: #fff; border-color: var(--primary); }
.btn--primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.btn--lg { padding: 1rem 2rem; font-size: 1.125rem; }
.btn--full-mobile { width: 100%; }
@media (min-width: 640px) { .btn--full-mobile { width: auto; } }

.top-bar__item a:focus-visible,
.header__nav-link:focus-visible,
.header__dropdown-item:focus-visible,
.header__phone:focus-visible,
.header__toggle:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* ========== TRUST BADGES ========== */
.badges { background: #fff; padding: 1rem 0 1.25rem; }
.badges .container { max-width: 980px; }
.badges__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem 1rem; justify-items: center; background: var(--primary); border-radius: var(--radius-lg); padding: 1rem 1.25rem; box-shadow: var(--shadow-sm); }
@media (min-width: 768px) { .badges__grid { grid-template-columns: repeat(4, 1fr); gap: 1rem 1.5rem; padding: 1rem 1.5rem; } }
.badge { display: flex; align-items: center; gap: 0.625rem; }
.badge__icon { width: 2.25rem; height: 2.25rem; border: 2px solid rgba(255,255,255,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.badge__icon svg { width: 1.125rem; height: 1.125rem; color: var(--accent); }
.badge__label { color: #fff; font-weight: 700; font-size: 0.75rem; text-transform: uppercase; line-height: 1.3; letter-spacing: 0.02em; }

@media (min-width: 1024px) and (max-width: 1240px) {
  .header__inner { gap: 1rem; }
  .header__nav-link { padding-inline: 0.625rem; font-size: 0.8125rem; }
  .header__phone { font-size: 0.9375rem; }
}

/* ========== CARDS ========== */
.card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); border: 1px solid var(--border); overflow: hidden; transition: box-shadow 0.3s, transform 0.3s; }
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }

/* Service card (homepage compact) */
.svc-card { display: flex; flex-direction: column; }
.svc-card__img { aspect-ratio: 4/3; background: var(--surface); overflow: hidden; position: relative; }
.svc-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.svc-card:hover .svc-card__img img { transform: scale(1.05); }
.svc-card__body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.svc-card__title { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; color: var(--primary-dark); line-height: 1.3; margin-bottom: 0.5rem; }
.svc-card__desc { color: #4b5563; font-size: 0.9375rem; margin-bottom: 0.75rem; line-height: 1.6; }
.svc-card__features { font-size: 0.875rem; color: #6b7280; flex: 1; list-style: none; }
.svc-card__features li { margin-bottom: 0.375rem; padding-left: 1.25rem; position: relative; }
.svc-card__features li::before { content: ''; position: absolute; left: 0; top: 0.5em; width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--accent); }
.svc-card__link { color: var(--primary); font-weight: 700; font-size: 0.9375rem; margin-top: 1rem; display: inline-flex; align-items: center; gap: 0.25rem; transition: color 0.2s; }
.svc-card:hover .svc-card__link { color: var(--accent); }

/* Service card (overview page) */
.svc-overview { display: flex; flex-direction: column; }
.svc-overview__img { aspect-ratio: 4/3; background: var(--surface); position: relative; overflow: hidden; }
.svc-overview__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.svc-overview:hover .svc-overview__img img { transform: scale(1.05); }
.svc-overview__fallback { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; color: var(--muted); font-size: 0.875rem; font-weight: 600; }
.svc-overview__body { padding: 1.5rem; }
.svc-overview__body h3 { font-size: 1.25rem; color: #111827; }
.svc-overview__body p { color: #4b5563; margin-top: 0.5rem; font-size: 0.9375rem; line-height: 1.6; }
.svc-overview__link { display: inline-flex; align-items: center; gap: 0.25rem; color: var(--primary); font-weight: 700; margin-top: 1rem; transition: color 0.2s; }
.svc-overview:hover .svc-overview__link { color: var(--accent); }

/* ========== WHY CHOOSE US (homepage) ========== */
.why-card { background: #fff; border-radius: var(--radius-lg); padding: 2rem 1.5rem; border: 1px solid var(--border); text-align: center; transition: box-shadow 0.3s; }
.why-card:hover { box-shadow: var(--shadow-md); }
.why-card__icon { width: 3.5rem; height: 3.5rem; border-radius: var(--radius); background: color-mix(in srgb, var(--accent) 12%, transparent); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; }
.why-card__icon svg { width: 1.5rem; height: 1.5rem; color: var(--accent); }
.why-card h3 { font-family: var(--font-display); font-size: 1.0625rem; font-weight: 700; color: var(--primary-dark); margin-bottom: 0.5rem; }
.why-card p { color: #4b5563; font-size: 0.9375rem; line-height: 1.6; }

/* ========== HOW IT WORKS (3-step) ========== */
.steps { display: grid; grid-template-columns: 1fr; gap: 2rem; counter-reset: step; }
@media (min-width: 768px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { text-align: center; position: relative; counter-increment: step; padding: 0 1rem; }
.step__number { display: flex; align-items: center; justify-content: center; width: 3.5rem; height: 3.5rem; border-radius: 50%; background: var(--primary); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; margin: 0 auto 1.25rem; border: 3px solid var(--accent); }
.step h3 { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; color: #111827; margin-bottom: 0.5rem; }
.step p { color: #4b5563; font-size: 0.9375rem; line-height: 1.6; }
/* Connector line between steps */
@media (min-width: 768px) {
  .step:not(:last-child)::after { content: ''; position: absolute; top: 1.75rem; left: calc(50% + 2.5rem); width: calc(100% - 5rem); height: 2px; background: var(--border); }
}

/* ========== REVIEW CARDS ========== */
.review-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); border: 1px solid var(--border); padding: 1.5rem; }
.review-card__stars { display: flex; align-items: center; gap: 0.25rem; color: var(--accent); margin-bottom: 0.75rem; }
.review-card__stars svg { width: 1.25rem; height: 1.25rem; }
.review-card__stars--lg svg { width: 1.75rem; height: 1.75rem; }
.review-card__text { color: #374151; font-size: 0.9375rem; line-height: 1.7; margin-bottom: 1rem; font-style: italic; }
.review-card__meta { display: flex; align-items: center; justify-content: space-between; font-size: 0.875rem; }
.review-card__author { font-weight: 700; color: #111827; }
.review-card__source { color: var(--muted); font-size: 0.8125rem; }

/* ========== REVIEWS STRIP (scroll) ========== */
.reviews-strip { padding: 4rem 0; background: var(--surface-warm); }
.reviews-strip__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; }
.reviews-strip__header h2 { font-size: 1.5rem; color: #111827; }
@media (min-width: 768px) { .reviews-strip__header h2 { font-size: 1.75rem; } }
.reviews-strip__all { color: var(--primary); font-weight: 700; transition: color 0.2s; display: none; }
@media (min-width: 640px) { .reviews-strip__all { display: inline-flex; } }
.reviews-strip__all:hover { color: var(--accent); }
.reviews-strip__scroll { display: flex; gap: 1.25rem; overflow-x: auto; padding-bottom: 1rem; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.reviews-strip__scroll::-webkit-scrollbar { display: none; }
.reviews-strip__scroll .review-card { min-width: min(300px, 85vw); max-width: 340px; scroll-snap-align: start; flex-shrink: 0; }
.reviews-strip__all-mobile { display: inline-flex; color: var(--primary); font-weight: 700; margin-top: 1rem; }
@media (min-width: 640px) { .reviews-strip__all-mobile { display: none; } }

/* ========== CTA BANNER ========== */
.cta-banner { background: var(--primary-dark); padding: 4rem 0; position: relative; overflow: hidden; }
.cta-banner__pattern { position: absolute; inset: 0; opacity: 0.04; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.5) 1px, transparent 0); background-size: 24px 24px; pointer-events: none; }
.cta-banner__content { position: relative; z-index: 1; text-align: center; }
.cta-banner__content h2 { font-size: 1.75rem; color: #fff; margin-bottom: 0.75rem; }
@media (min-width: 768px) { .cta-banner__content h2 { font-size: 2.25rem; } }
.cta-banner__content p { color: rgba(255,255,255,0.8); font-size: 1.0625rem; margin-bottom: 2rem; max-width: 40rem; margin-left: auto; margin-right: auto; }
.cta-banner__buttons { display: flex; flex-direction: column; gap: 0.75rem; justify-content: center; align-items: center; }
@media (min-width: 640px) { .cta-banner__buttons { flex-direction: row; } }
.cta-banner__phone { color: rgba(255,255,255,0.7); font-size: 0.9375rem; margin-top: 1.25rem; }
.cta-banner__phone a { color: #fff; font-weight: 700; }
.cta-banner__phone a:hover { color: var(--accent); }

/* ========== FOOTER ========== */
.site-footer { background: #000; color: #fff; }
.footer__inner { padding: 3rem 0; }
.footer__grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .footer__grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; } }

.footer__logo { display: inline-flex; align-items: center; margin-bottom: 1rem; }
.footer__logo img { height: 5rem; width: auto; max-width: 20rem; object-fit: contain; border-radius: 10px; }
.footer__brand { font-family: var(--font-display); font-weight: 700; color: #fff; font-size: 1.5rem; text-decoration: none; display: none; margin-bottom: 1rem; }
.footer__tagline { color: rgba(255,255,255,0.55); font-size: 0.875rem; line-height: 1.6; margin-top: 0.75rem; max-width: 280px; }
.footer__social { display: flex; gap: 0.75rem; margin-top: 1rem; }
.footer__social a { color: rgba(255,255,255,0.5); transition: color 0.2s; display: flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); }
.footer__social a:hover { color: var(--accent); border-color: var(--accent); }
.footer__social svg { width: 1.125rem; height: 1.125rem; }

.footer__heading { font-family: var(--font-display); font-weight: 700; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1rem; color: #fff; }
.footer__links { list-style: none; font-size: 0.875rem; }
.footer__links li { margin-bottom: 0.5rem; }
.footer__links a { color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer__links a:hover { color: var(--accent); }

.footer__contact { list-style: none; }
.footer__contact li { display: flex; align-items: flex-start; gap: 0.625rem; margin-bottom: 0.75rem; font-size: 0.875rem; }
.footer__contact svg { width: 1rem; height: 1rem; color: var(--accent); flex-shrink: 0; margin-top: 0.25rem; }
.footer__contact a, .footer__contact span { color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer__contact a:hover { color: var(--accent); }

.footer__area { color: rgba(255,255,255,0.55); font-size: 0.875rem; line-height: 1.6; }
.footer__hours { font-size: 0.875rem; margin-top: 1rem; }
.footer__hours-day { color: rgba(255,255,255,0.55); }
.footer__hours-time { color: rgba(255,255,255,0.8); font-weight: 600; }

.footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); }
.footer__bottom-inner { padding: 1.25rem 0; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 0.75rem; font-size: 0.75rem; color: rgba(255,255,255,0.35); }
@media (min-width: 768px) { .footer__bottom-inner { flex-direction: row; } }
.footer__bottom a:hover { color: rgba(255,255,255,0.6); }
.footer__legal { display: flex; gap: 1.25rem; }

/* ========== MOBILE ACTION BAR ========== */
.action-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 50; background: #fff; border-top: 2px solid var(--border); padding-bottom: env(safe-area-inset-bottom, 0); }
@media (min-width: 768px) { .action-bar { display: none; } }
.action-bar__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.action-bar__grid > * + * { border-left: 1px solid var(--border); }
.action-bar__btn { display: flex; flex-direction: column; align-items: center; padding: 0.625rem; transition: background 0.2s; }
.action-bar__btn:hover { background: var(--surface); }
.action-bar__btn svg { width: 1.375rem; height: 1.375rem; }
.action-bar__btn span { font-size: 0.6875rem; margin-top: 0.25rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; }
.action-bar__btn--call { color: var(--primary); }
.action-bar__btn--whatsapp { color: var(--green-dark); }
.action-bar__btn--email { color: var(--primary); }
.action-bar__spacer { height: 4rem; }
@media (min-width: 768px) { .action-bar__spacer { display: none; } }

/* ========== FLOATING WHATSAPP ========== */
.whatsapp-float { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 45; display: none; }
@media (min-width: 768px) { .whatsapp-float { display: block; } }
.whatsapp-float__btn { display: flex; align-items: center; gap: 0.5rem; background: var(--green); color: #fff; padding: 0.75rem 1.25rem; border-radius: 9999px; font-weight: 700; font-size: 0.9375rem; box-shadow: 0 4px 16px rgba(37,211,102,0.35); transition: all 0.3s; border: none; cursor: pointer; }
.whatsapp-float__btn:hover { background: var(--green-hover); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,0.4); }
.whatsapp-float__btn svg { width: 1.5rem; height: 1.5rem; }

/* ========== GRIDS ========== */
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 768px) { .grid-2 { grid-template-columns: repeat(2, 1fr); gap: 3rem; } }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.grid-4 { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }
.grid-3-equal { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .grid-3-equal { grid-template-columns: repeat(3, 1fr); } }
.grid-auto { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .grid-auto { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-auto { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } }
@media (min-width: 1024px) {
  .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .services-grid:has(> :nth-child(4):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ========== FAQ ========== */
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary { list-style: none; }
.faq { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 0.75rem; overflow: hidden; }
.faq__q { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 600; color: #111827; padding: 1.125rem 1.25rem; transition: background 0.2s; }
.faq__q:hover { background: var(--surface-warm); }
.faq__toggle { color: var(--accent); font-size: 1.375rem; line-height: 1; flex-shrink: 0; margin-left: 1rem; transition: transform 0.2s; }
.faq[open] .faq__toggle { transform: rotate(45deg); }
.faq__a { color: #4b5563; padding: 0 1.25rem 1.125rem; line-height: 1.7; }

/* ========== GALLERY ========== */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; margin-top: 2rem; }
@media (min-width: 768px) { .gallery { grid-template-columns: repeat(3, 1fr); gap: 1rem; } }
.gallery__item { aspect-ratio: 4/3; background: var(--surface); border-radius: var(--radius); overflow: hidden; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gallery__item:hover img { transform: scale(1.05); }
.gallery__figure { margin: 0; display: flex; flex-direction: column; }
.gallery__caption { margin-top: 0.625rem; color: #4b5563; font-size: 0.875rem; line-height: 1.5; }
.gallery__caption:empty { display: none; }
.service-gallery:has(.gallery--service:empty) { display: none; }

/* ========== BRAND LOGOS ========== */
.brand-logos { background: #fff; border-bottom: 1px solid var(--border); padding: 1.5rem 0; }
.brand-logos__eyebrow { text-align: center; color: #6b7280; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; }
.brand-logos__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; align-items: center; }
@media (min-width: 768px) { .brand-logos__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; } }
.brand-logos__item { height: 4.25rem; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; display: flex; align-items: center; justify-content: center; padding: 0.875rem 1rem; box-shadow: var(--shadow-sm); }
.brand-logos__item img { max-width: 100%; max-height: 2rem; object-fit: contain; opacity: 0.92; transition: opacity 0.2s, transform 0.2s; }
.brand-logos__item:hover img { opacity: 1; transform: translateY(-1px); }
.brand-logos__item span { display: none; font-family: var(--font-display); font-weight: 800; color: var(--primary-dark); letter-spacing: 0.04em; }

/* ========== SERVICE AREAS ========== */
.areas { position: relative; padding: 4.5rem 0; background: var(--primary-dark); overflow: hidden; }
.areas__bg-pattern { position: absolute; inset: 0; opacity: 0.03; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.5) 1px, transparent 0); background-size: 28px 28px; pointer-events: none; }

.areas__layout { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 768px) { .areas__layout { grid-template-columns: 2fr 3fr; gap: 3rem; } }

.areas__image { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; background: rgba(255,255,255,0.05); }
.areas__image img { width: 100%; height: 100%; object-fit: cover; }

.areas__content { position: relative; z-index: 1; }
.areas__header { margin-bottom: 2rem; }
.areas__eyebrow { display: inline-block; font-family: var(--font-display); font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); margin-bottom: 0.75rem; padding: 0.25rem 0.75rem; border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent); border-radius: 9999px; background: color-mix(in srgb, var(--accent) 8%, transparent); }
.areas__title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 0.5rem; }
@media (min-width: 768px) { .areas__title { font-size: 1.75rem; } }
.areas__subtitle { color: rgba(255,255,255,0.55); font-size: 0.9375rem; }

.areas__grid { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 640px) { .areas__grid { grid-template-columns: repeat(2, 1fr); } }

.areas__card { display: flex; align-items: flex-start; gap: 0.875rem; padding: 1rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.06); transition: background 0.2s; }
.areas__card:hover { background: rgba(255,255,255,0.04); }
@media (min-width: 640px) {
  .areas__card:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.06); }
  .areas__card:nth-last-child(1), .areas__card:nth-last-child(2) { border-bottom: none; }
}
.areas__pin { width: 2rem; height: 2rem; border-radius: var(--radius); background: color-mix(in srgb, var(--accent) 12%, transparent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 0.125rem; color: var(--accent); }
.areas__card h3 { font-family: var(--font-display); font-weight: 700; color: #fff; font-size: 0.9375rem; margin-bottom: 0.125rem; }
.areas__card p { color: rgba(255,255,255,0.45); font-size: 0.8125rem; line-height: 1.5; }

/* ========== STATS ========== */
.stat { text-align: center; }
.stat__value { font-family: var(--font-display); font-size: 2.25rem; font-weight: 800; color: var(--accent); }
@media (min-width: 768px) { .stat__value { font-size: 3rem; } }
.stat__label { color: rgba(255,255,255,0.6); font-size: 0.875rem; margin-top: 0.5rem; }
@media (min-width: 768px) { .stat__label { font-size: 1rem; } }

/* ========== CONTACT ========== */
.contact-card { display: flex; align-items: center; gap: 1rem; background: #fff; border-radius: var(--radius-lg); padding: 1.25rem 1.5rem; border: 1px solid var(--border); transition: box-shadow 0.2s, border-color 0.2s; }
.contact-card:hover { box-shadow: var(--shadow-sm); border-color: var(--accent); }
.contact-card__icon { width: 3rem; height: 3rem; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-card__icon svg { width: 1.5rem; height: 1.5rem; }
.contact-card__icon--accent { background: color-mix(in srgb, var(--accent) 10%, transparent); }
.contact-card__icon--accent svg { color: var(--accent); }
.contact-card__icon--green { background: #ECFDF5; }
.contact-card__icon--green svg { color: var(--green-dark); }
.contact-card__label { font-weight: 600; color: #6b7280; font-size: 0.8125rem; text-transform: uppercase; letter-spacing: 0.03em; }
.contact-card__value { font-weight: 700; font-size: 1.0625rem; }
.contact-card__value--accent { color: var(--primary-dark); }
.contact-card__value--green { color: var(--green-dark); }

/* Contact form */
.contact-form-wrap { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; margin-top: 2rem; }
.contact-form-wrap h3 { font-family: var(--font-display); font-size: 1.25rem; margin-bottom: 1.5rem; color: #111827; }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-weight: 600; color: #374151; margin-bottom: 0.375rem; font-size: 0.9375rem; }
.form-group .required { color: #ef4444; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--border); border-radius: var(--radius); font-family: var(--font-body); font-size: 1rem; color: #1f2937; background: #fff; transition: border-color 0.2s, box-shadow 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 15%, transparent); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-note { color: var(--muted); font-size: 0.8125rem; margin-top: 1rem; }
.form-error { color: #ef4444; font-size: 0.875rem; font-weight: 600; margin-top: 0.75rem; padding: 0.75rem 1rem; background: #FEF2F2; border-radius: var(--radius); border: 1px solid #FECACA; }

.hours-box { background: var(--surface-warm); border-radius: var(--radius-lg); padding: 1.5rem; border: 1px solid var(--border); margin-top: 2rem; margin-bottom: 2rem; }
.hours-box h3 { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; color: #111827; margin-bottom: 1rem; }
.hours-box__row { display: flex; justify-content: space-between; margin-bottom: 0.75rem; }
.hours-box__day { color: #374151; }
.hours-box__time { font-weight: 600; color: #111827; }
.hours-box__closed { font-weight: 600; color: #6b7280; }

.map-wrap { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); }
.map-wrap iframe { width: 100%; height: 350px; border: 0; }

/* ========== ABOUT ========== */
.about-img { aspect-ratio: 4/3; background: var(--surface); border-radius: var(--radius-lg); overflow: hidden; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }

/* ========== SERVICE DETAIL ========== */
.svc-detail__desc { font-size: 1.0625rem; color: #374151; line-height: 1.7; }
.svc-detail__desc p { margin-bottom: 1rem; }
.svc-detail__desc ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.75rem; }
.svc-detail__desc li { padding: 1rem 1.25rem; background: var(--surface-warm); border-left: 4px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; font-size: 1rem; line-height: 1.6; }
.svc-detail__desc li strong { color: var(--primary-dark); }
.svc-detail__img { aspect-ratio: 3/2; background: var(--surface); border-radius: var(--radius-lg); overflow: hidden; position: relative; }
.svc-detail__img img { width: 100%; height: 100%; object-fit: cover; }
.svc-detail__img-fallback { position: absolute; inset: 0; background: var(--surface); display: none; align-items: center; justify-content: center; color: var(--muted); font-size: 0.875rem; }
.svc-detail-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; align-self: center; }
.svc-detail-gallery__item { aspect-ratio: 1 / 1; background: var(--surface); border-radius: var(--radius); overflow: hidden; position: relative; }
.svc-detail-gallery__item--large { grid-row: auto; }
.svc-detail-gallery__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.svc-detail-gallery__item:hover img { transform: scale(1.04); }
@media (max-width: 767px) {
  .svc-detail-gallery__item,
  .svc-detail-gallery__item--large { grid-row: auto; aspect-ratio: 4/3; }
}

.cover-card { background: #fff; padding: 1.5rem; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.cover-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.125rem; color: var(--primary-dark); }
.cover-card p { color: #4b5563; margin-top: 0.5rem; line-height: 1.6; }

.packages-section:not(:has(.package-card)) { display: none; }
.package-card__price:empty { display: none; }
.packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; }
.package-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.package-card__media { aspect-ratio: 4 / 3; background: var(--surface); position: relative; }
.package-card__media img { width: 100%; height: 100%; object-fit: cover; }
.package-card__fallback { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 1rem; text-align: center; color: var(--muted); font-family: var(--font-display); font-weight: 700; }
.package-card__body { padding: 1.5rem; }
.package-card__title { font-family: var(--font-display); font-weight: 700; color: #111827; }
.package-card__price { margin-top: 0.35rem; font-weight: 700; color: var(--accent); }
.package-card__description { margin-top: 0.75rem; color: #4b5563; line-height: 1.6; }
.package-card__features { list-style: none; margin-top: 1rem; display: flex; flex-direction: column; gap: 0.5rem; color: #374151; }
.package-card__features li { display: flex; gap: 0.5rem; line-height: 1.5; }
.package-card__features li::before { content: "•"; color: var(--accent); font-weight: 700; }

.why-item { display: flex; gap: 1rem; }
.why-item__icon { width: 2.5rem; height: 2.5rem; background: color-mix(in srgb, var(--accent) 10%, transparent); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 0.25rem; }
.why-item__icon svg { width: 1.25rem; height: 1.25rem; color: var(--accent); }
.why-item h3 { font-family: var(--font-display); font-weight: 700; color: #111827; }
.why-item p { color: #4b5563; margin-top: 0.25rem; line-height: 1.6; }

/* ========== REVIEWS PAGE ========== */
.rating-summary { padding: 3rem 0; background: var(--surface-warm); border-bottom: 1px solid var(--border); text-align: center; }
.rating-summary .review-card__stars { justify-content: center; margin-bottom: 0.75rem; }
.rating-summary__score { font-family: var(--font-display); font-size: 1.875rem; font-weight: 800; color: #111827; margin-left: 0.5rem; }
.rating-summary__count { color: var(--muted); }
.leave-review { background: var(--surface); padding: 3rem 0; text-align: center; }
.leave-review h2 { margin-bottom: 0.75rem; }
.leave-review .subtitle { margin-bottom: 1.5rem; }
.about-text h2 { margin-bottom: 1.5rem; }

/* ========== LEGAL (prose) ========== */
.prose h2 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: #111827; margin-top: 2.5rem; margin-bottom: 1rem; }
.prose h3 { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; color: var(--primary-dark); margin-top: 2rem; margin-bottom: 0.75rem; }
@media (min-width: 768px) { .prose h2 { font-size: 1.5rem; } }
.prose p { color: #374151; line-height: 1.7; margin-bottom: 1rem; }
.prose ul { padding-left: 1.5rem; margin-bottom: 1.5rem; list-style: disc; }
.prose ul.no-bullets { list-style: none; padding-left: 0; }
.prose ul li { color: #374151; margin-bottom: 0.5rem; }
.prose a { color: var(--primary); font-weight: 600; transition: color 0.2s; }
.prose a:hover { color: var(--accent); }
.prose .date { color: #4b5563; font-size: 0.875rem; margin-bottom: 2rem; }

/* ========== RECENT WORK FEED ========== */
.recent-work-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.recent-work-grid--preview { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.recent-work-card { background: #fff; border: 1px solid #e5e7eb; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; min-height: 100%; }
.recent-work-card__media { background: var(--surface); position: relative; overflow: hidden; display: grid; place-items: center; }
.recent-work-card__media > img, .recent-work-card__media > video { width: 100%; height: auto; max-height: 42rem; object-fit: contain; display: block; } .recent-work-card__before-after img { width: 100%; height: 100%; object-fit: cover; }
.recent-work-card__before-after { display: grid; grid-template-columns: 1fr 1fr; height: 100%; }
.recent-work-card__fallback { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 1rem; color: var(--muted); font-family: var(--font-display); font-weight: 800; text-align: center; }
.recent-work-card__body { padding: 1.25rem; display: flex; flex-direction: column; gap: 0.75rem; flex: 1; }
.recent-work-card__meta { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.recent-work-card__meta span { display: inline-flex; border-radius: 999px; padding: 0.2rem 0.55rem; background: color-mix(in srgb, var(--accent) 14%, #fff); color: var(--primary-dark); font-size: 0.72rem; font-weight: 800; }
.recent-work-card h2, .recent-work-card h3 { font-size: 1.1rem; color: #111827; }
.recent-work-card p { color: #4b5563; line-height: 1.6; }
.recent-work-card time { margin-top: auto; color: var(--muted); font-size: 0.8rem; }
.recent-work-card__services { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.recent-work-card__services a { color: var(--accent); font-size: 0.82rem; font-weight: 800; }
.recent-work-card__more summary { cursor: pointer; color: var(--accent); font-weight: 800; }
.recent-work-card__more p { margin-top: .6rem; }
.recent-work-card__platforms { display: flex; flex-wrap: wrap; gap: .6rem; }
.recent-work-card__platforms a { color: var(--accent); font-size: .82rem; font-weight: 800; }
.recent-work-section__action { text-align: center; margin-top: 2rem; }

/* ========== FACEBOOK PAGE FEED ========== */
.facebook-feed-section { background: #fff; }
.facebook-feed { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2rem; align-items: center; }
.facebook-feed__content { max-width: 34rem; }
.facebook-feed__eyebrow { display: inline-block; margin-bottom: 0.75rem; color: var(--primary); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.facebook-feed__content .heading-section { margin-bottom: 1rem; }
.facebook-feed__content p { color: #4b5563; line-height: 1.7; margin-bottom: 1.5rem; }
.facebook-feed__media { width: 100%; max-width: 500px; justify-self: center; display: flex; flex-direction: column; gap: 1rem; }
.facebook-feed__embed { width: 100%; min-height: 300px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); background: var(--surface); }
.facebook-feed__embed iframe { display: block; width: 100%; max-width: 500px; }
.facebook-feed__action { width: 100%; justify-content: center; text-align: center; }
@media (min-width: 900px) {
  .facebook-feed { grid-template-columns: minmax(0, 0.9fr) minmax(360px, 500px); gap: 4rem; }
  .facebook-feed__media { justify-self: end; }
}

/* ========== MESSAGE BOX (thank-you, 404) ========== */
.msg-box { background: #fff; border-radius: var(--radius-lg); padding: 2rem; border: 1px solid var(--border); text-align: center; box-shadow: var(--shadow-sm); }
@media (min-width: 768px) { .msg-box { padding: 3rem; } }
.msg-box__icon { width: 4rem; height: 4rem; border-radius: 9999px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; }
.msg-box__icon--success { background: #dcfce7; }
.msg-box__icon--success svg { width: 2rem; height: 2rem; color: #16a34a; }
.msg-box__404 { font-family: var(--font-display); font-size: 4.5rem; font-weight: 800; color: color-mix(in srgb, var(--accent) 30%, transparent); margin-bottom: 1.5rem; }
@media (min-width: 768px) { .msg-box__404 { font-size: 6rem; } }
.msg-box__buttons { display: flex; flex-direction: column; gap: 1rem; justify-content: center; margin-top: 2rem; }
@media (min-width: 640px) { .msg-box__buttons { flex-direction: row; } }

/* ========== SHARED HEADING STYLES ========== */
.heading-section { font-size: 1.5rem; color: #111827; margin-bottom: 2rem; overflow-wrap: break-word; }
@media (min-width: 768px) { .heading-section { font-size: 1.75rem; } }
.heading-page { font-size: 1.5rem; color: #111827; }
@media (min-width: 768px) { .heading-page { font-size: 2.25rem; } }
.subtitle { color: var(--muted); margin-top: 0.5rem; font-size: 1rem; }
.subtitle--light { color: rgba(255,255,255,0.7); margin-top: 0.75rem; }

/* ========== LAYOUT HELPERS ========== */
.section__header { text-align: center; margin-bottom: 2rem; }
.section__header--lg { margin-bottom: 3rem; }
.stack { display: flex; flex-direction: column; gap: 1rem; margin: 1.5rem 0 2rem; }
.stack--lg { gap: 1.5rem; }
.about-text p { color: #374151; line-height: 1.7; margin-bottom: 1rem; }
.about-text p:last-child { margin-bottom: 0; }
.subtitle--constrained { max-width: 42rem; margin-left: auto; margin-right: auto; }

/* ========== SECTION DIVIDER ========== */
.divider { width: 3rem; height: 3px; background: var(--accent); margin: 0 auto 1.5rem; border-radius: 2px; }

/* ========== UTILITY ========== */
.text-white { color: #fff; }
.hidden { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.icon-sm { width: 1rem; height: 1rem; }
.icon-md { width: 1.25rem; height: 1.25rem; }
.icon-lg { width: 1.5rem; height: 1.5rem; }


/* Google-style reviews */
.review-card__header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.875rem; }
.review-card__stars--inline { display: inline-flex; margin: 0; color: #fbbc04; }
.review-card__stars--inline svg { width: 1rem; height: 1rem; }
.review-card__author { display: block; }
.review-card__source { display: block; }
.google-reviews__eyebrow { color: #5f6368; font-size: 0.8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 0.25rem; }
.google-reviews__summary { background: #fff; border: 1px solid #e5e7eb; border-radius: var(--radius); box-shadow: var(--shadow-sm); display: flex; align-items: center; gap: 1rem; }
.google-reviews__summary--strip { padding: 1rem; margin-bottom: 1.5rem; max-width: 34rem; }
.google-reviews__summary--page { padding: 1.5rem; justify-content: space-between; flex-wrap: wrap; }
.google-reviews__brand { width: 3rem; height: 3rem; border-radius: 50%; border: 1px solid #e5e7eb; display: flex; align-items: center; justify-content: center; background: #fff; flex-shrink: 0; }
.google-reviews__g { font-weight: 800; font-size: 1.5rem; color: #4285f4; font-family: Arial, sans-serif; }
.google-reviews__summary-copy h2 { font-size: 1.5rem; color: #111827; margin-bottom: 0.35rem; }
.google-reviews__rating-line { display: flex; align-items: center; flex-wrap: wrap; gap: 0.4rem; color: #5f6368; font-size: 0.9375rem; }
.google-reviews__rating-line strong, .google-reviews__rating-line > span:first-child { color: #111827; font-weight: 700; }



/* Google review card refinements */
.review-card__google-badge { margin-left: auto; width: 1.75rem; height: 1.75rem; border-radius: 50%; border: 1px solid #e5e7eb; color: #4285f4; background: #fff; display: inline-flex; align-items: center; justify-content: center; font: 700 0.9375rem/1 Arial, sans-serif; flex-shrink: 0; }
.review-card__google-badge .google-g-icon { width: 1rem; height: 1rem; }
.review-card__rating-number { color: #202124; font-weight: 700; margin-right: 0.125rem; }
.google-g-icon { display: block; width: 1.5rem; height: 1.5rem; }
.reviews-strip .review-card__stars, .rating-summary--google + .section .review-card__stars { color: #fbbc04; }
