:root{
  --bg:#f8fafc;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --line:#dbeafe;
  --soft:#eff6ff;
  --brand:#1d4ed8;
  --brand-dark:#0f172a;
  --good:#065f46;
  --warn:#92400e;
}
*{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  overflow-x:hidden;
}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.75;
  overflow-x:hidden;
}
.container{
  max-width:1120px;
  margin:0 auto;
  padding:32px 20px 80px;
}
.banner-wrap{
  margin:24px 0;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 8px 32px rgba(0,0,0,0.12);
}
.banner-img{
  display:block;
  width:100%;
  height:auto;
}
.hero{
  background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 100%);
  color:#fff;
  padding:38px 30px;
  border-radius:22px;
  box-shadow:0 20px 50px rgba(15,23,42,.18);
  margin-bottom:24px;
}
.hero h1{
  margin:0 0 14px;
  font-size:42px;
  line-height:1.12;
}
.hero p{
  margin:0 0 12px;
  font-size:17px;
  color:rgba(255,255,255,.93);
}
.badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.badge{
  padding:8px 12px;
  border-radius:999px;
  font-size:13px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
}
.hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  margin-top:16px;
}
.hero-meta-item{
  font-size:13px;
  color:rgba(255,255,255,.65);
  display:flex;
  align-items:center;
  gap:6px;
}
.block, section{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:18px;
  padding:24px;
  margin-bottom:22px;
  box-shadow:0 8px 28px rgba(15,23,42,.04);
}
h2{
  margin:0 0 14px;
  font-size:30px;
  line-height:1.25;
}
h3{
  margin:28px 0 12px;
  font-size:23px;
  line-height:1.3;
  color:var(--brand-dark);
}
h4{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.35;
}
p{margin:0 0 14px}
.lead{
  font-size:18px;
  color:var(--muted);
}
.label{
  display:inline-block;
  margin-bottom:10px;
  padding:6px 10px;
  border-radius:999px;
  background:var(--soft);
  color:var(--brand);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.toc ul,
.list ul,
.list ol{
  margin:10px 0 0;
  padding-left:20px;
}
.toc a{
  color:var(--brand);
  text-decoration:none;
}
.toc a:hover{text-decoration:underline}
.callout{
  background:var(--soft);
  border-left:5px solid var(--brand);
  border-radius:12px;
  padding:16px 18px;
  margin:18px 0;
}
.grid-2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.card{
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px;
  background:#fff;
}
.casino-tiles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.casino-tile{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:100%;
}
.tile-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.tile-rank{
  flex:0 0 auto;
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--brand-dark),var(--brand));
  color:#fff;
  font-weight:800;
  box-shadow:0 12px 24px rgba(29,78,216,.16);
}
.tile-title{
  margin:0;
  font-size:18px;
  line-height:1.25;
}
.tile-subtitle{
  margin:4px 0 0;
  color:var(--muted);
  font-size:14px;
}
.tile-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.tile-tag{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:var(--soft);
  color:var(--brand);
  font-size:12px;
  font-weight:700;
}
.tile-bonus{
  padding:12px 14px;
  border-radius:14px;
  background:#f8fafc;
  border:1px solid var(--line);
}
.tile-bonus strong{
  display:block;
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--brand);
  margin-bottom:4px;
}
.tile-actions{
  margin-top:auto;
}
.tile-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:46px;
  padding:0 16px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--brand),#2563eb);
  color:#fff;
  text-decoration:none;
  font-weight:800;
  box-shadow:0 14px 26px rgba(29,78,216,.18);
}
.tile-button:hover,
.tile-button:focus-visible{
  transform:translateY(-1px);
  outline:none;
}
table{
  width:100%;
  border-collapse:collapse;
  margin:14px 0 8px;
  background:#fff;
  overflow:hidden;
  border-radius:14px;
}
th,td{
  text-align:left;
  vertical-align:top;
  padding:14px 12px;
  border-bottom:1px solid #e5e7eb;
  font-size:15px;
}
th{
  background:#eff6ff;
  color:var(--brand-dark);
  font-weight:700;
}
tr:last-child td{border-bottom:none}
.table-wrapper{overflow-x:auto;}
.proscons,
.pros-cons{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:16px;
}
.pros,.cons{
  border-radius:16px;
  padding:18px;
}
.pros{
  background:#ecfdf5;
  border:1px solid #bbf7d0;
}
.cons{
  background:#fff7ed;
  border:1px solid #fed7aa;
}
.pros h4{color:var(--good)}
.cons h4{color:var(--warn)}
.divider{
  height:1px;
  background:#e5e7eb;
  margin:28px 0;
}
.small{
  font-size:14px;
  color:var(--muted);
}
.mini-list{
  margin:0;
  padding-left:18px;
}
.top-link{
  text-decoration:none;
  color:var(--brand);
  font-size:14px;
}
.breadcrumbs{
  margin:18px 0 20px;
  padding:14px 16px;
  border:1px solid rgba(29,78,216,.12);
  border-radius:14px;
  background:rgba(255,255,255,.78);
  box-shadow:0 8px 22px rgba(15,23,42,.04);
}
.breadcrumbs ol{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  font-size:.92rem;
  color:var(--muted);
}
.breadcrumbs li{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.breadcrumbs li + li::before{
  content:"/";
  color:#94a3b8;
  font-size:.9em;
  line-height:1;
}
.breadcrumbs a{
  color:var(--brand);
  text-decoration:none;
  font-weight:700;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus-visible{
  text-decoration:underline;
  outline:none;
}
.breadcrumbs [aria-current="page"]{
  color:var(--text);
  font-weight:700;
}
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(248,250,252,.88);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(29,78,216,.12);
  box-shadow:0 8px 24px rgba(15,23,42,.05);
}
.site-header-inner{
  max-width:1120px;
  margin:0 auto;
  padding:14px 20px;
  display:flex;
  align-items:center;
  gap:18px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:var(--text);
  min-width:0;
}
.brand-mark{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--brand-dark),var(--brand));
  color:#fff;
  font-weight:800;
  box-shadow:0 12px 24px rgba(29,78,216,.18);
}
.brand-copy{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}
.brand-name{
  font-size:1rem;
  font-weight:800;
}
.brand-tag{
  font-size:.82rem;
  color:var(--muted);
}
.site-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-left:auto;
  align-items:center;
  justify-content:flex-end;
}
.site-nav a{
  padding:9px 12px;
  border-radius:999px;
  color:var(--text);
  text-decoration:none;
  font-size:.92rem;
  font-weight:700;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(29,78,216,.10);
  transition:transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.site-nav a:hover,
.site-nav a:focus-visible{
  transform:translateY(-1px);
  background:#fff;
  border-color:rgba(29,78,216,.26);
  outline:none;
}
.site-header-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--brand),#2563eb);
  color:#fff;
  text-decoration:none;
  font-weight:800;
  white-space:nowrap;
  box-shadow:0 14px 26px rgba(29,78,216,.22);
}
.site-header-cta:hover,
.site-header-cta:focus-visible{
  transform:translateY(-1px);
  color:#fff;
  outline:none;
}
.content-wrap{padding-top:18px;}
.site-footer{
  margin-top:34px;
  background:linear-gradient(180deg,#0f172a 0%,#111d33 100%);
  color:rgba(255,255,255,.9);
  border-top:1px solid rgba(255,255,255,.08);
}
.site-footer-inner{
  max-width:1120px;
  margin:0 auto;
  padding:34px 20px 18px;
}
.site-footer-grid{
  display:grid;
  grid-template-columns:1.4fr .9fr .9fr;
  gap:24px;
  align-items:start;
}
.site-footer h3,
.site-footer .footer-brand-title{
  margin:0 0 12px;
  font-size:1.05rem;
  color:#fff;
}
.site-footer p{color:rgba(255,255,255,.78);}
.footer-links{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.footer-links a{
  color:rgba(255,255,255,.84);
  text-decoration:none;
}
.footer-links a:hover,
.footer-links a:focus-visible{
  color:#fff;
  text-decoration:underline;
  outline:none;
}
.footer-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.footer-badge{
  padding:7px 11px;
  border-radius:999px;
  font-size:.82rem;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
}
.site-footer-bottom{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  justify-content:space-between;
  color:rgba(255,255,255,.72);
  font-size:.92rem;
}
.site-footer-bottom a{
  color:#fff;
  text-decoration:none;
}
.site-footer-bottom a:hover,
.site-footer-bottom a:focus-visible{
  text-decoration:underline;
  outline:none;
}

/* faq */
.faq-item{
  border-bottom:1px solid var(--line);
  padding:16px 0;
}
.faq-item:last-child{border-bottom:none;}

/* casino review cards */
.casino-review-card{
  border:1px solid var(--line);
  border-radius:16px;
  padding:22px;
  background:#fff;
  margin-bottom:22px;
}
.review-details{
  background:#f8fafc;
  border:1px solid var(--line);
  border-radius:14px;
  padding:16px 18px;
  margin:16px 0;
}
.review-details ul{
  margin:8px 0 0;
  padding-left:18px;
}
.verdict{
  background:var(--soft);
  border-left:5px solid var(--brand);
  border-radius:12px;
  padding:14px 16px;
  margin-top:16px;
}
.casino-shortlist{display:grid;gap:16px;}
.casino-shortlist-item{
  border:1px solid var(--line);
  border-radius:14px;
  padding:16px 18px;
  background:#fff;
}
.important-box{
  background:#fff7ed;
  border:1px solid #fed7aa;
  border-radius:14px;
  padding:16px 18px;
  margin-top:16px;
}
.important-box h3{color:var(--warn);margin-top:0;}
.table-note{
  font-size:13px;
  color:var(--muted);
  margin-top:8px;
}

@media (max-width:900px){
  .grid-2,.grid-3,.proscons,.pros-cons,.casino-tiles{grid-template-columns:1fr}
  .hero h1{font-size:32px}
  .site-header-inner{flex-wrap:wrap}
  .site-nav{margin-left:0;justify-content:flex-start}
  .site-footer-grid{grid-template-columns:1fr}
}
@media (max-width:720px){
  .hero{padding:28px 20px}
  .hero h1{font-size:28px}
  .breadcrumbs{margin:14px 0 16px;padding:12px 14px;}
  .breadcrumbs ol{gap:6px;font-size:.86rem;}
  .site-header-inner{padding:12px 16px}
  .site-nav a{font-size:.86rem;padding:8px 10px}
  .site-header-cta{width:100%}
  .site-footer-inner{padding:28px 16px 16px}
  .site-footer-bottom{flex-direction:column;align-items:flex-start}
}
