/* ============================================
   FEATURED CARD - GOLDEN LUXURIOUS DESIGN
   Beautiful golden premium design that stands out
   ============================================ */

/* Featured Section Container */
.featured-section .premium-hero-banner {
  background: linear-gradient(135deg, rgba(139, 105, 20, 0.3) 0%, rgba(184, 134, 11, 0.2) 100%) !important;
  border: 3px solid #DAA520 !important;
  border-radius: 20px !important;
  padding: 36px !important;
  box-shadow: 0 15px 40px rgba(218, 165, 32, 0.3) !important;
  max-width: 500px !important;
  margin: 40px auto !important;
  position: relative;
  overflow: hidden;
}

/* Remove any conflicting backgrounds */
.featured-section .premium-hero-banner::before {
  display: none !important;
}

/* Featured Badge - PARCEIRO OFICIAL */
.featured-badge {
  background: linear-gradient(135deg, #FFA500, #FF8C00) !important;
  color: #000000 !important;
  padding: 10px 28px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-bottom: 20px !important;
  box-shadow: 0 6px 16px rgba(255, 165, 0, 0.3) !important;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* Featured Logo Container */
.featured-section .premium-hero-logo {
  width: 100px !important;
  height: 100px !important;
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 50% !important;
  border: 2px solid #DAA520 !important;
  padding: 18px !important;
  margin: 0 auto 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.1) !important;
}

.featured-section .premium-hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Featured Content Layout */
.featured-section .premium-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-top: 0;
}

.featured-section .premium-hero-text {
  width: 100%;
  text-align: center;
}

/* Featured Title */
.featured-section .premium-hero-title {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #FFA500 !important;
  text-align: center !important;
  margin-bottom: 12px !important;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.3),
    0 0 30px rgba(255, 165, 0, 0.3) !important;
  letter-spacing: -0.02em;
}

/* Featured Subtitle */
.featured-section .premium-hero-subtitle {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  text-align: center !important;
  margin-bottom: 16px !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
  opacity: 0.95;
}

/* Featured Description */
.featured-section .premium-hero-description {
  font-size: 16px !important;
  color: #FFFFFF !important;
  text-align: center !important;
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

/* Featured Buttons Container */
.featured-section .premium-hero-buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-bottom: 24px !important;
  width: 100%;
}

/* Featured CTA Button Primary */
.featured-section .premium-cta-button,
.featured-section .featured-button-primary {
  background: linear-gradient(135deg, #FFA500, #FF8C00) !important;
  color: #000000 !important;
  padding: 16px 40px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  box-shadow:
    0 6px 20px rgba(255, 165, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none !important;
  text-decoration: none;
  width: 100%;
}

.featured-section .premium-cta-button:hover,
.featured-section .featured-button-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow:
    0 8px 25px rgba(255, 165, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
  background: linear-gradient(135deg, #FF8C00, #FFA500) !important;
}

.featured-section .premium-cta-button:active,
.featured-section .featured-button-primary:active {
  transform: translateY(-1px) !important;
}

/* Featured CTA Button Secondary - X Button */
.featured-section .featured-button-secondary {
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  color: #FFFFFF !important;
  padding: 14px 40px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-decoration: none;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.featured-section .featured-button-secondary:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(255, 255, 255, 0.2) !important;
}

.featured-section .featured-button-secondary:active {
  transform: translateY(0) !important;
}

/* Featured Security Badges */
.featured-section .premium-hero-features {
  display: flex !important;
  justify-content: center !important;
  gap: 24px !important;
  margin-bottom: 0 !important;
  flex-wrap: wrap;
}

.featured-section .feature-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  background: rgba(0, 0, 0, 0.2) !important;
  padding: 10px 20px !important;
  border-radius: 50px !important;
  border: 2px solid rgba(255, 165, 0, 0.4) !important;
  box-shadow:
    0 3px 10px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.featured-section .feature-icon {
  font-size: 18px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Glow effect on hover */
.featured-section .premium-hero-banner:hover {
  box-shadow:
    0 25px 70px rgba(255, 165, 0, 0.5),
    0 15px 40px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 100px rgba(255, 165, 0, 0.3) !important;
  transform: translateY(-2px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Shine effect */
.featured-section .premium-hero-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  animation: shine 3s infinite;
  pointer-events: none;
}

@keyframes shine {
  0%, 100% {
    left: -100%;
  }
  50% {
    left: 200%;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .featured-section .premium-hero-banner {
    padding: 36px 24px !important;
    max-width: 95% !important;
    margin: 24px auto !important;
  }

  .featured-badge {
    font-size: 14px !important;
    padding: 10px 24px !important;
    top: -18px;
  }

  .featured-section .premium-hero-logo {
    width: 100px !important;
    height: 100px !important;
    padding: 16px !important;
    margin-bottom: 20px !important;
  }

  .featured-section .premium-hero-title {
    font-size: 36px !important;
  }

  .featured-section .premium-hero-subtitle {
    font-size: 18px !important;
  }

  .featured-section .premium-hero-description {
    font-size: 16px !important;
    margin-bottom: 24px !important;
  }

  .featured-section .premium-cta-button {
    padding: 16px 40px !important;
    font-size: 16px !important;
    width: 100%;
    max-width: 300px;
  }

  .featured-section .premium-hero-features {
    gap: 16px !important;
  }

  .featured-section .feature-badge {
    font-size: 14px !important;
    padding: 10px 20px !important;
  }
}

/* Light Theme Adjustments */
[data-theme="light"] .featured-section .premium-hero-banner {
  background: linear-gradient(135deg, #DAA520 0%, #FFD700 50%, #FFA500 100%) !important;
  border-color: #B8860B !important;
}

[data-theme="light"] .featured-section .premium-hero-title {
  color: #8B6914 !important;
  text-shadow:
    0 2px 4px rgba(255, 255, 255, 0.5),
    0 0 40px rgba(139, 105, 20, 0.3) !important;
}

[data-theme="light"] .featured-section .premium-hero-subtitle,
[data-theme="light"] .featured-section .premium-hero-description {
  color: #1a1a1a !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5) !important;
}

[data-theme="light"] .featured-section .feature-badge {
  background: rgba(255, 255, 255, 0.3) !important;
  border-color: rgba(139, 105, 20, 0.5) !important;
  color: #1a1a1a !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5) !important;
}

[data-theme="light"] .featured-section .premium-hero-logo {
  background: rgba(255, 255, 255, 0.4) !important;
  border-color: #B8860B !important;
}
