/* ===== GOOGLE REVIEWS SECTION ===== */
#mb-location-page {
  --mb-display-font: "Roboto", Arial, sans-serif;
}

#mb-location-page :is(h1, h2, h3, .mb-hero-title, .mb-btn, .mb-card-link, .mb-badge, .mb-accreditation-kicker, .mb-nav a, .mb-footer h3, .mb-footer h4) {
  font-family: var(--mb-display-font);
  letter-spacing: -0.018em;
}

#mb-location-page :is(.mb-badge, .mb-accreditation-kicker, .mb-nav a, .mb-card-link) {
  letter-spacing: .04em;
}

#mb-location-page .mb-hero-title {
  font-weight: 850;
  letter-spacing: -0.025em;
  overflow: visible;
}

#mb-location-page .mb-hero-title .mb-line {
  display: block;
  white-space: nowrap;
  overflow: visible;
  width: fit-content;
  max-width: 100%;
  padding-right: .18em;
  padding-bottom: .03em;
}

#mb-location-page .mb-hero-title .mb-gradient-text {
  display: block;
  overflow: visible;
  padding-right: .24em;
  padding-bottom: .10em;
  margin-bottom: -.05em;
}

#mb-location-page :is(h2, h3) {
  font-weight: 820;
}

#mb-location-page .mb-hero {
  padding-bottom: clamp(28px, 4vw, 54px);
}

#mb-location-page .mb-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 1fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}

#mb-location-page .mb-hero-title {
  max-width: 780px;
  font-size: clamp(52px, 4.9vw, 76px);
  line-height: 1.02;
}

#mb-location-page .mb-hero-copy > p {
  max-width: 650px;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.72;
}

#mb-location-page .mb-hero-actions {
  margin-top: 28px;
}

#mb-location-page .mb-hero-promise {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 720px;
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.14);
}

#mb-location-page .mb-hero-promise span {
  position: relative;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding-left: 14px;
}

#mb-location-page .mb-hero-promise span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: calc(100% - 8px);
  border-radius: 99px;
  background: linear-gradient(180deg, #ff4d4d, #3ea6ff);
}

#mb-location-page .mb-hero-promise strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

#mb-location-page .mb-hero-promise small {
  color: rgba(255,255,255,0.66);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

#mb-location-page .mb-hero-service-split {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 22px;
}

#mb-location-page .mb-hero-service-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 18px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.052)),
    rgba(255,255,255,0.04);
  border: 1px solid rgba(62,166,255,0.14);
  box-shadow: 0 16px 34px rgba(0,0,0,0.14);
  backdrop-filter: blur(10px);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

#mb-location-page .mb-hero-service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(62,166,255,0.28);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.065)),
    rgba(255,255,255,0.055);
}

#mb-location-page .mb-hero-service-label {
  color: #8fd0ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

#mb-location-page .mb-hero-service-card h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 900;
}

#mb-location-page .mb-hero-service-card p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  font-size: 14px;
  line-height: 1.62;
}

#mb-location-page .mb-hero-service-card a {
  margin-top: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

#mb-location-page #home-services .mb-location-panel-clean {
  position: relative;
  overflow: hidden;
}

#mb-location-page #home-services .mb-services-grid {
  gap: 20px;
}

#mb-location-page #home-services .mb-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 26px 28px;
}

#mb-location-page #home-services .mb-service-card h3 {
  max-width: 14ch;
  margin-bottom: 18px;
  font-size: clamp(24px, 1.8vw, 30px);
  line-height: 1.12;
}

#mb-location-page #home-services .mb-service-card p {
  max-width: 31ch;
  line-height: 1.58;
}

#mb-location-page #home-services .mb-card-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  color: #8fd0ff;
}

#mb-location-page .mb-service-phone-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 24px 30px;
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(255,59,66,0.18), rgba(62,166,255,0.14)),
    rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 18px 42px rgba(0,0,0,0.18);
}

#mb-location-page .mb-service-phone-cta span {
  display: block;
  color: #8fd0ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

#mb-location-page .mb-service-phone-cta strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.1;
  font-weight: 900;
}

#mb-location-page .mb-service-phone-cta a {
  color: #fff;
  font-family: var(--mb-display-font);
  font-size: clamp(38px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -0.045em;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
  text-shadow: 0 16px 36px rgba(0,0,0,0.22);
  transition: transform .22s ease, color .22s ease;
}

#mb-location-page .mb-service-phone-cta a:hover {
  color: #8fd0ff;
  transform: translateY(-2px);
}

#mb-location-page .mb-google-reviews-section {
  position: relative;
}

