/* ==========================================================================
   SOUTH FLORIDA CLEAR WINDOWS
   Palette and type pulled from the logo: electric blue, near-black, silver,
   heavy condensed display face.
   ========================================================================== */

:root {
  --ink: #091524;
  --ink-2: #102138;
  --deep-top: #17324f;
  --deep-mid: #0e1e33;
  --deep-end: #102138;
  --navy: #0b1730;
  --blue: #0f86e8;
  --blue-bright: #2ab7ff;
  --blue-dark: #0a5cbd;
  --aqua: #31d3e8;
  --gray: #f1f5fb;
  --gray-2: #e8eff8;
  --text: #16202f;
  --muted: #5c6b80;
  --white: #ffffff;
  --line: #e2e9f3;
  --shadow: 0 24px 70px rgba(9, 21, 36, 0.16);
  --shadow-blue: 0 18px 40px rgba(15, 134, 232, 0.3);
  --radius: 20px;
  --display: "Barlow Condensed", "Oswald", "DejaVu Sans Condensed", "Arial Narrow", system-ui, sans-serif;
  --body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; }

/* Prevent third-party embeds (like the Google Reviews widget) from forcing horizontal overflow on mobile */
.sk-ww-google-reviews, .sk-ww-google-reviews * { max-width: 100% !important; }
.sk-ww-google-reviews img { width: auto !important; }
iframe { max-width: 100%; }

/* ------------------------------------------------------------------ type */
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 18px;
  text-wrap: balance;
  font-family: var(--display);
  font-size: clamp(48px, 6.6vw, 88px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--navy);
}
h2 {
  margin-bottom: 14px;
  font-family: var(--display);
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--navy);
}
h3 {
  margin-bottom: 10px;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: var(--navy);
}
.service-card h3,
.local-detail-card h3 { text-transform: uppercase; letter-spacing: 0.035em; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--blue);
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 15px;
}
/* speed-dash motif lifted straight off the logo lockup */
.eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--aqua), var(--blue));
  transform: skewX(-24deg);
}
.reviews-heading .eyebrow,
.pricing-heading .eyebrow { justify-content: center; }

/* ------------------------------------------------------------ top offer */
.top-special {
  position: relative;
  width: 100%;
  padding: 12px 6vw;
  background: linear-gradient(100deg, var(--ink) 0%, var(--blue-dark) 45%, var(--blue) 72%, var(--blue-bright) 100%);
  color: var(--white);
  text-align: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  overflow: hidden;
}

/* ---------------------------------------------------------------- header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 6vw;
  background: rgba(11, 25, 42, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.brand-logo {
  width: 86px;
  height: auto;
  object-fit: contain;
}
.brand-text strong {
  display: block;
  color: var(--white);
  font-family: var(--display);
  font-weight: 800;
  font-size: 22px;
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.brand-text em {
  display: block;
  color: var(--blue-bright);
  font-family: var(--display);
  font-style: normal;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  margin-top: 2px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--display);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
nav a { transition: color .18s ease; }
nav a:hover { color: var(--blue-bright); }

.contact-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.phone-number {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.call-link, .text-link {
  padding: 9px 17px;
  border-radius: 999px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease;
}
.call-link {
  background: linear-gradient(135deg, var(--blue-bright), var(--blue) 60%, var(--blue-dark));
  color: var(--white);
  box-shadow: 0 10px 22px rgba(15, 134, 232, 0.32);
}
.text-link {
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.call-link:hover, .text-link:hover { transform: translateY(-1px); }
.mobile-header-cta { display: none; }

/* ------------------------------------------------------------------ hero */
.section-pad { padding: 88px 6vw; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  gap: 56px;
  align-items: center;
  padding-bottom: 150px;
  background:
    radial-gradient(1100px 520px at 78% 6%, rgba(42, 183, 255, 0.28), transparent 62%),
    radial-gradient(760px 420px at 6% 96%, rgba(49, 211, 232, 0.17), transparent 65%),
    linear-gradient(168deg, var(--deep-top) 0%, var(--deep-mid) 58%, var(--deep-end) 100%);
  overflow: hidden;
}
/* angled glass-shine sweep */
.hero::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -12%;
  width: 62%;
  height: 170%;
  pointer-events: none;
  background: linear-gradient(102deg, transparent 42%, rgba(255, 255, 255, 0.055) 50%, transparent 58%);
  transform: rotate(-6deg);
}
/* wave break into the next section */
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(56px, 7vw, 104px);
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 110' preserveAspectRatio='none'%3E%3Cpath d='M0 55C240 100 480 10 720 45S1200 110 1440 55L1440 110L0 110Z' fill='%23f1f5fb'/%3E%3C/svg%3E") bottom / 100% 100% no-repeat;
}
.hero > * { position: relative; z-index: 1; }

