﻿:root{
  --bg:#05020a;
  --bg-2:#0b0614;
  --panel:#120a1f;
  --panel-2:#1b0d2a;
  --line:rgba(186,88,255,.28);
  --text:#fff7ff;
  --muted:#c9b8d7;
  --purple:#ba37ff;
  --purple-2:#6f1dce;
  --gold:#ffd35a;
  --gold-2:#b46a00;
  --green:#34ffb8;
  --danger:#ff4a67;
  --shadow:0 24px 80px rgba(0,0,0,.45);
  --radius:22px;
  --container:1180px;
}

/* ===== Contact page redesign by Codex 2026-07-13 ===== */
body[data-page="contact.html"]{
  background:
    radial-gradient(circle at 14% 8%,rgba(186,55,255,.18),transparent 28%),
    radial-gradient(circle at 88% 18%,rgba(255,211,90,.10),transparent 24%),
    linear-gradient(180deg,#07020d 0%,#11051e 42%,#080210 100%);
}
body[data-page="contact.html"] .breadcrumb-wrap{
  background:linear-gradient(180deg,rgba(3,1,7,.72),rgba(3,1,7,.16));
}
body[data-page="contact.html"] .page-hero{
  position:relative;
  min-height:clamp(560px,72vh,760px);
  padding:0;
  display:grid;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid rgba(186,55,255,.22);
  background:
    linear-gradient(90deg,rgba(5,2,11,.98) 0%,rgba(8,3,16,.94) 30%,rgba(10,4,20,.68) 50%,rgba(10,4,20,.22) 72%,rgba(8,3,16,.04) 100%),
    radial-gradient(circle at 17% 22%,rgba(186,55,255,.24),transparent 28%),
    radial-gradient(circle at 86% 20%,rgba(255,211,90,.16),transparent 22%),
    url('../assets/contact-page/contact-hero-safe-v4.webp') center right/cover no-repeat;
}
body[data-page="contact.html"] .page-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:150px;
  background:linear-gradient(180deg,transparent,rgba(7,2,13,.96));
  pointer-events:none;
}
body[data-page="contact.html"] .page-hero .container{
  position:relative;
  z-index:1;
  width:min(1320px,calc(100% - 64px));
}
body[data-page="contact.html"] .page-hero-inner{
  width:min(720px,100%);
  min-height:0;
  padding:88px 0 104px;
  margin:0;
  background:none;
  border:0;
  box-shadow:none;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}
body[data-page="contact.html"] .page-hero h1{
  max-width:730px;
  margin:0 0 20px;
  font-size:clamp(46px,6vw,82px);
  line-height:1.04;
  letter-spacing:0;
  text-wrap:balance;
  text-shadow:0 0 34px rgba(186,55,255,.26),0 10px 34px rgba(0,0,0,.44);
}
body[data-page="contact.html"] .page-intro{
  max-width:680px;
  margin:0 0 26px;
  color:#efe5f8;
  font-size:18px;
  line-height:1.76;
}
body[data-page="contact.html"] .page-hero .hero-actions{
  justify-content:flex-start;
  margin:0 0 18px;
}
body[data-page="contact.html"] .page-hero .hero-actions .btn{
  min-width:168px;
}
body[data-page="contact.html"] .page-highlight-strip{
  max-width:780px;
  justify-content:flex-start;
  gap:10px;
}
body[data-page="contact.html"] .page-highlight-strip span{
  border-color:rgba(255,211,90,.30);
  background:rgba(9,3,17,.70);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 28px rgba(0,0,0,.22);
}
body[data-page="contact.html"] .section{
  padding:78px 0;
}
body[data-page="contact.html"] .contact-showcase{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:34px;
  align-items:center;
  padding:30px;
  overflow:hidden;
  border:1px solid rgba(255,211,90,.26);
  border-radius:30px;
  background:
    radial-gradient(circle at 10% 15%,rgba(255,211,90,.12),transparent 25%),
    radial-gradient(circle at 94% 18%,rgba(186,55,255,.20),transparent 28%),
    linear-gradient(135deg,rgba(34,13,51,.90),rgba(8,3,15,.96));
  box-shadow:0 22px 62px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.08);
}
body[data-page="contact.html"] .contact-showcase h2,
body[data-page="contact.html"] .content-card h2,
body[data-page="contact.html"] .content-card h3,
body[data-page="contact.html"] .word-panel h2,
body[data-page="contact.html"] .cta-panel h2{
  letter-spacing:0;
  text-wrap:balance;
}
body[data-page="contact.html"] .contact-showcase-art,
body[data-page="contact.html"] .contact-card-art,
body[data-page="contact.html"] .contact-panel-art,
body[data-page="contact.html"] .contact-step-art{
  margin:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,211,90,.28);
  background:#080210;
  box-shadow:0 18px 48px rgba(0,0,0,.34),0 0 32px rgba(186,55,255,.14);
}
body[data-page="contact.html"] .contact-showcase-art img,
body[data-page="contact.html"] .contact-card-art img,
body[data-page="contact.html"] .contact-panel-art img,
body[data-page="contact.html"] .contact-step-art img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
body[data-page="contact.html"] #contact-channels.content-grid.two-col{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
body[data-page="contact.html"] #contact-channels .content-card{
  display:flex;
  flex-direction:column;
  min-height:0;
  padding:16px 16px 22px;
  overflow:hidden;
  border-color:rgba(186,88,255,.26);
  background:linear-gradient(180deg,rgba(30,12,46,.86),rgba(8,3,15,.98));
  box-shadow:0 20px 54px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);
}
body[data-page="contact.html"] .contact-card-art{
  width:100%;
  margin-bottom:18px;
  border-radius:18px;
}
body[data-page="contact.html"] .contact-card-art img{
  aspect-ratio:16/10;
}
body[data-page="contact.html"] .content-card h3{
  margin:0 0 10px;
  font-size:23px;
  line-height:1.22;
}
body[data-page="contact.html"] .content-card p{
  margin:0;
}
body[data-page="contact.html"] .split-layout{
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);
  align-items:stretch;
}
body[data-page="contact.html"] .split-layout .content-card.large,
body[data-page="contact.html"] .form-card{
  border-color:rgba(255,211,90,.22);
  background:linear-gradient(180deg,rgba(30,12,46,.86),rgba(8,3,15,.98));
  box-shadow:0 20px 54px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);
}
body[data-page="contact.html"] .split-layout .content-card.large{
  padding:24px;
}
body[data-page="contact.html"] .form-card{
  padding:28px;
  border-radius:26px;
}
body[data-page="contact.html"] .form-card input,
body[data-page="contact.html"] .form-card textarea{
  border-color:rgba(186,88,255,.30);
  background:rgba(255,255,255,.07);
}
body[data-page="contact.html"] .contact-panel-art{
  margin-bottom:22px;
}
body[data-page="contact.html"] .word-detail-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
body[data-page="contact.html"] .word-panel{
  border-color:rgba(186,88,255,.24);
  box-shadow:0 20px 54px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.06);
}
body[data-page="contact.html"] .word-panel.gold{
  border-color:rgba(255,211,90,.32);
}
body[data-page="contact.html"] .word-step-list{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
body[data-page="contact.html"] .word-step{
  align-content:start;
  padding:18px;
  border-radius:20px;
  border-color:rgba(255,211,90,.18);
  background:linear-gradient(180deg,rgba(31,13,48,.72),rgba(10,4,20,.86));
}
body[data-page="contact.html"] .word-step span{
  width:54px;
  height:54px;
  border-radius:17px;
  color:#fff;
  background:linear-gradient(135deg,var(--purple),var(--purple-2));
  box-shadow:0 0 22px rgba(186,55,255,.34);
}
body[data-page="contact.html"] .contact-step-art{
  margin-bottom:24px;
  padding:10px;
}
body[data-page="contact.html"] .contact-step-art img{
  aspect-ratio:21/9;
  border-radius:18px;
}
body[data-page="contact.html"] .contact-faq-panel{
  padding:34px;
}
body[data-page="contact.html"] .contact-faq-intro{
  max-width:860px;
  margin:0 0 24px;
  color:#dfd1eb;
}
body[data-page="contact.html"] .contact-faq-panel .faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
body[data-page="contact.html"] .contact-faq-panel .faq-card{
  min-height:0;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(31,13,48,.62),rgba(10,4,20,.78));
}
body[data-page="contact.html"] .contact-faq-panel summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:18px 54px 18px 20px;
  color:#fff;
  font-weight:1000;
  line-height:1.35;
}
body[data-page="contact.html"] .contact-faq-panel summary::-webkit-details-marker{
  display:none;
}
body[data-page="contact.html"] .contact-faq-panel summary::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--gold);
  background:rgba(255,255,255,.08);
}
body[data-page="contact.html"] .contact-faq-panel details[open] summary::after{
  content:"-";
}
body[data-page="contact.html"] .contact-faq-panel .faq-card p{
  margin:0;
  padding:0 20px 20px;
  color:#d8c9e5;
}
body[data-page="contact.html"] .cta-panel{
  position:relative;
  overflow:hidden;
  border-color:rgba(255,211,90,.34);
  background:
    radial-gradient(circle at 85% 30%,rgba(186,55,255,.24),transparent 28%),
    linear-gradient(135deg,rgba(255,211,90,.10),rgba(29,11,46,.88),rgba(8,3,14,.96));
}
@media (max-width:1180px){
  body[data-page="contact.html"] #contact-channels.content-grid.two-col,
  body[data-page="contact.html"] .word-step-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-page="contact.html"] .contact-showcase,
  body[data-page="contact.html"] .split-layout,
  body[data-page="contact.html"] .word-detail-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:900px){
  body[data-page="contact.html"] .page-hero{
    min-height:auto;
    padding:330px 0 52px;
    align-items:end;
    background:
      linear-gradient(180deg,rgba(7,2,13,.06) 0%,rgba(7,2,13,.66) 42%,rgba(7,2,13,.98) 72%,rgba(7,2,13,1) 100%),
      url('../assets/contact-page/contact-hero-safe-v4.webp') 70% top/auto 430px no-repeat;
  }
  body[data-page="contact.html"] .page-hero .container{
    width:min(100%,calc(100% - 28px));
  }
  body[data-page="contact.html"] .page-hero-inner{
    width:100%;
    padding:0;
  }
  body[data-page="contact.html"] .contact-faq-panel .faq-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  body[data-page="contact.html"] .page-hero{
    padding:270px 0 44px;
    background:
      linear-gradient(180deg,rgba(7,2,13,.08) 0%,rgba(7,2,13,.76) 44%,rgba(7,2,13,1) 76%,rgba(7,2,13,1) 100%),
      url('../assets/contact-page/contact-hero-safe-v4.webp') 68% top/auto 340px no-repeat;
  }
  body[data-page="contact.html"] .page-hero h1{
    font-size:clamp(34px,10vw,48px);
    line-height:1.1;
  }
  body[data-page="contact.html"] .page-intro{
    font-size:15px;
    line-height:1.66;
  }
  body[data-page="contact.html"] .page-hero .hero-actions,
  body[data-page="contact.html"] .page-hero .hero-actions .btn{
    width:100%;
  }
  body[data-page="contact.html"] .page-highlight-strip span{
    width:100%;
    text-align:center;
  }
  body[data-page="contact.html"] .section{
    padding:58px 0;
  }
  body[data-page="contact.html"] .contact-showcase,
  body[data-page="contact.html"] .content-card,
  body[data-page="contact.html"] .form-card,
  body[data-page="contact.html"] .word-panel,
  body[data-page="contact.html"] .cta-panel{
    padding:20px;
    border-radius:22px;
  }
  body[data-page="contact.html"] #contact-channels.content-grid.two-col,
  body[data-page="contact.html"] .word-step-list{
    grid-template-columns:1fr;
  }
  body[data-page="contact.html"] .word-step{
    grid-template-columns:50px 1fr;
  }
  body[data-page="contact.html"] .word-step span{
    width:50px;
    height:50px;
    border-radius:16px;
  }
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(186,55,255,.18), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(255,211,90,.16), transparent 30%),
    radial-gradient(circle at 50% 90%, rgba(111,29,206,.18), transparent 38%),
    linear-gradient(180deg,#030106 0%,#0b0614 48%,#05020a 100%);
  font-family:"Tahoma","Noto Sans Thai","Segoe UI",Arial,sans-serif;
  line-height:1.65;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 76%);
  z-index:-2;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
.container{width:min(var(--container),calc(100% - 32px));margin-inline:auto}
.page-glow{
  position:fixed;
  width:420px;
  height:420px;
  right:-160px;
  top:18%;
  border-radius:50%;
  background:radial-gradient(circle, rgba(186,55,255,.32), transparent 68%);
  filter:blur(10px);
  z-index:-1;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid var(--line);
  background:rgba(5,2,10,.82);
  backdrop-filter:blur(16px);
  box-shadow:0 10px 40px rgba(0,0,0,.35);
}
.nav-wrap{height:58px;display:flex;align-items:center;gap:16px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand-mark{
  width:40px;height:40px;border-radius:14px;overflow:hidden;
  box-shadow:0 0 22px rgba(186,55,255,.35), inset 0 0 0 1px rgba(255,255,255,.15);
  background:#07020d;
}
.brand-mark img{width:100%;height:100%;object-fit:cover}
.brand-text{font-weight:900;font-size:clamp(18px,1.55vw,24px);letter-spacing:-.04em;font-style:italic;line-height:1}
.brand-text strong{color:var(--gold);text-shadow:0 0 18px rgba(255,211,90,.58)}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:4px}
.main-nav a{
  position:relative;
  padding:8px 11px;
  color:#f4e9ff;
  font-size:13px;
  font-weight:700;
  opacity:.9;
}
.main-nav a::after{
  content:"";position:absolute;left:12px;right:12px;bottom:2px;height:2px;border-radius:2px;
  background:linear-gradient(90deg,var(--purple),var(--gold));transform:scaleX(0);transform-origin:left;transition:.25s ease;
}
.main-nav a:hover,.main-nav a.active{opacity:1;color:white}
.main-nav a:hover::after,.main-nav a.active::after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:10px}
.lang-switch{display:flex;gap:2px;border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:3px;background:rgba(255,255,255,.04)}
.lang-switch button{border:0;background:transparent;color:#cabdd8;border-radius:999px;padding:6px 8px;cursor:pointer;font-size:12px;font-weight:800}
.lang-switch .is-active{background:linear-gradient(135deg,var(--gold),#fff1a2);color:#1a0b00}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:38px;padding:8px 15px;border-radius:11px;
  border:1px solid transparent;font-weight:900;white-space:nowrap;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  cursor:pointer;
}
.btn:hover{transform:translateY(-2px)}
.btn-gold{color:#180a00;background:linear-gradient(180deg,#fff1a2 0%,var(--gold) 44%,#c87908 100%);box-shadow:0 0 22px rgba(255,211,90,.35), inset 0 1px 0 rgba(255,255,255,.75)}
.btn-gold:hover{box-shadow:0 0 32px rgba(255,211,90,.55), inset 0 1px 0 rgba(255,255,255,.8)}
.btn-purple{color:white;background:linear-gradient(135deg,var(--purple),var(--purple-2));box-shadow:0 0 24px rgba(186,55,255,.42), inset 0 1px 0 rgba(255,255,255,.18)}
.btn-ghost{color:white;background:rgba(15,8,26,.65);border-color:rgba(255,255,255,.18)}
.btn-ghost:hover{border-color:rgba(255,211,90,.55);box-shadow:0 0 20px rgba(186,55,255,.18)}
.btn-outline-gold{color:#ffe77c;background:rgba(255,211,90,.06);border-color:rgba(255,211,90,.45)}
.btn-large{min-height:46px;padding:11px 20px;border-radius:13px;font-size:15px}
.btn-icon{font-size:22px;line-height:1}
.nav-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.05);cursor:pointer}
.nav-toggle span{display:block;width:20px;height:2px;background:white;margin:5px auto;border-radius:99px;transition:.2s ease}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.hero{
  position:relative;
  min-height:680px;
  padding:104px 0 86px;
  overflow:hidden;
  border-bottom:1px solid rgba(186,55,255,.18);
  isolation:isolate;
  background:
    linear-gradient(90deg,rgba(4,1,9,.98) 0%,rgba(5,2,10,.94) 34%,rgba(5,2,10,.58) 58%,rgba(5,2,10,.18) 100%),
    radial-gradient(circle at 18% 36%,rgba(186,55,255,.22),transparent 28%),
    url("../assets/hero-jokerslotz-v2.webp");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(5,2,10,.18),rgba(5,2,10,.86)),
    radial-gradient(circle at 30% 92%,rgba(255,211,90,.09),transparent 24%),
    radial-gradient(circle at 78% 30%,rgba(186,55,255,.16),transparent 32%);
  z-index:0;
  pointer-events:none;
}
.hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:150px;
  background:linear-gradient(180deg,transparent,rgba(7,2,13,.96));
  z-index:0;
  pointer-events:none;
}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,700px);gap:24px;align-items:center;min-height:490px}
.hero-copy{position:relative;padding:26px 0 34px}
.hero-copy::before{
  content:"";
  position:absolute;
  left:-22px;
  top:28px;
  bottom:34px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--gold),var(--purple),transparent);
  box-shadow:0 0 22px rgba(255,211,90,.32);
}
.eyebrow,.section-kicker{
  display:inline-flex;align-items:center;gap:9px;color:var(--gold);font-weight:900;letter-spacing:.06em;text-transform:uppercase;font-size:11px;margin:0 0 10px;
}
.eyebrow span,.section-kicker::before{content:"";width:32px;height:2px;background:linear-gradient(90deg,var(--gold),var(--purple));border-radius:999px}
.hero h1{font-size:clamp(42px,5.45vw,74px);line-height:1.03;letter-spacing:-.055em;margin:0 0 18px;max-width:720px;text-shadow:0 8px 34px rgba(0,0,0,.55)}
.hero h1::first-line{color:white}
.hero-text{font-size:16px;color:#eee4f7;max-width:670px;margin:0 0 24px;text-shadow:0 4px 22px rgba(0,0,0,.56)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}
.hero-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-width:680px;
  margin:0 0 16px;
}
.hero-proof article{
  min-width:0;
  padding:14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(24,10,40,.62),rgba(7,3,14,.40));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 44px rgba(0,0,0,.18);
  backdrop-filter:blur(10px);
}
.hero-proof strong{
  display:block;
  color:#fff;
  font-size:15px;
  line-height:1.2;
  margin-bottom:5px;
}
.hero-proof span{
  display:block;
  color:#cfc0dc;
  font-size:12px;
  line-height:1.55;
}
.trust-row{display:flex;flex-wrap:wrap;gap:10px}
.trust-row span{
  padding:8px 11px;border:1px solid rgba(255,211,90,.18);border-radius:999px;background:rgba(7,3,14,.42);color:#f6edff;font-size:12px;font-weight:700;backdrop-filter:blur(8px);
}

