/* roulang page: index */
:root{
  --bg-0:#2B0404;
  --bg-1:#450A0A;
  --surface:#3A0808;
  --surface-2:#4E0E0E;
  --gold:#FBBF24;
  --gold-light:#FDE68A;
  --amber:#F59E0B;
  --orange:#F97316;
  --text:#FFFBEB;
  --text-soft:#E7E5E4;
  --text-dim:#C9AC9C;
  --line:rgba(251,191,36,.20);
  --line-strong:rgba(251,191,36,.48);
  --r-s:10px;
  --r:16px;
  --r-l:24px;
  --shadow-s:0 10px 24px -14px rgba(0,0,0,.85);
  --shadow:0 24px 52px -24px rgba(0,0,0,.9);
  --glow:0 0 0 1px rgba(251,191,36,.4), 0 16px 38px -18px rgba(249,115,22,.7);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
.site-body{
  margin:0;
  font-family:'Be Vietnam Pro',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  font-size:16px;
  line-height:1.65;
  color:#FFFBEB;
  background:
    radial-gradient(1100px 620px at 10% -10%, rgba(249,115,22,.20), transparent 62%),
    radial-gradient(900px 520px at 94% 4%, rgba(251,191,36,.15), transparent 64%),
    linear-gradient(180deg,#2B0404 0%,#3B0707 45%,#2B0404 100%);
  background-attachment:fixed;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease}
button,input,select{font:inherit;color:inherit}
h1,h2,h3,h4{margin:0;font-weight:800;line-height:1.28;color:#FFFBEB}
p{margin:0}
ul{margin:0;padding:0;list-style:none}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
.section{padding:84px 0;position:relative}
.section-tight{padding:62px 0}
.band{
  background:linear-gradient(180deg,rgba(78,14,14,.62),rgba(43,4,4,.18));
  border-top:1px solid rgba(251,191,36,.13);
  border-bottom:1px solid rgba(251,191,36,.13);
}
[id]{scroll-margin-top:96px}

/* ============ HEADER ============ */
.site-header{
  position:sticky;top:0;z-index:70;
  background:rgba(38,4,4,.88);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;gap:1rem;height:76px}
.brand{display:flex;align-items:center;gap:.7rem;margin-right:auto;flex:1 1 auto;min-width:0}
.brand-mark{
  width:42px;height:42px;flex:0 0 42px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#FBBF24,#F97316);
  color:#450A0A;font-size:1.15rem;
  box-shadow:0 10px 24px -12px rgba(249,115,22,.95);
}
.brand-text{display:flex;flex-direction:column;min-width:0}
.brand-name{font-weight:800;font-size:1rem;letter-spacing:-.01em;color:#FFFBEB;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brand-sub{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:700}
.main-nav{display:flex;align-items:center;gap:.2rem}
.main-nav a{
  padding:.5rem .9rem;border-radius:999px;font-size:.9rem;font-weight:600;color:var(--text-soft);
}
.main-nav a:hover{color:var(--gold-light);background:rgba(251,191,36,.10)}
.main-nav a.active{color:#450A0A;background:linear-gradient(135deg,#FBBF24,#F59E0B)}
.header-actions{display:flex;align-items:center;gap:.55rem;flex:0 0 auto}
.btn-login{
  padding:.5rem .95rem;border-radius:999px;font-size:.88rem;font-weight:600;
  color:var(--gold-light);border:1px solid rgba(251,191,36,.42);background:rgba(251,191,36,.05);
}
.btn-login:hover{background:rgba(251,191,36,.15);border-color:var(--gold)}
.btn-signup{
  padding:.55rem 1.15rem;border-radius:999px;font-size:.88rem;font-weight:700;
  color:#450A0A;background:linear-gradient(135deg,#FBBF24,#F97316);
  box-shadow:0 12px 26px -14px rgba(249,115,22,.95);
}
.btn-signup:hover{transform:translateY(-1px);box-shadow:0 16px 30px -14px rgba(249,115,22,1)}
.btn-signup:active{transform:translateY(0) scale(.97)}
.nav-toggle{
  display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--line);
  background:rgba(251,191,36,.06);color:var(--gold);align-items:center;justify-content:center;font-size:1.05rem;
}
.nav-toggle:hover{background:rgba(251,191,36,.15)}
.mobile-drawer{
  display:none;border-top:1px solid var(--line);background:rgba(43,4,4,.98);
  padding:1rem 20px 1.4rem;
}
.mobile-drawer.open{display:block}
.mobile-drawer a{
  display:block;padding:.8rem .9rem;border-radius:12px;font-weight:600;color:var(--text-soft);
  border:1px solid transparent;
}
.mobile-drawer a.active{color:var(--gold);border-color:var(--line-strong);background:rgba(251,191,36,.10)}
.mobile-drawer a:hover{background:rgba(251,191,36,.10);color:var(--gold-light)}

/* ============ BUTTONS ============ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 1.7rem;border-radius:999px;font-weight:700;font-size:.95rem;
  border:1px solid transparent;cursor:pointer;white-space:nowrap;
  transition:transform .18s ease,box-shadow .25s ease,background .25s ease,color .2s ease;
}
.btn:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}
.btn-gold{background:linear-gradient(135deg,#FBBF24,#F97316);color:#3A0606;box-shadow:0 16px 34px -16px rgba(249,115,22,.95)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 22px 42px -16px rgba(249,115,22,1)}
.btn-gold:active{transform:translateY(0) scale(.98)}
.btn-outline{border-color:rgba(251,191,36,.5);color:var(--gold-light);background:rgba(251,191,36,.06)}
.btn-outline:hover{background:rgba(251,191,36,.15);border-color:var(--gold)}
.btn-sm{padding:.6rem 1.15rem;font-size:.86rem}

/* ============ HERO ============ */
.hero{
  position:relative;padding:74px 0 118px;overflow:hidden;
  background-image:
    linear-gradient(112deg, rgba(43,4,4,.97) 0%, rgba(69,10,10,.88) 46%, rgba(43,4,4,.94) 100%),
    url('/assets/images/04bc105016aa608c.jpg');
  background-size:cover;background-position:center;
  clip-path:polygon(0 0,100% 0,100% calc(100% - 78px),0 100%);
}
.hero::before{
  content:'';position:absolute;top:-140px;right:-120px;width:520px;height:520px;border-radius:50%;
  background:radial-gradient(circle,rgba(249,115,22,.30),transparent 68%);pointer-events:none;
}
.hero-grid{
  position:relative;z-index:2;
  display:grid;grid-template-columns:1.22fr .88fr;gap:3rem;align-items:center;
}
.hero h1{
  font-size:clamp(1.75rem,3.7vw,2.85rem);
  font-weight:800;letter-spacing:-.015em;line-height:1.24;margin:1rem 0 1.1rem;
}
.hero h1 .hl{
  background:linear-gradient(120deg,#FDE68A,#FBBF24 45%,#F97316);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-lead{color:var(--text-soft);font-size:1.02rem;line-height:1.7;max-width:640px;margin-bottom:1.5rem}
.hero-points{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.9rem}
.hero-points li{
  display:inline-flex;align-items:center;gap:.45rem;
  font-size:.83rem;font-weight:600;color:var(--gold-light);
  background:rgba(251,191,36,.09);border:1px solid var(--line);
  padding:.42rem .85rem;border-radius:999px;
}
.hero-points i{color:var(--orange)}
.hero-cta{display:flex;flex-wrap:wrap;gap:.8rem}

.form-card{
  background:linear-gradient(180deg,rgba(78,14,14,.96),rgba(46,6,6,.97));
  border:1px solid var(--line-strong);
  border-radius:var(--r-l);
  padding:1.8rem 1.6rem;
  box-shadow:var(--shadow);
}
.form-card .form-title{font-size:1.1rem;font-weight:800;margin-bottom:.3rem;color:#FFFBEB}
.form-card .form-hint{font-size:.85rem;color:var(--text-dim);margin-bottom:1.2rem}
.form-card label{display:block;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--gold);margin-bottom:.4rem}
.form-card select,.form-card input{
  width:100%;padding:.78rem 1rem;margin-bottom:1rem;border-radius:12px;
  background:rgba(43,4,4,.85);border:1px solid var(--line);color:var(--text);outline:none;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.form-card select:focus,.form-card input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(251,191,36,.18)}
.form-card select option{background:#3A0808;color:#FFFBEB}
.form-btn{width:100%}
.form-note{font-size:.76rem;color:var(--text-dim);margin-top:.85rem;line-height:1.55}

/* ============ SECTION HEAD ============ */
.sec-head{max-width:800px;margin-bottom:2.6rem}
.sec-head h2{font-size:clamp(1.45rem,3vw,2.05rem);font-weight:800;letter-spacing:-.01em;margin:.7rem 0 .85rem}
.sec-sub{color:var(--text-soft);font-size:.98rem;line-height:1.7;opacity:.92}
.eyebrow{
  display:inline-block;font-size:.7rem;letter-spacing:.17em;text-transform:uppercase;font-weight:700;
  color:var(--gold);background:rgba(251,191,36,.10);border:1px solid var(--line);
  padding:.36rem .85rem;border-radius:999px;
}

/* ============ CARDS ============ */
.card{
  background:linear-gradient(180deg,rgba(78,14,14,.72),rgba(46,7,7,.88));
  border:1px solid var(--line);border-radius:var(--r);
  padding:1.6rem;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:var(--glow)}
.card-bracket{position:relative}
.card-bracket::before,.card-bracket::after{content:'';position:absolute;width:16px;height:16px;border:2px solid rgba(251,191,36,.55);pointer-events:none}
.card-bracket::before{top:9px;left:9px;border-right:0;border-bottom:0;border-radius:4px 0 0 0}
.card-bracket::after{bottom:9px;right:9px;border-left:0;border-top:0;border-radius:0 0 4px 0}

.cat-card{
  display:block;position:relative;padding:1.7rem 1.6rem;border-radius:var(--r);
  background:linear-gradient(160deg,rgba(84,16,16,.85),rgba(43,4,4,.9));
  border:1px solid var(--line);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.cat-card:hover{transform:translateY(-5px);border-color:var(--line-strong);box-shadow:var(--glow)}
.cat-icon{
  width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;
  font-size:1.25rem;color:#450A0A;background:linear-gradient(135deg,#FDE68A,#F59E0B);margin-bottom:1rem;
}
.cat-card h3{font-size:1.08rem;margin-bottom:.5rem}
.cat-card p{font-size:.9rem;color:var(--text-soft);line-height:1.62;margin-bottom:1rem;opacity:.9}
.cat-more{font-size:.85rem;font-weight:700;color:var(--gold);display:inline-flex;align-items:center;gap:.4rem}
.cat-card:hover .cat-more{color:var(--gold-light)}
.cat-more i{transition:transform .2s ease}
.cat-card:hover .cat-more i{transform:translateX(4px)}

.top-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--r-s);border:1px solid var(--line);margin-bottom:1.1rem}
.top-card h3{font-size:1rem;line-height:1.5;margin-bottom:.7rem;color:var(--gold-light)}
.top-card p{font-size:.88rem;color:var(--text-soft);line-height:1.65;opacity:.9}

.game-card{
  position:relative;border-radius:var(--r);overflow:hidden;
  border:1px solid var(--line);background:var(--surface);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.game-card:hover{transform:translateY(-6px);border-color:var(--line-strong);box-shadow:var(--glow)}
.game-card img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .55s ease}
.game-card:hover img{transform:scale(1.07)}
.game-card .tag{
  position:absolute;top:12px;left:12px;z-index:3;
  font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  padding:.28rem .62rem;border-radius:7px;color:#fff;
  background:linear-gradient(135deg,#DC2626,#F97316);
  box-shadow:0 6px 16px -8px rgba(220,38,38,.9);
}
.game-body{padding:1.05rem 1.15rem 1.25rem}
.game-body h3{font-size:1rem;margin-bottom:.4rem}
.game-body p{font-size:.85rem;color:var(--text-soft);line-height:1.6;opacity:.88}
.game-meta{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.85rem}
.chip{
  font-size:.72rem;font-weight:600;color:var(--gold-light);
  background:rgba(251,191,36,.10);border:1px solid var(--line);
  padding:.25rem .6rem;border-radius:999px;
}

/* ============ FEATURE LIST ============ */
.feature-item{display:flex;gap:1rem;align-items:flex-start}
.feature-icon{
  flex:0 0 46px;width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;
  font-size:1.05rem;color:#450A0A;background:linear-gradient(135deg,#FDE68A,#F59E0B);
}
.feature-item h3{font-size:1rem;margin-bottom:.4rem}
.feature-item p{font-size:.88rem;color:var(--text-soft);line-height:1.65;opacity:.9}

/* ============ STAGE / DEMO ============ */
.stage-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2.6rem;align-items:center}
.stage-img{border-radius:var(--r);border:1px solid var(--line-strong);overflow:hidden;box-shadow:var(--shadow)}
.stage-img img{width:100%;aspect-ratio:4/3;object-fit:cover}
.stage-list li{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px dashed rgba(251,191,36,.18);font-size:.92rem;color:var(--text-soft)}
.stage-list li:last-child{border-bottom:0}
.stage-list i{color:var(--gold);margin-top:.25rem}

/* ============ STATS ============ */
.stat{
  padding:1.5rem 1.3rem;border-radius:var(--r);
  background:linear-gradient(160deg,rgba(84,16,16,.7),rgba(43,4,4,.85));
  border:1px solid var(--line);text-align:left;
}
.stat b{display:block;font-size:1.7rem;font-weight:800;line-height:1.1;
  background:linear-gradient(120deg,#FDE68A,#F59E0B);-webkit-background-clip:text;background-clip:text;color:transparent;}
.stat span{display:block;font-size:.82rem;color:var(--text-dim);margin-top:.45rem;line-height:1.5}

/* ============ STEPS ============ */
.step{position:relative;padding:1.6rem 1.4rem;border-radius:var(--r);border:1px solid var(--line);background:rgba(58,8,8,.6)}
.step-num{
  width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:.95rem;color:#450A0A;background:linear-gradient(135deg,#FBBF24,#F97316);margin-bottom:.9rem;
}
.step h3{font-size:.98rem;margin-bottom:.5rem}
.step p{font-size:.86rem;color:var(--text-soft);line-height:1.62;opacity:.9}

/* ============ REVIEWS ============ */
.review{padding:1.5rem 1.45rem;border-radius:var(--r);border:1px solid var(--line);background:linear-gradient(180deg,rgba(78,14,14,.68),rgba(46,7,7,.85))}
.review .stars{color:var(--gold);font-size:.82rem;letter-spacing:.12em;margin-bottom:.75rem}
.review p{font-size:.9rem;color:var(--text-soft);line-height:1.68;margin-bottom:1rem}
.review .who{display:flex;align-items:center;gap:.7rem}
.review .avatar{
  width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:.9rem;color:#450A0A;background:linear-gradient(135deg,#FDE68A,#F59E0B);
}
.review .who b{display:block;font-size:.86rem;font-weight:700}
.review .who span{display:block;font-size:.75rem;color:var(--text-dim)}

/* ============ TRUST ============ */
.trust-item{display:flex;gap:.8rem;align-items:flex-start;padding:1.1rem 1.1rem;border-radius:var(--r-s);border:1px solid var(--line);background:rgba(58,8,8,.55)}
.trust-item i{color:var(--gold);font-size:1.05rem;margin-top:.2rem}
.trust-item b{display:block;font-size:.92rem;margin-bottom:.25rem}
.trust-item span{font-size:.82rem;color:var(--text-dim);line-height:1.55}

/* ============ PAYMENTS ============ */
.pay-row{display:flex;flex-wrap:wrap;gap:.7rem}
.pay-badge{
  display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.05rem;border-radius:12px;
  font-size:.85rem;font-weight:700;color:var(--gold-light);
  background:rgba(251,191,36,.08);border:1px solid var(--line);
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.pay-badge:hover{background:rgba(251,191,36,.16);border-color:var(--line-strong);transform:translateY(-2px)}

/* ============ COMPARE ============ */
.cmp{width:100%;border-collapse:collapse;font-size:.9rem}
.cmp th,.cmp td{padding:1rem 1.1rem;text-align:left;border-bottom:1px solid rgba(251,191,36,.14);vertical-align:top}
.cmp thead th{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);background:rgba(251,191,36,.07)}
.cmp tbody tr:hover{background:rgba(251,191,36,.05)}
.cmp td:first-child{font-weight:700;color:#FFFBEB}
.cmp td{color:var(--text-soft)}
.cmp .yes{color:#FDE68A;font-weight:700}

/* ============ POSTS ============ */
.post-card{padding:0;overflow:hidden;display:flex;flex-direction:column}
.post-link{display:flex;flex-direction:column;height:100%;padding:1.35rem 1.35rem 1.45rem}
.post-cat{
  align-self:flex-start;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  color:var(--gold);background:rgba(251,191,36,.10);border:1px solid var(--line);
  padding:.25rem .6rem;border-radius:999px;margin-bottom:.85rem;
}
.post-title{font-size:.98rem;line-height:1.5;margin-bottom:.6rem;color:#FFFBEB}
.post-card:hover .post-title{color:var(--gold-light)}
.post-excerpt{font-size:.85rem;color:var(--text-soft);line-height:1.62;opacity:.88;flex:1 1 auto;margin-bottom:1rem}
.post-time{font-size:.75rem;color:var(--text-dim);letter-spacing:.02em}
.empty-note{
  padding:1.4rem 1.5rem;border-radius:var(--r);border:1px dashed var(--line-strong);
  color:var(--text-dim);font-size:.9rem;background:rgba(58,8,8,.45);
}
.side-list li{border-bottom:1px dashed rgba(251,191,36,.18)}
.side-list li:last-child{border-bottom:0}
.side-list a{display:block;padding:.85rem 0;font-size:.89rem;color:var(--text-soft);line-height:1.55}
.side-list a:hover{color:var(--gold-light)}
.side-list span{display:block;font-size:.74rem;color:var(--text-dim);margin-top:.3rem}

/* ============ FINAL CTA ============ */
.final-cta{
  position:relative;overflow:hidden;border-radius:var(--r-l);
  border:1px solid var(--line-strong);
  background-image:
    linear-gradient(110deg, rgba(69,10,10,.95), rgba(43,4,4,.92)),
    url('/assets/images/7156b30b99ea6a66.jpg');
  background-size:cover;background-position:center;
  padding:3rem 2.4rem;
}
.final-cta h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:.9rem}
.final-cta p{color:var(--text-soft);font-size:.98rem;line-height:1.7;max-width:640px;margin-bottom:1.6rem}

/* ============ FOOTER ============ */
.site-footer{
  margin-top:40px;border-top:1px solid var(--line);
  background:linear-gradient(180deg,rgba(59,7,7,.75),rgba(30,3,3,.96));
  padding:64px 0 28px;
}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.2rem}
.foot-brand{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}
.foot-brand .brand-mark{width:38px;height:38px;flex:0 0 38px;font-size:1rem}
.foot-text{font-size:.86rem;color:var(--text-dim);line-height:1.7;max-width:340px}
.foot-col h4{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.foot-col li{margin-bottom:.6rem}
.foot-col a,.foot-col span{font-size:.87rem;color:var(--text-dim)}
.foot-col a:hover{color:var(--gold-light)}
.foot-bottom{
  margin-top:2.4rem;padding-top:1.4rem;border-top:1px solid rgba(251,191,36,.14);
  display:flex;flex-wrap:wrap;gap:.8rem;align-items:center;justify-content:space-between;
}
.foot-bottom p{font-size:.8rem;color:var(--text-dim)}
.badge-18{
  display:inline-flex;align-items:center;justify-content:center;
  font-size:.72rem;font-weight:800;color:var(--gold);border:1px solid var(--line-strong);
  border-radius:8px;padding:.2rem .5rem;letter-spacing:.06em;
}

/* ============ FAB ============ */
.fab{
  position:fixed;left:16px;bottom:96px;z-index:50;width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  border:2px solid #F59E0B;
  background:radial-gradient(circle at 32% 26%, #FDE68A 0%, #FBBF24 46%, #F97316 100%);
  box-shadow:0 6px 25px rgba(245,158,11,.35);
  opacity:.85;transition:transform .25s ease,opacity .25s ease,box-shadow .25s ease;
}
.fab-inner{display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#450A0A;animation:fabFloat 3.4s ease-in-out infinite}
.fab:hover{opacity:1;transform:scale(1.1);box-shadow:0 10px 34px rgba(245,158,11,.6)}
.fab:hover .fab-inner i{animation:fabSpin .65s ease}
.fab:active{transform:scale(.94) translateY(3px)}
.fab-dot{position:absolute;top:2px;right:2px;width:14px;height:14px;border-radius:50%;background:#DC2626;box-shadow:0 0 0 2px #FFFBEB}
@keyframes fabFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes fabSpin{from{transform:rotate(0)}to{transform:rotate(360deg)}}

/* ============ RESPONSIVE ============ */
@media (max-width:1024px){
  .main-nav{display:none}
  .nav-toggle{display:flex}
  .hero-grid{grid-template-columns:1fr;gap:2.2rem}
  .stage-grid{grid-template-columns:1fr;gap:2rem}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:768px){
  .section{padding:62px 0}
  .hero{padding:52px 0 96px;clip-path:polygon(0 0,100% 0,100% calc(100% - 52px),0 100%)}
  .brand-sub{display:none}
  .brand-name{font-size:.9rem}
  .header-inner{height:66px;gap:.6rem}
  .btn-login{padding:.42rem .7rem;font-size:.78rem}
  .btn-signup{padding:.46rem .85rem;font-size:.78rem}
  .form-card{padding:1.4rem 1.2rem}
  .final-cta{padding:2.2rem 1.4rem}
  .cmp{font-size:.82rem}
  .cmp th,.cmp td{padding:.75rem .7rem}
}
@media (max-width:520px){
  .container{padding:0 16px}
  .hero h1{font-size:1.5rem}
  .hero-lead{font-size:.94rem}
  .foot-grid{grid-template-columns:1fr;gap:1.6rem}
  .btn{padding:.75rem 1.25rem;font-size:.88rem}
  .fab{left:12px;bottom:88px;width:52px;height:52px}
  .btn-login,.btn-signup{white-space:nowrap}
  .brand-mark{width:36px;height:36px;flex:0 0 36px;font-size:1rem}
}

/* roulang page: article */
:root{
  --bg-0:#2B0404;
  --bg-1:#450A0A;
  --surface:#3A0808;
  --surface-2:#4E0E0E;
  --gold:#FBBF24;
  --gold-light:#FDE68A;
  --amber:#F59E0B;
  --orange:#F97316;
  --text:#FFFBEB;
  --text-soft:#E7E5E4;
  --text-dim:#C9AC9C;
  --line:rgba(251,191,36,.20);
  --line-strong:rgba(251,191,36,.48);
  --r-s:10px;
  --r:16px;
  --r-l:24px;
  --shadow-s:0 10px 24px -14px rgba(0,0,0,.85);
  --shadow:0 24px 52px -24px rgba(0,0,0,.9);
  --glow:0 0 0 1px rgba(251,191,36,.4), 0 16px 38px -18px rgba(249,115,22,.7);
  --maxw:1200px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body.site-body{
  margin:0;
  font-family:'Be Vietnam Pro',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  font-size:16px;
  line-height:1.68;
  color:var(--text);
  background:
    radial-gradient(1100px 620px at 10% -10%, rgba(249,115,22,.20), transparent 62%),
    radial-gradient(900px 520px at 94% 4%, rgba(251,191,36,.15), transparent 64%),
    linear-gradient(180deg,#2B0404 0%,#3B0707 45%,#2B0404 100%);
  background-attachment:fixed;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease}
button,input,select{font:inherit;color:inherit}
h1,h2,h3,h4{margin:0;font-weight:800;letter-spacing:-.012em;line-height:1.28}
p{margin:0 0 1rem}
ul{margin:0;padding:0;list-style:none}
.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 20px}
.section{padding:78px 0;position:relative}
.section-tight{padding:58px 0}
.section-alt{
  background:linear-gradient(180deg,rgba(69,10,10,.72),rgba(43,4,4,.55));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section-head{max-width:760px;margin-bottom:2.4rem}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center}
.eyebrow{
  display:inline-flex;align-items:center;gap:.45rem;
  font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--gold);background:rgba(251,191,36,.10);
  border:1px solid var(--line);border-radius:999px;padding:.35rem .85rem;margin-bottom:.9rem;
}
.section-title{font-size:clamp(1.4rem,2.5vw,2rem);margin-bottom:.75rem}
.section-desc{color:var(--text-soft);font-size:.98rem;line-height:1.7}

/* ============ HEADER ============ */
.site-header{
  position:sticky;top:0;z-index:70;
  background:rgba(38,4,4,.88);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;gap:1rem;height:76px}
.brand{display:flex;align-items:center;gap:.7rem;margin-right:auto;flex:1 1 auto;min-width:0}
.brand-mark{
  width:42px;height:42px;flex:0 0 42px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#FBBF24,#F97316);
  color:#450A0A;font-size:1.15rem;
  box-shadow:0 10px 24px -12px rgba(249,115,22,.95);
}
.brand-text{display:flex;flex-direction:column;min-width:0}
.brand-name{font-weight:800;font-size:1rem;letter-spacing:-.01em;color:#FFFBEB;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brand-sub{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:700}
.main-nav{display:flex;align-items:center;gap:.2rem}
.main-nav a{padding:.5rem .9rem;border-radius:999px;font-size:.9rem;font-weight:600;color:var(--text-soft)}
.main-nav a:hover{color:var(--gold-light);background:rgba(251,191,36,.10)}
.main-nav a.active{color:#450A0A;background:linear-gradient(135deg,#FBBF24,#F59E0B)}
.header-actions{display:flex;align-items:center;gap:.55rem;flex:0 0 auto}
.btn-login{
  padding:.5rem .95rem;border-radius:999px;font-size:.88rem;font-weight:600;
  color:var(--gold-light);border:1px solid rgba(251,191,36,.42);background:rgba(251,191,36,.05);
}
.btn-login:hover{background:rgba(251,191,36,.15);border-color:var(--gold)}
.btn-signup{
  padding:.55rem 1.15rem;border-radius:999px;font-size:.88rem;font-weight:700;
  color:#450A0A;background:linear-gradient(135deg,#FBBF24,#F97316);
  box-shadow:0 12px 26px -14px rgba(249,115,22,.95);
}
.btn-signup:hover{transform:translateY(-1px);box-shadow:0 16px 30px -14px rgba(249,115,22,1)}
.btn-signup:active{transform:translateY(0) scale(.97)}
.nav-toggle{
  display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--line);
  background:rgba(251,191,36,.06);color:var(--gold);align-items:center;justify-content:center;font-size:1.05rem;cursor:pointer;
}
.nav-toggle:hover{background:rgba(251,191,36,.15)}
.mobile-drawer{display:none;border-top:1px solid var(--line);background:rgba(43,4,4,.98);padding:1rem 20px 1.4rem}
.mobile-drawer.open{display:block}
.mobile-drawer a{display:block;padding:.8rem .9rem;border-radius:12px;font-weight:600;color:var(--text-soft);border:1px solid transparent}
.mobile-drawer a.active{color:var(--gold);border-color:var(--line-strong);background:rgba(251,191,36,.10)}
.mobile-drawer a:hover{background:rgba(251,191,36,.10);color:var(--gold-light)}

/* ============ BUTTONS ============ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 1.7rem;border-radius:999px;font-weight:700;font-size:.95rem;
  border:1px solid transparent;cursor:pointer;white-space:nowrap;
  transition:transform .18s ease,box-shadow .25s ease,background .25s ease,color .2s ease;
}
.btn:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}
.btn-gold{background:linear-gradient(135deg,#FBBF24,#F97316);color:#3A0606;box-shadow:0 16px 34px -16px rgba(249,115,22,.95)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 22px 42px -16px rgba(249,115,22,1)}
.btn-gold:active{transform:translateY(0) scale(.98)}
.btn-outline{border-color:rgba(251,191,36,.5);color:var(--gold-light);background:rgba(251,191,36,.06)}
.btn-outline:hover{background:rgba(251,191,36,.15);border-color:var(--gold)}
.btn-sm{padding:.6rem 1.15rem;font-size:.86rem}
.btn-ghost{color:var(--text-soft);border-color:var(--line);background:transparent}
.btn-ghost:hover{border-color:var(--line-strong);color:var(--gold-light)}

/* ============ ARTICLE HERO ============ */
.article-hero{
  position:relative;overflow:hidden;
  padding:56px 0 62px;
  background-image:
    linear-gradient(114deg, rgba(43,4,4,.96) 0%, rgba(69,10,10,.86) 48%, rgba(43,4,4,.95) 100%),
    url('/assets/images/7156b30b99ea6a66.jpg');
  background-size:cover;background-position:center;
  border-bottom:1px solid var(--line-strong);
}
.article-hero::before{
  content:'';position:absolute;top:-160px;right:-120px;width:520px;height:520px;border-radius:50%;
  background:radial-gradient(circle,rgba(249,115,22,.32),transparent 68%);pointer-events:none;
}
.article-hero::after{
  content:'';position:absolute;left:-100px;bottom:-160px;width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle,rgba(251,191,36,.18),transparent 70%);pointer-events:none;
}
.article-hero .container{position:relative;z-index:2}
.crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-dim);margin-bottom:1.1rem}
.crumbs a:hover{color:var(--gold)}
.crumbs i{font-size:.6rem;opacity:.7}
.article-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}
.tag{
  display:inline-flex;align-items:center;gap:.4rem;
  font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  padding:.35rem .8rem;border-radius:999px;
  background:rgba(251,191,36,.12);color:var(--gold-light);border:1px solid var(--line);
}
.tag-hot{background:linear-gradient(135deg,#FBBF24,#F97316);color:#3A0606;border-color:transparent}
.article-title{
  font-size:clamp(1.7rem,3.6vw,2.75rem);
  line-height:1.26;margin-bottom:1rem;max-width:960px;
}
.article-title .hl{
  background:linear-gradient(120deg,#FDE68A,#FBBF24 45%,#F97316);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.article-lead{color:var(--text-soft);font-size:1.02rem;line-height:1.72;max-width:760px;margin-bottom:1.4rem}
.article-meta{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;font-size:.85rem;color:var(--text-dim)}
.article-meta span{display:inline-flex;align-items:center;gap:.45rem}
.article-meta i{color:var(--gold)}
.hero-cover{
  margin-top:2.2rem;border-radius:var(--r-l);overflow:hidden;
  border:1px solid var(--line-strong);box-shadow:var(--shadow);
  position:relative;
}
.hero-cover img{width:100%;height:clamp(220px,36vw,420px);object-fit:cover}
.hero-cover .cover-caption{
  position:absolute;left:0;right:0;bottom:0;
  padding:1.6rem 1.4rem 1.1rem;
  background:linear-gradient(0deg,rgba(43,4,4,.94),transparent);
  font-size:.85rem;color:var(--text-soft);
}

/* ============ PULL QUOTE ============ */
.pull-quote{
  position:relative;margin:2rem 0 2.2rem;padding:1.6rem 1.7rem 1.6rem 3.4rem;
  border-left:3px solid var(--gold);
  background:linear-gradient(120deg,rgba(251,191,36,.10),rgba(249,115,22,.03));
  border-radius:0 var(--r) var(--r) 0;
}
.pull-quote::before{
  content:'\201C';position:absolute;left:1rem;top:.35rem;
  font-size:3.2rem;line-height:1;color:var(--gold);opacity:.55;font-family:Georgia,serif;
}
.pull-quote p{margin:0;font-size:1.06rem;font-weight:600;color:var(--gold-light);line-height:1.6}

/* ============ ARTICLE BODY / PROSE ============ */
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:2.6rem;align-items:start}
.article-body{
  background:linear-gradient(180deg,rgba(58,8,8,.85),rgba(43,4,4,.72));
  border:1px solid var(--line);border-radius:var(--r-l);
  padding:clamp(1.3rem,3vw,2.4rem);
  box-shadow:var(--shadow-s);
}
.prose{color:var(--text-soft);font-size:1rem;line-height:1.78}
.prose > *:first-child{margin-top:0}
.prose h2{
  font-size:clamp(1.25rem,2.2vw,1.6rem);color:var(--text);
  margin:2.2rem 0 .9rem;padding-left:.85rem;border-left:4px solid var(--gold);line-height:1.35;
}
.prose h3{font-size:1.1rem;color:var(--gold-light);margin:1.7rem 0 .7rem}
.prose h4{font-size:1rem;color:var(--gold-light);margin:1.4rem 0 .55rem}
.prose p{margin:0 0 1.05rem}
.prose strong{color:var(--gold-light);font-weight:700}
.prose a{color:var(--gold);border-bottom:1px dashed rgba(251,191,36,.55)}
.prose a:hover{color:var(--gold-light);border-bottom-style:solid}
.prose ul,.prose ol{margin:0 0 1.2rem;padding-left:1.25rem}
.prose ul li,.prose ol li{margin-bottom:.55rem;position:relative}
.prose ul li::marker{color:var(--gold)}
.prose ol li::marker{color:var(--gold);font-weight:700}
.prose img{border-radius:var(--r);margin:1.4rem 0;border:1px solid var(--line);box-shadow:var(--shadow-s)}
.prose blockquote{
  margin:1.6rem 0;padding:1.1rem 1.3rem;border-left:3px solid var(--orange);
  background:rgba(249,115,22,.07);border-radius:0 var(--r-s) var(--r-s) 0;
  color:var(--text-soft);font-style:italic;
}
.prose table{width:100%;border-collapse:collapse;margin:1.4rem 0;font-size:.92rem}
.prose table th,.prose table td{
  padding:.7rem .85rem;border:1px solid var(--line);text-align:left;
}
.prose table th{background:rgba(251,191,36,.10);color:var(--gold-light);font-weight:700}

.article-side{display:flex;flex-direction:column;gap:1.2rem;position:sticky;top:98px}
.side-card{
  background:linear-gradient(180deg,rgba(78,14,14,.9),rgba(58,8,8,.85));
  border:1px solid var(--line);border-radius:var(--r);padding:1.3rem 1.25rem;
  box-shadow:var(--shadow-s);
}
.side-card h3{font-size:.98rem;color:var(--gold-light);margin-bottom:.9rem;display:flex;align-items:center;gap:.5rem}
.side-list li{display:flex;gap:.65rem;padding:.5rem 0;border-bottom:1px dashed rgba(251,191,36,.16);font-size:.9rem;color:var(--text-soft)}
.side-list li:last-child{border-bottom:none}
.side-list i{color:var(--gold);margin-top:.25rem}
.side-card .btn{width:100%;margin-top:.9rem}

/* ============ NOT FOUND ============ */
.not-found{
  text-align:center;padding:2.4rem 1.2rem;border:1px dashed var(--line-strong);
  border-radius:var(--r);background:rgba(251,191,36,.05);
}
.not-found h2{font-size:1.3rem;margin-bottom:.6rem;color:var(--gold-light)}
.not-found p{color:var(--text-soft);margin-bottom:1.2rem}

/* ============ CARDS / GRIDS ============ */
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}
.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}
.feature-card{
  background:linear-gradient(180deg,rgba(78,14,14,.82),rgba(43,4,4,.72));
  border:1px solid var(--line);border-radius:var(--r);padding:1.5rem 1.35rem;
  transition:transform .22s ease,border-color .22s ease,box-shadow .25s ease;
}
.feature-card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:var(--glow)}
.feature-icon{
  width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,rgba(251,191,36,.22),rgba(249,115,22,.14));
  border:1px solid var(--line-strong);color:var(--gold);font-size:1.15rem;margin-bottom:1rem;
}
.feature-card h3{font-size:1.05rem;margin-bottom:.5rem;color:var(--text)}
.feature-card p{margin:0;font-size:.93rem;color:var(--text-soft);line-height:1.68}

.game-card{
  position:relative;border-radius:var(--r);overflow:hidden;
  border:1px solid var(--line);background:var(--surface);
  transition:transform .22s ease,border-color .22s ease,box-shadow .25s ease;
}
.game-card:hover{transform:translateY(-5px);border-color:var(--line-strong);box-shadow:var(--glow)}
.game-card .thumb{position:relative;aspect-ratio:16/10;overflow:hidden}
.game-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.game-card:hover .thumb img{transform:scale(1.06)}
.game-card .thumb::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(43,4,4,.92) 4%,rgba(43,4,4,.05) 62%);
}
.game-card .corner{
  position:absolute;top:.7rem;left:.7rem;z-index:2;
  font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  padding:.28rem .6rem;border-radius:8px;background:linear-gradient(135deg,#FBBF24,#F97316);color:#3A0606;
}
.game-card .body{padding:1.05rem 1.15rem 1.25rem}
.game-card h3{font-size:1rem;margin-bottom:.35rem}
.game-card p{margin:0;font-size:.88rem;color:var(--text-dim);line-height:1.6}

/* ============ SPEC TABLE ============ */
.spec-wrap{
  border:1px solid var(--line);border-radius:var(--r-l);overflow:hidden;
  background:linear-gradient(180deg,rgba(58,8,8,.85),rgba(43,4,4,.7));
}
.spec-table{width:100%;border-collapse:collapse;font-size:.93rem}
.spec-table th,.spec-table td{padding:.95rem 1.1rem;text-align:left;border-bottom:1px solid rgba(251,191,36,.14)}
.spec-table thead th{
  background:rgba(251,191,36,.12);color:var(--gold-light);font-weight:700;
  font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;
}
.spec-table tbody tr:last-child td{border-bottom:none}
.spec-table tbody tr:hover{background:rgba(251,191,36,.05)}
.spec-table td:first-child{color:var(--gold-light);font-weight:600}

/* ============ STEPS ============ */
.step-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}
.step-item{
  display:flex;gap:1rem;padding:1.25rem 1.3rem;border-radius:var(--r);
  background:linear-gradient(120deg,rgba(78,14,14,.8),rgba(43,4,4,.7));
  border:1px solid var(--line);
  transition:border-color .22s ease,transform .22s ease;
}
.step-item:hover{border-color:var(--line-strong);transform:translateX(4px)}
.step-num{
  flex:0 0 40px;width:40px;height:40px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:1rem;color:#3A0606;
  background:linear-gradient(135deg,#FDE68A,#F59E0B);
}
.step-item h3{font-size:1rem;margin-bottom:.35rem}
.step-item p{margin:0;font-size:.9rem;color:var(--text-soft);line-height:1.65}

/* ============ QUOTES / STATS ============ */
.stats-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:2.2rem}
.stat{
  padding:1.3rem 1.1rem;border-radius:var(--r);text-align:left;
  background:linear-gradient(180deg,rgba(251,191,36,.12),rgba(249,115,22,.04));
  border:1px solid var(--line);
}
.stat b{display:block;font-size:1.6rem;color:var(--gold-light);font-weight:800;line-height:1.2}
.stat span{font-size:.84rem;color:var(--text-dim)}
.quote-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem}
.quote-card{
  padding:1.4rem 1.35rem;border-radius:var(--r);
  background:linear-gradient(180deg,rgba(78,14,14,.8),rgba(43,4,4,.72));
  border:1px solid var(--line);display:flex;flex-direction:column;gap:.9rem;
  transition:border-color .22s ease,transform .22s ease;
}
.quote-card:hover{border-color:var(--line-strong);transform:translateY(-4px)}
.quote-card .stars{color:var(--gold);font-size:.85rem;letter-spacing:.15em}
.quote-text{margin:0;font-size:.94rem;color:var(--text-soft);line-height:1.7}
.quote-author{display:flex;align-items:center;gap:.7rem;margin-top:auto}
.avatar{
  width:40px;height:40px;border-radius:50%;flex:0 0 40px;
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;
  background:linear-gradient(135deg,#FBBF24,#F97316);color:#3A0606;
}
.quote-author b{display:block;font-size:.9rem;color:var(--text)}
.quote-author small{color:var(--text-dim);font-size:.78rem}

/* ============ CTA BAND ============ */
.cta-band{
  position:relative;overflow:hidden;border-radius:var(--r-l);
  padding:clamp(1.8rem,4vw,3rem);
  background-image:
    linear-gradient(110deg, rgba(69,10,10,.96), rgba(43,4,4,.9)),
    url('/assets/images/dc3688b0c260bd00.jpg');
  background-size:cover;background-position:center;
  border:1px solid var(--line-strong);
  box-shadow:var(--shadow);
  display:grid;grid-template-columns:1.3fr .7fr;gap:2rem;align-items:center;
}
.cta-band::before{
  content:'';position:absolute;top:-120px;right:-80px;width:360px;height:360px;border-radius:50%;
  background:radial-gradient(circle,rgba(249,115,22,.35),transparent 68%);
}
.cta-band > *{position:relative;z-index:2}
.cta-band h2{font-size:clamp(1.35rem,2.6vw,2rem);margin-bottom:.7rem}
.cta-band p{color:var(--text-soft);margin-bottom:1.3rem;font-size:.97rem;max-width:560px}
.cta-actions{display:flex;flex-wrap:wrap;gap:.75rem}
.cta-panel{
  border-radius:var(--r);padding:1.3rem 1.25rem;
  background:rgba(43,4,4,.72);border:1px solid var(--line);backdrop-filter:blur(6px);
}
.cta-panel h3{font-size:.95rem;color:var(--gold-light);margin-bottom:.75rem}
.pay-row{display:flex;flex-wrap:wrap;gap:.5rem}
.pay-chip{
  font-size:.78rem;font-weight:600;padding:.35rem .7rem;border-radius:8px;
  background:rgba(251,191,36,.10);border:1px solid var(--line);color:var(--gold-light);
}

/* ============ FAQ ============ */
.faq-list{display:flex;flex-direction:column;gap:.85rem;max-width:900px}
.faq-item{
  border:1px solid var(--line);border-radius:var(--r);
  background:linear-gradient(180deg,rgba(58,8,8,.8),rgba(43,4,4,.7));
  overflow:hidden;transition:border-color .22s ease;
}
.faq-item[open]{border-color:var(--line-strong)}
.faq-item summary{
  list-style:none;cursor:pointer;padding:1.1rem 3.2rem 1.1rem 1.25rem;position:relative;
  font-weight:700;font-size:.99rem;color:var(--text);
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:'\f067';font-family:'Font Awesome 6 Free';font-weight:900;
  position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);
  color:var(--gold);font-size:.85rem;transition:transform .22s ease;
}
.faq-item[open] summary::after{content:'\f068'}
.faq-item summary:hover{color:var(--gold-light)}
.faq-answer{padding:0 1.25rem 1.2rem;color:var(--text-soft);font-size:.94rem;line-height:1.72}

/* ============ CHANNEL MATRIX ============ */
.channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem}
.channel-card{
  display:block;padding:1.5rem 1.4rem;border-radius:var(--r);
  background:linear-gradient(160deg,rgba(78,14,14,.85),rgba(43,4,4,.72));
  border:1px solid var(--line);
  transition:transform .22s ease,border-color .22s ease,box-shadow .25s ease;
}
.channel-card:hover{transform:translateY(-5px);border-color:var(--line-strong);box-shadow:var(--glow)}
.channel-card i.ch-ico{
  width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,rgba(251,191,36,.24),rgba(249,115,22,.12));
  color:var(--gold);font-size:1.1rem;margin-bottom:.9rem;border:1px solid var(--line);
}
.channel-card h3{font-size:1.05rem;margin-bottom:.45rem}
.channel-card p{margin:0 0 .85rem;font-size:.9rem;color:var(--text-dim);line-height:1.65}
.channel-more{font-size:.85rem;font-weight:700;color:var(--gold);display:inline-flex;align-items:center;gap:.4rem}
.channel-card:hover .channel-more{color:var(--gold-light)}

/* ============ FAB ============ */
.fab{
  position:fixed;left:1rem;bottom:6rem;z-index:50;
  width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:1.35rem;color:#450A0A;
  background:radial-gradient(circle at 32% 28%,#FDE68A,#F59E0B 58%,#B45309);
  border:2px solid var(--gold);
  box-shadow:0 6px 25px rgba(245,158,11,.35);
  opacity:.85;transition:transform .25s ease,opacity .25s ease,box-shadow .25s ease;
  animation:fabFloat 3.4s ease-in-out infinite;
}
.fab:hover{opacity:1;transform:scale(1.1) rotate(360deg);box-shadow:0 10px 34px rgba(245,158,11,.6)}
.fab:active{transform:scale(.95) translateY(4px)}
.fab-dot{
  position:absolute;top:-2px;right:-2px;width:14px;height:14px;border-radius:50%;
  background:#DC2626;box-shadow:0 0 0 2px #FFFBEB;
}
@keyframes fabFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}

/* ============ FOOTER ============ */
.site-footer{
  margin-top:20px;
  background:linear-gradient(180deg,rgba(43,4,4,.96),rgba(24,2,2,1));
  border-top:1px solid var(--line-strong);
  padding:56px 0 26px;
}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2rem}
.foot-brand{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}
.foot-brand .brand-name{font-size:1rem}
.foot-text{color:var(--text-dim);font-size:.9rem;line-height:1.72;max-width:420px;margin:0}
.foot-col h4{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.foot-col ul li{margin-bottom:.6rem;font-size:.9rem;color:var(--text-soft)}
.foot-col ul li a:hover{color:var(--gold-light)}
.foot-col ul li span{color:var(--text-dim)}
.foot-bottom{
  margin-top:2.4rem;padding-top:1.4rem;border-top:1px solid rgba(251,191,36,.16);
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.9rem;
}
.foot-bottom p{margin:0;font-size:.85rem;color:var(--text-dim)}
.badge-18{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:44px;height:30px;padding:0 .6rem;border-radius:8px;
  font-size:.78rem;font-weight:800;letter-spacing:.06em;
  color:var(--gold);border:1px solid var(--line-strong);background:rgba(251,191,36,.07);
}

/* ============ RESPONSIVE ============ */
@media (max-width:1024px){
  .main-nav{display:none}
  .header-actions .btn-login{display:none}
  .nav-toggle{display:flex}
  .article-layout{grid-template-columns:minmax(0,1fr);gap:2rem}
  .article-side{position:static}
  .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .quote-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cta-band{grid-template-columns:1fr}
  .channel-grid{grid-template-columns:1fr 1fr}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:768px){
  .section{padding:60px 0}
  .article-hero{padding:38px 0 46px}
  .grid-2,.grid-3,.grid-4{grid-template-columns:minmax(0,1fr)}
  .step-list{grid-template-columns:minmax(0,1fr)}
  .quote-grid{grid-template-columns:minmax(0,1fr)}
  .channel-grid{grid-template-columns:minmax(0,1fr)}
  .spec-table{font-size:.86rem}
  .spec-table th,.spec-table td{padding:.7rem .7rem}
  .brand-name{font-size:.92rem}
  .btn-signup{padding:.5rem .9rem;font-size:.82rem}
  .cta-actions .btn{width:100%}
}
@media (max-width:520px){
  .container{padding:0 16px}
  .header-inner{height:68px}
  .brand-sub{display:none}
  .stats-row{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr;gap:1.6rem}
  .fab{width:52px;height:52px;left:.75rem;bottom:5.4rem;font-size:1.2rem}
  .pull-quote{padding:1.3rem 1.1rem 1.3rem 2.6rem}
  .pull-quote::before{left:.7rem;font-size:2.6rem}
}

/* roulang page: category1 */
:root{
  --bg-0:#2B0404;
  --bg-1:#450A0A;
  --surface:#3A0808;
  --surface-2:#4E0E0E;
  --gold:#FBBF24;
  --gold-light:#FDE68A;
  --amber:#F59E0B;
  --orange:#F97316;
  --text:#FFFBEB;
  --text-soft:#E7E5E4;
  --text-dim:#C9AC9C;
  --line:rgba(251,191,36,.20);
  --line-strong:rgba(251,191,36,.48);
  --r-s:10px;
  --r:16px;
  --r-l:24px;
  --shadow-s:0 10px 24px -14px rgba(0,0,0,.85);
  --shadow:0 24px 52px -24px rgba(0,0,0,.9);
  --glow:0 0 0 1px rgba(251,191,36,.4), 0 16px 38px -18px rgba(249,115,22,.7);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body.site-body{
  margin:0;
  font-family:'Be Vietnam Pro',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  font-size:16px;line-height:1.65;color:var(--text);
  background:
    radial-gradient(1100px 620px at 10% -10%, rgba(249,115,22,.20), transparent 62%),
    radial-gradient(900px 520px at 94% 4%, rgba(251,191,36,.15), transparent 64%),
    linear-gradient(180deg,#2B0404 0%,#3B0707 45%,#2B0404 100%);
  background-attachment:fixed;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .25s ease}
button,input{font:inherit;color:inherit}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4{margin:0;font-weight:800;letter-spacing:-.015em}
p{margin:0}
::selection{background:rgba(251,191,36,.32)}
:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
.section{padding:82px 0;position:relative}
.section-alt{
  background:linear-gradient(180deg,rgba(78,14,14,.45),rgba(43,4,4,.12));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section-tight{padding:60px 0}

/* ============ HEADER ============ */
.site-header{
  position:sticky;top:0;z-index:80;
  background:rgba(38,4,4,.90);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;gap:1rem;height:76px}
.brand{display:flex;align-items:center;gap:.7rem;margin-right:auto;flex:1 1 auto;min-width:0}
.brand-mark{
  width:42px;height:42px;flex:0 0 42px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#FBBF24,#F97316);
  color:#450A0A;font-size:1.15rem;
  box-shadow:0 10px 24px -12px rgba(249,115,22,.95);
}
.brand-text{display:flex;flex-direction:column;min-width:0}
.brand-name{font-weight:800;font-size:1rem;letter-spacing:-.01em;color:#FFFBEB;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brand-sub{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:700}
.main-nav{display:flex;align-items:center;gap:.2rem}
.main-nav a{padding:.5rem .9rem;border-radius:999px;font-size:.9rem;font-weight:600;color:var(--text-soft)}
.main-nav a:hover{color:var(--gold-light);background:rgba(251,191,36,.10)}
.main-nav a.active{color:#450A0A;background:linear-gradient(135deg,#FBBF24,#F59E0B)}
.header-actions{display:flex;align-items:center;gap:.55rem;flex:0 0 auto}
.btn-login{
  padding:.5rem .95rem;border-radius:999px;font-size:.88rem;font-weight:600;
  color:var(--gold-light);border:1px solid rgba(251,191,36,.42);background:rgba(251,191,36,.05);
  white-space:nowrap;
}
.btn-login:hover{background:rgba(251,191,36,.15);border-color:var(--gold)}
.btn-signup{
  padding:.55rem 1.15rem;border-radius:999px;font-size:.88rem;font-weight:700;
  color:#450A0A;background:linear-gradient(135deg,#FBBF24,#F97316);
  box-shadow:0 12px 26px -14px rgba(249,115,22,.95);white-space:nowrap;
}
.btn-signup:hover{transform:translateY(-1px);box-shadow:0 16px 30px -14px rgba(249,115,22,1)}
.btn-signup:active{transform:translateY(0) scale(.97)}
.nav-toggle{
  display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--line);
  background:rgba(251,191,36,.06);color:var(--gold);align-items:center;justify-content:center;font-size:1.05rem;cursor:pointer;
}
.nav-toggle:hover{background:rgba(251,191,36,.15)}
.mobile-drawer{display:none;border-top:1px solid var(--line);background:rgba(43,4,4,.98);padding:1rem 20px 1.4rem}
.mobile-drawer.open{display:block}
.mobile-drawer a{display:block;padding:.8rem .9rem;border-radius:12px;font-weight:600;color:var(--text-soft);border:1px solid transparent}
.mobile-drawer a.active{color:var(--gold);border-color:var(--line-strong);background:rgba(251,191,36,.10)}
.mobile-drawer a:hover{background:rgba(251,191,36,.10);color:var(--gold-light)}

/* ============ BUTTONS ============ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 1.7rem;border-radius:999px;font-weight:700;font-size:.95rem;
  border:1px solid transparent;cursor:pointer;white-space:nowrap;
  transition:transform .18s ease,box-shadow .25s ease,background .25s ease,color .2s ease;
}
.btn-gold{background:linear-gradient(135deg,#FBBF24,#F97316);color:#3A0606;box-shadow:0 16px 34px -16px rgba(249,115,22,.95)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 22px 42px -16px rgba(249,115,22,1)}
.btn-gold:active{transform:translateY(0) scale(.98)}
.btn-outline{border-color:rgba(251,191,36,.5);color:var(--gold-light);background:rgba(251,191,36,.06)}
.btn-outline:hover{background:rgba(251,191,36,.15);border-color:var(--gold)}
.btn-sm{padding:.6rem 1.15rem;font-size:.86rem}

/* ============ HERO ============ */
.hero{
  position:relative;padding:66px 0 96px;overflow:hidden;
  background-image:
    linear-gradient(112deg, rgba(43,4,4,.97) 0%, rgba(69,10,10,.86) 46%, rgba(43,4,4,.95) 100%),
    url('/assets/images/04bc105016aa608c.jpg');
  background-size:cover;background-position:center;
  clip-path:polygon(0 0,100% 0,100% calc(100% - 70px),0 100%);
}
.hero::before{
  content:'';position:absolute;top:-150px;right:-130px;width:520px;height:520px;border-radius:50%;
  background:radial-gradient(circle,rgba(249,115,22,.30),transparent 68%);pointer-events:none;
}
.hero::after{
  content:'';position:absolute;bottom:-120px;left:-90px;width:380px;height:380px;border-radius:50%;
  background:radial-gradient(circle,rgba(251,191,36,.16),transparent 70%);pointer-events:none;
}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr .9fr;gap:3rem;align-items:center}
.eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.74rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--gold-light);background:rgba(251,191,36,.10);
  border:1px solid var(--line-strong);border-radius:999px;padding:.42rem .9rem;
}
.hero h1{font-size:clamp(1.75rem,3.6vw,2.75rem);line-height:1.26;margin:1.05rem 0 1.1rem}
.hero h1 .hl{
  background:linear-gradient(120deg,#FDE68A,#FBBF24 45%,#F97316);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-lead{color:var(--text-soft);font-size:1.02rem;line-height:1.7;max-width:640px;margin-bottom:1.5rem}
.hero-points{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.8rem}
.hero-points li{
  display:inline-flex;align-items:center;gap:.45rem;font-size:.83rem;font-weight:600;
  color:var(--gold-light);background:rgba(251,191,36,.08);
  border:1px solid var(--line);border-radius:999px;padding:.42rem .85rem;
}
.hero-points i{color:var(--amber);font-size:.78rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.6rem}
.pay-row{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}
.pay-pill{
  display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;font-weight:600;
  color:var(--text-soft);border:1px solid var(--line);border-radius:var(--r-s);
  padding:.42rem .7rem;background:rgba(58,8,8,.7);
}
.pay-pill i{color:var(--gold)}
.hero-panel{
  border:1px solid var(--line-strong);border-radius:var(--r-l);
  background:linear-gradient(165deg,rgba(78,14,14,.92),rgba(43,4,4,.94));
  box-shadow:var(--shadow);padding:1.7rem 1.6rem;
}
.panel-top{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.3rem}
.count-ring{
  --p:72;
  position:relative;width:112px;height:112px;flex:0 0 112px;border-radius:50%;
  background:conic-gradient(#FBBF24 calc(var(--p) * 1%), rgba(251,191,36,.14) 0);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 0 0 1px rgba(251,191,36,.25), 0 14px 30px -18px rgba(249,115,22,.9);
}
.count-ring::before{
  content:'';position:absolute;inset:9px;border-radius:50%;
  background:radial-gradient(circle at 30% 25%, #4E0E0E, #2B0404 70%);
}
.count-inner{position:relative;z-index:2;text-align:center;line-height:1.2}
.count-inner .t{display:block;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);font-weight:700}
.count-inner .v{display:block;font-size:1.02rem;font-weight:800;color:var(--gold-light);margin-top:.2rem}
.panel-copy h3{font-size:1.05rem;margin-bottom:.3rem}
.panel-copy p{font-size:.86rem;color:var(--text-dim);line-height:1.55}
.panel-list{display:grid;gap:.6rem;margin:1.1rem 0 1.3rem}
.panel-list li{display:flex;gap:.6rem;font-size:.88rem;color:var(--text-soft)}
.panel-list i{color:var(--gold);margin-top:.28rem;font-size:.75rem}
.get-form{display:flex;gap:.5rem}
.get-form input{
  flex:1 1 auto;min-width:0;background:rgba(43,4,4,.85);border:1px solid var(--line);
  border-radius:999px;padding:.68rem 1rem;font-size:.88rem;
}
.get-form input::placeholder{color:rgba(201,172,156,.7)}
.get-form input:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px rgba(251,191,36,.16)}
.form-note{font-size:.76rem;color:var(--text-dim);margin-top:.6rem}
.form-msg{font-size:.82rem;font-weight:600;color:var(--gold-light);margin-top:.6rem;display:none}
.form-msg.show{display:block}

/* ============ SECTION HEAD ============ */
.sec-head{max-width:760px;margin-bottom:2.4rem}
.sec-head h2{font-size:clamp(1.4rem,2.4vw,1.95rem);line-height:1.3;margin-bottom:.7rem}
.sec-head p{color:var(--text-dim);font-size:.98rem;line-height:1.7}
.sec-tag{
  display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--amber);margin-bottom:.65rem;
}
.sec-head--wide{max-width:100%}

/* ============ FEATURE GRID ============ */
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.feature{
  border:1px solid var(--line);border-radius:var(--r);padding:1.5rem 1.35rem;
  background:linear-gradient(180deg,rgba(58,8,8,.75),rgba(43,4,4,.55));
  transition:transform .22s ease,border-color .22s ease,box-shadow .25s ease;
}
.feature:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:var(--glow)}
.feature-icon{
  width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;
  background:rgba(251,191,36,.12);border:1px solid var(--line-strong);color:var(--gold);font-size:1.05rem;margin-bottom:1rem;
}
.feature h3{font-size:1.02rem;margin-bottom:.5rem}
.feature p{font-size:.9rem;color:var(--text-dim);line-height:1.65}
.feature-metric{display:inline-block;margin-top:.9rem;font-size:.78rem;font-weight:700;color:var(--gold-light);letter-spacing:.04em}

/* ============ GAME CARDS ============ */
.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}
.game-card{
  position:relative;border:1px solid var(--line);border-radius:var(--r);
  overflow:hidden;background:var(--surface);
  transition:transform .22s ease,border-color .22s ease,box-shadow .25s ease;
}
.game-card:hover{transform:translateY(-5px);border-color:var(--line-strong);box-shadow:var(--glow)}
.game-thumb{position:relative;aspect-ratio:16/10;overflow:hidden}
.game-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.game-card:hover .game-thumb img{transform:scale(1.06)}
.game-thumb::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(43,4,4,.05),rgba(43,4,4,.85));
}
.game-tag{
  position:absolute;top:.7rem;left:.7rem;z-index:3;
  font-size:.66rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  padding:.28rem .6rem;border-radius:8px;background:#B91C1C;color:#FFF7ED;
  box-shadow:0 8px 18px -10px rgba(0,0,0,.9);
}
.game-tag.tag-gold{background:linear-gradient(135deg,#FBBF24,#F59E0B);color:#450A0A}
.game-body{padding:1.15rem 1.2rem 1.3rem}
.game-body h3{font-size:1.05rem;margin-bottom:.4rem}
.game-body p{font-size:.87rem;color:var(--text-dim);line-height:1.6}
.game-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.95rem}
.chip{
  font-size:.72rem;font-weight:600;color:var(--gold-light);
  border:1px solid var(--line);border-radius:999px;padding:.26rem .6rem;background:rgba(251,191,36,.07);
}

/* ============ SPLIT ============ */
.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:2.6rem;align-items:start}
.split-narrow{grid-template-columns:1fr 1fr;gap:2rem}
.spec-list{border-top:1px solid var(--line)}
.spec-row{
  display:grid;grid-template-columns:200px 1fr;gap:1rem;
  padding:.95rem 0;border-bottom:1px solid var(--line);font-size:.92rem;
}
.spec-row dt{color:var(--text-dim);font-weight:600}
.spec-row dd{margin:0;color:var(--text-soft)}
.visual-card{
  border:1px solid var(--line);border-radius:var(--r-l);overflow:hidden;background:var(--surface);
  box-shadow:var(--shadow-s);
}
.visual-card img{width:100%;aspect-ratio:16/11;object-fit:cover}
.visual-card figcaption{padding:1rem 1.2rem 1.2rem;font-size:.86rem;color:var(--text-dim);line-height:1.6}
.check-list{display:grid;gap:.75rem;margin-top:1.3rem}
.check-list li{display:flex;gap:.65rem;font-size:.92rem;color:var(--text-soft)}
.check-list i{color:var(--gold);margin-top:.3rem;font-size:.78rem}

/* ============ STEPS ============ */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.15rem;counter-reset:step}
.step{
  position:relative;border:1px solid var(--line);border-radius:var(--r);
  padding:1.5rem 1.2rem 1.35rem;background:linear-gradient(180deg,rgba(58,8,8,.7),rgba(43,4,4,.45));
}
.step::before{
  counter-increment:step;content:counter(step,decimal-leading-zero);
  position:absolute;top:-14px;left:1.2rem;
  font-size:.78rem;font-weight:800;letter-spacing:.08em;color:#450A0A;
  background:linear-gradient(135deg,#FBBF24,#F97316);
  border-radius:8px;padding:.24rem .6rem;
}
.step h3{font-size:.98rem;margin:.55rem 0 .5rem}
.step p{font-size:.86rem;color:var(--text-dim);line-height:1.62}

/* ============ TIPS + COMPARE ============ */
.tip-list{display:grid;gap:.85rem;margin-top:1.3rem}
.tip-list li{display:flex;gap:.75rem;font-size:.91rem;color:var(--text-soft);line-height:1.6}
.tip-list span.n{
  flex:0 0 26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;
  font-size:.76rem;font-weight:800;color:#450A0A;background:linear-gradient(135deg,#FDE68A,#F59E0B);
}
.compare{border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:rgba(43,4,4,.5)}
.compare-head,.compare-row{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:.8rem;padding:.85rem 1.1rem;font-size:.88rem}
.compare-head{background:rgba(251,191,36,.12);font-weight:800;color:var(--gold-light);font-size:.82rem;letter-spacing:.03em}
.compare-row{border-top:1px solid var(--line);color:var(--text-soft)}
.compare-row span:first-child{color:var(--text-dim);font-weight:600}
.compare-row i{color:var(--amber);margin-right:.35rem;font-size:.72rem}

/* ============ CHANNEL MATRIX ============ */
.channel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.channel{
  display:block;border:1px solid var(--line);border-radius:var(--r);padding:1.4rem 1.3rem;
  background:linear-gradient(160deg,rgba(58,8,8,.82),rgba(43,4,4,.5));
  transition:transform .22s ease,border-color .22s ease,box-shadow .25s ease;
}
.channel:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:var(--glow)}
.channel.is-current{border-color:var(--line-strong);background:linear-gradient(160deg,rgba(91,16,16,.95),rgba(43,4,4,.7))}
.channel-top{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.8rem}
.channel-icon{
  width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;
  background:rgba(251,191,36,.12);border:1px solid var(--line-strong);color:var(--gold);
}
.channel-state{font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--amber)}
.channel h3{font-size:1.05rem;margin-bottom:.45rem}
.channel p{font-size:.87rem;color:var(--text-dim);line-height:1.62}

