* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'Segoe UI',Arial,sans-serif; color:#222; background:#f9f9f9; }

/* NAV */
nav { background:#1a1a2e; padding:0 40px; display:flex; align-items:center; justify-content:space-between; height:60px; position:sticky; top:0; z-index:100; }
.logo { color:#f0c040; font-size:22px; font-weight:700; text-decoration:none; }
.logo span { color:#fff; }
nav ul { list-style:none; display:flex; gap:28px; }
nav ul li a { color:#ccc; text-decoration:none; font-size:14px; transition:color .2s; }
nav ul li a:hover { color:#f0c040; }

/* HERO */
.hero { background:linear-gradient(135deg,#1a1a2e 0%,#16213e 60%,#0f3460 100%); color:#fff; padding:80px 40px; text-align:center; }
.hero h1 { font-size:42px; margin-bottom:16px; line-height:1.2; }
.hero h1 span { color:#f0c040; }
.hero p { font-size:18px; color:#bbb; max-width:600px; margin:0 auto 32px; }
.btn { display:inline-block; background:#f0c040; color:#1a1a2e; padding:14px 36px; border-radius:6px; font-weight:700; font-size:16px; text-decoration:none; transition:background .2s; }
.btn:hover { background:#ffd700; }

/* SECTIONS */
section { padding:60px 40px; max-width:1100px; margin:0 auto; }
h2 { font-size:28px; margin-bottom:8px; color:#1a1a2e; }
.subtitle { color:#777; margin-bottom:36px; font-size:15px; }

/* CASINO CARDS */
.cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:24px; }
.card { background:#fff; border-radius:10px; padding:28px; box-shadow:0 2px 12px rgba(0,0,0,.08); border-left:4px solid #f0c040; }
.badge { display:inline-block; background:#f0c040; color:#1a1a2e; font-size:11px; font-weight:700; padding:3px 10px; border-radius:20px; margin-bottom:12px; text-transform:uppercase; }
.card h3 { font-size:20px; margin-bottom:8px; }
.bonus { font-size:24px; font-weight:700; color:#0f3460; margin-bottom:8px; }
.card p { color:#666; font-size:14px; line-height:1.6; margin-bottom:16px; }
.rating { color:#f0c040; font-size:18px; margin-bottom:16px; }
.card-btn { display:block; text-align:center; background:#0f3460; color:#fff; padding:10px; border-radius:6px; text-decoration:none; font-weight:600; font-size:14px; transition:background .2s; }
.card-btn:hover { background:#1a1a2e; }
.terms { font-size:11px; color:#aaa; margin-top:8px; text-align:center; }

/* ARTICLE CARDS */
.articles { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:24px; }
.article-card { background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 2px 12px rgba(0,0,0,.08); }
.article-img { height:140px; display:flex; align-items:center; justify-content:center; font-size:48px; }
.article-body { padding:20px; }
.article-body h3 { font-size:17px; margin-bottom:8px; color:#1a1a2e; }
.article-body p { color:#666; font-size:14px; line-height:1.5; margin-bottom:12px; }
.article-body a { color:#0f3460; font-weight:600; font-size:14px; text-decoration:none; }
.article-body a:hover { text-decoration:underline; }

/* WHY US */
.why { background:#1a1a2e; color:#fff; padding:60px 40px; }
.why-inner { max-width:1100px; margin:0 auto; }
.why h2 { color:#f0c040; margin-bottom:8px; }
.why .subtitle { color:#999; }
.features { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:28px; margin-top:36px; }
.feature { text-align:center; }
.feature .icon { font-size:36px; margin-bottom:12px; }
.feature h4 { font-size:16px; margin-bottom:8px; color:#f0c040; }
.feature p { color:#aaa; font-size:14px; line-height:1.5; }

/* ARTICLE PAGE */
.article-page { max-width:780px; margin:0 auto; padding:60px 40px; }
.article-page .back { color:#0f3460; font-size:14px; text-decoration:none; display:inline-block; margin-bottom:20px; }
.article-page .back:hover { text-decoration:underline; }
.article-page h1 { font-size:32px; color:#1a1a2e; margin-bottom:12px; }
.article-page .meta { color:#999; font-size:13px; margin-bottom:32px; }
.article-page h2 { font-size:22px; margin:32px 0 12px; color:#1a1a2e; }
.article-page p { color:#444; font-size:16px; line-height:1.8; margin-bottom:16px; }
.article-page ul { padding-left:24px; margin-bottom:16px; }
.article-page ul li { color:#444; font-size:16px; line-height:1.8; }

/* SIMPLE PAGES (about, contact) */
.simple-page { max-width:780px; margin:0 auto; padding:60px 40px; }
.simple-page h1 { font-size:32px; color:#1a1a2e; margin-bottom:16px; }
.simple-page h2 { font-size:22px; color:#1a1a2e; margin:32px 0 12px; }
.simple-page p { color:#444; font-size:16px; line-height:1.8; margin-bottom:16px; }
.contact-box { background:#fff; border-radius:10px; padding:32px; box-shadow:0 2px 12px rgba(0,0,0,.08); margin-top:24px; }
.contact-box p { margin-bottom:12px; }
.contact-box a { color:#0f3460; font-weight:600; text-decoration:none; }
.contact-box a:hover { text-decoration:underline; }

/* FOOTER */
footer { background:#111; color:#777; padding:40px; text-align:center; font-size:13px; line-height:1.8; }
footer a { color:#999; text-decoration:none; }
footer a:hover { color:#f0c040; }
.footer-links { margin-bottom:16px; display:flex; justify-content:center; gap:24px; flex-wrap:wrap; }
.disclaimer { max-width:700px; margin:16px auto 0; font-size:12px; color:#555; }

/* 18+ WARNING BANNER */
.age-warning {
  background: #1a1a2e;
  color: #f0c040;
  text-align: center;
  padding: 8px 20px;
  font-size: 13px;
  border-bottom: 2px solid #f0c040;
}

.age-warning strong {
  font-weight: 700;
  font-size: 14px;
}

.age-warning a {
  color: #fff;
  text-decoration: underline;
  margin-left: 12px;
}

.age-warning a:hover {
  color: #f0c040;
}

/* Responsible gambling section in footer */
.responsible-gambling {
  margin: 20px auto 12px;
  padding: 16px;
  background: #1a1a1a;
  border-radius: 6px;
  max-width: 700px;
}

.responsible-gambling h4 {
  color: #f0c040;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 700;
}

.responsible-gambling p {
  font-size: 12px;
  color: #999;
  line-height: 1.6;
  margin-bottom: 8px;
}

.responsible-gambling .help-links {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.responsible-gambling .help-links a {
  color: #f0c040;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.responsible-gambling .help-links a:hover {
  border-bottom-color: #f0c040;
}

/* RESPONSIVE */
@media(max-width:600px) {
  .hero h1 { font-size:28px; }
  nav ul { display:none; }
  section, .article-page, .simple-page { padding:40px 20px; }
  .hero { padding:60px 20px; }
  .why { padding:40px 20px; }
}