/* ===== base ===== */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;overflow-x:hidden;width:100%}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;
  background:#222;
  color:#e9e9e9;
  line-height:1.55;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
  min-height:100vh;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;background:none;border:0;color:inherit}
h1,h2,h3,h4{margin:0 0 .5em;font-weight:800;letter-spacing:.2px;color:#fff}
p{margin:0 0 1em}
ul,ol{margin:0 0 1em;padding-left:1.2em}
li{margin-bottom:.35em}
strong{color:#fff}

.skip{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{position:fixed;left:12px;top:12px;width:auto;height:auto;background:#FFE419;color:#111;padding:10px 14px;border-radius:8px;z-index:9999}

.container{max-width:1400px;margin:0 auto;padding:0 20px;width:100%}

/* ===== buttons ===== */
.btn{
  --btn-bg:#FFE419;
  --btn-fg:#0e1a15;
  --btn-br:#0e1a15;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:46px;padding:12px 22px;
  font-weight:900;font-size:15px;letter-spacing:.3px;
  border-radius:999px;
  background:var(--btn-bg);color:var(--btn-fg);
  border:2px solid var(--btn-br);
  box-shadow:0 4px 0 0 rgba(0,0,0,.35),0 8px 20px -6px rgba(255,228,25,.35);
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease, color .12s ease, border-color .12s ease;
  text-transform:none;
  white-space:nowrap;
  cursor:pointer;
}
.btn:hover{transform:translateY(-1px);box-shadow:0 6px 0 0 rgba(0,0,0,.35),0 14px 28px -8px rgba(255,228,25,.45)}
.btn:active{transform:translateY(2px);box-shadow:0 2px 0 0 rgba(0,0,0,.35)}
.btn--primary{--btn-bg:#FFE419;--btn-fg:#111;--btn-br:#FFE419;background:linear-gradient(180deg,#FFF06B,#FFE419 55%,#D9C010);color:#111;border-color:#FFE419}
.btn--primary:hover{background:linear-gradient(180deg,#FFF7A0,#FFE419 55%,#E7CF18)}
.btn--ghost{--btn-bg:transparent;--btn-fg:#fff;--btn-br:rgba(255,255,255,.75);background:transparent;color:#fff;border-color:rgba(255,255,255,.75);box-shadow:inset 0 0 0 0 rgba(255,255,255,.05),0 4px 0 0 rgba(0,0,0,.2)}
.btn--ghost:hover{background:rgba(255,255,255,.1);color:#fff;border-color:#fff}
.btn--pill{border-radius:999px}
.btn--sm{min-height:36px;padding:8px 14px;font-size:13px}
.btn--xl{min-height:58px;padding:16px 30px;font-size:17px}

/* ===== header ===== */
.site-header{position:sticky;top:0;z-index:500;background:#174F3E}
.header-top{
  background:linear-gradient(180deg,#1d6149 0%,#174F3E 50%,#103b2f 100%);
  border-bottom:1px solid rgba(0,0,0,.3);
}
.header-row{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
  min-height:72px;
  padding-top:10px;padding-bottom:10px;
}
.brand{display:inline-flex;align-items:center;flex-shrink:0}
.brand-logo{height:36px;width:auto;max-width:160px;object-fit:contain}

.primary-nav{min-width:0}
.primary-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:6px;justify-content:center;flex-wrap:nowrap;overflow:hidden}
.primary-nav a{
  display:inline-flex;align-items:center;
  padding:10px 16px;
  font-weight:700;color:#fff;font-size:15px;
  border-radius:8px;
  transition:color .15s ease,background .15s ease;
}
.primary-nav a:hover{color:#FFE419}
.primary-nav a.is-active{color:#22d37c}
.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.header-actions .btn{min-height:40px;padding:8px 18px;font-size:14px}
.header-actions .btn--primary{border:2px solid #FFE419;background:transparent;color:#FFE419;box-shadow:0 2px 0 0 rgba(0,0,0,.3)}
.header-actions .btn--primary:hover{background:#FFE419;color:#111}
.header-actions .btn--ghost{border:1px solid rgba(255,255,255,.4);color:#fff}

.burger{display:none;width:40px;height:40px;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;border:1px solid rgba(255,255,255,.3)}
.burger span{display:block;width:20px;height:2px;background:#fff;border-radius:2px}

/* sub nav */
.header-sub{background:#1a1a1a;border-bottom:1px solid #2a2a2a}
.sub-row{
  display:flex;gap:4px;
  padding:10px 20px;
  overflow-x:auto;overflow-y:hidden;
  scrollbar-width:none;-ms-overflow-style:none;
  min-width:0;
}
.sub-row::-webkit-scrollbar{display:none}
.sub-link{
  display:inline-flex;flex-direction:column;align-items:center;justify-content:center;
  gap:4px;padding:8px 14px;min-width:78px;flex-shrink:0;
  color:#cfcfcf;font-size:12px;font-weight:700;
  border-radius:10px;
  transition:color .15s ease,background .15s ease;
}
.sub-link:hover{color:#fff;background:rgba(255,255,255,.04)}
.sub-link.is-active{color:#22d37c}
.sub-ico{display:block;width:24px;height:24px;border-radius:6px;background:currentColor;opacity:.9;
  mask-repeat:no-repeat;mask-position:center;mask-size:contain;
  -webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;
}
.sub-ico--home{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><path d='M12 3 3 10v11h6v-6h6v6h6V10z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><path d='M12 3 3 10v11h6v-6h6v6h6V10z'/></svg>")}
.sub-ico--new,.sub-ico--live,.sub-ico--slots,.sub-ico--table,.sub-ico--jack,.sub-ico--slingo,.sub-ico--poker,.sub-ico--bingo,.sub-ico--excl,.sub-ico--arcade,.sub-ico--all{
  -webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><circle cx='12' cy='12' r='7'/></svg>");
  mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><circle cx='12' cy='12' r='7'/></svg>");
}
.sub-ico--slots{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><path d='M6 4h12v16H6z'/><circle cx='12' cy='12' r='2.5' fill='%23fff'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><path d='M6 4h12v16H6z'/><circle cx='12' cy='12' r='2.5' fill='%23fff'/></svg>")}
.sub-ico--table{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><rect x='4' y='5' width='16' height='14' rx='2'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><rect x='4' y='5' width='16' height='14' rx='2'/></svg>")}
.sub-ico--jack{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><path d='M12 2 14 9l7 1-5 5 1 7-7-4-7 4 1-7-5-5 7-1z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><path d='M12 2 14 9l7 1-5 5 1 7-7-4-7 4 1-7-5-5 7-1z'/></svg>")}
.sub-ico--live{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><circle cx='12' cy='12' r='4'/><circle cx='12' cy='12' r='10' fill='none' stroke='%23000' stroke-width='2'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><circle cx='12' cy='12' r='4'/></svg>")}
.sub-ico--all{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><rect x='3' y='3' width='8' height='8'/><rect x='13' y='3' width='8' height='8'/><rect x='3' y='13' width='8' height='8'/><rect x='13' y='13' width='8' height='8'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'><rect x='3' y='3' width='8' height='8'/><rect x='13' y='3' width='8' height='8'/><rect x='3' y='13' width='8' height='8'/><rect x='13' y='13' width='8' height='8'/></svg>")}
.sub-link.is-active .sub-ico{color:#22d37c}

/* mobile drawer */
.mobile-drawer{position:absolute;left:0;right:0;top:100%;background:#174F3E;border-top:1px solid #0a2b22;padding:12px 20px;display:none;flex-direction:column;gap:4px;z-index:400}
.mobile-drawer a{padding:14px 10px;border-bottom:1px solid rgba(255,255,255,.06);color:#fff;font-weight:700}
.mobile-drawer a:last-child{border-bottom:0}
.mobile-drawer.is-open{display:flex}

/* ===== hero ===== */
.hero{position:relative;background:#1a1a1a;padding-bottom:40px;overflow:hidden}
.hero-media{display:block;width:100%;max-height:360px;overflow:hidden;position:relative}
.hero-media img{width:100%;height:100%;max-height:360px;object-fit:cover;filter:brightness(.55) saturate(1.1)}
.hero-body{
  position:relative;margin-top:-180px;padding:40px 20px 0;
  text-align:center;
  z-index:2;
}
.hero-title{
  display:flex;flex-direction:column;align-items:center;gap:4px;
  margin:0 0 28px;
  font-family:inherit;font-weight:900;letter-spacing:.5px;
  text-shadow:0 4px 16px rgba(0,0,0,.6);
}
.hero-eyebrow{
  display:inline-block;padding:8px 18px;background:rgba(255,228,25,.15);border:1px solid #FFE419;
  color:#FFE419;font-size:13px;letter-spacing:2px;border-radius:999px;margin-bottom:20px;font-weight:700;
}
.hero-bonus{font-size:clamp(32px,6vw,68px);line-height:1.05;color:#fff}
.hero-bonus-amount{font-size:clamp(40px,9vw,108px);line-height:1;color:#FFE419;text-shadow:0 4px 0 rgba(0,0,0,.45),0 14px 30px rgba(255,228,25,.35)}
.hero-bonus-plus{font-size:clamp(22px,4.5vw,44px);color:#fff;margin-top:6px}
.hero-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:14px}
.hero-tnc{font-size:12px;color:#9aa7a1;margin-top:8px}

/* ===== sections ===== */
.section{padding:56px 0;background:#1f1f1f}
.section:nth-of-type(even){background:#1a1a1a}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}
.section-head.center{flex-direction:column;align-items:center;text-align:center}
.section-title{font-size:clamp(22px,3.2vw,32px);color:#fff;margin:0}
.section-title.center{text-align:center;display:block;margin:0 auto}
.section-link{color:#FFE419;font-weight:700;font-size:14px}
.section-lead{color:#c0c5c2;max-width:920px;margin:0 auto 24px}
.section-lead.center{text-align:center}
.section-foot{display:flex;justify-content:center;margin-top:28px}

/* filter tabs + pills */
.filter-tabs,.pills{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:6px;margin-bottom:18px}
.filter-tabs::-webkit-scrollbar,.pills::-webkit-scrollbar{display:none}
.tab,.pill{
  display:inline-flex;align-items:center;padding:10px 18px;border-radius:999px;
  background:#2b2b2b;color:#d7d7d7;font-weight:700;font-size:14px;white-space:nowrap;flex-shrink:0;
  border:1px solid transparent;transition:all .15s ease;
}
.tab:hover,.pill:hover{background:#333;color:#fff}
.tab.is-active,.pill.is-active{background:#174F3E;color:#FFE419;border-color:#FFE419}

/* jackpot */
.jackpot-row{
  display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
  padding:18px 22px;margin:0 0 22px;
  background:linear-gradient(90deg,rgba(23,79,62,.6),rgba(23,79,62,.15));
  border:1px solid rgba(255,228,25,.25);
  border-radius:16px;
}
.jackpot-label{display:flex;align-items:center;gap:10px;color:#cfefdf;font-weight:700;font-size:14px;letter-spacing:.5px;text-transform:uppercase}
.jackpot-dot{width:10px;height:10px;border-radius:50%;background:#22d37c;box-shadow:0 0 12px #22d37c;animation:pulse 1.2s infinite}
@keyframes pulse{0%,100%{opacity:.6}50%{opacity:1}}
.jackpot-amount{font-size:clamp(22px,3.4vw,36px);font-weight:900;color:#FFE419;letter-spacing:1px;font-variant-numeric:tabular-nums}
.jackpot-cta{color:#FFE419;font-weight:700}

/* game grid */
.game-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}
.game-card{
  display:flex;flex-direction:column;
  background:#252525;
  border:1px solid #2d2d2d;
  border-radius:14px;overflow:hidden;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  min-width:0;
}
.game-card:hover{transform:translateY(-4px);border-color:#FFE419;box-shadow:0 16px 36px -12px rgba(0,0,0,.6)}
.game-thumb{position:relative;aspect-ratio:1/1;overflow:hidden;background:#0f0f0f}
.game-thumb img{width:100%;height:100%;object-fit:cover}
.game-body{padding:10px 12px 12px;display:flex;flex-direction:column;gap:6px}
.game-name{font-weight:800;font-size:13px;color:#fff;line-height:1.25;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.game-provider{font-size:11px;color:#9aa7a1;text-transform:uppercase;letter-spacing:.5px}
.game-actions{display:flex;gap:6px;margin-top:6px;flex-wrap:wrap}
.game-actions .btn{min-height:30px;padding:6px 12px;font-size:12px;flex:1 1 auto;box-shadow:0 2px 0 rgba(0,0,0,.3)}
.game-badge{position:absolute;top:8px;left:8px;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:900;letter-spacing:.5px;z-index:2}
.game-badge--hot{background:#ff4545;color:#fff}
.game-badge--new{background:#FFE419;color:#111}

/* live */
.live-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.live-card{
  position:relative;background:#252525;border:1px solid #2d2d2d;border-radius:16px;overflow:hidden;
  transition:transform .15s ease, border-color .15s ease;
  min-width:0;
}
.live-card:hover{transform:translateY(-4px);border-color:#22d37c}
.live-thumb{position:relative;aspect-ratio:16/10;overflow:hidden;background:#0f0f0f}
.live-thumb img{width:100%;height:100%;object-fit:cover}
.live-flag{position:absolute;top:10px;right:10px;padding:4px 8px;border-radius:6px;background:#FFE419;color:#111;font-weight:900;font-size:11px}
.live-body{padding:14px}
.live-name{font-weight:800;font-size:16px;color:#fff;margin-bottom:6px}
.live-meta{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:#9aa7a1;margin-bottom:10px}
.live-live{display:inline-flex;align-items:center;gap:8px;color:#22d37c;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:1px}
.pulse{width:8px;height:8px;border-radius:50%;background:#22d37c;box-shadow:0 0 10px #22d37c;animation:pulse 1.2s infinite}

/* promos */
.promo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:36px}
.promo-card{
  display:flex;flex-direction:column;gap:10px;
  background:linear-gradient(180deg,#2a2a2a,#222);
  border:1px solid #333;border-radius:18px;
  padding:22px;min-width:0;
  transition:transform .15s ease, border-color .15s ease;
}
.promo-card:hover{transform:translateY(-4px);border-color:#FFE419}
.promo-card--lead{
  grid-column:span 2;
  background:linear-gradient(135deg,#174F3E 0%,#0e3a2d 100%);
  border-color:#FFE419;
}
.promo-badge{
  display:inline-flex;padding:4px 10px;border-radius:6px;background:#FFE419;color:#111;font-weight:900;font-size:11px;letter-spacing:1px;text-transform:uppercase;align-self:flex-start;
}
.promo-badge--alt{background:rgba(255,228,25,.15);color:#FFE419;border:1px solid #FFE419}
.promo-title{font-size:18px;color:#fff;margin:0}
.promo-card--lead .promo-title{font-size:24px}
.promo-text{color:#c0c5c2;font-size:14px;margin:0}
.promo-list{margin:0;padding-left:18px;color:#c0c5c2;font-size:13px}
.promo-list li{margin-bottom:4px}
.promo-card .btn{margin-top:auto;align-self:flex-start}

.vip-teaser{
  display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:center;
  background:linear-gradient(120deg,#1e1e1e,#2a2a2a);
  border:1px solid #333;border-radius:18px;padding:28px;margin-top:8px;
}
.vip-copy h3{font-size:26px;color:#FFE419;margin:0 0 8px}
.vip-copy p{color:#c0c5c2}
.vip-tiers{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:14px 0 18px}
.vip-tier{padding:6px 12px;border:1px solid #555;border-radius:999px;font-size:12px;font-weight:700;color:#e9e9e9}
.vip-tier--top{background:#FFE419;color:#111;border-color:#FFE419}
.vip-arrow{color:#6b6b6b}
.vip-media{display:block;overflow:hidden;border-radius:14px;border:1px solid #333}
.vip-media img{width:100%;height:auto;max-height:260px;object-fit:cover}

/* providers */
.provider-strip{
  display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;margin:24px 0 40px;
  background:#1a1a1a;border:1px solid #2a2a2a;border-radius:14px;padding:18px;
}
.provider-logo{
  display:flex;align-items:center;justify-content:center;
  padding:14px;background:#252525;border-radius:10px;min-height:72px;
  transition:transform .15s ease, background .15s ease;
}
.provider-logo:hover{transform:translateY(-2px);background:#2b2b2b}
.provider-logo img{max-height:44px;width:auto;object-fit:contain;filter:brightness(1.05)}

/* seo block */
.seo-block{max-width:960px;margin:0 auto;color:#d0d5d2;font-size:15px;line-height:1.75}
.seo-block h2{font-size:clamp(22px,2.8vw,28px);color:#fff;margin:28px 0 12px}
.seo-block h3{font-size:18px;color:#FFE419;margin:22px 0 8px}
.seo-block ul{padding-left:22px}
.seo-block li{margin-bottom:6px}

/* about */
.about-head{text-align:center;max-width:900px;margin:0 auto 32px}
.about-lead{color:#c0c5c2;font-size:16px}
.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:32px}
.trust-card{
  background:#252525;border:1px solid #2f2f2f;border-radius:16px;padding:22px;
  text-align:center;min-width:0;transition:transform .15s ease,border-color .15s ease;
}
.trust-card:hover{transform:translateY(-3px);border-color:#FFE419}
.trust-icon{width:68px;height:68px;margin:0 auto 12px;border-radius:50%;overflow:hidden;background:rgba(255,228,25,.1);border:2px solid #FFE419;display:flex;align-items:center;justify-content:center}
.trust-icon img{width:46px;height:46px;object-fit:contain}
.trust-card h3{font-size:16px;color:#fff;margin:0 0 6px}
.trust-card p{color:#a7ada9;font-size:13px;margin:0;line-height:1.55}

.stats-row{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;
  background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px;padding:24px;margin-bottom:28px;
}
.stat{text-align:center;min-width:0}
.stat-num{display:block;font-size:clamp(24px,3.6vw,40px);font-weight:900;color:#FFE419;line-height:1}
.stat-label{display:block;font-size:12px;color:#aaa;text-transform:uppercase;letter-spacing:1px;margin-top:4px}
.about-cta{text-align:center}

/* FAQ */
.faq-list{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq-item{background:#252525;border:1px solid #2f2f2f;border-radius:14px;overflow:hidden}
.faq-q{
  width:100%;text-align:left;padding:18px 22px;
  font-weight:800;font-size:16px;color:#fff;
  display:flex;justify-content:space-between;align-items:center;gap:12px;
  position:relative;
}
.faq-q::after{
  content:"+";font-size:26px;color:#FFE419;font-weight:400;flex-shrink:0;transition:transform .2s ease;
}
.faq-q[aria-expanded="true"]::after{content:"−"}
.faq-q:hover{color:#FFE419}
.faq-a{
  padding:0 22px;
  max-height:0;overflow:hidden;
  transition:max-height .35s ease, padding .25s ease;
  color:#c6cbc8;font-size:15px;line-height:1.7;
}
.faq-a h4{font-size:15px;color:#FFE419;margin:14px 0 6px}
.faq-a ul,.faq-a ol{padding-left:22px}
.faq-a li{margin-bottom:4px}
.faq-item.is-open .faq-a{max-height:2400px;padding:0 22px 20px}

/* ===== footer ===== */
.site-footer{background:#111;color:#cfcfcf;font-size:14px}
.footer-safe{background:linear-gradient(180deg,#174F3E,#103b2f);padding:22px 0;color:#fff}
.footer-safe-row{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}
.footer-safe-head{display:flex;align-items:center;gap:14px;min-width:0}
.safe-icon{width:44px;height:44px;border-radius:50%;background:#22d37c;color:#003822;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:22px;flex-shrink:0}
.safe-title{font-weight:900;font-size:18px;letter-spacing:1px}
.safe-sub{font-size:13px;color:#b7d2c6}
.footer-safe-tools{display:flex;gap:18px;flex-wrap:wrap;justify-content:center}
.safe-tool{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:700}
.safe-tool:hover{color:#FFE419}
.safe-tool-ico{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center}
.btn--safe{min-height:48px}

.footer-seals{background:#171717;padding:22px 0;border-top:1px solid #222;border-bottom:1px solid #222}
.seals-row{display:flex;flex-wrap:wrap;gap:22px;justify-content:center;align-items:center}
.seal{font-size:13px;color:#7b7b7b;font-weight:700;letter-spacing:.5px;padding:6px 12px;border:1px solid #2a2a2a;border-radius:8px}
.seal--age{border-color:#555;color:#bbb;border-radius:50%;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:14px}

.footer-main{padding:40px 0 20px}
.footer-main-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px}
.footer-col{min-width:0}
.footer-col h4{font-size:14px;color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 14px}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col li{margin-bottom:10px}
.footer-col a{color:#a9a9a9;font-size:14px;transition:color .15s ease}
.footer-col a:hover{color:#FFE419}
.footer-logo img{height:38px;margin-bottom:14px}
.footer-tag{color:#FFE419;font-size:15px;margin-bottom:16px}
.footer-legal{font-size:12px;color:#888;line-height:1.6;margin-bottom:10px}
.pay-badges{display:flex;gap:8px;flex-wrap:wrap}
.pay-badge{padding:6px 12px;border:1px solid #333;border-radius:6px;font-size:12px;color:#ccc;background:#1a1a1a;font-weight:700}

.footer-bottom{padding:18px 0 32px;border-top:1px solid #222;background:#0d0d0d}
.footer-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;color:#7b7b7b;font-size:13px}
.footer-mini-nav{display:flex;gap:18px;flex-wrap:wrap}
.footer-mini-nav a{color:#888}
.footer-mini-nav a:hover{color:#FFE419}
.footer-cookies{color:#6a6a6a;font-size:12px;margin-top:12px;line-height:1.6}
.footer-cookies a{color:#aaa;text-decoration:underline}

/* ===== catfish ===== */
[hidden]{display:none !important}
.catfish{
  position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0));
  max-width:calc(100% - 24px);margin:0 auto;z-index:1000;
  background:linear-gradient(90deg,#174F3E,#0e3a2d);
  border:2px solid #FFE419;border-radius:14px;
  box-shadow:0 14px 40px -10px rgba(0,0,0,.7);
  display:flex;align-items:center;gap:14px;padding:12px 44px 12px 16px;
}
.catfish-body{display:flex;align-items:center;gap:14px;flex:1 1 auto;min-width:0;flex-wrap:wrap}
.catfish-text{color:#fff;font-size:14px;overflow:hidden;text-overflow:ellipsis;flex:1 1 180px;min-width:0;overflow-wrap:anywhere}
.catfish-text strong{color:#FFE419}
.catfish-close{
  position:absolute;right:8px;top:50%;transform:translateY(-50%);
  width:30px;height:30px;border-radius:50%;background:#FFE419;color:#111;font-size:20px;font-weight:900;
}
.catfish-close:hover{background:#fff}

/* ===== exit popup ===== */
.exit-popup{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:16px}
.exit-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(6px)}
.exit-card{
  position:relative;z-index:2;
  background:linear-gradient(180deg,#1f3a31,#0f2a22);
  border:2px solid #FFE419;border-radius:22px;
  max-width:520px;width:100%;overflow:hidden;
  box-shadow:0 30px 80px -20px rgba(0,0,0,.8);
}
.exit-close{position:absolute;right:14px;top:14px;width:36px;height:36px;border-radius:50%;background:#FFE419;color:#111;font-size:22px;font-weight:900;z-index:3}
.exit-media{display:block;max-height:180px;overflow:hidden}
.exit-media img{width:100%;height:100%;max-height:180px;object-fit:cover;filter:brightness(.6)}
.exit-body{padding:26px 24px 28px;text-align:center}
.exit-eyebrow{color:#FFE419;letter-spacing:2px;text-transform:uppercase;font-size:12px;font-weight:800;margin-bottom:10px}
.exit-title{font-size:clamp(22px,4vw,30px);color:#fff;margin:0 0 8px;line-height:1.15}
.exit-sub{color:#c0c5c2;font-size:14px;margin:0 0 18px}
.exit-tnc{font-size:11px;color:#8b9994;margin:14px 0 0}

/* ===== responsive ===== */
@media (max-width:1100px){
  .provider-strip{grid-template-columns:repeat(4,minmax(0,1fr))}
  .footer-main-row{grid-template-columns:2fr 1fr 1fr}
  .footer-main-row .footer-col:nth-child(4){grid-column:1/-1}
  .promo-card--lead{grid-column:span 2}
}
@media (max-width:960px){
  .game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vip-teaser{grid-template-columns:1fr}
  .footer-safe-row{grid-template-columns:1fr;text-align:center;justify-items:center}
  .footer-safe-head{flex-direction:column;text-align:center}
  .promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .promo-card--lead{grid-column:span 2}
  .live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-body{margin-top:-120px}
  .hero-media,.hero-media img{max-height:280px}
}
@media (max-width:760px){
  .header-row{grid-template-columns:auto 1fr auto;gap:10px}
  .primary-nav{display:none}
  .header-actions .btn{display:none}
  .header-actions .btn--primary{display:inline-flex;padding:8px 14px;font-size:13px}
  .burger{display:inline-flex}
  .footer-main-row{grid-template-columns:1fr 1fr}
  .footer-main-row .footer-col--brand{grid-column:1/-1}
  .stats-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .hero-media,.hero-media img{max-height:220px}
  .hero-body{margin-top:-80px}
}
@media (max-width:560px){
  .game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .live-grid{grid-template-columns:1fr;gap:14px}
  .trust-grid{grid-template-columns:1fr;gap:14px}
  .promo-grid{grid-template-columns:1fr}
  .promo-card--lead{grid-column:auto}
  .provider-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px}
  .provider-logo{min-height:60px;padding:10px}
  .footer-main-row{grid-template-columns:1fr}
  .footer-bottom-row{justify-content:center;text-align:center}
  .footer-mini-nav{justify-content:center;width:100%}
  .section{padding:40px 0}
  .hero{padding-bottom:28px}
  .hero-media,.hero-media img{max-height:160px}
  .hero-body{margin-top:-40px;padding:28px 16px 0}
  .hero-cta{flex-direction:column;align-items:stretch}
  .hero-cta .btn{width:100%}
  .jackpot-row{padding:14px 16px}
  .section-head{flex-direction:column;align-items:flex-start;gap:6px}
  .section-foot .btn,.about-cta .btn,.exit-body .btn{width:100%}
  .promo-card .btn{width:100%;justify-content:center}
  .promo-card--lead{text-align:left}
  .faq-q{padding:14px 16px;font-size:15px}
  .faq-item.is-open .faq-a{padding:0 16px 16px}
  .catfish{padding:10px 42px 10px 12px}
  .catfish-text{font-size:12px}
  .brand-logo{height:28px}
  .footer-safe-tools{gap:12px}
}
@media (max-width:380px){
  .game-grid{gap:8px}
  .game-actions .btn{padding:6px 8px;font-size:11px}
  .hero-bonus{font-size:28px}
  .hero-bonus-amount{font-size:42px}
  .hero-bonus-plus{font-size:20px}
}
