/* Hatton's Cleaning Services - Site Styles */
:root {
  --navy: #0c1c3d;
  --navy-700: #14264f;
  --navy-600: #1d3464;
  --navy-50: #eef2fa;
  --grey-50: #f6f7f9;
  --grey-100: #eceef2;
  --grey-200: #dee1e7;
  --grey-500: #6b7280;
  --grey-700: #374151;
  --grey-900: #111827;
  --white: #ffffff;
  --accent: #1f7a3a;
  --shadow-sm: 0 1px 2px rgba(12, 28, 61, .06), 0 1px 3px rgba(12, 28, 61, .04);
  --shadow-md: 0 4px 12px rgba(12, 28, 61, .08);
  --shadow-lg: 0 18px 40px rgba(12, 28, 61, .12);
  --radius: 14px;
  --radius-sm: 10px;
  --max: 1200px;
  --container-pad: 40px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--grey-900);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
img { max-width: 100%; display: block; }
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--navy-600); }

h1, h2, h3, h4 {
  font-family: 'DM Serif Display', Georgia, serif;
  color: var(--navy);
  letter-spacing: -0.01em;
  margin: 0 0 .5em;
  line-height: 1.15;
}
h1 { font-size: clamp(2.2rem, 4.4vw, 3.6rem); font-weight: 400; }
h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 400; }
h3 { font-size: 1.25rem; font-weight: 700; font-family: 'Inter', sans-serif; letter-spacing: 0; }
p { margin: 0 0 1em; color: var(--grey-700); }

.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--container-pad); }
.section { padding: 88px 0; }
.section-tight { padding: 56px 0; }
.bg-grey { background: var(--grey-50); }
.bg-navy { background: var(--navy); color: var(--white); }
.bg-navy h2, .bg-navy h3 { color: var(--white); }
.bg-navy p { color: rgba(255,255,255,0.82); }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 600;
  color: var(--navy-600);
  margin-bottom: 14px;
}
.bg-navy .eyebrow { color: #9fb6e0; }

.section-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-head p { font-size: 1.05rem; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--grey-100);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px var(--container-pad);
  max-width: var(--max);
  margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 52px; width: auto; }
.brand-text { display: none; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-weight: 500;
  font-size: .95rem;
  color: var(--grey-700);
  position: relative;
}
.nav-links a.active, .nav-links a:hover { color: var(--navy); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -8px;
  height: 2px;
  background: var(--navy);
}
.nav-cta { display: inline-flex; }

/* Mobile nav */
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy);
  margin: 5px 0;
  transition: .2s;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .01em;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: transform .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--navy-700); color: #fff; box-shadow: var(--shadow-md); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: var(--grey-50); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--grey-200); }
.btn-ghost:hover { background: var(--grey-50); }
.btn-whatsapp { background: #25d366; color: #fff; }
.btn-whatsapp:hover { background: #1faa53; color: #fff; }
.btn-sm { padding: 10px 18px; font-size: .88rem; }

/* Hero */
.hero {
  position: relative;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-700) 100%);
  color: #fff;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 480px at 80% -10%, rgba(159,182,224,.18), transparent 60%),
    radial-gradient(700px 400px at 5% 110%, rgba(31,122,58,.18), transparent 60%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 88px;
}
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero p.lead { color: rgba(255,255,255,0.85); font-size: 1.15rem; max-width: 560px; }
.hero .eyebrow { color: #9fb6e0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-meta {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 36px;
  font-size: .92rem;
  color: rgba(255,255,255,0.78);
}
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta svg { width: 18px; height: 18px; stroke: #9fb6e0; }
.hero-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 30px 60px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,0.08);
}
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-img .badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(255,255,255,0.95);
  color: var(--navy);
  padding: 10px 14px;
  border-radius: 10px;
  font-size: .85rem;
  font-weight: 600;
  box-shadow: var(--shadow-md);
}

