.home-page {
  background: linear-gradient(to bottom, #ffffff 0%, #e8ecf3 50%, #d5dce8 100%);
}

.home-page .underline {
  text-decoration: underline;
  cursor: pointer;
}

.home-page .line-height-24 {
  line-height: 24px !important;
}

.home-page .home-page-inner {
  background-color: transparent;
  padding: 0px;
  position: relative;
}

.home-page .home-page-inner #tire-finder {
  position: relative;
  top: 0px;
  margin: auto;
  z-index: 99;
  width: 100%;
  padding: 0px;
}

.home-page .warranty-section {
  background: transparent;
  padding: 60px 0;
}

.home-page .warranty-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 24px;
}

.home-page .warranty-section-text {
  flex: 1 1 60%;
}

.home-page .warranty-section-eyebrow {
  display: block;
  font-family: Inter;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #237a2e;
  margin-bottom: 0.625rem;
}

.home-page .warranty-section-text h2 {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: Inter;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0 0 16px;
}

.home-page .warranty-section-accent {
  width: 3rem;
  height: 3px;
  background: #237a2e;
  border-radius: 2px;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}

.home-page .warranty-section-description {
  font-size: 0.95rem;
  line-height: 1.6;
  font-family: Inter;
  font-weight: 400;
  color: #555;
  margin-bottom: 20px;
}

.home-page .warranty-section-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-page .warranty-section-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.625rem;
  font-family: Inter;
  font-size: 0.95rem;
  color: #333;
}

.home-page .warranty-section-list-item svg {
  flex-shrink: 0;
}

.home-page .warranty-section-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding: 10px 22px;
  background: #1d4288;
  color: #fff;
  border-radius: 0.5rem;
  font-family: Inter;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(29, 66, 136, 0.25);
  transition: background 200ms ease, box-shadow 200ms ease;
}

.home-page .warranty-section-cta:hover {
  background: #153570;
  box-shadow: 0 3px 10px rgba(29, 66, 136, 0.35);
  color: #fff;
  text-decoration: none;
}

.home-page .warranty-section-cta:focus-visible {
  outline: 2px solid #1d4288;
  outline-offset: 3px;
}

.home-page .warranty-section-image {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
}