.hero .eyebrow { color: var(--blue-bright); }
.hero h1 { color: var(--white); }
.hero h1.fit-line { white-space: nowrap; text-wrap: nowrap; }
.hero h1 .accent {
  background: linear-gradient(96deg, var(--blue-bright), var(--aqua));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text, .section-heading p, .split p, .about p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}
.hero-text { max-width: 620px; color: rgba(226, 236, 248, 0.82); }
.hero-text strong { color: var(--white); font-weight: 800; }
.hero .phone-number { color: rgba(255, 255, 255, 0.78); font-size: 21px; }

.cta-row { margin-top: 28px; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-family: var(--display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn.primary {
  background: linear-gradient(135deg, var(--blue-bright), var(--blue) 55%, var(--blue-dark));
  color: var(--white);
  box-shadow: var(--shadow-blue);
}
.btn.primary:hover { transform: translateY(-2px); box-shadow: 0 22px 46px rgba(15, 134, 232, 0.4); }
.btn.secondary {
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.btn.secondary:hover { background: rgba(255, 255, 255, 0.16); transform: translateY(-2px); }

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.trust-row span {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  font-size: 14px;
}
.city-list span, .city-list a.city-pill {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--navy);
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  transition: border-color .18s ease, color .18s ease, transform .18s ease;
}
.city-list a.city-pill { border-color: rgba(15, 134, 232, 0.35); color: var(--blue-dark); }
.city-list a.city-pill:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }

.rating-badge {
  color: #ffbb33 !important;
  border-color: rgba(255, 187, 51, 0.4) !important;
  background: rgba(255, 187, 51, 0.1) !important;
  font-weight: 800;
}

.hero-form {
  display: grid;
  gap: 14px;
  margin-top: 30px;
  padding: 26px;
  border-radius: 24px;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
}
.hero-card { position: relative; }
.hero-card::before {
  content: "";
  position: absolute;
  inset: -14px -14px 18px 14px;
  border-radius: 34px;
  background: linear-gradient(150deg, rgba(42, 183, 255, 0.5), rgba(49, 211, 232, 0.14) 55%, transparent);
  filter: blur(2px);
}
.hero-card img {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.5);
  max-height: 820px;
  object-fit: cover;
  object-position: center 38%;
}

/* -------------------------------------------------------------- sections */
.section-heading { max-width: 780px; margin-bottom: 38px; }
.reviews-heading { max-width: 900px; margin-left: auto; margin-right: auto; text-align: center; }
.services { background: var(--gray); }
.areas {
  background:
    radial-gradient(700px 320px at 88% 0%, rgba(15, 134, 232, 0.08), transparent 60%),
    var(--gray);
}
.reviews { background: var(--gray); }

.pricing { background: var(--white); text-align: center; }
.pricing-heading { margin-left: auto; margin-right: auto; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 840px;
  margin: 0 auto;
}
.pricing-card {
  position: relative;
  padding: 34px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--gray);
  box-shadow: 0 12px 34px rgba(4, 7, 15, 0.05);
  overflow: hidden;
}
.pricing-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--aqua), var(--blue));
}
.pricing-card.featured {
  background:
    radial-gradient(520px 260px at 80% 0%, rgba(42, 183, 255, 0.26), transparent 62%),
    linear-gradient(160deg, var(--ink-2), var(--ink));
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 58px rgba(4, 7, 15, 0.34);
}
.pricing-label {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.pricing-card.featured .pricing-label { color: var(--blue-bright); }
.pricing-card strong {
  display: block;
  color: var(--navy);
  font-family: var(--display);
  font-size: 62px;
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0.01em;
}
.pricing-card.featured strong { color: var(--white); }
.pricing-card strong small {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: .7;
}
.pricing-card p { margin: 12px 0 0; color: var(--muted); }
.pricing-card.featured p { color: rgba(255, 255, 255, 0.74); }
.pricing-includes {
  margin: 26px 0 8px;
  color: var(--navy);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pricing-note {
  max-width: 820px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

/* ------------------------------------------------------------------- faq */
.faq { background: var(--white); }
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  transition: border-color .18s ease;
}
.faq-item:hover { border-color: rgba(15, 134, 232, 0.45); }
.faq-item h3 { font-size: 22px; margin-bottom: 8px; }
.faq-item p { margin: 0; color: var(--muted); line-height: 1.68; }
.faq-item a { color: var(--blue-dark); font-weight: 700; }
.faq-item a:hover { text-decoration: underline; }

.consent-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--body);
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--muted);
  margin: 4px 0;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
}
.consent-checkbox input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  accent-color: var(--blue);
}
.consent-checkbox a { color: var(--blue-dark); font-weight: 700; }
.consent-note {
  margin: 0;
  font-family: var(--body);
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  color: var(--muted);
}
.consent-note a { color: var(--blue-dark); font-weight: 700; }
.consent-note a:hover { text-decoration: underline; }

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

