/* v6.9.166: adaptive product information button with full product names. */
.hero#home .showcase.stage-image-mode > .showcase-feature-next {
  --fueltek-cta-angle: 0deg;
  position: absolute !important;
  isolation: isolate !important;
  left: 50% !important;
  right: auto !important;
  bottom: 142px !important;
  z-index: 92 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  min-width: 280px !important;
  max-width: min(420px, calc(100% - 32px)) !important;
  min-height: 56px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 12px 24px !important;
  overflow: hidden !important;
  transform: translateX(-50%) !important;
  border: 1px solid transparent !important;
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(16, 14, 9, .96), rgba(7, 7, 5, .96)) padding-box,
    conic-gradient(
      from var(--fueltek-cta-angle),
      rgba(243, 179, 36, .18) 0deg,
      rgba(243, 179, 36, .18) 255deg,
      rgba(255, 230, 155, .95) 286deg,
      var(--acid) 310deg,
      rgba(243, 179, 36, .18) 342deg,
      rgba(243, 179, 36, .18) 360deg
    ) border-box !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(243, 179, 36, .08), 0 0 0 rgba(243, 179, 36, 0) !important;
  backdrop-filter: blur(14px) !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: .09em !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  animation: fueltek-cta-border 3.8s linear infinite, fueltek-cta-breathe 3.8s ease-in-out infinite !important;
  transition: transform .25s ease, color .12s ease, text-shadow .12s ease, box-shadow .25s ease !important;
}

.hero#home .showcase.stage-image-mode > .showcase-feature-next:hover,
.hero#home .showcase.stage-image-mode > .showcase-feature-next:focus-visible {
  transform: translateX(-50%) translateY(-2px) !important;
  color: #080602 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .26), 0 0 12px rgba(255, 235, 180, .18) !important;
  box-shadow: 0 10px 30px rgba(243, 179, 36, .28), 0 0 28px rgba(243, 179, 36, .25) !important;
  animation-play-state: paused !important;
  transition: transform .25s ease, color .14s ease .3s, text-shadow .14s ease .3s, box-shadow .25s ease !important;
  outline: none !important;
}

.hero#home .showcase.stage-image-mode > .showcase-feature-next:active {
  transform: translateX(-50%) scale(.98) !important;
}

.hero#home .showcase-feature-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: auto;
  min-width: 0;
  pointer-events: none;
}

.hero#home .showcase-feature-next .feature-product-name {
  display: block;
  min-width: 0;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
  color: inherit;
}

.hero#home .showcase-feature-next .feature-product-arrow {
  flex: 0 0 auto;
  color: inherit;
  font-size: 20px;
  line-height: 1;
  animation: fueltek-cta-arrow 1.9s cubic-bezier(.25, 1, .5, 1) infinite !important;
}

.hero#home .showcase-feature-liquid {
  position: absolute;
  z-index: 0;
  top: 100%;
  left: -25%;
  right: -25%;
  height: 190%;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(180deg, #f8c64d 0%, #f3b324 40%, #df8a0a 72%, #a95403 100%);
  transform: translateY(12%);
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.hero#home .showcase-feature-next:hover .showcase-feature-liquid,
.hero#home .showcase-feature-next:focus-visible .showcase-feature-liquid {
  transform: translateY(-78%);
}

.hero#home .liquid-wave {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  pointer-events: none;
  animation-play-state: paused !important;
}

.hero#home .liquid-wave-one {
  width: 145%;
  height: 58px;
  border-radius: 43%;
  background: rgba(255, 224, 132, .20);
  animation: fueltek-liquid-wave 7s linear infinite;
}

.hero#home .liquid-wave-two {
  width: 135%;
  height: 52px;
  border-radius: 47%;
  background: rgba(214, 112, 3, .10);
  animation: fueltek-liquid-wave 5s linear infinite reverse;
}

.hero#home .liquid-bubble {
  position: absolute;
  bottom: 8px;
  display: block;
  border-radius: 50%;
  background: rgba(255, 248, 225, .64);
  opacity: 0;
  pointer-events: none;
  animation-play-state: paused !important;
}

.hero#home .liquid-bubble-one {
  left: 22%;
  width: 6px;
  height: 6px;
  animation: fueltek-liquid-bubble 1.8s ease-in infinite;
  animation-delay: .12s;
}

.hero#home .liquid-bubble-two {
  left: 48%;
  width: 8px;
  height: 8px;
  animation: fueltek-liquid-bubble 2.2s ease-in infinite;
  animation-delay: .52s;
}

.hero#home .liquid-bubble-three {
  left: 72%;
  width: 4px;
  height: 4px;
  animation: fueltek-liquid-bubble 1.6s ease-in infinite;
  animation-delay: .86s;
}

.hero#home .showcase-feature-next:hover .liquid-bubble,
.hero#home .showcase-feature-next:focus-visible .liquid-bubble {
  opacity: 1;
  animation-play-state: running !important;
}

.hero#home .showcase-feature-next:hover .liquid-wave,
.hero#home .showcase-feature-next:focus-visible .liquid-wave {
  animation-play-state: running !important;
}

.hero#home .showcase-feature-highlight {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .65), transparent);
}

.hero#home .hero-feature-panel .feature-item:last-child {
  border-bottom: 0 !important;
}

@keyframes fueltek-liquid-wave {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes fueltek-liquid-bubble {
  0% { opacity: 0; transform: translateY(0) scale(.7); }
  18% { opacity: .78; }
  100% { opacity: 0; transform: translateY(-72px) scale(1.15); }
}

@media (max-width: 1050px) and (min-width: 681px) {
  .hero#home .hero-feature-panel {
    grid-template-columns: 220px 1fr !important;
  }

  .hero#home .showcase.stage-image-mode > .showcase-feature-next {
    bottom: 18px !important;
  }
}

@media (max-width: 680px) {
  .hero#home .showcase.stage-image-mode > .showcase-feature-next {
    bottom: 16px !important;
    width: min(230px, 72%) !important;
    min-width: 190px !important;
    height: 52px !important;
    padding: 0 17px !important;
    font-size: 11px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero#home .showcase.stage-image-mode > .showcase-feature-next,
  .hero#home .showcase-feature-next .feature-product-arrow,
  .hero#home .liquid-wave,
  .hero#home .liquid-bubble {
    animation: none !important;
  }

  .hero#home .showcase-feature-liquid {
    transition: none;
  }
}


/* Keep the full label readable on narrower screens without reintroducing truncation. */
@media (max-width: 680px) {
  .hero#home .showcase.stage-image-mode > .showcase-feature-next {
    width: calc(100% - 28px) !important;
    min-width: 0 !important;
    max-width: 340px !important;
    padding: 11px 18px !important;
  }

  .hero#home .showcase-feature-content {
    gap: 14px !important;
  }

  .hero#home .showcase-feature-next .feature-product-name {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    text-wrap: balance;
    line-height: 1.12 !important;
    text-align: left;
  }
}