.quick-features{margin-top:-38px;position:relative;z-index:5}
.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.feature-strip article,.game-card,.promo-card,.why-cards article,.step-card,.note-box,.smart-panel,.faq-list details{
  border:1px solid var(--line);background:linear-gradient(180deg,rgba(30,14,46,.82),rgba(11,5,20,.86));box-shadow:0 18px 50px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06);border-radius:var(--radius);
}
.feature-strip article{
  position:relative;
  min-height:0;
  padding:14px 14px 18px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  align-items:start;
  overflow:hidden;
  border-color:rgba(255,211,90,.18);
  background:
    radial-gradient(circle at 18% 12%,rgba(255,211,90,.12),transparent 28%),
    linear-gradient(180deg,rgba(36,14,55,.88),rgba(9,4,18,.92));
}
.feature-strip article::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,var(--gold),var(--purple),transparent);
}
.feature-strip article::after{
  content:"";
  position:absolute;
  right:-34px;
  bottom:-42px;
  width:110px;
  height:110px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(186,55,255,.18),transparent 70%);
  pointer-events:none;
}
.feature-strip .icon-pill{
  position:relative;
  z-index:1;
  width:54px;
  height:54px;
  border-radius:18px;
  font-size:26px;
  background:linear-gradient(135deg,rgba(255,211,90,.24),rgba(186,55,255,.24));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14),0 0 24px rgba(186,55,255,.18);
}
.feature-thumb{position:relative;z-index:1;display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:16px;border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 34px rgba(0,0,0,.28)}
.feature-strip h3{position:relative;z-index:1;margin:2px 0 0;font-size:17px;line-height:1.26}.feature-strip p{position:relative;z-index:1;grid-column:auto;margin:0;color:#d9cde5;font-size:13px;line-height:1.62}.feature-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:rgba(186,55,255,.14);box-shadow:inset 0 0 0 1px rgba(186,55,255,.24);font-size:24px}

.section{padding:86px 0;position:relative}
.section + .section{border-top:1px solid rgba(186,55,255,.11)}
.section-head{max-width:900px;margin:0 auto 34px;text-align:center}
.section-head-compact{max-width:940px;margin-bottom:26px}
.section-head h2,.smart-panel h2{font-size:clamp(31px,4vw,48px);line-height:1.18;letter-spacing:-.045em;margin:0 0 16px;text-shadow:0 0 30px rgba(186,55,255,.16)}
.section-head p,.smart-panel p{color:#d9cde5;margin:0;font-size:17px}
.game-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.game-card{position:relative;display:grid;grid-template-columns:1fr;gap:0;padding:16px 16px 22px;overflow:hidden;transition:.22s ease;border-radius:22px}
.game-card:hover{transform:translateY(-4px);border-color:rgba(255,211,90,.55);box-shadow:0 20px 62px rgba(0,0,0,.34),0 0 30px rgba(186,55,255,.14)}
.game-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--gold),var(--purple),transparent)}
.game-card::after{content:"";position:absolute;inset:auto -40px -50px auto;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(186,55,255,.18),transparent 68%)}
.game-card > div{position:relative;z-index:1;min-width:0}.game-card h3{position:relative;z-index:1;margin:16px 0 7px;font-size:22px;line-height:1.2}.game-card p{position:relative;z-index:1;margin:0;color:#d7c9e5;line-height:1.68;font-size:14px}
.card-thumb{position:relative;z-index:1;display:block;width:100%;object-fit:cover;border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 36px rgba(0,0,0,.28),0 0 22px rgba(186,55,255,.12);background:#13071e}
.game-thumb{width:100%;height:auto;aspect-ratio:16/10;border-radius:18px}
.game-visual{position:relative;width:82px;height:82px;border-radius:20px;display:grid;place-items:center;font-size:40px;font-weight:1000;color:white;overflow:hidden;background:linear-gradient(135deg,rgba(186,55,255,.32),rgba(255,211,90,.18));box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 0 24px rgba(186,55,255,.16)}
.game-visual::before{content:"";position:absolute;inset:-40%;background:conic-gradient(from 20deg,transparent,var(--purple),transparent,var(--gold),transparent);animation:spin 5s linear infinite;opacity:.55}.game-visual{isolation:isolate}.game-visual{z-index:0}.game-visual::after{content:"";position:absolute;inset:4px;background:rgba(7,3,13,.75);border-radius:16px;z-index:-1}.game-visual.crown{color:var(--gold)}.game-visual.gold{color:var(--gold)}.game-visual.magic{color:#e99bff}.game-visual.fruit{font-size:42px}
@keyframes spin{to{transform:rotate(360deg)}}
.center-actions{display:flex;justify-content:center;margin-top:28px}

.promo-section{padding-top:68px}.promo-panel{position:relative;border:1px solid rgba(255,211,90,.34);border-radius:30px;padding:34px;background:linear-gradient(135deg,rgba(255,211,90,.08),rgba(186,55,255,.08) 42%,rgba(5,2,10,.92));box-shadow:0 0 46px rgba(255,211,90,.09), inset 0 1px 0 rgba(255,255,255,.08);overflow:hidden}.promo-panel::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(255,211,90,.18),transparent 24%),radial-gradient(circle at 92% 10%,rgba(186,55,255,.2),transparent 25%);pointer-events:none}.promo-panel>*{position:relative}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.promo-card{position:relative;min-height:0;padding:16px 16px 22px;overflow:hidden;border-radius:22px}.promo-card::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--purple))}.promo-card h3{position:relative;z-index:1;font-size:22px;margin:16px 0 9px;line-height:1.22}.promo-card p{position:relative;z-index:1;color:#d8c9e5;margin:0;font-size:14px;line-height:1.7}.promo-thumb{aspect-ratio:16/10;border-radius:18px;margin-bottom:16px}.promo-icon{position:relative;z-index:1;width:66px;height:66px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(135deg,rgba(255,211,90,.26),rgba(186,55,255,.22));box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 0 24px rgba(255,211,90,.10);font-size:32px}

.why-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:36px;align-items:center}.why-grid .section-head{text-align:left;margin:0}.why-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.why-cards article{position:relative;min-height:0;padding:16px 16px 22px;border-radius:22px;overflow:hidden}.why-cards article::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--purple),var(--gold),transparent)}.why-thumb{aspect-ratio:16/10;border-radius:18px;margin-bottom:16px}.why-cards span{position:relative;z-index:1;width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,rgba(186,55,255,.24),rgba(255,211,90,.14));display:grid;place-items:center;font-size:29px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.10),0 0 22px rgba(186,55,255,.14)}.why-cards h3{position:relative;z-index:1;margin:0 0 8px;font-size:21px}.why-cards p{position:relative;z-index:1;margin:0;color:#d8c9e5;line-height:1.66;font-size:14px}

.steps-section{background:linear-gradient(180deg,rgba(186,55,255,.04),transparent)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;position:relative}.step-card{position:relative;min-height:0;padding:16px 16px 24px;text-align:left;overflow:hidden;border-radius:24px}.step-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 14%,rgba(255,211,90,.12),transparent 28%);pointer-events:none}.step-card::after{content:"";position:absolute;top:60px;right:-22px;width:44px;height:3px;background:linear-gradient(90deg,var(--purple),var(--gold));opacity:.75}.step-card:last-child::after{display:none}.step-thumb{aspect-ratio:16/10;border-radius:18px;margin-bottom:16px}.step-number{position:relative;z-index:1;width:58px;height:58px;margin:0 0 18px;border-radius:18px;display:grid;place-items:center;color:white;font-size:25px;font-weight:1000;background:linear-gradient(135deg,var(--purple),var(--purple-2));box-shadow:0 0 22px rgba(186,55,255,.42),inset 0 1px 0 rgba(255,255,255,.2)}.step-card h3{position:relative;z-index:1;font-size:22px;margin:0 0 9px}.step-card p{position:relative;z-index:1;margin:0;color:#d8c9e5;line-height:1.7;font-size:14px}.note-box{max-width:920px;margin:22px auto 0;padding:20px 24px;color:#eadff4;text-align:center;border-color:rgba(255,211,90,.28);background:linear-gradient(135deg,rgba(255,211,90,.07),rgba(186,55,255,.08))}

.mobile-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.mobile-grid .section-head{text-align:left;margin:0}.phone-demo{display:grid;place-items:center;min-height:500px;position:relative}.phone-demo::before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(186,55,255,.32),transparent 70%);filter:blur(10px)}.phone-shell{position:relative;width:270px;height:500px;border-radius:42px;padding:13px;background:linear-gradient(150deg,#21122e,#05020a);box-shadow:0 32px 80px rgba(0,0,0,.52),0 0 42px rgba(186,55,255,.24);border:1px solid rgba(255,255,255,.14)}.phone-top{position:absolute;top:20px;left:50%;transform:translateX(-50%);width:86px;height:8px;border-radius:999px;background:#05020a;z-index:3}.phone-screen{height:100%;border-radius:31px;background:radial-gradient(circle at 50% 17%,rgba(186,55,255,.32),transparent 34%),linear-gradient(180deg,#10081d,#05020a);overflow:hidden;padding:54px 18px 18px;text-align:center;border:1px solid rgba(255,255,255,.08)}.phone-screen img{width:118px;height:118px;object-fit:cover;border-radius:26px;margin:0 auto 14px;box-shadow:0 0 30px rgba(255,211,90,.14)}.phone-title{font-size:24px;font-weight:1000;color:var(--gold);font-style:italic;margin-bottom:18px}.phone-line{height:12px;border-radius:999px;background:rgba(255,255,255,.13);margin:11px auto;width:78%}.phone-line.big{height:18px;width:92%;background:linear-gradient(90deg,var(--gold),var(--purple))}.phone-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.phone-buttons span{height:42px;border-radius:13px;background:linear-gradient(180deg,var(--gold),var(--gold-2))}.phone-buttons span+span{background:linear-gradient(135deg,var(--purple),var(--purple-2))}.phone-mini-cards{display:grid;gap:10px}.phone-mini-cards span{height:54px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09)}.mobile-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.mobile-tags span{padding:10px 14px;border-radius:999px;color:#fff;background:rgba(186,55,255,.12);border:1px solid rgba(186,55,255,.28);font-weight:800}

.smart-panel{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:32px 36px;border-color:rgba(255,211,90,.28);background:linear-gradient(135deg,rgba(255,211,90,.08),rgba(186,55,255,.1),rgba(8,3,14,.92))}.smart-panel h2{margin-top:0}.smart-icons{display:flex;gap:12px}.smart-icons span{width:70px;height:70px;border-radius:22px;display:grid;place-items:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);font-size:34px}

.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:start}.faq-grid .section-head{text-align:left;margin:0}.faq-list{display:grid;gap:12px}.faq-list details{padding:0;overflow:hidden}.faq-list summary{position:relative;list-style:none;cursor:pointer;padding:18px 54px 18px 20px;font-weight:900}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);color:var(--gold);font-size:22px;line-height:1}.faq-list details[open] summary::after{content:"–"}.faq-list details p{margin:0;padding:0 20px 20px;color:var(--muted)}
.seo-game-grid,
.seo-promo-grid,
.seo-steps{
  margin-top:10px;
}
.faq-intro-card,
.seo-article-main,
.seo-article-aside{
  border:1px solid rgba(255,211,90,.24);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(30,14,46,.82),rgba(11,5,20,.92));
  box-shadow:0 18px 50px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);
}
.faq-intro-card{
  padding:24px;
}
.faq-intro-card h3{
  margin:0 0 14px;
  font-size:24px;
}
.faq-intro-card ul,
.seo-article-aside ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}
.faq-intro-card li,
.seo-article-aside li{
  position:relative;
  padding-left:26px;
  color:#dfd1eb;
}
.faq-intro-card li::before,
.seo-article-aside li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 14px rgba(255,211,90,.56);
}
.seo-article{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  gap:22px;
  align-items:start;
}
.seo-article-main{
  padding:34px;
}
.seo-article-main h2{
  font-size:clamp(31px,4vw,48px);
  line-height:1.18;
  letter-spacing:-.045em;
  margin:0 0 18px;
}
.seo-article-main h3{
  font-size:24px;
  margin:28px 0 10px;
}
.seo-article-main p{
  color:#dfd1eb;
  margin:0;
}
.seo-article-main p+p{
  margin-top:16px;
}
.seo-article-aside{
  padding:26px;
  position:sticky;
  top:86px;
}
.seo-article-aside h3{
  margin:0 0 14px;
  color:var(--gold);
  font-size:22px;
}

.site-footer{padding:58px 0 22px;border-top:1px solid rgba(186,55,255,.22);background:linear-gradient(180deg,rgba(9,3,18,.92),rgba(3,1,6,.98))}.footer-grid{display:grid;grid-template-columns:1.25fr .75fr .85fr .9fr;gap:28px}.footer-brand p,.footer-small{color:var(--muted);margin:16px 0 0}.site-footer h3{font-size:18px;margin:0 0 14px;color:var(--gold)}.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px;color:var(--muted)}.site-footer a:hover{color:var(--gold)}.payment-icons{display:flex;flex-wrap:wrap;gap:9px}.payment-icons span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(186,55,255,.22),rgba(255,211,90,.16));border:1px solid rgba(255,255,255,.12);color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:#a99bb5;font-size:13px}.footer-bottom p{margin:0}.back-to-top{position:fixed;right:18px;bottom:18px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--purple),var(--purple-2));border:1px solid rgba(255,255,255,.16);box-shadow:0 0 26px rgba(186,55,255,.36);z-index:45;font-weight:1000}

.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:none}

@media (max-width:1080px){
  .header-actions .lang-switch{display:none}.main-nav a{font-size:14px;padding-inline:9px}.hero-grid,.why-grid,.mobile-grid,.faq-grid,.seo-article{grid-template-columns:1fr}.hero{padding-top:86px}.section-head,.why-grid .section-head,.mobile-grid .section-head,.faq-grid .section-head{text-align:center;margin-inline:auto}.feature-strip{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.smart-panel{grid-template-columns:1fr;text-align:center}.smart-icons{justify-content:center}.seo-article-aside{position:relative;top:auto}
}
@media (max-width:860px){
  .nav-wrap{height:72px}.nav-toggle{display:block}.main-nav{position:absolute;left:16px;right:16px;top:82px;display:none;flex-direction:column;align-items:stretch;padding:14px;border:1px solid var(--line);border-radius:20px;background:rgba(10,4,20,.97);box-shadow:0 24px 70px rgba(0,0,0,.45)}.main-nav.is-open{display:flex}.main-nav a{padding:13px 14px}.header-actions{margin-left:auto}.header-actions .btn-ghost{display:none}.hero-grid{gap:16px}.hero{min-height:auto}.hero h1{font-size:42px}.game-grid,.promo-grid,.why-cards,.steps{grid-template-columns:1fr}.step-card::after{display:none}.game-card{grid-template-columns:1fr}.game-visual{width:82px;height:82px}.footer-bottom{flex-direction:column}.feature-strip article{grid-template-columns:1fr;text-align:center}.feature-strip p{grid-column:auto}.feature-icon,.feature-strip .icon-pill{margin:0 auto}
}
@media (max-width:620px){
  .container{width:min(100% - 24px,var(--container))}.brand-text{font-size:21px}.brand-mark{width:44px;height:44px;border-radius:14px}.header-actions .btn-gold{padding-inline:12px;font-size:14px}.hero h1{font-size:34px;letter-spacing:-.045em}.hero-text,.section-head p,.smart-panel p{font-size:15px}.hero-actions .btn{width:100%}.trust-row span{width:100%;text-align:center}.section{padding:62px 0}.feature-strip{grid-template-columns:1fr}.promo-panel{padding:22px;border-radius:22px}.game-card{grid-template-columns:1fr;text-align:center}.game-thumb{width:100%;height:auto;aspect-ratio:16/9}.card-thumb{margin-inline:auto}.game-visual{margin-inline:auto}.phone-shell{width:238px;height:442px}.smart-panel{padding:24px}.smart-icons span{width:58px;height:58px;font-size:28px}.footer-grid{grid-template-columns:1fr}.back-to-top{width:42px;height:42px}.seo-article-main,.seo-article-aside,.faq-intro-card{padding:22px;border-radius:22px}
}


/* Updated image sections from the new Jokerslot Z artwork set */
.image-showcase{
  position:relative;
  margin:0;
  border:1px solid rgba(186,88,255,.45);
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(18,8,32,.9),rgba(5,2,10,.96));
  box-shadow:0 28px 86px rgba(0,0,0,.46),0 0 36px rgba(186,55,255,.18),inset 0 1px 0 rgba(255,255,255,.08);
}
.image-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,211,90,.12), inset 0 0 38px rgba(186,55,255,.12);
  z-index:2;
}
.image-showcase::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg,transparent 0 38%,rgba(255,255,255,.10) 44%,transparent 52%),
    radial-gradient(circle at 12% 12%,rgba(255,211,90,.10),transparent 22%);
  opacity:.55;
  z-index:1;
}
.image-showcase img{
  width:100%;
  height:auto;
  display:block;
}
.page-highlight-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
  max-width:920px;
}
.page-highlight-strip span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:9px 14px;
  border-radius:999px;
  color:#fff7d7;
  font-weight:900;
  font-size:14px;
  line-height:1;
  border:1px solid rgba(255,211,90,.22);
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03)),
    radial-gradient(circle at 18% 18%,rgba(255,211,90,.18),transparent 36%),
    rgba(23,8,36,.74);
  box-shadow:0 12px 28px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.09);
}
.page-highlight-strip span::before{
  content:"";
  width:7px;
  height:7px;
  margin-right:8px;
  border-radius:50%;
  background:linear-gradient(180deg,#ffe38a,#d99919);
  box-shadow:0 0 14px rgba(255,211,90,.72);
}
.designed-showcase-section{
  padding-top:42px;
}
.designed-showcase{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);
  gap:28px;
  align-items:center;
  min-height:390px;
  padding:34px;
  border:1px solid rgba(255,211,90,.26);
  border-radius:30px;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 18%,rgba(255,211,90,.12),transparent 26%),
    radial-gradient(circle at 86% 20%,rgba(186,55,255,.18),transparent 32%),
    linear-gradient(135deg,rgba(31,12,47,.90),rgba(8,3,16,.97));
  box-shadow:0 26px 80px rgba(0,0,0,.42),0 0 42px rgba(186,55,255,.13),inset 0 1px 0 rgba(255,255,255,.08);
}
.designed-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(90deg,transparent,black 18%,black 82%,transparent);
  opacity:.45;
}
.designed-showcase>*{
  position:relative;
  z-index:1;
}
.showcase-copy h2{
  margin:8px 0 12px;
  font-size:clamp(30px,4vw,48px);
  line-height:1.12;
}
.showcase-copy p:not(.section-kicker){
  margin:0;
  color:#e4d7ee;
  line-height:1.75;
}
.showcase-stage{
  position:relative;
  min-height:300px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  perspective:900px;
}
.slot-reel{
  width:112px;
  height:232px;
  display:grid;
  gap:10px;
  padding:12px;
  border:1px solid rgba(255,211,90,.28);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.03)),rgba(10,4,18,.9);
  box-shadow:0 24px 48px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.10);
  transform:rotateY(-10deg);
}
.slot-reel span{
  display:grid;
  place-items:center;
  border-radius:18px;
  color:#fff;
  font-weight:1000;
  font-size:34px;
  background:linear-gradient(135deg,rgba(186,55,255,.42),rgba(255,211,90,.18));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}
.reel-two{transform:translateY(-20px)}
.reel-three{transform:rotateY(10deg) translateY(16px)}
.floating-token{
  position:absolute;
  display:grid;
  place-items:center;
  border-radius:999px;
  font-weight:1000;
  color:#15061f;
  background:linear-gradient(180deg,#ffe082,#c9820e);
  box-shadow:0 14px 34px rgba(255,211,90,.26),inset 0 1px 0 rgba(255,255,255,.5);
}
.token-a{width:74px;height:74px;right:20px;top:28px}
.token-b{width:54px;height:54px;left:18px;bottom:32px}
.promo-ticket-board{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:16px;
}
.promo-ticket{
  min-height:128px;
  padding:20px;
  border:1px solid rgba(255,211,90,.25);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(255,211,90,.14),rgba(186,55,255,.12)),rgba(13,5,24,.88);
  box-shadow:0 18px 42px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.09);
}
.promo-ticket.main-ticket{
  grid-row:span 2;
  min-height:272px;
  background:linear-gradient(135deg,rgba(255,211,90,.24),rgba(186,55,255,.18)),rgba(13,5,24,.92);
}
.promo-ticket strong{
  display:block;
  color:#ffd35a;
  font-size:34px;
  line-height:1;
}
.promo-ticket span{
  display:block;
  margin-top:8px;
  color:#fff;
  font-weight:900;
}
.flow-steps-art{
  display:grid;
  grid-template-columns:1fr 70px 1fr 70px 1fr;
  align-items:center;
  gap:0;
}
.flow-node{
  min-height:170px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:12px;
  border:1px solid rgba(186,88,255,.34);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(45,16,70,.88),rgba(10,4,18,.96));
  box-shadow:0 22px 44px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);
}
.flow-node span{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#1a0622;
  font-weight:1000;
  background:linear-gradient(180deg,#ffe58b,#d59518);
}
.flow-node strong{color:#fff;font-size:20px}
.flow-line{
  height:3px;
  background:linear-gradient(90deg,var(--purple),var(--gold));
  box-shadow:0 0 18px rgba(255,211,90,.28);
}
.transaction-board{
  display:grid;
  gap:14px;
  max-width:520px;
  margin-left:auto;
  width:100%;
}
.balance-card,.transaction-row{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.055);
  border-radius:22px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.balance-card{
  padding:24px;
}
.balance-card span,.transaction-row span{
  color:#cbb9db;
  font-weight:800;
}
.balance-card strong{
  display:block;
  color:#ffd35a;
  font-size:46px;
  line-height:1.05;
}
.transaction-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:62px;
  padding:0 18px;
}
.transaction-row b{
  color:#fff;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(186,55,255,.24);
}
.transaction-row.active{
  border-color:rgba(255,211,90,.32);
  background:linear-gradient(90deg,rgba(255,211,90,.12),rgba(255,255,255,.05));
}
.support-orbit{
  position:relative;
  min-height:320px;
  display:grid;
  place-items:center;
}
.support-core{
  width:150px;
  height:150px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#1a0622;
  font-size:44px;
  font-weight:1000;
  background:linear-gradient(180deg,#ffe58b,#d59518);
  box-shadow:0 0 60px rgba(255,211,90,.24),inset 0 2px 0 rgba(255,255,255,.45);
}
.support-chip{
  position:absolute;
  min-width:92px;
  min-height:48px;
  display:grid;
  place-items:center;
  padding:10px 16px;
  border-radius:999px;
  color:#fff;
  font-weight:1000;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(135deg,rgba(186,55,255,.42),rgba(255,211,90,.12));
  box-shadow:0 18px 38px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.10);
}
.support-chip.line{left:8%;top:18%}
.support-chip.telegram{right:8%;top:28%}
.support-chip.status{left:50%;bottom:12%;transform:translateX(-50%)}
.word-detail-section{
  padding-top:42px;
}
.word-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.word-panel{
  position:relative;
  padding:28px;
  border:1px solid rgba(186,88,255,.24);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(31,13,48,.84),rgba(8,3,16,.94));
  box-shadow:0 18px 48px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.06);
  overflow:hidden;
}
.word-panel::after{
  content:"";
  position:absolute;
  right:-48px;
  bottom:-60px;
  width:170px;
  height:170px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(186,55,255,.16),transparent 70%);
  pointer-events:none;
}
.word-panel.full{
  grid-column:1/-1;
}
.word-panel.gold{
  border-color:rgba(255,211,90,.30);
  background:linear-gradient(135deg,rgba(255,211,90,.08),rgba(31,13,48,.88),rgba(8,3,16,.94));
}
.word-panel h2,
.word-panel h3{
  position:relative;
  z-index:1;
  margin:0 0 12px;
  line-height:1.22;
}
.word-panel h2{
  font-size:clamp(28px,3.5vw,42px);
}
.word-panel h3{
  font-size:24px;
}
.word-panel p{
  position:relative;
  z-index:1;
  color:#dfd1eb;
  line-height:1.76;
  margin:0;
}
.word-panel p+p{
  margin-top:14px;
}
.word-step-list{
  position:relative;
  z-index:1;
  display:grid;
  gap:12px;
  margin-top:16px;
}
.word-step{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:start;
  padding:16px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(255,255,255,.045);
}
.word-step span{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:#1a0622;
  font-weight:1000;
  background:linear-gradient(180deg,#ffe58b,#d59518);
}
.word-step strong{
  display:block;
  color:#fff;
  font-size:18px;
  margin-bottom:4px;
}
.promo-offer-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}
.promo-offer-card{
  position:relative;
  min-height:230px;
  padding:22px;
  border:1px solid rgba(255,211,90,.24);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(42,14,62,.88),rgba(10,4,18,.96));
  box-shadow:0 18px 44px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.07);
  overflow:hidden;
}
.promo-offer-card::before{
  content:attr(data-code);
  display:inline-grid;
  place-items:center;
  min-width:58px;
  height:36px;
  padding:0 12px;
  margin-bottom:16px;
  border-radius:999px;
  color:#1a0622;
  font-weight:1000;
  background:linear-gradient(180deg,#ffe58b,#d59518);
}
.promo-offer-card h3{
  margin:0 0 10px;
  font-size:22px;
}
.promo-offer-card p{
  color:#dfd1eb;
  margin:0 0 18px;
  line-height:1.62;
}
.promo-offer-card .btn{
  margin-top:auto;
}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.faq-card{
  padding:18px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(255,255,255,.045);
}
.faq-card strong{
  display:block;
  color:#fff;
  margin-bottom:8px;
}
.faq-card p{
  margin:0;
  color:#d8c9e5;
  line-height:1.65;
}
.word-checklist{
  position:relative;
  z-index:1;
  display:grid;
  gap:12px;
  margin-top:16px;
}
.word-checklist li{
  list-style:none;
  padding:14px 16px 14px 44px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:rgba(255,255,255,.04);
  color:#dfd1eb;
  line-height:1.62;
  position:relative;
}
.word-checklist li::before{
  content:"";
  position:absolute;
  left:16px;
  top:22px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ffd35a;
  box-shadow:0 0 14px rgba(255,211,90,.58);
}
.promo-panel .image-showcase{
  border-color:rgba(255,211,90,.28);
  box-shadow:0 24px 80px rgba(0,0,0,.42),0 0 42px rgba(255,211,90,.12);
}
.mobile-grid .image-showcase{
  align-self:center;
}
.play-smart .image-showcase{
  border-color:rgba(186,88,255,.55);
}
.image-showcase + .center-actions,
.promo-panel .image-showcase + .center-actions{
  margin-top:26px;
}

@media (max-width:620px){
  .image-showcase{
    border-radius:20px;
  }
  .page-highlight-strip{
    justify-content:center;
    gap:8px;
  }
  .page-highlight-strip span{
    min-height:34px;
    padding:8px 11px;
    font-size:12px;
  }
  .designed-showcase{
    grid-template-columns:1fr;
    min-height:unset;
    padding:24px;
    border-radius:24px;
  }
  .showcase-stage{
    min-height:260px;
    transform:scale(.92);
    transform-origin:center;
  }
  .promo-ticket-board{
    grid-template-columns:1fr;
  }
  .promo-ticket.main-ticket{
    grid-row:auto;
    min-height:150px;
  }
  .flow-steps-art{
    grid-template-columns:1fr;
    gap:12px;
  }
  .flow-line{
    width:3px;
    height:34px;
    margin:auto;
  }
  .transaction-board{
    max-width:none;
  }
  .balance-card strong{
    font-size:34px;
  }
  .support-orbit{
    min-height:260px;
  }
  .support-core{
    width:126px;
    height:126px;
    font-size:36px;
  }
  .word-detail-grid,
  .promo-offer-grid,
  .faq-grid{
    grid-template-columns:1fr;
  }
  .word-panel{
    padding:22px;
    border-radius:22px;
  }
  .word-step{
    grid-template-columns:42px 1fr;
    padding:14px;
  }
  .word-step span{
    width:42px;
    height:42px;
  }
  .image-showcase.is-wide{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .image-showcase.is-wide img{
    min-width:760px;
  }
}


/* Why & FAQ image updates */
.faq-side{display:grid;gap:22px;align-content:start}
.faq-showcase{max-width:100%}
.faq-showcase img{aspect-ratio:1942 / 809;object-fit:cover}
@media (max-width:1080px){
  .faq-side{gap:18px}
}


/* Complete multi-page layout */
.page-hero{padding:112px 0 76px;border-bottom:1px solid rgba(186,55,255,.16);background:radial-gradient(circle at 80% 10%,rgba(255,211,90,.12),transparent 25%),radial-gradient(circle at 18% 22%,rgba(186,55,255,.22),transparent 32%),linear-gradient(180deg,rgba(12,5,23,.55),rgba(5,2,10,.2))}
.page-hero-inner{max-width:920px}.page-hero h1{font-size:clamp(40px,6vw,70px);line-height:1.08;letter-spacing:-.06em;margin:0 0 18px;text-shadow:0 0 34px rgba(186,55,255,.2)}
.page-intro{font-size:18px;color:#e2d4ee;margin:0 0 26px;max-width:860px}.page-hero .hero-actions{margin-top:26px}.slim-section{padding-top:62px}.content-grid{display:grid;gap:18px}.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.content-card{padding:26px;position:relative;overflow:hidden}.content-card.large{padding:34px}.content-card::after{content:"";position:absolute;right:-40px;bottom:-54px;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(186,55,255,.18),transparent 68%);pointer-events:none}.content-card h2,.content-card h3{margin:10px 0 10px;line-height:1.25}.content-card h2{font-size:clamp(30px,4vw,44px)}.content-card h3{font-size:25px}.content-card p{color:var(--muted);margin:0}.icon-pill{width:60px;height:60px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(135deg,rgba(186,55,255,.26),rgba(255,211,90,.16));box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 0 24px rgba(186,55,255,.16);font-size:28px}.split-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:start}.auth-layout{max-width:520px}.form-card{padding:28px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(30,14,46,.82),rgba(11,5,20,.9));border-radius:var(--radius);box-shadow:0 18px 50px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06)}.form-card h3{font-size:28px;margin:0 0 18px}.form-card label{display:block;margin:12px 0 6px;font-weight:900;color:#fff}.form-card input,.form-card textarea{width:100%;border:1px solid rgba(186,88,255,.26);background:rgba(255,255,255,.055);color:#fff;border-radius:14px;padding:13px 15px;outline:0}.form-card textarea{min-height:118px;resize:vertical}.form-card input:focus,.form-card textarea:focus{border-color:rgba(255,211,90,.6);box-shadow:0 0 0 3px rgba(255,211,90,.08)}.form-card .btn{width:100%;margin-top:16px}.form-note{font-size:14px;color:var(--muted);margin:14px 0 0}.styled-steps{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:14px;counter-reset:step}.styled-steps li{position:relative;padding:18px 18px 18px 70px;border:1px solid rgba(186,88,255,.22);border-radius:18px;background:rgba(255,255,255,.045);counter-increment:step}.styled-steps li::before{content:counter(step);position:absolute;left:18px;top:18px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:1000;color:#fff;background:linear-gradient(135deg,var(--purple),var(--purple-2));box-shadow:0 0 18px rgba(186,55,255,.35)}.styled-steps strong{display:block;font-size:18px}.styled-steps span{display:block;color:var(--muted);margin-top:3px}.cta-panel{border:1px solid rgba(255,211,90,.28);border-radius:30px;padding:34px;background:linear-gradient(135deg,rgba(255,211,90,.08),rgba(186,55,255,.1),rgba(8,3,14,.92));box-shadow:0 0 46px rgba(255,211,90,.08),inset 0 1px 0 rgba(255,255,255,.08);text-align:center}.cta-panel h2{font-size:clamp(30px,4vw,46px);line-height:1.2;margin:0 0 12px}.cta-panel p{color:#e0d2ed;max-width:880px;margin:0 auto}.legal-content{border:1px solid var(--line);border-radius:var(--radius);padding:34px;background:linear-gradient(180deg,rgba(30,14,46,.82),rgba(11,5,20,.9));box-shadow:0 18px 50px rgba(0,0,0,.28)}.legal-content h2{margin:0 0 8px;font-size:28px}.legal-content p{color:var(--muted);margin:0 0 28px}.legal-content p:last-child{margin-bottom:0}.faq-side{display:grid;gap:22px;align-content:start}.faq-showcase{max-width:100%}.faq-showcase img{aspect-ratio:1942/809;object-fit:cover}
@media (max-width:1080px){.two-col,.three-col,.split-layout{grid-template-columns:1fr}.page-hero{text-align:center}.page-hero-inner{margin-inline:auto}.page-hero .hero-actions{justify-content:center}.faq-side{gap:18px}}
@media (max-width:620px){.page-hero{padding:76px 0 52px}.page-hero h1{font-size:34px}.page-intro{font-size:15px}.content-card,.content-card.large,.form-card,.legal-content,.cta-panel{padding:22px}.styled-steps li{padding-left:62px}.content-card h3{font-size:22px}}



/* Responsive compatibility update: desktop / tablet / mobile */
html, body{
  max-width:100%;
  overflow-x:hidden;
}
body.nav-open{
  overflow:hidden;
}
.site-header{
  width:100%;
}
.nav-wrap{
  position:relative;
}
.main-nav,
.header-actions,
.hero-grid,
.feature-strip,
.game-grid,
.promo-grid,
.why-grid,
.mobile-grid,
.faq-grid,
.footer-grid,
.content-grid,
.split-layout{
  min-width:0;
}
.hero-copy,
.section-head,
.content-card,
.form-card,
.legal-content,
.faq-list,
.faq-side{
  min-width:0;
}
.hero h1,
.page-hero h1,
.section-head h2,
.content-card h2,
.content-card h3,
.faq-list summary{
  overflow-wrap:anywhere;
}
.image-showcase{
  max-width:100%;
}
.image-showcase img,
.image-showcase.is-wide img,
.faq-showcase img{
  width:100%;
  max-width:100%;
  min-width:0;
  height:auto;
  object-fit:contain;
}
input, textarea, select{
  max-width:100%;
}

.section-art{
  position:relative;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(186,88,255,.30);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(24,10,40,.72),rgba(7,3,14,.92));
  box-shadow:0 22px 58px rgba(0,0,0,.30),0 0 34px rgba(186,55,255,.13),inset 0 1px 0 rgba(255,255,255,.08);
}
.section-art::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,211,90,.08),inset 0 -70px 80px rgba(5,2,10,.30);
}
.section-art img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  object-fit:cover;
  filter:saturate(1.05) contrast(1.04);
}
.section-art-wide{
  max-width:980px;
  margin:0 auto 22px;
}
.section-art-wide img,
.section-art-promo img,
.section-art-stack img,
.section-art-faq img,
.section-art-guide img{
  aspect-ratio:16/7;
  object-fit:cover;
}
.section-art-promo{
  margin:4px 0 22px;
}
.section-art-stack{
  grid-column:1/-1;
}
.section-art-mobile{
  align-self:center;
}
.section-art-mobile img{
  aspect-ratio:4/3;
  min-height:420px;
}
.section-art-smart{
  width:min(390px,32vw);
  align-self:stretch;
}
.section-art-smart img{
  height:100%;
  min-height:210px;
}
.section-art-guide{
  margin-bottom:18px;
  border-radius:20px;
}
.section-art-faq{
  margin:18px 0;
  border-radius:20px;
}

