/* =========================
   GLOBAL + LAYOUT
========================= */
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:#eaeaea;

  /* casino body background */
  background:
    radial-gradient(1200px 600px at 50% -200px, #1b3c4d 0%, transparent 60%),
    radial-gradient(900px 500px at 80% 20%, #2a0d3a 0%, transparent 55%),
    linear-gradient(180deg, #050708 0%, #0b0f14 40%, #07090c 100%);
}
a{text-decoration:none;color:inherit}
.container{max-width:1100px;margin:0 auto;padding:0 18px}
main.container{padding-top:22px;padding-bottom:42px}

/* =========================
   BUTTONS
========================= */
.btn{
  display:inline-block;
  padding:11px 14px;
  border-radius:12px;
  font-weight:800;
  border:1px solid rgba(255,255,255,.18);
}
.btn.primary{
  background: linear-gradient(135deg, #f5c542, #d4a017);
  color:#111;
  border:none;
}
.btn.primary:hover{box-shadow:0 0 18px rgba(245,197,66,.55)}
.btn.ghost{
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.08);
  color:#fff;
}

/* =========================
   HEADER (Screenshot style)
========================= */
.topbar{
  position:sticky;top:0;z-index:999;
  background:#0b0b0c;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#fff;
}
.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
}

/* brand */
.brand{display:flex;align-items:center;gap:12px;min-width:220px}
.brand-logo{width:42px;height:42px;object-fit:contain}
.brand-text b{display:block;font-size:18px;letter-spacing:2px;line-height:1.05;color:#fff}
.brand-text small{display:block;font-size:11px;letter-spacing:6px;opacity:.78;margin-top:3px;color:#fff}

/* desktop nav */
.topnav{
  display:flex;
  gap:22px;
  align-items:center;
  justify-content:center;
  flex: 1;
  white-space:nowrap;
}
.topnav a{
  color:#fff;opacity:.9;
  padding:10px 10px;
  border-radius:12px;
  font-weight:700;
}
.topnav a:hover{opacity:1;background:rgba(255,255,255,.08)}

/* right */
.rightbox{display:flex;align-items:center;gap:10px}

/* desktop search */
.searchbar{
  display:flex;
  align-items:center;
  gap:10px;
  width:320px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}
.search-ico{opacity:.85;font-size:18px}
.search-input{
  width:100%;
  border:0;outline:0;
  background:transparent;
  color:#fff;
  font-size:14px;
}
.search-input::placeholder{color:rgba(255,255,255,.55)}

/* mobile icon buttons */
.iconbtn{
  display:none;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  color:#fff;
  padding:10px 12px;
  border-radius:14px;
  cursor:pointer;
}
.iconbtn:hover{background:rgba(255,255,255,.10)}

/* dropdown areas (mobile) */
.dropdown{display:none;padding:0 18px 14px}
.dropdown.open{display:block}
.searchbar.mobile{width:100%}
.search-go{
  border:0;
  background:#10c5b5;
  color:#fff;
  font-weight:900;
  padding:10px 14px;
  border-radius:12px;
  cursor:pointer;
}

/* mobile nav list */
.topnav.mobile{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.08);
}
.topnav.mobile a{width:100%}

/* header responsive */
@media (max-width: 1020px){
  .searchbar{width:240px}
  .topnav{gap:14px}
}
@media (max-width: 860px){
  .topnav{display:none}
  #desktopSearch{display:none}
  .iconbtn{display:inline-flex}
}
@media (max-width: 520px){
  .brand{min-width:auto}
  .brand-logo{width:36px;height:36px}
  .brand-text b{font-size:16px;letter-spacing:1.5px}
  .brand-text small{letter-spacing:5px}
}

/* =========================
   HERO SLIDER (Casino style)
========================= */
.hero-slider{
  margin-top:18px;
  border-radius:18px;
  overflow:hidden;
  position:relative;

  /* casino bg behind image */
  background:
    radial-gradient(900px 400px at 20% 10%, rgba(245,197,66,.18), transparent 60%),
    radial-gradient(800px 380px at 80% 30%, rgba(16,197,181,.18), transparent 60%),
    linear-gradient(180deg, #071014 0%, #0b1a22 50%, #06090c 100%);

  border:1px solid rgba(255,255,255,.08);
}

.hero-slides{position:relative;height:420px}

.hero-slide{
  position:absolute;inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transform:scale(1.03);
  transition:opacity .7s ease, transform 1s ease;
}
.hero-slide.active{
  opacity:1;
  transform:scale(1);
  z-index:2;
}

/* overlay to blend image with casino bg */
.hero-grad{
  position:absolute;inset:0;
  background: linear-gradient(90deg, rgba(7,16,20,.85), rgba(7,16,20,.45), rgba(7,16,20,.25));
}

/* text box */
.hero-text{
  position:absolute;
  left:20px;
  bottom:20px;
  z-index:3;

  background: linear-gradient(180deg, rgba(15,25,30,.75), rgba(10,15,20,.88));
  border:1px solid rgba(245,197,66,.25);
  box-shadow:0 18px 40px rgba(0,0,0,.6);
  border-radius:16px;

  padding:18px;
  max-width:680px;
  color:#fff;
}
.hero-text h1{
  margin:0 0 6px;
  font-size: clamp(24px, 3.4vw, 44px);
}
.hero-text p{
  margin:0 0 12px;
  color: rgba(255,255,255,.88);
  line-height:1.5;
  font-size: clamp(13px, 1.2vw, 16px);
}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}

/* dots */
.hero-dots{
  position:absolute;
  left:0;right:0;bottom:10px;
  display:flex;
  justify-content:center;
  gap:8px;
  z-index:5;
}
.dot{
  width:10px;height:10px;border-radius:999px;
  border:0;
  background: rgba(255,255,255,.35);
  cursor:pointer;
}
.dot.active{background:#10c5b5}

/* hero responsive */
@media (max-width: 768px){
  .hero-slides{height:320px}
  .hero-grad{background: linear-gradient(180deg, rgba(7,16,20,.85), rgba(7,16,20,.35));}
  .hero-text{left:12px;right:12px;bottom:12px;max-width:none}
}
@media (max-width: 480px){
  .hero-slides{height:260px}
  .hero-text{padding:14px}
}

/* =========================
   BLOG CARDS (dark casino)
========================= */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.post-card{
  border-radius:16px;
  overflow:hidden;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
.post-thumb img{width:100%;height:180px;object-fit:cover;display:block}
.post-body{padding:14px}
.post-body h3{margin:0 0 6px;color:#fff}
.post-body small{display:block;color:rgba(255,255,255,.65);margin-bottom:8px}
.post-body p{margin:0 0 12px;color:rgba(255,255,255,.80);line-height:1.55}

@media (max-width: 900px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 600px){.blog-grid{grid-template-columns:1fr}}

/* =========================
   FOOTER
========================= */
.site-footer{
  margin-top:40px;
  padding:26px 0;
  border-top:1px solid rgba(255,255,255,.10);
  text-align:center;
  color: rgba(255,255,255,.70);
}


/* =========================
   CASINO IMAGE GRID SECTION
========================= */
.casino-grid-section{
  margin-top:40px;
}

.section-head{
  margin-bottom:18px;
}
.section-head h2{
  margin:0 0 6px;
  font-size: clamp(22px, 2.6vw, 32px);
  color:#fff;
}
.section-head p{
  margin:0;
  color: rgba(255,255,255,.7);
  font-size:14px;
}

/* grid */
.casino-grid{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:16px;
}

/* item */
.grid-item{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  transition: transform .35s ease, box-shadow .35s ease;
}
.grid-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  aspect-ratio: 4 / 3;
}

/* hover casino effect */
.grid-item::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.0),
    rgba(0,0,0,.55)
  );
  opacity:0;
  transition:opacity .35s ease;
}
.grid-item:hover{
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0,0,0,.6);
}
.grid-item:hover::after{opacity:1}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px){
  .casino-grid{grid-template-columns: repeat(4, 1fr)}
}
@media (max-width: 900px){
  .casino-grid{grid-template-columns: repeat(3, 1fr)}
}
@media (max-width: 600px){
  .casino-grid{grid-template-columns: repeat(2, 1fr)}
}



