.home-slider {
  position: relative;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 1920 / 625;
  font-family: 'Poppins-Regular', 'Poppins', Arial, sans-serif;
}

.home-slider__track,
.home-slider__slide {
  width: 100%;
  height: 100%;
}

.home-slider__slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease;
}

.home-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.home-slider__content {
  position: absolute;
  top: 15%;
  left: 12.65%;
  z-index: 3;
  width: min(55%, 980px);
  color: #2f3b49;
}

.home-slider .home-slider__eyebrow,
.home-slider .home-slider__headline,
.home-slider .home-slider__body {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.home-slider .home-slider__eyebrow {
  color: #314260;
  font-size: clamp(3rem, 3.25vw, 6.2rem);
}

.home-slider__eyebrow strong,
.home-slider__body strong {
  font-family: 'Poppins-Bold', 'Poppins', Arial, sans-serif;
  font-weight: 700;
}

.home-slider .home-slider__headline {
  color: #f04a23 !important;
  font-family: 'Poppins-ExtraBoldItalic', 'Poppins-Bold', 'Poppins', Arial, sans-serif;
  font-size: clamp(4rem, 4vw, 7.7rem);
  font-style: normal;
  font-weight: 800;
  background: linear-gradient(90deg, #f8a51d 0%, #f04a23 42%, #ef3e23 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-slider .home-slider__body {
  max-width: 500px;
  margin-top: 3%;
  font-size: clamp(1.65rem, 1.56vw, 3rem);
}

.home-slider .home-slider__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.05rem;
  min-width: 23rem;
  margin-top: 3.2%;
  padding: 0.9rem 1.5rem 0.9rem 2.1rem;
  border-radius: 999px;
  color: #fff;
  font-family: 'Poppins-ExtraBoldItalic', 'Poppins-Bold', 'Poppins', Arial, sans-serif;
  font-size: clamp(1.35rem, 1.16vw, 2.25rem);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(90deg, #f8a51d 0%, #ef3e23 100%);
  box-shadow: .4rem .4rem 0 rgba(49, 66, 96, .28);
  transition: transform .2s ease, box-shadow .2s ease;
}

.home-slider .home-slider__cta,
.home-slider .home-slider__cta:hover,
.home-slider .home-slider__cta:focus-visible,
.home-slider .home-slider__cta span {
  color: #fff !important;
}

.home-slider .home-slider__cta span {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  font-weight: 800;
  text-align: center;
}

.home-slider .home-slider__cta:hover,
.home-slider .home-slider__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: .55rem .55rem 0 rgba(49, 66, 96, .22);
}

.home-slider__cta-icon {
  display: block;
  flex: 0 0 auto;
  width: 2.85rem;
  height: 2.85rem;
  fill: #fff;
}

img.home-slider__cta-icon {
  object-fit: contain;
}

.home-slider__note {
  position: absolute;
  z-index: 3;
  margin: 0;
  color: rgba(47, 59, 73, .62);
  font-family: 'Poppins-Italic', 'Poppins', Arial, sans-serif;
  font-size: clamp(1.1rem, .85vw, 1.7rem);
  font-style: italic;
}

.home-slider__layers,
.home-slider__layer,
.home-slider__layer img {
  display: block;
}

.home-slider__layer {
  position: absolute;
  z-index: 2;
}

.home-slider__layer img {
  width: 100%;
  height: auto;
}

.home-slider__layer.wave,
.home-slider__layer.side-shape {
  z-index: 1;
}

/* ── Banner 01 ─────────────────────────────────────────────────────────── */
.home-slider__slide--banner-01 .wave       { left: 0; right: 0; bottom: 0; width: 100%; }
.home-slider__slide--banner-01 .product-01 { right: 3%; bottom: 3%; width: 42%; }
.home-slider__slide--banner-01 .home-slider__note { right: 5%; bottom: 2%; }

/* ── Banner 02 ─────────────────────────────────────────────────────────── */
.home-slider__slide--banner-02 .home-slider__content { width: min(45%, 820px); }
.home-slider__slide--banner-02 .side-shape  { left: 0; top: 0; width: 100%; }
.home-slider__slide--banner-02 .product-01  { right: 2%; bottom: 4%; width: 38%; }
/* logo debajo del texto, en zona blanca, a la altura del botón entre el contenido y el camión */
.home-slider__slide--banner-02 .brand       { right: 45%; bottom: 30%; width: 15%; }
.home-slider__slide--banner-02 .home-slider__note { right: 3%; bottom: 2%; }

/* ── Banner 03 ─────────────────────────────────────────────────────────── */
.home-slider__slide--banner-03 .home-slider__content { width: min(46%, 835px); }
.home-slider__slide--banner-03 .home-slider__body    { max-width: 690px; }
.home-slider__slide--banner-03 .home-slider__cta     { margin-top: 2.2%; }
.home-slider__slide--banner-03 .wave       { left: 0; right: 0; bottom: 0; width: 100%; }
.home-slider__slide--banner-03 .product-01 { right: 3%; bottom: 8%; width: 35%; }
.home-slider__slide--banner-03 .home-slider__note { right: 5%; bottom: 2%; }

.home-slider__arrow,
.home-slider__dot {
  position: relative;
  z-index: 4;
  border: 0;
  cursor: pointer;
}

.home-slider__arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border-radius: 50%;
  color: #fff !important;
  font-size: 3rem;
  font-family: Arial, sans-serif;
  line-height: 1;
  text-indent: 0;
  transform: translateY(-50%);
  background: rgba(17, 24, 32, .55);
  transition: background .2s ease, transform .2s ease;
}