/* ============ QUOTES ============ */
.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.quote{
  border-left:3px solid var(--gold);border-radius:0 var(--r) var(--r) 0;
  padding:1.4rem 1.35rem;background:linear-gradient(100deg,rgba(58,8,8,.7),rgba(43,4,4,.35));
}
.quote p{font-size:.93rem;color:var(--text-soft);line-height:1.68;margin-bottom:1rem}
.quote-who{display:flex;align-items:center;gap:.7rem}
.quote-avatar{
  width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:.85rem;color:#450A0A;background:linear-gradient(135deg,#FDE68A,#F59E0B);
}
.quote-who strong{display:block;font-size:.88rem;color:var(--text)}
.quote-who em{font-style:normal;font-size:.76rem;color:var(--text-dim)}
.stars{color:var(--gold);font-size:.78rem;letter-spacing:.1em;margin-bottom:.6rem;display:block}

/* ============ FAQ ============ */
.faq{display:grid;gap:.85rem}
.faq-item{
  border:1px solid var(--line);border-radius:var(--r);overflow:hidden;
  background:rgba(58,8,8,.55);transition:border-color .22s ease,background .22s ease;
}
.faq-item[open]{border-color:var(--line-strong);background:rgba(78,14,14,.6)}
.faq-item summary{
  cursor:pointer;list-style:none;padding:1.05rem 3rem 1.05rem 1.25rem;position:relative;
  font-weight:700;font-size:.96rem;color:var(--text);
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:'\f078';font-family:'Font Awesome 6 Free';font-weight:900;
  position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);
  color:var(--gold);font-size:.78rem;transition:transform .25s ease;
}
.faq-item[open] summary::after{transform:translateY(-50%) rotate(180deg)}
.faq-item .faq-body{padding:0 1.25rem 1.2rem;font-size:.9rem;color:var(--text-dim);line-height:1.7}
.faq-item summary:hover{color:var(--gold-light)}

