/* ================================================================
   TATA4D — LUXURY DARK PREMIUM TEMPLATE
   Theme: Dark Casino Royal | Gold Noir
   Font: system fonts only (Verdana / Georgia / Arial)
================================================================ */

/* --- VARIABLES --- */
:root {
  --gold:        #c9a227;
  --gold-light:  #f0d060;
  --gold-dim:    #5a4010;
  --gold-glow:   rgba(201,162,39,0.18);
  --bg:          #03060a;
  --bg2:         #070d14;
  --bg3:         #0b1520;
  --bg4:         #111e2c;
  --text:        #e8dfc8;
  --text-dim:    #8a8070;
  --red:         #b52020;
  --white:       #f5f0e4;
  --border:      rgba(201,162,39,0.22);
  --border-soft: rgba(201,162,39,0.10);
}

/* --- RESET --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: Verdana, Geneva, Tahoma, Arial, sans-serif !important;
  background: var(--bg) !important;
  color: var(--text) !important;
  overflow-x: hidden !important;
  padding-bottom: 80px !important;
}

/* hide all old styles aggressively */
.wrapper { background: transparent !important; }
#bd { background-color: var(--bg) !important; }

a { color: var(--gold-light) !important; text-decoration: none !important; transition: color .3s; }
a:hover { color: #fff !important; }

/* ================================================================
   PARTICLE CANVAS BACKGROUND
================================================================ */
#particle-canvas {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

/* ================================================================
   SUBTLE MESH OVERLAY
================================================================ */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 20% 30%, rgba(201,162,39,0.05) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 70%, rgba(201,162,39,0.04) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* ================================================================
   TICKER / ANNOUNCEMENT BAR
================================================================ */
.lux-ticker {
  position: relative;
  z-index: 500;
  background: linear-gradient(90deg, #000 0%, #0c0900 40%, #0c0900 60%, #000 100%);
  border-bottom: 1px solid var(--gold-dim);
  padding: 0;
  overflow: hidden;
  height: 34px;
  display: flex;
  align-items: center;
}
.lux-ticker::before,
.lux-ticker::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
}
.lux-ticker::before { left: 0; background: linear-gradient(90deg, #000, transparent); }
.lux-ticker::after  { right: 0; background: linear-gradient(-90deg, #000, transparent); }
.ticker-track {
  display: flex;
  white-space: nowrap;
  animation: ticker-scroll 28s linear infinite;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  font-family: Verdana, Arial, sans-serif;
  gap: 0;
}
.ticker-track span { padding: 0 40px; }
@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ================================================================
   HEADER / NAVBAR
================================================================ */
.lux-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(3,6,10,0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 30px rgba(0,0,0,0.8), 0 1px 0 rgba(201,162,39,0.15);
}
.lux-nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.lux-logo img {
  height: 44px;
  width: auto;
  filter: drop-shadow(0 0 10px rgba(201,162,39,0.5));
  transition: filter .35s, transform .35s;
}
.lux-logo img:hover {
  filter: drop-shadow(0 0 20px rgba(201,162,39,0.9));
  transform: scale(1.04);
}
.lux-nav-links {
  display: flex;
  list-style: none;
  gap: 2px;
  flex: 1;
  justify-content: center;
}
.lux-nav-links li a {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  color: var(--text-dim) !important;
  padding: 7px 13px !important;
  border: 1px solid transparent;
  border-radius: 3px;
  display: block;
  transition: all .25s !important;
  position: relative;
}
.lux-nav-links li a::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 50%; right: 50%;
  height: 1px;
  background: var(--gold);
  transition: left .3s, right .3s;
}
.lux-nav-links li a:hover { color: var(--gold-light) !important; }
.lux-nav-links li a:hover::after { left: 13px; right: 13px; }

.lux-nav-cta { display: flex; gap: 10px; }
.lux-btn {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 9px 20px !important;
  border-radius: 3px !important;
  cursor: pointer;
  transition: all .3s !important;
  display: inline-block;
}
.lux-btn-outline {
  background: transparent !important;
  border: 1px solid var(--gold) !important;
  color: var(--gold) !important;
}
.lux-btn-outline:hover {
  background: var(--gold) !important;
  color: #000 !important;
  box-shadow: 0 0 20px rgba(201,162,39,0.4) !important;
}
.lux-btn-solid {
  background: linear-gradient(135deg, var(--gold) 0%, #8a6010 100%) !important;
  border: 1px solid var(--gold) !important;
  color: #000 !important;
}
.lux-btn-solid:hover {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%) !important;
  box-shadow: 0 0 24px rgba(201,162,39,0.5) !important;
  color: #000 !important;
}

/* hamburger */
.lux-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.lux-hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--gold); border-radius: 2px;
  transition: all .3s;
}

/* mobile nav */
.lux-mobile-nav {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.98);
  z-index: 9998;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.lux-mobile-nav.open { display: flex; }
.lux-mobile-nav a {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: var(--text-dim) !important;
  transition: color .3s !important;
}
.lux-mobile-nav a:hover { color: var(--gold-light) !important; }
.lux-mobile-close {
  position: absolute; top: 22px; right: 28px;
  font-size: 30px; color: var(--gold); cursor: pointer;
  line-height: 1;
}

/* ================================================================
   HERO SECTION
================================================================ */
.lux-hero {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 32px 20px 20px;
  overflow: hidden;
}
.lux-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 900px; height: 400px;
  background: radial-gradient(ellipse at center, rgba(201,162,39,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.lux-hero-img-wrap {
  position: relative;
  max-width: 900px;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow:
    0 0 0 1px rgba(201,162,39,0.08),
    0 0 60px rgba(201,162,39,0.12),
    0 30px 80px rgba(0,0,0,0.7);
}
.lux-hero-img-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);
  z-index: 2;
}
.lux-hero-img-wrap img {
  width: 100%;
  display: block;
  height: auto;
}
.lux-hero-img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(0deg, var(--bg) 0%, transparent 100%);
}

/* ================================================================
   DIAMOND DIVIDER
================================================================ */
.lux-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 40px;
  max-width: 1000px;
  margin: 4px auto;
  position: relative;
  z-index: 1;
}
.lux-divider::before, .lux-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
}
.lux-divider-gem {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 10px;
}

