/* =========================================================
   Hawk Gaming - design-bd7b.css
   Mobile-first HTML5 casino styles (prefix: pgbd-)
   Palette: #36454F #2C2C2C #808080 #A9A9A9 #CCCCCC #DDA0DD
   ========================================================= */

:root{
  --pgbd-bg:#2C2C2C;
  --pgbd-bg-2:#36454F;
  --pgbd-bg-3:#1f1f1f;
  --pgbd-text:#CCCCCC;
  --pgbd-text-soft:#A9A9A9;
  --pgbd-muted:#808080;
  --pgbd-accent:#DDA0DD;
  --pgbd-accent-2:#c98cc9;
  --pgbd-line:rgba(221,160,221,.22);
  --pgbd-radius:14px;
  --pgbd-shadow:0 6px 22px rgba(0,0,0,.35);
  --pgbd-container:430px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

html{font-size:62.5%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}

body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  background:
    radial-gradient(1200px 600px at 50% -10%,rgba(221,160,221,.08),transparent 60%),
    linear-gradient(180deg,#1f1f1f 0%,#2C2C2C 40%,#36454F 100%);
  background-attachment:fixed;
  color:var(--pgbd-text);
  font-size:1.5rem;
  line-height:1.5;
  min-height:100vh;
  overflow-x:hidden;
}

a{color:var(--pgbd-accent);text-decoration:none;transition:color .2s ease}
a:hover{color:#fff}

img{max-width:100%;display:block}

/* ---------- Layout ---------- */
.pgbd-container{
  max-width:430px;
  margin:0 auto;
  padding:0 12px;
  width:100%;
}
.pgbd-wrapper{padding-bottom:90px}

/* ---------- Header ---------- */
.pgbd-header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:linear-gradient(180deg,rgba(31,31,31,.96),rgba(44,44,44,.92));
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--pgbd-line);
  box-shadow:var(--pgbd-shadow);
}
.pgbd-header-inner{
  max-width:430px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  padding:8px 12px;gap:8px;
}
.pgbd-logo{display:flex;align-items:center;gap:8px;min-width:0}
.pgbd-logo img{width:30px;height:30px;border-radius:8px;object-fit:cover}
.pgbd-logo .pgbd-brand{
  font-size:1.6rem;font-weight:800;color:#fff;letter-spacing:.2px;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.pgbd-logo .pgbd-brand b{color:var(--pgbd-accent)}
.pgbd-head-actions{display:flex;align-items:center;gap:8px}
.pgbd-icon-btn{
  width:36px;height:36px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(221,160,221,.12);color:var(--pgbd-text);
  border:1px solid var(--pgbd-line);cursor:pointer;flex-shrink:0;
  transition:transform .15s ease,background .2s ease;
}
.pgbd-icon-btn:hover{background:rgba(221,160,221,.25);transform:translateY(-1px)}
.pgbd-btn{
  border:none;cursor:pointer;border-radius:999px;
  font-weight:700;font-size:1.35rem;padding:8px 16px;
  display:inline-flex;align-items:center;gap:6px;line-height:1;
  transition:transform .15s ease,filter .2s ease,box-shadow .2s ease;
}
.pgbd-btn:hover{transform:translateY(-1px)}
.pgbd-btn-primary{
  background:linear-gradient(135deg,var(--pgbd-accent),var(--pgbd-accent-2));
  color:#2C2C2C;box-shadow:0 4px 14px rgba(221,160,221,.35);
}
.pgbd-btn-primary:hover{filter:brightness(1.08)}
.pgbd-btn-ghost{
  background:transparent;color:var(--pgbd-text);
  border:1px solid var(--pgbd-line);
}
.pgbd-btn-block{display:flex;width:100%;justify-content:center;padding:12px 18px;font-size:1.5rem}

/* ---------- Mobile Menu ---------- */
.pgbd-menu{
  position:fixed;top:0;right:0;height:100vh;width:80%;max-width:340px;
  background:linear-gradient(180deg,#1f1f1f,#2C2C2C);
  z-index:9999;transform:translateX(110%);transition:transform .28s ease;
  box-shadow:-10px 0 30px rgba(0,0,0,.5);overflow-y:auto;padding:14px;
}
.pgbd-menu.open{transform:translateX(0)}
.pgbd-menu-overlay{
  position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9990;
  opacity:0;visibility:hidden;transition:opacity .25s ease;
}
.pgbd-menu-overlay.open{opacity:1;visibility:visible}
.pgbd-menu-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.pgbd-menu-title{font-size:1.7rem;color:#fff;font-weight:800}
.pgbd-menu-close{
  width:34px;height:34px;border-radius:10px;border:1px solid var(--pgbd-line);
  background:transparent;color:#fff;font-size:1.8rem;cursor:pointer;line-height:1;
}
.pgbd-menu-list{list-style:none;display:flex;flex-direction:column;gap:6px}
.pgbd-menu-list a{
  display:flex;align-items:center;gap:10px;padding:11px 12px;
  border-radius:10px;color:var(--pgbd-text);font-size:1.4rem;
  background:rgba(255,255,255,.03);border:1px solid transparent;
}
.pgbd-menu-list a:hover{background:rgba(221,160,221,.12);border-color:var(--pgbd-line);color:#fff}
.pgbd-menu-list .material-icons-outlined,.pgbd-menu-list i{font-size:20px;color:var(--pgbd-accent)}
.pgbd-menu-cta{margin-top:14px;display:flex;flex-direction:column;gap:10px}

/* ---------- Hero / Carousel ---------- */
.pgbd-main{padding-top:64px}
.pgbd-hero{margin:14px 0 6px}
.pgbd-carousel{
  position:relative;border-radius:var(--pgbd-radius);overflow:hidden;
  box-shadow:var(--pgbd-shadow);border:1px solid var(--pgbd-line);
}
.pgbd-slides{display:flex;scroll-snap-type:x mandatory;overflow-x:auto;scrollbar-width:none}
.pgbd-slides::-webkit-scrollbar{display:none}
.pgbd-slide{
  flex:0 0 100%;scroll-snap-align:start;position:relative;cursor:pointer;
}
.pgbd-slide img{width:100%;height:190px;object-fit:cover}
.pgbd-slide-cap{
  position:absolute;left:12px;bottom:10px;right:12px;color:#fff;
  text-shadow:0 2px 8px rgba(0,0,0,.6);
}
.pgbd-slide-cap b{color:var(--pgbd-accent);font-size:1.5rem}
.pgbd-slide-cap span{display:block;font-size:1.25rem;color:var(--pgbd-text-soft)}
.pgbd-dots{display:flex;justify-content:center;gap:6px;padding:8px 0}
.pgbd-dots span{
  width:7px;height:7px;border-radius:50%;background:var(--pgbd-muted);opacity:.6;cursor:pointer;
}
.pgbd-dots span.active{background:var(--pgbd-accent);opacity:1;width:18px;border-radius:6px}

/* ---------- Sections ---------- */
.pgbd-section{margin:18px 0;padding:14px;border-radius:var(--pgbd-radius);background:rgba(31,31,31,.6);border:1px solid var(--pgbd-line)}
.pgbd-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:8px}
.pgbd-section-title{
  font-size:1.7rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:8px;
}
.pgbd-section-title .material-icons,.pgbd-section-title i{color:var(--pgbd-accent);font-size:22px}
.pgbd-section-more{font-size:1.25rem;color:var(--pgbd-accent);white-space:nowrap}
.pgbd-lead{color:var(--pgbd-text-soft);font-size:1.35rem;line-height:1.6}
.pgbd-lead a{color:var(--pgbd-accent);font-weight:700}

/* ---------- H1 ---------- */
.pgbd-h1{
  font-size:2rem;font-weight:800;color:#fff;line-height:1.25;margin:14px 0 6px;
  letter-spacing:.2px;
}
.pgbd-h1 b{color:var(--pgbd-accent)}

/* ---------- Game grid ---------- */
.pgbd-cat-head{
  display:flex;align-items:center;gap:8px;margin:18px 0 10px;
  padding-bottom:6px;border-bottom:1px dashed var(--pgbd-line);
}
.pgbd-cat-head .material-icons,.pgbd-cat-head i{color:var(--pgbd-accent);font-size:20px}
.pgbd-cat-title{font-size:1.55rem;font-weight:700;color:#fff}
.pgbd-cat-sub{font-size:1.15rem;color:var(--pgbd-muted);margin-left:auto}

.pgbd-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.pgbd-tile{
  display:block;background:linear-gradient(180deg,rgba(54,69,79,.7),rgba(31,31,31,.7));
  border:1px solid var(--pgbd-line);border-radius:12px;overflow:hidden;
  transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease;
  cursor:pointer;
}
.pgbd-tile:hover{transform:translateY(-2px);border-color:var(--pgbd-accent);box-shadow:0 8px 20px rgba(221,160,221,.25)}
.pgbd-tile-img{position:relative;aspect-ratio:1/1;background:#1f1f1f}
.pgbd-tile-img img{width:100%;height:100%;object-fit:cover}
.pgbd-tile-name{
  padding:6px 8px;font-size:1.15rem;color:var(--pgbd-text);
  text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  font-weight:600;
}

/* ---------- Feature / promo cards ---------- */
.pgbd-cards{display:grid;grid-template-columns:1fr;gap:10px}
.pgbd-card{
  background:linear-gradient(135deg,rgba(54,69,79,.65),rgba(31,31,31,.7));
  border:1px solid var(--pgbd-line);border-radius:var(--pgbd-radius);
  padding:14px;display:flex;flex-direction:column;gap:8px;
}
.pgbd-card h3{font-size:1.5rem;color:#fff;display:flex;align-items:center;gap:8px}
.pgbd-card h3 i,.pgbd-card h3 .material-icons{color:var(--pgbd-accent);font-size:20px}
.pgbd-card p{font-size:1.3rem;color:var(--pgbd-text-soft);line-height:1.6}
.pgbd-card p a{color:var(--pgbd-accent);font-weight:700}

.pgbd-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:8px}
.pgbd-stat{
  background:rgba(44,44,44,.7);border:1px solid var(--pgbd-line);
  border-radius:10px;padding:10px;text-align:center;
}
.pgbd-stat b{display:block;font-size:1.7rem;color:var(--pgbd-accent);font-weight:800}
.pgbd-stat span{font-size:1.15rem;color:var(--pgbd-muted)}

/* ---------- RTP table ---------- */
.pgbd-table{width:100%;border-collapse:collapse;font-size:1.25rem;margin-top:6px}
.pgbd-table th,.pgbd-table td{padding:8px 10px;text-align:left;border-bottom:1px solid var(--pgbd-line)}
.pgbd-table th{color:var(--pgbd-accent);font-size:1.2rem;text-transform:uppercase;letter-spacing:.5px}
.pgbd-table td{color:var(--pgbd-text-soft)}
.pgbd-table tr:last-child td{border-bottom:none}
.pgbd-table b{color:#fff}

/* ---------- Testimonials ---------- */
.pgbd-testi{display:flex;flex-direction:column;gap:10px}
.pgbd-testi-item{
  background:rgba(44,44,44,.55);border:1px solid var(--pgbd-line);
  border-radius:12px;padding:12px;
}
.pgbd-testi-top{display:flex;align-items:center;gap:10px;margin-bottom:6px}
.pgbd-avatar{
  width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--pgbd-accent),var(--pgbd-accent-2));color:#2C2C2C;font-weight:800;
}
.pgbd-testi-name{font-size:1.3rem;color:#fff;font-weight:700}
.pgbd-stars{color:#f5b942;font-size:1.1rem;margin-left:auto}
.pgbd-testi-text{font-size:1.25rem;color:var(--pgbd-text-soft);line-height:1.55}

/* ---------- Payment chips ---------- */
.pgbd-chips{display:flex;flex-wrap:wrap;gap:8px}
.pgbd-chip{
  display:inline-flex;align-items:center;gap:6px;padding:8px 12px;
  background:rgba(221,160,221,.1);border:1px solid var(--pgbd-line);
  border-radius:999px;font-size:1.2rem;color:var(--pgbd-text);
}
.pgbd-chip i,.pgbd-chip .material-icons{font-size:16px;color:var(--pgbd-accent)}

/* ---------- Winners ticker ---------- */
.pgbd-winners{
  background:linear-gradient(90deg,rgba(221,160,221,.12),rgba(44,44,44,.5));
  border:1px solid var(--pgbd-line);border-radius:10px;padding:8px 10px;
  font-size:1.2rem;color:var(--pgbd-text-soft);overflow:hidden;white-space:nowrap;
}
.pgbd-winners b{color:var(--pgbd-accent)}

/* ---------- App CTA ---------- */
.pgbd-app{
  display:flex;gap:12px;align-items:center;
  background:linear-gradient(135deg,rgba(221,160,221,.16),rgba(54,69,79,.5));
  border:1px solid var(--pgbd-line);border-radius:var(--pgbd-radius);padding:14px;
}
.pgbd-app-icon{font-size:34px;color:var(--pgbd-accent)}
.pgbd-app-text{flex:1;min-width:0}
.pgbd-app-text h3{font-size:1.5rem;color:#fff;margin-bottom:2px}
.pgbd-app-text p{font-size:1.2rem;color:var(--pgbd-text-soft)}

/* ---------- Footer ---------- */
.pgbd-footer{
  margin-top:20px;padding:20px 0 24px;
  background:linear-gradient(180deg,transparent,rgba(31,31,31,.9));
  border-top:1px solid var(--pgbd-line);
}
.pgbd-footer-intro{font-size:1.3rem;color:var(--pgbd-muted);line-height:1.6;margin-bottom:12px}
.pgbd-footer-promo{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:14px}
.pgbd-footer-links{
  display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-bottom:14px;list-style:none;
}
.pgbd-footer-links a{
  display:inline-block;padding:6px 8px;font-size:1.2rem;color:var(--pgbd-text-soft);
  border-left:2px solid var(--pgbd-line);
}
.pgbd-footer-links a:hover{color:var(--pgbd-accent);border-left-color:var(--pgbd-accent)}
.pgbd-copy{
  text-align:center;font-size:1.15rem;color:var(--pgbd-muted);
  padding-top:10px;border-top:1px dashed var(--pgbd-line);
}

/* ---------- Bottom nav ---------- */
.pgbd-bottomnav{
  position:fixed;bottom:0;left:0;right:0;z-index:1000;height:60px;
  background:linear-gradient(180deg,rgba(31,31,31,.98),rgba(20,20,20,.99));
  backdrop-filter:blur(10px);
  border-top:1px solid var(--pgbd-line);
  display:flex;justify-content:space-around;align-items:center;
  padding:4px 4px calc(env(safe-area-inset-bottom,0px) + 4px);
}
.pgbd-navbtn{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  min-width:60px;min-height:52px;background:transparent;border:none;cursor:pointer;
  color:var(--pgbd-text-soft);font-size:1.05rem;gap:2px;
  transition:transform .15s ease,color .2s ease;
}
.pgbd-navbtn:hover{color:#fff;transform:translateY(-1px)}
.pgbd-navbtn.active{color:var(--pgbd-accent)}
.pgbd-navbtn .material-icons,.pgbd-navbtn .material-icons-outlined,
.pgbd-navbtn i,.pgbd-navbtn ion-icon{font-size:22px}
.pgbd-navbtn-promo{
  background:linear-gradient(135deg,var(--pgbd-accent),var(--pgbd-accent-2));
  color:#2C2C2C;border-radius:50%;width:46px;height:46px;margin-top:-18px;
  box-shadow:0 4px 14px rgba(221,160,221,.45);
}
.pgbd-navbtn-promo .material-icons,.pgbd-navbtn-promo i{font-size:24px;color:#2C2C2C}
.pgbd-navbtn-promo span{font-size:1rem}

/* ---------- Desktop ---------- */
@media (min-width:769px){
  .pgbd-bottomnav{display:none}
  .pgbd-wrapper{padding-bottom:30px}
  .pgbd-header-inner,.pgbd-container{max-width:760px}
  .pgbd-grid{grid-template-columns:repeat(6,1fr)}
  .pgbd-cards{grid-template-columns:repeat(2,1fr)}
  .pgbd-footer-links{grid-template-columns:repeat(4,1fr)}
  .pgbd-footer-promo{grid-template-columns:repeat(4,1fr)}
  .pgbd-stats{grid-template-columns:repeat(4,1fr)}
  .pgbd-slide img{height:280px}
  .pgbd-desktop-hide{display:none !important}
}

/* mobile-only toggle for desktop-only nav elements */
@media (max-width:768px){
  .pgbd-desktop-only{display:none !important}
}

/* visually hidden helper */
.pgbd-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
