.slider-shell {
  position: relative;
  height: 100%
}

#promoCarousel,
#promoCarousel .carousel-inner,
#promoCarousel .carousel-item {
  height: 100%
}

.hero-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: .75rem;
  overflow: hidden;
  min-height: clamp(200px, 30vw, 500px)
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1;
  transition: opacity .3s ease
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  display: block
}

.hero-wrap.img-loaded .hero-bg {
  opacity: 0
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding: clamp(12px, 3vw, 22px)
}

.hero-card {
  width: min(86%, 560px);
  color: #fff;
  display: grid;
  gap: .5rem;
  padding: clamp(12px, 1.8vw, 22px) clamp(14px, 2.3vw, 26px);
  background: rgba(15, 18, 21, .58);
  backdrop-filter: saturate(1.1) blur(2px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .28);
  text-align: center
}

.hero-badge {
  display: inline-block;
  background: var(--zr-orange);
  color: #fff;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  padding: .24rem .7rem;
  font-size: .72rem;
  letter-spacing: .04em
}

.hero-title {
  margin: 0;
  color: #fff;
  font-weight: 900;
  line-height: 1.18;
  font-size: clamp(1.2rem, 3.4vw, 2.4rem)
}

.hero-subtitle {
  margin: 0;
  color: #ffefe6;
  font-weight: 600;
  line-height: 1.28;
  font-size: clamp(.95rem, 2.1vw, 1.2rem)
}

.hero-cta {
  display: inline-block;
  background: var(--zr-orange);
  color: #fff;
  font-weight: 800;
  border: none;
  border-radius: .55rem;
  text-transform: uppercase;
  padding: .55rem 1.05rem;
  margin-top: .25rem;
  text-decoration: none;
  transition: transform .15s ease, background .2s ease
}

.hero-cta:hover {
  background: #d85a0a;
  transform: translateY(-1px)
}

.carousel-indicators {
  position: static;
  margin-top: .75rem;
  display: flex;
  justify-content: center;
  gap: .5rem;
  height: 18px
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #d1d5db;
  border: none;
  opacity: 1
}

.carousel-indicators .active {
  background: var(--zr-orange)
}

/* Brand carousel */
.brand-carousel {
  --brand-logo-size: 60px
}

.brand-carousel .brand-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  align-content: center;
  min-height: calc(var(--brand-logo-size)*2 + 1.5rem);
  overflow: hidden
}

.brand-carousel .brand-logo {
  height: var(--brand-logo-size);
  object-fit: contain;
  filter: grayscale(.06);
  opacity: .98
}

.brand-carousel .brand-logo-wrapper {
  flex: 0 0 25%;
  justify-content: center;
  align-items: center
}

.brand-carousel .brand-slide .brand-logo-wrapper {
  display: none
}

.brand-carousel .brand-slide .brand-logo-wrapper:nth-child(-n+8) {
  display: flex
}

@media (min-width:768px) {
  .brand-carousel .brand-logo-wrapper {
    flex-basis: 16.666%
  }

  .brand-carousel .brand-slide .brand-logo-wrapper:nth-child(-n+12) {
    display: flex
  }
}

@media (min-width:1024px) {
  .brand-carousel .brand-logo-wrapper {
    flex-basis: 12.5%
  }

  .brand-carousel .brand-slide .brand-logo-wrapper {
    display: flex
  }
}

/* Grey bands */
/* Floating Search Card */
.search-card-floating {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-top: -4rem;
  /* Overlap the hero */
  position: relative;
  z-index: 10;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.search-card-floating:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.search-step {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Search Steps Styling */
.search-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  align-items: end;
}

.search-step label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 0.4rem;
  display: block;
}

.search-step .form-select {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 0.6rem 2.25rem 0.6rem 0.75rem;
  /* Adjust for arrow */
  font-size: 0.95rem;
  font-weight: 500;
  color: #1e293b;
  background-color: #f8fafc;
  transition: all 0.2s;
  height: 48px;
}

.search-step .form-select:focus {
  border-color: var(--zr-orange);
  box-shadow: 0 0 0 3px rgba(244, 122, 32, 0.15);
  background-color: #fff;
}

.btn-search-premium {
  background: linear-gradient(135deg, var(--zr-orange) 0%, #d85a0a 100%);
  color: #fff;
  font-weight: 800;
  border: none;
  border-radius: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(244, 122, 32, 0.3);
}

.btn-search-premium:hover {
  background: linear-gradient(135deg, #ff8c38 0%, #e6600b 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(244, 122, 32, 0.4);
  color: #fff;
}

/* Service Info Icons */
.service-info-row {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
}

.service-item i {
  color: var(--zr-orange);
  font-size: 1.2rem;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .search-card-floating {
    margin-top: -2rem;
    padding: 1.25rem;
  }

  .search-steps {
    grid-template-columns: 1fr;
    /* Stack on mobile */
    gap: 0.75rem;
  }

  .service-info-row {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    text-align: center;
  }
}

/* Brand Carousel Polish */
.brand-item {
  border: 1px solid #f1f5f9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}

.brand-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  border-color: var(--zr-orange);
}

.brand-item img {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s;
}

.brand-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Home Bands Polish */
.home-band {
  background: #fff;
  /* White background for cleaner look */
  padding: 4rem 1rem;
  text-align: center !important;
  position: relative;
}

.home-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: var(--zr-orange);
  border-radius: 2px;
}

.home-band-title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #1e293b;
}

.home-band-text {
  font-size: 1.1rem;
  color: #475569;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.home-band-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--zr-orange) 0%, #d85a0a 100%);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  border-radius: 2rem;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(244, 122, 32, 0.3);
  transition: all 0.3s ease;
  margin-top: 2rem;
}

.home-band-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(244, 122, 32, 0.4);
  color: #fff;
}

/* Mobile Categories Scroll */
@media (max-width: 768px) {
  .categories-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0;
    margin: 0 -1rem;
    /* Bleed to edges */
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex !important;
    /* Force show */
  }

  #categories-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0.5rem;
  }

  #categories-list>li {
    flex: 0 0 auto;
  }

  #categories-list .nav-link {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    padding: 0.5rem 1rem !important;
    font-size: 0.9rem !important;
  }

  #categories-list .nav-link:hover,
  #categories-list .nav-link.active {
    background: var(--zr-orange);
    color: #fff !important;
    border-color: var(--zr-orange);
  }

  #categories-list .nav-link i,
  #categories-list .nav-link img {
    margin-right: 0.5rem;
  }

  /* Hide the old CTA button on mobile if we show the list */
  #catalog-cta {
    display: none !important;
  }
}