/* City pages: useful local guidance, process and answers */
.local-guide { background: var(--white); }
.city-process { background: var(--gray); }
.city-faq { background: var(--white); }
.local-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.local-detail-card {
  position: relative;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(4, 7, 15, 0.05);
  overflow: hidden;
}
.local-detail-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--aqua), var(--blue));
  opacity: .85;
}
.local-detail-card p,
.process-list span,
.faq-grid p,
.nearby-links p {
  color: var(--muted);
  line-height: 1.65;
}
.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: city-step;
}
.process-list li {
  counter-increment: city-step;
  padding: 30px 28px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(4, 7, 15, 0.04);
}
.process-list li::before {
  content: counter(city-step);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-bright), var(--blue-dark));
  color: var(--white);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(15, 134, 232, 0.3);
}
.process-list strong,
.process-list span { display: block; }
.process-list strong {
  margin-bottom: 8px;
  color: var(--navy);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.faq-grid details {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  transition: border-color .18s ease;
}
.faq-grid details[open] { border-color: rgba(15, 134, 232, 0.4); }
.faq-grid summary {
  cursor: pointer;
  color: var(--navy);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.faq-grid p { margin: 14px 0 0; }
.nearby-links {
  margin-top: 28px;
  padding: 24px;
  border-left: 4px solid var(--blue);
  border-radius: 0 16px 16px 0;
  background: linear-gradient(90deg, rgba(15, 134, 232, 0.07), rgba(15, 134, 232, 0.01));
}
.nearby-links p { margin-bottom: 10px; }
.nearby-links a { color: var(--blue-dark); font-weight: 800; }
.nearby-links a:hover { text-decoration: underline; }

.review-grid-four { grid-template-columns: repeat(4, 1fr); }
.service-card, .review-grid figure, .about-box {
  margin: 0;
  padding: 30px 28px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(4, 7, 15, 0.05);
}
.service-card {
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--aqua), var(--blue));
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(4, 7, 15, 0.1); }
.service-card p, .review-grid blockquote, .review-grid figcaption, .area-note {
  color: var(--muted);
  line-height: 1.65;
}
.service-card.highlight {
  background:
    radial-gradient(460px 240px at 85% 0%, rgba(42, 183, 255, 0.28), transparent 60%),
    linear-gradient(160deg, var(--ink-2), var(--ink));
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.12);
}
.service-card.highlight::before { background: linear-gradient(90deg, var(--blue-bright), var(--aqua)); }
.service-card.highlight h3 { color: var(--white); }
.service-card.highlight p { color: rgba(255, 255, 255, 0.76); }
.mini-link {
  display: inline-block;
  margin-top: 4px;
  color: var(--blue-bright);
  font-family: var(--display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mini-link:hover { color: var(--aqua); }

/* ---------------------------------------------------------------- why us */
.split {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 46px;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  background:
    radial-gradient(760px 400px at 12% 12%, rgba(42, 183, 255, 0.26), transparent 62%),
    radial-gradient(620px 340px at 92% 90%, rgba(49, 211, 232, 0.16), transparent 64%),
    linear-gradient(165deg, var(--deep-top), var(--deep-mid) 62%, var(--deep-end));
  overflow: hidden;
}
.split::before,
.split::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: clamp(48px, 6vw, 92px);
  pointer-events: none;
  z-index: 2;
}
.split::before {
  top: -1px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 110' preserveAspectRatio='none'%3E%3Cpath d='M0 55C240 100 480 10 720 45S1200 110 1440 55L1440 0L0 0Z' fill='%23ffffff'/%3E%3C/svg%3E") top / 100% 100% no-repeat;
}
.split::after {
  bottom: -1px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 110' preserveAspectRatio='none'%3E%3Cpath d='M0 62C220 18 460 104 720 62S1220 6 1440 50L1440 110L0 110Z' fill='%23ffffff'/%3E%3C/svg%3E") bottom / 100% 100% no-repeat;
}
.split > * { position: relative; z-index: 1; }
.split .eyebrow { color: var(--blue-bright); }
.split h2 { color: var(--white); }
.split p { color: rgba(226, 236, 248, 0.76); }

.trust-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 16px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
}
.trust-card div {
  padding: 24px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.trust-card strong {
  display: block;
  color: var(--white);
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.trust-card span { color: rgba(226, 236, 248, 0.66); font-size: 15px; line-height: 1.5; }

.city-list { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.area-note { margin-top: 24px; }

/* ----------------------------------------------------------------- about */
.about { background: var(--white); }
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 38px;
  align-items: center;
}
.about-box {
  max-width: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--aqua), var(--blue));
}
.about-box p:last-child { margin-bottom: 0; }
.about-photo img {
  border-radius: 24px;
  box-shadow: var(--shadow);
  max-height: 640px;
  object-fit: cover;
}

