   * {
  box-sizing:border-box;
  margin:0;
  padding:0;
}
body {
  background-color: #0e0e0e !important;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 16px;
  max-width: 430px;
  margin: 0 auto;
  height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.2s ease-in-out;
}

.main-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 18px;
  background:linear-gradient(90deg,#111,#1c1c1c);
  border-radius:16px;
  box-shadow:0 4px 16px rgba(255,215,0,0.1);
  position:relative;
  z-index:10;
  margin-bottom:24px;
  animation:fadeIn 0.8s ease-in-out;
}
.header-left {
  display:flex;
  align-items:center;
  gap:14px;
}
.logo-icon {
  width:42px;
  height:42px;
  transition:transform 0.3s ease;
}
.logo-icon:hover {
  transform:rotate(5deg) scale(1.05);
}

#greeting-section {
  text-align: center;
  margin: 16px 0;
  padding: 12px;
  background-color: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.1);
}

#greeting-section h2 {
  color: #FFD700;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}

#greeting-section p {
  color: #ccc;
  font-size: 0.9rem;
  margin: 0;
}

.gif-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0;
}

.gif-wrapper {
  width: 100%;
  max-width: 380px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
  animation: fadeIn 0.8s ease-in-out;
}

.gif-wrapper img {
  width: 100%;
  display: block;
  border-radius: 12px;
  transition: opacity 0.3s ease-in-out;
}