/* Trust badges */
.trust-bar {
  background: var(--white);
  border-top: 1px solid var(--grey-100);
  border-bottom: 1px solid var(--grey-100);
  padding: 28px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.trust-item svg { width: 28px; height: 28px; stroke: var(--navy); }
.trust-item strong { color: var(--navy); font-size: .98rem; }
.trust-item span { color: var(--grey-500); font-size: .82rem; }

/* Service cards */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.card {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius);
  padding: 32px;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: var(--grey-200);
}
.card .icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--navy-50);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.card .icon svg { width: 22px; height: 22px; stroke: var(--navy); fill: none; stroke-width: 2; }
.card h3 { margin-bottom: 8px; }
.card p { margin-bottom: 14px; font-size: .95rem; }
.card ul { padding-left: 18px; margin: 0; color: var(--grey-700); font-size: .9rem; }
.card ul li { margin-bottom: 4px; }
.card .more {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 600; color: var(--navy); font-size: .9rem; margin-top: 14px;
}

/* Split sections */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.split-img {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-md);
}
.split-img img { width: 100%; height: 100%; object-fit: cover; }
.split h2 { margin-bottom: 14px; }
.feature-list { list-style: none; padding: 0; margin: 18px 0 24px; }
.feature-list li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 8px 0;
  color: var(--grey-700);
  font-size: .98rem;
}
.feature-list li::before {
  content: '';
  flex-shrink: 0;
  margin-top: 8px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--navy);
}

/* Image placeholder */
.placeholder {
  background:
    linear-gradient(135deg, var(--grey-100) 0%, var(--grey-50) 100%);
  border: 1px dashed var(--grey-200);
  border-radius: var(--radius);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey-500);
  font-size: .9rem;
  text-align: center;
  padding: 24px;
}

/* Reviews */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
}
.review {
  background: #fff;
  border: 1px solid var(--grey-100);
  border-radius: var(--radius);
  padding: 28px;
}
.stars { color: #f5a623; font-size: 1.05rem; margin-bottom: 10px; letter-spacing: 2px; }
.review-text { color: var(--grey-700); font-style: italic; }
.review-author { margin-top: 14px; font-weight: 600; color: var(--navy); font-size: .92rem; }
.review-source { font-size: .8rem; color: var(--grey-500); margin-top: 2px; }

/* Reviews section (premium) */
.reviews-section { background: var(--white); }
.reviews-section .section-head { margin-bottom: 28px; }

.rating-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  background: linear-gradient(180deg, #ffffff 0%, var(--grey-50) 100%);
  border: 1px solid var(--grey-100);
  border-radius: 20px;
  padding: 24px 36px;
  max-width: 560px;
  margin: 0 auto 48px;
  box-shadow: var(--shadow-sm);
}
.rating-banner .rating-score { text-align: center; }
.rating-banner .rating-value {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: var(--navy);
  line-height: 1;
}
.rating-banner .rating-score .stars {
  font-size: 1rem;
  letter-spacing: 3px;
  margin-top: 6px;
  margin-bottom: 0;
}
.rating-banner .rating-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: var(--grey-700);
  padding-left: 28px;
  border-left: 1px solid var(--grey-200);
  line-height: 1.35;
}
.rating-banner .rating-meta strong { color: var(--navy); font-weight: 700; }
.rating-banner .google-g { width: 26px; height: 26px; flex-shrink: 0; }

.reviews-section .reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
  margin-bottom: 44px;
}
.reviews-section .review {
  position: relative;
  background: #fff;
  border: 1px solid var(--grey-100);
  border-radius: var(--radius);
  padding: 28px 26px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.reviews-section .review:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--grey-200);
}
.reviews-section .review .quote-icon {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  fill: var(--navy-50);
  pointer-events: none;
}
.reviews-section .review .stars {
  font-size: 1.05rem;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.reviews-section .review .review-text {
  margin: 0 0 18px;
  padding: 0;
  font-size: .98rem;
  color: var(--grey-700);
  font-style: normal;
  line-height: 1.6;
  flex: 1;
  position: relative;
  z-index: 1;
}
.reviews-section .review .review-foot {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--grey-100);
}
.reviews-section .review .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-600) 100%);
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.reviews-section .review .review-author {
  font-weight: 600;
  color: var(--navy);
  font-size: .95rem;
  margin: 0;
}
.reviews-section .review .review-source {
  font-size: .78rem;
  color: var(--grey-500);
  margin-top: 2px;
}