@media (max-width:1180px){
  :root{--container:1040px}
  .nav-wrap{gap:10px}
  .main-nav a{font-size:14px;padding-inline:8px}
  .header-actions{gap:7px}
  .btn{padding-inline:14px}
  .hero-grid{grid-template-columns:minmax(0,650px);gap:24px}
  .hero{background-position:58% center;background-size:cover}
  .hero h1{font-size:clamp(40px,5vw,64px)}
  .hero-proof{grid-template-columns:1fr 1fr}
}

@media (max-width:980px){
  .nav-wrap{height:72px}
  .brand{order:1}
  .header-actions{order:2;margin-left:auto}
  .nav-toggle{order:3;display:block;margin-left:0;flex:0 0 44px}
  .main-nav{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 10px);
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:4px;
    max-height:calc(100dvh - 96px);
    overflow:auto;
    padding:14px;
    border:1px solid var(--line);
    border-radius:20px;
    background:rgba(10,4,20,.98);
    box-shadow:0 24px 70px rgba(0,0,0,.55);
    backdrop-filter:blur(16px);
  }
  .main-nav.is-open{display:flex}
  .main-nav a{
    padding:13px 14px;
    border-radius:12px;
    background:rgba(255,255,255,.035);
  }
  .main-nav a::after{display:none}
  .main-nav a.active{
    background:linear-gradient(135deg,rgba(186,55,255,.24),rgba(255,211,90,.10));
  }
  .header-actions .btn-ghost{display:none}
  .header-actions .lang-switch{display:flex}
  .hero-grid,
  .why-grid,
  .mobile-grid,
  .faq-grid,
  .split-layout,
  .two-col,
  .three-col{
    grid-template-columns:1fr;
  }
  .hero,
  .page-hero{
    text-align:center;
  }
  .hero{
    min-height:auto;
    padding:380px 0 68px;
    background-position:72% top;
    background-size:auto 470px;
  }
  .hero-grid{
    margin-inline:auto;
    min-height:0;
  }
  .hero-actions,
  .page-hero .hero-actions{
    justify-content:center;
  }
  .trust-row{
    justify-content:center;
  }
  .section-head,
  .why-grid .section-head,
  .mobile-grid .section-head,
  .faq-grid .section-head{
    text-align:center;
    margin-inline:auto;
  }
  .feature-strip,
  .game-grid,
  .promo-grid,
  .why-cards,
  .steps,
  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .step-card::after{
    display:none;
  }
  .smart-panel{
    grid-template-columns:1fr;
    text-align:center;
  }
  .section-art-smart{
    width:100%;
    max-width:680px;
    margin-inline:auto;
  }
  .section-art-smart img{
    aspect-ratio:16/7;
    min-height:0;
  }
  .smart-icons{
    justify-content:center;
  }
}

@media (max-width:760px){
  .container{width:min(100% - 24px,var(--container))}
  .brand-mark{width:44px;height:44px;border-radius:14px}
  .brand-text{font-size:21px}
  .lang-switch button{padding:6px 8px}
  .header-actions .btn-gold{
    display:none;
  }
  .hero{
    padding:318px 0 56px;
    min-height:auto;
    background-size:auto 390px;
    background-position:73% top;
  }
  .page-hero{
    padding:72px 0 50px;
  }
  .hero h1{
    font-size:clamp(32px,10vw,44px);
    letter-spacing:-.045em;
  }
  .page-hero h1{
    font-size:clamp(32px,10vw,44px);
    letter-spacing:-.045em;
  }
  .hero-text,
  .page-intro,
  .section-head p,
  .smart-panel p{
    font-size:15px;
  }
  .hero-actions .btn{
    width:100%;
  }
  .hero-proof{
    grid-template-columns:1fr;
  }
  .trust-row span{
    width:100%;
    text-align:center;
  }
  .section{
    padding:58px 0;
  }
  .slim-section{
    padding-top:48px;
  }
  .quick-features{
    margin-top:0;
    padding-top:24px;
  }
  .feature-strip,
  .game-grid,
  .promo-grid,
  .why-cards,
  .steps,
  .footer-grid,
  .content-grid{
    grid-template-columns:1fr;
  }
  .feature-strip article{
    grid-template-columns:1fr;
    text-align:center;
  }
  .feature-icon{
    margin-inline:auto;
  }
  .feature-strip p{
    grid-column:auto;
  }
  .game-card{
    grid-template-columns:1fr;
    text-align:center;
  }
  .game-thumb{
    width:100%;
    height:auto;
    aspect-ratio:16/9;
  }
  .card-thumb{
    margin-inline:auto;
  }
  .game-visual{
    margin-inline:auto;
  }
  .promo-panel,
  .content-card,
  .content-card.large,
  .form-card,
  .legal-content,
  .cta-panel,
  .smart-panel{
    padding:22px;
    border-radius:22px;
  }
  .image-showcase{
    border-radius:20px;
  }
  .section-art{
    border-radius:18px;
  }
  .section-art-wide img,
  .section-art-promo img,
  .section-art-stack img,
  .section-art-faq img,
  .section-art-guide img,
  .section-art-smart img{
    aspect-ratio:16/9;
  }
  .section-art-mobile img{
    aspect-ratio:4/3;
    min-height:0;
  }
  .image-showcase.is-wide{
    overflow:hidden;
  }
  .faq-grid{
    gap:24px;
  }
  .faq-list summary{
    padding:16px 50px 16px 16px;
  }
  .faq-list details p{
    padding:0 16px 18px;
  }
  .footer-bottom{
    flex-direction:column;
    text-align:center;
  }
  .styled-steps li{
    padding:16px 16px 16px 62px;
  }
  .back-to-top{
    width:42px;
    height:42px;
    right:12px;
    bottom:12px;
  }
}

@media (max-width:420px){
  .container{width:min(100% - 20px,var(--container))}
  .nav-wrap{gap:7px}
  .brand{gap:8px}
  .brand-mark{width:40px;height:40px}
  .brand-text{font-size:18px}
  .lang-switch{padding:2px}
  .lang-switch button{
    padding:5px 7px;
    font-size:11px;
  }
  .nav-toggle{
    width:40px;
    height:40px;
    flex-basis:40px;
  }
  .hero{
    padding-top:282px;
    background-size:auto 340px;
    background-position:73% top;
  }
  .hero-copy::before{
    display:none;
  }
  .hero h1,
  .page-hero h1{
    font-size:30px;
  }
  .section-head h2,
  .smart-panel h2,
  .cta-panel h2{
    font-size:28px;
  }
  .btn{
    min-height:42px;
    padding-inline:12px;
  }
  .content-card h3{
    font-size:21px;
  }
}


/* Games page redesign */
.games-page{
  background:
    radial-gradient(circle at 74% 8%,rgba(186,55,255,.16),transparent 30%),
    radial-gradient(circle at 34% 42%,rgba(255,211,90,.08),transparent 28%);
}
.games-hero{
  position:relative;
  overflow:hidden;
  padding:74px 0 64px;
  border-bottom:1px solid rgba(186,55,255,.18);
  background:
    radial-gradient(circle at 73% 38%,rgba(186,55,255,.30),transparent 25%),
    radial-gradient(circle at 86% 24%,rgba(255,211,90,.18),transparent 18%),
    linear-gradient(90deg,rgba(5,2,10,.98) 0%,rgba(9,3,17,.90) 46%,rgba(24,5,38,.48) 100%);
}
.games-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:44px 44px;
  opacity:.55;
  pointer-events:none;
}
.games-hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:34px;
  align-items:center;
}
.games-hero-copy h1{
  margin:0 0 20px;
  font-size:clamp(42px,5.6vw,68px);
  line-height:1.12;
  letter-spacing:-.06em;
  text-shadow:0 10px 40px rgba(0,0,0,.5),0 0 28px rgba(186,55,255,.18);
}
.games-hero-copy h1 strong,
.games-hero-copy h1 span{
  color:var(--gold);
}
.games-hero-art{
  position:relative;
  min-height:330px;
  display:grid;
  place-items:center;
}
.games-art-orbit{
  position:relative;
  width:min(490px,100%);
  aspect-ratio:1.16;
  display:grid;
  place-items:center;
}
.games-art-orbit::before{
  content:"";
  position:absolute;
  inset:14% 2% 6%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(186,55,255,.25),transparent 64%);
  filter:blur(8px);
}
.games-art-orbit::after{
  content:"";
  position:absolute;
  inset:auto 10% 6%;
  height:18px;
  border-radius:50%;
  background:rgba(186,55,255,.4);
  filter:blur(18px);
}
.games-art-orbit img{
  position:relative;
  z-index:2;
  width:min(430px,92%);
  border-radius:34px;
  filter:drop-shadow(0 0 36px rgba(186,55,255,.5)) drop-shadow(0 0 22px rgba(255,211,90,.22));
}
.games-float{
  position:absolute;
  z-index:3;
  display:grid;
  place-items:center;
  font-weight:1000;
  color:#160800;
  background:radial-gradient(circle at 28% 22%,#fff7c1,var(--gold) 48%,#a96000 76%);
  box-shadow:0 0 24px rgba(255,211,90,.42),inset 0 2px 1px rgba(255,255,255,.6);
}
.games-float.coin-a{
  width:54px;height:54px;border-radius:50%;
  right:8%;top:16%;
  transform:rotate(12deg);
}
.games-float.coin-b{
  width:44px;height:44px;border-radius:50%;
  left:6%;top:28%;
  color:white;
  background:radial-gradient(circle at 28% 22%,#eaa6ff,var(--purple) 48%,#3d0a7a 78%);
}
.games-float.dice-a{
  left:7%;bottom:10%;
  width:82px;height:54px;border-radius:16px;
  color:var(--gold);
  background:linear-gradient(135deg,rgba(31,10,52,.96),rgba(110,28,184,.78));
  border:1px solid rgba(255,211,90,.32);
}
.games-filter-section{
  position:relative;
  z-index:6;
  padding:22px 0 0;
  margin-top:-10px;
}
.games-filter-bar{
  display:grid;
  grid-template-columns:minmax(220px,300px) 1fr;
  gap:16px;
  align-items:center;
}
.games-search{
  min-height:48px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(12,5,24,.78);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.games-search span{
  color:#fff;
  font-size:24px;
  line-height:1;
  opacity:.88;
}
.games-search input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  color:#fff;
  background:transparent;
}
.games-search input::placeholder{
  color:#a99bb5;
}
.games-tabs{
  display:flex;
  gap:10px;
  overflow:auto;
  padding-bottom:2px;
  scrollbar-width:thin;
}
.games-tabs button{
  flex:0 0 auto;
  min-height:48px;
  padding:0 17px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  color:#f5eaff;
  background:rgba(15,7,27,.78);
  font-weight:900;
  cursor:pointer;
}
.games-tabs button.is-active,
.games-tabs button:hover{
  border-color:rgba(255,211,90,.45);
  background:linear-gradient(135deg,rgba(186,55,255,.62),rgba(111,29,206,.78));
  box-shadow:0 0 24px rgba(186,55,255,.28),inset 0 1px 0 rgba(255,255,255,.18);
}
.featured-games-section{
  padding-top:24px;
}
.featured-game-panel{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  padding:20px;
  border:1px solid rgba(186,88,255,.58);
  border-radius:28px;
  background:
    radial-gradient(circle at 50% 16%,rgba(186,55,255,.18),transparent 34%),
    linear-gradient(180deg,rgba(18,7,32,.92),rgba(7,3,13,.94));
  box-shadow:0 0 34px rgba(186,55,255,.26),inset 0 1px 0 rgba(255,255,255,.08);
}
.featured-game-card{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:18px;
  align-items:center;
  min-width:0;
  padding:14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(26,10,43,.86),rgba(8,3,15,.86));
  box-shadow:0 18px 50px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);
}
.featured-game-card img{
  width:180px;
  height:132px;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(186,88,255,.45);
  box-shadow:0 0 24px rgba(186,55,255,.22);
}
.featured-game-card h2{
  margin:0 0 4px;
  font-size:clamp(24px,2.4vw,34px);
  line-height:1.15;
  letter-spacing:-.035em;
}
.featured-game-card p{
  margin:0 0 12px;
  color:var(--muted);
  font-size:15px;
}
.mini-play-btn{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:38px;
  padding:8px 16px;
  border-radius:10px;
  color:white;
  font-weight:900;
  background:linear-gradient(135deg,var(--purple),var(--purple-2));
  box-shadow:0 0 18px rgba(186,55,255,.26);
}
.mini-play-btn::after{
  content:"›";
  font-size:24px;
  line-height:0;
}
.games-list-section{
  padding-top:34px;
}
.game-catalog-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.catalog-card{
  display:grid;
  grid-template-columns:104px minmax(0,1fr);
  gap:14px;
  padding:14px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(26,10,43,.82),rgba(8,3,15,.88));
  box-shadow:0 18px 44px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.06);
}
.catalog-card img{
  width:104px;
  height:104px;
  object-fit:cover;
  border-radius:16px;
  border:1px solid rgba(186,88,255,.36);
}
.catalog-card-body{
  min-width:0;
  display:flex;
  flex-direction:column;
}
.catalog-card h3{
  margin:0 0 4px;
  font-size:19px;
  line-height:1.25;
}
.catalog-card p{
  margin:0 0 12px;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}
.catalog-card-actions{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.game-badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 9px;
  border-radius:8px;
  font-size:12px;
  font-weight:900;
}
.game-badge.hot{
  color:#ffd6a0;
  background:rgba(255,120,30,.14);
  border:1px solid rgba(255,120,30,.22);
}
.game-badge.hot::before{content:"🔥";margin-right:4px}
.game-badge.new{
  color:#abffdc;
  background:rgba(52,255,184,.12);
  border:1px solid rgba(52,255,184,.22);
}
.game-badge.new::before{content:"✦";margin-right:4px}
.game-badge.bonus{
  color:#f3c7ff;
  background:rgba(186,55,255,.14);
  border:1px solid rgba(186,55,255,.28);
}
.game-badge.bonus::before{content:"🎁";margin-right:4px}
.catalog-card-actions a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:30px;
  padding:6px 10px;
  border-radius:8px;
  color:white;
  font-size:12px;
  font-weight:900;
  background:linear-gradient(135deg,rgba(186,55,255,.72),rgba(111,29,206,.88));
}
.catalog-card-actions a::after{content:"›";font-size:19px;line-height:0}
.game-theme-cta-section{
  padding-top:12px;
}
.game-theme-banner{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:26px;
  align-items:center;
  min-height:170px;
  padding:28px 42px;
  border:1px solid rgba(255,211,90,.42);
  border-radius:24px;
  background:
    radial-gradient(circle at 92% 50%,rgba(186,55,255,.30),transparent 22%),
    radial-gradient(circle at 8% 50%,rgba(255,211,90,.16),transparent 20%),
    linear-gradient(135deg,rgba(35,14,50,.90),rgba(9,3,16,.94));
  box-shadow:0 0 32px rgba(255,211,90,.12),inset 0 1px 0 rgba(255,255,255,.08);
  text-align:center;
}
.game-theme-banner h2{
  margin:0 0 8px;
  font-size:clamp(30px,4vw,44px);
  line-height:1.18;
  letter-spacing:-.04em;
}
.game-theme-banner p{
  margin:0 auto;
  max-width:760px;
  color:#d9cde5;
}
.theme-decor{
  width:146px;
  height:100px;
  display:grid;
  place-items:center;
  border-radius:24px;
  color:var(--gold);
  font-size:64px;
  font-weight:1000;
  background:linear-gradient(135deg,rgba(186,55,255,.20),rgba(255,211,90,.10));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 0 24px rgba(186,55,255,.18);
}
.theme-decor.right{
  font-size:78px;
}
.support-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.support-card{
  padding:24px;
  border:1px solid rgba(186,88,255,.30);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(30,14,46,.82),rgba(11,5,20,.86));
  box-shadow:0 18px 50px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);
}
.support-card span{
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  border-radius:20px;
  color:#fff;
  font-size:34px;
  font-weight:1000;
  background:rgba(186,55,255,.18);
  box-shadow:inset 0 0 0 1px rgba(186,55,255,.28),0 0 24px rgba(186,55,255,.18);
}
.support-card h3{
  margin:14px 0 6px;
  font-size:24px;
}
.support-card p{
  margin:0;
  color:var(--muted);
}

@media (max-width:1180px){
  .featured-game-card{
    grid-template-columns:140px 1fr;
  }
  .featured-game-card img{
    width:140px;
    height:116px;
  }
  .game-catalog-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:980px){
  .games-hero{
    padding:62px 0 52px;
    text-align:center;
  }
  .games-hero-grid{
    grid-template-columns:1fr;
  }
  .games-hero-copy .hero-actions{
    justify-content:center;
  }
  .games-hero-art{
    min-height:280px;
  }
  .games-filter-bar{
    grid-template-columns:1fr;
  }
  .featured-game-panel{
    grid-template-columns:1fr;
  }
  .game-theme-banner{
    grid-template-columns:1fr;
  }
  .theme-decor{
    display:none;
  }
  .support-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .games-hero{
    padding:48px 0 42px;
  }
  .games-hero-copy h1{
    font-size:32px;
  }
  .games-art-orbit{
    width:min(360px,100%);
  }
  .games-art-orbit img{
    width:min(320px,92%);
  }
  .games-float{
    display:none;
  }
  .games-tabs{
    gap:8px;
  }
  .games-tabs button{
    min-height:42px;
    padding:0 13px;
    font-size:13px;
  }
  .featured-game-panel{
    padding:12px;
    border-radius:22px;
  }
  .featured-game-card{
    grid-template-columns:104px 1fr;
    gap:12px;
    padding:10px;
    border-radius:18px;
  }
  .featured-game-card img{
    width:104px;
    height:104px;
    border-radius:15px;
  }
  .featured-game-card h2{
    font-size:22px;
  }
  .featured-game-card p{
    font-size:13px;
    line-height:1.45;
  }
  .mini-play-btn{
    min-height:34px;
    padding:6px 12px;
    font-size:13px;
  }
  .game-catalog-grid{
    grid-template-columns:1fr;
  }
  .game-theme-banner{
    padding:24px 20px;
    border-radius:20px;
  }
}
@media (max-width:420px){
  .featured-game-card,
  .catalog-card{
    grid-template-columns:88px 1fr;
  }
  .featured-game-card img,
  .catalog-card img{
    width:88px;
    height:88px;
  }
  .featured-game-card h2{
    font-size:20px;
  }
  .catalog-card{
    padding:11px;
    gap:10px;
  }
  .catalog-card h3{
    font-size:17px;
  }
  .catalog-card p{
    font-size:12px;
  }
  .catalog-card-actions{
    align-items:flex-start;
    flex-direction:column;
  }
  .catalog-card-actions a{
    width:100%;
    justify-content:center;
  }
}


