/* == VILLENTO CASINO NZ -- BRAND OVERRIDES v2 (Black Red Gold) == */

/* -- BODY BACKGROUND -- */
body { background-color: #090700 !important; }

/* -- HEADER -- */
.header {
  background: linear-gradient(180deg, #0f0d05 0%, #0a0800 100%) !important;
  border-bottom: 1px solid rgba(201,168,76,.35) !important;
  box-shadow: 0 2px 24px rgba(0,0,0,.7), 0 1px 0 rgba(201,168,76,.12) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}
.header .menu-item-has-children .sub-menu {
  background: #0f0d05 !important;
  border: 1px solid rgba(201,168,76,.2) !important;
}
.header .custom-logo { max-height: 52px !important; width: auto !important; height: auto !important; }
.header .custom-logo-link { display: inline-flex; align-items: center; flex: 0 0 auto; }
.header-content { gap: 14px; flex-wrap: nowrap; }
.header .nav .menu li { margin: 0; padding: 0; }
.header .nav .menu li a {
  font-size: 14px; letter-spacing: .02em; white-space: nowrap;
  padding: 6px 8px; display: inline-block; transition: color .18s;
  color: rgba(255,220,150,.8);
}
.header .nav .menu li a:hover { color: #F0C040; }
.header .nav .menu li.current-menu-item > a { color: #F0C040; font-weight: 700; }
/* Registration = Gold */
.header .btn-danger {
  background: linear-gradient(135deg, #C9A84C 0%, #8B6914 100%) !important;
  color: #0a0800 !important;
  border: none !important;
  font-weight: 800 !important;
  box-shadow: 0 4px 16px rgba(201,168,76,.4) !important;
  transition: filter .2s !important;
}
.header .btn-danger:hover { filter: brightness(1.15) !important; }
/* Sign In = red ghost */
.header .btn.btn-primary {
  background: rgba(192,0,30,.15) !important;
  border: 1px solid rgba(192,0,30,.5) !important;
  color: #ff9a9a !important;
}
.header .btn.btn-primary:hover {
  background: rgba(192,0,30,.28) !important;
  color: #fff !important;
}
@media (max-width: 1280px) {
  .header .nav .menu li a { font-size: 13px; }
  .header-content { gap: 10px; }
}

/* -- SCREEN / HERO BG (index WP section) -- */
body.banner-background .screen-content {
  background: linear-gradient(135deg, #0d0900 0%, #1e1500 50%, #100a00 100%) !important;
  border-bottom: 1px solid rgba(201,168,76,.2);
}
body.body-page-item .page-item { background-color: #1a1200 !important; }
body.banner-btn .offer-btn {
  background: linear-gradient(135deg, #C9A84C, #8B6914) !important;
  color: #0a0800 !important;
  font-weight: 800 !important;
  box-shadow: 0 6px 20px rgba(201,168,76,.4) !important;
}
body.banner-btn .offer-btn:hover { filter: brightness(1.12) !important; }

/* -- FOOTER -- */
.footer { background-color: #070500 !important; border-top: 1px solid rgba(201,168,76,.15); }

/* -- MOBILE WRAP -- */
.mobile-wrap { background-color: #0f0d05 !important; border-right: 1px solid rgba(201,168,76,.2) !important; }

/* == BEAUTIFUL CASINO TABLES (Gold theme) == */
.vlt-dl-content table,
.page-text table,
.main-text-content table,
.page-text-content table,
.page-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 28px;
  font-size: 14px;
  line-height: 1.55;
  background: rgba(201,168,76,.04);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,.2);
  box-shadow: 0 4px 20px rgba(0,0,0,.4);
}
.vlt-dl-content table th,
.page-text table th,
.main-text-content table th,
.page-text-content table th,
.page-section table th {
  background: linear-gradient(135deg, rgba(201,168,76,.25), rgba(201,168,76,.12));
  color: #F0C040;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 16px;
  text-align: left;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(201,168,76,.25);
  border-right: 1px solid rgba(201,168,76,.1);
}
.vlt-dl-content table th:last-child,
.page-text table th:last-child,
.main-text-content table th:last-child,
.page-text-content table th:last-child,
.page-section table th:last-child { border-right: none; }
.vlt-dl-content table td,
.page-text table td,
.main-text-content table td,
.page-text-content table td,
.page-section table td {
  padding: 11px 16px;
  color: rgba(255,220,150,.85);
  border-bottom: 1px solid rgba(201,168,76,.08);
  border-right: 1px solid rgba(255,255,255,.03);
  vertical-align: middle;
}
.vlt-dl-content table td:last-child,
.page-text table td:last-child,
.main-text-content table td:last-child,
.page-text-content table td:last-child,
.page-section table td:last-child { border-right: none; }
.vlt-dl-content table tr:last-child td,
.page-text table tr:last-child td,
.main-text-content table tr:last-child td,
.page-text-content table tr:last-child td,
.page-section table tr:last-child td { border-bottom: none; }
.page-text table tbody tr:nth-child(even),
.main-text-content table tbody tr:nth-child(even),
.page-text-content table tbody tr:nth-child(even),
.page-section table tbody tr:nth-child(even),
.vlt-dl-content table tbody tr:nth-child(even) { background: rgba(201,168,76,.04); }
.page-text table tbody tr:hover td,
.main-text-content table tbody tr:hover td,
.page-text-content table tbody tr:hover td,
.page-section table tbody tr:hover td,
.vlt-dl-content table tbody tr:hover td {
  background: rgba(201,168,76,.1);
  color: #F0C040;
}
.page-text table strong,
.main-text-content table strong,
.page-text-content table strong,
.vlt-dl-content table strong { color: #F0C040; font-weight: 700; }

/* == H2 / H3 HEADINGS -- Gold accent == */
.page-text-content h2,
.page-text h2,
.main-text-content h2 {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  margin: 36px 0 14px;
  padding-bottom: 10px;
  padding-left: 16px;
}
.page-text-content h2::before,
.page-text h2::before,
.main-text-content h2::before {
  content: '';
  position: absolute;
  left: 0; top: 4px; bottom: 4px;
  width: 3px;
  background: linear-gradient(180deg, #F0C040, #8B6914);
  border-radius: 2px;
}
.page-text-content h2::after,
.page-text h2::after,
.main-text-content h2::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(201,168,76,.4), transparent);
}
.page-text-content h3,
.page-text h3,
.main-text-content h3 { color: #C9A84C; font-size: 17px; font-weight: 700; margin: 24px 0 10px; }

/* == HERO ZONES (vlt-hero) -- Gold & Black == */
.vlt-hero {
  position: relative;
  padding: 56px 0 60px;
  background: linear-gradient(135deg, #080500 0%, #1a1200 40%, #0d0a00 100%);
  border-bottom: 1px solid rgba(201,168,76,.25);
  overflow: hidden;
}
.vlt-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 78% 30%, rgba(201,168,76,.15), transparent 55%),
              radial-gradient(circle at 12% 75%, rgba(192,0,30,.1), transparent 45%);
  pointer-events: none;
}
.vlt-hero .container { position: relative; z-index: 1; }
.vlt-hero-grid {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 48px; align-items: center;
}
@media (max-width: 960px) { .vlt-hero-grid { grid-template-columns: 1fr; gap: 32px; } }
.vlt-hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 14px; border-radius: 999px;
  background: rgba(201,168,76,.15); border: 1px solid rgba(201,168,76,.4);
  color: #F0C040; font-size: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px;
}
.vlt-hero h1 {
  font-size: 36px; line-height: 1.14; font-weight: 900;
  color: #fff; margin: 0 0 16px; letter-spacing: -.4px;
}
@media (max-width: 700px) { .vlt-hero h1 { font-size: 26px; } }
.vlt-hero-sub { font-size: 16px; line-height: 1.58; color: rgba(255,220,150,.78); margin: 0 0 26px; max-width: 510px; }
.vlt-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.vlt-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 10px; font-weight: 800;
  text-decoration: none; font-size: 14px; letter-spacing: .05em;
  text-transform: uppercase; transition: filter .2s;
  background: linear-gradient(135deg, #C9A84C, #8B6914);
  color: #0a0800;
  box-shadow: 0 6px 20px rgba(201,168,76,.45);
}
.vlt-btn-primary:hover { filter: brightness(1.15); }
.vlt-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px; border-radius: 10px; font-weight: 700;
  text-decoration: none; font-size: 14px; letter-spacing: .04em;
  text-transform: uppercase; transition: background .2s;
  background: rgba(192,0,30,.15); color: #ff9a9a;
  border: 1px solid rgba(192,0,30,.45);
}
.vlt-btn-ghost:hover { background: rgba(192,0,30,.28); color: #fff; }
.vlt-hero-money { color: #F0C040; font-weight: 900; }

/* -- MOCK CONTAINER -- */
.vlt-mock {
  position: relative; max-width: 320px; min-height: 320px;
  width: 100%; margin: 0 auto; border-radius: 22px;
  padding: 28px 22px; overflow: hidden;
  background: linear-gradient(160deg, #100d00 0%, #0a0800 100%);
  border: 1px solid rgba(201,168,76,.25);
  box-shadow: 0 18px 50px rgba(0,0,0,.6), 0 0 40px rgba(201,168,76,.08), inset 0 1px 0 rgba(201,168,76,.1);
}

/* -- WELCOME MOCK: Gold gift box -- */
.vlt-gift { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding-top: 20px; }
.vlt-gift-box {
  position: relative; width: 160px; height: 140px;
  background: linear-gradient(135deg, #C9A84C, #6b520a);
  border-radius: 12px; box-shadow: 0 12px 30px rgba(201,168,76,.5);
  animation: vlt-float 4s ease-in-out infinite;
}
@keyframes vlt-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.vlt-gift-lid {
  position: absolute; top: -18px; left: -6px; right: -6px;
  height: 32px; background: linear-gradient(135deg, #F0C040, #C9A84C);
  border-radius: 8px; box-shadow: 0 4px 14px rgba(201,168,76,.5);
}
.vlt-gift-ribbon-v { position: absolute; left: 50%; top: -18px; bottom: 0; width: 20px; transform: translateX(-50%); background: rgba(0,0,0,.25); border-radius: 3px; }
.vlt-gift-ribbon-h { position: absolute; top: 6px; left: -6px; right: -6px; height: 20px; background: rgba(0,0,0,.2); border-radius: 3px; }
.vlt-gift-amount { position: absolute; bottom: 18px; left: 0; right: 0; text-align: center; color: #0a0800; font-size: 26px; font-weight: 900; letter-spacing: -.5px; }
.vlt-gift-label { color: #F0C040; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.vlt-gift-stars { color: #F0C040; font-size: 14px; letter-spacing: 2px; }

/* -- BONUSES MOCK: Gold chip stack -- */
.vlt-chips { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; gap: 0; padding: 30px 0; }
.vlt-chip {
  width: 140px; height: 28px; border-radius: 50%;
  border: 3px solid rgba(255,255,255,.2); position: relative; margin-top: -10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.5); animation: vlt-chip-bob 3s ease-in-out infinite;
}
.vlt-chip:nth-child(1) { background: #C9A84C; animation-delay: 0s; margin-top: 0; }
.vlt-chip:nth-child(2) { background: #C0001E; animation-delay: .1s; }
.vlt-chip:nth-child(3) { background: #8B6914; animation-delay: .2s; }
.vlt-chip:nth-child(4) { background: #C9A84C; animation-delay: .3s; }
.vlt-chip:nth-child(5) { background: #C0001E; animation-delay: .4s; }
.vlt-chip:nth-child(6) { background: #8B6914; animation-delay: .5s; }
@keyframes vlt-chip-bob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }
.vlt-chip::before { content: ''; position: absolute; inset: 3px; border-radius: 50%; border: 1px dashed rgba(255,255,255,.25); }
.vlt-chip-value { color: #F0C040; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-align: center; margin-top: 14px; text-transform: uppercase; }
.vlt-chip-crown { font-size: 28px; margin-bottom: 8px; filter: drop-shadow(0 4px 8px rgba(201,168,76,.6)); animation: vlt-float 4s ease-in-out infinite; }

/* -- LOGIN MOCK: Gold vault -- */
.vlt-vault { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; gap: 16px; padding: 20px 0; }
.vlt-vault-ring {
  width: 160px; height: 160px; border-radius: 50%;
  border: 4px solid rgba(201,168,76,.5); position: relative;
  box-shadow: 0 0 30px rgba(201,168,76,.25), inset 0 0 20px rgba(201,168,76,.08);
  animation: vlt-vault-spin 12s linear infinite;
}
@keyframes vlt-vault-spin { to { transform: rotate(360deg); } }
.vlt-vault-ring::before { content: ''; position: absolute; inset: 8px; border-radius: 50%; background: linear-gradient(135deg, #1a1200, #0a0800); border: 2px solid rgba(201,168,76,.2); }
.vlt-vault-bolt { position: absolute; width: 12px; height: 12px; background: rgba(201,168,76,.7); border-radius: 50%; border: 1px solid rgba(255,255,255,.15); }
.vlt-vault-bolt:nth-child(1) { top: -6px; left: 50%; transform: translateX(-50%); }
.vlt-vault-bolt:nth-child(2) { bottom: -6px; left: 50%; transform: translateX(-50%); }
.vlt-vault-bolt:nth-child(3) { left: -6px; top: 50%; transform: translateY(-50%); }
.vlt-vault-bolt:nth-child(4) { right: -6px; top: 50%; transform: translateY(-50%); }
.vlt-vault-lock { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 40px; z-index: 2; filter: drop-shadow(0 0 12px rgba(201,168,76,.6)); }
.vlt-vault-label { color: rgba(255,220,150,.7); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.vlt-vault-status { color: #2ecc71; font-size: 11px; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.vlt-vault-dot { width: 7px; height: 7px; border-radius: 50%; background: #2ecc71; animation: vlt-pulse 1.4s ease-in-out infinite; }
@keyframes vlt-pulse { 0%,100%{box-shadow:0 0 0 0 rgba(46,204,113,.7)} 50%{box-shadow:0 0 0 8px rgba(46,204,113,0)} }

/* -- PHONE MOCK -- */
.vlt-phone {
  max-width: 260px; min-height: 380px; margin: 0 auto; width: 100%;
  background: linear-gradient(160deg, #1a1200 0%, #0a0800 100%);
  border-radius: 32px; border: 2px solid rgba(201,168,76,.4);
  box-shadow: 0 20px 60px rgba(201,168,76,.18), 0 0 0 1px rgba(255,255,255,.03);
  animation: vlt-float 4s ease-in-out infinite; overflow: hidden; padding: 18px 14px;
}
.vlt-phone-notch { width: 50px; height: 5px; background: rgba(201,168,76,.15); border-radius: 3px; margin: 0 auto 14px; }
.vlt-phone-screen {
  background: linear-gradient(135deg, rgba(201,168,76,.12), rgba(0,0,0,.6));
  border-radius: 18px; height: 300px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid rgba(201,168,76,.18);
}
.vlt-phone-logo { width: 64px; height: 64px; border-radius: 16px; overflow: hidden; background: rgba(201,168,76,.15); border: 1px solid rgba(201,168,76,.35); display: flex; align-items: center; justify-content: center; }
.vlt-phone-logo img { width: 100%; height: auto; object-fit: contain; }
.vlt-phone-name { color: #fff; font-weight: 800; font-size: 14px; }
.vlt-phone-rating { color: #F0C040; font-size: 12px; font-weight: 700; }
.vlt-phone-stats { display: flex; gap: 12px; }
.vlt-phone-stat { text-align: center; }
.vlt-phone-stat strong { display: block; color: #F0C040; font-size: 12px; font-weight: 800; }
.vlt-phone-stat span { color: rgba(255,220,150,.7); font-size: 10px; }
.vlt-phone-btn { display: block; padding: 8px 14px; border-radius: 8px; font-size: 11px; font-weight: 700; text-align: center; text-decoration: none; margin-top: 6px; letter-spacing: .04em; text-transform: uppercase; background: linear-gradient(135deg, #C9A84C, #8B6914); color: #0a0800; }
.vlt-phone-btn2 { background: rgba(192,0,30,.2); color: #ff9a9a; border: 1px solid rgba(192,0,30,.4); }

/* -- DOWNLOAD STEPS -- */
.vlt-dl-content { max-width: 900px; margin: 0 auto; padding: 0 24px 48px; }
.vlt-dl-content h2 { color: #fff; font-size: 22px; font-weight: 800; margin: 36px 0 12px; padding-bottom: 8px; border-bottom: 1px solid rgba(201,168,76,.2); }
.vlt-dl-content p { color: rgba(255,220,150,.82); line-height: 1.7; font-size: 15px; margin: 0 0 16px; }
.vlt-dl-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin: 20px 0 32px; }
@media(max-width:700px){.vlt-dl-steps{grid-template-columns:repeat(2,1fr);}}
.vlt-dl-step { padding: 18px; border-radius: 14px; text-align: center; background: linear-gradient(135deg,rgba(201,168,76,.1),rgba(201,168,76,.04)); border: 1px solid rgba(201,168,76,.2); }
.vlt-dl-step-num { width: 30px; height: 30px; border-radius: 50%; margin: 0 auto 8px; background: rgba(201,168,76,.25); color: #F0C040; font-weight: 900; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.vlt-dl-step h4 { color: #fff; font-size: 13px; font-weight: 800; margin: 0 0 4px; }
.vlt-dl-step p { color: rgba(255,220,150,.65); font-size: 11px; margin: 0; }

/* -- SLOT STRIP GOLD GLOW -- */
.slot-element:hover .inner { box-shadow: 0 8px 25px rgba(201,168,76,.35) !important; transform: translateY(-3px); transition: all .2s ease; }

/* -- SECTION TITLE -- */
.section-title { color: #F0C040 !important; }

/* -- RESPONSIBLE GAMBLING TABLE FIX -- */
.responsible-gambling table { background: rgba(201,168,76,.04) !important; color: rgba(255,220,150,.85) !important; }
.responsible-gambling th { background: rgba(201,168,76,.18) !important; color: #F0C040 !important; }
.responsible-gambling td { color: rgba(255,220,150,.82) !important; border-color: rgba(201,168,76,.08) !important; }
.responsible-gambling tr { background: transparent !important; }
.responsible-gambling tbody tr:nth-child(even) { background: rgba(201,168,76,.04) !important; }
.responsible-gambling tbody tr:hover td { background: rgba(201,168,76,.1) !important; color: #F0C040 !important; }

/* -- BODY SCROLL PADDING for sticky header -- */
body { scroll-padding-top: 80px; }