/* Trust pills */
.trust-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}
.trust-pills .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--grey-50);
  border: 1px solid var(--grey-100);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: .88rem;
  color: var(--grey-700);
  font-weight: 500;
}
.trust-pills .pill svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* Reviews CTA */
.reviews-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* Reveal-on-scroll */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Areas */
.areas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.area-chip {
  background: #fff;
  border: 1px solid var(--grey-200);
  border-radius: 999px;
  padding: 12px 18px;
  text-align: center;
  font-weight: 500;
  color: var(--grey-700);
  font-size: .92rem;
}
.area-chip.primary { background: var(--navy); color: #fff; border-color: var(--navy); }

/* Commercial trust */
.commercial-trust {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-700) 100%);
  color: #fff;
  border-radius: 20px;
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.commercial-trust h2 { color: #fff; }
.commercial-trust p { color: rgba(255,255,255,0.82); }
.client-types {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
}
.client-type {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 14px 16px;
  display: flex; align-items: center; gap: 10px;
  font-size: .92rem;
  color: rgba(255,255,255,0.92);
}
.client-type svg { width: 16px; height: 16px; stroke: #9fb6e0; }

/* Before/after */
.ba-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
.ba-pair {
  background: #fff;
  border-radius: var(--radius);
  padding: 14px;
  border: 1px solid var(--grey-100);
}
.ba-pair .ba-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ba-pair .ba-imgs > .ba-img {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  background: var(--grey-100);
}
.ba-pair .ba-imgs > .ba-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.06) saturate(1.1);
}
.ba-pair .ba-imgs > .ba-img .ba-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(12,28,61,0.85);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  padding: 4px 10px;
  border-radius: 999px;
}
.ba-pair .ba-label {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
  color: var(--navy);
  font-size: .92rem;
}

/* Transformations showcase (combined before/after images) */
.transform-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.transform-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--grey-100);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.transform-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.transform-card img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  filter: contrast(1.06) saturate(1.1);
}
.transform-card figcaption {
  padding: 12px 14px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--navy);
  text-align: center;
}

/* Two-column image grid for service detail sub-images */
.img-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* Service detail (Services page) */
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  padding: 80px 0;
  border-bottom: 1px solid var(--grey-100);
}
.service-detail:last-child { border-bottom: 0; }
.service-detail.reverse { direction: rtl; }
.service-detail.reverse > * { direction: ltr; }
.service-detail h2 { margin-bottom: 6px; }
.service-detail .service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}
.service-detail .service-list li {
  position: relative;
  padding-left: 22px;
  font-size: .95rem;
  color: var(--grey-700);
}
.service-detail .service-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

/* FAQ */
.faq {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--grey-100);
  padding: 22px 0;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--navy);
  font-size: 1.05rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--navy);
  transition: transform .2s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item p { margin: 14px 0 0; }

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: start;
}
.contact-info-card {
  background: #fff;
  border: 1px solid var(--grey-100);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-sm);
}
.contact-info-card h3 { margin-bottom: 18px; }
.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--grey-100);
}
.contact-row:first-of-type { border-top: 0; }
.contact-row .icon-circle {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--navy-50);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-row .icon-circle svg { width: 18px; height: 18px; stroke: var(--navy); fill: none; stroke-width: 2; }
.contact-row .label { font-size: .8rem; color: var(--grey-500); text-transform: uppercase; letter-spacing: .08em; }
.contact-row .value { font-weight: 600; color: var(--navy); }
.contact-row a.value:hover { text-decoration: underline; }

