﻿/* @2026 Mario Machado. */
body.garage-service-open {
  overflow: hidden;
}

.garage-service-page {
  position: fixed;
  z-index: 36;
  inset: var(--header-height) 0 0;
  background: rgba(244, 249, 255, 0.72);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
}

.garage-service-page.open {
  opacity: 1;
  pointer-events: auto;
}

.garage-overlay {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: none;
}

.garage-service-page.open .garage-overlay {
  transform: none;
}

.garage-shell {
  max-width: 1536px;
  min-height: 100%;
  margin: 0 auto;
  padding: 18px 52px 0;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 68%, #ffffff 100%);
  box-shadow: 0 0 60px rgba(20, 92, 157, 0.18);
  overflow: hidden;
}

.garage-hero {
  display: grid;
  grid-template-columns: minmax(560px, 0.86fr) minmax(0, 1.14fr);
  min-height: 530px;
  overflow: hidden;
  background: #ffffff;
}

.garage-copy {
  position: relative;
  z-index: 3;
  padding: 6px 28px 24px 8px;
}

.garage-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 48px;
  color: #385371;
  font-size: 12px;
  font-weight: 800;
}

.garage-breadcrumb a::before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  border-radius: 3px;
  background: var(--blue);
  content: "";
  vertical-align: -2px;
  clip-path: polygon(50% 0, 100% 43%, 88% 43%, 88% 100%, 62% 100%, 62% 66%, 38% 66%, 38% 100%, 12% 100%, 12% 43%, 0 43%);
}

.garage-breadcrumb span::before,
.garage-breadcrumb strong::before {
  margin-right: 10px;
  color: #7e95af;
  content: ">";
}

.garage-breadcrumb strong {
  color: var(--ink);
}

.garage-copy h2 {
  max-width: 520px;
  margin: 0;
  color: #061a45;
  font-size: clamp(52px, 4.8vw, 76px);
  line-height: 0.98;
  font-weight: 800;
}

.garage-copy h2::after {
  display: block;
  width: 76px;
  height: 5px;
  margin: 18px 0 22px;
  border-radius: 999px;
  background: var(--blue);
  content: "";
}

.garage-copy > p {
  max-width: 520px;
  margin: 0 0 22px;
  color: #10284d;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}

.garage-hero-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 520px;
}

.garage-hero-pills article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 70px;
  padding: 10px 14px;
  border: 1px solid #d8e8fa;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(20, 92, 157, 0.08);
}

.garage-hero-pills span {
  color: var(--blue);
}

.garage-hero-pills svg {
  width: 30px;
  height: 30px;
}

.garage-hero-pills strong {
  color: #061a45;
  font-size: 13px;
  line-height: 1.22;
  font-weight: 800;
}

.garage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
}

.garage-primary,
.garage-back,
.garage-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
}

.garage-primary {
  min-width: 235px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b6ee6, #003dd7);
  box-shadow: 0 12px 28px rgba(0, 82, 200, 0.24);
}

.garage-primary span,
.garage-cta a span,
.garage-cta a i {
  width: 20px;
  height: 20px;
}

.garage-back {
  min-width: 200px;
  border: 1.5px solid #0b56df;
  color: #0b56df;
  background: #ffffff;
  cursor: pointer;
}

.garage-back span {
  width: 19px;
  height: 19px;
  transform: rotate(180deg);
}

.garage-hero-media {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  border-bottom-left-radius: 160px;
}

.garage-hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.garage-hero-media ul {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 13px;
  width: min(360px, calc(100% - 48px));
  margin: 0;
  padding: 24px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(5, 58, 143, 0.96), rgba(6, 29, 83, 0.96));
  box-shadow: 0 16px 38px rgba(0, 45, 116, 0.28);
  list-style: none;
}

.garage-hero-media li,
.garage-included li,
.garage-frequency li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.garage-hero-media li span,
.garage-included li span {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  color: #ffffff;
  background: #50bd39;
}

.garage-hero-media li svg,
.garage-included li svg {
  width: 12px;
  height: 12px;
}

.garage-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 10px 8px 24px;
  padding: 28px 18px;
  border: 1px solid #cfe3f8;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(20, 92, 157, 0.12);
}

.garage-benefits article {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 150px;
  padding: 0 22px;
  text-align: center;
}

.garage-benefits article + article {
  border-left: 1px solid #d6e4f4;
}

.garage-benefits span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: #0659df;
}

.garage-benefits svg {
  width: 42px;
  height: 42px;
}

.garage-benefits strong,
.garage-process strong,
.garage-advantages strong {
  color: #061a45;
  font-weight: 800;
}

.garage-benefits p {
  max-width: 210px;
  margin: 0;
  color: #10284d;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.garage-included-gallery {
  display: grid;
  grid-template-columns: minmax(310px, 0.48fr) minmax(0, 1fr);
  gap: 26px;
  margin-bottom: 24px;
  padding: 24px 28px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f4f9ff, #ffffff);
  box-shadow: 0 10px 28px rgba(20, 92, 157, 0.08);
}

.garage-included h3,
.garage-process h3,
.garage-details h3,
.garage-cta h3 {
  margin: 0;
  color: #061a45;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}

.garage-included h3::after {
  display: block;
  width: 84px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: #0b56df;
  content: "";
}

.garage-included ul,
.garage-frequency ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.garage-included li {
  color: #0b244b;
  font-size: 13px;
}

.garage-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.garage-gallery figure {
  margin: 0;
}

.garage-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1.35;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(14, 68, 126, 0.13);
}

.garage-gallery figcaption {
  margin-top: 10px;
  color: #061a45;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.garage-process {
  padding: 0 0 24px;
  text-align: center;
}