.review-grid blockquote { margin: 0; font-size: 15px; }
.review-grid figcaption { font-weight: 900; color: var(--navy); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.stars { color: #ffbb33; letter-spacing: 1px; margin-bottom: 14px; font-size: 18px; }

/* Keep third-party review initials and profile images circular. */
.sk-ww-google-reviews [class*="avatar"],
.sk-ww-google-reviews [class*="profile-image"],
.sk-ww-google-reviews [class*="profile_picture"],
.sk-ww-google-reviews [class*="reviewer-photo"],
.sk-ww-google-reviews .review-avatar-normalized {
  border-radius: 50% !important;
  clip-path: circle(50%) !important;
  overflow: hidden !important;
  transform: none !important;
}
.sk-ww-google-reviews .review-avatar-normalized {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  background: var(--navy) !important;
  color: var(--white) !important;
  font-weight: 800 !important;
}
.sk-ww-google-reviews .review-avatar-normalized * {
  background: transparent !important;
  color: inherit !important;
  border: 0 !important;
  border-radius: 50% !important;
  clip-path: none !important;
  transform: none !important;
}

.quote-success {
  margin-top: 28px;
  padding: 24px;
  border-radius: 22px;
  background: #eefbf2;
  border: 1px solid #bfe9cd;
  color: #14532d;
  font-weight: 700;
  text-align: center;
}

/* --------------------------------------------------------- before/after */
.before-after { background: var(--white); }
.before-after-photo {
  position: relative;
  max-width: 900px;
  max-height: 620px;
  margin: 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.before-after-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }

/* "Get free estimate" block that sits under the before/after shot */
.estimate-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
  text-align: center;
}
.btn.estimate {
  min-height: 62px;
  padding: 0 46px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue-bright) 0%, var(--blue) 52%, var(--blue-dark) 100%);
  color: var(--white);
  font-size: 24px;
  letter-spacing: 0.16em;
  box-shadow: 0 18px 40px rgba(15, 134, 232, 0.34);
}
.btn.estimate:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(15, 134, 232, 0.44);
}
.estimate-note {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
}

.review-summary-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.review-summary-rating {
  color: #ffbb33;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-summary-rating span { color: var(--navy); font-size: 15px; }
.review-cta { min-height: 46px; padding: 0 20px; font-size: 17px; }

.google-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--line);
  color: #4285F4;
  font-weight: 900;
  font-size: 12px;
}

/* ----------------------------------------------------------------- forms */
form { display: grid; gap: 14px; }
label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-family: var(--display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 15px;
  font-family: var(--body);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text);
  background: #f8fbff;
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease;
}
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(15, 134, 232, 0.12); }
textarea { resize: vertical; }
form .btn { width: 100%; }

