
:root{--bg:#090807;--bg2:#13100d;--card:#18140f;--card2:#211b14;--gold:#d8b45a;--gold2:#ffdf85;--text:#f7f3e8;--muted:#bdb6a7;--line:rgba(216,180,90,.22);--shadow:0 18px 50px rgba(0,0,0,.35);--radius:22px}.desktop-nav{display:flex}.mobile-toggle{display:none}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#211806 0,#090807 42%,#050505 100%);color:var(--text);font-family:Inter,Arial,'Noto Sans SC','Microsoft YaHei',sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin:auto}.narrow{width:min(920px,92vw)}.site-header{position:sticky;top:0;z-index:50;background:rgba(9,8,7,.88);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{height:62px;width:min(1240px,94vw);margin:auto;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.3px}.brand-mark{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#15100a;font-weight:900}.desktop-nav{gap:4px;flex:1;justify-content:center}.nav-link{font-size:13px;padding:8px 10px;border-radius:999px;color:var(--muted)}.nav-link:hover,.nav-link.active{background:rgba(216,180,90,.12);color:var(--gold2)}.header-actions{display:flex;align-items:center;gap:10px}.lang-switch{position:relative}.lang-switch button{height:30px;border:1px solid var(--line);background:#17120d;color:var(--gold2);border-radius:999px;padding:0 10px;font-size:12px}.lang-menu{position:absolute;right:0;top:38px;background:#1d160f;border:1px solid var(--line);border-radius:16px;padding:8px;min-width:150px;display:none;box-shadow:var(--shadow)}.lang-switch.open .lang-menu{display:block}.lang-item{display:block;padding:8px 10px;border-radius:10px;color:var(--muted);font-size:13px}.lang-item:hover{background:rgba(216,180,90,.13);color:var(--gold2)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#15100a;font-weight:800;border-radius:999px;padding:12px 22px;border:0;box-shadow:0 12px 30px rgba(216,180,90,.18)}.btn-small{padding:8px 14px;font-size:13px}.btn-ghost{background:transparent;color:var(--gold2);border:1px solid var(--line);box-shadow:none}.home-hero{position:relative;overflow:hidden}.home-hero img{width:100%;min-height:420px;object-fit:cover}.hero-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;width:min(1180px,92vw);margin:auto;left:0;right:0;pointer-events:none}.hero-overlay>*{max-width:620px;pointer-events:auto}.hero-overlay h1,.page-hero h1{font-size:clamp(34px,5vw,68px);line-height:1.08;margin:0 0 16px}.hero-overlay p,.page-hero p{font-size:clamp(15px,1.5vw,19px);color:var(--muted)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.page-hero{padding:86px 0 70px;background:linear-gradient(135deg,rgba(216,180,90,.13),transparent 55%),radial-gradient(circle at right,rgba(216,180,90,.1),transparent 40%);border-bottom:1px solid var(--line)}.eyebrow{color:var(--gold2);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.section{padding:70px 0}.section-head{margin-bottom:26px}.section-head h2,h2{font-size:clamp(26px,3vw,42px);line-height:1.15;margin:0 0 10px}.split{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:center}.gold-panel,.feature-card,.promo-card,.side-panel,.detail-card,.vip-card,.info-row{background:linear-gradient(180deg,var(--card2),var(--card));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.gold-panel{padding:36px;text-align:center}.gold-panel i,.feature-card i{font-size:28px;color:var(--gold2)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-card{padding:24px}.feature-card h3{margin:12px 0 6px}.feature-card p,.promo-body p,.side-panel,.detail-card li,.vip-card small,p{color:var(--muted)}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.promo-card{overflow:hidden;transition:.25s}.promo-card:hover{transform:translateY(-5px);border-color:rgba(255,223,133,.45)}.promo-img{position:relative;display:block;overflow:hidden;aspect-ratio:901/427}.promo-img img{width:100%;height:100%;object-fit:cover;transition:.35s}.promo-card:hover .promo-img img{transform:scale(1.04)}.promo-img span{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#ffca42,#fff0a0);color:#15100a;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:900}.promo-body{padding:18px}.promo-body h3{margin:0 0 8px}.provider-cloud{display:flex;flex-wrap:wrap;gap:12px}.provider-cloud span,.pay-row span{padding:12px 16px;border:1px solid var(--line);background:#15110d;border-radius:999px;color:var(--gold2)}.content-layout{display:grid;grid-template-columns:1fr 300px;gap:30px}.side-panel{padding:22px;height:max-content}.side-panel a{display:block;padding:10px 0;color:var(--muted);border-bottom:1px solid rgba(255,255,255,.06)}.info-list{display:grid;gap:14px;margin-top:22px}.info-row{display:flex;gap:14px;padding:18px}.info-row i{color:var(--gold2);margin-top:7px}.faq-list{display:grid;gap:12px}.faq-list details{background:linear-gradient(180deg,var(--card2),var(--card));border:1px solid var(--line);border-radius:18px;padding:16px 18px}.faq-list summary{cursor:pointer;font-weight:800}.faq-list p{margin-bottom:0}.vip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.vip-card{padding:26px;text-align:center}.vip-card i{font-size:34px;color:var(--gold2)}.vip-card strong{display:block;font-size:30px;color:var(--gold2);margin:8px 0}.detail-banner{border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow);margin-bottom:24px}.detail-card{padding:24px;margin:18px 0}.back-link{display:inline-flex;gap:8px;color:var(--gold2);margin-bottom:20px}.site-footer{border-top:1px solid var(--line);background:#070605;padding-top:54px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:36px}.footer-brand{margin-bottom:12px}.footer-links{display:grid;gap:8px}.footer-links a{color:var(--muted)}.pay-row{display:flex;flex-wrap:wrap;gap:8px}.small{font-size:13px}.footer-bottom{text-align:center;color:#8d8576;border-top:1px solid rgba(255,255,255,.06);padding:18px;margin-top:40px}.mobile-drawer,.drawer-backdrop{display:none}@media(max-width:980px){.desktop-nav,.header-actions>.lang-switch,.header-actions>.btn{display:none}.mobile-toggle{display:inline-grid;place-items:center;background:transparent;border:1px solid var(--line);color:var(--gold2);width:38px;height:38px;border-radius:12px}.header-inner{height:56px}.mobile-drawer{display:block;position:fixed;z-index:80;top:0;right:-320px;width:300px;max-width:86vw;height:100vh;background:#100d09;border-left:1px solid var(--line);transition:.25s;padding:18px}.drawer-backdrop{position:fixed;z-index:70;inset:0;background:rgba(0,0,0,.55)}body.drawer-open .mobile-drawer{right:0}body.drawer-open .drawer-backdrop{display:block}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-close{background:transparent;border:0;color:var(--gold2);font-size:22px}.drawer-links{display:grid;gap:6px;margin:24px 0}.drawer-links a{padding:12px;border-radius:12px;background:#17120d;color:var(--muted)}.drawer-links i{margin-right:8px;color:var(--gold2)}.drawer-lang{border-top:1px solid var(--line);padding-top:18px}.drawer-lang .lang-item{background:#17120d;margin-bottom:6px}.split,.content-layout,.footer-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,1fr)}.promo-grid,.vip-grid{grid-template-columns:1fr 1fr}.hero-overlay{position:relative;padding:28px 4vw;background:#0b0907}.home-hero img{min-height:auto}.section{padding:46px 0}}@media(max-width:620px){.promo-grid,.vip-grid,.feature-grid{grid-template-columns:1fr}.page-hero{padding:54px 0}.brand span:last-child{font-size:15px}.hero-overlay h1{font-size:30px}.btn{width:100%}}

/* V8.1 8win-style country selector */
.country-select-section{padding:28px 0 14px;background:linear-gradient(180deg,rgba(212,175,55,.08),rgba(17,17,17,0));}
.country-select-card{position:relative;overflow:hidden;border:1px solid rgba(212,175,55,.18);border-radius:24px;background:linear-gradient(135deg,rgba(28,24,18,.96),rgba(14,14,14,.98));box-shadow:0 20px 60px rgba(0,0,0,.32);padding:24px;}
.country-select-card:before{content:"";position:absolute;inset:-80px auto auto -80px;width:210px;height:210px;background:radial-gradient(circle,rgba(212,175,55,.22),transparent 65%);pointer-events:none;}
.country-select-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px;position:relative;z-index:1;}
.country-select-head h2{margin:2px 0 0;color:#fff;font-size:28px;line-height:1.15;}
.country-select-head p:not(.eyebrow){max-width:650px;margin:0;color:#bdb6a9;line-height:1.65;font-size:14px;}
.country-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;position:relative;z-index:1;}
.country-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:118px;padding:16px 10px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.035);text-align:center;text-decoration:none;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease;}
.country-card:hover,.country-card.active{transform:translateY(-4px);border-color:rgba(212,175,55,.55);background:linear-gradient(180deg,rgba(212,175,55,.13),rgba(255,255,255,.04));box-shadow:0 14px 34px rgba(0,0,0,.28),0 0 0 1px rgba(212,175,55,.08) inset;}
.country-card img{width:46px;height:46px;object-fit:cover;border-radius:50%;box-shadow:0 8px 20px rgba(0,0,0,.28);margin-bottom:10px;}
.country-card span{color:#fff;font-weight:700;font-size:14px;line-height:1.2;}
.country-card small{color:#d4af37;font-size:11px;margin-top:5px;letter-spacing:.02em;}
@media(max-width:1100px){.country-grid{grid-template-columns:repeat(4,minmax(0,1fr));}.country-select-head{align-items:flex-start;flex-direction:column;}}
@media(max-width:640px){.country-select-section{padding:18px 0 8px;}.country-select-card{padding:18px;border-radius:20px;}.country-select-head{gap:8px;margin-bottom:14px;}.country-select-head h2{font-size:22px;}.country-select-head p:not(.eyebrow){font-size:13px;}.country-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}.country-card{min-height:104px;border-radius:16px;padding:14px 8px;}.country-card img{width:40px;height:40px}.country-card span{font-size:13px}.country-card small{font-size:10px}}


/* V8.2: 8win-style country selector inside hero + click-only language dropdown */
.home-hero{position:relative;background:#050505;}
.home-hero .hero-overlay{display:none!important;}
.hero-country-card{position:absolute;left:clamp(22px,5vw,70px);bottom:clamp(22px,5vw,64px);z-index:3;width:360px;max-width:calc(100% - 44px);padding:18px 18px 16px;border:1px solid rgba(216,180,90,.55);border-radius:18px;background:rgba(5,5,5,.72);backdrop-filter:blur(10px);box-shadow:0 20px 48px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.04) inset;}
.hero-country-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;}
.hero-country-top strong{font-size:15px;line-height:1.2;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.55);}
.hero-play-btn{display:inline-flex;align-items:center;justify-content:center;min-width:108px;height:38px;padding:0 18px;border-radius:999px;border:2px solid var(--gold);background:linear-gradient(180deg,rgba(23,18,13,.88),rgba(10,8,6,.9));color:var(--gold2);font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.35);transition:.2s ease;}
.hero-play-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,var(--gold),var(--gold2));color:#15100a;}
.hero-country-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 10px;}
.hero-country{display:flex;flex-direction:column;align-items:center;gap:6px;color:#fff;font-weight:800;font-size:12px;line-height:1.1;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.65);transition:.2s ease;}
.hero-country img{width:44px;height:44px;object-fit:cover;border-radius:50%;box-shadow:0 6px 16px rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.18);}
.hero-country:hover{transform:translateY(-3px);color:var(--gold2);}
.hero-country.active img,.hero-country:hover img{box-shadow:0 0 0 2px rgba(216,180,90,.75),0 8px 18px rgba(0,0,0,.45);}
.lang-switch button{cursor:pointer;}
.country-select-section{display:none!important;}
@media(max-width:980px){
  .home-hero{display:flex;flex-direction:column;background:#050505;}
  .home-hero picture{order:1;}
  .hero-country-card{order:2;position:relative;left:auto;bottom:auto;margin:-6px auto 0;width:min(360px,92vw);padding:16px 14px 18px;border-radius:0 0 18px 18px;border-top:0;background:#050505;box-shadow:none;}
  .hero-country-top{justify-content:center;flex-direction:column;gap:14px;margin-bottom:14px;}
  .hero-country-top strong{font-size:18px;}
  .hero-country-grid{gap:13px 10px;}
  .hero-country img{width:46px;height:46px;}
  .hero-play-btn{min-width:126px;height:36px;order:3;}
}
@media(max-width:420px){.hero-country-card{width:100%;max-width:100%;border-left:0;border-right:0}.hero-country{font-size:11px}.hero-country img{width:42px;height:42px}}

/* V8.3 FIX: 8win-style hero country selector inside banner */
.home-hero{
  position:relative!important;
  overflow:hidden!important;
  background:#000!important;
}
.home-hero > picture,
.home-hero > picture > source{
  display:block!important;
}
.home-hero > picture > img{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  object-fit:cover!important;
  display:block!important;
}
.home-hero .hero-country-card{
  position:absolute!important;
  left:clamp(28px,4vw,72px)!important;
  bottom:clamp(28px,4vw,64px)!important;
  z-index:5!important;
  width:300px!important;
  max-width:calc(100% - 56px)!important;
  padding:14px 14px 16px!important;
  border:1px solid rgba(216,180,90,.72)!important;
  border-radius:16px!important;
  background:rgba(0,0,0,.72)!important;
  backdrop-filter:blur(8px)!important;
  box-shadow:0 16px 46px rgba(0,0,0,.52)!important;
}
.home-hero .hero-country-top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:0 0 13px!important;
}
.home-hero .hero-country-top strong{
  color:#fff!important;
  font-size:14px!important;
  line-height:1.1!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.home-hero .hero-play-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:6px 16px!important;
  border-radius:999px!important;
  border:2px solid var(--gold)!important;
  color:var(--gold2)!important;
  background:rgba(0,0,0,.36)!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1!important;
  box-shadow:none!important;
  white-space:nowrap!important;
}
.home-hero .hero-country-grid{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:12px 8px!important;
  clear:none!important;
}
.home-hero .hero-country{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:5px!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1.15!important;
  font-weight:850!important;
  text-align:center!important;
  text-shadow:0 2px 8px rgba(0,0,0,.7)!important;
}
.home-hero .hero-country img{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  max-width:42px!important;
  max-height:42px!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  border-radius:50%!important;
  display:block!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 6px 16px rgba(0,0,0,.5)!important;
}
.home-hero .hero-country span{
  display:block!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1.1!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
.home-hero .hero-country:hover,
.home-hero .hero-country.active{
  transform:translateY(-2px)!important;
  color:var(--gold2)!important;
}
.home-hero .hero-country:hover img,
.home-hero .hero-country.active img{
  box-shadow:0 0 0 2px rgba(216,180,90,.8),0 8px 18px rgba(0,0,0,.52)!important;
}
.home-hero .hero-overlay{
  display:none!important;
}
@media(max-width:980px){
  .home-hero{
    display:flex!important;
    flex-direction:column!important;
  }
  .home-hero > picture > img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }
  .home-hero .hero-country-card{
    position:relative!important;
    left:auto!important;
    bottom:auto!important;
    order:2!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:18px 18px 20px!important;
    border-left:0!important;
    border-right:0!important;
    border-radius:0 0 20px 20px!important;
    background:#050505!important;
    box-shadow:0 12px 28px rgba(0,0,0,.45)!important;
  }
  .home-hero .hero-country-top{
    flex-direction:column!important;
    justify-content:center!important;
    gap:12px!important;
    margin-bottom:16px!important;
  }
  .home-hero .hero-country-top strong{
    font-size:17px!important;
  }
  .home-hero .hero-play-btn{
    min-height:34px!important;
    padding:7px 18px!important;
  }
  .home-hero .hero-country-grid{
    max-width:360px!important;
    margin:0 auto!important;
    grid-template-columns:repeat(4,1fr)!important;
    gap:13px 12px!important;
  }
  .home-hero .hero-country img{
    width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;
  }
}
@media(max-width:420px){
  .home-hero .hero-country-card{padding-left:14px!important;padding-right:14px!important;}
  .home-hero .hero-country-grid{gap:12px 8px!important;}
  .home-hero .hero-country img{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;}
  .home-hero .hero-country span{font-size:10.5px!important;}
}

/* V8.4 FIX: mobile country card overlays inside hero banner like 8win */
@media(max-width:980px){
  .home-hero{
    display:block!important;
    position:relative!important;
    overflow:hidden!important;
    background:#000!important;
  }
  .home-hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(12,31,52,.18) 40%,rgba(15,58,91,.62) 68%,rgba(0,0,0,.72) 100%);
  }
  .home-hero > picture{
    display:block!important;
    position:relative!important;
    z-index:1!important;
  }
  .home-hero > picture > img{
    width:100%!important;
    height:clamp(560px,155vw,760px)!important;
    min-height:560px!important;
    object-fit:cover!important;
    object-position:top center!important;
    display:block!important;
  }
  .home-hero .hero-country-card{
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    bottom:34px!important;
    transform:translateX(-50%)!important;
    z-index:6!important;
    order:initial!important;
    width:min(360px,92vw)!important;
    max-width:92vw!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    backdrop-filter:none!important;
    box-shadow:none!important;
  }
  .home-hero .hero-country-top{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    margin:0 0 16px!important;
  }
  .home-hero .hero-country-top strong{
    font-size:18px!important;
    color:#fff!important;
    text-align:center!important;
    text-shadow:0 2px 10px rgba(0,0,0,.75)!important;
  }
  .home-hero .hero-play-btn{
    order:2!important;
    min-width:128px!important;
    min-height:36px!important;
    padding:7px 18px!important;
    border:2px solid var(--gold)!important;
    border-radius:999px!important;
    background:rgba(8,8,8,.48)!important;
    color:var(--gold2)!important;
    font-size:13px!important;
    font-weight:950!important;
    box-shadow:0 8px 20px rgba(0,0,0,.38)!important;
  }
  .home-hero .hero-country-grid{
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    gap:14px 12px!important;
    max-width:350px!important;
    margin:0 auto!important;
  }
  .home-hero .hero-country{
    color:#fff!important;
    font-size:11px!important;
    font-weight:850!important;
    text-shadow:0 2px 8px rgba(0,0,0,.75)!important;
  }
  .home-hero .hero-country img{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    max-width:44px!important;
    max-height:44px!important;
    border-radius:50%!important;
    object-fit:cover!important;
    box-shadow:0 7px 16px rgba(0,0,0,.48)!important;
  }
}
@media(max-width:420px){
  .home-hero > picture > img{
    height:clamp(545px,155vw,670px)!important;
    min-height:545px!important;
  }
  .home-hero .hero-country-card{bottom:28px!important;width:94vw!important;max-width:94vw!important;}
  .home-hero .hero-country-grid{gap:13px 8px!important;max-width:330px!important;}
  .home-hero .hero-country img{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;}
  .home-hero .hero-country span{font-size:10.5px!important;}
}