/* ================================================================
   PROMO GIF SECTION
================================================================ */
.lux-promo {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 20px 20px;
}
.lux-promo-wrap {
  max-width: 1000px;
  width: 95%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 0 40px rgba(201,162,39,0.1), 0 20px 60px rgba(0,0,0,0.6);
  position: relative;
}
.lux-promo-wrap::before {
  content: 'PROMO';
  position: absolute;
  top: 14px; left: 14px;
  background: var(--gold);
  color: #000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 4px 10px;
  border-radius: 2px;
  z-index: 3;
}
.lux-promo-wrap img { width: 100%; display: block; height: auto; }

/* ================================================================
   ARTICLE SECTION
================================================================ */
.lux-article-section {
  position: relative;
  z-index: 1;
  padding: 32px 20px;
}
.lux-article-card {
  max-width: 1000px;
  margin: 0 auto;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 52px 56px;
  position: relative;
  box-shadow: 0 8px 50px rgba(0,0,0,0.5);
  overflow: hidden;
}
/* corner ornaments */
.lux-article-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 30%, var(--gold-light) 50%, var(--gold) 70%, transparent 100%);
}
.lux-article-card::after {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(201,162,39,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.lux-article-card h1 {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(19px, 2.5vw, 28px) !important;
  font-weight: 700 !important;
  text-align: center !important;
  color: var(--gold-light) !important;
  margin-bottom: 28px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.5px !important;
  text-shadow: 0 0 30px rgba(201,162,39,0.3) !important;
  position: relative;
}
.lux-article-card h1::after {
  content: '';
  display: block;
  width: 80px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 16px auto 0;
}
.lux-article-card h2 {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--gold-light) !important;
  margin: 30px 0 12px !important;
  padding-left: 16px !important;
  border-left: 3px solid var(--red) !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.lux-article-card h3 {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--white) !important;
  margin: 22px 0 8px !important;
}
.lux-article-card p {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  color: #b8b0a0 !important;
  line-height: 1.9 !important;
  margin-bottom: 16px !important;
  text-align: justify !important;
}
.lux-article-card ul, .lux-article-card ol {
  padding-left: 24px !important;
  color: #b8b0a0 !important;
  font-size: 13px !important;
}
.lux-article-card li { margin-bottom: 7px !important; }

/* ================================================================
   TESTIMONIAL SECTION
================================================================ */
.lux-testi-section {
  position: relative;
  z-index: 1;
  padding: 16px 20px 40px;
}
.lux-testi-heading {
  text-align: center;
  margin-bottom: 36px;
}
.lux-testi-heading h2 {
  font-family: Georgia, serif !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  color: var(--white) !important;
  font-weight: 700 !important;
  position: relative;
  display: inline-block;
}
.lux-testi-heading h2::before {
  content: '— ';
  color: var(--gold);
}
.lux-testi-heading h2::after {
  content: ' —';
  color: var(--gold);
}
.lux-testi-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lux-testi-card {
  background: var(--bg3);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  padding: 28px 24px 22px;
  position: relative;
  transition: transform .35s, box-shadow .35s, border-color .35s;
  overflow: hidden;
}
.lux-testi-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity .35s;
}
.lux-testi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(201,162,39,0.14);
  border-color: var(--border);
}
.lux-testi-card:hover::before { opacity: 1; }
.lux-quote-mark {
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: .8;
  color: rgba(201,162,39,0.09);
  position: absolute;
  top: 12px; right: 16px;
  user-select: none;
}
.lux-testi-text {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 12.5px !important;
  color: #a8a090 !important;
  font-style: italic !important;
  line-height: 1.8 !important;
  margin-bottom: 18px !important;
}
.lux-testi-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lux-author-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dim) 0%, var(--bg4) 100%);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.lux-author-name {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: var(--gold) !important;
  letter-spacing: 0.5px !important;
}

