/* Primebet kaszinó — main.css */
:root{
  --bg:#08160d; --bg-2:#0c1f12; --surface:#103019; --surface-2:#163c20; --elev:#1d4d2a;
  --border:#1e3f29; --border-2:#2c5638;
  --gold:#e9c24a; --gold-2:#f7da7e; --gold-d:#c89a2c; --ink:#1c1505;
  --blue-1:#15532b; --blue-2:#06120a;
  --text:#eef3ee; --muted:#a7bdab; --dim:#6f8a76;
  --green:#5fe08a;
  --r-sm:8px; --r:12px; --r-lg:18px; --r-pill:999px;
  --wrap:1240px; --head-h:68px;
  --sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --head:"Montserrat",var(--sans);
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);
  font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}
ul{margin:0;padding:0;list-style:none}
.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 16px}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-family:var(--sans);font-weight:700;font-size:15px;line-height:1;
  padding:13px 22px;border-radius:var(--r-pill);transition:.18s ease;white-space:nowrap}
.btn-primary{background:var(--gold);color:#fff}
.btn-primary:hover{background:var(--gold-2);transform:translateY(-1px)}
.btn-ghost{background:var(--surface-2);color:#fff}
.btn-ghost:hover{background:var(--elev)}
.btn-sm{padding:9px 16px;font-size:13px}
.btn-lg{padding:15px 30px;font-size:16px}
.gicon{width:22px;height:22px;background:#fff;border-radius:50%;display:inline-flex;
  align-items:center;justify-content:center;font-weight:800;color:#4285f4;font-size:13px}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:60;background:rgba(8,22,13,.93);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
.header-inner{display:flex;align-items:center;gap:14px;height:var(--head-h)}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{height:30px;width:auto}
.nav-pills{display:none;align-items:center;gap:6px;background:var(--surface);
  border:1px solid var(--border);border-radius:var(--r-pill);padding:4px}
.nav-pills a{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border-radius:var(--r-pill);
  font-size:14px;font-weight:600;color:var(--muted)}
.nav-pills a.active,.nav-pills a:hover{background:var(--surface-2);color:#fff}
.nav-pills .dot{width:7px;height:7px;border-radius:50%;background:var(--gold)}
.header-spacer{flex:1 1 auto}
.header-auth{display:none;align-items:center;gap:10px}
.header-mobile{display:flex;align-items:center;gap:10px;margin-left:auto}
.burger{width:42px;height:42px;border-radius:var(--r);background:var(--surface-2);
  display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}
.burger span{width:18px;height:2px;background:#fff;border-radius:2px;transition:.2s}

/* ---------- mobile drawer ---------- */
.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);opacity:0;visibility:hidden;
  transition:.25s;z-index:80}
.drawer-overlay.open{opacity:1;visibility:visible}
.drawer{position:fixed;top:0;right:0;height:100%;width:84%;max-width:340px;background:var(--bg-2);
  border-left:1px solid var(--border);transform:translateX(100%);transition:transform .28s ease;
  z-index:90;display:flex;flex-direction:column;padding:18px}
.drawer.open{transform:translateX(0)}
.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.drawer-head img{height:28px}
.drawer-close{font-size:26px;line-height:1;width:38px;height:38px;border-radius:var(--r);
  background:var(--surface-2);color:#fff}
.drawer nav a{display:flex;align-items:center;gap:12px;padding:13px 12px;border-radius:var(--r);
  font-weight:600;color:var(--text);font-size:15px}
.drawer nav a:hover,.drawer nav a.active{background:var(--surface);color:#fff}
.drawer nav a .ic{font-size:18px;width:22px;text-align:center}
.drawer-cta{display:grid;gap:10px;margin-top:auto;padding-top:16px}

/* ---------- hero ---------- */
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--border);
  background:#06120a}
.hero::before{content:"";position:absolute;inset:0;
  background:linear-gradient(95deg,#06120a 26%,rgba(21,83,43,.5) 60%,rgba(21,83,43,.8) 100%),
  url("../img/hero-bg.webp") center right/cover no-repeat;
  background-blend-mode:normal;opacity:1}
.hero-man{position:absolute;right:2%;bottom:0;height:104%;width:auto;z-index:1;
  pointer-events:none;filter:drop-shadow(0 8px 30px rgba(0,0,0,.5));display:none}
.hero-inner{position:relative;z-index:2;padding:48px 16px 44px;min-height:300px;
  display:flex;flex-direction:column;justify-content:center}
.hero-kicker{font-family:var(--head);font-weight:800;letter-spacing:.04em;text-transform:uppercase;
  color:#fff;font-size:30px;line-height:1.05;margin:0}
.hero-amount{font-family:var(--head);font-weight:800;color:var(--gold);font-size:26px;
  line-height:1.15;margin:8px 0 0}
.hero-amount span{color:var(--gold-2)}
.hero-sub{color:#cfe2d3;margin:10px 0 22px;font-size:15px;max-width:430px}
.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}

/* ---------- category bar ---------- */
.catbar{background:var(--bg-2);border-bottom:1px solid var(--border);position:sticky;
  top:var(--head-h);z-index:40}
.catbar-inner{display:flex;align-items:center;gap:10px;width:100%;max-width:var(--wrap);
  margin:0 auto;padding:12px 16px;overflow-x:auto;scrollbar-width:none}
.catbar-inner::-webkit-scrollbar{display:none}
.catbar a{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:var(--r-pill);
  background:var(--surface);border:1px solid var(--border);font-size:14px;font-weight:600;
  color:var(--muted);white-space:nowrap;flex:0 0 auto}
.catbar a.active,.catbar a:hover{background:var(--surface-2);color:#fff}
.catbar a.active{box-shadow:inset 0 0 0 1px var(--border-2)}
.catsearch{margin-left:auto;display:flex;align-items:center;gap:8px;padding:9px 16px;
  background:var(--surface);border:1px solid var(--border);border-radius:var(--r-pill);
  color:var(--dim);font-size:14px;flex:0 0 auto}

/* ---------- sections ---------- */
.section{padding:30px 0}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}
.row-title{display:flex;align-items:center;gap:9px;font-family:var(--head);font-weight:700;
  font-size:20px;margin:0;color:#fff}
.row-title .fire{color:var(--gold);font-size:18px}
.show-all{font-size:13px;font-weight:600;color:var(--muted);display:inline-flex;align-items:center;gap:6px;
  padding:7px 14px;border:1px solid var(--border);border-radius:var(--r-pill)}
.show-all:hover{color:#fff;border-color:var(--border-2)}

/* ---------- slot grid ---------- */
.slot-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.slot{position:relative;border-radius:var(--r);overflow:hidden;background:var(--surface);
  aspect-ratio:400/560;display:block;border:1px solid var(--border)}
.slot img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.slot:hover img{transform:scale(1.06)}
.slot-ov{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;
  padding:10px;background:linear-gradient(to top,rgba(0,0,0,.82) 4%,rgba(0,0,0,0) 46%);
  opacity:1;transition:.25s}
.slot-name{font-weight:700;font-size:12px;line-height:1.2;color:#fff;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.slot-prov{font-size:10px;color:var(--muted);margin-top:2px;text-transform:uppercase;letter-spacing:.03em}
.slot-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  background:rgba(4,12,8,.6);opacity:0;transition:.22s}
.slot:hover .slot-play{opacity:1}
.slot-play span{background:var(--gold);color:#fff;font-weight:700;font-size:13px;
  padding:10px 20px;border-radius:var(--r-pill)}

/* ---------- promo cards ---------- */
.promo-grid{display:grid;grid-template-columns:1fr;gap:14px}
.promo{position:relative;display:flex;align-items:center;gap:14px;background:var(--surface);
  border:1px solid var(--border);border-radius:var(--r-lg);padding:18px;overflow:hidden}
.promo::after{content:"";position:absolute;right:-40px;top:-30px;width:150px;height:170px;
  background:radial-gradient(circle at 60% 40%,rgba(233,194,74,.3),transparent 62%);
  transform:skewX(-12deg)}
.promo img{width:64px;height:64px;object-fit:contain;flex:0 0 auto;position:relative;z-index:1}
.promo-body{position:relative;z-index:1}
.promo-body h3,.promo-body .h{font-family:var(--head);font-weight:700;font-size:16px;margin:0 0 4px;color:#fff}
.promo-body p{margin:0 0 8px;font-size:13px;color:var(--muted)}
.promo-more{font-size:13px;font-weight:700;color:var(--gold)}

/* ---------- wins table ---------- */
.tabs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;margin-bottom:14px;padding-bottom:2px}
.tabs::-webkit-scrollbar{display:none}
.tab{flex:0 0 auto;padding:9px 16px;border-radius:var(--r-pill);background:var(--surface);
  border:1px solid var(--border);font-size:13px;font-weight:600;color:var(--muted)}
.tab.active{background:var(--surface-2);color:#fff;box-shadow:inset 0 0 0 1px var(--border-2)}
.wins-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--r-lg)}
.wins{width:100%;border-collapse:collapse;min-width:560px;font-size:14px}
.wins th{text-align:left;color:var(--muted);font-weight:600;font-size:12px;text-transform:uppercase;
  letter-spacing:.04em;padding:14px 18px}
.wins td{padding:12px 18px;border-top:1px solid var(--border)}
.wins tbody tr:nth-child(odd){background:rgba(255,255,255,.018)}
.wins .game{display:flex;align-items:center;gap:10px;font-weight:600}
.wins .game img{width:30px;height:30px;border-radius:7px;object-fit:cover}
.wins .pos{color:var(--green);font-weight:700}

/* ---------- advantages ---------- */
.adv-grid{display:grid;grid-template-columns:1fr;gap:14px}
.adv{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);
  padding:24px 20px;text-align:center}
.adv .ico{width:46px;height:46px;margin:0 auto 12px;color:var(--gold)}
.adv h3,.adv .h{font-family:var(--head);font-weight:700;font-size:16px;margin:0 0 6px;color:#fff}
.adv p{margin:0;font-size:13px;color:var(--muted);line-height:1.5}

/* ---------- SEO article ---------- */
.seo{padding:34px 0 10px}
.article{max-width:880px;margin:0 auto}
.article h1{font-family:var(--head);font-weight:800;font-size:30px;line-height:1.18;
  margin:0 0 18px;color:#fff}
.article h2{font-family:var(--head);font-weight:700;font-size:23px;line-height:1.25;
  margin:34px 0 12px;padding-left:14px;border-left:4px solid var(--gold);color:#fff}
.article h3{font-family:var(--head);font-weight:700;font-size:18px;margin:24px 0 8px;color:#fff}
.article p{margin:0 0 14px;color:#dcdcdc}
.article .lead{font-size:18px;color:#fff}
.article a{color:var(--gold-2);text-decoration:underline;text-underline-offset:2px}
.article a:hover{color:var(--gold)}
.article strong{color:#fff}
.article ul,.article ol{margin:0 0 16px;padding-left:0}
.article ul li{position:relative;padding:5px 0 5px 26px;color:#dcdcdc}
.article ul li::before{content:"";position:absolute;left:4px;top:13px;width:8px;height:8px;
  border-radius:2px;background:var(--gold);transform:rotate(45deg)}
.article ol{counter-reset:step;list-style:none}
.article ol li{position:relative;counter-increment:step;padding:6px 0 6px 44px;margin-bottom:6px;color:#dcdcdc}
.article ol li::before{content:counter(step);position:absolute;left:0;top:4px;width:28px;height:28px;
  background:var(--gold);color:#fff;border-radius:50%;display:flex;align-items:center;
  justify-content:center;font-weight:700;font-size:13px;font-family:var(--head)}
.table-wrap{overflow-x:auto;margin:0 0 20px;border:1px solid var(--border);border-radius:var(--r);
  -webkit-overflow-scrolling:touch}
.article table{width:100%;border-collapse:collapse;min-width:520px;font-size:14px}
.article thead th{background:var(--surface-2);color:#fff;font-family:var(--head);font-weight:700;
  text-align:left;padding:12px 14px;white-space:nowrap}
.article tbody td{padding:11px 14px;border-top:1px solid var(--border);color:#d8d8d8;vertical-align:top}
.article tbody tr:nth-child(even){background:rgba(255,255,255,.02)}
/* FAQ */
.faq{display:grid;gap:12px;margin:6px 0 14px}
.qa{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:16px 18px 16px 52px;
  position:relative}
.qa::before{content:"?";position:absolute;left:16px;top:16px;width:26px;height:26px;background:var(--gold);
  color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;
  font-family:var(--head)}
.qa .q{font-family:var(--head);font-weight:700;font-size:16px;color:#fff;margin:2px 0 6px}
.qa p:last-child,.qa ul:last-child,.qa ol:last-child{margin-bottom:0}

/* related chips */
.related{margin:30px auto 0;max-width:880px}
.related .row-title{margin-bottom:12px}
.chips{display:flex;flex-wrap:wrap;gap:10px}
.chips a{padding:9px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-pill);
  font-size:14px;font-weight:600;color:var(--text)}
.chips a:hover{border-color:var(--gold);color:#fff}

/* ---------- footer ---------- */
.site-footer{background:var(--bg-2);border-top:1px solid var(--border);margin-top:30px;
  padding:40px 0 24px;font-size:14px}
.foot-top{display:grid;grid-template-columns:1fr;gap:28px}
.foot-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.foot-col h4{font-family:var(--head);font-size:13px;text-transform:uppercase;letter-spacing:.05em;
  color:#fff;margin:0 0 14px}
.foot-col a{display:block;color:var(--muted);padding:5px 0}
.foot-col a:hover{color:var(--gold-2)}
.foot-side{display:flex;flex-direction:column;gap:14px}
.btc{font-weight:700;color:#fff}
.rg{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:13px;line-height:1.4}
.rg .age{flex:0 0 auto;width:44px;height:44px;border:2px solid var(--muted);border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:14px}
.install{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);
  padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:320px}
.install .h{font-family:var(--head);font-weight:700;color:#fff}
.install .more{font-size:13px;font-weight:700;color:var(--gold)}
.foot-bottom{margin-top:30px;padding-top:20px;border-top:1px solid var(--border);
  display:flex;flex-wrap:wrap;align-items:center;gap:14px;justify-content:space-between;
  color:var(--dim);font-size:13px}
.foot-bottom .brand img{height:26px;opacity:.9}
.foot-disclaimer{margin-top:14px;color:var(--dim);font-size:12px;line-height:1.6;max-width:900px}

/* ---------- 404 ---------- */
.nf{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:60px 16px}
.nf .code{font-family:var(--head);font-weight:800;font-size:96px;color:var(--gold);line-height:1;margin:0}
.nf h1{font-family:var(--head);font-size:26px;margin:10px 0 8px}
.nf p{color:var(--muted);max-width:440px;margin:0 0 22px}

/* ---------- responsive ---------- */
@media(min-width:600px){
  .slot-grid{grid-template-columns:repeat(3,1fr)}
  .promo-grid{grid-template-columns:repeat(3,1fr)}
  .adv-grid{grid-template-columns:repeat(2,1fr)}
  .hero-kicker{font-size:40px}
  .hero-amount{font-size:30px}
}
@media(min-width:768px){
  .wrap{padding:0 24px}
  .catbar-inner{padding-left:24px;padding-right:24px}
  .hero-man{display:block}
  .hero-inner{padding:60px 24px 56px;min-height:340px}
  .foot-cols{grid-template-columns:repeat(3,1fr)}
}
@media(min-width:1024px){
  .nav-pills{display:flex}
  .header-auth{display:flex}
  .header-mobile{display:none}
  .slot-grid{grid-template-columns:repeat(6,1fr);gap:14px}
  .adv-grid{grid-template-columns:repeat(4,1fr)}
  .hero-kicker{font-size:52px}
  .hero-amount{font-size:34px}
  .hero-inner{padding:74px 24px 70px;min-height:380px}
  .section{padding:38px 0}
  .article h1{font-size:36px}
  .foot-top{grid-template-columns:2fr 1fr;align-items:start}
}

/* ---- Primebet: inline-SVG logo + landscape emblem hero-man + gold-CTA ink ---- */
.brand .brand-logo{height:30px;width:auto;display:block}
.drawer-head .brand-logo{height:26px;width:auto}
.foot-bottom .brand .brand-logo{height:24px;width:auto;opacity:.95}
.btn-primary,.btn-primary:hover,.slot-play span,.qa::before,.article ol li::before{color:var(--ink)}
.hero-man{height:auto;width:min(46%,520px);right:3%;top:50%;bottom:auto;transform:translateY(-50%)}
.trust-strap{display:block;max-width:300px;margin:4px 0 0;border-radius:14px}
@media(max-width:600px){.brand .brand-logo{height:27px}}