.home-page .warranty-section-image img,
.home-page .warranty-section-image picture img {
  width: 100%;
  border-radius: 0.75rem;
  object-fit: cover;
  max-height: 400px;
  display: block;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* Store detail section */
.store-detail-section {
  position: relative;
  padding: 60px 24px 0;
  background: transparent;
}

.store-detail-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.store-detail-image-wrap {
  position: relative;
  max-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  margin-bottom: 0;
  padding-bottom: 0;
}

.store-detail-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Dark frosted glass card */
.store-detail-card {
  max-width: 880px;
  margin: -10rem auto 0;
  position: relative;
  z-index: 10;
  padding-bottom: 0;
}

.store-detail-card-inner {
  background: rgba(0, 15, 50, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  padding: 2rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

/* Column divider */
.store-detail-info {
  padding-right: 2.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.store-detail-hours {
  padding-left: 2.5rem;
}

/* Left side: store info */
.store-detail-name {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.25rem;
  line-height: 1.2;
}

.store-detail-address {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.store-detail-address p {
  margin: 0;
}

/* Contact row */
.store-detail-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.store-detail-phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.store-detail-phone svg {
  color: #ffffff;
  flex-shrink: 0;
}

.store-detail-phone a {
  font-family: Inter, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.store-detail-phone:hover svg,
.store-detail-phone:hover a {
  color: #3eb049;
}

.store-detail-phone .store-detail-phone-label {
  font-family: Inter, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

/* Action links */
.store-detail-actions {
  display: flex;
  gap: 1rem;
}

.store-detail-btn--directions {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0;
  background: none;
  border: none;
  font-family: Inter, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s ease;
}

.store-detail-btn--directions:hover {
  color: #3eb049;
}

.store-detail-btn--directions:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
}

/* Right side: hours */
.store-detail-hours-title {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.75rem;
}

.store-detail-hours-list {
  display: flex;
  flex-direction: column;
}

.store-detail-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin: 0 -0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: Inter, sans-serif;
}

.store-detail-hours-row:last-child {
  border-bottom: none;
}

.store-detail-hours-day {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

.store-detail-hours-time {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  text-align: right;
}

/* Today highlight */
.store-detail-hours-row--today-open {
  background: rgba(67, 176, 42, 0.2);
  border-radius: 0.5rem;
  border-bottom: none;
}

.store-detail-hours-row--today-open .store-detail-hours-day,
.store-detail-hours-row--today-open .store-detail-hours-time {
  font-weight: 700;
  color: #ffffff;
}

.store-detail-hours-row--today-closed {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0.5rem;
  border-bottom: none;
}

.store-detail-hours-row--today-closed .store-detail-hours-day,
.store-detail-hours-row--today-closed .store-detail-hours-time {
  font-weight: 700;
  color: #ffffff;
}

/* Store detail responsive */
@media (max-width: 767px) {
  .store-detail-section {
    padding: 40px 16px 0;
  }

  .store-detail-image-wrap {
    border-radius: 10px;
    max-height: 280px;
  }

  .store-detail-card {
    margin-top: -6rem;
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 1rem;
  }

  .store-detail-card-inner {
    grid-template-columns: 1fr;
    padding: 1.5rem 1.25rem;
    border-radius: 0.625rem;
  }

  .store-detail-info {
    padding-right: 0;
    border-right: none;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .store-detail-hours {
    padding-left: 0;
    padding-top: 1.25rem;
  }

  .store-detail-name {
    font-size: 1.25rem;
  }

  .store-detail-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

.home-page .main-article .main-article__img {
  display: flex;
  align-items: center;
  height: 100%;
}

.home-page .main-article .main-article__content {
  padding: 28px;
}

.home-page .main-article .main-article__content h3 {
  font-size: 40px;
  line-height: 54px;
  font-family: Inter;
  font-weight: 700;
  color: #1D4288;
  margin-bottom: 46px;
}

.home-page .main-article .main-article__content .separate {
  height: 4px;
  width: 200px;
  display: inline-block;
  background-color: #3EB049;
  margin-bottom: 34px;
}

.home-page .main-article .main-article__content .step-footer h4 {
  font-size: 36px;
  font-family: BebasNeue;
  font-weight: 700;
  color: #1D4288;
  margin-bottom: 25px;
}

.home-page .main-article .main-article__content .shop-menu__header__content__left {
  flex: 0 0 200px;
  color: #1D4288
}

.home-page .main-article .main-article__content .shop-menu__header__content__left span {
  font-size: 14px;
  line-height: 18px;
  font-family: Inter;
  font-weight: 400;
  display: block;
}

.home-page .main-article .main-article__content .shop-menu__header__content__left b,
.home-page .main-article .main-article__content .shop-menu__header__content__left h6 {
  font-size: 12px;
  line-height: 12px;
  font-family: Inter;
  font-weight: 700;
}

.home-page .main-article .main-article__content .shop-menu__header__content__left h5 {
  font-size: 18px;
  font-family: Inter;
  font-weight: 700;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right {
  width: 100%;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time {
  display: flex;
  justify-content: space-between;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time .day {
  flex: 0 0 52px;
  font-size: 14px;
  line-height: 24px;
  color: black;
  font-weight: 700;
  opacity: 0.35;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time .time {
  font-size: 14px;
  line-height: 24px;
  color: black;
  font-weight: 700;
  opacity: 0.35;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time.active .day,
.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time.active .time {
  opacity: 1;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .time {
  min-width: 180px;
}

/* Popular services section */
.home-page .recommend-service {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px;
}

.home-page .recommend-service .recommend-service-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}

.home-page .recommend-service .recommend-service-header-left span {
  display: block;
  color: #237a2e;
  font-size: 0.8125rem;
  font-family: Inter;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0.5rem;
}

.home-page .recommend-service .recommend-service-header-left h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0;
}

.home-page .recommend-service .recommend-service-accent {
  width: 3rem;
  height: 3px;
  background: #237a2e;
  border-radius: 2px;
  margin-top: 0.75rem;
}

.home-page .recommend-service .recommend-service-viewall {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Inter;
  font-weight: 600;
  font-size: 0.875rem;
  color: #1D4288;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.375rem 1rem;
  border: 1.5px solid #1D4288;
  border-radius: 2rem;
  transition: all 0.15s ease;
}

.home-page .recommend-service .recommend-service-viewall:hover {
  background: #1D4288;
  color: #ffffff;
}

.home-page .recommend-service .recommend-service-viewall:focus-visible {
  outline: 2px solid #1D4288;
  outline-offset: 3px;
}

/* Services grid */
.home-page .recommend-service .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Service card */
.home-page .recommend-service .service-card {
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  background: #fff;
  transition: all 0.2s ease;
}

.home-page .recommend-service .service-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* Image link wrapper — contains image + overlay */
.home-page .recommend-service .service-card-image-link {
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.home-page .recommend-service .service-card-image-link:focus-visible {
  outline: 2px solid #1D4288;
  outline-offset: -2px;
}

/* Show overlay on keyboard focus too */
.home-page .recommend-service .service-card-image-link:focus-visible .service-card-overlay {
  background: rgba(0, 15, 50, 0.5);
}

.home-page .recommend-service .service-card-image-link:focus-visible .service-card-learn {
  opacity: 1;
  transform: translateY(0);
}

.home-page .recommend-service .service-card-image-wrapper {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background-color: #f0f0f0;
}

.home-page .recommend-service .service-card-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-page .recommend-service .service-card:hover .service-card-image-wrapper img {
  transform: scale(1.05);
}

/* Dark scrim overlay — fades in on hover */
.home-page .recommend-service .service-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  pointer-events: none;
}

.home-page .recommend-service .service-card:hover .service-card-overlay {
  background: rgba(0, 15, 50, 0.5);
}

/* "Learn More" pill — slides up on hover */
.home-page .recommend-service .service-card-learn {
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  background: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 0.875rem;
  color: #1a1a1a;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.3s ease;
}

.home-page .recommend-service .service-card:hover .service-card-learn {
  opacity: 1;
  transform: translateY(0);
}

/* Card body — flexbox pins button to bottom */
.home-page .recommend-service .service-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem 1.25rem;
}

.home-page .recommend-service .service-card-title {
  color: #1a1a1a;
  font-family: Inter;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.3;
  margin: 0 0 8px;
}

.home-page .recommend-service .service-card-description {
  margin: 0 0 16px;
  font-family: Inter;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* "Schedule Service" — always visible, full-width navy button pinned to bottom */
.home-page .recommend-service .service-card-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.625rem;
  border-radius: 0.5rem;
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 600;
  background: #1d4288;
  color: #ffffff;
  text-decoration: none;
  border: none;
  cursor: pointer;
  margin-top: auto;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(29, 66, 136, 0.25);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.home-page .recommend-service .service-card-cta:hover {
  background: #153570;
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(29, 66, 136, 0.35);
}

.home-page .recommend-service .service-card-cta:focus-visible {
  outline: 2px solid #1d4288;
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .home-page .recommend-service .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-page .recommend-service .recommend-service-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .home-page .recommend-service .services-grid {
    grid-template-columns: 1fr;
  }

  .home-page .recommend-service {
    padding: 40px 16px;
  }
}

/* === Hero === */
.home-page .hero {
  position: relative;
  overflow: hidden;
  max-height: 848px;
  min-height: 588px;
  padding-bottom: 48px;
}

.home-page .hero__media {
  position: absolute;
  inset: 0;
}

.home-page .hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.home-page .hero__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, .25) 0%,
    rgba(0, 0, 0, .08) 35%,
    transparent 100%
  );
}

.home-page .hero__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 24px;
  max-width: 560px;
  z-index: 1;
}

.home-page .hero__title {
  font-family: Inter;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 12px;
  text-shadow: 0 2px 8px rgba(0,0,0,.3);
}

.home-page .hero__desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, .95);
  margin: 0 0 20px;
  text-shadow: 0 1px 6px rgba(0,0,0,.4);
  overflow: visible;
  display: block;
}

.home-page .hero__actions {
  display: flex;
  gap: 12px;
}

.home-page .hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #1d4288;
  border: none;
  border-radius: 8px;
  font-family: Inter;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background .2s ease, box-shadow .2s ease;
  text-transform: none;
  text-decoration: none;
}

.home-page .hero__btn:hover {
  background: #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.home-page .hero__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.home-page .hero__btn svg {
  transition: transform .2s ease;
}

.home-page .hero__btn:hover svg {
  transform: translateX(3px);
}

.home-page .hero__btn--secondary {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  box-shadow: none;
  text-decoration: none;
}

.home-page .hero__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.9);
  color: #fff;
  box-shadow: none;
}

.home-page .hero__legal {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, .7);
  margin-top: 12px;
  line-height: 1.4;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);
}

.home-page .hero__legal-link {
  font-family: Inter;
  font-weight: 500;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, .85);
  margin-top: 12px;
  cursor: pointer;
  text-decoration: underline;
}