/* Games page redesign */
.recommended-games-section .section-head{max-width:980px}
.recommend-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.recommend-card{position:relative;display:flex;gap:16px;padding:18px;border:1px solid rgba(186,88,255,.28);border-radius:24px;background:linear-gradient(180deg,rgba(28,12,42,.86),rgba(9,4,17,.96));box-shadow:0 18px 44px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);overflow:hidden;min-height:234px}
.recommend-card::before{content:"";position:absolute;inset:auto -40px -60px auto;width:160px;height:160px;background:radial-gradient(circle,rgba(186,55,255,.18),transparent 68%)}
.recommend-card::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,211,90,.08)}
.recommend-media{flex:0 0 104px;height:104px;border-radius:22px;display:grid;place-items:center;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 24px rgba(186,55,255,.16),inset 0 1px 0 rgba(255,255,255,.14)}
.recommend-media span{position:relative;z-index:1;font-size:44px;font-weight:1000;color:#fff;text-shadow:0 0 20px rgba(0,0,0,.45)}
.recommend-media::before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.24),transparent 28%),radial-gradient(circle at 70% 75%,rgba(255,211,90,.20),transparent 24%),linear-gradient(135deg,rgba(186,55,255,.9),rgba(76,22,145,.88));}
.recommend-media::after{content:"";position:absolute;inset:8px;border-radius:16px;border:1px solid rgba(255,255,255,.14)}
.recommend-media.golden-spin::before{background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.20),transparent 28%),radial-gradient(circle at 70% 75%,rgba(255,211,90,.24),transparent 24%),linear-gradient(135deg,#362200,#a96a00 52%,#2f1800)}
.recommend-media.magic-joker::before{background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.22),transparent 28%),radial-gradient(circle at 70% 75%,rgba(255,134,255,.18),transparent 24%),linear-gradient(135deg,#470870,#9c27ff 52%,#24053d)}
.recommend-media.lucky-fruits::before{background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.20),transparent 28%),radial-gradient(circle at 70% 75%,rgba(255,211,90,.16),transparent 24%),linear-gradient(135deg,#5c0018,#a1072e 48%,#2d0210)}
.recommend-media.royal-777::before{background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.16),transparent 28%),linear-gradient(135deg,#311300,#6a2500 48%,#1a0a00)}
.recommend-media.royal-777 span{font-size:34px;letter-spacing:-.04em;color:#ffd35a}
.recommend-media.neon-fortune::before{background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.16),transparent 28%),linear-gradient(135deg,#03213a,#0d5b74 46%,#08111f)}
.recommend-media.dragon-gold::before{background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#3f1f00,#8d5600 50%,#251000)}
.recommend-media.fruit-party::before{background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.16),transparent 28%),linear-gradient(135deg,#5a0447,#8123a0 46%,#230423)}
.recommend-body{display:flex;flex-direction:column;gap:14px;min-width:0;flex:1}
.recommend-copy h3{margin:0;font-size:20px;line-height:1.15}
.recommend-sub{margin:6px 0 8px;color:#f0cf7a;font-weight:800;font-size:14px}
.recommend-copy p:last-child{margin:0;color:#d8c9e5;font-size:14px;line-height:1.6}
.recommend-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}
.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 12px;border-radius:12px;font-weight:900;font-size:13px;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.status-pill.hot{background:linear-gradient(180deg,rgba(80,30,0,.95),rgba(40,15,0,.96));color:#ffd781;border-color:rgba(255,170,72,.24)}
.status-pill.new{background:linear-gradient(180deg,rgba(8,60,60,.92),rgba(5,26,31,.96));color:#9fffe8;border-color:rgba(95,255,220,.24)}
.status-pill.bonus{background:linear-gradient(180deg,rgba(76,17,89,.92),rgba(39,8,48,.96));color:#ffd67f;border-color:rgba(255,211,90,.22)}
.recommend-meta .btn{min-height:40px;padding:10px 16px;font-size:14px}

.playstyle-section{padding-top:36px}
.playstyle-panel{position:relative;display:grid;grid-template-columns:170px 1fr 170px;align-items:center;gap:22px;padding:34px 40px;border:1px solid rgba(255,211,90,.34);border-radius:30px;background:linear-gradient(135deg,rgba(255,211,90,.10),rgba(186,55,255,.12) 42%,rgba(8,3,14,.96));box-shadow:0 0 48px rgba(255,211,90,.08),0 18px 54px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.08);overflow:hidden}
.playstyle-panel::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 20%,rgba(255,211,90,.10),transparent 20%),radial-gradient(circle at 82% 30%,rgba(186,55,255,.14),transparent 22%);pointer-events:none}
.playstyle-side{display:flex;justify-content:center}
.playstyle-icon{width:128px;height:96px;border-radius:24px;display:grid;place-items:center;font-size:48px;color:#ffd35a;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 28px rgba(186,55,255,.14)}
.playstyle-icon.target{font-size:52px}
.playstyle-content{text-align:center;position:relative;z-index:1}
.playstyle-content h2{margin:0 0 12px;font-size:clamp(30px,4vw,52px);line-height:1.15}
.playstyle-content p{margin:0 auto;max-width:860px;color:#eadcf4;line-height:1.8}
.playstyle-tags{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:18px}
.playstyle-tags span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);font-weight:800;color:#fff}

.games-benefits-section{padding-top:34px}
.benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.benefit-card{position:relative;padding:26px;border:1px solid rgba(186,88,255,.26);border-radius:26px;background:linear-gradient(180deg,rgba(30,13,44,.84),rgba(9,4,18,.96));box-shadow:0 16px 40px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.06);overflow:hidden;min-height:230px}
.benefit-card::after{content:"";position:absolute;inset:auto -20px -30px auto;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(186,55,255,.18),transparent 70%)}
.benefit-icon{width:72px;height:72px;border-radius:22px;display:grid;place-items:center;margin-bottom:18px;font-size:34px;font-weight:1000;color:#fff;background:linear-gradient(135deg,rgba(186,55,255,.30),rgba(255,211,90,.12));border:1px solid rgba(255,255,255,.10);box-shadow:0 0 26px rgba(186,55,255,.14),inset 0 1px 0 rgba(255,255,255,.08)}
.benefit-card h3{margin:0 0 12px;font-size:22px;line-height:1.2}
.benefit-card p{margin:0;color:#d8c9e5;line-height:1.75}

@media (max-width:1180px){
  .recommend-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .playstyle-panel{grid-template-columns:130px 1fr 130px;padding:28px}
  .playstyle-icon{width:96px;height:86px;font-size:42px}
}
@media (max-width:760px){
  .recommend-grid,.benefit-grid{grid-template-columns:1fr}
  .recommend-card{min-height:unset}
  .playstyle-panel{grid-template-columns:1fr;gap:16px;padding:24px}
  .playstyle-side{justify-content:flex-start}
  .playstyle-side.right{justify-content:flex-end}
  .playstyle-content{text-align:left}
  .playstyle-content p{margin:0}
  .playstyle-tags{justify-content:flex-start}
}
@media (max-width:480px){
  .recommend-card{flex-direction:column}
  .recommend-media{width:100%;max-width:120px;height:120px}
  .recommend-meta{flex-direction:column;align-items:stretch}
  .recommend-meta .btn,.status-pill{width:100%;justify-content:center}
  .benefit-card{min-height:unset}
}


/* SEO structure additions */
.breadcrumb-wrap{padding:18px 0 0;background:linear-gradient(180deg,rgba(5,2,10,.40),transparent)}
.breadcrumb{display:flex;align-items:center;gap:9px;list-style:none;margin:0;padding:0;color:#cbb9db;font-size:14px;font-weight:800;flex-wrap:wrap}
.breadcrumb li{display:flex;align-items:center;gap:9px}
.breadcrumb li+li::before{content:"/";color:rgba(255,211,90,.72);font-weight:900}
.breadcrumb a{color:#f5eaff;opacity:.86;transition:.2s ease}
.breadcrumb a:hover{color:var(--gold);opacity:1}
.breadcrumb [aria-current="page"]{color:var(--gold)}
.games-seo-copy .content-card{border-color:rgba(255,211,90,.24);background:linear-gradient(135deg,rgba(255,211,90,.06),rgba(186,55,255,.08),rgba(10,4,20,.94))}
.games-seo-copy p+p{margin-top:16px}
@media (max-width:760px){.breadcrumb-wrap{padding-top:14px}.breadcrumb{font-size:13px}.games-seo-copy .content-card{text-align:left}}

/* Image fit guard: keep images inside their frames without spilling over. */
.section-art,
.image-showcase,
.faq-showcase,
.promo-visual,
.journey-grid figure,
.mobile-layout figure,
.featured-game-card,
.catalog-card,
.recommend-media{
  overflow:hidden;
}

.section-art img,
.image-showcase img,
.image-showcase.is-wide img,
.faq-showcase img,
.promo-visual img,
.journey-grid img,
.mobile-layout img,
.featured-game-card img,
.catalog-card img,
.card-thumb,
.feature-thumb{
  width:100%;
  max-width:100%;
  max-height:100%;
  height:auto;
  object-fit:cover;
}

.section-art-mobile img,
.section-art-smart img{
  min-height:0;
  height:auto;
}

/* ===== Games page: complete visual catalogue ===== */
body[data-page="games.html"] .page-hero{
  min-height:560px;
  display:flex;
  align-items:center;
  padding:124px 0 88px;
  text-align:left;
  background:
    linear-gradient(90deg,rgba(6,2,12,.97) 0%,rgba(8,3,16,.94) 28%,rgba(9,4,18,.73) 46%,rgba(9,4,18,.26) 70%,rgba(8,3,16,.12) 100%),
    radial-gradient(circle at 16% 18%,rgba(186,55,255,.20),transparent 28%),
    url('../assets/games-page/hero-games.webp') center right/cover no-repeat;
}
body[data-page="games.html"] .page-hero-inner{max-width:640px;margin-right:auto}
body[data-page="games.html"] .page-intro{max-width:590px}
body[data-page="games.html"] .page-hero .hero-actions{justify-content:flex-start}
body[data-page="games.html"] .page-highlight-strip{max-width:640px}

body[data-page="games.html"] .games-showcase{
  display:grid;
  grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);
  align-items:center;
  gap:30px;
  min-height:360px;
  padding:28px;
}
body[data-page="games.html"] .showcase-stage{
  position:relative;
  min-height:300px;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,211,90,.24);
  background:#0a0312;
  box-shadow:0 18px 46px rgba(0,0,0,.34),0 0 34px rgba(186,55,255,.15);
}
body[data-page="games.html"] .games-finder-banner{
  display:block;
  width:100%;
  height:100%;
  min-height:300px;
  object-fit:cover;
  object-position:center;
}

body[data-page="games.html"] .recommended-games-section .section-head{max-width:980px}
body[data-page="games.html"] .recommend-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
body[data-page="games.html"] .recommend-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:0;
  min-height:100%;
  padding:12px 12px 18px;
  overflow:hidden;
  border:1px solid rgba(186,88,255,.30);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(28,12,42,.90),rgba(8,3,16,.98));
  box-shadow:0 18px 44px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.06);
}
body[data-page="games.html"] .recommend-card::before{
  content:"";
  position:absolute;
  inset:auto -45px -62px auto;
  width:170px;
  height:170px;
  background:radial-gradient(circle,rgba(186,55,255,.18),transparent 68%);
  pointer-events:none;
}
body[data-page="games.html"] .recommend-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,211,90,.08);
}
body[data-page="games.html"] .recommend-media{
  position:relative;
  z-index:1;
  width:100%;
  height:auto;
  flex:none;
  aspect-ratio:16/10;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:#0a0312;
  box-shadow:0 12px 30px rgba(0,0,0,.32),0 0 22px rgba(186,55,255,.12);
}
body[data-page="games.html"] .recommend-media::before,
body[data-page="games.html"] .recommend-media::after{display:none}
body[data-page="games.html"] .recommend-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .28s ease;
}
body[data-page="games.html"] .recommend-card:hover .recommend-media img{transform:scale(1.035)}
body[data-page="games.html"] .recommend-body{
  position:relative;
  z-index:1;
  display:flex;
  flex:1;
  flex-direction:column;
  gap:14px;
  min-width:0;
  padding:15px 5px 0;
}
body[data-page="games.html"] .recommend-copy h3{margin:0;font-size:21px;line-height:1.18}
body[data-page="games.html"] .recommend-sub{margin:7px 0 8px;color:#f2d477;font-size:13.5px;font-weight:800;line-height:1.45}
body[data-page="games.html"] .recommend-copy p:last-child{margin:0;color:#d8c9e5;font-size:13px;line-height:1.62}
body[data-page="games.html"] .recommend-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}
body[data-page="games.html"] .recommend-meta .btn{min-height:40px;padding:9px 16px;font-size:13px}

body[data-page="games.html"] .playstyle-panel.has-art{
  display:grid;
  grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);
  gap:30px;
  align-items:center;
  padding:26px;
}
body[data-page="games.html"] .playstyle-art{
  margin:0;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,211,90,.22);
  background:#0a0312;
}
body[data-page="games.html"] .playstyle-art img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
body[data-page="games.html"] .playstyle-content{text-align:left}
body[data-page="games.html"] .playstyle-tags{justify-content:flex-start}

body[data-page="games.html"] .benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body[data-page="games.html"] .benefit-card{padding:12px 12px 24px;min-height:0}
body[data-page="games.html"] .benefit-thumb{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  overflow:hidden;
  margin-bottom:18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 12px 30px rgba(0,0,0,.28);
}
body[data-page="games.html"] .benefit-card h3,
body[data-page="games.html"] .benefit-card p{margin-inline:8px}

@media (max-width:1050px){
  body[data-page="games.html"] .page-hero{min-height:520px;background-position:68% center}
  body[data-page="games.html"] .page-hero-inner{max-width:570px;margin-inline:0 auto}
  body[data-page="games.html"] .recommend-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body[data-page="games.html"] .games-showcase,
  body[data-page="games.html"] .playstyle-panel.has-art{grid-template-columns:1fr}
}
@media (max-width:700px){
  body[data-page="games.html"] .page-hero{
    min-height:500px;
    padding:92px 0 58px;
    background-position:73% center;
  }
  body[data-page="games.html"] .page-highlight-strip{justify-content:flex-start}
  body[data-page="games.html"] .games-showcase{padding:18px;border-radius:22px}
  body[data-page="games.html"] .showcase-stage,
  body[data-page="games.html"] .games-finder-banner{min-height:220px}
  body[data-page="games.html"] .recommend-grid,
  body[data-page="games.html"] .benefit-grid{grid-template-columns:1fr}
  body[data-page="games.html"] .playstyle-panel.has-art{padding:18px}
}

/* ===== Games page final polish: hero aligned left and refreshed section art ===== */
body[data-page="games.html"] .page-hero .container{
  width:min(1400px,calc(100% - 36px));
}
body[data-page="games.html"] .page-hero-inner{
  max-width:760px;
  margin-left:0;
  margin-right:auto;
}
body[data-page="games.html"] .page-intro{
  max-width:650px;
}
body[data-page="games.html"] .page-hero h1{
  max-width:780px;
}
body[data-page="games.html"] .showcase-stage,
body[data-page="games.html"] .playstyle-art{
  background:linear-gradient(180deg,rgba(17,7,28,.92),rgba(8,3,16,.98));
  box-shadow:0 18px 46px rgba(0,0,0,.34),0 0 36px rgba(186,55,255,.14);
}
body[data-page="games.html"] .games-finder-banner,
body[data-page="games.html"] .playstyle-art img{
  object-position:center;
}
@media (max-width:1050px){
  body[data-page="games.html"] .page-hero .container{
    width:min(100%,calc(100% - 28px));
  }
  body[data-page="games.html"] .page-hero-inner{
    max-width:640px;
  }
}
@media (max-width:700px){
  body[data-page="games.html"] .page-hero .container{
    width:min(100%,calc(100% - 24px));
  }
  body[data-page="games.html"] .page-hero-inner,
  body[data-page="games.html"] .page-intro,
  body[data-page="games.html"] .page-hero h1{
    max-width:none;
  }
}

/* ===== Games hero boxed layout (not full width) ===== */
body[data-page="games.html"] .page-hero{
  min-height:0;
  padding:32px 0 26px;
  background:none;
  border-bottom:none;
}
body[data-page="games.html"] .page-hero .container{
  width:min(var(--container),calc(100% - 32px));
}
body[data-page="games.html"] .page-hero-inner{
  max-width:none;
  min-height:560px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:64px 56px;
  margin:0 auto;
  border-radius:30px;
  border:1px solid rgba(186,88,255,.28);
  box-shadow:0 26px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.06);
  background:
    linear-gradient(90deg,rgba(6,2,12,.97) 0%,rgba(8,3,16,.94) 30%,rgba(9,4,18,.70) 48%,rgba(9,4,18,.30) 68%,rgba(8,3,16,.18) 100%),
    radial-gradient(circle at 15% 18%,rgba(186,55,255,.18),transparent 26%),
    radial-gradient(circle at 72% 84%,rgba(255,211,90,.08),transparent 24%),
    url('../assets/games-page/hero-games.webp') center right/cover no-repeat;
}
body[data-page="games.html"] .page-hero h1{
  max-width:740px;
}
body[data-page="games.html"] .page-intro{
  max-width:620px;
}
body[data-page="games.html"] .page-highlight-strip{
  max-width:740px;
}

@media (max-width:1200px){
  body[data-page="games.html"] .page-hero-inner{
    min-height:520px;
    padding:54px 42px;
    background-position:64% center;
  }
}
@media (max-width:900px){
  body[data-page="games.html"] .page-hero{
    padding:22px 0 18px;
  }
  body[data-page="games.html"] .page-hero-inner{
    min-height:480px;
    padding:42px 28px;
    background-position:68% center;
  }
}
@media (max-width:700px){
  body[data-page="games.html"] .page-hero{
    padding:18px 0 12px;
  }
  body[data-page="games.html"] .page-hero .container{
    width:min(100%,calc(100% - 22px));
  }
  body[data-page="games.html"] .page-hero-inner{
    min-height:420px;
    padding:34px 20px 28px;
    border-radius:24px;
    background-position:72% center;
  }
  body[data-page="games.html"] .page-hero h1,
  body[data-page="games.html"] .page-intro,
  body[data-page="games.html"] .page-highlight-strip{
    max-width:none;
  }
}

/* ===== Games hero full-width tuned to match home-page proportions ===== */
body[data-page="games.html"] .page-hero{
  min-height:0;
  padding:40px 0 56px;
  border-bottom:1px solid rgba(186,55,255,.16);
  background:
    linear-gradient(90deg,rgba(6,2,12,.97) 0%,rgba(8,3,16,.95) 24%,rgba(9,4,18,.84) 40%,rgba(9,4,18,.42) 60%,rgba(8,3,16,.18) 100%),
    radial-gradient(circle at 18% 22%,rgba(186,55,255,.18),transparent 28%),
    radial-gradient(circle at 86% 14%,rgba(255,211,90,.12),transparent 20%),
    url('../assets/games-page/hero-games.webp') center right/cover no-repeat;
}
body[data-page="games.html"] .page-hero .container{
  width:min(1280px,calc(100% - 44px));
}
body[data-page="games.html"] .page-hero-inner{
  max-width:700px;
  min-height:620px;
  margin-left:0;
  margin-right:auto;
  padding:28px 0 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  background:none;
  border:none;
  box-shadow:none;
}
body[data-page="games.html"] .page-hero h1{
  max-width:720px;
  font-size:clamp(48px,5.6vw,82px);
  line-height:1.02;
  letter-spacing:-.055em;
  margin-bottom:20px;
}
body[data-page="games.html"] .page-intro{
  max-width:640px;
  font-size:19px;
  line-height:1.68;
  margin-bottom:26px;
}
body[data-page="games.html"] .page-hero .hero-actions{
  margin-top:0;
  justify-content:flex-start;
}
body[data-page="games.html"] .page-highlight-strip{
  max-width:760px;
  margin-top:18px;
  justify-content:flex-start;
}

@media (max-width:1200px){
  body[data-page="games.html"] .page-hero .container{
    width:min(100%,calc(100% - 34px));
  }
  body[data-page="games.html"] .page-hero{
    padding:34px 0 48px;
    background-position:68% center;
  }
  body[data-page="games.html"] .page-hero-inner{
    max-width:620px;
    min-height:560px;
  }
  body[data-page="games.html"] .page-intro{
    font-size:17px;
  }
}

@media (max-width:900px){
  body[data-page="games.html"] .page-hero{
    padding:26px 0 36px;
    background-position:72% center;
  }
  body[data-page="games.html"] .page-hero .container{
    width:min(100%,calc(100% - 28px));
  }
  body[data-page="games.html"] .page-hero-inner{
    max-width:560px;
    min-height:500px;
  }
  body[data-page="games.html"] .page-hero h1{
    font-size:clamp(40px,7vw,62px);
  }
  body[data-page="games.html"] .page-intro{
    max-width:560px;
    font-size:16px;
  }
}

@media (max-width:700px){
  body[data-page="games.html"] .page-hero{
    padding:18px 0 26px;
    background-position:74% center;
  }
  body[data-page="games.html"] .page-hero .container{
    width:min(100%,calc(100% - 22px));
  }
  body[data-page="games.html"] .page-hero-inner{
    max-width:none;
    min-height:420px;
    padding-top:12px;
  }
  body[data-page="games.html"] .page-hero h1,
  body[data-page="games.html"] .page-intro,
  body[data-page="games.html"] .page-highlight-strip{
    max-width:none;
  }
  body[data-page="games.html"] .page-intro{
    font-size:15px;
    line-height:1.6;
  }
}

/* ===== Promotions page visual redesign ===== */
body[data-page="promotions.html"] .page-hero{
  min-height:0;
  padding:36px 0 52px;
  border-bottom:1px solid rgba(186,55,255,.16);
  background:
    linear-gradient(90deg,rgba(6,2,12,.98) 0%,rgba(8,3,16,.96) 27%,rgba(9,4,18,.82) 44%,rgba(9,4,18,.38) 63%,rgba(8,3,16,.18) 100%),
    radial-gradient(circle at 15% 18%,rgba(186,55,255,.18),transparent 28%),
    radial-gradient(circle at 88% 16%,rgba(255,211,90,.13),transparent 22%),
    url('../assets/promotions-page/hero-promotions-safe-v4.webp') 78% center/cover no-repeat;
}
body[data-page="promotions.html"] .page-hero .container{
  width:min(1280px,calc(100% - 44px));
}
body[data-page="promotions.html"] .page-hero-inner{
  max-width:690px;
  min-height:600px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  margin-left:0;
  margin-right:auto;
}
body[data-page="promotions.html"] .page-hero h1{
  max-width:700px;
  font-size:clamp(46px,5.4vw,76px);
  line-height:1.04;
  letter-spacing:-.05em;
}
body[data-page="promotions.html"] .page-intro{
  max-width:650px;
  font-size:17px;
  line-height:1.72;
}
body[data-page="promotions.html"] .page-hero .hero-actions,
body[data-page="promotions.html"] .page-highlight-strip{
  justify-content:flex-start;
}

body[data-page="promotions.html"] .promo-showcase{
  display:grid;
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);
  align-items:center;
  gap:30px;
  min-height:360px;
  padding:30px;
}
body[data-page="promotions.html"] .promo-hub-art{
  margin:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,211,90,.24);
  background:#0a0312;
  box-shadow:0 18px 46px rgba(0,0,0,.34),0 0 34px rgba(186,55,255,.15);
}
body[data-page="promotions.html"] .promo-hub-art img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}

body[data-page="promotions.html"] .promotion-card-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
body[data-page="promotions.html"] .promotion-visual-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  overflow:hidden;
  border:1px solid rgba(186,88,255,.28);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(31,13,48,.88),rgba(8,3,16,.97));
  box-shadow:0 18px 46px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.06);
}
body[data-page="promotions.html"] .promotion-card-media{
  margin:0;
  overflow:hidden;
  background:#0a0312;
}
body[data-page="promotions.html"] .promotion-card-media img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  transition:transform .28s ease;
}
body[data-page="promotions.html"] .promotion-visual-card:hover .promotion-card-media img{
  transform:scale(1.035);
}
body[data-page="promotions.html"] .promotion-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:20px;
}
body[data-page="promotions.html"] .promotion-card-body h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.24;
}
body[data-page="promotions.html"] .promotion-card-body p{
  margin:0 0 18px;
  color:#dfd1eb;
  font-size:14px;
  line-height:1.68;
}
body[data-page="promotions.html"] .promotion-card-body .btn{
  width:max-content;
  margin-top:auto;
}

body[data-page="promotions.html"] .promo-conditions-panel{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:30px;
  align-items:center;
  padding:28px;
  border:1px solid rgba(255,211,90,.28);
  border-radius:30px;
  background:linear-gradient(135deg,rgba(255,211,90,.07),rgba(186,55,255,.10),rgba(8,3,14,.95));
  box-shadow:0 18px 52px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);
}
body[data-page="promotions.html"] .promo-conditions-art{
  margin:0;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,211,90,.22);
  background:#0a0312;
}
body[data-page="promotions.html"] .promo-conditions-art img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
body[data-page="promotions.html"] .promo-conditions-copy h2{
  margin:0 0 12px;
  font-size:clamp(30px,4vw,46px);
  line-height:1.18;
}
body[data-page="promotions.html"] .promo-conditions-copy p{
  margin:0;
  color:#e0d2ed;
  line-height:1.76;
}
body[data-page="promotions.html"] .promo-conditions-copy .center-actions{
  justify-content:flex-start;
  margin-top:20px;
}