/* =========================
   SLOT CARDS SECTION
========================= */
.slots-section{margin-top:40px}
.slots-head h2{margin:0 0 6px;color:#fff;font-size:clamp(22px,2.6vw,32px)}
.slots-head p{margin:0 0 18px;color:rgba(255,255,255,.7)}

.slots-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
}

.slot-card{
  display:block;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  color:#111;
  border:1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
  transition: transform .25s ease, box-shadow .25s ease;
}
.slot-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.slot-img{
  padding:16px 16px 0;
  background: #fff;
}
.slot-img img{
  width:100%;
  border-radius:18px;
  display:block;
  aspect-ratio: 1 / 1;
  object-fit:cover;
}

.slot-body{padding:16px}
.slot-body h3{
  margin: 10px 0 12px;
  font-size:22px;
  font-weight:800;
}

.slot-meta{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
  margin-bottom: 14px;
}
.slot-meta span{display:block;color:#666;font-size:14px}
.slot-meta b{display:block;color:#111;font-size:18px;margin-top:4px}

.slot-actions{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top: 6px;
}
.slot-link{
  color:#111;
  text-decoration:underline;
  font-weight:700;
}

/* play button style */
.slot-play{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:86px;
  height:38px;
  border-radius:999px;
  background: linear-gradient(180deg, #b8ff3a, #3ea411);
  color:#0b2400;
  font-weight:900;
  border:2px solid rgba(0,0,0,.12);
  box-shadow: inset 0 2px 0 rgba(255,255,255,.55);
}

/* responsive */
@media (max-width: 1000px){
  .slots-grid{grid-template-columns: repeat(2, 1fr)}
}
@media (max-width: 600px){
  .slots-grid{grid-template-columns: 1fr}
}


/* =========================
   FREE COINS – PURPLE THEME
========================= */
.freecoins{
  margin-top:48px;
  padding: 46px 22px 52px;
  border-radius:20px;

  /* screenshot style purple */
  background:
    linear-gradient(
      180deg,
      #8a2f6f 0%,
      #7b2b66 40%,
      #6a245a 100%
    );

  border:1px solid rgba(255,255,255,.12);
}

/* heading */
.freecoins-head h2{
  margin: 0 0 26px;
  text-align:center;
  font-size: clamp(26px, 3.2vw, 48px);
  font-weight:900;
  color:#ffffff;
}

/* grid */
.freecoins-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:22px;
}

/* card */
.freecoins-card{
  position:relative;
  padding: 34px 22px 28px;
  border-radius:22px;
  text-align:center;
  color:#fff;

  /* lighter purple card */
  background:
    linear-gradient(
      180deg,
      #9a5a8a 0%,
      #8c4f7e 100%
    );

  border:4px solid #d2a24a; /* gold frame feel */
  box-shadow:
    0 20px 44px rgba(0,0,0,.35);
}

/* inner golden frame */
.freecoins-card::before{
  content:"";
  position:absolute;
  inset:12px;
  border-radius:16px;
  border:2px solid rgba(255,215,120,.55);
  pointer-events:none;
}

/* icons */
.freecoins-icon{
  margin: 8px auto 16px;
  padding: 14px 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:900;
  line-height:1.05;

  background: linear-gradient(135deg, #ffcf4a, #ff9f2f);
  color:#3b1300;
  border-radius:16px;
  box-shadow: inset 0 3px 0 rgba(255,255,255,.55);
}

.freecoins-coin,
.freecoins-wheel{
  width:92px;height:92px;
  margin: 10px auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-size:40px;

  background:
    radial-gradient(circle at 30% 30%, #ffd56b, #d8a73c);
  color:#4a2400;
  box-shadow: inset 0 3px 0 rgba(255,255,255,.5);
}

/* text */
.freecoins-card h3{
  margin: 0 0 10px;
  font-size:28px;
  font-weight:900;
}
.freecoins-card p{
  margin: 0 0 22px;
  font-size:17px;
  color: rgba(255,255,255,.92);
}

/* button */
.freecoins-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: 170px;

  padding: 14px 18px;
  border-radius:999px;
  font-weight:900;
  font-size:15px;

  background: linear-gradient(180deg, #b8ff3a, #3ea411);
  color:#0b2400;
  border:2px solid rgba(0,0,0,.18);

  box-shadow:
    inset 0 3px 0 rgba(255,255,255,.55),
    0 14px 28px rgba(0,0,0,.35);

  transition: transform .2s ease;
}
.freecoins-btn:hover{
  transform: translateY(-2px);
}

/* responsive */
@media (max-width: 950px){
  .freecoins-grid{grid-template-columns: repeat(2, 1fr)}
}
@media (max-width: 600px){
  .freecoins{
    padding:36px 16px 40px;
  }
  .freecoins-grid{grid-template-columns: 1fr}
}



/* =========================
   BLOG CARDS SECTION (4x2)
========================= */
.blogcards{
  margin-top:46px;
  padding: 26px 0 0;
}

.blogcards-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}
.blogcards-head h2{
  margin:0 0 6px;
  color:#fff;
  font-size: clamp(22px, 2.6vw, 32px);
}
.blogcards-head p{
  margin:0;
  color: rgba(255,255,255,.7);
  font-size:14px;
}

/* 4 per row */
.blogcards-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:18px;
}

/* card */
.blogcard{
  overflow:hidden;
  border-radius:18px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  box-shadow: 0 14px 30px rgba(0,0,0,.25);
  transition: transform .22s ease, box-shadow .22s ease;
}
.blogcard:hover{
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(0,0,0,.35);
}

.blogcard-img{
  width:100%;
  height:160px;
  object-fit:cover;
  display:block;
}

.blogcard-body{
  padding:14px 14px 16px;
}

.blogcard-body h3{
  margin:0 0 8px;
  color:#fff;
  font-size:18px;
  line-height:1.25;
  min-height: 44px;
}
.blogcard-body p{
  margin:0 0 14px;
  color: rgba(255,255,255,.78);
  line-height:1.5;
  font-size:14px;
  min-height: 42px;
}

/* read article button */
.blogcard-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 12px;
  border-radius:12px;
  font-weight:900;
  color:#111;
  background: linear-gradient(135deg, #f5c542, #d4a017);
}

/* footer explore */
.blogcards-footer{
  display:flex;
  justify-content:center;
  margin-top:22px;
}
.blogcards-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:999px;
  font-weight:900;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
}
.blogcards-more:hover{background: rgba(255,255,255,.12)}

/* responsive */
@media (max-width: 1100px){
  .blogcards-grid{grid-template-columns: repeat(3, 1fr)}
}
@media (max-width: 900px){
  .blogcards-grid{grid-template-columns: repeat(2, 1fr)}
  .blogcard-img{height:170px}
}
@media (max-width: 560px){
  .blogcards-grid{grid-template-columns: 1fr}
  .blogcard-img{height:190px}
}


/* =========================
   FOOTER (Professional)
========================= */
.site-footer{
  margin-top:50px;
  background: linear-gradient(180deg, #07090c 0%, #050607 100%);
  border-top:1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.82);
}

.footer-top{
  display:grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap:22px;
  padding: 38px 0;
}

/* brand */
.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.footer-logo{width:44px;height:44px;object-fit:contain}
.footer-brandtext b{display:block;font-size:18px;letter-spacing:2px;color:#fff;line-height:1.05}
.footer-brandtext small{display:block;font-size:11px;letter-spacing:6px;opacity:.75;margin-top:3px}

.footer-desc{margin:0 0 14px;line-height:1.6;color:rgba(255,255,255,.72)}
.footer-desc2{margin:0 0 12px;line-height:1.6;color:rgba(255,255,255,.72)}

.footer-col h4{
  margin: 8px 0 12px;
  font-size:15px;
  letter-spacing:.5px;
  color:#fff;
}

/* links */
.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.footer-links a{
  color: rgba(255,255,255,.78);
  opacity:.95;
}
.footer-links a:hover{
  color:#fff;
  text-decoration:underline;
}

/* social */
.footer-social{display:flex;gap:10px;flex-wrap:wrap}
.footer-social a{
  width:38px;height:38px;
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:12px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
  font-weight:900;
}
.footer-social a:hover{background: rgba(255,255,255,.10)}

/* newsletter */
.footer-news{
  display:flex;
  gap:10px;
  align-items:center;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  padding:10px;
  border-radius:14px;
}
.footer-news input{
  width:100%;
  border:0;outline:0;
  background:transparent;
  color:#fff;
  padding:10px 10px;
}
.footer-news input::placeholder{color:rgba(255,255,255,.55)}
.footer-news button{
  border:0;
  cursor:pointer;
  padding:10px 14px;
  border-radius:12px;
  font-weight:900;
  background: linear-gradient(135deg, #f5c542, #d4a017);
  color:#111;
}
.footer-note{display:block;margin-top:10px;color:rgba(255,255,255,.55)}

/* bottom bar */
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.10);
  padding: 14px 0;
  background: rgba(0,0,0,.22);
}
.footer-bottom-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.footer-bottom p{margin:0;color:rgba(255,255,255,.70)}
.footer-mini{color:rgba(255,255,255,.60)}

/* responsive */
@media (max-width: 1000px){
  .footer-top{grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px){
  .footer-top{grid-template-columns: 1fr; }
  .footer-bottom-inner{flex-direction:column;align-items:flex-start}
}