.brand-name {
  font-size:1.5rem;
  font-weight:800;
  background:linear-gradient(90deg,#FFD700,#FFA500);
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  letter-spacing:1px;
  text-shadow:0 0 8px rgba(255,215,0,0.3);
  transition:all 0.3s ease-in-out;
}
.brand-name:hover {
  text-shadow:0 0 12px rgba(255,215,0,0.6);
}
.login-btn {
  background:linear-gradient(90deg,#FFD700,#FFA500);
  text-decoration:none;
  color:#0e0e0e;
  padding:10px 20px;
  font-size:1rem;
  font-weight:700;
  border:none;
  border-radius:30px;
  cursor:pointer;
  box-shadow:0 0 12px rgba(255,200,0,0.4);
  transition:background 0.3s,transform 0.2s;
}
.login-btn:hover {
  background:linear-gradient(90deg,#FFB800,#FFC300);
  transform:scale(1.05);
  box-shadow:0 0 16px rgba(255,215,0,0.6);
}
@keyframes fadeIn {
  from {
  opacity:0;
  transform:translateY(-12px);
}
to {
  opacity:1;
  transform:translateY(0);
}
}h2 {
  font-size:1.8rem;
  margin:20px 0 12px;
  font-weight:600;
  color:#ffffff;
}
.section {
  margin-bottom:32px;
}
.row {
  display:flex;
  gap:12px;
  margin-bottom:12px;
}
.col-2,.col-full {
  background:#1a1a1a;
  border-radius:16px;
  transition:transform 0.2s ease,box-shadow 0.2s ease;
  box-shadow:0 2px 6px rgba(0,0,0,0.4);
}
.col-2:hover,.col-full:hover {
  transform:scale(1.02);
  box-shadow:0 4px 12px rgba(248,181,0,0.5);
}
.col-2 {
  flex:1;
  height:180px;
  position:relative;
  overflow:hidden;
}
.col-2 img,.col-full img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:16px;
  display:block;
}
.gradient-overlay {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:75%;
  background:linear-gradient(to top,rgba(0,0,0,0.85),transparent);
  border-radius:16px;
  z-index:1;
}
.text-overlay {
  position:absolute;
  bottom:16px;
  left:16px;
  color:#fff;
  z-index:2;
}
.text-overlay h3 {
  font-size:1rem;
  font-weight:700;
}
.col-full {
  width:100%;
  height:180px;
  position:relative;
  overflow:hidden;
  border-radius:16px;
}
.col-full h3 {
  margin-top:6px;
  font-size:1.2rem;
  font-weight:700;
  line-height:1.0;
}
.col-full button {
  margin-top:36px;
  padding:7px 16px;
  border-radius:7px;
  border:none;
  background:linear-gradient(90deg,#ffd700,#ffcc00);
  color:#000;
  font-weight:700;
  font-size:0.95rem;
  cursor:pointer;
  box-shadow:0 0 12px rgba(255,215,0,0.6);
}
.promo-section {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  scroll-behavior: smooth;
  -ms-overflow-style: none;  
  scrollbar-width: none;     
}

.promo-section::-webkit-scrollbar {
  display: none;             
}

.promo-card {
  position: relative;
  background: linear-gradient(145deg, #1f1f1f, #121212);
  border-radius: 20px;
  padding: 22px 14px 18px;
  width: 160px;
  flex-shrink: 0;
  text-align: center;
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.6),
    0 0 8px rgba(255, 215, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  overflow: visi;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.promo-card:hover {
  transform: scale(1.06);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.7),
    0 0 14px rgba(255, 215, 0, 0.2);
}
.promo-card img {
  width:64px;
  height:64px;
  margin:0 auto 12px;
  object-fit:contain;
}
.brand-logo1 {
  background-color:#000000;
  padding:10px;
  border-radius:10px;
  box-shadow:0 4px 12px rgba(255,215,0,0.3);
  display:flex;
  align-items:center;
  justify-content:center;
  width:80px;
  height:80px;
  margin:0 auto 10px;
}
.brand-logo1 img {
  max-width:100%;
  max-height:100%;
}
.brand-title {
  font-size:1.2rem;
  font-weight:bold;
  color:#FFD700;
  text-align:center;
  margin:10px 0 5px;
}
.sophisticated-text {
  font-size:1.05rem;
  font-weight:800;
  text-align:center;
  letter-spacing:0.6px;
  line-height:1.5;
  border-radius:8px;
  text-shadow:0 2px 6px rgba(255,215,0,0.3),0 1px 1px #000;
  transition:all 0.3s ease-in-out;
}
.promo-card h3 {
  font-size:1rem;
  font-weight:700;
  color:#fff;
  margin:0 0 4px;
}
.promo-card p {
  font-size:0.8rem;
  color:#ccc;
  margin-bottom:14px;
}
.promo-card button {
  width:100%;
  padding:10px 0;
  border:none;
  border-radius:10px;
  background:linear-gradient(90deg,#ffd700,#ffcc00);
  color:#000;
  font-weight:700;
  font-size:0.95rem;
  cursor:pointer;
  box-shadow:0 0 10px rgba(255,215,0,0.6);
  transition:transform 0.3s ease;
}
.promo-card button:hover {
  transform:scale(1.05);
}
.top-sites-list {
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.top-site-card {
  background:#1c1c1c;
  border-radius:16px;
  padding:12px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  box-shadow:0 4px 15px rgba(0,0,0,0.3);
}
.rank-circle {
  background:#ffcc00;
  color:#000;
  font-weight:bold;
  border-radius:50%;
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:10px;
}
.brand-logo {
  width:48px;
  height:48px;
  border-radius:12px;
  background:#000;
  padding:5px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:10px;
}
.brand-logo img {
  max-width:100%;
  max-height:100%;
}
.brand-logo.large {
  width:60px;
  height:60px;
}
.brand-details {
  flex-grow:1;
}
.brand-details h3 {
  margin:0;
  color:#fff;
  font-size:1rem;
}
.rating {
  color:#4caf50;
  margin-left:4px;
  font-size:0.9rem;
}
.badges {
  margin-top:4px;
}
.badge {
  display:inline-block;
  padding:4px 10px;
  font-size:0.75rem;
  font-weight:700;
  border-radius:999px;
  margin-right:6px;
  line-height:1;
}
.badge.yellow {
  background-color:#ffcc00;
  color:#000;
}
.badge.purple {
  background-color:#930ec8;
  color:#fff;
}
.play-btn {
  background:linear-gradient(135deg,#ffe600,#ffcc00);
  color:#111;
  font-weight:700;
  padding:10px 20px;
  font-size:1rem;
  border:none;
  border-radius:10%;
  cursor:pointer;
  box-shadow:0 4px 15px rgba(255,215,0,0.4),inset 0 0 5px rgba(255,255,255,0.1);
  transition:all 0.25s ease-in-out;
  text-shadow:0 1px 1px rgba(255,255,255,0.4);
}
.play-btn:hover {
  background: linear-gradient(135deg, #fff06b, #ffd633);
  transform: scale(1.07);
  box-shadow: 0 8px 24px rgba(255, 215, 0, 0.7);
}

.latest-bonuses {
  display:flex;
  flex-direction:column;
  gap:16px;
}
.bonus-card {
  background-color:#1a1a1a;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 4px 12px rgba(255,215,0,0.1);
}
a.bonus-card {
  text-decoration:none;
  color:inherit;
  display:block;
}
.bonus-card img {
  width:100%;
  height:auto;
  display:block;
}
.bonus-content {
  padding:16px;
}
.bonus-content h3 {
  font-size:1rem;
  margin-bottom:8px;
}
.bonus-content p {
  font-size:0.85rem;
  color:#ccc;
}

.main-footer {
  color: #ccc;
  padding: 2rem 1rem;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.footer-warning {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.age-badge {
  display: inline-block;
  background-color: #c62828;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-bottom .version {
  font-style: italic;
  font-size: 13px;
  color: #888;
  margin-top: 8px;
}

.footer-bottom {
  text-align: center;
  padding: 1rem 0;
}

.footer-bottom .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 0.5rem;
}

.footer-bottom .links a {
  color: #b395ff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.footer-bottom .links a:hover {
  text-decoration: underline;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #111;
  padding: 0;
  border-radius: 12px;
  position: relative;
  width: 90%;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
  height: auto;
}

.popup-img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  background: red;
  color: #fff;
  border: none;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.popup-button {
  display: inline-block;
  background: linear-gradient(90deg, #FFD700, #FFA500);
  text-decoration: none;
  color: #0e0e0e;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(255, 200, 0, 0.4);
  transition: background 0.3s, transform 0.2s;
}

.swiper-container {
  max-width: 430px;
  margin: 16px auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
  aspect-ratio: 16 / 9;
  position: relative;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  gap: 6px;
  position: relative;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 36px;
  height: 10px;
  border-radius: 20px;
  background: linear-gradient(90deg, #FFD700, #FFA500);
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
}

.info-section {
  padding: 24px;
  background: #0e0e0e;
  border-top: 1px solid #222;
  text-align: center;
}

.info-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #151515;
  padding: 24px;
  border-radius: 16px;
}

.suggest-box {
  background: linear-gradient(135deg, #02101f, #001e3c);
  border: 1px solid #1d437a;
  border-radius: 12px;
  padding: 16px;
  color: #fff;
  text-align: left;
}

.suggest-text {
  font-size: 16px;
  margin-bottom: 10px;
}

.suggest-button {
  display: inline-block;
  background: #2980ff;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.info-footer {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  color: #aaa;
}

.risk-logo {
  height: 20px;
}



@media (max-width: 480px) {
  .footer-bottom .links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
  }

  .footer-bottom .links a {
    margin: 0;
  }

.popup-content {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .popup-button {
    margin-bottom: 0 !important;
  }
}

.popular-games { margin: 28px 0; }
.popular-games h2 { color:#fff; font-size:28px; margin-bottom:14px; }

/* Horizontal scroll container */
.offer-scroll {
  display:flex;
  gap:14px;
  overflow-x:auto;
  padding-bottom:10px;
  scrollbar-width:thin;
  scrollbar-color:#ffd028 transparent;
}
.offer-scroll::-webkit-scrollbar {
  height:6px;
}
.offer-scroll::-webkit-scrollbar-track {
  background:transparent;
}
.offer-scroll::-webkit-scrollbar-thumb {
  background:#ffd028;
  border-radius:4px;
}

/* Card style (same as before) */
.offer-card {
  flex:0 0 190px; /* fixed width so they line up horizontally */
  background: linear-gradient(180deg, #191919 0%, #0f0f0f 100%);
  border-radius:18px;
  padding:16px 14px;
  box-shadow:
    0 6px 18px rgba(0,0,0,.45),
    inset 0 0 0 1px rgba(255,255,255,.04);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.offer-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.5),
              inset 0 0 0 1px rgba(255,255,255,.06);
}

/* Logo box */
/* make the logo box bigger and square */
.offer-logo {
  width:120px; height:120px;
  border-radius:16px;
  background:#0b0b0b;
  display:grid; place-items:center;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
  padding:0;            
}


.offer-logo img{
  width:100%; height:100%;
  object-fit:cover;     
  border-radius:12px;   
  display:block;        
  filter:none;          
}

.offer-rating { color:#FFD84D; font-weight:700; margin-top:6px; }
.offer-sub {
  color:#eaeaea; font-weight:800; letter-spacing:.4px;
  text-transform:uppercase; text-align:center;
}
.offer-desc {
  color:#bdbdbd; font-size:13px; text-align:center;
  min-height:36px;
}


.offer-btn {
  margin-top:auto;
  display:inline-block; width:100%; text-align:center;
  background:#ffd028; color:#000; font-weight:800;
  padding:10px 12px; border-radius:12px; text-decoration:none;
  box-shadow: 0 6px 0 #b99600, 0 10px 20px rgba(255,208,40,.2);
  transition: transform .15s ease, box-shadow .15s ease;
}
.offer-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 #b99600, 0 14px 26px rgba(255,208,40,.28);
}