:root {
  --lf-primary: #0f5f8f;
  --lf-secondary: #0b2f4a;
  --lf-accent: #f6a623;
  --lf-dark: #102033;
  --lf-light: #f6f9fc;
  --lf-border: #dce5ee;
  --lf-muted: #5d6b7a;
  --lf-shadow: 0 12px 34px rgba(16, 32, 51, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--lf-dark);
  background: #fff;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.section-pad { padding: 84px 0; }
.section-soft { background: var(--lf-light); }
.eyebrow {
  color: var(--lf-primary);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 850;
  margin-bottom: 14px;
}
.section-text { color: var(--lf-muted); max-width: 680px; margin: 0; }
.section-intro { color: var(--lf-muted); font-size: 1.03rem; line-height: 1.65; }
.services-heading { max-width: 760px; }
.btn-lf {
  min-height: 54px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  border: 0;
}
.btn-lf:hover { transform: translateY(-1px); }
.btn-primary-lf { background: var(--lf-accent); color: #17212b; box-shadow: 0 12px 24px rgba(246, 166, 35, .24); }
.btn-outline-lf { border: 1px solid rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.08); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16, 32, 51, .08);
}
.header-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand-mark { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--lf-primary), var(--lf-secondary));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: -.04em;
}
.brand-copy { min-width: 0; }
.brand-name {
  display: block;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: -.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
}
.brand-tagline { display: block; color: var(--lf-muted); font-size: .78rem; line-height: 1.2; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  padding: 10px 12px;
  border-radius: 6px;
  color: #304255;
  font-size: .94rem;
  font-weight: 750;
}
.main-nav a:hover { background: #eef4f8; color: var(--lf-secondary); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-phone-block {
  color: var(--lf-secondary);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  line-height: 1.08;
  white-space: nowrap;
}
.header-phone-block span {
  color: #627185;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.header-phone-block strong {
  color: var(--lf-secondary);
  font-size: 1.02rem;
  font-weight: 950;
  letter-spacing: -.02em;
}
.header-phone-block:hover strong { color: var(--lf-primary); }
.mobile-menu-call { display: none; }
.mobile-call { display: none; }
.nav-toggle { display: none; border: 0; background: #eef4f8; width: 44px; height: 44px; border-radius: 6px; font-size: 1.4rem; }

.hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: var(--lf-hero-position, center center);
  border-radius: 0;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--lf-hero-overlay, linear-gradient(90deg, rgba(8,23,39,.72) 0%, rgba(8,23,39,.56) 36%, rgba(8,23,39,.24) 60%, rgba(8,23,39,.38) 100%));
}
.hero .container { position: relative; z-index: 1; }
.hero-row { min-height: 690px; padding: 70px 0; }
.hero-copy { max-width: 665px; }
.hero h1 { font-size: clamp(2.45rem, 5.1vw, 4.65rem); line-height: .98; letter-spacing: -.06em; font-weight: 900; margin-bottom: 24px; }
.hero p { font-size: clamp(1.03rem, 1.7vw, 1.22rem); color: rgba(255,255,255,.88); max-width: 620px; margin-bottom: 28px; }
.hero-support { margin-top: 18px; color: rgba(255,255,255,.80); font-weight: 750; }
.hero-form-card {
  width: min(100%, 430px);
  margin-left: auto;
  background: rgba(8, 23, 39, .50);
  color: #fff;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(5, 16, 28, .30);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 30px;
}
.form-kicker {
  color: rgba(255,255,255,.82);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hero-form-card h2 {
  font-size: 1.72rem;
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 900;
  margin: 0 0 8px;
}
.hero-form-card p { color: rgba(255,255,255,.78); font-size: .96rem; margin: 0 0 18px; }
.form-grid { display: grid; gap: 12px; }
.form-field label {
  display: block;
  font-size: .82rem;
  font-weight: 850;
  color: rgba(255,255,255,.88);
  margin-bottom: 5px;
}
.form-field input,
.form-field select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--lf-border);
  border-radius: 6px;
  background: rgba(255,255,255,.94);
  color: var(--lf-dark);
  font: inherit;
  padding: 12px 14px;
  outline: none;
}
.form-field input:focus,
.form-field select:focus {
  border-color: var(--lf-primary);
  box-shadow: 0 0 0 3px rgba(15,95,143,.13);
}
.btn-form-submit {
  width: 100%;
  margin-top: 16px;
  background: var(--lf-primary);
  color: #fff;
  cursor: pointer;
}
.form-assurance {
  margin-top: 13px;
  color: rgba(255,255,255,.72);
  font-size: .88rem;
  text-align: center;
}
.form-assurance a { color: #fff; font-weight: 900; }
.hero-form-card.is-submitted { border-color: rgba(15,95,143,.32); }
.hero-form-card.is-submitted .btn-form-submit { background: #1f7a45; }


.google-rating-badge {
  min-height: 54px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 9px 16px;
  border-radius: 8px;
  color: #fff;
  background: rgba(8, 23, 39, .50);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 14px 34px rgba(5, 16, 28, .18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.rating-topline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  line-height: 1;
  white-space: nowrap;
}
.rating-topline strong {
  color: #fff;
  font-size: 1.06rem;
  font-weight: 950;
  letter-spacing: -.025em;
}
.star-meter {
  position: relative;
  display: inline-block;
  font-size: 1.16rem;
  line-height: 1;
  letter-spacing: .04em;
  font-family: Arial, sans-serif;
}
.stars-empty { color: rgba(255,255,255,.34); }
.stars-filled {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--rating-fill, 98%);
  overflow: hidden;
  white-space: nowrap;
  color: #ffc83d;
  text-shadow: 0 2px 10px rgba(255, 200, 61, .28);
}
.rating-platform {
  color: rgba(255,255,255,.82);
  font-size: .75rem;
  font-weight: 850;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

/* Modern Service Pro trust strip */
.trust-strip {
  position: relative;
  z-index: 2;
  background: #fff;
  margin-top: 0;
  padding: 26px 0 30px;
  border-bottom: 1px solid rgba(220,229,238,.82);
}
.trust-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 24px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 22px 28px;
  border-radius: 8px;
  background: #fff;
  border: 2px solid var(--lf-secondary);
  box-shadow: 0 12px 30px rgba(16, 32, 51, .07);
}
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--lf-secondary);
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.15;
  white-space: nowrap;
}
.trust-badge-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 42px;
  border-radius: 999px;
  color: var(--lf-primary);
  background: rgba(15, 95, 143, .10);
  border: 1px solid rgba(15, 95, 143, .16);
}
.trust-badge-icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.card-lf {
  height: 100%;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--lf-shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card-lf:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 95, 143, .24);
  box-shadow: 0 18px 42px rgba(16, 32, 51, .11);
}
.card-lf img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.card-body-lf { padding: 24px; }
.card-body-lf h3,
.card-lf h3 {
  font-size: 1.18rem;
  line-height: 1.18;
  letter-spacing: -.025em;
  font-weight: 900;
  margin: 0 0 10px;
  color: var(--lf-secondary);
}
.card-body-lf p,
.card-lf p {
  color: #4f6072;
  margin: 0;
}
.about-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--lf-shadow);
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  color: #304255;
  font-weight: 750;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(15,95,143,.10);
  color: var(--lf-primary);
  font-size: .8rem;
  font-weight: 950;
}