/* ============ CTA BAND ============ */
.cta-band{
  position:relative;overflow:hidden;border:1px solid var(--line-strong);border-radius:var(--r-l);
  padding:2.8rem 2.4rem;
  background-image:
    linear-gradient(120deg, rgba(69,10,10,.96), rgba(43,4,4,.92)),
    url('/assets/images/5270b6c9206b4ef3.jpg');
  background-size:cover;background-position:center;
  box-shadow:var(--shadow);
}
.cta-band::after{
  content:'';position:absolute;top:-90px;right:-70px;width:320px;height:320px;border-radius:50%;
  background:radial-gradient(circle,rgba(249,115,22,.28),transparent 70%);
}
.cta-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.35fr .85fr;gap:2rem;align-items:center}
.cta-band h2{font-size:clamp(1.4rem,2.3vw,1.9rem);line-height:1.3;margin-bottom:.8rem}
.cta-band p{color:var(--text-soft);font-size:.96rem;line-height:1.7;max-width:620px}
.cta-actions{display:flex;flex-direction:column;gap:.75rem}
.cta-actions .btn{width:100%}
.cta-note{font-size:.78rem;color:var(--text-dim);text-align:left}

/* ============ FOOTER ============ */
.site-footer{
  margin-top:20px;border-top:1px solid var(--line);
  background:linear-gradient(180deg,rgba(43,4,4,.72),rgba(20,2,2,.96));
  padding:56px 0 26px;
}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.2rem}
.foot-brand{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}
.foot-brand .brand-name{font-size:1.02rem}
.foot-text{font-size:.88rem;color:var(--text-dim);line-height:1.68;max-width:420px}
.foot-col h4{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.9rem}
.foot-col li{margin-bottom:.6rem;font-size:.88rem;color:var(--text-soft)}
.foot-col a:hover{color:var(--gold-light)}
.foot-bottom{
  margin-top:2.4rem;padding-top:1.3rem;border-top:1px solid var(--line);
  display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;
}
.foot-bottom p{font-size:.82rem;color:var(--text-dim)}
.badge-18{
  font-size:.76rem;font-weight:800;letter-spacing:.1em;color:#450A0A;
  background:linear-gradient(135deg,#FBBF24,#F59E0B);border-radius:8px;padding:.25rem .6rem;
}

/* ============ FAB ============ */
.fab{
  position:fixed;left:1rem;bottom:6rem;z-index:60;width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:radial-gradient(circle at 32% 28%, #5A1414, #2B0404 72%);
  border:2px solid #F59E0B;color:var(--gold);
  box-shadow:0 6px 25px rgba(245,158,11,.35);
  opacity:.85;
  animation:fabFloat 3.4s ease-in-out infinite;
}
.fab i{font-size:1.25rem;transition:transform .5s ease}
.fab:hover{opacity:1;transform:scale(1.1)}
.fab:hover i{transform:rotate(360deg)}
.fab:active{transform:scale(.95) translateY(2px)}
.fab-dot{
  position:absolute;top:-2px;right:-2px;width:14px;height:14px;border-radius:50%;
  background:#DC2626;box-shadow:0 0 0 2px #FFFBEB;
}
@keyframes fabFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}

/* ============ RESPONSIVE ============ */
@media (max-width:1024px){
  .main-nav{display:none}
  .nav-toggle{display:flex}
  .hero{padding:54px 0 86px}
  .hero-grid{grid-template-columns:1fr;gap:2.2rem}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .game-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .channel-grid{grid-template-columns:repeat(3,1fr)}
  .quote-grid{grid-template-columns:1fr}
  .split,.split-narrow{grid-template-columns:1fr;gap:1.8rem}
  .foot-grid{grid-template-columns:1fr 1fr}
  .cta-inner{grid-template-columns:1fr}
}
@media (max-width:768px){
  .section{padding:60px 0}
  .section-tight{padding:48px 0}
  .header-inner{height:68px;gap:.6rem}
  .brand-name{font-size:.92rem}
  .brand-sub{font-size:.62rem;letter-spacing:.1em}
  .btn-login{padding:.42rem .7rem;font-size:.8rem}
  .btn-signup{padding:.46rem .85rem;font-size:.8rem}
  .feature-grid{grid-template-columns:1fr}
  .game-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .channel-grid{grid-template-columns:1fr}
  .spec-row{grid-template-columns:1fr;gap:.25rem}
  .compare-head,.compare-row{grid-template-columns:.9fr 1fr 1fr;font-size:.8rem;padding:.75rem .85rem}
  .cta-band{padding:2rem 1.4rem}
  .foot-grid{grid-template-columns:1fr;gap:1.6rem}
  .panel-top{flex-direction:column;align-items:flex-start;gap:1rem}
}
@media (max-width:520px){
  .container{padding:0 15px}
  .hero h1{font-size:1.52rem}
  .hero-lead{font-size:.94rem}
  .hero-cta .btn{width:100%}
  .get-form{flex-direction:column}
  .get-form input{border-radius:12px}
  .get-form .btn{width:100%}
  .compare-head{display:none}
  .compare-row{grid-template-columns:1fr;gap:.35rem;border-top:1px solid var(--line);padding:1rem .9rem}
  .compare-row span:first-child{color:var(--gold-light);font-weight:700}
  .fab{width:52px;height:52px;bottom:5.2rem}
}

/* roulang page: category2 */
:root{
  --bg-0:#2B0404;
  --bg-1:#450A0A;
  --surface:#3A0808;
  --surface-2:#4E0E0E;
  --gold:#FBBF24;
  --gold-light:#FDE68A;
  --amber:#F59E0B;
  --orange:#F97316;
  --text:#FFFBEB;
  --text-soft:#E7E5E4;
  --text-dim:#C9AC9C;
  --line:rgba(251,191,36,.20);
  --line-strong:rgba(251,191,36,.48);
  --r-s:10px;
  --r:16px;
  --r-l:24px;
  --shadow-s:0 10px 24px -14px rgba(0,0,0,.85);
  --shadow:0 24px 52px -24px rgba(0,0,0,.9);
  --glow:0 0 0 1px rgba(251,191,36,.4), 0 16px 38px -18px rgba(249,115,22,.7);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,p{margin:0}
button,input,select{font:inherit;color:inherit}
.site-body{
  font-family:'Be Vietnam Pro',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  font-size:16px;
  line-height:1.65;
  color:var(--text);
  background:
    radial-gradient(1100px 620px at 10% -10%, rgba(249,115,22,.20), transparent 62%),
    radial-gradient(900px 520px at 94% 4%, rgba(251,191,36,.15), transparent 64%),
    linear-gradient(180deg,#2B0404 0%,#3B0707 45%,#2B0404 100%);
  background-attachment:fixed;
  -webkit-font-smoothing:antialiased;
}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
.section{padding:84px 0;position:relative}
.section-tight{padding:62px 0}
.section-alt{
  background:linear-gradient(180deg,rgba(58,8,8,.72),rgba(43,4,4,.35));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
section[id]{scroll-margin-top:96px}
/* ============ HEADER ============ */
.site-header{
  position:sticky;top:0;z-index:70;
  background:rgba(38,4,4,.88);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;gap:1rem;height:76px}
.brand{display:flex;align-items:center;gap:.7rem;margin-right:auto;flex:1 1 auto;min-width:0}
.brand-mark{
  width:42px;height:42px;flex:0 0 42px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#FBBF24,#F97316);
  color:#450A0A;font-size:1.15rem;
  box-shadow:0 10px 24px -12px rgba(249,115,22,.95);
}
.brand-text{display:flex;flex-direction:column;min-width:0}
.brand-name{font-weight:800;font-size:1rem;letter-spacing:-.01em;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brand-sub{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:700}
.main-nav{display:flex;align-items:center;gap:.2rem}
.main-nav a{padding:.5rem .9rem;border-radius:999px;font-size:.9rem;font-weight:600;color:var(--text-soft)}
.main-nav a:hover{color:var(--gold-light);background:rgba(251,191,36,.10)}
.main-nav a.active{color:#450A0A;background:linear-gradient(135deg,#FBBF24,#F59E0B)}
.header-actions{display:flex;align-items:center;gap:.55rem;flex:0 0 auto}
.btn-login{
  padding:.5rem .95rem;border-radius:999px;font-size:.88rem;font-weight:600;
  color:var(--gold-light);border:1px solid rgba(251,191,36,.42);background:rgba(251,191,36,.05);
}
.btn-login:hover{background:rgba(251,191,36,.15);border-color:var(--gold)}
.btn-signup{
  padding:.55rem 1.15rem;border-radius:999px;font-size:.88rem;font-weight:700;
  color:#450A0A;background:linear-gradient(135deg,#FBBF24,#F97316);
  box-shadow:0 12px 26px -14px rgba(249,115,22,.95);
}
.btn-signup:hover{transform:translateY(-1px);box-shadow:0 16px 30px -14px rgba(249,115,22,1)}
.btn-signup:active{transform:translateY(0) scale(.97)}
.nav-toggle{
  display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--line);
  background:rgba(251,191,36,.06);color:var(--gold);align-items:center;justify-content:center;font-size:1.05rem;
}
.nav-toggle:hover{background:rgba(251,191,36,.15)}
.mobile-drawer{display:none;border-top:1px solid var(--line);background:rgba(43,4,4,.98);padding:1rem 20px 1.4rem}
.mobile-drawer.open{display:block}
.mobile-drawer a{display:block;padding:.8rem .9rem;border-radius:12px;font-weight:600;color:var(--text-soft);border:1px solid transparent}
.mobile-drawer a.active{color:var(--gold);border-color:var(--line-strong);background:rgba(251,191,36,.10)}
.mobile-drawer a:hover{background:rgba(251,191,36,.10);color:var(--gold-light)}
/* ============ BUTTONS ============ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 1.7rem;border-radius:999px;font-weight:700;font-size:.95rem;
  border:1px solid transparent;cursor:pointer;white-space:nowrap;
  transition:transform .18s ease,box-shadow .25s ease,background .25s ease,color .2s ease;
}
.btn:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}
.btn-gold{background:linear-gradient(135deg,#FBBF24,#F97316);color:#3A0606;box-shadow:0 16px 34px -16px rgba(249,115,22,.95)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 22px 42px -16px rgba(249,115,22,1)}
.btn-gold:active{transform:translateY(0) scale(.98)}
.btn-outline{border-color:rgba(251,191,36,.5);color:var(--gold-light);background:rgba(251,191,36,.06)}
.btn-outline:hover{background:rgba(251,191,36,.15);border-color:var(--gold)}
.btn-sm{padding:.6rem 1.15rem;font-size:.86rem}
.eyebrow{
  display:inline-flex;align-items:center;gap:.45rem;
  font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;
  color:var(--gold);margin-bottom:.9rem;
}
.eyebrow::before{content:'';width:26px;height:2px;border-radius:2px;background:linear-gradient(90deg,#FBBF24,#F97316)}
/* ============ HERO ============ */
.page-hero{
  position:relative;padding:70px 0 78px;overflow:hidden;
  background-image:
    linear-gradient(112deg, rgba(43,4,4,.97) 0%, rgba(69,10,10,.88) 48%, rgba(43,4,4,.95) 100%),
    url('/assets/images/5270b6c9206b4ef3.jpg');
  background-size:cover;background-position:center;
  border-bottom:1px solid var(--line);
}
.page-hero::before{
  content:'';position:absolute;top:-150px;right:-130px;width:520px;height:520px;border-radius:50%;
  background:radial-gradient(circle,rgba(249,115,22,.30),transparent 68%);pointer-events:none;
}
.page-hero::after{
  content:'';position:absolute;bottom:-180px;left:-120px;width:460px;height:460px;border-radius:50%;
  background:radial-gradient(circle,rgba(251,191,36,.16),transparent 70%);pointer-events:none;
}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.18fr .82fr;gap:3rem;align-items:start}
.hero-title{
  font-size:clamp(1.75rem,3.6vw,2.7rem);
  font-weight:800;letter-spacing:-.015em;line-height:1.24;margin:0 0 1.1rem;
}
.hero-title .hl{background:linear-gradient(120deg,#FDE68A,#FBBF24 45%,#F97316);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{color:var(--text-soft);font-size:1.02rem;line-height:1.7;max-width:620px;margin-bottom:1.4rem}
.hero-points{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.8rem}
.hero-points li{
  display:inline-flex;align-items:center;gap:.45rem;
  font-size:.83rem;font-weight:600;color:var(--gold-light);
  background:rgba(251,191,36,.09);border:1px solid var(--line);
  padding:.4rem .8rem;border-radius:999px;
}
.hero-points i{color:var(--amber);font-size:.78rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}
.hero-stats{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;
  padding-top:1.6rem;border-top:1px solid var(--line);
}
.hero-stats .stat-num{font-size:1.35rem;font-weight:800;color:var(--gold-light);letter-spacing:-.02em;line-height:1.2}
.hero-stats .stat-label{font-size:.78rem;color:var(--text-dim);line-height:1.45;margin-top:.2rem}
.portal-panel{
  background:linear-gradient(170deg,rgba(78,14,14,.92),rgba(43,4,4,.94));
  border:1px solid var(--line-strong);border-radius:var(--r-l);
  padding:1.5rem;box-shadow:var(--shadow);
}
.portal-panel h2{
  font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;
  color:var(--gold);font-weight:800;margin-bottom:1rem;
}
.portal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.portal-tile{
  display:flex;flex-direction:column;gap:.4rem;
  padding:1rem .9rem;border-radius:var(--r);
  background:rgba(43,4,4,.62);border:1px solid var(--line);
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.portal-tile:hover{transform:translateY(-3px);border-color:var(--line-strong);background:rgba(78,14,14,.7)}
.portal-tile i{color:var(--amber);font-size:1.05rem}
.portal-tile strong{font-size:.92rem;font-weight:700;color:var(--text)}
.portal-tile span{font-size:.78rem;color:var(--text-dim);line-height:1.5}
.portal-note{
  margin-top:1rem;display:flex;align-items:center;gap:.6rem;
  padding:.75rem .9rem;border-radius:var(--r-s);
  background:rgba(251,191,36,.08);border:1px dashed var(--line-strong);
  font-size:.82rem;color:var(--gold-light);
}
/* ============ SECTION HEADS & LAYOUT ============ */
.section-head{max-width:760px;margin-bottom:2.6rem}
.section-title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;letter-spacing:-.012em;line-height:1.28;color:var(--text)}
.section-sub{color:var(--text-dim);font-size:.97rem;line-height:1.7;margin-top:.8rem}
.split{display:grid;grid-template-columns:1.12fr .88fr;gap:3rem;align-items:start}
.split-media{border-radius:var(--r-l);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);position:relative}
.split-media img{width:100%;aspect-ratio:4/3;object-fit:cover}
.media-note{
  position:absolute;left:0;right:0;bottom:0;
  padding:1.2rem 1.2rem 1rem;
  background:linear-gradient(180deg,transparent,rgba(43,4,4,.94));
  font-size:.85rem;color:var(--gold-light);font-weight:600;
}
.value-list{display:grid;gap:1.1rem;margin:1.8rem 0 1.8rem}
.value-item{display:flex;gap:.95rem;align-items:flex-start;text-align:left}
.vi-icon{
  width:44px;height:44px;flex:0 0 44px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(251,191,36,.10);border:1px solid var(--line);color:var(--gold);font-size:1rem;
}
.value-item h3{font-size:1rem;font-weight:700;margin-bottom:.25rem;color:var(--text)}
.value-item p{font-size:.9rem;color:var(--text-dim);line-height:1.65}
/* ============ GAME GRID ============ */
.game-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}
.game-card{
  position:relative;border-radius:var(--r);overflow:hidden;
  background:linear-gradient(165deg,rgba(78,14,14,.86),rgba(43,4,4,.9));
  border:1px solid var(--line);box-shadow:var(--shadow-s);
  transition:transform .25s ease,border-color .25s ease,box-shadow .3s ease;
}
.game-card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:var(--shadow)}
.game-card img{width:100%;aspect-ratio:16/11;object-fit:cover}
.game-card-body{padding:1rem 1.05rem 1.15rem}
.game-card-body h3{font-size:1rem;font-weight:700;margin-bottom:.3rem}
.game-card-body p{font-size:.84rem;color:var(--text-dim);line-height:1.6}
.game-card--feature{grid-column:span 2}
.game-card--feature img{aspect-ratio:16/8}
.game-card--feature .game-card-body{padding:1.15rem 1.2rem 1.3rem}
.tag{
  position:absolute;top:.7rem;left:.7rem;z-index:2;
  display:inline-flex;align-items:center;gap:.3rem;
  font-size:.66rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;
  padding:.28rem .6rem;border-radius:999px;background:#DC2626;color:#fff;
}
.tag-gold{background:linear-gradient(135deg,#FBBF24,#F97316);color:#3A0606}
/* ============ SPEC ============ */
.spec-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2.6rem;align-items:start}
.spec-row{margin-bottom:1.35rem}
.spec-row-top{display:flex;justify-content:space-between;gap:1rem;font-size:.88rem;margin-bottom:.45rem}
.spec-row-top span:first-child{color:var(--text-soft);font-weight:600}
.spec-row-top span:last-child{color:var(--gold-light);font-weight:700}
.bar{height:8px;border-radius:999px;background:rgba(251,191,36,.12);overflow:hidden}
.bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#FBBF24,#F97316)}
.spec-note{
  padding:1.5rem;border-radius:var(--r-l);
  background:linear-gradient(170deg,rgba(78,14,14,.85),rgba(43,4,4,.9));
  border:1px solid var(--line);box-shadow:var(--shadow-s);
}
.spec-note h3{font-size:1.05rem;font-weight:700;margin-bottom:.9rem;color:var(--gold-light)}
.spec-note ul li{
  display:flex;gap:.6rem;align-items:flex-start;
  font-size:.9rem;color:var(--text-dim);line-height:1.65;margin-bottom:.7rem;
}
.spec-note ul li i{color:var(--amber);margin-top:.35rem;font-size:.75rem}
/* ============ STEPS ============ */
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}
.step{
  padding:1.4rem 1.25rem;border-radius:var(--r);
  background:rgba(58,8,8,.68);border:1px solid var(--line);
  transition:border-color .25s ease,transform .25s ease;
}
.step:hover{border-color:var(--line-strong);transform:translateY(-3px)}
.step-num{
  width:38px;height:38px;border-radius:999px;display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:.95rem;color:#3A0606;
  background:linear-gradient(135deg,#FDE68A,#F59E0B);margin-bottom:.95rem;
}
.step h3{font-size:.98rem;font-weight:700;margin-bottom:.4rem}
.step p{font-size:.86rem;color:var(--text-dim);line-height:1.62}
/* ============ TIPS ============ */
.tip-list{display:grid;gap:.9rem}
.tip{
  display:flex;gap:.85rem;align-items:flex-start;
  padding:1rem 1.1rem;border-radius:var(--r);
  background:rgba(43,4,4,.55);border:1px solid var(--line);
  transition:border-color .2s ease,background .2s ease;
}
.tip:hover{border-color:var(--line-strong);background:rgba(78,14,14,.55)}
.tip i{color:var(--amber);font-size:.95rem;margin-top:.3rem}
.tip h3{font-size:.95rem;font-weight:700;margin-bottom:.2rem}
.tip p{font-size:.86rem;color:var(--text-dim);line-height:1.62}
/* ============ SHOTS ============ */
.shot-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:1.15rem;align-items:stretch}
.shot{border-radius:var(--r);overflow:hidden;border:1px solid var(--line);position:relative;box-shadow:var(--shadow-s)}
.shot img{width:100%;height:100%;object-fit:cover}
.shot--tall img{aspect-ratio:16/10}
.shot-stack{display:grid;gap:1.15rem}
.shot-stack .shot img{aspect-ratio:16/9}
.shot-cap{
  position:absolute;left:0;right:0;bottom:0;padding:1rem;
  background:linear-gradient(180deg,transparent,rgba(43,4,4,.95));
  font-size:.84rem;font-weight:600;color:var(--gold-light);
}
/* ============ REVIEWS ============ */
.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}
.review{
  padding:1.4rem 1.3rem;border-radius:var(--r);
  background:linear-gradient(170deg,rgba(78,14,14,.7),rgba(43,4,4,.85));
  border:1px solid var(--line);box-shadow:var(--shadow-s);
  display:flex;flex-direction:column;gap:.9rem;
}
.stars{color:var(--gold);font-size:.8rem;letter-spacing:.12em}
.review p{font-size:.9rem;color:var(--text-soft);line-height:1.68}
.review-who{display:flex;align-items:center;gap:.7rem;margin-top:auto;padding-top:.9rem;border-top:1px solid var(--line)}
.avatar{
  width:40px;height:40px;border-radius:999px;flex:0 0 40px;
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:.9rem;color:#3A0606;
  background:linear-gradient(135deg,#FDE68A,#F59E0B);
}
.review-who strong{display:block;font-size:.9rem}
.review-who span{font-size:.78rem;color:var(--text-dim)}
/* ============ FAQ ============ */
.faq-wrap{max-width:920px}
.faq-item{
  border:1px solid var(--line);border-radius:var(--r);
  background:rgba(58,8,8,.6);margin-bottom:.8rem;overflow:hidden;
  transition:border-color .2s ease,background .2s ease;
}
.faq-item:hover{border-color:var(--line-strong)}
.faq-item summary{
  list-style:none;cursor:pointer;padding:1.05rem 1.2rem;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  font-weight:700;font-size:.98rem;color:var(--text);
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:'\f067';font-family:'Font Awesome 6 Free';font-weight:900;
  color:var(--amber);font-size:.85rem;transition:transform .25s ease;
}
.faq-item[open] summary{color:var(--gold-light);background:rgba(251,191,36,.06)}
.faq-item[open] summary::after{content:'\f068'}
.faq-body{padding:0 1.2rem 1.15rem;font-size:.9rem;color:var(--text-dim);line-height:1.7}
.faq-item summary:focus-visible{outline:2px solid var(--gold-light);outline-offset:-2px}
/* ============ CTA BAND ============ */
.cta-band{
  padding:2.4rem;border-radius:var(--r-l);
  background:
    radial-gradient(600px 260px at 88% 0%, rgba(251,191,36,.20), transparent 65%),
    linear-gradient(150deg,rgba(78,14,14,.95),rgba(43,4,4,.96));
  border:1px solid var(--line-strong);box-shadow:var(--shadow);
  display:grid;grid-template-columns:1.25fr .75fr;gap:2rem;align-items:center;
}
.cta-band h2{font-size:clamp(1.3rem,2.3vw,1.85rem);font-weight:800;line-height:1.3;margin-bottom:.7rem}
.cta-band p{color:var(--text-dim);font-size:.94rem;line-height:1.7}
.cta-actions{display:flex;flex-direction:column;gap:.75rem;align-items:stretch}
.pay-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.1rem}
.pay-chip{
  display:inline-flex;align-items:center;gap:.4rem;
  font-size:.78rem;font-weight:700;color:var(--gold-light);
  padding:.38rem .8rem;border-radius:999px;
  background:rgba(251,191,36,.09);border:1px solid var(--line);
}
/* ============ FOOTER ============ */
.site-footer{
  margin-top:70px;padding:64px 0 26px;
  background:linear-gradient(180deg,rgba(43,4,4,.5),#450A0A);
  border-top:1px solid var(--line-strong);
}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.2rem}
.foot-brand{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}
.foot-text{color:var(--text-dim);font-size:.9rem;line-height:1.7}
.foot-col h4{font-size:.92rem;color:var(--gold-light);margin-bottom:.9rem;font-weight:700}
.foot-col li{margin-bottom:.55rem}
.foot-col a,.foot-col span{color:var(--text-dim);font-size:.88rem}
.foot-col a:hover{color:var(--gold)}
.foot-bottom{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;
  margin-top:2.4rem;padding-top:1.3rem;border-top:1px solid var(--line);
  color:var(--text-dim);font-size:.84rem;
}
.badge-18{
  display:inline-flex;align-items:center;justify-content:center;
  width:38px;height:26px;border-radius:8px;
  border:1px solid var(--line-strong);color:var(--gold);
  font-size:.75rem;font-weight:800;
}
/* ============ FAB ============ */
.fab{
  position:fixed;left:1rem;bottom:6rem;z-index:50;
  width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:1.35rem;color:#450A0A;
  background:radial-gradient(circle at 32% 28%,#FDE68A,#FBBF24 46%,#B45309);
  border:2px solid #F59E0B;
  box-shadow:0 6px 25px rgba(245,158,11,.35);
  opacity:.85;
  animation:fabFloat 3.6s ease-in-out infinite;
  transition:transform .3s ease,opacity .3s ease,box-shadow .3s ease;
}
.fab:hover{opacity:1;transform:scale(1.1);box-shadow:0 10px 32px rgba(245,158,11,.55)}
.fab:active{transform:scale(.95) translateY(4px)}
.fab-badge{
  position:absolute;top:3px;right:3px;width:14px;height:14px;border-radius:50%;
  background:#DC2626;box-shadow:0 0 0 2px #fff;
}
@keyframes fabFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@media (prefers-reduced-motion:reduce){
  .fab{animation:none}
  *{transition-duration:.01ms !important}
}
/* ============ RESPONSIVE ============ */
@media (max-width:1024px){
  .hero-grid{grid-template-columns:1fr;gap:2.2rem}
  .split{grid-template-columns:1fr;gap:2.2rem}
  .spec-grid{grid-template-columns:1fr;gap:2rem}
  .game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shot-grid{grid-template-columns:1fr}
  .cta-band{grid-template-columns:1fr;gap:1.6rem}
  .foot-grid{grid-template-columns:1fr 1fr;gap:2rem}
}
@media (max-width:900px){
  .main-nav{display:none}
  .nav-toggle{display:inline-flex}
  .header-inner{height:70px;gap:.6rem}
  .btn-login{padding:.45rem .7rem;font-size:.8rem}
  .btn-signup{padding:.5rem .85rem;font-size:.8rem}
  .brand-name{font-size:.92rem}
}
@media (max-width:768px){
  .section{padding:60px 0}
  .section-tight{padding:48px 0}
  .hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .game-card--feature{grid-column:span 2}
  .review-grid{grid-template-columns:1fr}
  .cta-band{padding:1.7rem}
}
@media (max-width:520px){
  .container{padding:0 16px}
  .hero-points{gap:.45rem}
  .hero-points li{font-size:.78rem;padding:.35rem .65rem}
  .hero-cta .btn{width:100%}
  .portal-grid{grid-template-columns:1fr}
  .game-grid{grid-template-columns:1fr}
  .game-card--feature{grid-column:span 1}
  .steps{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr}
  .btn-login{display:inline-flex}
  .brand-sub{font-size:.6rem}
  .fab{width:52px;height:52px;left:.85rem;bottom:5.4rem;font-size:1.2rem}
}

/* roulang page: category3 */
:root{
  --bg-0:#2B0404;
  --bg-1:#450A0A;
  --surface:#3A0808;
  --surface-2:#4E0E0E;
  --gold:#FBBF24;
  --gold-light:#FDE68A;
  --amber:#F59E0B;
  --orange:#F97316;
  --text:#FFFBEB;
  --text-soft:#E7E5E4;
  --text-dim:#C9AC9C;
  --line:rgba(251,191,36,.20);
  --line-strong:rgba(251,191,36,.48);
  --r-s:10px;
  --r:16px;
  --r-l:24px;
  --shadow-s:0 10px 24px -14px rgba(0,0,0,.85);
  --shadow:0 24px 52px -24px rgba(0,0,0,.9);
  --glow:0 0 0 1px rgba(251,191,36,.4), 0 16px 38px -18px rgba(249,115,22,.7);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body.site-body{
  margin:0;
  font-family:'Be Vietnam Pro',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  font-size:16px;
  line-height:1.65;
  color:var(--text);
  background:
    radial-gradient(1100px 620px at 10% -10%, rgba(249,115,22,.20), transparent 62%),
    radial-gradient(900px 520px at 94% 4%, rgba(251,191,36,.15), transparent 64%),
    linear-gradient(180deg,#2B0404 0%,#3B0707 45%,#2B0404 100%);
  background-attachment:fixed;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,p{margin:0}
button,input,select{font:inherit;color:inherit}
:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
.section{padding:84px 0;position:relative}
.section-tight{padding:60px 0}
.section-alt{
  background:linear-gradient(180deg,rgba(78,14,14,.55),rgba(43,4,4,.25));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.sec-head{max-width:760px;margin-bottom:2.4rem}
.sec-head.center{margin-left:auto;margin-right:auto;text-align:center}
.eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--gold);background:rgba(251,191,36,.10);
  border:1px solid var(--line);border-radius:999px;padding:.35rem .85rem;margin-bottom:1rem;
}
h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;line-height:1.3;letter-spacing:-.015em}
.sec-head p{color:var(--text-dim);margin-top:.8rem;font-size:1rem;line-height:1.7}
.grid{display:grid;gap:1.25rem}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}

/* ============ HEADER ============ */
.site-header{
  position:sticky;top:0;z-index:70;
  background:rgba(38,4,4,.88);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;gap:1rem;height:76px}
.brand{display:flex;align-items:center;gap:.7rem;margin-right:auto;flex:1 1 auto;min-width:0}
.brand-mark{
  width:42px;height:42px;flex:0 0 42px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#FBBF24,#F97316);
  color:#450A0A;font-size:1.15rem;
  box-shadow:0 10px 24px -12px rgba(249,115,22,.95);
}
.brand-text{display:flex;flex-direction:column;min-width:0}
.brand-name{font-weight:800;font-size:1rem;letter-spacing:-.01em;color:#FFFBEB;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brand-sub{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:700}
.main-nav{display:flex;align-items:center;gap:.2rem}
.main-nav a{padding:.5rem .9rem;border-radius:999px;font-size:.9rem;font-weight:600;color:var(--text-soft)}
.main-nav a:hover{color:var(--gold-light);background:rgba(251,191,36,.10)}
.main-nav a.active{color:#450A0A;background:linear-gradient(135deg,#FBBF24,#F59E0B)}
.header-actions{display:flex;align-items:center;gap:.55rem;flex:0 0 auto}
.btn-login{
  padding:.5rem .95rem;border-radius:999px;font-size:.88rem;font-weight:600;
  color:var(--gold-light);border:1px solid rgba(251,191,36,.42);background:rgba(251,191,36,.05);
}
.btn-login:hover{background:rgba(251,191,36,.15);border-color:var(--gold)}
.btn-signup{
  padding:.55rem 1.15rem;border-radius:999px;font-size:.88rem;font-weight:700;
  color:#450A0A;background:linear-gradient(135deg,#FBBF24,#F97316);
  box-shadow:0 12px 26px -14px rgba(249,115,22,.95);
}
.btn-signup:hover{transform:translateY(-1px);box-shadow:0 16px 30px -14px rgba(249,115,22,1)}
.btn-signup:active{transform:translateY(0) scale(.97)}
.nav-toggle{
  display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--line);
  background:rgba(251,191,36,.06);color:var(--gold);align-items:center;justify-content:center;font-size:1.05rem;cursor:pointer;
}
.nav-toggle:hover{background:rgba(251,191,36,.15)}
.mobile-drawer{display:none;border-top:1px solid var(--line);background:rgba(43,4,4,.98);padding:1rem 20px 1.4rem}
.mobile-drawer.open{display:block}
.mobile-drawer a{display:block;padding:.8rem .9rem;border-radius:12px;font-weight:600;color:var(--text-soft);border:1px solid transparent}
.mobile-drawer a.active{color:var(--gold);border-color:var(--line-strong);background:rgba(251,191,36,.10)}
.mobile-drawer a:hover{background:rgba(251,191,36,.10);color:var(--gold-light)}

/* ============ BUTTONS ============ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 1.7rem;border-radius:999px;font-weight:700;font-size:.95rem;
  border:1px solid transparent;cursor:pointer;white-space:nowrap;
  transition:transform .18s ease,box-shadow .25s ease,background .25s ease,color .2s ease;
}
.btn-gold{background:linear-gradient(135deg,#FBBF24,#F97316);color:#3A0606;box-shadow:0 16px 34px -16px rgba(249,115,22,.95)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 22px 42px -16px rgba(249,115,22,1)}
.btn-gold:active{transform:translateY(0) scale(.98)}
.btn-outline{border-color:rgba(251,191,36,.5);color:var(--gold-light);background:rgba(251,191,36,.06)}
.btn-outline:hover{background:rgba(251,191,36,.15);border-color:var(--gold)}
.btn-sm{padding:.6rem 1.15rem;font-size:.86rem}

/* ============ HERO (CATEGORY) ============ */
.hero-cat{
  position:relative;overflow:hidden;padding:66px 0 0;
  border-bottom:1px solid var(--line);
}
.hero-cat-bg{
  position:absolute;inset:0;
  background-image:
    linear-gradient(105deg, rgba(43,4,4,.98) 0%, rgba(69,10,10,.86) 48%, rgba(43,4,4,.96) 100%),
    url('/assets/images/6a58439183bc2f52.jpg');
  background-size:cover;background-position:center;
}
.hero-cat::after{
  content:'';position:absolute;top:-160px;right:-140px;width:540px;height:540px;border-radius:50%;
  background:radial-gradient(circle,rgba(249,115,22,.28),transparent 68%);pointer-events:none;
}
.hero-cat-inner{
  position:relative;z-index:2;
  display:grid;grid-template-columns:1.25fr .85fr;gap:2.6rem;align-items:start;
  padding-bottom:2.6rem;
}
.hero-cat h1{
  font-size:clamp(1.7rem,3.6vw,2.7rem);
  font-weight:800;line-height:1.26;letter-spacing:-.015em;margin:1rem 0 1rem;
}
.hero-cat h1 .hl{
  background:linear-gradient(120deg,#FDE68A,#FBBF24 45%,#F97316);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-lead{color:var(--text-soft);font-size:1.02rem;line-height:1.72;max-width:640px;margin-bottom:1.4rem}
.hero-points{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.8rem}
.hero-points li{
  display:inline-flex;align-items:center;gap:.45rem;
  font-size:.82rem;font-weight:600;color:var(--gold-light);
  background:rgba(251,191,36,.09);border:1px solid var(--line);border-radius:999px;padding:.4rem .85rem;
}
.hero-points i{color:var(--gold);font-size:.78rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem}
.hero-side{
  background:linear-gradient(160deg,rgba(78,14,14,.92),rgba(43,4,4,.92));
  border:1px solid var(--line-strong);border-radius:var(--r-l);
  padding:1.6rem 1.5rem;box-shadow:var(--shadow-s);
}
.hero-side h3{font-size:1.02rem;font-weight:700;color:var(--gold-light);margin-bottom:.35rem}
.hero-side .side-note{font-size:.82rem;color:var(--text-dim);margin-bottom:1.1rem;line-height:1.6}
.meter{margin-bottom:1.05rem}
.meter:last-child{margin-bottom:0}
.meter-top{display:flex;justify-content:space-between;font-size:.82rem;font-weight:600;color:var(--text-soft);margin-bottom:.42rem}
.meter-top span:last-child{color:var(--gold)}
.meter-bar{height:8px;border-radius:999px;background:rgba(251,191,36,.12);overflow:hidden}
.meter-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#FBBF24,#F97316)}
.countdown-strip{
  position:relative;z-index:2;
  display:flex;flex-wrap:wrap;align-items:center;gap:1rem;justify-content:space-between;
  background:linear-gradient(90deg,rgba(251,191,36,.16),rgba(249,115,22,.10));
  border-top:1px solid var(--line-strong);
  padding:1rem 0;
}
.countdown-strip .cd-left{display:flex;align-items:center;gap:.75rem;font-size:.9rem;font-weight:600;color:var(--gold-light)}
.countdown-strip .cd-left i{font-size:1.05rem}
.cd-timer{display:flex;gap:.5rem}
.cd-unit{
  min-width:56px;text-align:center;border-radius:12px;padding:.4rem .55rem;
  background:rgba(43,4,4,.75);border:1px solid var(--line-strong);
}
.cd-unit b{display:block;font-size:1.05rem;font-weight:800;color:var(--gold-light);line-height:1.2}
.cd-unit small{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}

/* ============ CARDS ============ */
.card{
  background:linear-gradient(165deg,rgba(78,14,14,.75),rgba(43,4,4,.9));
  border:1px solid var(--line);border-radius:var(--r);
  padding:1.5rem 1.4rem;box-shadow:var(--shadow-s);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:var(--glow)}
.card h3{font-size:1.04rem;font-weight:700;color:var(--text);margin-bottom:.5rem}
.card p{font-size:.92rem;color:var(--text-dim);line-height:1.68}
.icon-badge{
  width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,rgba(251,191,36,.22),rgba(249,115,22,.14));
  border:1px solid var(--line-strong);color:var(--gold);font-size:1.05rem;margin-bottom:.9rem;
}
.tagline{
  display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--gold);background:rgba(251,191,36,.10);border:1px solid var(--line);
  border-radius:999px;padding:.22rem .7rem;margin-bottom:.65rem;
}

/* ============ STATS BAND ============ */
.stat-band{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;
  background:linear-gradient(120deg,rgba(78,14,14,.7),rgba(43,4,4,.85));
  border:1px solid var(--line);border-radius:var(--r-l);padding:1.5rem 1.4rem;margin-bottom:2.4rem;
}
.stat b{display:block;font-size:1.55rem;font-weight:800;color:var(--gold-light);line-height:1.2}
.stat span{font-size:.82rem;color:var(--text-dim)}

/* ============ TIER LIST ============ */
.tier-list{display:grid;gap:.85rem}
.tier-row{
  display:grid;grid-template-columns:1.1fr 1.5fr .8fr;gap:1rem;align-items:center;
  background:rgba(78,14,14,.42);border:1px solid var(--line);border-radius:var(--r);
  padding:1.05rem 1.25rem;transition:border-color .2s ease,background .2s ease;
}
.tier-row:hover{border-color:var(--line-strong);background:rgba(78,14,14,.62)}
.tier-row .t-name{font-weight:700;font-size:.95rem;color:var(--text)}
.tier-row .t-name small{display:block;font-weight:500;font-size:.78rem;color:var(--text-dim);margin-top:.2rem}
.tier-row .t-desc{font-size:.88rem;color:var(--text-dim)}
.tier-row .t-fps{font-weight:800;color:var(--gold);font-size:.95rem;text-align:right}

/* ============ PLATFORM COLUMNS ============ */
.platform-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem}
.platform-col{
  background:linear-gradient(170deg,rgba(78,14,14,.6),rgba(43,4,4,.88));
  border:1px solid var(--line);border-radius:var(--r-l);padding:1.7rem 1.5rem;
}
.platform-col h3{display:flex;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:800;margin-bottom:1rem}
.platform-col h3 i{color:var(--gold)}
.check-list li{display:flex;gap:.7rem;padding:.62rem 0;border-bottom:1px dashed rgba(251,191,36,.16);font-size:.92rem;color:var(--text-soft);line-height:1.6}
.check-list li:last-child{border-bottom:none}
.check-list i{color:var(--amber);margin-top:.28rem;font-size:.82rem}

/* ============ STEPS ============ */
.step-list{display:grid;gap:1rem;counter-reset:step}
.step{
  display:grid;grid-template-columns:56px 1fr;gap:1.1rem;align-items:start;
  padding:1.15rem 1.2rem;border:1px solid var(--line);border-radius:var(--r);
  background:rgba(43,4,4,.55);transition:border-color .2s ease,transform .2s ease;
}
.step:hover{border-color:var(--line-strong);transform:translateX(4px)}
.step-num{
  width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;
  font-weight:800;color:#450A0A;background:linear-gradient(135deg,#FBBF24,#F97316);font-size:1rem;
}
.step h4{font-size:1rem;font-weight:700;margin-bottom:.3rem}
.step p{font-size:.9rem;color:var(--text-dim);line-height:1.68}

/* ============ TOGGLE LISTS ============ */
.toggle-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}
.toggle-panel{border:1px solid var(--line);border-radius:var(--r-l);padding:1.5rem 1.4rem;background:rgba(58,8,8,.6)}
.toggle-panel.on{border-color:var(--line-strong);background:linear-gradient(165deg,rgba(78,14,14,.7),rgba(43,4,4,.85))}
.toggle-panel h3{font-size:1.02rem;font-weight:800;margin-bottom:1rem;display:flex;align-items:center;gap:.55rem}
.toggle-panel.on h3 i{color:#34D399}
.toggle-panel.off h3 i{color:#F87171}
.toggle-item{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:.6rem 0;border-bottom:1px dashed rgba(251,191,36,.14);font-size:.89rem;color:var(--text-soft)}
.toggle-item:last-child{border-bottom:none}
.toggle-item span:last-child{color:var(--text-dim);font-size:.82rem;text-align:right;flex:0 0 46%}

/* ============ HOUR CHART ============ */
.hour-chart{display:grid;gap:.7rem;margin-top:.4rem}
.hour-row{display:grid;grid-template-columns:120px 1fr 74px;gap:1rem;align-items:center;font-size:.86rem}
.hour-row .h-label{color:var(--text-soft);font-weight:600}
.hour-bar{height:11px;border-radius:999px;background:rgba(251,191,36,.10);overflow:hidden}
.hour-fill{height:100%;border-radius:999px}
.hour-fill.low{background:linear-gradient(90deg,#34D399,#10B981)}
.hour-fill.mid{background:linear-gradient(90deg,#FBBF24,#F59E0B)}
.hour-fill.high{background:linear-gradient(90deg,#F97316,#DC2626)}
.hour-row .h-note{text-align:right;color:var(--text-dim);font-size:.8rem}

/* ============ QUOTES ============ */
.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}
.quote{
  border:1px solid var(--line);border-radius:var(--r);padding:1.5rem 1.4rem;
  background:linear-gradient(170deg,rgba(78,14,14,.55),rgba(43,4,4,.85));
}
.quote .stars{color:var(--gold);font-size:.82rem;letter-spacing:.16em;margin-bottom:.75rem}
.quote p{font-size:.92rem;color:var(--text-soft);line-height:1.7;margin-bottom:1rem}
.quote .who{display:flex;align-items:center;gap:.7rem}
.quote .who .av{
  width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#FBBF24,#F97316);color:#450A0A;font-weight:800;font-size:.85rem;
}
.quote .who b{display:block;font-size:.88rem;color:var(--text)}
.quote .who small{font-size:.76rem;color:var(--text-dim)}

/* ============ FAQ ============ */
.faq-wrap{display:grid;gap:.85rem;max-width:900px}
.faq-item{border:1px solid var(--line);border-radius:var(--r);background:rgba(58,8,8,.55);overflow:hidden;transition:border-color .2s ease}
.faq-item[open]{border-color:var(--line-strong);background:rgba(78,14,14,.6)}
.faq-item summary{
  list-style:none;cursor:pointer;padding:1.1rem 1.3rem;font-weight:700;font-size:.98rem;
  color:var(--text);display:flex;justify-content:space-between;gap:1rem;align-items:center;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:'\f067';font-family:'Font Awesome 6 Free';font-weight:900;color:var(--gold);font-size:.8rem;transition:transform .2s ease;
}
.faq-item[open] summary::after{content:'\f068'}
.faq-item p{padding:0 1.3rem 1.2rem;font-size:.91rem;color:var(--text-dim);line-height:1.72}

/* ============ POSTS ============ */
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}
.post-card{
  border:1px solid var(--line);border-radius:var(--r);background:rgba(58,8,8,.55);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.post-card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:var(--glow)}
.post-link{display:block;padding:1.4rem 1.3rem}
.post-cat{
  display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--gold);background:rgba(251,191,36,.10);border:1px solid var(--line);border-radius:999px;padding:.2rem .65rem;margin-bottom:.7rem;
}
.post-title{font-size:1rem;font-weight:700;line-height:1.5;color:var(--text);margin-bottom:.5rem}
.post-exc{font-size:.87rem;color:var(--text-dim);line-height:1.65;margin-bottom:.9rem}
.post-date{font-size:.78rem;color:var(--text-dim);display:inline-flex;align-items:center;gap:.4rem}
.post-empty{font-size:.92rem;color:var(--text-dim);padding:1.2rem 0}

/* ============ FINAL CTA ============ */
.cta-final{
  position:relative;overflow:hidden;border:1px solid var(--line-strong);border-radius:var(--r-l);
  background:
    linear-gradient(110deg,rgba(43,4,4,.95),rgba(69,10,10,.88)),
    url('/assets/images/5270b6c9206b4ef3.jpg') center/cover no-repeat;
  padding:2.6rem 2.2rem;
}
.cta-final h2{margin-bottom:.75rem;max-width:720px}
.cta-final p{color:var(--text-soft);max-width:680px;line-height:1.72;margin-bottom:1.6rem;font-size:.98rem}
.cta-actions{display:flex;flex-wrap:wrap;gap:.75rem}

/* ============ FAB ============ */
.fab{
  position:fixed;left:1rem;bottom:6rem;z-index:50;
  width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:1.25rem;color:#FFFBEB;
  background:radial-gradient(circle at 35% 30%,#7F1D1D,#450A0A 70%);
  border:2px solid #F59E0B;
  box-shadow:0 6px 25px rgba(245,158,11,.35);
  opacity:.85;transition:transform .25s ease,opacity .25s ease;
  animation:fabFloat 3.6s ease-in-out infinite;
}
.fab:hover{opacity:1;transform:scale(1.1)}
.fab:hover i{animation:fabSpin .6s ease}
.fab:active{transform:scale(.95) translateY(4px)}
.fab .fab-dot{
  position:absolute;top:-2px;right:-2px;width:14px;height:14px;border-radius:50%;
  background:#DC2626;border:2px solid #FFFBEB;
}
@keyframes fabFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes fabSpin{from{transform:rotate(0)}to{transform:rotate(360deg)}}

/* ============ FOOTER ============ */
.site-footer{
  border-top:1px solid var(--line);
  background:linear-gradient(180deg,rgba(43,4,4,.6),rgba(28,3,3,.95));
  padding:60px 0 26px;margin-top:20px;
}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2.2rem;border-bottom:1px solid var(--line)}
.foot-brand{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}
.foot-text{font-size:.88rem;color:var(--text-dim);line-height:1.72;max-width:420px}
.foot-col h4{font-size:.9rem;font-weight:800;color:var(--gold-light);margin-bottom:.9rem;letter-spacing:.02em}
.foot-col ul{display:grid;gap:.5rem}
.foot-col li a,.foot-col li span{font-size:.87rem;color:var(--text-dim)}
.foot-col li a:hover{color:var(--gold)}
.foot-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.8rem;padding-top:1.4rem}
.foot-bottom p{font-size:.82rem;color:var(--text-dim)}
.badge-18{
  font-size:.72rem;font-weight:800;letter-spacing:.08em;color:var(--gold);
  border:1px solid var(--line-strong);border-radius:999px;padding:.2rem .65rem;
}

/* ============ RESPONSIVE ============ */
@media (max-width:1024px){
  .main-nav a{padding:.45rem .7rem;font-size:.85rem}
  .hero-cat-inner{grid-template-columns:1fr;gap:2rem}
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .stat-band{grid-template-columns:repeat(2,1fr)}
  .post-grid{grid-template-columns:repeat(2,1fr)}
  .quote-grid{grid-template-columns:1fr}
  .tier-row{grid-template-columns:1fr 1fr;gap:.6rem}
  .tier-row .t-fps{grid-column:2;text-align:right}
}
@media (max-width:880px){
  .main-nav{display:none}
  .nav-toggle{display:flex}
  .btn-login{padding:.42rem .72rem;font-size:.8rem}
  .btn-signup{padding:.46rem .85rem;font-size:.8rem}
}
@media (max-width:768px){
  .section{padding:60px 0}
  .grid-3{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .platform-grid{grid-template-columns:1fr}
  .toggle-grid{grid-template-columns:1fr}
  .post-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr;gap:1.6rem}
  .hero-cat{padding-top:48px}
  .hour-row{grid-template-columns:96px 1fr 66px;gap:.7rem;font-size:.8rem}
  .cta-final{padding:2rem 1.4rem}
}
@media (max-width:520px){
  .container{padding:0 16px}
  .header-inner{height:68px;gap:.5rem}
  .brand-name{font-size:.86rem}
  .brand-sub{font-size:.6rem}
  .brand-mark{width:38px;height:38px;flex:0 0 38px}
  .stat-band{grid-template-columns:1fr 1fr;padding:1.2rem 1rem}
  .grid-4{grid-template-columns:1fr}
  .step{grid-template-columns:1fr;gap:.8rem}
  .tier-row{grid-template-columns:1fr}
  .tier-row .t-fps{grid-column:1;text-align:left}
  .cd-unit{min-width:48px}
  .foot-grid{grid-template-columns:1fr}
  .toggle-item{flex-direction:column;gap:.2rem}
  .toggle-item span:last-child{text-align:left;flex:auto}
  .fab{left:.75rem;bottom:5.5rem;width:52px;height:52px}
}