/* ---------------------------------------------------------------- footer */
.footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 34px 6vw 90px;
  background:
    radial-gradient(680px 300px at 12% 0%, rgba(15, 134, 232, 0.24), transparent 64%),
    var(--deep-mid);
  color: rgba(226, 236, 248, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer p { margin: 0; }
.footer a { color: var(--white); font-family: var(--display); font-size: 19px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.footer a:hover { color: var(--blue-bright); }
.footer .phone-number { color: rgba(255, 255, 255, 0.7); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 148px; height: auto; }

.mobile-sticky {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 80;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(11, 25, 42, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.45);
}
.sticky-phone {
  grid-column: 1 / -1;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.06em;
}
.mobile-sticky a {
  display: grid;
  place-items: center;
  min-height: 48px;
  border-radius: 12px;
  color: var(--white);
  font-family: var(--display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.mobile-sticky a:nth-child(2) { background: linear-gradient(135deg, var(--blue-bright), var(--blue-dark)); }
.mobile-sticky a:last-child { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); }

/* Legal and article pages keep readable body type */
.legal-page h1, .article-page h1 { font-size: clamp(38px, 5vw, 60px); line-height: 1.02; }
.legal-page h2, .article-page h2 { font-size: clamp(26px, 3vw, 34px); margin-top: 34px; line-height: 1.06; }
.legal-page main p, .article-page main p,
.legal-page main li, .article-page main li { color: var(--muted); line-height: 1.72; }
.article-page main li { margin-bottom: 10px; }
/* scoped to main: a bare `.article-page strong` also hit the header wordmark */
.article-page main p strong, .article-page main li strong { color: var(--navy); }
/* the glass "secondary" button is built for the dark hero; these pages are white */
.article-page main .btn.secondary,
.legal-page main .btn.secondary {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}
.article-page main .btn.secondary:hover,
.legal-page main .btn.secondary:hover { background: var(--ink-2); }

/* ------------------------------------------------------------ responsive */
@media (max-width: 1180px) {
  nav { gap: 15px; font-size: 17px; }
  .brand-text strong { font-size: 20px; }
}

@media (max-width: 1100px) {
  .site-header { flex-wrap: wrap; }
  nav { order: 3; width: 100%; justify-content: flex-start; }
}

@media (max-width: 980px) {
  .site-header { align-items: center; }
  nav { display: none; }
  .hero, .split, .about-layout { grid-template-columns: 1fr; }
  .hero-card img { max-height: 660px; }

  /* Same stacking order as phones: copy, actions, badges, photo, form. */
  .home-page .hero { gap: 0; align-items: initial; }
  .home-page .hero-copy { display: contents; }
  .home-page .hero-copy > .eyebrow { order: 1; margin-bottom: 10px; }
  .home-page .hero-copy > h1 { order: 2; margin-bottom: 14px; }
  .home-page .hero-copy > .hero-text { order: 3; margin-bottom: 18px; }
  .home-page .hero-copy > .cta-row { order: 4; margin-top: 0; }
  .home-page .hero-copy > .trust-row { order: 5; margin-top: 14px; }
  .home-page .hero-card { order: 6; margin-top: 22px; }
  .home-page .hero-card img { height: clamp(320px, 48vw, 430px); max-height: none; object-fit: cover; }
  .home-page .hero-copy > .hero-form { order: 7; margin-top: 22px; }
  .home-page .hero-copy > .quote-success { order: 8; }
  .service-grid, .review-grid, .review-grid-four, .local-detail-grid, .process-list { grid-template-columns: 1fr 1fr; }
  .about-photo img { max-height: 560px; }
  .trust-card { grid-template-columns: 1fr; }
  .split { padding-top: 116px; padding-bottom: 116px; }
}

@media (max-width: 680px) {
  .top-special { padding: 10px 4vw; font-size: 16px; letter-spacing: .06em; }
  .site-header { padding: 10px 4vw; }
  .brand-logo { width: 70px; }
  .header-actions { display: none; }
  .section-pad { padding: 62px 4vw; }
  .hero { gap: 32px; padding-bottom: 110px; }
  h1 { font-size: 50px; }
  h2 { font-size: 36px; }
  .eyebrow { font-size: 14px; letter-spacing: .18em; }
  .hero-text, .section-heading p, .split p, .about p { font-size: 16px; }
  .service-grid, .review-grid, .review-grid-four, .local-detail-grid, .process-list, .faq-grid, .pricing-grid { grid-template-columns: 1fr; }
  .hero-form { padding: 20px; border-radius: 20px; }
  .cta-row.contact-row { align-items: stretch; }
  .cta-row .phone-number { width: 100%; }
  .cta-row .btn { flex: 1 1 150px; }
  .btn.estimate { width: 100%; padding: 0 20px; font-size: 20px; letter-spacing: .12em; }
  .estimate-cta { margin-top: 30px; }
  .split { padding-top: 96px; padding-bottom: 96px; }
  .pricing-card strong { font-size: 54px; }
  .footer { flex-direction: column; align-items: flex-start; padding-bottom: 46px; }
  .footer-actions { align-items: flex-start; }
  .footer-actions .phone-number { width: 100%; }
  .mobile-sticky { display: none; }

  /* Homepage mobile hero: put the offer and actions before the image. */
  .home-page .site-header {
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    min-height: 66px;
  }
  .home-page .brand { min-width: 0; gap: 8px; }
  .home-page .brand-logo { width: 64px; }
  .home-page .brand-text strong { font-size: 17px; letter-spacing: .03em; }
  .home-page .brand-text em { font-size: 13px; letter-spacing: .15em; }
  .home-page .mobile-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 15px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--blue-bright), var(--blue-dark));
    color: var(--white);
    font-family: var(--display);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(15, 134, 232, 0.3);
  }
  .home-page .hero {
    gap: 0;
    padding: 30px 4vw 106px;
    align-items: initial;
  }
  .home-page .hero-copy { display: contents; }
  .home-page .hero-copy > .eyebrow {
    order: 1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .home-page .hero-copy > h1 {
    order: 2;
    max-width: 560px;
    margin-bottom: 14px;
    font-size: clamp(42px, 13vw, 56px);
    line-height: 0.93;
  }
  .home-page .hero-copy > .hero-text {
    order: 3;
    margin-bottom: 18px;
    color: rgba(226, 236, 248, 0.8);
    font-size: 16px;
    line-height: 1.55;
  }
  .home-page .hero-copy > .hero-text strong { color: var(--white); font-weight: 800; }
  .home-page .hero-copy > .cta-row {
    order: 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 10px;
    margin-top: 0;
  }
  .home-page .hero-copy > .cta-row .phone-number { display: none; }
  .home-page .hero-copy > .cta-row .btn {
    width: 100%;
    min-height: 50px;
    padding: 0 12px;
    border-radius: 13px;
    font-size: 17px;
    letter-spacing: .07em;
  }
  .home-page .hero-copy > .trust-row {
    order: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    margin-top: 14px;
  }
  .home-page .hero-copy > .trust-row span {
    justify-content: center;
    padding: 9px 7px;
    font-size: 12px;
    text-align: center;
  }
  .home-page .hero-copy > .trust-row span:nth-child(3) { grid-column: 1 / -1; }
  .home-page .hero-card { order: 6; margin-top: 24px; }
  .home-page .hero-card::before { inset: -10px -10px 14px 10px; border-radius: 28px; }
  .home-page .hero-card img {
    width: 100%;
    height: clamp(300px, 82vw, 360px);
    max-height: none;
    border-radius: 22px;
    object-fit: cover;
    object-position: center 38%;
  }
  .home-page .hero-copy > .hero-form { order: 7; margin-top: 26px; }
  .home-page .hero-copy > .quote-success { order: 8; }
}

/* ----------------------------------------------------- thank-you page */
.thanks-page main {
  background:
    radial-gradient(900px 420px at 80% 0%, rgba(42, 183, 255, 0.22), transparent 62%),
    linear-gradient(168deg, var(--deep-top) 0%, var(--deep-mid) 60%, var(--deep-end) 100%);
  padding: 64px 20px 96px;
  display: grid;
  place-items: center;
}
.thanks-card {
  width: 100%;
  max-width: 680px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 48px 34px 40px;
  text-align: center;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
}
.thanks-check {
  width: 86px; height: 86px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: #e6f7ec;
  color: #1f9d55;
}
.thanks-card .eyebrow { color: var(--muted); justify-content: center; }
.thanks-card h1 { font-size: clamp(34px, 5vw, 54px); color: var(--navy); margin-bottom: 14px; }
.thanks-text { color: var(--muted); font-size: 17px; max-width: 470px; margin: 0 auto; }
.thanks-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 28px 0 22px; }
.btn.dark { background: var(--navy); color: var(--white); }
.btn.dark:hover { transform: translateY(-2px); }
.thanks-note {
  background: var(--gray);
  border-radius: 16px;
  padding: 18px 20px;
  color: var(--text);
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 22px;
}
.thanks-back { color: var(--blue); font-weight: 700; text-decoration: none; }
.thanks-back:hover { text-decoration: underline; }
@media (max-width: 640px) {
  .thanks-card { padding: 36px 22px 30px; }
  .thanks-actions .btn { width: 100%; }
}

/* --------------------------------------------- offer-style form submit */
.btn.quote-submit {
  width: 100%;
  margin-top: 4px;
  min-height: 60px;
  font-size: 21px;
  background: linear-gradient(135deg, var(--blue-bright), var(--blue) 52%, var(--blue-dark));
}