.review-card, .why-card { padding: 28px; }
.review-card p { color: #34465a; }
.review-name { font-weight: 900; margin-top: 18px; }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; }
.area-pill { border: 1px solid var(--lf-border); border-radius: 999px; padding: 9px 14px; font-weight: 800; background: #fff; }
.hours-table { border: 1px solid var(--lf-border); border-radius: 8px; overflow: hidden; }
.hour-row { display: flex; justify-content: space-between; gap: 16px; padding: 14px 18px; border-bottom: 1px solid var(--lf-border); }
.hour-row:last-child { border-bottom: 0; }
.final-cta { color: #fff; background-size: cover; background-position: var(--lf-cta-position, top); position: relative; }
.final-cta.text-dark { color: #102033; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: var(--lf-cta-overlay, rgba(11,47,74,.82)); }
.final-cta .container { position: relative; z-index: 1; }
.footer { background: #081727; color: rgba(255,255,255,.76); padding: 34px 0; }
.footer strong { color: #fff; }

@media (max-width: 1199.98px) {
  .hero-form-card { width: 100%; }
}
@media (max-width: 991.98px) {
  .header-inner { min-height: 70px; }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    background: #fff;
    border-bottom: 1px solid var(--lf-border);
    padding: 10px 20px 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px; }
  .main-nav .btn-booking-mobileMenuButton {
    display: inline-flex;
    justify-content: center;
    margin: 6px 0 2px;
    color: #fff;
  }
  .header-phone-block { display: none; }
  .mobile-menu-call {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    color: var(--lf-secondary) !important;
    font-weight: 900 !important;
    line-height: 1.15;
  }
  .mobile-menu-call span {
    color: #627185;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .mobile-menu-call strong {
    color: var(--lf-secondary);
    font-size: 1.05rem;
  }
  .nav-toggle { display: inline-grid; place-items: center; }
  .hero { min-height: auto; background-position: var(--lf-hero-position, center center); }
  .hero::before { background: var(--lf-hero-overlay, rgba(8,23,39,.62)); }
  .hero-row { min-height: auto; padding: 64px 0 70px; }
  .hero-form-card { margin: 16px 0 0; }
  .trust-strip { padding: 20px 0 24px; }
  .trust-strip-inner { padding: 18px; justify-content: flex-start; }
  .trust-badge { width: calc(50% - 12px); white-space: normal; }
}
@media (max-width: 575.98px) {
  .section-pad { padding: 64px 0; }
  .brand-name { max-width: 150px; }
  .brand-tagline { display: none; }
  .hero { background-position: var(--lf-hero-position, 48% center); }
  .hero-row { padding: 54px 0 46px; }
  .hero-actions { flex-direction: column; align-items: flex-start !important; }
  .hero-actions .btn-lf { width: 100%; }
  .google-rating-badge {
    width: auto;
    align-self: flex-start;
    justify-content: center;
  }
  .rating-copy { text-align: left; }
  .hero-form-card { padding: 22px; }
  .hero-form-card h2 { font-size: 1.45rem; }
  .trust-strip-inner { padding: 16px; gap: 14px; }
  .trust-badge { width: 100%; font-size: .95rem; white-space: normal; align-items: center; }
  .trust-badge-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .trust-badge-icon svg { width: 21px; height: 21px; }
  .hour-row { flex-direction: column; gap: 2px; }
}

/* v1.2 refinement pass */
.section-pad { padding: 68px 0; }

.trust-strip {
  background: var(--lf-secondary);
  color: #fff;
  padding: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.trust-strip-inner {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 22px 0;
  gap: 18px 34px;
}
.trust-badge {
  color: rgba(255,255,255,.96);
  font-size: 1.04rem;
  font-weight: 850;
}
.trust-badge-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
}
.trust-badge-icon svg { width: 26px; height: 26px; }

#services.section-pad { padding-top: 60px; }

.section-soft {
  background:
    radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--lf-primary) 12%, transparent) 0, transparent 32%),
    radial-gradient(circle at 92% 18%, color-mix(in srgb, var(--lf-accent) 10%, transparent) 0, transparent 26%),
    linear-gradient(180deg, #f6f9fc 0%, #eef4f8 100%);
}
#about {
  position: relative;
  overflow: hidden;
}
#about::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, color-mix(in srgb, var(--lf-primary) 8%, transparent) 25%, transparent 25%),
    linear-gradient(225deg, color-mix(in srgb, var(--lf-primary) 8%, transparent) 25%, transparent 25%);
  background-size: 34px 34px;
  opacity: .25;
  pointer-events: none;
}
#about .container { position: relative; z-index: 1; }
#about .section-text + .section-text { margin-top: 1rem; }

