/* =============================================================================
   GM CAR A/C SERVICE — Unified responsive visual system (2026)
   This layer deliberately wins over legacy page styles. It gives every static
   page the same hierarchy, spacing, forms, navigation and mobile behaviour.
   ============================================================================= */

:root {
  --gm-ink: #102033;
  --gm-navy: #173a61;
  --gm-blue: #245f92;
  --gm-coral: #ef4c3d;
  --gm-coral-dark: #d83d30;
  --gm-green: #127f43;
  --gm-text: #18293d;
  --gm-muted: #62748a;
  --gm-line: #dce4ea;
  --gm-soft: #f3f6f8;
  --gm-white: #ffffff;
  --gm-shadow: 0 14px 36px rgba(16, 32, 51, .10);
  --gm-radius: 14px;
  --gm-container: 1180px;
}

html {
  background: var(--gm-white) !important;
  scroll-padding-top: 84px !important;
}

html body,
html body * {
  font-family: "Manrope", "Inter", "Segoe UI", sans-serif !important;
}

body {
  background: var(--gm-white) !important;
  color: var(--gm-text) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
  overflow-x: clip !important;
}

body > main,
main#page-main {
  background: var(--gm-white) !important;
}

a {
  color: var(--gm-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover { color: var(--gm-coral-dark); }

h1, h2, h3, h4, h5, h6,
.section-title h2,
.section-header-2026 h2 {
  color: var(--gm-ink) !important;
  font-weight: 800 !important;
  letter-spacing: -.035em !important;
  line-height: 1.08 !important;
}

h1 { font-size: clamp(2.45rem, 5.2vw, 4.65rem) !important; }
h2 { font-size: clamp(1.85rem, 3.5vw, 3rem) !important; }
h3 { font-size: clamp(1.32rem, 2.2vw, 1.75rem) !important; }
h4 { font-size: 1.16rem !important; }

p, li, .lead,
.section-title p,
.section-header-2026 p {
  color: var(--gm-muted) !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

.container,
.container-xl,
.container-lg {
  max-width: var(--gm-container) !important;
}

section {
  padding-block: clamp(3.75rem, 7vw, 6.5rem) !important;
}

section.container,
section.container-xl,
section.container-lg {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.overline,
.pill-tag,
.gm-cta-urgency,
.gm-hero-badges-row,
.badge:not(.gm-status-ok):not(.gm-status-err) {
  display: none !important;
}

/* --- Header --------------------------------------------------------------- */
.gm-announce-bar,
.offer-ribbon,
.gm-sticky-bar {
  display: none !important;
}

header {
  position: relative;
  z-index: 1050;
}


.navbar.review-nav,
.navbar.nav-2026,
.navbar {
  min-height: 76px !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, .97) !important;
  border-bottom: 1px solid var(--gm-line) !important;
  box-shadow: 0 1px 0 rgba(16, 32, 51, .02) !important;
}

.navbar > .container-xl,
.navbar > .container {
  min-height: 76px;
  display: flex;
  align-items: center;
}

.navbar-brand,
.navbar.review-nav .navbar-brand,
.navbar.nav-2026 .navbar-brand {
  display: flex !important;
  align-items: center !important;
  margin-right: 1.25rem !important;
  padding: .55rem 0 !important;
}

.navbar-brand img,
.navbar-brand .img {
  content: normal !important;
  width: 52px !important;
  max-width: 52px !important;
  height: 52px !important;
  max-height: 52px !important;
  object-fit: contain !important;
}

.navbar-brand .navbar-brand-name {
  margin-left: .6rem;
  color: var(--gm-ink);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  white-space: nowrap;
}

.navbar-nav {
  gap: .1rem !important;
}

.nav-link,
.navbar .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 42px !important;
  padding: .45rem .67rem !important;
  color: var(--gm-text) !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
  border-radius: 7px !important;
  text-decoration: none !important;
}

.nav-link i { display: none !important; }
.nav-link:hover,
.nav-link.active {
  color: var(--gm-coral) !important;
  background: transparent !important;
}

.navbar .nav-btn-wa,
.navbar .nav-btn-insta {
  display: none !important;
}

.navbar .btn-primary,
.navbar .btn.btn-primary {
  min-height: 42px !important;
  padding: .63rem 1rem !important;
  background: var(--gm-coral) !important;
  border: 1px solid var(--gm-coral) !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-size: .82rem !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.navbar .btn-primary:hover,
.navbar .btn.btn-primary:hover {
  background: var(--gm-coral-dark) !important;
  border-color: var(--gm-coral-dark) !important;
  transform: translateY(-1px);
}

.navbar-toggler {
  width: 44px;
  height: 44px;
  padding: 0 !important;
  border: 1px solid var(--gm-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.navbar-toggler-icon,
.nav-toggler-icon {
  width: 20px !important;
  height: 14px !important;
  background-image: linear-gradient(var(--gm-ink), var(--gm-ink)), linear-gradient(var(--gm-ink), var(--gm-ink)), linear-gradient(var(--gm-ink), var(--gm-ink)) !important;
  background-repeat: no-repeat !important;
  background-size: 20px 2px !important;
  background-position: 0 0, 0 6px, 0 12px !important;
}

/* --- Buttons and controls ------------------------------------------------- */
.btn,
.cta-btn,
.slider-cta-btn,
.gm-submit-btn,
.btn-glow.primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .5rem !important;
  min-height: 48px !important;
  padding: .75rem 1.05rem !important;
  background: var(--gm-coral) !important;
  border: 1px solid var(--gm-coral) !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-size: .9rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: transform .18s ease, background .18s ease, border-color .18s ease !important;
}

.btn:hover,
.cta-btn:hover,
.slider-cta-btn:hover,
.gm-submit-btn:hover,
.btn-glow.primary:hover {
  background: var(--gm-coral-dark) !important;
  border-color: var(--gm-coral-dark) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
}

.btn-outline-light,
.slider-cta-btn-outline,
.btn-outline-primary,
.btn-outline-success,
.cta-btn-wa {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .5rem !important;
  min-height: 48px !important;
  padding: .75rem 1.05rem !important;
  background: transparent !important;
  border: 1px solid currentColor !important;
  border-radius: 8px !important;
  color: var(--gm-ink) !important;
  font-size: .9rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.btn-success,
.btn.btn-success {
  background: var(--gm-green) !important;
  border-color: var(--gm-green) !important;
  color: #fff !important;
}

.btn-outline-light:hover,
.slider-cta-btn-outline:hover,
.btn-outline-primary:hover,
.btn-outline-success:hover,
.cta-btn-wa:hover {
  color: var(--gm-coral) !important;
  background: #fff !important;
  border-color: var(--gm-coral) !important;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(239, 76, 61, .32) !important;
  outline-offset: 3px !important;
}

/* --- Homepage ------------------------------------------------------------- */
.gm-trust-strip {
  background: var(--gm-ink) !important;
  border: 0 !important;
}

/* The homepage has visible service navigation below the carousel. If the
   legacy strip has no items, it should not leave a blank band below the nav. */
#page-main .gm-trust-strip {
  display: none !important;
}

.gm-trust-strip-inner {
  width: min(100% - 2rem, var(--gm-container)) !important;
  min-height: 44px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 1.6rem !important;
  overflow: auto hidden !important;
  scrollbar-width: none;
}

.gm-trust-item {
  flex: 0 0 auto !important;
  color: #dce7ef !important;
  font-size: .75rem !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.gm-trust-item svg { display: none !important; }
.gm-trust-item:nth-child(n + 4) { display: none !important; }

#main-content.gm-fortuner-hero {
  position: relative !important;
  min-height: min(670px, calc(100vh - 120px)) !important;
  margin: 0 !important;
  background: #f7fafc !important;
  isolation: isolate;
  overflow: hidden;
}

#main-content.gm-fortuner-hero::before {
  display: none !important;
}

#main-content.gm-fortuner-hero .carousel-inner,
#main-content.gm-fortuner-hero .carousel-item,
#main-content.gm-fortuner-hero .carousel-item .bg-fade {
  min-height: inherit !important;
  height: 100% !important;
}

#main-content.gm-fortuner-hero .bg-fade {
  background: transparent !important;
}

/* Bootstrap keeps a neighbouring item present during the transition. Hide
   only inactive items outside that transition window, so each service has a
   genuine, image-and-copy slide rather than a changing line of text. */
#main-content.gm-fortuner-hero .carousel-item {
  display: block !important;
  background-color: #f7fafc !important;
  background-position: center right !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#main-content.gm-fortuner-hero .carousel-item:not(.active):not(.carousel-item-next):not(.carousel-item-prev) {
  display: none !important;
}

