/* ULTRA-HIGHLIGHTED 6TH SERVICE BOOKING BANNER */
.luxury-booking-showcase {
  position: relative;
  width: 100%;
  padding: 60px 40px;
  margin: 40px 0 60px 0;
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  border: 2px solid #A37A3E;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(163, 122, 62, 0.15);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  isolation: isolate;
}

.showcase-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(17, 17, 19, 0.82) 0%, rgba(17, 17, 19, 0.95) 100%);
  z-index: 1;
}

.showcase-content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 750px;
  width: 100%;
}

.showcase-index-tag {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #E3C588;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

.showcase-main-title {
  font-family: var(--heading-font, 'Recoleta', serif);
  font-weight: 900;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: #FFFFFF !important;
  line-height: 1.2;
  margin-bottom: 15px;
}

.showcase-subtitle {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75) !important;
  max-width: 55ch;
  margin: 0 auto 35px;
}

.showcase-actions-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.showcase-btn-gold {
  background: linear-gradient(135deg, #A37A3E 0%, #E3C588 100%);
  color: #111113 !important;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 16px 36px;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.showcase-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(227, 197, 136, 0.3);
}

.showcase-btn-whatsapp {
  border: 1px solid #25D366;
  color: #25D366 !important;
  background: rgba(37, 211, 102, 0.05);
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 32px;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
}

.showcase-btn-whatsapp:hover {
  background: #25D366;
  color: #111113 !important;
}

.showcase-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--heading-font, 'Recoleta', serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s;
}

.showcase-phone-link i {
  color: #E3C588;
}

.showcase-phone-link:hover {
  color: #E3C588;
}

@media (max-width: 991.98px) {
  .luxury-booking-showcase {
    padding: 60px 20px;
    border-radius: 12px;
  }

  .showcase-actions-group {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .showcase-btn-gold,
  .showcase-btn-whatsapp {
    width: 100%;
    text-align: center;
  }
}

.gold-foil-blend {
  background: linear-gradient(135deg, #A37A3E 0%, #E3C588 50%, #A37A3E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 900;
}