.why-section { background: #fff; }
.why-feature {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--lf-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 32, 51, .06);
}
.why-icon {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--lf-primary);
  background: color-mix(in srgb, var(--lf-primary) 10%, white);
  border: 1px solid color-mix(in srgb, var(--lf-primary) 16%, white);
  margin-bottom: 18px;
}
.why-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.why-feature h3 {
  font-size: 1.16rem;
  line-height: 1.16;
  letter-spacing: -.025em;
  font-weight: 900;
  color: var(--lf-secondary);
  margin: 0 0 10px;
}
.why-feature p { margin: 0; color: #4f6072; }

.review-section {
  background: linear-gradient(180deg, #f8fbfe 0%, #eef4f8 100%);
  overflow: hidden;
}
.review-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 32px;
}
.google-summary-badge {
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-width: 190px;
  padding: 14px 18px;
  border-radius: 8px;
  color: var(--lf-secondary);
  background: #fff;
  border: 1px solid var(--lf-border);
  box-shadow: 0 12px 30px rgba(16, 32, 51, .07);
}
.summary-rating-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.summary-rating-line strong {
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -.035em;
  color: var(--lf-secondary);
}
.google-summary-badge > span {
  font-size: .78rem;
  font-weight: 850;
  color: #5d6b7a;
}
.review-star-meter {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: .04em;
  font-family: Arial, sans-serif;
}
.review-star-meter .stars-empty { color: #d6dee8; }
.review-star-meter .stars-filled {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--rating-fill, 100%);
  overflow: hidden;
  white-space: nowrap;
  color: #ffc83d;
  text-shadow: none;
}
.review-marquee {
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.review-marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: review-scroll 44s linear infinite;
}
.review-marquee:hover .review-marquee-track { animation-play-state: paused; }
@keyframes review-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.google-review-card {
  width: 345px;
  min-height: 230px;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(16, 32, 51, .07);
  display: flex;
  flex-direction: column;
}
.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.google-review-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f6fb;
  color: #314255;
  font-size: .75rem;
  font-weight: 850;
}
.google-review-card p {
  color: #34465a;
  margin: 0;
  line-height: 1.6;
  font-size: .98rem;
}
.reviewer-name {
  margin-top: auto;
  padding-top: 20px;
  font-weight: 900;
  color: var(--lf-secondary);
}
.mobile-review-list { display: none; }
.reviewflow-embed {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(16, 32, 51, .07);
}

.reviewflow-embed.is-live-review-feed {
  padding: 18px;
  min-height: 360px;
}
.reviewflow-embed.is-live-review-feed iframe {
  display: block;
  min-height: 360px;
  border: 0;
}
.reviewflow-loading {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5d6b7a;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .section-pad { padding: 58px 0; }
  .trust-strip-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px 0;
    gap: 14px 18px;
  }
  .trust-badge {
    width: auto;
    justify-content: flex-start;
    font-size: .96rem;
    white-space: normal;
  }
  .trust-badge-icon { width: 42px; height: 42px; flex-basis: 42px; }
  .trust-badge-icon svg { width: 23px; height: 23px; }
  .review-heading-row {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .review-marquee { display: none; }
  .mobile-review-list {
    display: grid;
    gap: 16px;
  }
  .mobile-review-item.is-hidden { display: none; }
  .google-review-card {
    width: 100%;
    min-height: auto;
  }
  .btn-review-more {
    width: fit-content;
    min-height: 48px;
    color: #fff;
    background: var(--lf-primary);
    margin-top: 6px;
  }
}

@media (max-width: 575.98px) {
  .section-pad { padding: 52px 0; }
  #services.section-pad { padding-top: 46px; }
  .google-rating-badge { width: fit-content; max-width: 100%; }
  .trust-strip-inner { gap: 12px; }
  .trust-badge {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    font-size: .88rem;
    line-height: 1.15;
  }
  .trust-badge-icon { width: 40px; height: 40px; flex-basis: 40px; }
  .google-summary-badge { width: fit-content; min-width: 178px; }
}


/* v1.3 refinement pass: about, why, reviews */
.section-pad { padding: 58px 0; }
#services.section-pad { padding-top: 54px; padding-bottom: 56px; }

.trust-strip { background: var(--lf-secondary); }
.trust-strip-inner { padding: 18px 0; }
.trust-badge { font-size: 1.08rem; }
.trust-badge-icon { width: 52px; height: 52px; flex-basis: 52px; background: rgba(255,255,255,.14); }
.trust-badge-icon svg { width: 28px; height: 28px; }

#about.section-soft {
  background:
    linear-gradient(135deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.42) 45%, transparent 45%),
    radial-gradient(circle at 86% 16%, color-mix(in srgb, var(--lf-primary) 18%, transparent) 0, transparent 34%),
    linear-gradient(180deg, color-mix(in srgb, var(--lf-primary) 11%, #f3f7fb) 0%, color-mix(in srgb, var(--lf-secondary) 7%, #edf3f8) 100%);
}
#about::before {
  background-image: none;
  opacity: 1;
}
#about::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  border: 72px solid color-mix(in srgb, var(--lf-primary) 11%, transparent);
  pointer-events: none;
}
#about .about-img {
  box-shadow: 0 18px 45px rgba(16, 32, 51, .13);
  border: 1px solid rgba(255,255,255,.65);
}

.why-section {
  background: var(--lf-secondary);
  color: #fff;
}
.why-section .eyebrow { color: rgba(255,255,255,.72); }
.why-section .section-title { color: #fff; }
.why-feature {
  background: #fff;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 16px 40px rgba(5, 16, 28, .20);
}
.why-icon {
  color: #fff;
  background: var(--lf-primary);
  border-color: color-mix(in srgb, var(--lf-accent) 38%, var(--lf-primary));
}

.review-heading-row { margin-bottom: 26px; }
.google-summary-badge {
  border-color: color-mix(in srgb, var(--lf-primary) 18%, var(--lf-border));
}
.google-review-card {
  min-height: 255px;
  padding: 24px;
}
.review-card-top { margin-bottom: 16px; }
.review-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.review-card-rating strong {
  color: var(--lf-secondary);
  font-size: 1.18rem;
  font-weight: 950;
  letter-spacing: -.03em;
}
.google-review-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--lf-secondary);
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  font-family: Arial, sans-serif;
  box-shadow: 0 8px 18px rgba(16,32,51,.14);
}
.google-review-chip { display: none; }
.google-review-card p { font-size: 1rem; line-height: 1.62; }
.review-card-footer {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.review-card-footer .reviewer-name { margin-top: 0; padding-top: 0; }
.review-card-footer span {
  color: #68788a;
  font-size: .76rem;
  font-weight: 850;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .section-pad { padding: 50px 0; }
  #services.section-pad { padding-top: 44px; }
  .trust-strip-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 17px 0; }
  .trust-badge { width: auto; justify-content: flex-start; font-size: .98rem; }
  .trust-badge-icon { width: 46px; height: 46px; flex-basis: 46px; }
  .trust-badge-icon svg { width: 25px; height: 25px; }
  .btn-review-more { margin-left: auto; margin-right: auto; justify-self: center; }
}
@media (max-width: 575.98px) {
  .section-pad { padding: 46px 0; }
  .hero-actions { align-items: flex-start !important; }
  .google-rating-badge { width: fit-content; max-width: calc(100vw - 40px); align-self: flex-start; }
  .trust-strip-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 16px 0; gap: 14px 10px; }
  .trust-badge { width: auto; flex-direction: column; justify-content: flex-start; gap: 8px; font-size: .84rem; }
  .trust-badge-icon { width: 44px; height: 44px; flex-basis: 44px; }
  .review-card-footer { align-items: flex-start; flex-direction: column; gap: 4px; }
}

