/* =============================================================
   LocalPlumber-UK Essex — Premium Stylesheet
   Teal #0D6F6F · Copper #B06020 · White #FFFFFF · Charcoal #2D2D2D
   ============================================================= */

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

:root {
  --teal: #0D6F6F;
  --teal-dark: #095858;
  --teal-mid: #0f8080;
  --teal-light: #e8f4f4;
  --copper: #B06020;
  --copper-dark: #8f4e18;
  --copper-light: #cc7530;
  --white: #FFFFFF;
  --off-white: #F8FAFA;
  --grey-50: #F4F7F7;
  --grey-100: #E8EEEE;
  --grey-200: #D0DADA;
  --grey-500: #7A9090;
  --charcoal: #2D2D2D;
  --charcoal-light: #3d3d3d;
  --shadow-xs: 0 1px 4px rgba(0,0,0,0.06);
  --shadow-sm: 0 4px 16px rgba(13,111,111,0.1);
  --shadow-md: 0 8px 32px rgba(13,111,111,0.14);
  --shadow-lg: 0 16px 56px rgba(13,111,111,0.18);
  --shadow-xl: 0 24px 80px rgba(0,0,0,0.22);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t: 0.28s var(--ease);
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Roboto', sans-serif; color: var(--charcoal); background: #fff; -webkit-font-smoothing: antialiased; line-height: 1.6; overflow-x: hidden; }
h1,h2,h3,h4 { font-family: 'Montserrat', sans-serif; line-height: 1.15; }
a { text-decoration: none; color: inherit; transition: var(--t); }
img { max-width: 100%; display: block; }
ul { list-style: none; }
address { font-style: normal; }

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

/* ── Shared Headings ── */
.section-eyebrow {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 14px;
}
.section-eyebrow.light { color: rgba(255,255,255,0.6); }

.section-title {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--charcoal);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.section-title.light { color: #fff; }

.section-sub {
  font-size: 1.05rem;
  color: var(--grey-500);
  max-width: 600px;
  margin-bottom: 52px;
  line-height: 1.75;
}

.section-cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 48px; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700; font-size: 0.975rem;
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  cursor: pointer; white-space: nowrap;
  transition: var(--t);
}
.btn-lg  { padding: 15px 32px; font-size: 1.05rem; }
.btn-xl  { padding: 17px 40px; font-size: 1.1rem; }
.btn-full { width: 100%; justify-content: center; }

.btn-teal  { background: var(--teal); color: #fff; border-color: var(--teal); }
.btn-teal:hover { background: var(--teal-dark); border-color: var(--teal-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(13,111,111,0.35); }

.btn-copper { background: var(--copper); color: #fff; border-color: var(--copper); }
.btn-copper:hover { background: var(--copper-dark); border-color: var(--copper-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(176,96,32,0.4); }

.btn-outline-teal { background: transparent; color: var(--teal); border-color: var(--teal); }
.btn-outline-teal:hover { background: var(--teal); color: #fff; transform: translateY(-2px); }

.btn-ghost-white { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.5); backdrop-filter: blur(8px); }
.btn-ghost-white:hover { background: rgba(255,255,255,0.22); border-color: #fff; transform: translateY(-2px); }

.btn-white-solid { background: #fff; color: var(--copper); border-color: #fff; font-weight: 800; }
.btn-white-solid:hover { background: var(--grey-50); transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.announcement-bar {
  background: var(--copper);
  color: #fff;
  display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap;
  padding: 9px 24px;
  font-family: 'Source Sans 3', sans-serif; font-size: 0.875rem; font-weight: 600;
}
.announcement-cta {
  background: #fff; color: var(--copper);
  padding: 3px 14px; border-radius: 100px;
  font-weight: 800; font-size: 0.82rem;
}
.announcement-cta:hover { background: var(--grey-50); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--grey-100);
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.08); }

.header-inner { display: flex; align-items: center; height: 72px; gap: 24px; }

.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-icon-wrap { font-size: 1.6rem; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-main { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.1rem; color: var(--teal); }
.logo-uk { color: var(--copper); }
.logo-sub { font-family: 'Source Sans 3', sans-serif; font-size: 0.68rem; color: var(--grey-500); margin-top: 2px; letter-spacing: 0.02em; }

.main-nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.main-nav a { font-family: 'Source Sans 3', sans-serif; font-weight: 600; font-size: 0.9rem; color: var(--charcoal); padding: 8px 13px; border-radius: var(--radius-sm); transition: var(--t); }
.main-nav a:hover { color: var(--teal); background: var(--teal-light); }
.nav-cta { background: var(--teal) !important; color: #fff !important; padding: 8px 18px !important; }
.nav-cta:hover { background: var(--teal-dark) !important; box-shadow: var(--shadow-sm); }

.header-phone { display: flex; flex-direction: column; align-items: flex-end; flex-shrink: 0; }
.phone-link { display: flex; align-items: center; gap: 6px; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.05rem; color: var(--teal); }
.phone-link:hover { color: var(--teal-dark); }
.freephone-label { font-size: 0.68rem; color: var(--grey-500); font-family: 'Source Sans 3', sans-serif; margin-top: 1px; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: var(--t); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  overflow: hidden;
  padding: 100px 0 80px;
}

.hero-image {
  position: absolute; inset: 0; z-index: 0;
}
.hero-image img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 30%;
  transform: scale(1.03);
  transition: transform 8s ease;
}
.hero:hover .hero-image img { transform: scale(1); }

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(9, 40, 40, 0.88) 0%,
    rgba(13, 111, 111, 0.72) 45%,
    rgba(13, 80, 80, 0.55) 100%
  );
}

.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr auto;
  gap: 60px; align-items: center;
}

.hero-badge-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 7px 18px; border-radius: 100px;
  font-family: 'Source Sans 3', sans-serif; font-size: 0.85rem; font-weight: 600;
  margin-bottom: 28px;
}
.hero-badge-pill .stars { color: #FFD700; font-size: 0.95rem; letter-spacing: 1px; }

.hero-content h1 {
  font-size: clamp(2.8rem, 6vw, 4.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 22px;
  letter-spacing: -0.03em;
}
.hero-highlight { color: #FFD700; }

.hero-sub {
  font-size: 1.1rem; color: rgba(255,255,255,0.82);
  margin-bottom: 36px; line-height: 1.75;
  max-width: 520px;
}

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }

.hero-trust-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.trust-pill {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.9);
  padding: 5px 14px; border-radius: 100px;
  font-family: 'Source Sans 3', sans-serif; font-size: 0.82rem; font-weight: 600;
  backdrop-filter: blur(6px);
}

/* Hero glass cards */
.hero-stats-col { display: flex; flex-direction: column; gap: 14px; min-width: 200px; }

.glass-card {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: var(--radius);
  padding: 24px 28px;
  color: #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  transition: var(--t);
}
.glass-card:hover { background: rgba(255,255,255,0.18); transform: translateY(-3px); }

.glass-card-main .glass-num { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 3rem; color: #FFD700; line-height: 1; }
.glass-card-main .glass-num sup { font-size: 1.3rem; }
.glass-card-main .glass-label { font-size: 0.8rem; font-family: 'Source Sans 3', sans-serif; font-weight: 600; color: rgba(255,255,255,0.75); margin-top: 4px; display: block; }
.glass-card-main .glass-stars { color: #FFD700; font-size: 1.05rem; margin-top: 6px; letter-spacing: 2px; }

.glass-card-sm { padding: 16px 20px; display: flex; align-items: center; gap: 12px; }
.glass-num-sm { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.8rem; color: #fff; line-height: 1; flex-shrink: 0; }
.glass-num-sm sub { font-size: 0.85rem; color: rgba(255,255,255,0.75); }
.glass-label-sm { font-size: 0.78rem; font-family: 'Source Sans 3', sans-serif; font-weight: 600; color: rgba(255,255,255,0.72); }

.glass-card-copper { background: rgba(176,96,32,0.3); border-color: rgba(176,96,32,0.5); }

.glass-card-guarantee {
  background: rgba(176,96,32,0.25);
  border-color: rgba(176,96,32,0.4);
  padding: 16px 20px; display: flex; align-items: center; gap: 14px;
}
.guarantee-icon { font-size: 1.8rem; flex-shrink: 0; }
.glass-card-guarantee strong { display: block; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1rem; color: #fff; }
.glass-card-guarantee span { font-size: 0.75rem; color: rgba(255,255,255,0.7); }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip { background: var(--grey-50); padding: 36px 0; border-bottom: 1px solid var(--grey-100); }
.trust-strip-eyebrow { text-align: center; font-family: 'Source Sans 3', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey-500); margin-bottom: 22px; }
.trust-logos { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; }

.trust-logo-badge {
  display: flex; flex-direction: column; align-items: center;
  padding: 14px 24px; border-radius: var(--radius-sm);
  min-width: 130px; text-align: center;
  font-family: 'Source Sans 3', sans-serif;
  box-shadow: var(--shadow-xs);
  transition: var(--t);
}
.trust-logo-badge:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.tl-name { font-weight: 800; font-size: 0.9rem; margin-bottom: 3px; }
.tl-stars { font-size: 0.88rem; letter-spacing: 1px; }
.tl-score { font-size: 0.75rem; font-weight: 600; margin-top: 2px; }
.tl-sub  { font-size: 0.7rem; opacity: 0.85; }
.tl-green  { background: #00B67A; color: #fff; }
.tl-blue   { background: #00ACEA; color: #fff; }
.tl-google { background: #4285F4; color: #fff; }
.tl-dark   { background: var(--charcoal); color: #fff; }

/* ============================================================
   FEATURED REVIEWS
   ============================================================ */
.featured-reviews-section { padding: 100px 0; text-align: center; }
.featured-reviews-section .section-title { margin: 0 auto 14px; }
.featured-reviews-section .section-sub  { margin: 0 auto 52px; }

.featured-reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; text-align: left; margin-bottom: 40px; }

.review-card-premium {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-xs);
  transition: var(--t);
  position: relative;
  overflow: hidden;
}
.review-card-premium::before {
  content: '"'; font-family: Georgia, serif; font-size: 7rem; line-height: 1;
  color: var(--teal-light); position: absolute; top: -10px; right: 20px;
  pointer-events: none; user-select: none;
}
.review-card-premium:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); border-color: var(--grey-200); }

.review-card-featured-center {
  border-top: 4px solid var(--teal);
  box-shadow: var(--shadow-md);
  transform: translateY(-8px);
}
.review-card-featured-center:hover { transform: translateY(-14px); }

.rcp-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.rcp-stars { color: #FFD700; font-size: 1.1rem; letter-spacing: 2px; }
.rcp-source { font-family: 'Source Sans 3', sans-serif; font-size: 0.72rem; font-weight: 800; padding: 3px 10px; border-radius: 100px; color: #fff; }
.rcp-source.tp { background: #00B67A; }
.rcp-source.rv { background: #00ACEA; }

.review-card-premium blockquote { font-size: 0.94rem; color: var(--charcoal); line-height: 1.72; font-style: italic; margin-bottom: 22px; }

.rcp-author { display: flex; align-items: center; gap: 10px; }
.rcp-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.95rem; flex-shrink: 0; }
.rcp-author span { font-size: 0.82rem; color: var(--grey-500); font-family: 'Source Sans 3', sans-serif; font-weight: 600; }

/* ============================================================
   DISCOUNT BANNER
   ============================================================ */
.discount-banner {
  background: linear-gradient(120deg, var(--copper-dark) 0%, var(--copper) 50%, var(--copper-light) 100%);
  padding: 36px 0;
  position: relative; overflow: hidden;
}
.discount-banner::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
}
.discount-inner { position: relative; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.discount-pill { background: #fff; color: var(--copper); font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.5rem; padding: 10px 20px; border-radius: var(--radius-sm); flex-shrink: 0; box-shadow: 0 4px 16px rgba(0,0,0,0.15); }
.discount-text { flex: 1; min-width: 200px; }
.discount-text strong { display: block; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.25rem; color: #fff; margin-bottom: 4px; }
.discount-text span { font-size: 0.9rem; color: rgba(255,255,255,0.82); }

/* ============================================================
   EMERGENCY
   ============================================================ */
.emergency-section { position: relative; padding: 120px 0; overflow: hidden; }
.emergency-bg-image { position: absolute; inset: 0; }
.emergency-bg-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(0.45) saturate(0.6); }
.emergency-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(7,30,30,0.92) 0%, rgba(9,60,60,0.75) 60%, rgba(13,111,111,0.5) 100%); }

.emergency-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; }

.emergency-label {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,0,0,0.15); border: 1px solid rgba(255,80,80,0.3);
  color: #ff8080; padding: 5px 16px; border-radius: 100px;
  font-family: 'Source Sans 3', sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 20px;
}
.emergency-label::before { content: ''; width: 8px; height: 8px; background: #ff5555; border-radius: 50%; box-shadow: 0 0 6px #ff5555; animation: blink 1.4s ease-in-out infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

.emergency-content h2 { font-size: clamp(2rem, 4.5vw, 3rem); color: #fff; font-weight: 800; margin-bottom: 20px; letter-spacing: -0.02em; }
.emergency-content h2 span { color: #FFD700; }
.emergency-content p { font-size: 1.05rem; color: rgba(255,255,255,0.78); margin-bottom: 20px; max-width: 500px; line-height: 1.75; }
.emergency-towns { font-size: 0.85rem; color: rgba(255,255,255,0.55); margin-bottom: 36px; line-height: 1.7; }
.freephone-note { margin-top: 12px !important; font-size: 0.82rem !important; color: rgba(255,255,255,0.5) !important; }

.emergency-stats { display: flex; flex-direction: column; gap: 0; }
.e-stat { text-align: center; padding: 28px 40px; }
.e-stat-num { display: block; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 3.5rem; color: #FFD700; line-height: 1; }
.e-stat-unit { display: inline-block; font-size: 1.1rem; color: rgba(255,255,255,0.6); font-weight: 700; margin-left: 3px; }
.e-stat-label { display: block; font-family: 'Source Sans 3', sans-serif; font-size: 0.78rem; font-weight: 600; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 5px; }
.e-stat-divider { height: 1px; background: rgba(255,255,255,0.12); margin: 0 20px; }

/* ============================================================
   ABOUT STUART
   ============================================================ */
.about-section { padding: 120px 0; background: var(--off-white); }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }

.about-img-frame {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-xl);
  aspect-ratio: 4/5;
}
.about-img-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.6s ease; }
.about-img-frame:hover img { transform: scale(1.04); }

.about-img-badge {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  background: var(--teal); color: #fff;
  padding: 8px 20px; border-radius: 100px;
  font-family: 'Source Sans 3', sans-serif; font-size: 0.82rem; font-weight: 700;
  display: flex; align-items: center; gap: 6px; white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.about-certs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.cert-item {
  background: #fff; border: 1px solid var(--grey-100); border-radius: var(--radius-sm);
  padding: 16px; display: flex; align-items: center; gap: 12px;
  box-shadow: var(--shadow-xs); transition: var(--t);
}
.cert-item:hover { box-shadow: var(--shadow-sm); border-color: var(--grey-200); transform: translateY(-2px); }
.cert-item > span { font-size: 1.5rem; flex-shrink: 0; }
.cert-item strong { display: block; font-size: 0.82rem; color: var(--charcoal); font-family: 'Montserrat', sans-serif; font-weight: 700; }
.cert-item span { font-size: 0.72rem; color: var(--grey-500); }

.about-content-col { padding-top: 8px; }
.about-content-col h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); margin-bottom: 22px; letter-spacing: -0.02em; }
.about-lead { font-size: 1.05rem; color: var(--grey-500); line-height: 1.8; margin-bottom: 32px; }

.stuart-quote {
  background: #fff; border-left: 4px solid var(--teal);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 24px 28px; margin-bottom: 32px;
  box-shadow: var(--shadow-xs); position: relative;
}
.sq-mark { font-family: Georgia, serif; font-size: 5rem; color: var(--teal-light); line-height: 0.5; margin-bottom: 8px; }
.stuart-quote p { font-size: 1.05rem; font-style: italic; color: var(--charcoal); line-height: 1.7; margin-bottom: 12px; }
.stuart-quote cite { font-style: normal; font-family: 'Source Sans 3', sans-serif; font-weight: 700; font-size: 0.85rem; color: var(--teal); }

.about-checklist { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.about-checklist li { display: flex; align-items: center; gap: 10px; font-size: 0.95rem; color: var(--charcoal); }

/* ============================================================
   SERVICES — IMAGE GRID
   ============================================================ */
.services-section { padding: 120px 0; background: var(--white); }
.services-section .section-title { margin-bottom: 12px; }
.services-section .section-sub { margin-bottom: 56px; }

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

.svc-card {
  display: block; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: var(--t);
  background: #fff; border: 1px solid var(--grey-100);
  position: relative; cursor: pointer;
}
.svc-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); }

.svc-img { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.svc-card:hover .svc-img img { transform: scale(1.07); }
.svc-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 30%, rgba(9,40,40,0.65) 100%); }

.svc-card-emergency .svc-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 20%, rgba(176,96,32,0.6) 100%);
}

.svc-badge-24 {
  position: absolute; top: 14px; right: 14px; z-index: 3;
  background: var(--copper); color: #fff;
  font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 0.85rem;
  padding: 4px 12px; border-radius: 100px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.svc-body { padding: 22px 24px 24px; }
.svc-icon { font-size: 1.8rem; display: block; margin-bottom: 10px; }
.svc-body h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; color: var(--charcoal); }
.svc-body p { font-size: 0.875rem; color: var(--grey-500); line-height: 1.65; margin-bottom: 14px; }
.svc-cta { font-family: 'Source Sans 3', sans-serif; font-weight: 700; font-size: 0.85rem; color: var(--teal); transition: var(--t); }
.svc-card:hover .svc-cta { color: var(--copper); }

/* ============================================================
   WHY US
   ============================================================ */
.why-us-section { padding: 120px 0; background: var(--teal); position: relative; overflow: hidden; }
.why-us-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 15% 85%, rgba(176,96,32,0.25) 0%, transparent 50%),
              radial-gradient(ellipse at 85% 15%, rgba(255,255,255,0.05) 0%, transparent 40%);
}
.why-us-section .container { position: relative; z-index: 1; }

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

.pillar {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius);
  padding: 36px 28px;
  transition: var(--t);
}
.pillar:hover { background: rgba(255,255,255,0.15); transform: translateY(-5px); box-shadow: 0 16px 48px rgba(0,0,0,0.2); }