#main-content.gm-fortuner-hero .slide-bg-fortuner-ac {
  background-image: url("../images/generated/fortuner-legender-ac-service.webp") !important;
}

#main-content.gm-fortuner-hero .slide-bg-fortuner-electrical {
  background-image: url("../images/generated/fortuner-legender-electrical-service.webp") !important;
}

#main-content.gm-fortuner-hero .slide-bg-fortuner-general {
  background-image: url("../images/generated/fortuner-legender-general-service.webp") !important;
}

#main-content.gm-fortuner-hero .carousel-indicators {
  z-index: 4 !important;
  display: flex !important;
  justify-content: flex-start !important;
  width: min(100% - 2rem, var(--gm-container)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  top: 1.15rem !important;
  gap: .42rem !important;
}

#main-content.gm-fortuner-hero .carousel-indicators [data-bs-target] {
  width: 2rem !important;
  height: .32rem !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(16, 32, 51, .25) !important;
  opacity: 1 !important;
}

#main-content.gm-fortuner-hero .carousel-indicators .active {
  width: 3.2rem !important;
  background: var(--gm-blue) !important;
}

#main-content.gm-fortuner-hero .carousel-control-prev,
#main-content.gm-fortuner-hero .carousel-control-next {
  z-index: 4 !important;
  display: grid !important;
  place-items: center !important;
  top: 50% !important;
  bottom: auto !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 1rem !important;
  border: 1px solid rgba(16, 32, 51, .16) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .72) !important;
  color: var(--gm-ink) !important;
  opacity: 0 !important;
  transform: translateY(-50%) !important;
  transition: opacity .2s ease, background .2s ease !important;
}