/* v1.4 refinement pass: card depth, reviews, FAQ, service areas */
.section-pad { padding: 54px 0; }
#services.section-pad { padding-top: 52px; padding-bottom: 54px; }

.why-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--lf-primary) 36%, transparent) 0, transparent 30%),
    radial-gradient(circle at 86% 74%, color-mix(in srgb, var(--lf-accent) 17%, transparent) 0, transparent 32%),
    linear-gradient(135deg, var(--lf-secondary) 0%, color-mix(in srgb, var(--lf-secondary) 82%, #071827) 100%);
}
.why-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .35;
  pointer-events: none;
}
.why-section .container { position: relative; z-index: 1; }
.why-feature {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.32);
  box-shadow: 0 22px 55px rgba(5, 16, 28, .28);
  transform: translateZ(0);
}
.why-feature::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -66px;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--lf-primary) 10%, transparent);
  pointer-events: none;
}
.why-feature:hover { transform: translateY(-3px); box-shadow: 0 28px 70px rgba(5,16,28,.34); }
.why-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  box-shadow: 0 15px 30px color-mix(in srgb, var(--lf-primary) 26%, transparent);
}
.why-icon svg { width: 28px; height: 28px; }

.review-section {
  background:
    linear-gradient(180deg, #fff 0%, color-mix(in srgb, var(--lf-primary) 6%, #f7fafc) 100%);
  overflow: hidden;
}
.review-heading-row {
  justify-content: center;
  text-align: center;
  margin-bottom: 28px;
}
.review-heading-row > div:first-child { max-width: 720px; margin: 0 auto; }
.review-heading-row .section-title { margin-bottom: 0; }
.google-summary-badge { display: none !important; }
.google-review-card {
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--lf-primary) 12%, var(--lf-border));
  box-shadow: 0 18px 45px rgba(16,32,51,.10);
}
.review-card-top { justify-content: flex-start; }
.review-card-footer {
  border-top: 1px solid rgba(16,32,51,.08);
  padding-top: 16px;
}
.google-review-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  background: var(--lf-secondary);
}
.google-glyph { color: #fff; font-size: 1.08rem; line-height: 1; }
.review-card-footer span:not(.google-review-icon):not(.google-glyph) {
  display: block;
  margin-top: 2px;
}
.btn-review-more { margin-left: auto !important; margin-right: auto !important; }

.faq-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--lf-primary) 10%, transparent) 0, transparent 28%),
    linear-gradient(180deg, #f7fafc 0%, #fff 100%);
}
.faq-section::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 40px;
  width: 430px;
  height: 430px;
  border-radius: 999px;
  border: 70px solid color-mix(in srgb, var(--lf-primary) 8%, transparent);
  pointer-events: none;
}
.faq-shell { position: relative; z-index: 1; max-width: 920px; margin: 0 auto; }
.faq-heading { text-align: center; margin-bottom: 28px; }
.faq-accordion { display: grid; gap: 12px; }
.faq-accordion .accordion-item {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16,32,51,.08);
}
.faq-accordion .accordion-button {
  background: var(--lf-secondary);
  color: #fff;
  font-weight: 850;
  letter-spacing: -.01em;
  padding: 18px 22px;
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) { background: var(--lf-secondary); color: #fff; }
.faq-accordion .accordion-button::after { filter: brightness(0) invert(1); }
.faq-accordion .accordion-body {
  padding: 20px 22px;
  color: #4f6072;
  background: #fff;
}

.service-area-section {
  background: #fff;
}
.map-card {
  min-height: 430px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--lf-border);
  box-shadow: 0 18px 48px rgba(16,32,51,.12);
  background: var(--lf-light);
}
.map-card iframe { width: 100%; height: 100%; min-height: 430px; border: 0; filter: saturate(.9) contrast(.98); }
.map-radius {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: .82;
}
.map-radius span {
  position: absolute;
  width: 52%;
  aspect-ratio: 1;
  border-radius: 999px;
  border: 2px solid color-mix(in srgb, var(--lf-primary) 52%, transparent);
  background: color-mix(in srgb, var(--lf-primary) 8%, transparent);
}
.map-radius span:nth-child(2) { width: 34%; opacity: .75; }
.map-radius span:nth-child(3) { width: 18%; opacity: .9; }
.map-pin-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -92%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--lf-secondary);
  color: #fff;
  box-shadow: 0 12px 28px rgba(5,16,28,.24);
  pointer-events: none;
}
.map-pin-center svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.map-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  color: var(--lf-secondary);
  font-weight: 850;
  box-shadow: 0 10px 26px rgba(16,32,51,.14);
}
.area-copy {
  height: 100%;
  padding: 4px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.area-city-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 18px;
}
.area-city-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #26384c;
}
.area-pin {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: color-mix(in srgb, var(--lf-primary) 10%, #fff);
  color: var(--lf-secondary);
  flex: 0 0 28px;
}
.area-pin svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hours-panel {
  margin-top: 42px;
  display: grid;
  grid-template-columns: .9fr 1.6fr;
  gap: 28px;
  align-items: start;
  padding: 30px;
  border-radius: 8px;
  background: var(--lf-light);
  border: 1px solid var(--lf-border);
}
.hours-panel .section-title { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.hours-panel .hours-table { background: #fff; border-radius: 8px; padding: 10px 20px; box-shadow: 0 12px 30px rgba(16,32,51,.07); }

@media (max-width: 991.98px) {
  .section-pad { padding: 48px 0; }
  .why-feature:hover { transform: none; }
  .service-area-section .row { flex-direction: column; }
  .map-card, .map-card iframe { min-height: 360px; }
  .area-copy { padding-top: 8px; }
  .hours-panel { grid-template-columns: 1fr; gap: 18px; margin-top: 34px; }
}
@media (max-width: 575.98px) {
  .section-pad { padding: 42px 0; }
  .review-heading-row { text-align: left; }
  .review-heading-row > div:first-child { margin: 0; }
  .faq-heading { text-align: left; }
  .faq-accordion .accordion-button { padding: 16px 18px; }
  .map-card, .map-card iframe { min-height: 330px; }
  .area-city-list { grid-template-columns: 1fr; gap: 12px; }
  .hours-panel { padding: 22px; }
}

/* v1.5 refinement pass: FAQ separation, service area map controls, master footer */
.eyebrow {
  font-size: .86rem;
  letter-spacing: .105em;
}
.section-title {
  text-transform: none;
}

.faq-section {
  background:
    linear-gradient(135deg, rgba(255,255,255,.76) 0%, rgba(255,255,255,.48) 44%, rgba(255,255,255,.82) 100%),
    radial-gradient(circle at 18% 22%, color-mix(in srgb, var(--lf-primary) 14%, transparent) 0, transparent 34%),
    radial-gradient(circle at 88% 82%, color-mix(in srgb, var(--lf-secondary) 10%, transparent) 0, transparent 34%),
    color-mix(in srgb, var(--lf-primary) 8%, #f7fafc);
  border-top: 1px solid color-mix(in srgb, var(--lf-primary) 12%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--lf-primary) 10%, transparent);
}
.faq-section::after { display: none; }
.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, transparent 0 64%, color-mix(in srgb, var(--lf-primary) 8%, transparent) 64% 75%, transparent 75% 100%),
    radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--lf-primary) 9%, transparent) 0 9%, transparent 9.5%);
  pointer-events: none;
}
.faq-shell { max-width: 940px; }
.faq-heading .eyebrow,
.review-heading-row .eyebrow,
.area-copy .eyebrow,
.footer h3 {
  font-size: .88rem;
}
.faq-accordion .accordion-item { box-shadow: 0 14px 34px rgba(16,32,51,.09); }

