/* ============================================================
   BARNSTAPLE CLEANING — style.css
  Font: Plus Jakarta Sans + DM Serif Display (Google Fonts)
  Palette: #0047CC (Royal Blue) | #001B4E (Dark Navy) | #0A0A0A | #F7F9FC | #FFFFFF | #222222
============================================================ */

/* ── RESET ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: #222222;
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 24%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button, input, select, textarea { font-family: inherit; }

/* ── VARIABLES ──────────────────────────────────────────── */
:root {
  --navy:       #0047CC;
  --navy-dark:  #001B4E;
  --navy-deep:  #001B4E;
  --black:      #0A0A0A;
  --white:      #ffffff;
  --grey-bg:    #F7F9FC;
  --soft-grey:  #F2F2F2;
  --border:     #DEDEDE;
  --text:       #222222;
  --muted:      #666666;
  --muted-2:    #5d6a7e;
  --gold:       #FBBC05;
  --container:  1200px;
  --radius-sm:  10px;
  --radius-md:  16px;
  --radius-lg:  22px;
  --shadow-soft: 0 16px 45px rgba(3, 28, 78, 0.08);
  --shadow-card: 0 12px 30px rgba(4, 31, 87, 0.12);
}

/* ── CONTAINER ──────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

/* ── BUTTONS ────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
  line-height: 1;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14); }
.btn-navy          { background: var(--navy);  color: #fff; border-color: var(--navy); }
.btn-navy:hover    { background: var(--navy-dark); border-color: var(--navy-dark); }
.btn-navy-outline  { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-navy-outline:hover { background: var(--navy); color: #fff; }
.btn-dark          { background: #001b4e; color: #fff; border-color: #001b4e; }
.btn-dark:hover    { background: #002b7a; border-color: #002b7a; }
.btn-outline-dark  { background: transparent; color: #001b4e; border-color: #001b4e; }
.btn-outline-dark:hover { background: #001b4e; color: #fff; }
.btn-white         { background: #fff; color: var(--navy); border-color: #fff; font-weight: 700; }
.btn-white:hover   { background: #f0f0f0; border-color: #f0f0f0; }

/* ── SECTION TITLE ──────────────────────────────────────── */
.section-title {
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--navy);
  margin-bottom: 6px;
}
.section-sub {
  font-size: 0.88rem;
  color: var(--muted-2);
  margin-bottom: 24px;
}

/* =============================================================
   0. SITE HEADER & NAV
============================================================= */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e3eaf5;
  position: sticky;
  top: 0;
  z-index: 200;
}
.site-header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.site-header-logo .logo-svg {
  width: 240px;
  height: auto;
}
.site-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.header-phone svg { flex-shrink: 0; }
.header-phone-num {
  display: block;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 800;
  color: #001b4e;
  line-height: 1.1;
  letter-spacing: -0.3px;
}
.header-phone-sub {
  display: block;
  font-size: 0.68rem;
  color: var(--muted);
}
.header-ctas { display: flex; gap: 8px; }
.site-nav {
  background: #fff;
  border-top: 1px solid #eaeff8;
  border-bottom: 2px solid #d0defc;
}
.site-nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-nav a {
  padding: 12px 18px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--navy-dark);
  transition: color 0.2s;
  white-space: nowrap;
}
.site-nav a:hover { color: var(--navy); }

/* =============================================================
   1. HERO LOGO
============================================================= */
.hero-logo {
  max-width: 360px;
  margin-bottom: 28px;
}
.logo-svg {
  width: 100%;
  height: auto;
  display: block;
}
/* =============================================================
   2. HERO SECTION
============================================================= */
.hero-section {
  position: relative;
  padding: 44px 20px 48px;
  background: #ffffff;
  overflow: hidden;
}
.hero-glow { display: none; }
.hero-inner {
  max-width: var(--container);
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero-grid {
  display: grid;
  grid-template-columns: 48fr 52fr;
  gap: 40px;
  align-items: stretch;
  min-height: 540px;
}

.hero-left {
  padding-right: 12px;
}
.hero-h1 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0;
  color: #001b4e;
}
.hero-h1 strong {
  display: block;
  color: #0047cc;
  font-weight: 700;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  line-height: 1.15;
}
.hero-h1::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #0047cc;
  margin-top: 14px;
  margin-bottom: 18px;
  border-radius: 2px;
}
.hero-desc {
  font-size: 0.95rem;
  color: #1f2f49;
  margin-bottom: 24px;
  line-height: 1.65;
}