.form-card {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow-md);
}
.form-card h2 { margin-bottom: 6px; }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 22px;
}
.form-field { display: flex; flex-direction: column; }
.form-field.full { grid-column: 1 / -1; }
.form-field label {
  font-size: .85rem;
  font-weight: 600;
  color: var(--grey-700);
  margin-bottom: 6px;
}
.form-field input, .form-field select, .form-field textarea {
  border: 1px solid var(--grey-200);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: .95rem;
  background: #fff;
  color: var(--grey-900);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.form-field textarea { resize: vertical; min-height: 130px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(12,28,61,0.08);
}

/* Final CTA */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-600) 100%);
  border-radius: 20px;
  padding: 64px 56px;
  text-align: center;
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.cta-banner h2 { color: #fff; max-width: 700px; margin: 0 auto 14px; }
.cta-banner p { color: rgba(255,255,255,0.82); max-width: 620px; margin: 0 auto 28px; }
.cta-actions { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* Footer */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.75);
  padding: 64px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.site-footer h4 {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 18px;
}
.site-footer a { color: rgba(255,255,255,0.7); display: block; padding: 4px 0; font-size: .92rem; }
.site-footer a:hover { color: #fff; }
.footer-brand img { height: 64px; background: #fff; padding: 6px; border-radius: 10px; }
.footer-brand p { color: rgba(255,255,255,0.6); font-size: .9rem; margin-top: 14px; max-width: 320px; }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background .15s;
}
.socials a:hover { background: rgba(255,255,255,0.18); }
.socials svg { width: 16px; height: 16px; fill: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: .85rem;
  color: rgba(255,255,255,0.55);
}

/* Page hero (sub pages) */
.page-hero {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-700) 100%);
  color: #fff;
  padding: 80px 0 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(700px 360px at 50% -10%, rgba(159,182,224,.15), transparent 60%);
}
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; }
.page-hero p { color: rgba(255,255,255,0.82); max-width: 640px; margin: 0 auto; font-size: 1.1rem; }

/* Floating call button (mobile) */
.float-call {
  display: none;
  position: fixed;
  bottom: 20px; right: 20px;
  background: var(--navy);
  color: #fff;
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 600;
  z-index: 100;
  box-shadow: var(--shadow-lg);
  align-items: center;
  gap: 8px;
  font-size: .95rem;
}

/* Responsive */
@media (max-width: 1024px) {
  :root { --container-pad: 32px; }
}

@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding-top: 56px; padding-bottom: 64px; }
  .hero-img { aspect-ratio: 5/4; max-width: 520px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .ba-grid { grid-template-columns: 1fr; }
  .transform-strip { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-grid {
    grid-template-columns: 1fr; gap: 36px; padding-top: 40px; padding-bottom: 40px;
  }
  .service-detail { grid-template-columns: 1fr; gap: 36px; padding: 40px 0; }
  .commercial-trust { grid-template-columns: 1fr; gap: 36px; padding: 40px 28px; }
  .areas { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-banner { padding: 48px 24px; }
  .section { padding: 64px 0; }
}
@media (max-width: 720px) {
  /* Stack the rating banner vertically */
  .rating-banner { flex-direction: column; gap: 14px; padding: 22px 24px; }
  .rating-banner .rating-meta {
    border-left: 0;
    border-top: 1px solid var(--grey-200);
    padding: 14px 0 0;
    text-align: center;
  }

  /* Reviews carousel: horizontal scroll with snap */
  .reviews-section .reviews-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding: 4px var(--container-pad) 14px;
    margin-left: calc(-1 * var(--container-pad));
    margin-right: calc(-1 * var(--container-pad));
    scrollbar-width: none;
  }
  .reviews-section .reviews-grid::-webkit-scrollbar { display: none; }
  .reviews-section .review {
    flex: 0 0 86%;
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  :root { --container-pad: 24px; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; gap: 12px;
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; padding: 20px var(--container-pad);
    border-bottom: 1px solid var(--grey-100);
  }
  .nav-cta { display: none; }
  .cards, .form-grid, .service-detail .service-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1; min-width: 140px; }
  .float-call { display: inline-flex; }
  .trust-pills .pill { font-size: .82rem; padding: 8px 14px; }
  .rating-banner .rating-value { font-size: 2.2rem; }

  /* Tighten interior padding so cards don't feel cramped against the container edge */
  .card { padding: 24px; }
  .review { padding: 24px 22px; }
  .reviews-section .review { padding: 24px 20px 18px; }
  .form-card { padding: 24px; }
  .contact-info-card { padding: 24px; }
  .commercial-trust { padding: 32px 22px; border-radius: 16px; }
  .cta-banner { padding: 40px 22px; border-radius: 16px; }
  .hero p.lead { font-size: 1.05rem; }
  .page-hero { padding: 56px 0 48px; }
  .page-hero p { font-size: 1rem; }
  .section { padding: 48px 0; }
  .section-tight { padding: 40px 0; }
  .section-head { margin-bottom: 36px; }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { width: 100%; flex: 1 1 100%; }
  .cta-actions { width: 100%; }
  .cta-actions .btn { flex: 1 1 100%; }
}