.garage-process > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  margin-top: 26px;
}

.garage-process article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.garage-process article::before {
  position: absolute;
  top: 35px;
  left: -50%;
  width: 100%;
  border-top: 1px dashed #88b4ee;
  content: "";
}

.garage-process article:first-child::before {
  display: none;
}

.garage-process i {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: calc(50% - 70px);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  background: #0c57d8;
  font-style: normal;
  font-size: 18px;
  font-weight: 800;
}

.garage-process span {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 1px solid #b8d4f5;
  border-radius: 50%;
  color: #075ee4;
  background: #f3f9ff;
}

.garage-process span svg {
  width: 38px;
  height: 38px;
}

.garage-process strong {
  margin-top: 8px;
  font-size: 15px;
}

.garage-process p {
  max-width: 190px;
  margin: 0;
  color: #10284d;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.garage-details {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.62fr) minmax(0, 1fr);
  gap: 16px;
}

.garage-advantages,
.garage-frequency,
.garage-faq {
  position: relative;
  min-height: 275px;
  padding: 24px;
  border: 1px solid #d9e8f8;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(20, 92, 157, 0.08);
  overflow: hidden;
}

.garage-advantages > div {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  max-width: 62%;
}

.garage-advantages article {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
}

.garage-advantages article > span,
.garage-frequency li span {
  color: #075ee4;
}

.garage-advantages article svg,
.garage-frequency li svg {
  width: 22px;
  height: 22px;
}

.garage-advantages p {
  margin: 3px 0 0;
  color: #10284d;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.garage-advantages > span {
  position: absolute;
  right: 32px;
  bottom: 12px;
  width: 150px;
  height: 150px;
  color: rgba(11, 86, 223, 0.2);
}

.garage-advantages > span svg {
  width: 150px;
  height: 150px;
}

.garage-frequency li {
  color: #061a45;
  font-size: 14px;
}

.garage-faq h3 {
  margin-bottom: 18px;
}

.garage-faq-item {
  overflow: hidden;
  border: 1px solid #bed5ef;
  border-radius: 8px;
  background: #ffffff;
}

.garage-faq-item + .garage-faq-item {
  margin-top: 9px;
}

.garage-faq button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  border: 0;
  padding: 0 14px;
  color: #061a45;
  background: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.garage-faq button i {
  color: #0b56df;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
}

.garage-faq-item div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease;
}

.garage-faq-item.open div {
  grid-template-rows: 1fr;
}

.garage-faq-item.open button i {
  transform: rotate(45deg);
}

.garage-faq p {
  overflow: hidden;
  margin: 0;
  padding: 0 14px;
  color: #233b5d;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  transition: padding 0.28s ease;
}

.garage-faq-item.open p {
  padding: 2px 14px 14px;
}

.garage-cta {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) minmax(240px, 330px) 130px 170px;
  align-items: center;
  gap: 28px;
  min-height: 134px;
  margin-top: 18px;
  padding: 24px 34px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #063fe4, #006dd5);
  box-shadow: 0 16px 38px rgba(0, 89, 204, 0.22);
}

.garage-cta > span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.garage-cta > span svg {
  width: 52px;
  height: 52px;
}

.garage-cta h3 {
  color: #ffffff;
  font-size: 28px;
}

.garage-cta p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.garage-cta a {
  color: #074dd7;
  background: #ffffff;
}

.garage-cta img {
  width: 130px;
  height: 82px;
  object-fit: cover;
  border-radius: 999px;
}

.garage-cta strong {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .garage-shell {
    padding-inline: 24px;
  }

  .garage-hero,
  .garage-included-gallery,
  .garage-details {
    grid-template-columns: 1fr;
  }

  .garage-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .garage-benefits article + article {
    border-left: 0;
  }

  .garage-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .garage-advantages > div {
    max-width: 70%;
  }

  .garage-cta {
    grid-template-columns: 80px minmax(0, 1fr) minmax(220px, 280px);
  }

  .garage-cta img,
  .garage-cta strong {
    display: none;
  }
}

@media (max-width: 860px) {
  .garage-shell {
    padding: 18px 16px 0;
  }

  .garage-copy {
    padding: 4px 0 24px;
  }

  .garage-breadcrumb {
    margin-bottom: 30px;
  }

  .garage-copy h2 {
    font-size: 42px;
  }

  .garage-copy > p {
    font-size: 16px;
  }

  .garage-hero,
  .garage-hero-media {
    min-height: auto;
  }

  .garage-hero-media {
    border-bottom-left-radius: 70px;
  }

  .garage-hero-media > img {
    height: 370px;
  }

  .garage-hero-pills,
  .garage-benefits,
  .garage-gallery,
  .garage-process > div,
  .garage-cta {
    grid-template-columns: 1fr;
  }

  .garage-benefits,
  .garage-included-gallery,
  .garage-details,
  .garage-cta {
    margin-inline: -16px;
  }

  .garage-benefits article {
    min-height: auto;
    padding: 20px 10px;
  }

  .garage-included-gallery,
  .garage-advantages,
  .garage-frequency,
  .garage-faq {
    border-radius: 0;
  }

  .garage-gallery img {
    aspect-ratio: 1.35 / 1;
  }

  .garage-process article::before {
    display: none;
  }

  .garage-process i {
    left: calc(50% - 58px);
  }

  .garage-advantages > div {
    max-width: none;
  }

  .garage-advantages > span {
    display: none;
  }

  .garage-cta {
    padding-inline: 24px;
    text-align: center;
  }

  .garage-cta > span {
    margin: 0 auto;
  }
}