.hero-stats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.hero-stat {
  background: #fff;
  border: 1px solid #dce6f6;
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  min-width: 130px;
  box-shadow: 0 8px 22px rgba(0, 40, 110, 0.08);
}
.hero-stat-num {
  display: block;
  color: var(--navy);
  font-weight: 800;
  font-size: 0.88rem;
  line-height: 1.2;
}
.hero-stat-label {
  display: block;
  font-size: 0.68rem;
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

/* Trust badges */
.trust-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}
.trust-icon {
  color: var(--navy);
  flex-shrink: 0;
  margin-top: 2px;
}
.trust-label {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--navy);
  display: block;
  margin-bottom: 3px;
}
.trust-desc {
  font-size: 0.68rem;
  color: var(--muted);
  line-height: 1.4;
}

/* Hero CTAs */
.hero-ctas {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.hero-ctas .btn {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  font-size: 0.72rem;
  padding: 14px 10px;
  letter-spacing: 0.6px;
}

/* Google rating (hero) */
.hero-google-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.stars { color: var(--gold); font-size: 1.05rem; letter-spacing: 2px; }
.rating-text { font-size: 0.8rem; font-weight: 600; }
.g-logo { font-size: 1.1rem; font-weight: 700; letter-spacing: -0.5px; }
.g-blue   { color: #4285F4; }
.g-red    { color: #EA4335; }
.g-yellow { color: #FBBC05; }
.g-green  { color: #34A853; }

/* Hero Right – phone/buttons bar + Quote Form */
.hero-right {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.quote-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: nowrap;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #d9e3f5;
  margin-bottom: 8px;
}
.quote-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}
.quote-phone svg { flex-shrink: 0; }
.quote-phone-num {
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 700;
  color: var(--black);
  display: block;
  line-height: 1.1;
}
.quote-phone-sub {
  font-size: 0.68rem;
  color: var(--muted);
  display: block;
}
.quote-top-ctas { display: flex; gap: 8px; flex-wrap: wrap; flex-shrink: 0; }


/* Quote card (navy background) */
.quote-card {
  background: linear-gradient(170deg, #0047cc 0%, #0038a7 50%, #001b4e 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 14px;
  box-shadow: var(--shadow-card);
}
.quote-card-head {
  padding: 24px 24px 16px;
  text-align: center;
  background: transparent;
}
.quote-card-head h2 {
  color: #fff;
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
.quote-card-head p {
  color: rgba(255,255,255,0.85);
  font-size: 0.84rem;
}
.quote-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 14px 8px;
}
.field-wrap { position: relative; }
.field-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #bbb;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.field-wrap.area-wrap .field-icon { top: 14px; transform: none; }
.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 14px 12px 14px 40px;
  background: #fff;
  border: none;
  font-size: 0.83rem;
  color: var(--text);
  outline: none;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  transition: box-shadow 0.2s;
}
.form-select {
  padding-left: 12px;
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}
.form-textarea {
  padding: 12px 12px 12px 40px;
  resize: vertical;
  min-height: 88px;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  box-shadow: 0 0 0 2px rgba(255,255,255,0.5) inset;
}
.form-input::placeholder, .form-textarea::placeholder { color: #aaa; }
.form-submit {
  width: 100%;
  padding: 18px;
  background: #001b4e;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid rgba(255,255,255,0.2);
  cursor: pointer;
  margin-top: 10px;
  border-radius: 8px;
  transition: background 0.2s, transform 0.2s;
}
.form-submit:hover { background: #002b7a; transform: translateY(-1px); }
.form-privacy {
  color: rgba(255,255,255,0.85);
  font-size: 0.7rem;
  text-align: center;
  padding: 12px 20px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--navy);
}

/* Error / success states */
.field-error {
  display: none;
  font-size: 0.68rem;
  color: #ffd0d0;
  padding: 3px 6px 4px;
  background: rgba(0,0,0,0.15);
}
.field-wrap.has-error .field-error { display: block; }
.field-wrap.has-error .form-input,
.field-wrap.has-error .form-select,
.field-wrap.has-error .form-textarea {
  box-shadow: 0 0 0 2px #ff6b6b inset;
}
.form-success {
  display: none;
  background: rgba(0,0,0,0.2);
  color: #fff;
  text-align: center;
  padding: 24px 20px 20px;
  font-size: 0.92rem;
  font-weight: 600;
  margin: 0 14px 14px;
  border-radius: 4px;
}
.form-success p {
  color: rgba(255,255,255,0.85);
  font-size: 0.78rem;
  font-weight: 400;
  margin: 6px 0 16px;
}
.btn-back {
  display: inline-block;
  background: #fff;
  color: var(--navy);
  border: 2px solid #fff;
  padding: 9px 22px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: background .2s, color .2s;
}
.btn-back:hover { background: rgba(255,255,255,0.85); }
.form-error {
  background: #fff3f3;
  color: #a50d26;
  border: 1px solid #f5c6cb;
  border-radius: 3px;
  padding: 12px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  margin: 0 14px 14px;
}

/* =============================================================
   3. SERVICES SECTION
============================================================= */
.services-section {
  padding: 48px 20px 46px;
  background: #ffffff;
  border-top: 1px solid var(--border);
  text-align: center;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  background: transparent;
  border: none;
  margin-top: 0;
}
.service-card {
  background: #fff;
  padding: 30px 16px 24px;
  text-align: center;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e3eaf7;
  border-radius: var(--radius-md);
  box-shadow: 0 8px 24px rgba(6, 33, 89, 0.06);
}
.service-card:hover {
  background: #f8fbff;
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(7, 39, 102, 0.13);
}
.service-icon {
  color: var(--navy);
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.service-icon img {
  /* Convert black SVG paths to brand Royal Blue #0047CC */
  filter: brightness(0) saturate(100%) invert(19%) sepia(63%) saturate(1400%) hue-rotate(206deg) brightness(88%) contrast(96%);
  display: block;
}
.service-name {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  line-height: 1.35;
  color: var(--text);
}
.service-desc {
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.55;
  flex: 1;
}
.service-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s;
  white-space: nowrap;
}
.service-link:hover { color: var(--navy-dark); }

/* =============================================================
   4. WHY CHOOSE SECTION
============================================================= */
.why-section {
  padding: 0;
  background: #fff;
  border-top: 1px solid #e3eaf5;
}
.why-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}
.why-photo {
  position: relative;
  overflow: hidden;
}
.why-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.why-content {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f9fbff;
  border-left: 1px solid #e3eaf5;
}
.why-title {
  font-size: clamp(0.88rem, 1.7vw, 1.1rem);
  color: #001b4e;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.why-title-bar {
  display: block;
  width: 40px;
  height: 3px;
  background: #0047cc;
  border-radius: 2px;
  margin-bottom: 16px;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
}
.why-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.why-check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: #0047cc;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  margin-top: 1px;
}
.why-item-title {
  font-size: 0.72rem;
  font-weight: 800;
  color: #001b4e;
  margin-bottom: 3px;
  line-height: 1.35;
}
.why-item-desc {
  font-size: 0.66rem;
  color: #1b1b1b;
  line-height: 1.45;
}

/* =============================================================
   5. REFERENCE SHOWCASE SECTION
============================================================= */
.proof-section {
  padding: 38px 20px 46px;
  background: #f5f5f5;
}
.proof-frame {
  max-width: var(--container);
  margin: 0 auto;
  border: 1px solid #c8d9f3;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 27, 78, 0.08);
  display: grid;
  grid-template-columns: 22fr 38fr 40fr;
  overflow: hidden;
  min-height: 380px;
}
.proof-photo {
  position: relative;
  border-right: 1px solid #deebfb;
  border-bottom: 1px solid #deebfb;
  min-height: 320px;
}
.proof-photo img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.proof-why {
  padding: 24px 24px 18px;
  border-bottom: 1px solid #deebfb;
}
.proof-title {
  font-size: clamp(0.88rem, 1.7vw, 1.1rem);
  color: #001b4e;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.proof-title-center { text-align: center; }
.proof-title-bar {
  display: block;
  width: 40px;
  height: 3px;
  background: #0047cc;
  border-radius: 2px;
  margin-bottom: 10px;
}
.proof-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 14px;
}
.proof-why-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.proof-check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: #0047cc;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  margin-top: 1px;
}
.proof-why-title {
  font-size: 0.72rem;
  line-height: 1.35;
  font-weight: 800;
  color: #001b4e;
  margin-bottom: 3px;
}
.proof-why-desc {
  font-size: 0.66rem;
  line-height: 1.45;
  color: #1b1b1b;
}

.proof-coverage {
  background: #0047cc;
  color: #fff;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(0,0,0,0.08);
}
.proof-coverage-title {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 800;
  margin-bottom: 2px;
}
.proof-coverage-sub {
  font-size: 0.64rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 10px;
}
.proof-areas-cols {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.proof-areas-list {
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.proof-areas-list li {
  font-size: 0.68rem;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.3;
}
.pin-icon {
  width: 12px !important;
  height: 14px !important;
  min-width: 12px;
  flex-shrink: 0;
  display: inline-block;
}
/* Map middle column */
.proof-map-col {
  position: relative;
  overflow: hidden;
  background: #e8f0fe;
  border-left: 1px solid #c8d9f3;
  border-right: 1px solid #c8d9f3;
}
.proof-map-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.proof-reviews {
  padding: 20px 16px 16px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
}
.proof-reviews .proof-title {
  text-align: center;
  margin-bottom: 12px;
  font-size: 1rem;
}
/* Review slider */
.proof-slider {
  flex: 1;
  position: relative;
}
.proof-slide {
  display: none;
}
.proof-slide.active {
  display: block;
}
.proof-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.proof-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #c8d9f3;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}
.proof-dot.active {
  background: #0047cc;
}
.proof-review-card {
  border: 1px solid #d6deed;
  border-radius: 9px;
  padding: 10px 9px;
  background: #fff;
}
.proof-stars {
  color: #FBBC05;
  letter-spacing: 1px;
  font-size: 0.8rem;
  margin-bottom: 6px;
}
.proof-review-text {
  font-size: 0.63rem;
  color: #1b1b1b;
  line-height: 1.45;
  font-style: italic;
  margin-bottom: 8px;
}
.proof-review-author {
  font-size: 0.63rem;
  font-weight: 700;
  color: #001b4e;
}
.proof-rating {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.72rem;
  font-weight: 700;
  color: #001b4e;
  padding-top: 10px;
  border-top: 1px solid #e2eaf5;
}

/* =============================================================
   5. TESTIMONIALS SECTION
============================================================= */
.testi-section {
  padding: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border-top: 1px solid var(--border);
}
.testi-inner {
  display: grid;
  grid-template-columns: 1fr 42%;
  max-width: var(--container);
  margin: 0 auto;
  width: 100%;
}
.testi-left {
  padding: 44px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
}
.testi-left .section-title { text-align: left; margin-bottom: 16px; }
.review-slider {
  position: relative;
  padding: 0 40px;
  margin-bottom: 20px;
  overflow: hidden;
}
.review-slider-window { overflow: hidden; width: 100%; }
.review-slider-track {
  display: flex;
  transition: transform .42s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #d8e2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: #222;
  transition: background .2s, border-color .2s, color .2s;
  padding: 0;
}
.slider-prev { left: 0; }
.slider-next { right: 0; }
.testi-slide { flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; }
.slider-dots { display:flex; gap:7px; flex-wrap:wrap; padding:0 40px; margin-bottom:8px; }
.s-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #DEDEDE; border: none; cursor: pointer;
  padding: 0; transition: background .2s, transform .2s;
}
.s-dot.active { background: var(--navy); transform: scale(1.3); }
#sliderPrev:hover, #sliderNext:hover {
  background: var(--navy) !important;
  border-color: var(--navy) !important;
  color: #fff !important;
}
.testi-card {
  border: 1px solid #dce6f8;
  border-radius: var(--radius-md);
  padding: 20px 18px 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
  box-shadow: 0 8px 24px rgba(8, 38, 98, 0.07);
}
.tc-stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 10px; }
.tc-text {
  font-size: 0.8rem;
  font-style: italic;
  color: var(--text);
  line-height: 1.65;
  margin-bottom: 12px;
  flex: 1;
}
.tc-author { font-size: 0.8rem; font-weight: 700; color: var(--text); }
.testi-google {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.testi-google .stars { color: var(--gold); letter-spacing: 2px; }
.testi-google .rating-text { font-size: 0.82rem; font-weight: 600; }

/* Cleaner photo */
.testi-photo {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border-left: 1px solid #e2eaf7;
}
.testi-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* =============================================================
  6. COVERAGE + WHY CHOOSE SECTION
============================================================= */
.coverage-section {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.coverage-why {
  display: grid;
  grid-template-columns: 26% 30% 44%;
  align-items: stretch;
  max-width: var(--container);
  margin: 0 auto;
}

/* Coverage panel (navy background) */
.coverage-panel {
  background: linear-gradient(165deg, #003db3 0%, #001b4e 100%);
  color: #fff;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.coverage-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.coverage-panel h3 {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}
.coverage-text > p {
  font-size: 0.74rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 16px;
}
.areas-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 10px;
  margin-bottom: 18px;
}
.area-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.74rem;
  color: rgba(255,255,255,0.95);
}
.area-item svg { flex-shrink: 0; }

/* Map column */
.map-wrap {
  background: #f6faff;
  padding: 20px;
  overflow: hidden;
  min-width: 0;
  display: flex;
  align-items: center;
}
.map-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
}

/* Why panel */
.why-panel {
  background: #fff;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why-panel .section-title { text-align: left; margin-bottom: 16px; font-size: 0.85rem; }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}
.why-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #f8fbff;
  border: 1px solid #e2ebf8;
  border-radius: 12px;
  padding: 12px;
}
.why-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.why-title {
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 3px;
  color: var(--text);
  line-height: 1.3;
}
.why-desc {
  font-size: 0.68rem;
  color: var(--muted);
  line-height: 1.55;
}

/* =============================================================
  7. CTA STRIP
============================================================= */
.cta-strip {
  background: linear-gradient(90deg, #001b4e 0%, #003db3 50%, #0047cc 100%);
  padding: 26px 20px;
}
.cta-strip-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cta-strip-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cta-phone-circle {
  width: 54px;
  height: 54px;
  min-width: 54px;
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cta-strip-text h3 {
  color: #fff;
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 3px;
}
.cta-strip-text p {
  color: rgba(255,255,255,0.7);
  font-size: 0.76rem;
}
.cta-strip-phone {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cta-phone-num {
  display: block;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1;
  margin-bottom: 4px;
  text-decoration: none;
}
.cta-phone-sub {
  color: rgba(255,255,255,0.55);
  font-size: 0.7rem;
}
.cta-strip-btn { padding: 14px 30px; font-size: 0.8rem; }

/* =============================================================
  8. FOOTER
============================================================= */
.site-footer {
  background: radial-gradient(circle at 10% 10%, #1a1a1a 0%, #111 45%);
  border-top: 1px solid #232323;
  padding: 30px 20px;
}
.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.footer-logo-svg {
  width: 180px;
  height: auto;
  display: block;
}
.footer-center { text-align: center; flex: 1; min-width: 0; }
.footer-copy {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 7px;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
.footer-links a { font-size: 0.72rem; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.footer-links .sep { color: rgba(255,255,255,0.3); font-size: 0.72rem; }
.footer-address { font-size: 0.67rem; color: rgba(255,255,255,0.4); line-height: 1.7; }
.footer-social {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.65);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.footer-social a:hover { background: var(--navy); border-color: var(--navy); color: #fff; }

/* =============================================================
   RESPONSIVE — 991px (Tablet)
============================================================= */
@media (max-width: 991px) {
  .site-header-logo .logo-svg { width: 180px; }
  .header-phone-num { font-size: 1.1rem; }
  .header-ctas { display: none; }
  .site-nav { display: none; }
  .logo-svg { width: 100%; }
  .hero-left { padding-right: 0; flex-direction: column; justify-content: flex-start; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 24px; }
  .hero-glow { right: -280px; top: -320px; }
  .hero-right { flex-direction: column; }
  .quote-top { justify-content: flex-start; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .testi-inner { grid-template-columns: 1fr; }
  .testi-photo { min-height: 340px; position: relative; height: 340px; }
  .testi-photo img { position: absolute; }
  .coverage-why { grid-template-columns: 1fr; }
  .map-wrap { padding: 16px; min-height: 260px; align-items: stretch; }
  .map-wrap img { height: 100%; object-fit: cover; }
  .why-panel { padding: 36px 28px; }
  .cta-strip-inner { flex-direction: column; align-items: flex-start; gap: 16px; }

  .site-header-logo .logo-svg { width: 160px; }
  .header-ctas { display: none; }
  .site-nav { display: none; }
  .why-inner { grid-template-columns: 1fr; }
  .why-photo { min-height: 280px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .proof-frame { grid-template-columns: 1fr; min-height: auto; }
  .proof-coverage { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
  .proof-map-col { min-height: 260px; }
}

/* =============================================================
   RESPONSIVE — 767px
============================================================= */
@media (max-width: 767px) {
  .site-header-inner { padding: 10px 16px; }
  .site-header-logo .logo-svg { width: 150px; }
  .header-phone-sub { display: none; }
  .hero-section { padding: 26px 16px 34px; }
  .hero-stats { gap: 8px; }
  .hero-stat { min-width: calc(50% - 4px); }
  .testi-left { padding: 32px 20px 28px; }
  .review-slider { padding: 0 34px; }
  .slider-dots { padding: 0 34px; }
  .why-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: center; }

  .proof-section { padding: 28px 14px 34px; }
  .proof-why { padding: 16px 14px 14px; }
  .proof-why-grid { grid-template-columns: 1fr; }
  .proof-reviews-grid { grid-template-columns: 1fr; }
}

/* =============================================================
   RESPONSIVE — 575px
============================================================= */
@media (max-width: 575px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { flex: none; width: 100%; font-size: 0.78rem; padding: 13px 24px; letter-spacing: 1px; }
  .trust-row { gap: 10px; }
  .trust-item { flex: 1 1 calc(33.333% - 7px); min-width: 0; }
  .hero-stat { min-width: 100%; }
  .areas-list { grid-template-columns: 1fr; }
  .cta-strip-inner { text-align: center; justify-content: center; }
  .cta-strip-left { flex-direction: column; align-items: center; text-align: center; }
  .cta-strip-phone { width: 100%; }
  .hero-section { padding: 20px 14px 28px; }
  .quote-card-head { padding: 18px 16px 12px; }
  .logo-svg { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 420px) {
  .services-grid { grid-template-columns: 1fr; }
}