.service-area-section {
  background: #fff;
  border-bottom: 1px solid color-mix(in srgb, var(--lf-primary) 10%, #e8eef5);
}
.map-card { isolation: isolate; }
.map-radius span {
  width: calc(52% * var(--radius-scale, 1));
  max-width: 82%;
  min-width: 26%;
}
.map-radius span:nth-child(2) { width: calc(34% * var(--radius-scale, 1)); }
.map-radius span:nth-child(3) { width: calc(18% * var(--radius-scale, 1)); }
.map-caption {
  left: 16px;
  right: auto;
  bottom: 16px;
  max-width: calc(100% - 32px);
  background: color-mix(in srgb, var(--lf-secondary) 92%, transparent);
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 14px 34px rgba(5,16,28,.28);
}
.area-city-list { margin-top: 24px; }
.area-city-list li { color: var(--lf-dark); }
.area-pin {
  color: var(--lf-secondary);
  background: color-mix(in srgb, var(--lf-primary) 9%, #fff);
}
.hours-panel { display: none !important; }

.master-footer {
  background:
    radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--lf-primary) 24%, transparent) 0, transparent 30%),
    linear-gradient(135deg, #071421 0%, var(--lf-secondary) 100%);
  color: rgba(255,255,255,.75);
  padding: 54px 0 28px;
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(330px, 1.12fr) minmax(360px, 1fr) minmax(260px, .88fr);
  column-gap: clamp(22px, 2.4vw, 34px);
  row-gap: 34px;
  align-items: start;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  margin-bottom: 18px;
}
.footer-brand .brand-icon {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
}
.footer-brand strong {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.1;
}
.footer-brand small {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: .8rem;
  margin-top: 3px;
}
.footer p { margin: 0 0 8px; }
.footer h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .105em;
  margin: 0 0 16px;
  font-weight: 900;
}
.footer-hours {
  display: grid;
  gap: 10px;
}
.footer-hour-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.72);
}
.footer-hour-row strong {
  color: #fff;
  text-align: right;
  font-weight: 800;
}
.footer-phone {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 950;
  letter-spacing: -.03em;
  margin-bottom: 8px;
}
.footer-socials,
.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  transition: transform .18s ease, background .18s ease;
}
.footer-socials a:hover {
  transform: translateY(-2px);
  background: var(--lf-primary);
}
.footer-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.payment-icons span {
  min-width: 48px;
  height: 30px;
  border-radius: 5px;
  display: inline-grid;
  place-items: center;
  padding: 0 9px;
  background: rgba(255,255,255,.92);
  color: var(--lf-secondary);
  font-size: .72rem;
  font-weight: 900;
}
.footer-bottom {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  font-size: .88rem;
}
.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-legal-links button {
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255,255,255,.82);
  font-weight: 750;
}
.footer-legal-links button:hover { color: #fff; text-decoration: underline; }
.legal-modal .modal-content { border-radius: 8px; border: 0; }
.legal-modal .modal-body { white-space: normal; line-height: 1.7; color: #34465a; }
.legal-modal .modal-body p { margin: 0 0 1rem; }
.legal-modal .modal-body p:last-child { margin-bottom: 0; }
.legal-modal .legal-heading { display: inline; font-weight: 800; color: #172033; }
.legal-modal .legal-label { font-weight: 700; }

@media (max-width: 991.98px) {
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 575.98px) {
  .area-city-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 10px; }
  .area-city-list li { font-size: .9rem; gap: 7px; }
  .area-pin { width: 24px; height: 24px; }
  .map-caption { font-size: .82rem; padding: 10px 12px; }
  .master-footer { padding-top: 42px; }
  .footer-phone { font-size: 1.35rem; }
  .footer-hour-row { flex-direction: column; gap: 2px; }
  .footer-hour-row strong { text-align: left; }
}

/* v1.6 refinement pass: FAQ depth, CTA buttons, footer icon polish */
.faq-section {
  background:
    linear-gradient(135deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.52) 44%, rgba(255,255,255,.88) 100%),
    radial-gradient(circle at 84% 14%, color-mix(in srgb, var(--lf-primary) 18%, transparent) 0, transparent 34%),
    linear-gradient(180deg, color-mix(in srgb, var(--lf-primary) 10%, #f3f7fb) 0%, color-mix(in srgb, var(--lf-secondary) 7%, #edf3f8) 100%);
  border-top: 1px solid color-mix(in srgb, var(--lf-primary) 14%, #e8eef5);
  border-bottom: 1px solid color-mix(in srgb, var(--lf-primary) 14%, #e8eef5);
}
.faq-section::before {
  background-image: none;
}
.faq-section::after {
  content: "";
  display: block !important;
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  border: 72px solid color-mix(in srgb, var(--lf-primary) 10%, transparent);
  pointer-events: none;
}
.faq-heading .eyebrow,
.review-heading-row .eyebrow,
.area-copy .eyebrow,
.final-cta .eyebrow {
  font-size: .92rem;
  letter-spacing: .11em;
}

.final-cta {
  overflow: hidden;
  background-position: var(--lf-cta-position, top);
}
.final-cta p {
  max-width: 700px;
  color: currentColor;
  font-size: 1.06rem;
  margin: 0;
}
.final-cta-actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 12px;
}
.final-cta-actions .btn-lf {
  min-width: 0;
  flex: 1 1 0;
  white-space: nowrap;
  padding-left: 14px;
  padding-right: 14px;
}
.btn-outline-lf {
  border: 2px solid rgba(255,255,255,.82);
  color: #fff;
  background: rgba(255,255,255,.06);
  box-shadow: none;
}
.btn-outline-lf:hover {
  background: #fff;
  color: var(--lf-secondary);
  border-color: #fff;
}

.payment-icons {
  gap: 8px;
  align-items: center;
}
.payment-card {
  min-width: 56px;
  height: 34px;
  border-radius: 6px;
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: var(--lf-secondary);
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: 0 8px 18px rgba(5,16,28,.16);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: -.02em;
}
.payment-amex {
  background: #2e77bb;
  color: #fff;
  font-size: .68rem;
}
.payment-mastercard {
  background: #fff;
  color: #19212b;
}
.payment-mastercard i,
.payment-mastercard b {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  top: 6px;
}
.payment-mastercard i { left: 13px; background: #ea001b; opacity: .92; }
.payment-mastercard b { right: 13px; background: #ff9f00; opacity: .92; }
.payment-mastercard em {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-size: .58rem;
  color: rgba(0,0,0,.72);
}
.payment-discover { background: linear-gradient(90deg, #fff 0%, #fff 58%, #f6a623 58%, #f6a623 100%); }
.footer-socials a {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: none;
}
.footer-socials a:hover {
  background: #fff;
  color: var(--lf-secondary);
}
.footer-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}
.footer-socials svg [fill="none"] { fill: none; }
.footer-socials svg [stroke] { stroke: currentColor; }
.legal-modal .modal-footer {
  border-top: 1px solid var(--lf-border);
  justify-content: flex-end;
}
.legal-modal .modal-footer .btn-lf {
  min-height: 46px;
  padding: 10px 20px;
}

@media (max-width: 991.98px) {
  .final-cta { background-position: center top; }
  .final-cta-actions { justify-content: flex-start; }
}
@media (max-width: 575.98px) {
  .final-cta-actions { flex-direction: column; align-items: flex-start; flex-wrap: nowrap; }
  .final-cta-actions .btn-lf { width: 100%; flex: 0 0 auto; }
}


/* v1.7 correction pass: true top anchor, cleaner FAQ background, footer/social polish */
.faq-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--lf-primary) 9%, #f2f8fc) 0%, #f7fbfe 48%, color-mix(in srgb, var(--lf-primary) 7%, #edf6fb) 100%);
  border-top: 1px solid color-mix(in srgb, var(--lf-primary) 12%, #e4edf5);
  border-bottom: 1px solid color-mix(in srgb, var(--lf-primary) 12%, #e4edf5);
}
.faq-section::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 55%, color-mix(in srgb, var(--lf-primary) 8%, transparent) 55% 67%, transparent 67% 100%),
    linear-gradient(135deg, transparent 0 70%, color-mix(in srgb, var(--lf-secondary) 5%, transparent) 70% 78%, transparent 78% 100%);
  opacity: .95;
  pointer-events: none;
}
.faq-section::after { display: none !important; content: none !important; }
.faq-shell { position: relative; z-index: 1; }
.faq-accordion .accordion-item { box-shadow: 0 16px 34px rgba(16,32,51,.08); }
.footer-socials svg { fill: currentColor; stroke: none; }
.footer-socials svg[fill="none"] { fill: none; stroke: currentColor; }
.footer-socials svg[fill="none"] *[fill="currentColor"] { fill: currentColor; }
.footer-socials svg[fill="none"] *[stroke="none"] { stroke: none; }

@media (max-width: 991.98px) {
  .footer-bottom {
    align-items: center;
    text-align: center;
  }
  .footer-legal-links {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .footer-bottom {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .footer-bottom span,
  .footer-legal-links { width: 100%; justify-content: center; }
}

/* v1.8 refinement pass: darker FAQ, top anchor fix, dynamic payment methods */
.site-top-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.faq-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.16) 0 0, transparent 210px),
    linear-gradient(135deg,
      color-mix(in srgb, var(--lf-secondary) 88%, #173f63) 0%,
      color-mix(in srgb, var(--lf-primary) 74%, var(--lf-secondary)) 55%,
      color-mix(in srgb, var(--lf-secondary) 95%, #071827) 100%);
  border-top: 0;
  border-bottom: 0;
  color: #fff;
}
.faq-section::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 54%, rgba(255,255,255,.08) 54% 64%, transparent 64% 100%),
    linear-gradient(135deg, transparent 0 68%, rgba(255,255,255,.045) 68% 76%, transparent 76% 100%);
  opacity: .9;
  pointer-events: none;
}
.faq-section::after { display: none !important; content: none !important; }
.faq-section .eyebrow,
.faq-section .section-title,
.faq-section .section-text {
  color: #fff;
}
.faq-section .eyebrow {
  color: rgba(255,255,255,.82);
}
.faq-section .faq-heading {
  color: #fff;
}
.faq-accordion .accordion-item {
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}
.faq-accordion .accordion-button,
.faq-accordion .accordion-button:not(.collapsed) {
  background: color-mix(in srgb, var(--lf-secondary) 86%, #071827);
  color: #fff;
}
.faq-accordion .accordion-body {
  background: #fff;
  color: var(--lf-dark);
}

.payment-methods {
  margin-top: 18px;
}
.payment-title {
  color: rgba(255,255,255,.68);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.payment-method-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.payment-method {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1;
}
.payment-method-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: var(--lf-accent);
}
.payment-method-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 575.98px) {
  .payment-methods {
    text-align: center;
  }
  .payment-method-list {
    justify-content: center;
  }
}

/* v1.9 logo + payment chip polish */
.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
}
.brand-icon-svg {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--lf-primary), var(--lf-secondary));
  box-shadow: 0 10px 22px rgba(16, 32, 51, .12);
}
.brand-icon-svg svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brand-logo-image img {
  max-height: 58px;
  max-width: 230px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.site-header .brand-mark {
  max-width: min(46vw, 320px);
}
.site-header .brand-logo .brand-copy {
  min-width: 0;
}
.site-header .brand-logo .brand-name {
  max-width: 250px;
}
.site-header .brand-logo .brand-tagline {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-brand .brand-logo {
  color: #fff;
}
.footer-brand .brand-logo .brand-copy {
  display: grid;
  gap: 2px;
}
.footer-brand .brand-logo .brand-name {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 950;
  letter-spacing: -.035em;
  white-space: normal;
  max-width: 260px;
}
.footer-brand .brand-logo .brand-tagline {
  color: rgba(255,255,255,.68);
  font-size: .86rem;
  max-width: 260px;
}
.footer-brand .brand-logo-image img {
  max-height: 66px;
  max-width: 260px;
}
.payment-method {
  border-radius: 6px !important;
}

@media (max-width: 575.98px) {
  .site-header .brand-mark {
    max-width: calc(100vw - 92px);
  }
  .brand-icon-svg {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
  .brand-icon-svg svg {
    width: 21px;
    height: 21px;
  }
  .site-header .brand-logo .brand-name {
    max-width: calc(100vw - 150px);
    font-size: .98rem;
  }
  .site-header .brand-logo .brand-tagline {
    max-width: calc(100vw - 150px);
    font-size: .72rem;
  }
  .brand-logo-image img {
    max-height: 46px;
    max-width: calc(100vw - 120px);
  }
  .footer-brand .brand-logo {
    justify-content: flex-start;
  }
}

/* v1.10: dynamic hero availability badge and legal content tokenization */
.hero-availability-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 18px;
  padding: 10px 14px;
  color: rgba(255,255,255,.94);
  background: rgba(8, 23, 39, .34);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 6px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 14px 36px rgba(5,16,28,.20);
  font-size: .98rem;
  line-height: 1.2;
}
.hero-availability-badge strong {
  font-weight: 900;
}
.availability-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 6px;
  flex: 0 0 auto;
}
.availability-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.payment-method { border-radius: 6px !important; }
.legal-modal .modal-body {
  font-size: .96rem;
}
.legal-modal .modal-body::selection {
  background: rgba(15,95,143,.18);
}
@media (max-width: 575.98px) {
  .hero-availability-badge {
    max-width: 100%;
    font-size: .92rem;
    padding: 9px 12px;
  }
}


/* v1.11: emergency badge simplification and production lead form behavior */
.hero-availability-badge {
  margin-top: 16px;
  padding: 0;
  gap: 9px;
  color: rgba(255,255,255,.94);
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  font-size: 1rem;
}
.availability-icon {
  width: 24px;
  height: 24px;
  color: var(--lf-accent);
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  animation: lf-alert-pulse 1.65s ease-in-out infinite;
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--lf-accent) 48%, transparent));
}
.availability-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.25;
}
@keyframes lf-alert-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .58; transform: scale(1.08); }
}
.lead-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.form-status {
  display: none;
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}
.form-status.is-success,
.form-status.is-error { display: block; }
.form-status.is-success {
  color: var(--lf-accent-contrast, #102033);
  background: var(--lf-accent, #f6a623);
  border: 1px solid rgba(16,32,51,.16);
  white-space: pre-line;
}
.form-status.is-error {
  color: #842029;
  background: #f8d7da;
  border: 1px solid #f5c2c7;
}
.form-field.has-error input,
.form-field.has-error select {
  border-color: #f1aeb5;
  background: #fff5f6;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, .14);
}
.field-error {
  min-height: 0;
  margin-top: 0;
  color: #f8d7da;
  font-size: .8rem;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
}
.form-field.has-error .field-error {
  min-height: 1em;
  margin-top: 5px;
}
.hero-form-card.is-loading {
  opacity: .92;
}
.btn-form-submit:disabled {
  opacity: .72;
  cursor: wait;
  transform: none;
}
.hero-form-card.is-submitted {
  border-color: rgba(141, 255, 182, .34);
}
.hero-form-card.is-submitted .btn-form-submit {
  background: #1f7a45;
}
@media (max-width: 575.98px) {
  .hero-availability-badge {
    font-size: .94rem;
    align-items: flex-start;
  }
  .availability-icon {
    width: 22px;
    height: 22px;
    margin-top: 1px;
  }
}


/* v1.19 Smart Site preview */
.hero-form-card.has-smart-consent .form-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero-form-card.has-smart-consent .form-grid { gap: 11px; }
.hero-form-card.has-smart-consent .form-field input,
.hero-form-card.has-smart-consent .form-field select { min-height: 50px; }
.smart-consent-block {
  margin-top: 13px;
  padding: 0;
}
.smart-consent-label {
  display: grid;
  grid-template-columns: 17px 1fr;
  align-items: start;
  gap: 9px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: .74rem;
  line-height: 1.35;
  text-align: left;
}
.smart-consent-label input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--lf-accent);
}
.smart-consent-label span { display: block; }
@media (max-width: 575.98px) {
  .smart-consent-label { font-size: .72rem; }
}