.home-slider__arrow:hover,
.home-slider__arrow:focus-visible {
  background: #f57921;
  transform: translateY(-50%) scale(1.04);
}

.home-slider__arrow--prev {
  left: 2rem;
}

.home-slider__arrow--next {
  right: 2rem;
}

.home-slider__dots {
  position: absolute;
  right: 0;
  bottom: 1.8rem;
  left: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.home-slider__dot {
  width: 1.1rem;
  height: 1.1rem;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .75);
  transition: background .2s ease, transform .2s ease;
}

.home-slider__dot.is-active,
.home-slider__dot:hover,
.home-slider__dot:focus-visible {
  background: #f57921;
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .home-slider {
    aspect-ratio: 640 / 1080;
  }

  .home-slider__content {
    top: 8.8%;
    left: 5.5%;
    width: 89%;
    text-align: center;
  }

  .home-slider .home-slider__eyebrow,
  .home-slider .home-slider__headline,
  .home-slider .home-slider__body {
    text-align: center;
  }

  .home-slider .home-slider__eyebrow {
    font-size: clamp(2.8rem, 7vw, 4.8rem);
  }

  .home-slider .home-slider__headline {
    font-size: clamp(3.7rem, 8vw, 5.2rem);
  }

  .home-slider .home-slider__body {
    max-width: 100%;
    margin-top: 4%;
    font-size: clamp(1.43rem, 3.45vw, 2.4rem);
  }

  .home-slider .home-slider__cta {
    min-width: 0;
    width: min(82%, 29.25rem);
    margin-top: 4.8%;
    padding: 0.75rem 1.2rem;
    font-size: clamp(1.35rem, 3.53vw, 2.25rem);
  }

  .home-slider__cta-icon {
    width: 2.55rem;
    height: 2.55rem;
  }

  .home-slider__note {
    font-size: clamp(1.7rem, 4.2vw, 2.7rem);
  }

  /* ── Banner 01 móvil ────────────────────────────────────────────────── */
  .home-slider__slide--banner-01 .wave       { bottom: 0; width: 100%; }
  .home-slider__slide--banner-01 .product-01 { right: 5%; bottom: 20%; width: 60%; }
  .home-slider__slide--banner-01 .home-slider__note { left: 8%; right: auto; bottom: 15%; }

  /* ── Banner 02 móvil ────────────────────────────────────────────────── */
  /* BG de 640×210px: anclado al fondo para que actúe como franja decorativa inferior */
  .home-slider__slide--banner-02 .home-slider__content { width: 89%; }
  .home-slider__slide--banner-02 .side-shape  { left: 0; right: 0; bottom: 0; top: auto; width: 100%; height: auto; }
  .home-slider__slide--banner-02 .product-01  { right: 2%; bottom: 8%; width: 68%; }
  /* logo al costado-derecho del botón, entre el texto y la imagen inferior */
  .home-slider__slide--banner-02 .brand       { right: 8%; top: 52%; width: 40%; }
  .home-slider__slide--banner-02 .home-slider__note { right: 5%; bottom: 2%; }

  /* ── Banner 03 móvil ────────────────────────────────────────────────── */
  .home-slider__slide--banner-03 .home-slider__content { width: 89%; }
  .home-slider__slide--banner-03 .wave       { bottom: 0; width: 100%; }
  .home-slider__slide--banner-03 .product-01 { right: 5%; bottom: 22%; width: 60%; }
  .home-slider__slide--banner-03 .home-slider__note { left: 8%; right: auto; top: auto; bottom: 17%; }

  .home-slider__arrow {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 2.4rem;
  }

  .home-slider__arrow--prev {
    left: 1rem;
  }

  .home-slider__arrow--next {
    right: 1rem;
  }

  .home-slider__dots {
    bottom: 1.2rem;
  }
}