#main-content.gm-fortuner-hero:hover .carousel-control-prev,
#main-content.gm-fortuner-hero:hover .carousel-control-next,
#main-content.gm-fortuner-hero .carousel-control-prev:focus-visible,
#main-content.gm-fortuner-hero .carousel-control-next:focus-visible {
  opacity: 1 !important;
}

#main-content.gm-fortuner-hero .carousel-control-prev-icon,
#main-content.gm-fortuner-hero .carousel-control-next-icon {
  width: .9rem !important;
  height: .9rem !important;
  filter: invert(13%) sepia(26%) saturate(1170%) hue-rotate(169deg) brightness(91%) contrast(94%) !important;
}

#main-content .carousel-caption {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: min(100% - 2rem, var(--gm-container)) !important;
  min-height: inherit !important;
  margin: 0 auto !important;
  padding: clamp(4rem, 8vw, 7rem) 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
}

#main-content.gm-fortuner-hero h1,
#main-content.gm-fortuner-hero h2 {
  max-width: 515px !important;
  margin: 0 0 1.2rem !important;
  color: var(--gm-ink) !important;
  font-family: "Manrope", "Inter", "Segoe UI", sans-serif !important;
  font-size: clamp(2.85rem, 4.15vw, 3.8rem) !important;
  font-weight: 800 !important;
  line-height: 1.07 !important;
  letter-spacing: -.045em !important;
  text-shadow: none !important;
}

/* The new visual starts on the right. Keep headlines inside the quiet left
   third so no dark lettering crosses the vehicle image. */
#page-main #main-content.gm-fortuner-hero :is(h1, h2) {
  width: min(100%, 515px) !important;
  max-width: 515px !important;
  white-space: normal !important;
  text-align: left !important;
}

#main-content.gm-fortuner-hero p {
  max-width: 470px !important;
  margin: 0 !important;
  color: #526274 !important;
  font-size: 1.05rem !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
  text-shadow: none !important;
}

#main-content.gm-fortuner-hero .gm-hero-service-label {
  max-width: none !important;
  margin-bottom: .72rem !important;
  color: var(--gm-blue) !important;
  font-size: .78rem !important;
  font-weight: 850 !important;
  letter-spacing: .1em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

#main-content.gm-fortuner-hero .gm-hero-service-note {
  max-width: 470px !important;
  margin-bottom: .8rem !important;
  color: var(--gm-ink) !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
}

#main-content.gm-fortuner-hero .gm-hero-service-copy {
  max-width: 490px !important;
}

#main-content.gm-fortuner-hero .gm-hero-visual-note {
  max-width: none !important;
  margin-top: 1.05rem !important;
  color: #607387 !important;
  font-size: .72rem !important;
  font-style: italic;
  line-height: 1.35 !important;
}

#main-content.gm-fortuner-hero .btn-cover {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: .7rem !important;
  padding-top: 1.6rem !important;
}

#main-content.gm-fortuner-hero .slider-cta-btn-outline {
  background: rgba(255, 255, 255, .72) !important;
  border-color: #8ea0af !important;
  color: var(--gm-ink) !important;
}

#main-content.gm-fortuner-hero .slider-cta-btn-outline:hover {
  background: var(--gm-ink) !important;
  border-color: var(--gm-ink) !important;
  color: #fff !important;
}

.gm-visual-toggle {
  display: inline-flex !important;
  align-items: center;
  gap: .42rem;
  min-height: 36px;
  margin-top: 1.15rem;
  padding: .35rem .15rem;
  background: transparent;
  border: 0;
  color: #526274;
  font: inherit;
  font-size: .75rem !important;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration: underline;
  text-decoration-color: #aab7c2;
  text-underline-offset: 4px;
}