body[data-page="promotions.html"] .promo-steps-panel{
  grid-column:1/-1;
}
body[data-page="promotions.html"] .promo-steps-layout{
  display:grid;
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);
  gap:28px;
  align-items:start;
}
body[data-page="promotions.html"] .promo-steps-art{
  position:sticky;
  top:108px;
  margin:0;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,211,90,.22);
  background:#0a0312;
}
body[data-page="promotions.html"] .promo-steps-art img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
}
body[data-page="promotions.html"] .promo-steps-copy h2{
  margin-top:0;
}

@media (max-width:1100px){
  body[data-page="promotions.html"] .page-hero{
    background-position:70% center;
  }
  body[data-page="promotions.html"] .page-hero-inner{
    max-width:610px;
    min-height:550px;
  }
  body[data-page="promotions.html"] .promo-showcase,
  body[data-page="promotions.html"] .promo-conditions-panel,
  body[data-page="promotions.html"] .promo-steps-layout{
    grid-template-columns:1fr;
  }
  body[data-page="promotions.html"] .promotion-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-page="promotions.html"] .promo-steps-art{
    position:relative;
    top:auto;
  }
}

@media (max-width:700px){
  body[data-page="promotions.html"] .page-hero{
    padding:20px 0 30px;
    background-position:72% center;
  }
  body[data-page="promotions.html"] .page-hero .container{
    width:min(100%,calc(100% - 22px));
  }
  body[data-page="promotions.html"] .page-hero-inner{
    max-width:none;
    min-height:450px;
  }
  body[data-page="promotions.html"] .page-hero h1{
    font-size:clamp(38px,11vw,54px);
  }
  body[data-page="promotions.html"] .page-intro{
    font-size:15px;
    line-height:1.62;
  }
  body[data-page="promotions.html"] .promo-showcase,
  body[data-page="promotions.html"] .promo-conditions-panel{
    padding:18px;
    border-radius:22px;
  }
  body[data-page="promotions.html"] .promotion-card-grid{
    grid-template-columns:1fr;
  }
  body[data-page="promotions.html"] .promo-steps-panel{
    padding:18px;
  }
}

/* ===== Promotions page final polish ===== */
body[data-page="promotions.html"] .page-hero{
  min-height:0;
  padding:28px 0 46px;
  border-bottom:1px solid rgba(186,55,255,.16);
  background:none;
}
body[data-page="promotions.html"] .page-hero .container{
  width:min(1280px,calc(100% - 36px));
}
body[data-page="promotions.html"] .page-hero-inner{
  max-width:none;
  min-height:500px;
  padding:54px 48px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(186,88,255,.30);
  box-shadow:0 26px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06);
  background:
    linear-gradient(90deg,rgba(5,2,11,.98) 0%,rgba(7,3,15,.96) 28%,rgba(9,4,18,.76) 46%,rgba(9,4,18,.28) 66%,rgba(8,3,16,.08) 100%),
    radial-gradient(circle at 15% 18%,rgba(186,55,255,.16),transparent 28%),
    url('../assets/promotions-page/hero-promotions-safe-v4.webp') center right/cover no-repeat;
}
body[data-page="promotions.html"] .page-hero h1{
  max-width:660px;
  margin:0 0 18px;
  font-size:clamp(46px,5.2vw,72px);
  line-height:1.04;
  letter-spacing:-.05em;
}
body[data-page="promotions.html"] .page-intro{
  max-width:590px;
  margin-bottom:24px;
  font-size:17px;
  line-height:1.72;
}
body[data-page="promotions.html"] .page-hero .hero-actions{
  margin-top:0;
}
body[data-page="promotions.html"] .page-highlight-strip{
  max-width:720px;
  margin-top:18px;
}
body[data-page="promotions.html"] .promo-showcase{
  grid-template-columns:minmax(310px,.78fr) minmax(0,1.22fr);
  min-height:350px;
}
body[data-page="promotions.html"] .promotion-card-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
body[data-page="promotions.html"] .promotion-card-media img{
  aspect-ratio:16/9;
}
@media (max-width:1100px){
  body[data-page="promotions.html"] .page-hero-inner{
    min-height:470px;
    padding:46px 34px;
    background-position:68% center;
  }
  body[data-page="promotions.html"] .promotion-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:700px){
  body[data-page="promotions.html"] .page-hero{
    padding:18px 0 28px;
  }
  body[data-page="promotions.html"] .page-hero .container{
    width:min(100%,calc(100% - 22px));
  }
  body[data-page="promotions.html"] .page-hero-inner{
    min-height:430px;
    padding:34px 20px 28px;
    border-radius:24px;
    background-position:72% center;
  }
  body[data-page="promotions.html"] .page-hero h1{
    max-width:none;
    font-size:clamp(38px,11vw,54px);
  }
  body[data-page="promotions.html"] .page-intro,
  body[data-page="promotions.html"] .page-highlight-strip{
    max-width:none;
  }
  body[data-page="promotions.html"] .promotion-card-grid{
    grid-template-columns:1fr;
  }
}

/* ===== Promotions hero full-width tuned ===== */
body[data-page="promotions.html"] .page-hero{
  min-height:0;
  padding:34px 0 54px;
  border-bottom:1px solid rgba(186,55,255,.16);
  background:
    linear-gradient(90deg,rgba(5,2,11,.98) 0%,rgba(7,3,15,.96) 24%,rgba(9,4,18,.82) 42%,rgba(9,4,18,.36) 60%,rgba(8,3,16,.16) 100%),
    radial-gradient(circle at 14% 16%,rgba(186,55,255,.16),transparent 26%),
    radial-gradient(circle at 86% 18%,rgba(255,211,90,.10),transparent 22%),
    url('../assets/promotions-page/hero-promotions-safe-v4.webp') center right/cover no-repeat;
}
body[data-page="promotions.html"] .page-hero .container{
  width:min(1320px,calc(100% - 72px));
}
body[data-page="promotions.html"] .page-hero-inner{
  max-width:720px;
  min-height:540px;
  margin-left:0;
  margin-right:auto;
  padding:34px 0 0 22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  overflow:visible;
  border:none;
  border-radius:0;
  box-shadow:none;
  background:none;
}
body[data-page="promotions.html"] .page-hero h1{
  max-width:700px;
  margin:0 0 18px;
  font-size:clamp(48px,5.4vw,78px);
  line-height:1.03;
  letter-spacing:-.055em;
}
body[data-page="promotions.html"] .page-intro{
  max-width:620px;
  margin-bottom:24px;
  font-size:18px;
  line-height:1.7;
}
body[data-page="promotions.html"] .page-hero .hero-actions{
  margin-top:0;
  justify-content:flex-start;
}
body[data-page="promotions.html"] .page-highlight-strip{
  max-width:760px;
  margin-top:18px;
  justify-content:flex-start;
}

@media (max-width:1200px){
  body[data-page="promotions.html"] .page-hero{
    padding:28px 0 46px;
    background-position:68% center;
  }
  body[data-page="promotions.html"] .page-hero .container{
    width:min(100%,calc(100% - 44px));
  }
  body[data-page="promotions.html"] .page-hero-inner{
    max-width:640px;
    min-height:500px;
    padding-left:10px;
  }
  body[data-page="promotions.html"] .page-intro{
    font-size:17px;
  }
}
@media (max-width:900px){
  body[data-page="promotions.html"] .page-hero{
    padding:22px 0 38px;
    background-position:72% center;
  }
  body[data-page="promotions.html"] .page-hero .container{
    width:min(100%,calc(100% - 28px));
  }
  body[data-page="promotions.html"] .page-hero-inner{
    max-width:560px;
    min-height:450px;
    padding-left:4px;
  }
  body[data-page="promotions.html"] .page-hero h1{
    font-size:clamp(40px,8vw,60px);
  }
  body[data-page="promotions.html"] .page-intro{
    max-width:560px;
    font-size:16px;
  }
}
@media (max-width:700px){
  body[data-page="promotions.html"] .page-hero{
    padding:18px 0 28px;
    background-position:74% center;
  }
  body[data-page="promotions.html"] .page-hero .container{
    width:min(100%,calc(100% - 22px));
  }
  body[data-page="promotions.html"] .page-hero-inner{
    max-width:none;
    min-height:400px;
    padding:18px 0 0;
  }
  body[data-page="promotions.html"] .page-hero h1,
  body[data-page="promotions.html"] .page-intro,
  body[data-page="promotions.html"] .page-highlight-strip{
    max-width:none;
  }
  body[data-page="promotions.html"] .page-intro{
    font-size:15px;
    line-height:1.6;
  }
}
/* ===== Promotions page refreshed by Codex 2026-07-13 ===== */
body[data-page="promotions.html"]{
  background:
    radial-gradient(circle at 14% 6%,rgba(186,55,255,.18),transparent 26%),
    radial-gradient(circle at 88% 18%,rgba(255,211,90,.10),transparent 24%),
    linear-gradient(180deg,#07020d 0%,#11051e 40%,#080210 100%);
}
body[data-page="promotions.html"] .breadcrumb-wrap{
  background:linear-gradient(180deg,rgba(3,1,7,.72),rgba(3,1,7,.16));
}
body[data-page="promotions.html"] .page-hero{
  position:relative;
  min-height:clamp(560px,72vh,760px);
  padding:0;
  display:grid;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid rgba(186,55,255,.22);
  background:
    linear-gradient(90deg,rgba(5,2,11,.98) 0%,rgba(8,3,16,.93) 30%,rgba(10,4,20,.68) 50%,rgba(10,4,20,.20) 72%,rgba(8,3,16,.05) 100%),
    radial-gradient(circle at 17% 22%,rgba(186,55,255,.24),transparent 28%),
    radial-gradient(circle at 86% 20%,rgba(255,211,90,.16),transparent 22%),
    url('../assets/promotions-page/hero-promotions-safe-v4.webp') center right/cover no-repeat;
}
body[data-page="promotions.html"] .page-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:150px;
  background:linear-gradient(180deg,transparent,rgba(7,2,13,.96));
  pointer-events:none;
}
body[data-page="promotions.html"] .page-hero .container{
  position:relative;
  z-index:1;
  width:min(1320px,calc(100% - 64px));
}
body[data-page="promotions.html"] .page-hero-inner{
  width:min(690px,100%);
  min-height:0;
  padding:88px 0 104px;
  margin:0;
  background:none;
  border:0;
  box-shadow:none;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}
body[data-page="promotions.html"] .page-hero h1{
  max-width:720px;
  margin:0 0 20px;
  font-size:clamp(46px,6vw,82px);
  line-height:1.04;
  letter-spacing:0;
  text-wrap:balance;
  text-shadow:0 0 34px rgba(186,55,255,.26),0 10px 34px rgba(0,0,0,.44);
}
body[data-page="promotions.html"] .page-intro{
  max-width:650px;
  margin:0 0 28px;
  color:#efe5f8;
  font-size:18px;
  line-height:1.76;
}
body[data-page="promotions.html"] .page-hero .hero-actions{
  margin:0;
  justify-content:flex-start;
}
body[data-page="promotions.html"] .page-highlight-strip{
  max-width:780px;
  margin-top:22px;
  justify-content:flex-start;
  gap:10px;
}
body[data-page="promotions.html"] .page-highlight-strip span{
  border-color:rgba(255,211,90,.30);
  background:rgba(9,3,17,.70);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 28px rgba(0,0,0,.22);
}
body[data-page="promotions.html"] .section{
  padding:78px 0;
}
body[data-page="promotions.html"] .promo-section{
  padding-top:72px;
}
body[data-page="promotions.html"] .promo-showcase{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
  gap:34px;
  align-items:center;
  min-height:0;
  padding:30px;
  overflow:hidden;
  border:1px solid rgba(255,211,90,.26);
  border-radius:30px;
  background:
    radial-gradient(circle at 10% 15%,rgba(255,211,90,.12),transparent 25%),
    radial-gradient(circle at 94% 18%,rgba(186,55,255,.20),transparent 28%),
    linear-gradient(135deg,rgba(34,13,51,.90),rgba(8,3,15,.96));
  box-shadow:0 22px 62px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.08);
}
body[data-page="promotions.html"] .promo-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.03),transparent 40%,rgba(255,211,90,.04));
  pointer-events:none;
}
body[data-page="promotions.html"] .promo-showcase > *{
  position:relative;
  z-index:1;
}
body[data-page="promotions.html"] .promo-showcase h2,
body[data-page="promotions.html"] .section-head h2,
body[data-page="promotions.html"] .word-panel h2,
body[data-page="promotions.html"] .cta-panel h2{
  letter-spacing:0;
  text-wrap:balance;
}
body[data-page="promotions.html"] .promo-hub-art,
body[data-page="promotions.html"] .promo-conditions-art,
body[data-page="promotions.html"] .promo-steps-art{
  margin:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,211,90,.28);
  background:#080210;
  box-shadow:0 18px 48px rgba(0,0,0,.34),0 0 32px rgba(186,55,255,.14);
}
body[data-page="promotions.html"] .promo-hub-art img,
body[data-page="promotions.html"] .promo-conditions-art img,
body[data-page="promotions.html"] .promo-steps-art img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
body[data-page="promotions.html"] .promotion-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
body[data-page="promotions.html"] .promotion-visual-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(210px,.74fr) minmax(0,1fr);
  min-height:260px;
  overflow:hidden;
  border:1px solid rgba(186,88,255,.30);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(30,12,46,.88),rgba(7,3,14,.98));
  box-shadow:0 18px 50px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.07);
}
body[data-page="promotions.html"] .promotion-visual-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,var(--gold),var(--purple),transparent);
}
body[data-page="promotions.html"] .promotion-card-media{
  margin:0;
  min-height:100%;
  overflow:hidden;
  background:#080210;
}
body[data-page="promotions.html"] .promotion-card-media img{
  display:block;
  width:100%;
  height:100%;
  min-height:260px;
  aspect-ratio:auto;
  object-fit:cover;
  transition:transform .28s ease;
}
body[data-page="promotions.html"] .promotion-visual-card:hover .promotion-card-media img{
  transform:scale(1.035);
}
body[data-page="promotions.html"] .promotion-card-body{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:26px;
}
body[data-page="promotions.html"] .promotion-card-body h3{
  margin:0 0 10px;
  font-size:clamp(24px,2.4vw,32px);
  line-height:1.18;
}
body[data-page="promotions.html"] .promotion-card-body p{
  margin:0 0 18px;
  color:#dfd1eb;
  line-height:1.75;
}
body[data-page="promotions.html"] .promotion-card-body .btn{
  width:max-content;
  margin-top:auto;
}
body[data-page="promotions.html"] .promo-conditions-panel{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:34px;
  align-items:center;
  padding:30px;
  border:1px solid rgba(255,211,90,.30);
  border-radius:30px;
  background:
    radial-gradient(circle at 78% 12%,rgba(186,55,255,.18),transparent 28%),
    linear-gradient(135deg,rgba(255,211,90,.07),rgba(30,12,48,.88),rgba(8,3,14,.96));
  box-shadow:0 22px 62px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.08);
}
body[data-page="promotions.html"] .promo-conditions-copy h2{
  margin:0 0 14px;
  font-size:clamp(32px,4vw,52px);
  line-height:1.16;
}
body[data-page="promotions.html"] .promo-conditions-copy p{
  margin:0;
  color:#eadff4;
  line-height:1.8;
}
body[data-page="promotions.html"] .promo-conditions-copy .center-actions{
  justify-content:flex-start;
  margin-top:22px;
}
body[data-page="promotions.html"] .promo-offer-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
body[data-page="promotions.html"] .promo-offer-card{
  min-height:310px;
  padding:26px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 90% 10%,rgba(255,211,90,.12),transparent 24%),
    linear-gradient(180deg,rgba(30,12,46,.86),rgba(8,3,15,.98));
}
body[data-page="promotions.html"] .promo-offer-card::before{
  color:rgba(255,211,90,.34);
  font-size:58px;
}
body[data-page="promotions.html"] .promo-offer-card h3{
  margin-top:54px;
}
body[data-page="promotions.html"] .promo-steps-panel{
  grid-column:1/-1;
  padding:28px;
}
body[data-page="promotions.html"] .promo-steps-layout{
  display:grid;
  grid-template-columns:minmax(320px,.86fr) minmax(0,1.14fr);
  gap:30px;
  align-items:start;
}
body[data-page="promotions.html"] .promo-steps-art{
  position:sticky;
  top:96px;
}
body[data-page="promotions.html"] .promo-steps-copy h2{
  margin:0 0 18px;
  font-size:clamp(30px,3.6vw,46px);
}
body[data-page="promotions.html"] .word-step-list{
  gap:14px;
}
body[data-page="promotions.html"] .word-step{
  grid-template-columns:58px 1fr;
  padding:18px;
  border-color:rgba(255,211,90,.18);
  background:rgba(255,255,255,.045);
}
body[data-page="promotions.html"] .word-step span{
  width:58px;
  height:58px;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(135deg,var(--purple),var(--purple-2));
  box-shadow:0 0 22px rgba(186,55,255,.34);
}
body[data-page="promotions.html"] .word-panel{
  border-color:rgba(186,88,255,.24);
  box-shadow:0 20px 54px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.06);
}
body[data-page="promotions.html"] .word-panel.gold{
  border-color:rgba(255,211,90,.32);
}
body[data-page="promotions.html"] .faq-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
body[data-page="promotions.html"] .faq-card{
  min-height:190px;
  padding:20px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
}
body[data-page="promotions.html"] .faq-card strong{
  display:block;
  color:#fff;
  margin-bottom:8px;
  font-size:17px;
  line-height:1.35;
}
body[data-page="promotions.html"] .faq-card p{
  margin:0;
  color:#d8c9e5;
  font-size:14px;
  line-height:1.65;
}
body[data-page="promotions.html"] .cta-panel{
  position:relative;
  overflow:hidden;
  border-color:rgba(255,211,90,.34);
  background:
    radial-gradient(circle at 85% 30%,rgba(186,55,255,.24),transparent 28%),
    linear-gradient(135deg,rgba(255,211,90,.10),rgba(29,11,46,.88),rgba(8,3,14,.96));
}
body[data-page="promotions.html"] .cta-panel::after{
  content:"";
  position:absolute;
  inset:auto -80px -110px auto;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,211,90,.16),transparent 70%);
  pointer-events:none;
}
body[data-page="promotions.html"] .cta-panel > *{
  position:relative;
  z-index:1;
}
@media (max-width:1180px){
  body[data-page="promotions.html"] .page-hero{
    background-position:66% center;
  }
  body[data-page="promotions.html"] .promotion-card-grid,
  body[data-page="promotions.html"] .promo-offer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-page="promotions.html"] .promotion-visual-card{
    grid-template-columns:1fr;
  }
  body[data-page="promotions.html"] .promotion-card-media img{
    height:auto;
    min-height:0;
    aspect-ratio:16/9;
  }
  body[data-page="promotions.html"] .faq-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:900px){
  body[data-page="promotions.html"] .page-hero{
    min-height:auto;
    padding:340px 0 52px;
    align-items:end;
    background:
      linear-gradient(180deg,rgba(7,2,13,.06) 0%,rgba(7,2,13,.66) 42%,rgba(7,2,13,.98) 72%,rgba(7,2,13,1) 100%),
      url('../assets/promotions-page/hero-promotions-safe-v4.webp') 70% top/auto 430px no-repeat;
  }
  body[data-page="promotions.html"] .page-hero .container{
    width:min(100%,calc(100% - 28px));
  }
  body[data-page="promotions.html"] .page-hero-inner{
    width:100%;
    padding:0;
  }
  body[data-page="promotions.html"] .promo-showcase,
  body[data-page="promotions.html"] .promo-conditions-panel,
  body[data-page="promotions.html"] .promo-steps-layout{
    grid-template-columns:1fr;
  }
  body[data-page="promotions.html"] .promo-steps-art{
    position:relative;
    top:auto;
  }
}
@media (max-width:640px){
  body[data-page="promotions.html"] .page-hero{
    padding:280px 0 44px;
    background:
      linear-gradient(180deg,rgba(7,2,13,.08) 0%,rgba(7,2,13,.76) 44%,rgba(7,2,13,1) 76%,rgba(7,2,13,1) 100%),
      url('../assets/promotions-page/hero-promotions-safe-v4.webp') 68% top/auto 350px no-repeat;
  }
  body[data-page="promotions.html"] .page-hero h1{
    font-size:clamp(34px,10vw,48px);
    line-height:1.1;
  }
  body[data-page="promotions.html"] .page-intro{
    font-size:15px;
    line-height:1.66;
  }
  body[data-page="promotions.html"] .page-hero .hero-actions{
    width:100%;
  }
  body[data-page="promotions.html"] .page-hero .hero-actions .btn{
    width:100%;
  }
  body[data-page="promotions.html"] .page-highlight-strip span{
    width:100%;
    text-align:center;
  }
  body[data-page="promotions.html"] .section{
    padding:58px 0;
  }
  body[data-page="promotions.html"] .promo-showcase,
  body[data-page="promotions.html"] .promo-conditions-panel,
  body[data-page="promotions.html"] .promo-steps-panel,
  body[data-page="promotions.html"] .word-panel,
  body[data-page="promotions.html"] .cta-panel{
    padding:20px;
    border-radius:22px;
  }
  body[data-page="promotions.html"] .promotion-card-grid,
  body[data-page="promotions.html"] .promo-offer-grid,
  body[data-page="promotions.html"] .faq-grid{
    grid-template-columns:1fr;
  }
  body[data-page="promotions.html"] .promotion-card-body{
    padding:20px;
  }
  body[data-page="promotions.html"] .promo-offer-card{
    min-height:0;
  }
  body[data-page="promotions.html"] .promo-offer-card h3{
    margin-top:42px;
  }
  body[data-page="promotions.html"] .word-step{
    grid-template-columns:48px 1fr;
  }
  body[data-page="promotions.html"] .word-step span{
    width:48px;
    height:48px;
    border-radius:15px;
  }
}

/* ===== Promotions page section rebuild v3 ===== */
body[data-page="promotions.html"] .promo-conditions-panel{
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
  gap:38px;
  padding:34px;
}
body[data-page="promotions.html"] .promo-conditions-art{
  border-radius:26px;
}
body[data-page="promotions.html"] .promo-conditions-art img{
  aspect-ratio:16/9;
  filter:saturate(1.06) contrast(1.04);
}
body[data-page="promotions.html"] .promo-offer-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
body[data-page="promotions.html"] .promo-offer-card{
  min-height:0;
  display:flex;
  flex-direction:column;
  padding:16px 16px 22px;
  overflow:hidden;
}
body[data-page="promotions.html"] .promo-offer-card::before{
  display:none;
}
body[data-page="promotions.html"] .promo-offer-art{
  position:relative;
  z-index:1;
  margin:0 0 18px;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,211,90,.22);
  background:#080210;
  box-shadow:0 16px 36px rgba(0,0,0,.28),0 0 22px rgba(186,55,255,.12);
}
body[data-page="promotions.html"] .promo-offer-art img{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  transition:transform .28s ease;
}
body[data-page="promotions.html"] .promo-offer-card:hover .promo-offer-art img{
  transform:scale(1.035);
}
body[data-page="promotions.html"] .promo-offer-card h3{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  font-size:24px;
  line-height:1.22;
}
body[data-page="promotions.html"] .promo-offer-card p{
  position:relative;
  z-index:1;
  flex:1;
  margin:0 0 18px;
}
body[data-page="promotions.html"] .promo-offer-card .btn{
  position:relative;
  z-index:1;
  width:max-content;
  margin-top:auto;
}
body[data-page="promotions.html"] .promo-steps-panel{
  padding:30px;
}
body[data-page="promotions.html"] .promo-steps-layout{
  grid-template-columns:1fr;
  gap:24px;
}
body[data-page="promotions.html"] .promo-steps-art{
  position:relative;
  top:auto;
  border-radius:24px;
}
body[data-page="promotions.html"] .promo-steps-art img{
  aspect-ratio:21/8;
}
body[data-page="promotions.html"] .promo-steps-copy{
  display:grid;
  grid-template-columns:minmax(260px,.44fr) minmax(0,1fr);
  gap:24px;
  align-items:start;
}
body[data-page="promotions.html"] .promo-steps-copy h2{
  position:sticky;
  top:94px;
  margin:0;
  font-size:clamp(34px,4vw,56px);
  line-height:1.12;
}
body[data-page="promotions.html"] .promo-steps-copy .word-step-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:0;
}
body[data-page="promotions.html"] .promo-steps-copy .word-step{
  grid-template-columns:60px 1fr;
  min-height:174px;
  padding:20px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(31,13,48,.72),rgba(10,4,20,.86));
}
body[data-page="promotions.html"] .promo-steps-copy .word-step span{
  width:60px;
  height:60px;
  border-radius:18px;
}
body[data-page="promotions.html"] .promo-why-panel{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:minmax(0,.98fr) minmax(320px,.82fr);
  gap:28px;
  align-items:center;
}
body[data-page="promotions.html"] .promo-why-copy{
  position:relative;
  z-index:1;
}
body[data-page="promotions.html"] .promo-why-art{
  position:relative;
  z-index:1;
  margin:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,211,90,.26);
  background:#080210;
  box-shadow:0 18px 46px rgba(0,0,0,.30),0 0 28px rgba(186,55,255,.14);
}
body[data-page="promotions.html"] .promo-why-art img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
body[data-page="promotions.html"] .promo-faq-panel{
  padding:34px;
}
body[data-page="promotions.html"] .promo-faq-panel h2{
  max-width:920px;
  margin-bottom:10px;
}
body[data-page="promotions.html"] .promo-faq-intro{
  max-width:860px;
  margin:0 0 24px;
  color:#dfd1eb;
}
body[data-page="promotions.html"] .promo-faq-panel .faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
body[data-page="promotions.html"] .promo-faq-panel .faq-card{
  min-height:0;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(31,13,48,.62),rgba(10,4,20,.78));
}
body[data-page="promotions.html"] .promo-faq-panel summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:18px 54px 18px 20px;
  color:#fff;
  font-weight:1000;
  line-height:1.35;
}
body[data-page="promotions.html"] .promo-faq-panel summary::-webkit-details-marker{
  display:none;
}
body[data-page="promotions.html"] .promo-faq-panel summary::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--gold);
  background:rgba(255,255,255,.08);
}
body[data-page="promotions.html"] .promo-faq-panel details[open] summary::after{
  content:"-";
}
body[data-page="promotions.html"] .promo-faq-panel .faq-card p{
  margin:0;
  padding:0 20px 20px;
  color:#d8c9e5;
}
@media (max-width:1180px){
  body[data-page="promotions.html"] .promo-offer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-page="promotions.html"] .promo-steps-copy,
  body[data-page="promotions.html"] .promo-why-panel{
    grid-template-columns:1fr;
  }
  body[data-page="promotions.html"] .promo-steps-copy h2{
    position:relative;
    top:auto;
  }
  body[data-page="promotions.html"] .promo-steps-art img{
    aspect-ratio:16/9;
  }
}
@media (max-width:900px){
  body[data-page="promotions.html"] .promo-conditions-panel{
    grid-template-columns:1fr;
  }
  body[data-page="promotions.html"] .promo-faq-panel .faq-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  body[data-page="promotions.html"] .promo-offer-grid,
  body[data-page="promotions.html"] .promo-steps-copy .word-step-list{
    grid-template-columns:1fr;
  }
  body[data-page="promotions.html"] .promo-steps-panel,
  body[data-page="promotions.html"] .promo-faq-panel{
    padding:20px;
  }
  body[data-page="promotions.html"] .promo-steps-copy .word-step{
    min-height:0;
    grid-template-columns:50px 1fr;
  }
  body[data-page="promotions.html"] .promo-steps-copy .word-step span{
    width:50px;
    height:50px;
    border-radius:16px;
  }
}