/* Modal styles (retained) */
.header-title {
  font-size: 32px;
  font-weight: 700;
  font-family: Inter;
  color: #1D4288;
}

.close-button-modal {
  background-color: #ffffff;
  height: 53px;
  border: none;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1d4288;
  margin: unset !important;
}

.legal-text-style {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: Inter;
}

@media (min-width: 576px) {
  .home-page .main-article .main-article__content .shop-menu__header__content__right {
    width: unset;
    justify-content: unset;
  }

  .home-page .hero__title {
    font-size: 2.25rem;
  }

  .home-page .hero__content {
    padding: 40px 5%;
  }
}

@media (max-width: 575px) {
  .home-page .hero {
    max-height: none;
    min-height: 265px;
  }

  .home-page .hero__content {
    padding: 20px 20px 24px;
    max-width: 100%;
  }

  .home-page .hero__title {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .home-page .hero__desc {
    font-size: 0.8rem;
    margin-bottom: 14px;
  }

  .home-page .hero__btn {
    padding: 8px 16px;
    font-size: 0.75rem;
  }

  .home-page .hero__legal,
  .home-page .hero__legal-link {
    font-size: 0.65rem;
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .home-page .warranty-section-inner {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .home-page .warranty-section-text,
  .home-page .warranty-section-image {
    flex: 1 1 100%;
  }

  .home-page .warranty-section {
    padding: 32px 0;
  }
}

@media (min-width: 768px) {
  .home-page .main-article .main-article__content {
    padding: 60px 28px;
  }
}

@media (min-width: 992px) {
  .home-page .main-article .main-article__content {
    padding: 70px 60px 70px 30px;
  }

  .home-page .hero__title {
    font-size: 2.75rem;
  }

  .home-page .hero__content {
    padding: 48px 60px;
    max-width: 740px;
  }

  .home-page .hero__desc {
    font-size: 1.05rem;
  }
}