#main-content.gm-fortuner-hero .gm-visual-toggle {
  position: absolute !important;
  z-index: 5 !important;
  right: max(1rem, calc((100% - var(--gm-container)) / 2)) !important;
  bottom: 1rem !important;
  margin: 0 !important;
  color: var(--gm-ink) !important;
}

.gm-home-service-links {
  width: min(100% - 2rem, var(--gm-container)) !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: .45rem 1.1rem !important;
  margin: 0 auto !important;
  padding: .86rem 0 !important;
  color: #42566a !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
}

.gm-home-service-links > span {
  color: var(--gm-ink) !important;
  font-weight: 850 !important;
}

.gm-home-service-links a {
  color: var(--gm-blue) !important;
  text-decoration: none !important;
}

.gm-home-service-links a:hover,
.gm-home-service-links a:focus-visible {
  color: var(--gm-coral-dark) !important;
  text-decoration: underline !important;
}

.gm-home-service-links i { margin-right: .28rem; }

.gm-visual-toggle:hover,
.gm-visual-toggle:focus-visible { color: var(--gm-coral-dark); }

.gm-visual-toggle i { font-size: .9rem; }

/* Only below-the-fold content receives rendering containment. The hero and
   navigation stay immediately paintable for a stable first impression. */
section:not(.gm-trust-strip) {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

/* A restrained depth system: visual surfaces lift on precise pointers. This
   keeps the 3D personality without a WebGL/canvas runtime or mobile cost. */
@media (hover: hover) and (min-width: 992px) {
  .card,
  .bento-card,
  .glass-card-2026,
  .visual-service-card,
  .contact-info-card,
  .vehicle-card,
  .service-card,
  .why-card,
  .review-card,
  .testimonial-card {
    transform-style: preserve-3d;
    transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease !important;
    will-change: transform;
  }

  .card:hover,
  .bento-card:hover,
  .glass-card-2026:hover,
  .visual-service-card:hover,
  .contact-info-card:hover,
  .vehicle-card:hover,
  .service-card:hover,
  .why-card:hover,
  .review-card:hover,
  .testimonial-card:hover {
    transform: perspective(1000px) translateY(-6px) rotateX(1deg) !important;
  }

  .visual-service-card img,
  .service-card img,
  .vehicle-card img,
  .card img:not(.navbar-brand img) {
    transform: translateZ(1px);
    transition: transform .26s ease !important;
  }

  .visual-service-card:hover img,
  .service-card:hover img,
  .vehicle-card:hover img,
  .card:hover img:not(.navbar-brand img) {
    transform: translateZ(22px) scale(1.015);
  }
}

.gm-hero-capture,
.gm-missed-call-strip { display: none !important; }

.stats-section {
  padding-block: 1.25rem !important;
  background: var(--gm-soft) !important;
}

.stat-item {
  min-height: 108px !important;
  padding: 1.1rem .75rem !important;
  text-align: left !important;
  align-items: flex-start !important;
}

.stats-section .stat-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.stat-icon { display: none !important; }
.stat-number,
.big-rating,
[data-target] {
  color: var(--gm-ink) !important;
  font-size: clamp(1.65rem, 2.6vw, 2.2rem) !important;
  font-weight: 800 !important;
}
.stat-label {
  margin-top: .3rem !important;
  color: var(--gm-muted) !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
}

.stats-section .stat-number,
.stats-section .big-rating,
.stats-section [data-target] {
  color: var(--gm-ink) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: none !important;
}

.stats-section .stat-label {
  color: var(--gm-muted) !important;
  text-shadow: none !important;
}

/* --- Page heroes and content cadence ------------------------------------- */
.hero-2026,
.about-hero-2026,
.hero-about,
.training-hero,
.service-hero,
.gm-area-hero {
  position: relative !important;
  overflow: hidden !important;
  background: var(--gm-soft) !important;
  color: var(--gm-text) !important;
}

.hero-2026 h1,
.about-hero-2026 h1,
.hero-about h1,
.training-hero h1,
.service-hero h1,
.gm-area-hero h1 {
  color: var(--gm-ink) !important;
  max-width: 760px !important;
}

.hero-2026 h1,
.hero-2026 h1 *,
.hero-2026 .lead,
.hero-2026 .lead *,
.hero-2026 .services-hero-sub,
.hero-2026 .contact-hero-sub,
.hero-2026 .training-hero-sub {
  color: var(--gm-ink) !important;
  -webkit-text-fill-color: var(--gm-ink) !important;
}

.hero-2026 .lead,
.about-hero-2026 .lead,
.training-hero .lead,
.service-hero .lead,
.gm-area-hero .lead,
.services-hero-sub,
.contact-hero-sub,
.training-hero-sub,
.service-hero-desc,
.hero-description {
  color: var(--gm-muted) !important;
  max-width: 670px !important;
}

.hero-2026 > .container-xl > div.d-flex {
  justify-content: flex-start !important;
}

.btn-glow.outline,
.hero-2026 .btn-glow.outline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: .75rem 1.05rem !important;
  background: transparent !important;
  border: 1px solid var(--gm-ink) !important;
  border-radius: 8px !important;
  color: var(--gm-ink) !important;
  font-size: .9rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.btn-glow.outline:hover,
.hero-2026 .btn-glow.outline:hover {
  background: var(--gm-ink) !important;
  border-color: var(--gm-ink) !important;
  color: #fff !important;
}

main > section[style*="linear-gradient"],
main > section[style*="background: linear"] {
  background: var(--gm-ink) !important;
}

main > section[style*="linear-gradient"] h1,
main > section[style*="linear-gradient"] h2,
main > section[style*="background: linear"] h1,
main > section[style*="background: linear"] h2 {
  color: #fff !important;
}

main > section[style*="linear-gradient"] p,
main > section[style*="background: linear"] p {
  color: #d5e0e9 !important;
}

.about-hero-particles,
.aurora-bg::before,
.aurora-bg::after { display: none !important; }

.aurora-bg,
.bg-gray,
.bg-light,
.services-why-section {
  background: var(--gm-soft) !important;
}

.section-title,
.section-header-2026 {
  max-width: 720px !important;
  margin: 0 auto clamp(2rem, 4vw, 3.5rem) !important;
  padding: 0 !important;
  text-align: center !important;
}

.section-title h2,
.section-header-2026 h2 {
  margin-bottom: .85rem !important;
  text-align: center !important;
}

.section-title p,
.section-header-2026 p {
  margin: 0 auto !important;
  text-align: center !important;
}

.gradient-text { color: inherit !important; background: none !important; -webkit-text-fill-color: currentColor !important; }

main .citation-hero {
  background: var(--gm-soft) !important;
}

main .citation-card {
  height: 100% !important;
  padding: clamp(1.25rem, 3vw, 1.7rem) !important;
  background: #fff !important;
  border: 1px solid var(--gm-line) !important;
  border-radius: var(--gm-radius) !important;
  box-shadow: 0 8px 22px rgba(16, 32, 51, .05) !important;
}

main .citation-card h2,
main .citation-card h3 { color: var(--gm-ink) !important; }
main .citation-muted,
main .citation-list { color: var(--gm-muted) !important; }
main .copy-block {
  background: var(--gm-soft) !important;
  border: 1px solid var(--gm-line) !important;
  border-radius: 8px !important;
  color: var(--gm-text) !important;
}

/* --- Reusable cards ------------------------------------------------------- */
.card,
.bento-card,
.glass-card-2026,
.visual-service-card,
.contact-info-card,
.vehicle-card,
.vehicle-card-wide,
.service-card,
.why-card,
.review-card,
.testimonial-card,
.contact-card,
.working-hours-card,
.quick-answer {
  background: #fff !important;
  border: 1px solid var(--gm-line) !important;
  border-radius: var(--gm-radius) !important;
  box-shadow: 0 8px 22px rgba(16, 32, 51, .05) !important;
  color: var(--gm-text) !important;
}

.card,
.bento-card,
.glass-card-2026,
.visual-service-card,
.contact-info-card,
.vehicle-card,
.vehicle-card-wide,
.service-card,
.why-card,
.review-card,
.testimonial-card,
.contact-card,
.working-hours-card {
  padding: clamp(1.25rem, 2.5vw, 1.7rem) !important;
}

.card:hover,
.bento-card:hover,
.visual-service-card:hover,
.contact-info-card:hover,
.vehicle-card:hover {
  border-color: #b9c9d5 !important;
  box-shadow: var(--gm-shadow) !important;
  transform: translateY(-3px) !important;
}

.card-header {
  margin: -1.25rem -1.25rem 1.1rem !important;
  padding: .9rem 1.25rem !important;
  background: var(--gm-ink) !important;
  border: 0 !important;
  border-radius: 13px 13px 0 0 !important;
  color: #fff !important;
}

.card h1, .card h2, .card h3, .card h4, .card h5,
.bento-card h1, .bento-card h2, .bento-card h3, .bento-card h4, .bento-card h5,
.visual-service-card h1, .visual-service-card h2, .visual-service-card h3, .visual-service-card h4, .visual-service-card h5,
.contact-info-card strong,
.vehicle-name {
  color: var(--gm-ink) !important;
}

.card p, .bento-card p, .visual-service-card p,
.contact-info-card p, .contact-info-card span,
.vehicle-card p, .quick-answer p { color: var(--gm-muted) !important; }

.quick-answer strong { color: var(--gm-ink) !important; }

.visual-service-card img,
.service-card img,
.vehicle-card img,
.card img:not(.navbar-brand img) {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  border-radius: 10px !important;
}

/* Generated vehicle-category illustrations. Fixed frames keep every card
   aligned despite varied vehicle proportions, while the transparent source
   art remains fully visible. */
.vehicle-illustration {
  display: grid;
  min-height: 116px;
  max-width: 190px;
  padding: 7px 0 5px;
  place-items: center;
}

.vehicle-illustration.vehicle-illustration-wide { max-width: 290px; }

.vehicle-illustration .vehicle-image {
  display: block;
  width: 100% !important;
  height: 108px !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  filter: drop-shadow(0 12px 15px rgba(22, 58, 97, .18));
  transition: transform .26s ease, filter .26s ease;
}

.vehicle-card-wide .vehicle-image { height: 116px !important; }

@media (hover: hover) and (min-width: 992px) {
  .vehicle-card:hover .vehicle-image {
    filter: drop-shadow(0 16px 19px rgba(22, 58, 97, .24));
    transform: translateZ(20px) scale(1.035);
  }
}

@media (max-width: 767px) {
  .vehicle-illustration {
    min-height: 88px;
    max-width: 132px;
  }

  .vehicle-illustration.vehicle-illustration-wide { max-width: 176px; }
  .vehicle-illustration .vehicle-image { height: 82px !important; }
  .vehicle-card-wide .vehicle-image { height: 94px !important; }
}

.bento-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1rem !important;
}