/* ===== Register page redesign by Codex 2026-07-13 ===== */
body[data-page="register.html"]{
  background:
    radial-gradient(circle at 14% 8%,rgba(186,55,255,.18),transparent 28%),
    radial-gradient(circle at 88% 18%,rgba(255,211,90,.10),transparent 24%),
    linear-gradient(180deg,#07020d 0%,#11051e 42%,#080210 100%);
}
body[data-page="register.html"] .breadcrumb-wrap{
  background:linear-gradient(180deg,rgba(3,1,7,.72),rgba(3,1,7,.16));
}
body[data-page="register.html"] .page-hero{
  position:relative;
  min-height:clamp(560px,72vh,760px);
  padding:0;
  display:grid;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid rgba(186,55,255,.22);
  background:
    linear-gradient(90deg,rgba(5,2,11,.98) 0%,rgba(8,3,16,.94) 30%,rgba(10,4,20,.68) 50%,rgba(10,4,20,.22) 72%,rgba(8,3,16,.04) 100%),
    radial-gradient(circle at 17% 22%,rgba(186,55,255,.24),transparent 28%),
    radial-gradient(circle at 86% 20%,rgba(255,211,90,.16),transparent 22%),
    url('../assets/register-page/register-hero-safe-v4.webp') center right/cover no-repeat;
}
body[data-page="register.html"] .page-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:150px;
  background:linear-gradient(180deg,transparent,rgba(7,2,13,.96));
  pointer-events:none;
}
body[data-page="register.html"] .page-hero .container{
  position:relative;
  z-index:1;
  width:min(1320px,calc(100% - 64px));
}
body[data-page="register.html"] .page-hero-inner{
  width:min(720px,100%);
  min-height:0;
  padding:88px 0 104px;
  margin:0;
  background:none;
  border:0;
  box-shadow:none;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}
body[data-page="register.html"] .page-hero h1{
  max-width:730px;
  margin:0 0 20px;
  font-size:clamp(46px,6vw,82px);
  line-height:1.04;
  letter-spacing:0;
  text-wrap:balance;
  text-shadow:0 0 34px rgba(186,55,255,.26),0 10px 34px rgba(0,0,0,.44);
}
body[data-page="register.html"] .page-intro{
  max-width:680px;
  margin:0 0 26px;
  color:#efe5f8;
  font-size:18px;
  line-height:1.76;
}
body[data-page="register.html"] .register-hero-cta{
  margin:0 0 18px;
  justify-content:flex-start;
}
body[data-page="register.html"] .register-hero-cta .btn{
  min-width:176px;
}
body[data-page="register.html"] .page-highlight-strip{
  max-width:780px;
  justify-content:flex-start;
  gap:10px;
}
body[data-page="register.html"] .page-highlight-strip span{
  border-color:rgba(255,211,90,.30);
  background:rgba(9,3,17,.70);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 28px rgba(0,0,0,.22);
}
body[data-page="register.html"] .section{
  padding:78px 0;
}
body[data-page="register.html"] .register-showcase{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:34px;
  align-items:center;
  padding:30px;
  overflow:hidden;
  border:1px solid rgba(255,211,90,.26);
  border-radius:30px;
  background:
    radial-gradient(circle at 10% 15%,rgba(255,211,90,.12),transparent 25%),
    radial-gradient(circle at 94% 18%,rgba(186,55,255,.20),transparent 28%),
    linear-gradient(135deg,rgba(34,13,51,.90),rgba(8,3,15,.96));
  box-shadow:0 22px 62px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.08);
}
body[data-page="register.html"] .register-showcase h2,
body[data-page="register.html"] .content-card h2,
body[data-page="register.html"] .word-panel h2,
body[data-page="register.html"] .cta-panel h2{
  letter-spacing:0;
  text-wrap:balance;
}
body[data-page="register.html"] .register-showcase-art,
body[data-page="register.html"] .register-panel-art{
  margin:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,211,90,.28);
  background:#080210;
  box-shadow:0 18px 48px rgba(0,0,0,.34),0 0 32px rgba(186,55,255,.14);
}
body[data-page="register.html"] .register-showcase-art img,
body[data-page="register.html"] .register-panel-art img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
body[data-page="register.html"] .split-layout{
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);
  align-items:start;
}
body[data-page="register.html"] .content-card.large,
body[data-page="register.html"] .form-card{
  border-color:rgba(186,88,255,.26);
  background:linear-gradient(180deg,rgba(30,12,46,.86),rgba(8,3,15,.98));
  box-shadow:0 20px 54px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);
}
body[data-page="register.html"] .styled-steps{
  counter-reset:registerStep;
}
body[data-page="register.html"] .styled-steps li{
  position:relative;
  padding:18px 18px 18px 82px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:rgba(255,255,255,.045);
}
body[data-page="register.html"] .styled-steps li::before{
  counter-increment:registerStep;
  content:counter(registerStep);
  position:absolute;
  left:18px;
  top:18px;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:#fff;
  font-weight:1000;
  background:linear-gradient(135deg,var(--purple),var(--purple-2));
  box-shadow:0 0 22px rgba(186,55,255,.34);
}
body[data-page="register.html"] .form-card{
  position:sticky;
  top:96px;
}
body[data-page="register.html"] .form-card input{
  min-height:50px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#fff;
}
body[data-page="register.html"] .word-detail-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
body[data-page="register.html"] .word-panel{
  border-color:rgba(186,88,255,.24);
  box-shadow:0 20px 54px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.06);
}
body[data-page="register.html"] .word-panel.gold{
  border-color:rgba(255,211,90,.32);
}
body[data-page="register.html"] .word-step-list{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
body[data-page="register.html"] .word-step{
  min-height:170px;
  padding:20px;
  border-radius:22px;
  border-color:rgba(255,211,90,.18);
  background:linear-gradient(180deg,rgba(31,13,48,.72),rgba(10,4,20,.86));
}
body[data-page="register.html"] .word-step span{
  width:58px;
  height:58px;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(135deg,var(--purple),var(--purple-2));
  box-shadow:0 0 22px rgba(186,55,255,.34);
}
body[data-page="register.html"] .register-info-panel{
  padding:16px 16px 24px;
}
body[data-page="register.html"] .register-info-panel h2{
  margin-top:18px;
}
body[data-page="register.html"] .register-panel-art img{
  aspect-ratio:16/10;
}
body[data-page="register.html"] .register-faq-panel{
  padding:34px;
}
body[data-page="register.html"] .register-faq-intro{
  max-width:860px;
  margin:0 0 24px;
  color:#dfd1eb;
}
body[data-page="register.html"] .register-faq-panel .faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
body[data-page="register.html"] .register-faq-panel .faq-card{
  min-height:0;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(31,13,48,.62),rgba(10,4,20,.78));
}
body[data-page="register.html"] .register-faq-panel summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:18px 54px 18px 20px;
  color:#fff;
  font-weight:1000;
  line-height:1.35;
}
body[data-page="register.html"] .register-faq-panel summary::-webkit-details-marker{
  display:none;
}
body[data-page="register.html"] .register-faq-panel summary::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--gold);
  background:rgba(255,255,255,.08);
}
body[data-page="register.html"] .register-faq-panel details[open] summary::after{
  content:"-";
}
body[data-page="register.html"] .register-faq-panel .faq-card p{
  margin:0;
  padding:0 20px 20px;
  color:#d8c9e5;
}
body[data-page="register.html"] .cta-panel{
  position:relative;
  overflow:hidden;
  border-color:rgba(255,211,90,.34);
  background:
    radial-gradient(circle at 85% 30%,rgba(186,55,255,.24),transparent 28%),
    linear-gradient(135deg,rgba(255,211,90,.10),rgba(29,11,46,.88),rgba(8,3,14,.96));
}
@media (max-width:1100px){
  body[data-page="register.html"] .page-hero{
    background-position:66% center;
  }
  body[data-page="register.html"] .register-showcase,
  body[data-page="register.html"] .split-layout,
  body[data-page="register.html"] .word-detail-grid{
    grid-template-columns:1fr;
  }
  body[data-page="register.html"] .form-card{
    position:relative;
    top:auto;
  }
}
@media (max-width:900px){
  body[data-page="register.html"] .page-hero{
    min-height:auto;
    padding:330px 0 52px;
    align-items:end;
    background:
      linear-gradient(180deg,rgba(7,2,13,.06) 0%,rgba(7,2,13,.66) 42%,rgba(7,2,13,.98) 72%,rgba(7,2,13,1) 100%),
      url('../assets/register-page/register-hero-safe-v4.webp') 70% top/auto 430px no-repeat;
  }
  body[data-page="register.html"] .page-hero .container{
    width:min(100%,calc(100% - 28px));
  }
  body[data-page="register.html"] .page-hero-inner{
    width:100%;
    padding:0;
  }
  body[data-page="register.html"] .word-step-list,
  body[data-page="register.html"] .register-faq-panel .faq-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  body[data-page="register.html"] .page-hero{
    padding:270px 0 44px;
    background:
      linear-gradient(180deg,rgba(7,2,13,.08) 0%,rgba(7,2,13,.76) 44%,rgba(7,2,13,1) 76%,rgba(7,2,13,1) 100%),
      url('../assets/register-page/register-hero-safe-v4.webp') 68% top/auto 340px no-repeat;
  }
  body[data-page="register.html"] .page-hero h1{
    font-size:clamp(34px,10vw,48px);
    line-height:1.1;
  }
  body[data-page="register.html"] .page-intro{
    font-size:15px;
    line-height:1.66;
  }
  body[data-page="register.html"] .register-hero-cta,
  body[data-page="register.html"] .register-hero-cta .btn{
    width:100%;
  }
  body[data-page="register.html"] .page-highlight-strip span{
    width:100%;
    text-align:center;
  }
  body[data-page="register.html"] .section{
    padding:58px 0;
  }
  body[data-page="register.html"] .register-showcase,
  body[data-page="register.html"] .content-card.large,
  body[data-page="register.html"] .form-card,
  body[data-page="register.html"] .word-panel,
  body[data-page="register.html"] .cta-panel{
    padding:20px;
    border-radius:22px;
  }
  body[data-page="register.html"] .styled-steps li{
    padding-left:70px;
  }
  body[data-page="register.html"] .word-step{
    min-height:0;
    grid-template-columns:50px 1fr;
  }
  body[data-page="register.html"] .word-step span{
    width:50px;
    height:50px;
    border-radius:16px;
  }
}

/* ===== Deposit / Withdraw page redesign by Codex 2026-07-13 ===== */
body[data-page="deposit-withdraw.html"]{
  background:
    radial-gradient(circle at 14% 8%,rgba(186,55,255,.18),transparent 28%),
    radial-gradient(circle at 88% 18%,rgba(255,211,90,.10),transparent 24%),
    linear-gradient(180deg,#07020d 0%,#11051e 42%,#080210 100%);
}
body[data-page="deposit-withdraw.html"] .breadcrumb-wrap{
  background:linear-gradient(180deg,rgba(3,1,7,.72),rgba(3,1,7,.16));
}
body[data-page="deposit-withdraw.html"] .page-hero{
  position:relative;
  min-height:clamp(560px,72vh,760px);
  padding:0;
  display:grid;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid rgba(186,55,255,.22);
  background:
    linear-gradient(90deg,rgba(5,2,11,.98) 0%,rgba(8,3,16,.94) 30%,rgba(10,4,20,.68) 50%,rgba(10,4,20,.22) 72%,rgba(8,3,16,.04) 100%),
    radial-gradient(circle at 17% 22%,rgba(186,55,255,.24),transparent 28%),
    radial-gradient(circle at 86% 20%,rgba(255,211,90,.16),transparent 22%),
    url('../assets/deposit-page/deposit-hero-jz-v3.webp') center right/cover no-repeat;
}
body[data-page="deposit-withdraw.html"] .page-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:150px;
  background:linear-gradient(180deg,transparent,rgba(7,2,13,.96));
  pointer-events:none;
}
body[data-page="deposit-withdraw.html"] .page-hero .container{
  position:relative;
  z-index:1;
  width:min(1320px,calc(100% - 64px));
}
body[data-page="deposit-withdraw.html"] .page-hero-inner{
  width:min(720px,100%);
  min-height:0;
  padding:88px 0 104px;
  margin:0;
  background:none;
  border:0;
  box-shadow:none;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}
body[data-page="deposit-withdraw.html"] .page-hero h1{
  max-width:730px;
  margin:0 0 20px;
  font-size:clamp(46px,6vw,82px);
  line-height:1.04;
  letter-spacing:0;
  text-wrap:balance;
  text-shadow:0 0 34px rgba(186,55,255,.26),0 10px 34px rgba(0,0,0,.44);
}
body[data-page="deposit-withdraw.html"] .page-intro{
  max-width:680px;
  margin:0 0 26px;
  color:#efe5f8;
  font-size:18px;
  line-height:1.76;
}
body[data-page="deposit-withdraw.html"] .page-hero .hero-actions{
  justify-content:flex-start;
}
body[data-page="deposit-withdraw.html"] .page-highlight-strip{
  max-width:780px;
  justify-content:flex-start;
  gap:10px;
}
body[data-page="deposit-withdraw.html"] .page-highlight-strip span{
  border-color:rgba(255,211,90,.30);
  background:rgba(9,3,17,.70);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 28px rgba(0,0,0,.22);
}
body[data-page="deposit-withdraw.html"] .section{
  padding:78px 0;
}
body[data-page="deposit-withdraw.html"] .transaction-showcase{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:34px;
  align-items:center;
  padding:30px;
  overflow:hidden;
  border:1px solid rgba(255,211,90,.26);
  border-radius:30px;
  background:
    radial-gradient(circle at 10% 15%,rgba(255,211,90,.12),transparent 25%),
    radial-gradient(circle at 94% 18%,rgba(186,55,255,.20),transparent 28%),
    linear-gradient(135deg,rgba(34,13,51,.90),rgba(8,3,15,.96));
  box-shadow:0 22px 62px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.08);
}
body[data-page="deposit-withdraw.html"] .transaction-showcase h2,
body[data-page="deposit-withdraw.html"] .section-head h2,
body[data-page="deposit-withdraw.html"] .word-panel h2,
body[data-page="deposit-withdraw.html"] .cta-panel h2{
  letter-spacing:0;
  text-wrap:balance;
}
body[data-page="deposit-withdraw.html"] .deposit-showcase-art,
body[data-page="deposit-withdraw.html"] .deposit-card-art,
body[data-page="deposit-withdraw.html"] .deposit-feature-art{
  margin:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,211,90,.28);
  background:#080210;
  box-shadow:0 18px 48px rgba(0,0,0,.34),0 0 32px rgba(186,55,255,.14);
}
body[data-page="deposit-withdraw.html"] .deposit-showcase-art img,
body[data-page="deposit-withdraw.html"] .deposit-card-art img,
body[data-page="deposit-withdraw.html"] .deposit-feature-art img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
body[data-page="deposit-withdraw.html"] .content-grid.two-col{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
body[data-page="deposit-withdraw.html"] .content-grid.two-col .content-card{
  display:flex;
  flex-direction:column;
  min-height:0;
  padding:16px 16px 22px;
  overflow:hidden;
  border-color:rgba(186,88,255,.26);
  background:linear-gradient(180deg,rgba(30,12,46,.86),rgba(8,3,15,.98));
  box-shadow:0 20px 54px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);
}
body[data-page="deposit-withdraw.html"] .deposit-card-art{
  width:100%;
  margin-bottom:18px;
  border-radius:18px;
}
body[data-page="deposit-withdraw.html"] .deposit-card-art img{
  aspect-ratio:16/10;
}
body[data-page="deposit-withdraw.html"] .content-card h3{
  margin:0 0 10px;
  font-size:23px;
  line-height:1.22;
}
body[data-page="deposit-withdraw.html"] .content-card p{
  margin:0;
}
body[data-page="deposit-withdraw.html"] .cta-panel{
  position:relative;
  overflow:hidden;
  border-color:rgba(255,211,90,.34);
  background:
    radial-gradient(circle at 85% 30%,rgba(186,55,255,.24),transparent 28%),
    linear-gradient(135deg,rgba(255,211,90,.10),rgba(29,11,46,.88),rgba(8,3,14,.96));
}
body[data-page="deposit-withdraw.html"] .word-detail-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
body[data-page="deposit-withdraw.html"] .word-panel{
  border-color:rgba(186,88,255,.24);
  box-shadow:0 20px 54px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.06);
}
body[data-page="deposit-withdraw.html"] .word-panel.gold{
  border-color:rgba(255,211,90,.32);
}
body[data-page="deposit-withdraw.html"] .word-step-list{
  grid-template-columns:1fr;
}
body[data-page="deposit-withdraw.html"] .word-step{
  padding:18px;
  border-radius:20px;
  border-color:rgba(255,211,90,.18);
  background:linear-gradient(180deg,rgba(31,13,48,.72),rgba(10,4,20,.86));
}
body[data-page="deposit-withdraw.html"] .word-step span{
  width:54px;
  height:54px;
  border-radius:17px;
  color:#fff;
  background:linear-gradient(135deg,var(--purple),var(--purple-2));
  box-shadow:0 0 22px rgba(186,55,255,.34);
}
body[data-page="deposit-withdraw.html"] .deposit-feature-panel{
  display:grid;
  grid-template-columns:minmax(0,.98fr) minmax(340px,.82fr);
  gap:28px;
  align-items:center;
}
body[data-page="deposit-withdraw.html"] .deposit-feature-copy{
  position:relative;
  z-index:1;
}
body[data-page="deposit-withdraw.html"] .deposit-feature-art img{
  aspect-ratio:16/10;
}
body[data-page="deposit-withdraw.html"] .deposit-faq-panel{
  padding:34px;
}
body[data-page="deposit-withdraw.html"] .deposit-faq-intro{
  max-width:860px;
  margin:0 0 24px;
  color:#dfd1eb;
}
body[data-page="deposit-withdraw.html"] .deposit-faq-panel .faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
body[data-page="deposit-withdraw.html"] .deposit-faq-panel .faq-card{
  min-height:0;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(31,13,48,.62),rgba(10,4,20,.78));
}
body[data-page="deposit-withdraw.html"] .deposit-faq-panel summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:18px 54px 18px 20px;
  color:#fff;
  font-weight:1000;
  line-height:1.35;
}
body[data-page="deposit-withdraw.html"] .deposit-faq-panel summary::-webkit-details-marker{
  display:none;
}
body[data-page="deposit-withdraw.html"] .deposit-faq-panel summary::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--gold);
  background:rgba(255,255,255,.08);
}
body[data-page="deposit-withdraw.html"] .deposit-faq-panel details[open] summary::after{
  content:"-";
}
body[data-page="deposit-withdraw.html"] .deposit-faq-panel .faq-card p{
  margin:0;
  padding:0 20px 20px;
  color:#d8c9e5;
}
@media (max-width:1180px){
  body[data-page="deposit-withdraw.html"] .content-grid.two-col{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-page="deposit-withdraw.html"] .transaction-showcase,
  body[data-page="deposit-withdraw.html"] .deposit-feature-panel,
  body[data-page="deposit-withdraw.html"] .word-detail-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:900px){
  body[data-page="deposit-withdraw.html"] .page-hero{
    min-height:auto;
    padding:330px 0 52px;
    align-items:end;
    background:
      linear-gradient(180deg,rgba(7,2,13,.06) 0%,rgba(7,2,13,.66) 42%,rgba(7,2,13,.98) 72%,rgba(7,2,13,1) 100%),
      url('../assets/deposit-page/deposit-hero-jz-v3.webp') 70% top/auto 430px no-repeat;
  }
  body[data-page="deposit-withdraw.html"] .page-hero .container{
    width:min(100%,calc(100% - 28px));
  }
  body[data-page="deposit-withdraw.html"] .page-hero-inner{
    width:100%;
    padding:0;
  }
  body[data-page="deposit-withdraw.html"] .deposit-faq-panel .faq-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  body[data-page="deposit-withdraw.html"] .page-hero{
    padding:270px 0 44px;
    background:
      linear-gradient(180deg,rgba(7,2,13,.08) 0%,rgba(7,2,13,.76) 44%,rgba(7,2,13,1) 76%,rgba(7,2,13,1) 100%),
      url('../assets/deposit-page/deposit-hero-jz-v3.webp') 68% top/auto 340px no-repeat;
  }
  body[data-page="deposit-withdraw.html"] .page-hero h1{
    font-size:clamp(34px,10vw,48px);
    line-height:1.1;
  }
  body[data-page="deposit-withdraw.html"] .page-intro{
    font-size:15px;
    line-height:1.66;
  }
  body[data-page="deposit-withdraw.html"] .page-hero .hero-actions,
  body[data-page="deposit-withdraw.html"] .page-hero .hero-actions .btn{
    width:100%;
  }
  body[data-page="deposit-withdraw.html"] .page-highlight-strip span{
    width:100%;
    text-align:center;
  }
  body[data-page="deposit-withdraw.html"] .section{
    padding:58px 0;
  }
  body[data-page="deposit-withdraw.html"] .transaction-showcase,
  body[data-page="deposit-withdraw.html"] .content-card,
  body[data-page="deposit-withdraw.html"] .word-panel,
  body[data-page="deposit-withdraw.html"] .cta-panel{
    padding:20px;
    border-radius:22px;
  }
  body[data-page="deposit-withdraw.html"] .content-grid.two-col{
    grid-template-columns:1fr;
  }
  body[data-page="deposit-withdraw.html"] .word-step{
    grid-template-columns:50px 1fr;
  }
  body[data-page="deposit-withdraw.html"] .word-step span{
    width:50px;
    height:50px;
    border-radius:16px;
  }
}