.pillar-num { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 3.5rem; color: rgba(255,255,255,0.1); line-height: 1; margin-bottom: 4px; }
.pillar-icon-wrap { font-size: 2.2rem; margin-bottom: 18px; }
.pillar h3 { font-size: 1.1rem; color: #fff; margin-bottom: 12px; }
.pillar p  { font-size: 0.875rem; color: rgba(255,255,255,0.68); line-height: 1.7; }

/* ============================================================
   ALL REVIEWS
   ============================================================ */
.all-reviews-section { padding: 120px 0; background: var(--grey-50); }

.reviews-score-bar {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px;
  background: #fff; border: 1px solid var(--grey-100); border-radius: var(--radius);
  padding: 24px 32px; margin-bottom: 48px; box-shadow: var(--shadow-xs);
}
.rsb-left { display: flex; align-items: center; gap: 16px; }
.rsb-num { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 3.5rem; color: var(--teal); line-height: 1; }
.rsb-stars { color: #FFD700; font-size: 1.3rem; letter-spacing: 2px; }
.rsb-count { font-size: 0.82rem; color: var(--grey-500); font-family: 'Source Sans 3', sans-serif; }
.rsb-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.rsb-badge { padding: 6px 16px; border-radius: 100px; font-family: 'Source Sans 3', sans-serif; font-weight: 700; font-size: 0.8rem; color: #fff; }
.tp-b { background: #00B67A; } .rv-b { background: #00ACEA; } .go-b { background: #EA4335; }

.reviews-mosaic {
  columns: 4; column-gap: 18px; margin-bottom: 40px;
}

.review-tile {
  break-inside: avoid; background: #fff;
  border: 1px solid var(--grey-100); border-radius: var(--radius);
  padding: 24px; margin-bottom: 18px;
  box-shadow: var(--shadow-xs); transition: var(--t);
}
.review-tile:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--grey-200); }
.review-tile-tall { }

.rt-stars { color: #FFD700; font-size: 1rem; letter-spacing: 1px; margin-bottom: 12px; }
.review-tile blockquote { font-size: 0.88rem; color: var(--charcoal); line-height: 1.7; font-style: italic; margin-bottom: 16px; }
.rt-meta { display: flex; align-items: center; gap: 10px; }
.rt-av { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.85rem; flex-shrink: 0; }
.rt-meta strong { display: block; font-size: 0.78rem; color: var(--charcoal); }
.rt-src { display: inline-block; padding: 1px 8px; border-radius: 100px; font-family: 'Source Sans 3', sans-serif; font-size: 0.68rem; font-weight: 800; color: #fff; margin-top: 2px; }
.tp-src { background: #00B67A; } .rv-src { background: #00ACEA; }

/* ============================================================
   BATHROOM GALLERY
   ============================================================ */
.bathrooms-section { padding: 120px 0; background: var(--white); }

.gallery-filter { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.filter-btn {
  font-family: 'Source Sans 3', sans-serif; font-weight: 600; font-size: 0.875rem;
  padding: 9px 22px; border-radius: 100px; border: 2px solid var(--grey-100);
  background: #fff; color: var(--grey-500); cursor: pointer; transition: var(--t);
}
.filter-btn:hover { border-color: var(--teal); color: var(--teal); }
.filter-btn.active { background: var(--teal); border-color: var(--teal); color: #fff; box-shadow: var(--shadow-sm); }

.gallery-masonry { columns: 3; column-gap: 16px; margin-bottom: 40px; }

.gm-item {
  break-inside: avoid; position: relative; margin-bottom: 16px;
  border-radius: var(--radius); overflow: hidden; cursor: pointer;
  box-shadow: var(--shadow-sm);
}
.gm-item img { width: 100%; display: block; transition: transform 0.5s ease; }
.gm-item:hover img { transform: scale(1.05); }
.gm-tall img { } /* natural taller images */

.gm-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(9,40,40,0.88) 0%, transparent 50%);
  opacity: 0; transition: opacity 0.3s ease;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 20px;
}
.gm-item:hover .gm-overlay { opacity: 1; }
.gm-overlay p { color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.95rem; margin-bottom: 4px; }
.gm-overlay span { color: rgba(255,255,255,0.72); font-size: 0.8rem; font-family: 'Source Sans 3', sans-serif; }
.gm-item.hidden { display: none; }

/* ============================================================
   SERVICE AREAS
   ============================================================ */
.areas-section { padding: 120px 0; background: var(--grey-50); }

.areas-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }

.areas-map-card {
  background: #fff; border: 1px solid var(--grey-100); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  aspect-ratio: 4/3; position: relative;
}
.map-visual { position: relative; width: 100%; height: 100%; }
.map-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-pin { position: absolute; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; gap: 3px; cursor: pointer; }
.pin-dot { width: 12px; height: 12px; background: var(--teal); border-radius: 50%; border: 2.5px solid #fff; box-shadow: 0 2px 8px rgba(13,111,111,0.5); transition: var(--t); }
.pin-home { width: 16px; height: 16px; background: var(--copper); box-shadow: 0 2px 8px rgba(176,96,32,0.5); }
.pin-lbl { font-family: 'Source Sans 3', sans-serif; font-size: 0.62rem; font-weight: 700; color: var(--charcoal); background: #fff; padding: 2px 7px; border-radius: 5px; box-shadow: var(--shadow-xs); white-space: nowrap; }
.map-pin:hover .pin-dot { transform: scale(1.5); }

.areas-list h3 { font-size: 1.4rem; margin-bottom: 20px; }
.area-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.area-chip {
  background: #fff; border: 1px solid var(--grey-100); border-radius: var(--radius-sm);
  padding: 7px 14px; font-family: 'Source Sans 3', sans-serif; font-size: 0.85rem; font-weight: 600; color: var(--charcoal);
  transition: var(--t); cursor: default;
}
.area-chip:hover { border-color: var(--teal); color: var(--teal); background: var(--teal-light); }
.area-chip-home { background: rgba(176,96,32,0.08); border-color: var(--copper); color: var(--copper); }
.areas-note { font-size: 0.875rem; color: var(--grey-500); margin-bottom: 20px; }

/* ============================================================
   BLOG
   ============================================================ */
.blog-section { padding: 120px 0; background: var(--white); }

.blog-grid { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: auto auto; gap: 20px; }

.blog-card { background: #fff; border: 1px solid var(--grey-100); border-radius: var(--radius); overflow: hidden; transition: var(--t); }
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.blog-featured { grid-row: 1 / 3; }
.blog-side-stack { display: flex; flex-direction: column; gap: 20px; }
.blog-side-stack .blog-card { flex: 1; display: flex; flex-direction: column; }
.blog-side-stack .blog-card .blog-body { flex: 1; }

.blog-img { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.blog-img-sm { aspect-ratio: 16/9; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-img img { transform: scale(1.05); }
.blog-featured .blog-img { aspect-ratio: 4/3; }

.blog-tag-img {
  position: absolute; top: 14px; left: 14px;
  background: var(--teal); color: #fff;
  font-family: 'Source Sans 3', sans-serif; font-size: 0.72rem; font-weight: 800;
  padding: 3px 12px; border-radius: 100px;
}

.blog-body { padding: 22px 24px; }
.blog-featured .blog-body { padding: 28px; }
.blog-body h3 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; color: var(--charcoal); line-height: 1.35; }
.blog-featured .blog-body h3 { font-size: 1.3rem; }
.blog-body p { font-size: 0.875rem; color: var(--grey-500); line-height: 1.7; margin-bottom: 14px; }
.blog-link { font-family: 'Source Sans 3', sans-serif; font-weight: 700; font-size: 0.875rem; color: var(--teal); }
.blog-link:hover { color: var(--copper); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-section { padding: 120px 0; background: var(--grey-50); }
.faq-inner { display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px; align-items: start; }

.faq-left h2 { font-size: 2.4rem; margin-bottom: 16px; line-height: 1.1; }
.faq-left p { font-size: 0.95rem; color: var(--grey-500); line-height: 1.7; margin-bottom: 32px; }
.faq-phone-link { color: var(--teal); font-weight: 700; }
.faq-phone-link:hover { color: var(--copper); }

.faq-img-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.faq-img-wrap img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.faq-item { background: #fff; border: 1px solid var(--grey-100); border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 8px; }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 24px; background: none; border: none; cursor: pointer;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.975rem; color: var(--charcoal); text-align: left;
  transition: var(--t);
}
.faq-q:hover { color: var(--teal); }
.faq-chevron { flex-shrink: 0; transition: transform 0.25s ease; color: var(--grey-500); }
.faq-q[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); color: var(--teal); }
.faq-q[aria-expanded="true"] { color: var(--teal); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a.open { max-height: 200px; }
.faq-a p { padding: 0 24px 20px; font-size: 0.93rem; color: var(--grey-500); line-height: 1.75; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-section { padding: 120px 0; background: var(--white); }
.contact-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }

.contact-left h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); margin-bottom: 16px; letter-spacing: -0.02em; }
.contact-left > p { font-size: 1rem; color: var(--grey-500); margin-bottom: 32px; line-height: 1.7; }

.contact-methods { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.cm { display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-radius: var(--radius-sm); border: 1.5px solid transparent; transition: var(--t); }
.cm:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.cm-teal { background: var(--teal); border-color: var(--teal); }
.cm-teal strong, .cm-teal span { color: #fff !important; }
.cm-teal:hover { background: var(--teal-dark); }
.cm-green { background: #25D366; border-color: #25D366; }
.cm-green strong, .cm-green span { color: #fff !important; }
.cm-green:hover { background: #1db954; }
.cm-grey { background: var(--grey-50); border-color: var(--grey-100); cursor: default; }
.cm-icon { font-size: 1.5rem; width: 42px; height: 42px; background: rgba(255,255,255,0.2); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cm-grey .cm-icon { background: var(--grey-100); }
.cm strong { display: block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--charcoal); }
.cm span { font-size: 0.8rem; color: var(--grey-500); }

.contact-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.contact-photo img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: center top; }

.contact-form-card { background: var(--grey-50); border: 1px solid var(--grey-100); border-radius: var(--radius-lg); padding: 44px; box-shadow: var(--shadow-sm); }
.contact-form-card h3 { font-size: 1.4rem; margin-bottom: 6px; }
.form-sub { font-size: 0.9rem; color: var(--grey-500); margin-bottom: 28px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-field label { font-family: 'Source Sans 3', sans-serif; font-weight: 700; font-size: 0.83rem; color: var(--charcoal); }
.form-field input, .form-field select, .form-field textarea {
  padding: 12px 16px; border: 1.5px solid var(--grey-200); border-radius: var(--radius-sm);
  font-family: 'Roboto', sans-serif; font-size: 0.95rem; color: var(--charcoal); background: #fff;
  transition: var(--t); outline: none;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,111,111,0.1); }
.form-field textarea { resize: vertical; min-height: 110px; }
.form-note { text-align: center; font-size: 0.76rem; color: var(--grey-500); margin-top: 12px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { }

.footer-top-img { position: relative; overflow: hidden; }
.footer-top-img img { width: 100%; height: 400px; object-fit: cover; filter: brightness(0.4) saturate(0.5); }
.footer-top-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(9,40,40,0.7), rgba(9,40,40,0.9)); }
.footer-top-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; z-index: 1; }
.footer-top-content h2 { font-size: clamp(2rem, 4vw, 3rem); color: #fff; margin-bottom: 12px; font-weight: 800; }
.footer-top-content p { font-size: 1.05rem; color: rgba(255,255,255,0.7); margin-bottom: 32px; }
.footer-top-ctas { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

.footer-main { background: #111c1c; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding: 64px 0 48px; border-bottom: 1px solid rgba(255,255,255,0.07); }

.footer-brand-col .footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-brand-col .logo-main { color: #fff; }
.footer-brand-col .logo-sub { color: rgba(255,255,255,0.4); }
.footer-brand-col p { font-size: 0.875rem; color: rgba(255,255,255,0.5); line-height: 1.75; margin-bottom: 24px; }

.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.6); display: flex; align-items: center; justify-content: center; transition: var(--t); }
.footer-social a:hover { background: var(--teal); color: #fff; transform: translateY(-2px); }

.footer-links-col { display: flex; flex-direction: column; }
.footer-links-col h4 { color: #fff; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; font-family: 'Source Sans 3', sans-serif; }
.footer-links-col a { color: rgba(255,255,255,0.5); font-size: 0.875rem; padding: 4px 0; transition: var(--t); }
.footer-links-col a:hover { color: #fff; padding-left: 6px; }

.footer-contact-col h4 { color: #fff; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; font-family: 'Source Sans 3', sans-serif; }
.footer-phone { display: flex; align-items: center; gap: 8px; color: var(--teal-mid); font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.1rem; margin-bottom: 4px; }
.footer-phone:hover { color: #fff; }
.footer-freephone { display: block; font-size: 0.72rem; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer-contact-col address { font-size: 0.875rem; color: rgba(255,255,255,0.5); line-height: 1.8; margin-bottom: 16px; }
.footer-badges { display: flex; flex-direction: column; gap: 5px; }
.footer-badges span { font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,0.5); font-family: 'Source Sans 3', sans-serif; }

.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding: 20px 0; }
.footer-bottom p { font-size: 0.76rem; color: rgba(255,255,255,0.3); }

/* ============================================================
   FLOATING CTA
   ============================================================ */
.floating-cta {
  position: fixed; bottom: 28px; right: 28px;
  display: flex; flex-direction: column; gap: 10px; z-index: 999;
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.floating-cta.visible { opacity: 1; transform: translateY(0); pointer-events: all; }
.floating-call, .floating-whatsapp {
  display: flex; align-items: center; gap: 10px; padding: 13px 22px; border-radius: 100px;
  font-family: 'Source Sans 3', sans-serif; font-weight: 700; font-size: 0.9rem;
  box-shadow: var(--shadow-xl); transition: var(--t);
}
.floating-call { background: var(--teal); color: #fff; }
.floating-call:hover { background: var(--teal-dark); transform: scale(1.05); }
.floating-whatsapp { background: #25D366; color: #fff; }
.floating-whatsapp:hover { background: #1db954; transform: scale(1.05); }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal-ready { opacity: 0; transform: translateY(22px); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
.reveal-ready.revealed { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .reveal-ready { opacity: 1 !important; transform: none !important; } }

/* ============================================================
   RESPONSIVE — TABLET (≤ 1024px)
   ============================================================ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; max-width: 640px; }
  .hero-stats-col { display: none; }
  .hero { min-height: auto; padding: 120px 0 100px; }

  .about-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-img-frame { aspect-ratio: 16/9; max-width: 500px; }

  .pillars-grid { grid-template-columns: repeat(2,1fr); }
  .reviews-mosaic { columns: 2; }
  .gallery-masonry { columns: 2; }
  .services-img-grid { grid-template-columns: repeat(2,1fr); }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-featured { grid-row: auto; }
  .faq-inner { grid-template-columns: 1fr; }
  .faq-img-wrap { display: none; }
  .contact-inner { grid-template-columns: 1fr; gap: 56px; }
  .contact-inner > * { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .areas-layout { grid-template-columns: 1fr; }
  .emergency-inner { grid-template-columns: 1fr; }
  .emergency-inner > * { min-width: 0; }
  .emergency-stats { flex-direction: row; justify-content: center; flex-wrap: wrap; }
  .e-stat-divider { width: 1px; height: auto; margin: 12px 0; }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤ 768px)
   ============================================================ */
@media (max-width: 768px) {
  .main-nav, .header-phone { display: none; }
  .hamburger { display: flex; }
  .main-nav.open {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(255,255,255,0.98); backdrop-filter: blur(16px);
    border-top: 1px solid var(--grey-100);
    padding: 16px 24px 24px; gap: 4px; box-shadow: var(--shadow-md); z-index: 100;
  }
  .main-nav.open a { padding: 12px 16px; }

  .hero { padding: 80px 0 60px; }
  .hero-content h1 { font-size: 2.6rem; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; justify-content: center; }

  .featured-reviews-grid { grid-template-columns: 1fr; }
  .review-card-featured-center { transform: none; }
  .review-card-featured-center:hover { transform: translateY(-5px); }

  .discount-inner { flex-direction: column; text-align: center; }
  .emergency-inner { grid-template-columns: 1fr; }
  .emergency-inner > * { min-width: 0; }
  .emergency-stats { flex-direction: column; gap: 16px; }
  .about-certs-grid { grid-template-columns: 1fr; }
  .services-img-grid { grid-template-columns: 1fr; }
  .pillars-grid { grid-template-columns: 1fr; }
  .reviews-mosaic { columns: 1; }
  .gallery-masonry { columns: 1; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-side-stack { flex-direction: column; }
  .faq-inner { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .contact-inner > * { min-width: 0; }
  .contact-form-card { padding: 24px; }
  .form-row-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-top-img img { height: 320px; }
  .footer-top-ctas { flex-direction: column; align-items: center; }
  .floating-cta { bottom: 16px; right: 16px; flex-direction: row; }
  .floating-call span, .floating-whatsapp span { display: none; }
  .floating-call, .floating-whatsapp { padding: 14px; border-radius: 50%; }
  .trust-logos { gap: 8px; }
  .trust-logo-badge { min-width: 100px; padding: 10px 12px; }
}

@media (max-width: 480px) {
  .announcement-bar { flex-direction: column; gap: 8px; }
  .hero-trust-pills { gap: 6px; }
  .trust-pill { font-size: 0.75rem; padding: 4px 10px; }
  .area-chips { gap: 6px; }
}