.bento-card.span-2 { grid-column: span 2 !important; }
.quick-answer { padding: clamp(1.25rem, 3vw, 1.75rem) !important; border-left: 4px solid var(--gm-coral) !important; }
.quick-answer h2 { font-size: 1.25rem !important; }

.accordion-item {
  margin-bottom: .75rem !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid var(--gm-line) !important;
  border-radius: 10px !important;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  padding: 1.1rem 1.15rem !important;
  background: #fff !important;
  color: var(--gm-ink) !important;
  box-shadow: none !important;
  font-weight: 800 !important;
}

.accordion-body { color: var(--gm-muted) !important; }

/* --- Forms ---------------------------------------------------------------- */
form,
.gm-form,
.contact-form-wrapper,
.services-form-section .glass-card-2026 {
  color: var(--gm-text) !important;
}

input,
textarea,
select,
.form-control,
.gm-fld-input,
.gm-hcf-input {
  min-height: 50px !important;
  padding: .75rem .9rem !important;
  background: #fff !important;
  border: 1px solid #cbd6df !important;
  border-radius: 8px !important;
  color: var(--gm-text) !important;
  font-size: 16px !important;
  box-shadow: none !important;
}

textarea { min-height: 125px !important; }
input::placeholder,
textarea::placeholder { color: #8a9aaa !important; opacity: 1 !important; }
input:focus,
textarea:focus,
select:focus,
.form-control:focus,
.gm-fld-input:focus {
  border-color: var(--gm-coral) !important;
  box-shadow: 0 0 0 3px rgba(239, 76, 61, .12) !important;
}

label,
.form-label,
.gm-fld-lbl { color: var(--gm-text) !important; font-weight: 700 !important; }
.gm-fld-lbl { background: #fff !important; }

/* --- Footer --------------------------------------------------------------- */
.footer-2026,
footer {
  padding: clamp(3rem, 6vw, 5rem) 0 1.6rem !important;
  background: var(--gm-ink) !important;
  color: #dce7ef !important;
}

.footer-2026 h1, .footer-2026 h2, .footer-2026 h3,
.footer-2026 h4, .footer-2026 h5, .footer-2026 h6,
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #fff !important;
}

.footer-2026 p,
.footer-2026 li,
.footer-2026 .footer-clock-text,
footer p, footer li { color: #b9c9d5 !important; }

.footer-2026 a,
footer a { color: #fff !important; text-decoration: none !important; }
.footer-2026 a:hover,
footer a:hover { color: #ff9a90 !important; }
.footer-bottom { margin-top: 2rem !important; padding-top: 1.25rem !important; border-top: 1px solid rgba(255,255,255,.15) !important; }

/* Floating CTAs on pages that use inline SVG icons instead of the icon font. */
.whatsapp-float svg,
.call-float svg { width: 26px; height: 26px; }

/* --- Declutter competing floating UI ------------------------------------- */
/* Only floating overlays belong here. `.gm-call-assist` (the homepage symptom
   selector) and `.gm-missed-call-strip` are in-flow content sections, and
   listing them here silently deleted the site's main problem-router from the
   page while leaving its markup in the DOM. */
#gm-chatbot-toggle,
#gm-chatbot-window {
  display: none !important;
}

@media (max-width: 767px) {
  .whatsapp-float,
  .call-float {
    display: none !important;
  }
}

.back-to-top {
  right: 1rem !important;
  /* Clears the call/WhatsApp float stack above it (20px and 90px from the
     bottom); at 1rem it sat directly on top of the call button. */
  bottom: 160px !important;
  width: 44px !important;
  height: 44px !important;
  background: var(--gm-ink) !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #fff !important;
}

.quick-action-bar { display: none !important; }

@media (min-width: 1200px) and (max-width: 1599px) {
  .nav-link,
  .navbar .nav-link { padding-inline: .26rem !important; font-size: .72rem !important; }
}

@media (max-width: 1100px) {
  .navbar-brand img, .navbar-brand .img { max-width: 44px !important; }
}

@media (min-width: 992px) {
  .navbar .nav-link { white-space: nowrap !important; }
}

@media (max-width: 991px) {
  .navbar.review-nav,
  .navbar.nav-2026,
  .navbar { min-height: 68px !important; }

  .navbar > .container-xl,
  .navbar > .container { min-height: 68px !important; }

  .navbar-collapse {
    margin: 0 -1rem !important;
    padding: .75rem 1rem 1rem !important;
    background: #fff !important;
    border-top: 1px solid var(--gm-line) !important;
  }

  .navbar-nav { align-items: stretch !important; }
  .navbar .nav-link { width: 100%; padding: .68rem .35rem !important; }
  .navbar .d-flex.ms-lg-3 { display: flex !important; margin: .55rem 0 0 !important; }
  .navbar .btn-primary { width: 100%; }

  #main-content.gm-fortuner-hero { min-height: 610px !important; }
  #main-content.gm-fortuner-hero h1, #main-content.gm-fortuner-hero h2 { max-width: 455px !important; }
  #main-content.gm-fortuner-hero p { max-width: 430px !important; }
  #main-content.gm-fortuner-hero h1, #main-content.gm-fortuner-hero h2 { font-size: clamp(2.65rem, 7vw, 4rem) !important; }
  .bento-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 767px) {
  /* Must clear .quick-action-bar, whose height is --gm-quick-bar-h in
     style.css: 86px plus the safe-area inset. The old hardcoded 68px left the
     last ~18px of every page sitting under the bar, and more than that on
     phones with a home indicator. */
  body { padding-bottom: calc(var(--gm-quick-bar-h, 86px) + 12px) !important; }
  section { padding-block: 3.5rem !important; }
  h1 { font-size: clamp(1.85rem, 8.2vw, 3rem) !important; }
  h2 { font-size: clamp(1.7rem, 8.2vw, 2.25rem) !important; }
  p, li, .lead { font-size: 1rem !important; }

  .navbar-brand img, .navbar-brand .img { max-width: 44px !important; width: 44px !important; height: 44px !important; }
  .navbar-brand .navbar-brand-name { font-size: .93rem; margin-left: .48rem; }
  .navbar.review-nav, .navbar.nav-2026, .navbar { min-height: 64px !important; }
  .navbar > .container-xl, .navbar > .container { min-height: 64px !important; }

  .gm-trust-strip-inner { width: 100% !important; padding: 0 1rem !important; gap: 1rem !important; }
  .gm-trust-item { font-size: .7rem !important; }
  .gm-trust-item:nth-child(n + 3) { display: none !important; }

  #main-content.gm-fortuner-hero {
    min-height: 675px !important;
    background-color: #fbfbfa !important;
  }

  #main-content.gm-fortuner-hero .carousel-item {
    background-position: center top !important;
    background-size: 100% auto !important;
  }

  #main-content.gm-fortuner-hero .carousel-caption {
    width: min(100% - 2rem, 560px) !important;
    min-height: 675px !important;
    padding: 16.25rem 0 1.4rem !important;
    justify-content: flex-start !important;
  }

  #main-content.gm-fortuner-hero h1, #main-content.gm-fortuner-hero h2 {
    max-width: 340px !important;
    margin-bottom: .8rem !important;
    font-size: clamp(2.1rem, 9.1vw, 2.55rem) !important;
  }

  #page-main #main-content.gm-fortuner-hero :is(h1, h2) {
    width: min(100%, 340px) !important;
    max-width: 340px !important;
    text-align: center !important;
  }

  #main-content.gm-fortuner-hero .carousel-caption p { display: block !important; }
  #main-content.gm-fortuner-hero p { max-width: 340px !important; font-size: .83rem !important; line-height: 1.46 !important; }
  #main-content.gm-fortuner-hero .gm-hero-service-label { max-width: none !important; font-size: .75rem !important; }
  #main-content.gm-fortuner-hero .gm-hero-service-note { font-size: .89rem !important; }
  #main-content.gm-fortuner-hero .gm-hero-visual-note { max-width: 340px !important; font-size: .75rem !important; }
  #main-content.gm-fortuner-hero .btn-cover { width: 100%; align-items: stretch !important; gap: .55rem !important; padding-top: 1.1rem !important; }
  #main-content.gm-fortuner-hero .carousel-caption .slider-cta-btn,
  #main-content.gm-fortuner-hero .carousel-caption .slider-cta-btn-outline { width: 100% !important; max-width: none !important; min-height: 46px !important; }
  #main-content.gm-fortuner-hero .carousel-control-prev,
  #main-content.gm-fortuner-hero .carousel-control-next { display: none !important; }
  #main-content.gm-fortuner-hero .gm-visual-toggle {
    top: min(15rem, 57vw) !important;
    right: .7rem !important;
    bottom: auto !important;
    min-height: 32px !important;
    padding: .32rem !important;
    background: rgba(255, 255, 255, .9) !important;
    border: 1px solid rgba(16, 32, 51, .16) !important;
    border-radius: 50% !important;
    font-size: .68rem !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }
  #main-content.gm-fortuner-hero .gm-visual-toggle [data-gm-motion-label] { display: none !important; }
  .gm-home-service-links {
    justify-content: center !important;
    padding: .9rem 0 1rem !important;
    text-align: center !important;
  }
  .gm-visual-toggle { margin-top: .75rem; }

  .stats-section { padding-block: .5rem !important; }
  .stat-item { min-height: 88px !important; padding: .8rem .45rem !important; }
  .stat-number, .big-rating, [data-target] { font-size: 1.42rem !important; }
  .stat-label { font-size: .6rem !important; letter-spacing: .04em !important; }

  .section-title, .section-header-2026 { margin-bottom: 2rem !important; }
  .bento-grid { grid-template-columns: 1fr !important; gap: .8rem !important; }
  .bento-card.span-2 { grid-column: auto !important; }
  .card, .bento-card, .glass-card-2026, .visual-service-card, .contact-info-card, .vehicle-card, .vehicle-card-wide { padding: 1.15rem !important; }
  .card-header { margin: -1.15rem -1.15rem 1rem !important; padding: .8rem 1.15rem !important; }
  .row.g-4, .row.g-3 { --bs-gutter-y: .9rem !important; }

  .back-to-top { bottom: calc(var(--gm-quick-bar-h, 86px) + 12px) !important; }

  .quick-action-bar {
    position: fixed !important;
    z-index: 2000 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    min-height: 64px !important;
    padding: 7px 12px calc(7px + env(safe-area-inset-bottom)) !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 8px !important;
    background: #fff !important;
    border-top: 1px solid var(--gm-line) !important;
    box-shadow: 0 -8px 24px rgba(16, 32, 51, .10) !important;
  }

  /* The bar shows conversion actions only, so navigation links copied into it
     on some pages (Home, Services, Visit, Reviews) stay hidden. /book is the
     third conversion action — the booking page was live and unreachable for
     months because nothing on the site linked it. */
  .quick-action-bar > a:not([href^="tel"]):not([href*="wa.me"]):not([href="/book"]) { display: none !important; }

  .quick-action-bar > a[href^="tel"],
  .quick-action-bar > a[href="/book"],
  .quick-action-bar > a[href*="wa.me"] {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .45rem !important;
    padding: .65rem !important;
    border: 1px solid var(--gm-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--gm-ink) !important;
    font-size: .83rem !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  .quick-action-bar > a[href*="wa.me"] {
    background: var(--gm-green) !important;
    border-color: var(--gm-green) !important;
    color: #fff !important;
  }
}

/* The OS preference is honoured automatically. The page toggle writes the
   same state to html[data-gm-motion] so an explicit visitor choice wins. */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

html[data-gm-motion="reduce"] *,
html[data-gm-motion="reduce"] *::before,
html[data-gm-motion="reduce"] *::after {
  scroll-behavior: auto !important;
  animation-duration: .01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: .01ms !important;
}