/* ===== Games provider directory by Codex 2026-07-13 ===== */
body[data-page="games.html"] .provider-directory-section{
  padding-top:36px;
}
body[data-page="games.html"] .provider-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
body[data-page="games.html"] .provider-card{
  position:relative;
  min-height:210px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:24px;
  border:1px solid rgba(186,88,255,.28);
  border-radius:24px;
  color:#fff;
  text-decoration:none;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 18%,rgba(255,211,90,.13),transparent 28%),
    radial-gradient(circle at 14% 22%,rgba(186,55,255,.18),transparent 34%),
    linear-gradient(180deg,rgba(30,12,46,.88),rgba(8,3,15,.98));
  box-shadow:0 18px 44px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);
}
body[data-page="games.html"] .provider-card::after{
  content:"";
  position:absolute;
  right:-42px;
  bottom:-52px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(186,55,255,.22),transparent 68%);
  pointer-events:none;
}
body[data-page="games.html"] .provider-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,211,90,.38);
  box-shadow:0 22px 56px rgba(0,0,0,.34),0 0 30px rgba(186,55,255,.12),inset 0 1px 0 rgba(255,255,255,.08);
}
body[data-page="games.html"] .provider-mark{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:19px;
  color:#fff;
  font-size:22px;
  font-weight:1000;
  letter-spacing:0;
  background:linear-gradient(135deg,var(--purple),var(--purple-2));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 0 24px rgba(186,55,255,.30),inset 0 1px 0 rgba(255,255,255,.12);
}
body[data-page="games.html"] .provider-card strong{
  position:relative;
  z-index:1;
  display:block;
  font-size:26px;
  line-height:1.15;
  letter-spacing:0;
}
body[data-page="games.html"] .provider-card small{
  position:relative;
  z-index:1;
  display:block;
  color:#d8c9e5;
  line-height:1.65;
  font-size:15px;
}
body[data-page="games.html"] .provider-card em{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  color:#1d0b02;
  font-style:normal;
  font-weight:1000;
  background:linear-gradient(180deg,var(--gold),#f3a914);
  box-shadow:0 10px 22px rgba(255,189,45,.16);
}
body[data-page="games.html"] .provider-games-section{
  padding-top:38px;
}
body[data-page="games.html"] .provider-section-list{
  display:grid;
  gap:22px;
}
body[data-page="games.html"] .provider-filter-toolbar{
  display:none;
  justify-content:flex-end;
  margin:-10px 0 18px;
}
body[data-page="games.html"].provider-filter-active .provider-filter-toolbar{
  display:flex;
}
body[data-page="games.html"] .provider-panel{
  position:relative;
  scroll-margin-top:110px;
  padding:24px;
  border:1px solid rgba(255,211,90,.22);
  border-radius:28px;
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 18%,rgba(186,55,255,.15),transparent 28%),
    linear-gradient(135deg,rgba(255,211,90,.06),rgba(30,12,46,.82),rgba(8,3,15,.97));
  box-shadow:0 20px 54px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);
}
body[data-page="games.html"] .provider-panel:target{
  border-color:rgba(255,211,90,.52);
  box-shadow:0 24px 70px rgba(0,0,0,.34),0 0 44px rgba(255,211,90,.12),inset 0 1px 0 rgba(255,255,255,.08);
}
body[data-page="games.html"].provider-filter-active .provider-panel:not(.is-provider-active){
  display:none;
}
body[data-page="games.html"] .provider-card.is-provider-active{
  border-color:rgba(255,211,90,.58);
  box-shadow:0 24px 64px rgba(0,0,0,.34),0 0 36px rgba(255,211,90,.16),inset 0 1px 0 rgba(255,255,255,.10);
}
body[data-page="games.html"] .provider-panel-head{
  display:grid;
  grid-template-columns:76px 1fr;
  gap:18px;
  align-items:start;
  margin-bottom:20px;
}
body[data-page="games.html"] .provider-panel h3{
  margin:0 0 8px;
  font-size:clamp(28px,4vw,44px);
  line-height:1.12;
  letter-spacing:0;
}
body[data-page="games.html"] .provider-panel p{
  margin:0;
  color:#dfd1eb;
  line-height:1.75;
}
body[data-page="games.html"] .provider-game-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
body[data-page="games.html"] .provider-game-card{
  position:relative;
  min-height:118px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:12px;
  padding:18px;
  border:1px solid rgba(186,88,255,.22);
  border-radius:20px;
  color:#fff;
  text-decoration:none;
  background:linear-gradient(180deg,rgba(28,12,42,.74),rgba(9,4,17,.90));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
body[data-page="games.html"] .provider-game-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,211,90,.32);
  background:linear-gradient(180deg,rgba(39,16,58,.82),rgba(11,4,19,.94));
}
body[data-page="games.html"] .provider-game-card strong{
  font-size:20px;
  line-height:1.2;
}
body[data-page="games.html"] .provider-game-card span{
  color:var(--gold);
  font-size:14px;
  font-weight:900;
}
@media (max-width:1080px){
  body[data-page="games.html"] .provider-grid,
  body[data-page="games.html"] .provider-game-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px){
  body[data-page="games.html"] .provider-directory-section,
  body[data-page="games.html"] .provider-games-section{
    padding-top:20px;
  }
  body[data-page="games.html"] .provider-grid,
  body[data-page="games.html"] .provider-game-grid{
    grid-template-columns:1fr;
  }
  body[data-page="games.html"] .provider-card,
  body[data-page="games.html"] .provider-panel{
    padding:20px;
    border-radius:22px;
  }
  body[data-page="games.html"] .provider-panel-head{
    grid-template-columns:1fr;
  }
}

/* ===== Provider detail pages by Codex 2026-07-13 ===== */
body[data-page="provider.html"]{
  background:
    radial-gradient(circle at 14% 8%,rgba(186,55,255,.18),transparent 28%),
    radial-gradient(circle at 90% 10%,rgba(255,211,90,.10),transparent 26%),
    linear-gradient(180deg,#07020d 0%,#11051e 44%,#080210 100%);
}
body[data-page="provider.html"] .breadcrumb-wrap{
  background:linear-gradient(180deg,rgba(3,1,7,.72),rgba(3,1,7,.16));
}
body[data-page="provider.html"] .provider-page-hero{
  position:relative;
  overflow:hidden;
  padding:94px 0 76px;
  border-bottom:1px solid rgba(186,55,255,.22);
  background:
    linear-gradient(90deg,rgba(5,2,11,.98),rgba(12,4,22,.82) 48%,rgba(12,4,22,.30)),
    var(--provider-page-bg),
    radial-gradient(circle at 78% 38%,rgba(186,55,255,.28),transparent 32%),
    radial-gradient(circle at 86% 18%,rgba(255,211,90,.16),transparent 22%);
  background-size:cover,cover,auto,auto;
  background-position:center;
}
body[data-page="provider.html"] .provider-hero-joker-gaming{--provider-page-bg:url("../assets/provider-page-art/backgrounds/joker-gaming-hero-bg.webp")}
body[data-page="provider.html"] .provider-hero-pg-soft{--provider-page-bg:url("../assets/provider-page-art/backgrounds/pg-soft-hero-bg.webp")}
body[data-page="provider.html"] .provider-hero-pragmatic-play{--provider-page-bg:url("../assets/provider-page-art/backgrounds/pragmatic-play-hero-bg.webp")}
body[data-page="provider.html"] .provider-hero-jili{--provider-page-bg:url("../assets/provider-page-art/backgrounds/jili-hero-bg.webp")}
body[data-page="provider.html"] .provider-hero-spadegaming{--provider-page-bg:url("../assets/provider-page-art/backgrounds/spadegaming-hero-bg.webp")}
body[data-page="provider.html"] .provider-hero-cq9{--provider-page-bg:url("../assets/provider-page-art/backgrounds/cq9-hero-bg.webp")}
body[data-page="provider.html"] .provider-hero-playngo{--provider-page-bg:url("../assets/provider-page-art/backgrounds/playngo-hero-bg.webp")}
body[data-page="provider.html"] .provider-hero-habanero{--provider-page-bg:url("../assets/provider-page-art/backgrounds/habanero-hero-bg.webp")}
body[data-page="provider.html"] .provider-page-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:130px;
  background:linear-gradient(180deg,transparent,rgba(7,2,13,.96));
  pointer-events:none;
}
body[data-page="provider.html"] .provider-page-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(360px,.72fr);
  gap:44px;
  align-items:center;
}
body[data-page="provider.html"] .provider-page-copy{
  max-width:760px;
}
body[data-page="provider.html"] .provider-page-title-row{
  display:grid;
  grid-template-columns:78px 1fr;
  gap:18px;
  align-items:center;
  margin:0 0 18px;
}
body[data-page="provider.html"] h1{
  margin:0;
  font-size:clamp(42px,5.8vw,78px);
  line-height:1.05;
  letter-spacing:0;
  text-wrap:balance;
  text-shadow:0 0 34px rgba(186,55,255,.26),0 10px 34px rgba(0,0,0,.44);
}
body[data-page="provider.html"] .provider-page-copy > p:not(.section-kicker){
  max-width:720px;
  margin:0 0 26px;
  color:#efe5f8;
  font-size:18px;
  line-height:1.76;
}
body[data-page="provider.html"] .provider-page-visual{
  min-height:360px;
  position:relative;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,211,90,.26);
  border-radius:34px;
  overflow:hidden;
  background:
    radial-gradient(circle at 52% 38%,rgba(186,55,255,.30),transparent 34%),
    radial-gradient(circle at 72% 22%,rgba(255,211,90,.16),transparent 26%),
    linear-gradient(135deg,rgba(31,12,48,.80),rgba(7,2,14,.96));
  box-shadow:0 24px 70px rgba(0,0,0,.36),0 0 38px rgba(186,55,255,.14),inset 0 1px 0 rgba(255,255,255,.08);
}
body[data-page="provider.html"] .provider-page-visual img{
  width:100%;
  height:100%;
  min-height:360px;
  display:block;
  object-fit:cover;
}
body[data-page="provider.html"] .provider-page-visual .provider-mark{
  width:132px;
  height:132px;
  border-radius:36px;
  font-size:46px;
}
body[data-page="provider.html"] .provider-page-visual strong{
  position:absolute;
  left:26px;
  bottom:22px;
  right:26px;
  font-size:clamp(28px,4vw,44px);
  line-height:1.08;
  letter-spacing:0;
}
body[data-page="provider.html"] .provider-page-visual i{
  position:absolute;
  right:-30px;
  top:-30px;
  width:180px;
  height:180px;
  border-radius:50%;
  border:1px solid rgba(255,211,90,.22);
  background:radial-gradient(circle,rgba(255,211,90,.10),transparent 68%);
}
body[data-page="provider.html"] .provider-switch-section{
  padding:34px 0 24px;
}
body[data-page="provider.html"] .provider-switcher{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  padding:12px;
  border:1px solid rgba(186,88,255,.22);
  border-radius:22px;
  background:rgba(13,5,24,.72);
}
body[data-page="provider.html"] .provider-switcher a{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:14px;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.045);
}
body[data-page="provider.html"] .provider-switcher a:hover,
body[data-page="provider.html"] .provider-switcher a.active{
  color:#1b0902;
  background:linear-gradient(180deg,var(--gold),#f1a814);
  border-color:rgba(255,211,90,.40);
}
body[data-page="provider.html"] .provider-page-games-section{
  padding-top:52px;
}
body[data-page="provider.html"] .provider-page-game-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
body[data-page="provider.html"] .provider-page-game-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(186,88,255,.28);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(28,12,42,.86),rgba(9,4,17,.96));
  box-shadow:0 18px 44px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);
}
body[data-page="provider.html"] .provider-page-game-media{
  position:relative;
  display:grid;
  place-items:center;
  aspect-ratio:16/9;
  overflow:hidden;
  background:
    radial-gradient(circle at 52% 42%,rgba(186,55,255,.24),transparent 40%),
    linear-gradient(135deg,rgba(39,14,59,.92),rgba(7,2,14,.98));
}
body[data-page="provider.html"] .provider-page-game-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
body[data-page="provider.html"] .provider-page-game-media em{
  position:absolute;
  left:12px;
  top:12px;
  min-height:30px;
  display:inline-flex;
  align-items:center;
  padding:5px 10px;
  border-radius:10px;
  color:#fff;
  font-style:normal;
  font-weight:1000;
  font-size:13px;
  background:linear-gradient(135deg,#ff284d,#b7082b);
  box-shadow:0 8px 18px rgba(255,40,77,.20);
}
body[data-page="provider.html"] .provider-placeholder-mark{
  width:118px;
  height:118px;
  display:grid;
  place-items:center;
  border-radius:32px;
  color:#fff;
  font-size:42px;
  font-weight:1000;
  background:linear-gradient(135deg,var(--purple),var(--purple-2));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 0 28px rgba(186,55,255,.28),inset 0 1px 0 rgba(255,255,255,.14);
}
body[data-page="provider.html"] .provider-page-game-body{
  padding:18px;
}
body[data-page="provider.html"] .provider-page-game-body h3{
  margin:0 0 8px;
  font-size:24px;
  line-height:1.18;
  letter-spacing:0;
}
body[data-page="provider.html"] .provider-page-game-body p{
  margin:0 0 18px;
  color:#d8c9e5;
}
body[data-page="provider.html"] .provider-page-game-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
body[data-page="provider.html"] .provider-page-game-actions span{
  color:var(--gold);
  font-weight:1000;
  font-size:14px;
}
body[data-page="provider.html"] .provider-page-game-actions .btn{
  min-height:40px;
  padding:9px 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  white-space:nowrap;
}
@media (max-width:1080px){
  body[data-page="provider.html"] .provider-page-hero-grid,
  body[data-page="provider.html"] .provider-page-game-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width:760px){
  body[data-page="provider.html"] .provider-page-hero{
    padding:72px 0 56px;
  }
  body[data-page="provider.html"] .provider-page-hero-grid,
  body[data-page="provider.html"] .provider-page-game-grid{
    grid-template-columns:1fr;
  }
  body[data-page="provider.html"] .provider-page-title-row{
    grid-template-columns:62px 1fr;
  }
  body[data-page="provider.html"] .provider-page-title-row .provider-mark{
    width:62px;
    height:62px;
    border-radius:18px;
    font-size:22px;
  }
  body[data-page="provider.html"] h1{
    font-size:clamp(34px,10vw,48px);
  }
  body[data-page="provider.html"] .provider-page-visual{
    min-height:260px;
    border-radius:24px;
  }
  body[data-page="provider.html"] .provider-switcher{
    justify-content:flex-start;
    overflow:auto;
    flex-wrap:nowrap;
  }
  body[data-page="provider.html"] .provider-switcher a{
    white-space:nowrap;
  }
}

/* ===== Full game catalog, detail pages, and local demo by Codex 2026-07-13 ===== */
body[data-page="provider.html"] .catalog-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
body[data-page="provider.html"] .provider-page-game-media{
  text-decoration:none;
}
body[data-page="provider.html"] .provider-page-game-actions.two-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:stretch;
  gap:10px;
}
body[data-page="provider.html"] .provider-page-game-actions.two-actions .btn{
  width:100%;
  min-width:0;
  min-height:42px;
}
body[data-page="provider.html"] .provider-page-game-card.is-provider-hidden{
  display:none !important;
}
body[data-page="provider.html"] .provider-load-more-wrap{
  display:grid;
  justify-items:center;
  gap:14px;
  margin:34px auto 0;
}
body[data-page="provider.html"] .provider-load-more-wrap[hidden]{
  display:none !important;
}
body[data-page="provider.html"] .provider-load-more-count{
  margin:0;
  color:#d8c9e5;
  font-weight:800;
  text-align:center;
}
body[data-page="provider.html"] .provider-load-more{
  min-width:210px;
  justify-content:center;
}
.game-meta-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 16px;
}
.game-meta-row span{
  min-height:30px;
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  color:#f8eaff;
  font-size:13px;
  font-weight:900;
  background:rgba(186,55,255,.13);
  border:1px solid rgba(186,88,255,.22);
}
body[data-page="game-detail.html"],
body[data-page="game-demo.html"]{
  background:
    radial-gradient(circle at 18% 8%,rgba(186,55,255,.20),transparent 28%),
    radial-gradient(circle at 84% 12%,rgba(255,211,90,.12),transparent 24%),
    linear-gradient(180deg,#07020d 0%,#12051f 48%,#07020d 100%);
}
.game-detail-hero{
  padding-top:78px;
}
.game-detail-layout,
.demo-play-layout{
  display:grid;
  grid-template-columns:minmax(320px,.78fr) minmax(0,1fr);
  gap:42px;
  align-items:center;
}
.game-detail-media,
.demo-machine{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(186,88,255,.28);
  border-radius:30px;
  background:linear-gradient(180deg,rgba(28,12,42,.88),rgba(8,3,15,.98));
  box-shadow:0 26px 70px rgba(0,0,0,.38),0 0 42px rgba(186,55,255,.12);
}
.game-detail-media img{
  width:100%;
  aspect-ratio:16/11;
  display:block;
  object-fit:cover;
}
.game-detail-media span{
  position:absolute;
  left:18px;
  top:18px;
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:12px;
  color:#fff;
  font-weight:1000;
  background:linear-gradient(135deg,#ff284d,#b7082b);
  box-shadow:0 10px 24px rgba(255,40,77,.22);
}
.game-detail-copy h1,
.demo-copy h1{
  margin:0 0 16px;
  font-size:clamp(42px,5.4vw,74px);
  line-height:1.04;
  letter-spacing:0;
  text-wrap:balance;
}
.game-detail-copy p,
.demo-copy p{
  margin:0 0 24px;
  color:#eee2f8;
  font-size:18px;
  line-height:1.78;
}
.game-detail-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:0 0 26px;
}
.game-detail-stats span{
  min-height:86px;
  display:grid;
  gap:5px;
  align-content:center;
  padding:15px;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(180deg,rgba(31,12,48,.88),rgba(9,4,17,.96));
  border:1px solid rgba(186,88,255,.24);
}
.game-detail-stats strong{
  color:#cdb9dd;
  font-size:13px;
}
.game-detail-stats b{
  font-weight:1000;
}
.game-detail-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,180px));
  align-items:stretch;
  gap:12px;
  margin-top:22px;
}
.game-detail-actions .btn{
  width:100%;
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  white-space:nowrap;
}
.game-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.info-card{
  padding:28px;
  border-radius:24px;
  border:1px solid rgba(186,88,255,.24);
  background:linear-gradient(180deg,rgba(28,12,42,.82),rgba(8,3,15,.96));
}
.info-card h2{
  margin:0 0 12px;
  font-size:28px;
  line-height:1.22;
}
.info-card p{
  margin:0;
  color:#d9cbe7;
  line-height:1.78;
}
.demo-play-section{
  min-height:calc(100vh - 90px);
  display:grid;
  align-items:center;
}
.demo-machine{
  min-height:520px;
  display:grid;
  place-items:center;
  padding:24px;
}
.demo-screen{
  width:min(100%,460px);
  padding:18px;
  border-radius:28px;
  background:radial-gradient(circle at 50% 18%,rgba(186,55,255,.30),transparent 38%),linear-gradient(180deg,#11051d,#05020a);
  border:1px solid rgba(255,255,255,.10);
  text-align:center;
}
.demo-screen img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 42px rgba(0,0,0,.34);
}
.demo-reels{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:18px 0;
}
.demo-reels span{
  min-height:92px;
  display:grid;
  place-items:center;
  border-radius:18px;
  color:#ffd75c;
  font-size:46px;
  font-weight:1000;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(186,55,255,.16));
  border:1px solid rgba(255,211,90,.22);
}
.demo-reels span.spin-pop{
  animation:demoPop .42s ease;
}
.demo-spin{
  width:100%;
}
@keyframes demoPop{
  0%{transform:translateY(-10px) scale(.92);filter:blur(2px)}
  70%{transform:translateY(2px) scale(1.04)}
  100%{transform:none;filter:none}
}
@media (max-width:1080px){
  body[data-page="provider.html"] .catalog-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .game-detail-layout,
  .demo-play-layout{
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  body[data-page="provider.html"] .catalog-grid,
  .game-info-grid,
  .game-detail-stats{
    grid-template-columns:1fr;
  }
  body[data-page="provider.html"] .provider-page-game-actions.two-actions,
  .game-detail-actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .game-detail-copy h1,
  .demo-copy h1{
    font-size:clamp(34px,10vw,48px);
  }
  .demo-machine{
    min-height:auto;
  }
  .demo-reels span{
    min-height:74px;
    font-size:36px;
  }
}
/* ===== Games page provider art + recommendations by Codex 2026-07-14 ===== */
body[data-page="games.html"] .provider-grid-art{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
body[data-page="games.html"] .provider-card-art{
  min-height:300px;
  display:grid;
  grid-template-columns:1fr;
  align-items:stretch;
  gap:16px;
  padding:18px;
  isolation:isolate;
}
body[data-page="games.html"] .provider-card-art::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(180deg,rgba(8,2,14,.38),rgba(8,2,14,.92)),
    var(--provider-bg),
    linear-gradient(120deg,rgba(255,211,90,.10),transparent 35%),
    radial-gradient(circle at 85% 18%,rgba(255,211,90,.16),transparent 20%),
    radial-gradient(circle at 72% 78%,rgba(186,55,255,.22),transparent 26%);
  background-size:cover,cover,auto,auto,auto;
  background-position:center;
  opacity:.72;
  filter:saturate(1.2);
  pointer-events:none;
}
body[data-page="games.html"] .provider-joker{--provider-bg:url("../assets/provider-logos/backgrounds/joker-gaming-bg.webp")}
body[data-page="games.html"] .provider-pg{--provider-bg:url("../assets/provider-logos/backgrounds/pg-soft-bg.webp")}
body[data-page="games.html"] .provider-pragmatic{--provider-bg:url("../assets/provider-logos/backgrounds/pragmatic-play-bg.webp")}
body[data-page="games.html"] .provider-jili{--provider-bg:url("../assets/provider-logos/backgrounds/jili-bg.webp")}
body[data-page="games.html"] .provider-spade{--provider-bg:url("../assets/provider-logos/backgrounds/spadegaming-bg.webp")}
body[data-page="games.html"] .provider-cq9{--provider-bg:url("../assets/provider-logos/backgrounds/cq9-bg.webp")}
body[data-page="games.html"] .provider-playngo{--provider-bg:url("../assets/provider-logos/backgrounds/playngo-bg.webp")}
body[data-page="games.html"] .provider-habanero{--provider-bg:url("../assets/provider-logos/backgrounds/habanero-bg.webp")}
body[data-page="games.html"] .provider-art{
  position:relative;
  z-index:1;
  min-height:150px;
  border-radius:22px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 28% 18%,rgba(255,255,255,.18),transparent 22%),
    linear-gradient(145deg,rgba(35,13,55,.92),rgba(8,3,15,.98));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 34px rgba(0,0,0,.24);
}
body[data-page="games.html"] .provider-art-image{
  aspect-ratio:16/9;
  min-height:0;
  padding:0;
  background:#07020d;
}
body[data-page="games.html"] .provider-art-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
body[data-page="games.html"] .provider-art .provider-mark{
  width:84px;
  height:84px;
  border-radius:26px;
  font-size:29px;
  z-index:2;
}
body[data-page="games.html"] .provider-symbol{
  position:absolute;
  inset:auto 16px 18px auto;
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  color:var(--gold);
  font-size:34px;
  font-weight:1000;
  background:rgba(0,0,0,.24);
  border:1px solid rgba(255,211,90,.18);
}
body[data-page="games.html"] .provider-symbol::before{content:"777"}
body[data-page="games.html"] .provider-pg .provider-symbol::before{content:"PG"}
body[data-page="games.html"] .provider-pragmatic .provider-symbol::before{content:"♛"}
body[data-page="games.html"] .provider-jili .provider-symbol::before{content:"7"}
body[data-page="games.html"] .provider-spade .provider-symbol::before{content:"♠"}
body[data-page="games.html"] .provider-cq9 .provider-symbol::before{content:"CQ"}
body[data-page="games.html"] .provider-playngo .provider-symbol::before{content:"GO"}
body[data-page="games.html"] .provider-habanero .provider-symbol::before{content:"HB"}
body[data-page="games.html"] .provider-pg .provider-art{
  background:linear-gradient(145deg,rgba(37,21,78,.94),rgba(7,4,20,.98));
}
body[data-page="games.html"] .provider-pragmatic .provider-art{
  background:linear-gradient(145deg,rgba(66,32,14,.92),rgba(9,4,15,.98));
}
body[data-page="games.html"] .provider-jili .provider-art{
  background:linear-gradient(145deg,rgba(25,58,72,.88),rgba(8,4,18,.98));
}
body[data-page="games.html"] .provider-spade .provider-art{
  background:linear-gradient(145deg,rgba(54,16,69,.90),rgba(8,4,18,.98));
}
body[data-page="games.html"] .provider-cq9 .provider-art{
  background:linear-gradient(145deg,rgba(58,38,8,.90),rgba(8,4,18,.98));
}
body[data-page="games.html"] .provider-card-copy{
  position:relative;
  z-index:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:12px;
}
body[data-page="games.html"] .provider-label{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 10px;
  border-radius:999px;
  color:#ffd86a;
  font-size:12px;
  font-weight:1000;
  border:1px solid rgba(255,211,90,.22);
  background:rgba(255,211,90,.08);
}
body[data-page="games.html"] .recommend-grid-six{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
body[data-page="games.html"] .recommend-provider-card{
  display:flex;
  flex-direction:column;
  gap:0;
  min-height:0;
  padding:14px;
  border-radius:26px;
}
body[data-page="games.html"] .recommend-provider-card .recommend-media{
  flex:0 0 auto;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  border-radius:20px;
  text-decoration:none;
}
body[data-page="games.html"] .recommend-provider-card .recommend-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
body[data-page="games.html"] .provider-chip{
  position:absolute;
  left:12px;
  top:12px;
  z-index:2;
  min-height:30px;
  display:inline-flex;
  align-items:center;
  padding:5px 11px;
  border-radius:999px;
  color:#1d0b02;
  font-size:12px;
  font-weight:1000;
  background:linear-gradient(180deg,var(--gold),#f3a914);
  box-shadow:0 10px 24px rgba(0,0,0,.26);
}
body[data-page="games.html"] .recommend-provider-card .recommend-body{
  padding:18px 4px 2px;
}
body[data-page="games.html"] .recommend-provider-mark{
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:12px;
  border-radius:14px;
  color:#fff;
  font-size:15px;
  font-weight:1000;
  background:linear-gradient(135deg,var(--purple),var(--purple-2));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 0 20px rgba(186,55,255,.20);
}
body[data-page="games.html"] .status-pill.provider{
  color:#ffe6a2;
  background:linear-gradient(180deg,rgba(60,22,74,.94),rgba(23,8,34,.96));
  border-color:rgba(255,211,90,.22);
}
@media (max-width:1080px){
  body[data-page="games.html"] .provider-grid-art,
  body[data-page="games.html"] .recommend-grid-six{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:720px){
  body[data-page="games.html"] .provider-grid-art,
  body[data-page="games.html"] .recommend-grid-six{
    grid-template-columns:1fr;
  }
  body[data-page="games.html"] .provider-card-art{
    grid-template-columns:1fr;
  }
  body[data-page="games.html"] .provider-art{
    min-height:160px;
  }
}
@media (min-width:1081px){
  body[data-page="games.html"] .provider-grid-art,
  body[data-page="games.html"] .recommend-grid-six{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}
@media (min-width:761px) and (max-width:1000px){
  body[data-page="games.html"] .provider-card-art{
    grid-template-columns:1fr;
    gap:14px;
  }
  body[data-page="games.html"] .provider-art{
    min-height:150px;
  }
  body[data-page="games.html"] .provider-card-copy{
    justify-content:flex-start;
  }
  body[data-page="games.html"] .provider-card-copy strong{
    font-size:23px;
  }
  body[data-page="games.html"] .provider-card-copy small{
    font-size:14px;
    line-height:1.55;
  }
}
@media (max-width:760px){
  body[data-page="games.html"] .provider-grid-art,
  body[data-page="games.html"] .recommend-grid-six{
    grid-template-columns:1fr !important;
  }
}

body[data-page="articles.html"] .articles-hero{
  position:relative;
  overflow:hidden;
}
body[data-page="articles.html"] .articles-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(9,2,15,.86),rgba(9,2,15,.54)),
    url("../assets/games-page/game-finder-banner.webp") center/cover no-repeat;
  opacity:.32;
}
body[data-page="articles.html"] .articles-hero .container{
  position:relative;
  z-index:1;
}
body[data-page="articles.html"] .article-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
body[data-page="articles.html"] .article-card,
body[data-page="articles.html"] .article-body-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(31,9,45,.88),rgba(9,2,15,.94));
  box-shadow:0 18px 44px rgba(0,0,0,.28);
}
body[data-page="articles.html"] .article-card img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
body[data-page="articles.html"] .article-card-body{
  display:flex;
  min-height:245px;
  flex-direction:column;
  gap:10px;
  padding:18px;
}
body[data-page="articles.html"] .article-card-body span{
  align-self:flex-start;
  padding:6px 10px;
  border-radius:999px;
  color:#1d0b02;
  font-size:12px;
  font-weight:1000;
  background:linear-gradient(180deg,var(--gold),#f3a914);
}
body[data-page="articles.html"] .article-card h3{
  margin:0;
  font-size:22px;
  line-height:1.28;
}
body[data-page="articles.html"] .article-card h3 a{
  color:#fff;
  text-decoration:none;
}
body[data-page="articles.html"] .article-card h3 a:hover{
  color:#ffd86a;
}
body[data-page="articles.html"] .article-card p{
  margin:0;
  color:rgba(255,255,255,.78);
  line-height:1.7;
}
body[data-page="articles.html"] .article-body-section{
  padding-top:20px;
}
body[data-page="articles.html"] .article-body-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
body[data-page="articles.html"] .article-body-card{
  scroll-margin-top:110px;
  padding:28px;
}
body[data-page="articles.html"] .article-body-card h2{
  margin:0 0 16px;
  font-size:28px;
  line-height:1.25;
}
body[data-page="articles.html"] .article-body-card p{
  margin:0 0 16px;
  color:rgba(255,255,255,.82);
  line-height:1.85;
}
body[data-page="articles.html"] .article-body-card .btn{
  margin-top:6px;
}
@media (max-width:1080px){
  body[data-page="articles.html"] .article-card-grid,
  body[data-page="articles.html"] .article-body-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:720px){
  body[data-page="articles.html"] .article-card-grid,
  body[data-page="articles.html"] .article-body-grid{
    grid-template-columns:1fr;
  }
  body[data-page="articles.html"] .article-card-body{
    min-height:0;
  }
  body[data-page="articles.html"] .article-body-card{
    padding:22px;
  }
  body[data-page="articles.html"] .article-body-card h2{
    font-size:24px;
  }
}

body[data-page="articles.html"]{
  background:#050913;
}

body[data-page="articles.html"] .page-glow{
  opacity:.18;
}

body[data-page="articles.html"] .article-main{
  min-height:100vh;
  padding:104px 0 76px;
  background:
    radial-gradient(circle at 72% 12%,rgba(0,162,255,.14),transparent 34%),
    radial-gradient(circle at 12% 36%,rgba(255,191,46,.08),transparent 28%),
    linear-gradient(180deg,#050913 0%,#07101d 52%,#050913 100%);
}

body[data-page="articles.html"] .article-post{
  max-width:900px;
}

body[data-page="articles.html"] .article-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin-bottom:18px;
  color:#7f9ab5;
  font-size:13px;
  line-height:1.5;
}

body[data-page="articles.html"] .article-breadcrumb a,
body[data-page="articles.html"] .article-back,
body[data-page="articles.html"] .article-related a{
  color:#13c6ff;
  text-decoration:none;
}

body[data-page="articles.html"] .article-breadcrumb a:hover,
body[data-page="articles.html"] .article-back:hover,
body[data-page="articles.html"] .article-related a:hover{
  color:#ffd34d;
}

body[data-page="articles.html"] .article-back{
  display:inline-flex;
  margin-bottom:26px;
  font-size:14px;
  font-weight:700;
}

body[data-page="articles.html"] .article-header{
  padding-bottom:24px;
  border-bottom:1px solid rgba(91,165,220,.24);
}

body[data-page="articles.html"] .article-chip{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 14px;
  border:1px solid rgba(19,198,255,.36);
  border-radius:999px;
  background:rgba(19,198,255,.12);
  color:#65ddff;
  font-size:13px;
  font-weight:800;
}

body[data-page="articles.html"] .article-header h1{
  max-width:760px;
  margin:20px 0 16px;
  color:#f6fbff;
  font-size:clamp(34px,5vw,54px);
  line-height:1.18;
  letter-spacing:0;
}

body[data-page="articles.html"] .article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  color:#8aa7c4;
  font-size:14px;
}