/* V8.3 Casino & Slots Enterprise Test Build */
.enterprise-hero{background:radial-gradient(circle at 20% 0%,rgba(212,175,55,.18),transparent 30%),linear-gradient(135deg,#100d09,#18120c 55%,#0a0a0a);border-bottom:1px solid rgba(212,175,55,.16)}
.enterprise-hero .container{padding-top:74px;padding-bottom:58px}
.provider-section{position:relative}
.provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:28px}
.provider-card{position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));border:1px solid rgba(212,175,55,.18);border-radius:22px;padding:22px;box-shadow:0 20px 60px rgba(0,0,0,.28);transition:.25s ease}
.provider-card:hover{transform:translateY(-5px);border-color:rgba(212,175,55,.55);box-shadow:0 26px 75px rgba(212,175,55,.13)}
.provider-logo-wrap{height:92px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.06);border-radius:18px;margin-bottom:18px}
.provider-logo-wrap img{max-width:82%;max-height:68px;object-fit:contain;transition:.25s ease}
.provider-card:hover .provider-logo-wrap img{transform:scale(1.05)}
.provider-card h3{margin:0 0 8px;color:#fff;font-size:20px}
.provider-card p{color:#cfc8b9;line-height:1.7;margin:0 0 14px}
.provider-tags{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 18px}
.provider-tags span{font-size:12px;color:#f3d889;border:1px solid rgba(212,175,55,.28);background:rgba(212,175,55,.08);border-radius:999px;padding:6px 10px}
.provider-link{display:inline-flex;align-items:center;gap:8px;color:#111;background:linear-gradient(135deg,#f7d56a,#b8860b);border-radius:999px;padding:9px 14px;font-weight:800;text-decoration:none}
.seo-rich{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch}
.seo-panel,.topic-card{background:rgba(255,255,255,.045);border:1px solid rgba(212,175,55,.16);border-radius:22px;padding:24px}
.topic-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:22px}
.topic-card i{color:#d4af37;font-size:22px;margin-bottom:12px}.topic-card h3{margin:0 0 8px;color:#fff}.topic-card p{margin:0;color:#cfc8b9;line-height:1.65}
.game-pill-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.game-pill-grid span{border:1px solid rgba(212,175,55,.22);background:rgba(0,0,0,.2);border-radius:999px;color:#ddd;padding:10px 14px}
.copy-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:20px}.copy-card{background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:22px}.copy-card h3{color:#fff;margin-top:0}.copy-card p,.copy-card li{color:#cfc8b9;line-height:1.75}
@media(max-width:980px){.provider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-rich{grid-template-columns:1fr}}
@media(max-width:640px){.provider-grid,.topic-grid,.copy-columns{grid-template-columns:1fr}.provider-card{padding:18px;border-radius:18px}.provider-logo-wrap{height:82px}.enterprise-hero .container{padding-top:54px;padding-bottom:42px}}