/* ================================================================
   SERVICE ICONS
================================================================ */
.lux-service {
  position: relative;
  z-index: 1;
  background: var(--bg2);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  padding: 32px 20px;
  text-align: center;
}
.lux-service-title {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 5px !important;
  text-transform: uppercase !important;
  color: var(--gold) !important;
  margin-bottom: 28px !important;
}
.lux-service-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
  max-width: 800px;
  margin: 0 auto;
}
.lux-service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform .3s;
}
.lux-service-item:hover { transform: translateY(-4px); }
.lux-service-icon-wrap {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: var(--bg3);
  border: 1px solid var(--border-soft);
  display: flex; align-items: center; justify-content: center;
  transition: border-color .3s, box-shadow .3s;
}
.lux-service-item:hover .lux-service-icon-wrap {
  border-color: var(--border);
  box-shadow: 0 0 16px rgba(201,162,39,0.15);
}
.lux-service-icon-wrap img {
  width: 32px; height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(0.7) sepia(0.5) hue-rotate(10deg) saturate(2);
  transition: filter .3s;
}
.lux-service-item:hover .lux-service-icon-wrap img {
  filter: brightness(0) invert(0.85) sepia(0.8) hue-rotate(5deg) saturate(4);
}
.lux-service-label {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 9.5px !important;
  letter-spacing: 1px !important;
  color: var(--text-dim) !important;
  text-transform: uppercase !important;
}

/* ================================================================
   PAYMENT LOGOS
================================================================ */
.lux-payment {
  position: relative;
  z-index: 1;
  padding: 28px 20px;
  background: #000;
  border-top: 1px solid rgba(201,162,39,0.08);
}
.lux-payment-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}
.lux-payment-inner a img {
  height: 42px; width: auto;
  object-fit: contain;
  border-radius: 7px;
  opacity: 0.75;
  transition: opacity .3s, transform .3s;
  border: 1px solid rgba(255,255,255,0.06);
}
.lux-payment-inner a img:hover { opacity: 1; transform: scale(1.08); }

/* ================================================================
   FOOTER / COPYRIGHT
================================================================ */
.lux-footer {
  position: relative;
  z-index: 1;
  background: #000;
  border-top: 1px solid rgba(201,162,39,0.12);
  padding: 22px 20px 30px;
  text-align: center;
}
.lux-footer-copy {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #3a3530 !important;
  margin-bottom: 14px !important;
}
.lux-footer-copy a { color: #5a5040 !important; }
.lux-footer-copy a:hover { color: var(--gold) !important; }
.lux-footer-links {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}
.lux-footer-links li a {
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 9px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #2e2a24 !important;
  transition: color .3s !important;
}
.lux-footer-links li a:hover { color: var(--gold) !important; }

/* ================================================================
   FIXED BOTTOM CTA BAR
================================================================ */
.lux-cta-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.98);
  border-top: 1px solid rgba(201,162,39,0.35);
  padding: 9px 16px;
  box-shadow: 0 -4px 30px rgba(0,0,0,0.6);
}
.lux-cta-inner {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
}
.lux-cta-btn {
  flex: 1;
  text-align: center;
  padding: 11px 6px;
  border-radius: 5px;
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  transition: all .3s !important;
  background-size: 200% 200% !important;
  border: 1px solid rgba(201,162,39,0.4) !important;
  animation: lux-cta-pulse 3s ease-in-out infinite !important;
}
.lux-cta-btn:nth-child(1) { background: linear-gradient(135deg, #c9a227 0%, #050505 50%, #c9a227 100%) !important; }
.lux-cta-btn:nth-child(2) { background: linear-gradient(135deg, #050505 0%, #c9a227 50%, #050505 100%) !important; }
.lux-cta-btn:nth-child(3) { background: linear-gradient(135deg, #c9a227 0%, #050505 50%, #c9a227 100%) !important; }
.lux-cta-btn:hover {
  color: var(--gold-light) !important;
  box-shadow: 0 0 20px rgba(201,162,39,0.45) !important;
  transform: translateY(-1px) !important;
}
@keyframes lux-cta-pulse {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* ================================================================
   HIDE OLD UNUSED ELEMENTS
================================================================ */
.htc-header, .mainmenu__area,
.offset__wrapper, .body__overlay,
.shopping__cart, .mobilemenu, .filterMobile, .filterSeries,
.htc__new__product, .htc__feature__product,
.htc__foooter__area, .htc__copyright__area,
.button-login-daftar,
.modal.fade,
footer.footer-cta,
.stok-available,
.gif-landing,
.image-container,
.article-container,
.testimoni-TATA4D { display: none !important; }

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 900px) {
  .lux-nav-links, .lux-nav-cta { display: none !important; }
  .lux-hamburger { display: flex !important; }
  .lux-testi-grid { grid-template-columns: 1fr !important; }
  .lux-article-card { padding: 28px 20px !important; }
}
@media (max-width: 480px) {
  .lux-cta-btn { font-size: 9px !important; padding: 10px 3px !important; letter-spacing: 0.5px !important; }
}