body[data-page="articles.html"] .article-meta span{
  position:relative;
}

body[data-page="articles.html"] .article-meta span:not(:last-child)::after{
  content:"";
  position:absolute;
  top:50%;
  right:-11px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#13c6ff;
  transform:translateY(-50%);
}

body[data-page="articles.html"] .article-lead{
  margin:26px 0 0;
  color:#b9cce0;
  font-size:18px;
  line-height:1.9;
}

body[data-page="articles.html"] .article-note{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:10px;
  margin:26px 0 36px;
  padding:22px 24px;
  border:1px solid rgba(19,198,255,.32);
  border-left:4px solid #13c6ff;
  border-radius:8px;
  background:rgba(7,23,42,.82);
  box-shadow:0 18px 46px rgba(0,0,0,.22);
  color:#d8e8f7;
  line-height:1.8;
}

body[data-page="articles.html"] .article-note strong{
  color:#ffd34d;
}

body[data-page="articles.html"] .article-section{
  margin-top:34px;
}

body[data-page="articles.html"] .article-section h2{
  position:relative;
  margin:0 0 18px;
  padding-left:18px;
  color:#f6fbff;
  font-size:28px;
  line-height:1.35;
  letter-spacing:0;
}

body[data-page="articles.html"] .article-section h2::before{
  content:"";
  position:absolute;
  left:0;
  top:.2em;
  width:4px;
  height:1.2em;
  border-radius:999px;
  background:#13c6ff;
}

body[data-page="articles.html"] .article-section h3{
  margin:26px 0 8px;
  color:#12d4ff;
  font-size:19px;
  line-height:1.45;
}

body[data-page="articles.html"] .article-section p{
  margin:0;
  color:#aec4dc;
  line-height:1.9;
}

body[data-page="articles.html"] .article-section p + p{
  margin-top:14px;
}

body[data-page="articles.html"] .article-table-wrap{
  overflow-x:auto;
  border:1px solid rgba(19,198,255,.18);
  border-radius:4px;
  background:#071422;
}

body[data-page="articles.html"] .article-table{
  width:100%;
  min-width:680px;
  border-collapse:collapse;
  color:#b9cce0;
  font-size:14px;
}

body[data-page="articles.html"] .article-table th,
body[data-page="articles.html"] .article-table td{
  padding:14px 16px;
  border:1px solid rgba(19,198,255,.16);
  text-align:left;
  vertical-align:top;
}

body[data-page="articles.html"] .article-table th{
  background:#08243a;
  color:#13c6ff;
  font-weight:800;
}

body[data-page="articles.html"] .article-table tbody tr:nth-child(even){
  background:rgba(255,255,255,.025);
}

body[data-page="articles.html"] .article-related{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

body[data-page="articles.html"] .article-related li{
  padding-left:18px;
  position:relative;
  line-height:1.65;
}

body[data-page="articles.html"] .article-related li::before{
  content:"";
  position:absolute;
  left:0;
  top:.7em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#13c6ff;
}

body[data-page="articles.html"] .article-cta{
  margin-top:40px;
  padding:34px;
  border:1px solid rgba(19,198,255,.26);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(9,31,58,.94),rgba(7,18,34,.96));
  box-shadow:0 20px 54px rgba(0,0,0,.28);
  text-align:center;
}

body[data-page="articles.html"] .article-cta h2{
  margin:0 0 8px;
  color:#f6fbff;
  font-size:28px;
  letter-spacing:0;
}

body[data-page="articles.html"] .article-cta p{
  max-width:620px;
  margin:0 auto;
  color:#a9bdd2;
  line-height:1.8;
}

body[data-page="articles.html"] .article-cta-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-top:22px;
}

body[data-page="articles.html"] .site-footer{
  border-top:1px solid rgba(19,198,255,.18);
  background:#071224;
}

@media (max-width:720px){
  body[data-page="articles.html"] .article-main{
    padding-top:92px;
  }
  body[data-page="articles.html"] .article-header h1{
    font-size:32px;
  }
  body[data-page="articles.html"] .article-note{
    grid-template-columns:1fr;
    padding:18px;
  }
  body[data-page="articles.html"] .article-section h2,
  body[data-page="articles.html"] .article-cta h2{
    font-size:24px;
  }
  body[data-page="articles.html"] .article-cta{
    padding:24px 18px;
  }
  body[data-page="articles.html"] .article-cta-actions .btn{
    width:100%;
  }
}

/* ===== Articles hub visual polish 2026-07-15 ===== */
body[data-page="articles.html"]{
  background:
    radial-gradient(circle at 16% 8%,rgba(186,55,255,.18),transparent 30%),
    radial-gradient(circle at 86% 20%,rgba(255,211,90,.12),transparent 24%),
    linear-gradient(180deg,#08020f 0%,#14051f 46%,#07020d 100%);
}

body[data-page="articles.html"] .articles-hero{
  min-height:620px;
  padding:132px 0 92px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(6,1,12,.94) 0%,rgba(8,2,15,.82) 34%,rgba(15,5,26,.38) 62%,rgba(8,2,15,.08) 100%),
    linear-gradient(180deg,rgba(7,2,13,.26),rgba(7,2,13,.48)),
    url("../assets/articles-page/articles-hero-bg.png") center right / cover no-repeat;
}

body[data-page="articles.html"] .articles-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(255,255,255,.035),transparent 28%),
    radial-gradient(circle at 74% 22%,rgba(186,55,255,.10),transparent 28%),
    radial-gradient(circle at 92% 8%,rgba(255,211,90,.07),transparent 18%);
  opacity:1;
}

body[data-page="articles.html"] .articles-hero .hero-grid{
  grid-template-columns:minmax(0,720px);
  align-items:center;
  min-height:390px;
  gap:0;
}

body[data-page="articles.html"] .articles-hero .hero-copy{
  max-width:720px;
  padding:24px 0 28px;
}

body[data-page="articles.html"] .articles-hero .hero-copy::before{
  display:none;
}

body[data-page="articles.html"] .articles-hero h1{
  max-width:760px;
  margin-bottom:18px;
  font-size:clamp(38px,4.8vw,62px);
  line-height:1.12;
  letter-spacing:0;
}

body[data-page="articles.html"] .articles-hero p{
  max-width:620px;
  color:#eadff3;
}

body[data-page="articles.html"] .articles-hero .hero-card{display:none}

body[data-page="articles.html"] main > .section{
  padding-top:70px;
  background:
    radial-gradient(circle at 8% 12%,rgba(255,211,90,.08),transparent 22%),
    linear-gradient(180deg,rgba(8,2,15,.96),rgba(11,4,18,.98));
}

body[data-page="articles.html"] .section-head{
  max-width:760px;
}

body[data-page="articles.html"] .article-card-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

body[data-page="articles.html"] .article-card{
  position:relative;
  display:flex;
  min-height:100%;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(255,211,90,.18);
  border-radius:24px;
  background:
    radial-gradient(circle at 80% 10%,rgba(186,55,255,.18),transparent 28%),
    linear-gradient(180deg,rgba(31,12,45,.92),rgba(10,4,18,.96));
  box-shadow:0 22px 62px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.07);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}

body[data-page="articles.html"] .article-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,211,90,.48);
  box-shadow:0 26px 74px rgba(0,0,0,.38),0 0 38px rgba(186,55,255,.16),inset 0 1px 0 rgba(255,255,255,.09);
}

body[data-page="articles.html"] .article-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg,var(--gold),var(--purple),transparent);
  z-index:2;
}

body[data-page="articles.html"] .article-card img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-bottom:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 42px rgba(0,0,0,.24);
}

body[data-page="articles.html"] .article-card-body{
  min-height:310px;
  padding:20px;
  gap:14px;
}

body[data-page="articles.html"] .article-card-body span{
  color:#240b02;
  background:linear-gradient(180deg,var(--gold),#f1a814);
  box-shadow:0 10px 18px rgba(255,180,34,.12);
}

body[data-page="articles.html"] .article-card h3{
  font-size:23px;
  line-height:1.24;
}

body[data-page="articles.html"] .article-card p{
  color:#dfd1eb;
  line-height:1.72;
}

body[data-page="articles.html"] .article-card .btn{
  align-self:flex-start;
  margin-top:auto;
  min-width:138px;
  justify-content:center;
}

body[data-page="articles.html"] .site-footer{
  border-top:1px solid rgba(255,211,90,.14);
  background:linear-gradient(180deg,rgba(15,6,24,.98),#07020d);
}

@media (max-width:1080px){
  body[data-page="articles.html"] .articles-hero .hero-grid{
    grid-template-columns:1fr;
  }
  body[data-page="articles.html"] .article-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-page="articles.html"] .articles-hero .hero-copy{
    grid-column:1 / -1;
  }
}

@media (max-width:760px){
  body[data-page="articles.html"] .articles-hero{
    min-height:auto;
    padding:96px 0 60px;
    background:
      linear-gradient(90deg,rgba(6,1,12,.96),rgba(8,2,15,.86) 64%,rgba(8,2,15,.54)),
      linear-gradient(180deg,rgba(7,2,13,.40),rgba(7,2,13,.70)),
      url("../assets/articles-page/articles-hero-bg.png") 63% center / cover no-repeat;
  }
  body[data-page="articles.html"] .articles-hero .hero-grid,
  body[data-page="articles.html"] .article-card-grid{
    grid-template-columns:1fr;
  }
  body[data-page="articles.html"] .articles-hero h1{
    font-size:36px;
  }
  body[data-page="articles.html"] .article-card-body{
    min-height:0;
  }
  body[data-page="articles.html"] .article-card .btn{
    width:100%;
  }
}

/* ===== Article detail page, matched to Jokerslot Z theme ===== */
body[data-page="article-detail.html"]{
  background:
    radial-gradient(circle at 14% 8%,rgba(186,55,255,.18),transparent 28%),
    radial-gradient(circle at 86% 18%,rgba(255,211,90,.12),transparent 24%),
    linear-gradient(180deg,#07020d 0%,#14051f 42%,#07020d 100%);
}

body[data-page="article-detail.html"] .article-main{
  min-height:100vh;
  padding:112px 0 82px;
  background:
    linear-gradient(180deg,rgba(7,2,13,.96),rgba(16,5,25,.98)),
    radial-gradient(circle at 80% 8%,rgba(186,55,255,.22),transparent 30%);
}

body[data-page="article-detail.html"] .article-post{
  max-width:960px;
}

body[data-page="article-detail.html"] .article-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin-bottom:18px;
  color:#b8a9c9;
  font-size:13px;
  line-height:1.5;
}

body[data-page="article-detail.html"] .article-breadcrumb a,
body[data-page="article-detail.html"] .article-back,
body[data-page="article-detail.html"] .article-related a{
  color:var(--gold);
  text-decoration:none;
}

body[data-page="article-detail.html"] .article-breadcrumb a:hover,
body[data-page="article-detail.html"] .article-back:hover,
body[data-page="article-detail.html"] .article-related a:hover{
  color:#fff;
}

body[data-page="article-detail.html"] .article-back{
  display:inline-flex;
  margin-bottom:26px;
  font-size:14px;
  font-weight:900;
}

body[data-page="article-detail.html"] .article-header{
  position:relative;
  overflow:hidden;
  padding:28px;
  border:1px solid rgba(255,211,90,.20);
  border-radius:26px;
  background:
    radial-gradient(circle at 86% 8%,rgba(255,211,90,.13),transparent 24%),
    radial-gradient(circle at 18% 20%,rgba(186,55,255,.18),transparent 28%),
    linear-gradient(180deg,rgba(31,12,45,.92),rgba(10,4,18,.96));
  box-shadow:0 24px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.07);
}

body[data-page="article-detail.html"] .article-chip{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:6px 14px;
  border-radius:999px;
  color:#250b02;
  background:linear-gradient(180deg,var(--gold),#f1a814);
  font-size:13px;
  font-weight:1000;
  box-shadow:0 12px 24px rgba(255,180,34,.16);
}

body[data-page="article-detail.html"] .article-header h1{
  max-width:800px;
  margin:20px 0 16px;
  color:#fff;
  font-size:clamp(36px,5vw,66px);
  line-height:1.12;
  letter-spacing:0;
  text-shadow:0 10px 34px rgba(0,0,0,.52);
}

body[data-page="article-detail.html"] .article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  color:#d6c5e3;
  font-size:14px;
}

body[data-page="article-detail.html"] .article-meta span{
  position:relative;
}

body[data-page="article-detail.html"] .article-meta span:not(:last-child)::after{
  content:"";
  position:absolute;
  top:50%;
  right:-11px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--gold);
  transform:translateY(-50%);
}

body[data-page="article-detail.html"] .article-lead{
  margin:28px 0 0;
  color:#eadff3;
  font-size:18px;
  line-height:1.9;
}

body[data-page="article-detail.html"] .article-note{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:10px;
  margin:26px 0 38px;
  padding:22px 24px;
  border:1px solid rgba(255,211,90,.26);
  border-left:4px solid var(--gold);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(31,12,45,.86),rgba(10,4,18,.94));
  box-shadow:0 18px 46px rgba(0,0,0,.24);
  color:#eadff3;
  line-height:1.8;
}

body[data-page="article-detail.html"] .article-note strong{
  color:var(--gold);
}

body[data-page="article-detail.html"] .article-section{
  margin-top:36px;
}

body[data-page="article-detail.html"] .article-section h2{
  position:relative;
  margin:0 0 18px;
  padding-left:18px;
  color:#fff;
  font-size:30px;
  line-height:1.35;
  letter-spacing:0;
}

body[data-page="article-detail.html"] .article-section h2::before{
  content:"";
  position:absolute;
  left:0;
  top:.2em;
  width:4px;
  height:1.2em;
  border-radius:999px;
  background:linear-gradient(180deg,var(--gold),var(--purple));
}

body[data-page="article-detail.html"] .article-section h3{
  margin:26px 0 8px;
  color:var(--gold);
  font-size:20px;
  line-height:1.45;
}

body[data-page="article-detail.html"] .article-section p{
  margin:0;
  color:#dfd1eb;
  line-height:1.9;
}

body[data-page="article-detail.html"] .article-table-wrap{
  overflow-x:auto;
  border:1px solid rgba(255,211,90,.20);
  border-radius:18px;
  background:rgba(10,4,18,.92);
  box-shadow:0 18px 46px rgba(0,0,0,.22);
}

body[data-page="article-detail.html"] .article-table{
  width:100%;
  min-width:720px;
  border-collapse:collapse;
  color:#dfd1eb;
  font-size:14px;
}

body[data-page="article-detail.html"] .article-table th,
body[data-page="article-detail.html"] .article-table td{
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.08);
  text-align:left;
  vertical-align:top;
}

body[data-page="article-detail.html"] .article-table th{
  background:rgba(255,211,90,.12);
  color:var(--gold);
  font-weight:1000;
}

body[data-page="article-detail.html"] .article-table tbody tr:nth-child(even){
  background:rgba(255,255,255,.025);
}

body[data-page="article-detail.html"] .article-related{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

body[data-page="article-detail.html"] .article-related li{
  position:relative;
  padding-left:18px;
  line-height:1.65;
}

body[data-page="article-detail.html"] .article-related li::before{
  content:"";
  position:absolute;
  left:0;
  top:.7em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--gold);
}

body[data-page="article-detail.html"] .article-cta{
  margin-top:42px;
  padding:34px;
  border:1px solid rgba(255,211,90,.24);
  border-radius:24px;
  background:
    radial-gradient(circle at 86% 12%,rgba(255,211,90,.13),transparent 25%),
    linear-gradient(180deg,rgba(31,12,45,.94),rgba(10,4,18,.98));
  box-shadow:0 22px 62px rgba(0,0,0,.32);
  text-align:center;
}

body[data-page="article-detail.html"] .article-cta h2{
  margin:0 0 8px;
  color:#fff;
  font-size:28px;
  letter-spacing:0;
}

body[data-page="article-detail.html"] .article-cta p{
  max-width:620px;
  margin:0 auto;
  color:#dfd1eb;
  line-height:1.8;
}

body[data-page="article-detail.html"] .article-cta-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-top:22px;
}

body[data-page="article-detail.html"] .site-footer{
  border-top:1px solid rgba(255,211,90,.14);
  background:linear-gradient(180deg,rgba(15,6,24,.98),#07020d);
}

@media (max-width:720px){
  body[data-page="article-detail.html"] .article-main{
    padding-top:94px;
  }
  body[data-page="article-detail.html"] .article-header{
    padding:22px;
  }
  body[data-page="article-detail.html"] .article-header h1{
    font-size:34px;
  }
  body[data-page="article-detail.html"] .article-note{
    grid-template-columns:1fr;
    padding:18px;
  }
  body[data-page="article-detail.html"] .article-section h2,
  body[data-page="article-detail.html"] .article-cta h2{
    font-size:24px;
  }
  body[data-page="article-detail.html"] .article-cta{
    padding:24px 18px;
  }
  body[data-page="article-detail.html"] .article-cta-actions .btn{
    width:100%;
  }
}