#mb-location-page .mb-google-reviews-shell {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 28px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,77,77,0.13), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(62,166,255,0.15), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.055)),
    linear-gradient(135deg, rgba(7,18,34,0.94), rgba(12,23,42,0.88));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}

#mb-location-page .mb-google-reviews-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px;
}

#mb-location-page .mb-google-reviews-head h2 {
  margin: 0 0 12px;
  max-width: 22ch;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: 850;
}

#mb-location-page .mb-google-reviews-head p {
  margin: 0;
  max-width: 720px;
  color: rgba(255,255,255,0.76);
  font-size: 17px;
  line-height: 1.72;
}

#mb-location-page .mb-google-rating-card {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 210px;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(62,166,255,0.16);
  box-shadow: 0 16px 34px rgba(0,0,0,0.16);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

#mb-location-page .mb-google-rating-card:hover {
  transform: translateY(-3px);
  border-color: rgba(62,166,255,0.32);
  background: rgba(255,255,255,0.10);
}

#mb-location-page .mb-google-mark,
#mb-location-page .mb-google-avatar {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: 0 14px 26px rgba(0,0,0,0.20);
}

#mb-location-page .mb-google-mark svg,
#mb-location-page .mb-google-avatar svg {
  width: 25px;
  height: 25px;
  display: block;
}

#mb-location-page .mb-google-blue { fill: #4285f4; }
#mb-location-page .mb-google-red { fill: #ea4335; }
#mb-location-page .mb-google-yellow { fill: #fbbc05; }
#mb-location-page .mb-google-green { fill: #34a853; }

#mb-location-page .mb-google-rating-card strong {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

#mb-location-page .mb-google-stars {
  color: #fbbc05;
  letter-spacing: .08em;
  font-size: 14px;
  line-height: 1.4;
}

#mb-location-page .mb-google-rating-card small {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

#mb-location-page .mb-google-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#mb-location-page .mb-google-review-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(62,166,255,0.13);
  box-shadow: 0 16px 34px rgba(0,0,0,0.14);
}

#mb-location-page .mb-google-review-card--cta {
  background:
    linear-gradient(135deg, rgba(255,77,77,0.10), rgba(62,166,255,0.10)),
    rgba(255,255,255,0.055);
}

#mb-location-page .mb-google-review-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

#mb-location-page .mb-google-avatar--blue {
  background: linear-gradient(135deg, #3ea6ff, #0d5eff);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

#mb-location-page .mb-google-review-card h3 {
  margin: 0 0 2px;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
}

#mb-location-page .mb-google-review-card p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 17px;
  line-height: 1.72;
}

#mb-location-page .mb-google-review-card a {
  margin-top: auto;
  color: #8fd0ff;
  font-weight: 900;
}

@media (max-width: 820px) {
  #mb-location-page .mb-hero-grid {
    grid-template-columns: 1fr;
  }

  #mb-location-page .mb-hero-title {
    max-width: 780px;
    font-size: clamp(52px, 7.6vw, 66px);
    line-height: 1.03;
  }

  #mb-location-page .mb-hero-title .mb-line {
    white-space: nowrap;
  }

  #mb-location-page .mb-google-reviews-head {
    display: grid;
  }

  #mb-location-page .mb-google-rating-card {
    width: 100%;
  }

  #mb-location-page .mb-google-reviews-grid {
    grid-template-columns: 1fr;
  }

  #mb-location-page .mb-service-phone-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  #mb-location-page .mb-service-phone-cta a {
    text-align: center;
  }
}

@media (max-width: 640px) {
  #mb-location-page .mb-hero {
    padding-bottom: 32px;
  }

  #mb-location-page .mb-hero-title {
    font-size: clamp(42px, 10.8vw, 58px);
    line-height: 1.04;
  }

  #mb-location-page .mb-hero-title .mb-line {
    white-space: normal;
  }

  #mb-location-page .mb-hero-service-split {
    grid-template-columns: 1fr;
  }

  #mb-location-page .mb-hero-service-card {
    text-align: left;
  }

  #mb-location-page #home-services .mb-service-card {
    min-height: 0;
    padding: 24px;
  }

  #mb-location-page .mb-service-phone-cta {
    padding: 22px;
    border-radius: 22px;
  }

  #mb-location-page .mb-service-phone-cta a {
    font-size: clamp(34px, 12vw, 52px);
    letter-spacing: -0.035em;
  }

  #mb-location-page .mb-hero-promise {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  #mb-location-page .mb-google-reviews-shell {
    padding: 18px;
    border-radius: 26px;
  }

  #mb-location-page .mb-google-review-card {
    padding: 18px;
    border-radius: 24px;
  }
}