/* Offer Section */
.offer-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.42) 45%, transparent 45%),
    radial-gradient(circle at 86% 16%, color-mix(in srgb, var(--lf-primary) 18%, transparent) 0, transparent 34%),
    linear-gradient(180deg, color-mix(in srgb, var(--lf-primary) 11%, #f3f7fb) 0%, color-mix(in srgb, var(--lf-secondary) 7%, #edf3f8) 100%);
}
.offer-section::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  border: 72px solid color-mix(in srgb, var(--lf-primary) 11%, transparent);
  pointer-events: none;
}
.offer-section .container {
  position: relative;
  z-index: 1;
}
.offer-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, .10);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--lf-shadow);
}
.offer-shell.no-offer-image {
  grid-template-columns: 1fr;
}
.offer-image-wrap {
  min-height: 360px;
  background: var(--lf-secondary);
}
.offer-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.offer-content {
  padding: clamp(30px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offer-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.offer-meta-row .eyebrow { margin-bottom: 0; }
.offer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--lf-accent);
  color: #17212b;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.offer-content h2 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.02;
  letter-spacing: -.05em;
  font-weight: 900;
  color: var(--lf-secondary);
}
.offer-text {
  max-width: 650px;
  margin: 0 0 18px;
  color: var(--lf-muted);
  font-size: 1.08rem;
}
.offer-expiration {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 24px;
  padding: 9px 12px;
  border-radius: 6px;
  background: rgba(15, 95, 143, .08);
  color: var(--lf-secondary);
  font-weight: 850;
}
.offer-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.offer-call-link {
  color: var(--lf-secondary);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.offer-disclaimer {
  margin: 18px 0 0;
  max-width: 640px;
  color: #6b7683;
  font-size: .86rem;
}

/* Smart Site Booking */
.btn-booking {
  background: var(--lf-secondary);
  color: #fff;
  min-height: 46px;
  padding: 10px 17px;
  box-shadow: none;
}
.btn-booking:hover { color: #fff; background: var(--lf-primary); }
.btn-booking-mobileMenuButton {
  display: none;
}
.btn-booking-heroButton {
  background: var(--lf-secondary);
}
.final-cta-actions .btn-booking {
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.12);
}
.booking-modal .modal-content {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
.booking-modal .modal-header {
  align-items: flex-start;
  gap: 18px;
  background: var(--lf-light);
}
.booking-modal .modal-header p {
  margin: 4px 0 0;
  color: var(--lf-muted);
  font-size: .95rem;
}
.booking-modal .modal-body { padding: 0; }
.booking-embed-shell {
  min-height: 620px;
  width: 100%;
  background: #fff;
}
.booking-embed-shell iframe {
  width: 100%;
  min-height: 620px;
  border: 0;
}
.sticky-mobile-booking { display: none; }

@media (max-width: 991.98px) {
  .offer-shell { grid-template-columns: 1fr; }
  .offer-image-wrap,
  .offer-image-wrap img { min-height: 260px; }
  .btn-booking-headerButton { display: none; }
}

@media (max-width: 575.98px) {
  .offer-section { padding: 56px 0; }
  .offer-content { padding: 28px; }
  .offer-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .offer-actions .btn-lf { width: 100%; }
  .offer-call-link { text-align: center; }
  .sticky-mobile-booking { display: none !important; }
  .booking-embed-shell,
  .booking-embed-shell iframe { min-height: 560px; }
}

/* v1.22.2 booking placement polish */
@media (max-width: 991.98px) {
  .main-nav .btn-booking-mobileMenuButton {
    display: inline-flex;
    justify-content: center;
    margin: 6px 0 2px;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .final-cta-actions {
    flex-wrap: nowrap;
  }
}

/* v1.22.3 booking placement correction */
@media (min-width: 992px) {
  .btn-booking-heroButton {
    display: none;
  }
  .btn-booking-headerButton {
    display: inline-flex;
  }
  .final-cta-actions {
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
  }
  .final-cta-actions .btn-lf {
    flex: 0 0 auto;
    width: auto;
    min-width: max-content;
    white-space: nowrap;
  }
}

@media (max-width: 991.98px) {
  .btn-booking-headerButton {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .hero-actions .btn-booking-heroButton {
    width: 100%;
  }
  .hero-actions .google-rating-badge {
    width: auto;
    align-self: flex-start;
    flex: 0 0 auto;
  }
}

/* v1.22.4 final button polish */
.final-cta-actions .btn-booking {
  min-height: 54px;
  padding: 13px 14px;
  border: 2px solid rgba(255,255,255,.82);
  color: #fff;
  background: rgba(255,255,255,.06);
  box-shadow: none;
}
.final-cta-actions .btn-booking:hover {
  background: #fff;
  color: var(--lf-secondary);
  border-color: #fff;
}

@media (max-width: 575.98px) {
  .hero-actions .btn-booking-heroButton {
    min-height: 54px;
    padding: 13px 22px;
    border-radius: 6px;
    line-height: 1.6;
  }
}

/* R7.9 services headline responsive break */

.services-title-mobile-space { display: none; }
.services-title-desktop-break { display: block; }
@media (max-width: 767.98px) {
  .services-title-desktop-break { display: none; }
  .services-title-mobile-space { display: inline; }
}


.footer-powered-by {
  color: inherit;
  opacity: .82;
  text-decoration: none;
  white-space: nowrap;
}
.footer-powered-by:hover,
.footer-powered-by:focus {
  color: inherit;
  opacity: 1;
  text-decoration: underline;
}


/* R10.48 footer alignment and preview navigation repair */
.footer-bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  justify-content: initial;
  align-items: center;
  column-gap: 18px;
}
.footer-copyright { grid-column: 1; }
.footer-powered-by {
  grid-column: 2;
  justify-self: start;
  text-align: left;
}
.footer-legal-links {
  grid-column: 3;
  justify-self: end;
}
@media (max-width: 575.98px) {
  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .footer-copyright { order: 1; width: 100%; }
  .footer-legal-links { order: 2; width: 100%; justify-content: center; }
  .footer-powered-by { order: 3; width: 100%; text-align: center; }
}
