/* ===== LUCKYB999 CUSTOM FOOTER REDESIGN ===== */

/* Footer top border — premium gold gradient */
#footer-main .wrap-footer {
  padding: 3px 0 0 !important;
  background: linear-gradient(90deg, #1a1a2e 0%, #d4af37 25%, #f5d76e 50%, #d4af37 75%, #1a1a2e 100%) !important;
  margin-top: 0 !important;
}

/* Footer main background — deep dark with subtle texture */
#footer-main .wrap-footer .inner-wrap-footer {
  background: linear-gradient(180deg, #0d0d1a 0%, #141428 40%, #0d0d1a 100%) !important;
  padding: 2.5rem 18vw !important;
  position: relative;
}

/* Section title headers — bright gold with glow */
#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game p,
#footer-main .wrap-footer .inner-wrap-footer .box-payment-method p,
#footer-main .wrap-footer .inner-wrap-footer .box-tag-seo .header-tag {
  background: linear-gradient(180deg, #ffd700 0%, #f0c040 40%, #d4af37 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.4));
  margin-bottom: 0.5rem !important;
}

/* Description text */
#footer-main .wrap-footer .inner-wrap-footer .box-logo p {
  color: #b0b0c8 !important;
  font-size: 0.95rem !important;
  line-height: 1.7;
  text-align: center;
}

/* Game provider cards — glassmorphism style */
#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game {
  gap: 8px !important;
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game {
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%) !important;
  border: 1px solid rgba(212, 175, 55, 0.15) !important;
  border-radius: 12px !important;
  padding: 1rem 0.5rem !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game:hover {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%) !important;
  border-color: rgba(212, 175, 55, 0.5) !important;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2), 0 0 15px rgba(212, 175, 55, 0.1);
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game img {
  filter: brightness(0.85) contrast(1.1);
  transition: filter 0.3s ease !important;
}

#footer-main .wrap-footer .inner-wrap-footer .box-logo-brand-game .wrap-logo-brand-game .item-logo-brand-game:hover img {
  filter: brightness(1.1) contrast(1.15) !important;
}

/* Payment bank logos — circular with glow */
#footer-main .wrap-footer .inner-wrap-footer .box-payment-method .wrap-logo-bank {
  gap: 10px !important;
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method .wrap-logo-bank .item-logo-bank {
  border-radius: 50% !important;
  border: 2px solid rgba(212, 175, 55, 0.2) !important;
  padding: 3px !important;
  transition: all 0.3s ease !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method .wrap-logo-bank .item-logo-bank:hover {
  border-color: rgba(212, 175, 55, 0.7) !important;
  transform: scale(1.12);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

#footer-main .wrap-footer .inner-wrap-footer .box-payment-method .wrap-logo-bank .item-logo-bank img {
  border-radius: 50%;
}

/* Tags section — hidden */
#footer-main .wrap-footer .inner-wrap-footer .box-tag-seo {
  display: none !important;
}

/* Copyright footer */
#footer-main .box-foot-title {
  background: linear-gradient(180deg, #0a0a18 0%, #000 100%) !important;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}

#footer-main .box-foot-title p {
  color: #666680 !important;
  font-size: 0.85rem !important;
}

/* Footer logo */
#footer-main .wrap-footer .inner-wrap-footer .box-logo img {
  width: 150px !important;
  filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.3));
}

/* ===== ARTICLES SECTION ===== */
#luckyb-articles-section {
  background: linear-gradient(180deg, #0a0a1a 0%, #111128 50%, #0d0d1a 100%);
  padding: 3rem 6vw;
  position: relative;
  overflow: hidden;
}
#luckyb-articles-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #d4af37 30%, #f5d76e 50%, #d4af37 70%, transparent 100%);
}
#luckyb-articles-section .articles-header {
  text-align: center;
  margin-bottom: 2rem;
}
#luckyb-articles-section .articles-header h2 {
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(180deg, #ffd700 0%, #d4af37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.4));
}
#luckyb-articles-section .articles-header p {
  color: #8888a8;
  font-size: 0.95rem;
  margin: 0;
}
#luckyb-articles-section .articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
#luckyb-articles-section .article-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
}
#luckyb-articles-section .article-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 15px 40px rgba(0,0,0,0.4), 0 0 30px rgba(212, 175, 55, 0.15);
}
#luckyb-articles-section .article-card .card-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
#luckyb-articles-section .article-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#luckyb-articles-section .article-card:hover .card-image img {
  transform: scale(1.08);
}
#luckyb-articles-section .article-card .card-image .card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #d4af37, #f5d76e);
  color: #0d0d1a;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#luckyb-articles-section .article-card .card-body {
  padding: 1.2rem 1.4rem;
}
#luckyb-articles-section .article-card .card-body .card-category {
  color: #d4af37;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
#luckyb-articles-section .article-card .card-body h3 {
  color: #e8e8f0;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#luckyb-articles-section .article-card .card-body .card-excerpt {
  color: #8888a8;
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#luckyb-articles-section .article-card .card-body .card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
#luckyb-articles-section .article-card .card-body .card-meta span {
  color: #666680;
  font-size: 0.75rem;
}
#luckyb-articles-section .article-card .card-body .card-meta .read-more {
  color: #d4af37;
  font-size: 0.8rem;
  font-weight: 600;
  transition: color 0.3s;
}
#luckyb-articles-section .article-card:hover .card-body .card-meta .read-more {
  color: #f5d76e;
}

/* ===== RESPONSIVE ===== */
@media only screen and (max-width: 768px) {
  #luckyb-articles-section {
    padding: 2rem 4vw;
  }
  #luckyb-articles-section .articles-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
  }
  #luckyb-articles-section .articles-header h2 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  #footer-main .wrap-footer .inner-wrap-footer {
    padding: 1.5rem 4vw !important;
  }
  #luckyb-articles-section .articles-grid {
    grid-template-columns: 1fr;
  }
}
