@import url("https://fonts.googleapis.com/css2?family=Kameron:wght@400..700&display=swap");

:root {
  --ink: black;
  --blue: #1d3e6e;
  --blue-dark: #4b86b4;
  --blue-light: #4b63d8;
  --white: white;
  --accent: #4b63d8;
  --accent-soft: #6fb1d4;
  --price-container-size: clamp(145px, 22vw, 210px);
  --price-container-font: clamp(1.02rem, 1.77vw, 1.5rem);
}

body {
  font-family: "Kameron", "Impact", "Arial Black", sans-serif;
}

.hero {
  margin: 2.5rem auto 1.5rem;
  max-width: 1100px;
  overflow: hidden;
}

#container {
  width: 100%;
  max-width: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(260px, 0.85fr);
  gap: 0;
}

.hero-left,
.hero-right {
  padding: 2.5rem 2.75rem 2rem;
}

.hero-left {
  border-right: 3px solid #d7d1c3;
}

.brand {
  display: grid;
  gap: 0.6rem;
}

.brand-mark {
  margin: auto auto;
}

.brand-mark img {
  width: min(100%, 340px);
  height: auto;
  display: block;
  margin: 0 auto;
}

.brand-name {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  letter-spacing: 0.18rem;
  text-transform: uppercase;
  color: var(--ink);
}

.tagline {
  font-size: clamp(1.6rem, 2vw, 2.3rem);
  color: var(--ink);
  font-weight: 700;
  text-align: center;
}

.owner {
  font-size: clamp(2.5rem, 3.1vw, 2.5rem);
  color: var(--blue-dark);
  font-weight: 700;
  text-align: center;
}

.service-strip {
  margin-top: 1.5rem;
  padding: 1.2rem 1.4rem;
  background: var(--blue);
  color: #fff;
  border-radius: 12px;

  text-align: center;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
}

.service-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem 1.2rem;

  color: var(--white);
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}

.quality-row {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;

  color: var(--blue-dark);
  font-weight: 700;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
}

.payments {
  display: inline-flex;
  gap: 0.5rem;
}

.payment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  padding: 0.3rem 0.5rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  background: #ffffff;
  border: 2px solid #d0c7b5;
  text-transform: uppercase;
}

.payment-icon.visa {
  color: #1a3f88;
}

.payment-icon.mastercard {
  color: #c1252d;
}

.payment-icon.discover {
  color: #c45a12;
}

.badge-pill {
  background: var(--white);
  border: 2px solid #d0c7b5;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
}

.right-title {
  font-size: clamp(2.1rem, 4.2vw, 2.9rem);
  color: var(--accent);
  letter-spacing: 0.18rem;
  text-align: center;
}

.right-subtitle {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: #1d263c;
  font-weight: 700;
}

.phone {
  margin-top: 0.6rem;

  font-size: clamp(1.8rem, 3.75vw, 2.4rem);
  color: var(--blue);
  letter-spacing: 0.14rem;
}

.phone a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: inherit;
  text-decoration: none;
}

.phone a:hover,
.phone a:focus-visible {
  text-decoration: underline;
}

.phone-icon {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
}

.phone-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.address {
  margin-top: 0.5rem;
  font-size: clamp(1.33rem, 2.26vw, 1.6rem);
  color: #1f2331;
}

.address a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
}

.address a:hover,
.address a:focus-visible {
  text-decoration: underline;
}

.address-icon {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-flex;
}

.address-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.hours-price {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.hours-card {
  padding: 1rem 1.2rem;
  border: 2px dashed #c0b7a4;
  border-radius: 14px;
  background: #fffdf8;
  color: #2b2f3d;
  font-size: clamp(1.46rem, 1.88vw, 1.58rem);
}

.price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  width: var(--price-container-size);
  height: var(--price-container-size);
  background: radial-gradient(circle at top, var(--accent-soft), var(--accent));
  color: #ffffff;
  font-size: clamp(var(--price-container-font), 3.8vw, 2.8rem);
  letter-spacing: 0.08rem;
  box-shadow: 0 12px 20px rgba(31, 126, 182, 0.3);
  text-align: center;
  aspect-ratio: 1;
  clip-path: polygon(100% 50%,89.81% 53.92%,99.04% 59.75%,88.28% 61.61%,96.19% 69.13%,85.28% 68.86%,91.57% 77.78%,80.92% 75.38%,85.36% 85.36%,75.38% 80.92%,77.78% 91.57%,68.86% 85.28%,69.13% 96.19%,61.61% 88.28%,59.75% 99.04%,53.92% 89.81%,50% 100%,46.08% 89.81%,40.25% 99.04%,38.39% 88.28%,30.87% 96.19%,31.14% 85.28%,22.22% 91.57%,24.62% 80.92%,14.64% 85.36%,19.08% 75.38%,8.43% 77.78%,14.72% 68.86%,3.81% 69.13%,11.72% 61.61%,0.96% 59.75%,10.19% 53.92%,0% 50%,10.19% 46.08%,0.96% 40.25%,11.72% 38.39%,3.81% 30.87%,14.72% 31.14%,8.43% 22.22%,19.08% 24.62%,14.64% 14.64%,24.62% 19.08%,22.22% 8.43%,31.14% 14.72%,30.87% 3.81%,38.39% 11.72%,40.25% 0.96%,46.08% 10.19%,50% 0%,53.92% 10.19%,59.75% 0.96%,61.61% 11.72%,69.13% 3.81%,68.86% 14.72%,77.78% 8.43%,75.38% 19.08%,85.36% 14.64%,80.92% 24.62%,91.57% 22.22%,85.28% 31.14%,96.19% 30.87%,88.28% 38.39%,99.04% 40.25%,89.81% 46.08%);

}

.price-container .price {
  font-size: calc(var(--price-container-font) * 1.2);
  font-weight: 700;
}

.price-container sup {
  font-size: calc(var(--price-container-font) * 0.7);
}

.price-container .service {
  display: block;
  font-size: clamp(1.5rem, 2.2vw, 1.8rem);
  margin-top: 0.2rem;
}

.right-foot {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 1rem;
  align-items: end;
}

.ase-badge {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
}

.ase-logo {
  width: 80%;
  height: 80%;
  object-fit: contain;
  display: block;
}

.car-img {
  width: 100%;
  max-width: 380px;
  justify-self: end;
  filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.15));
}

.footer-banner {
  background: linear-gradient(90deg, var(--blue-dark), var(--blue));
  color: #ffffff;
  padding: 1.2rem 2rem;
  text-align: center;
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  letter-spacing: 0.12rem;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-left {
    border-right: none;
    border-bottom: 3px solid #d7d1c3;
  }

  .right-foot {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: center;
  }

  .hours-price {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media (max-width: 600px) {
  :root {
    --price-container-size: clamp(150px, 55vw, 210px);
    --price-container-font: clamp(0.89rem, 2.72vw, 1.22rem);
  }

  .hero-left,
  .hero-right {
    padding: 2rem 1.6rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }
}
