:root{
  --brand:#dc3545;           /* Bootstrap danger */
  --brand2:#b91c1c;          /* darker accent */
  --ink:#0f172a;
  --muted:#64748b;
  --soft:#f6f7fb;
  --card:#ffffff;
  --line:rgba(15,23,42,.10);
  --shadow:0 14px 34px rgba(15,23,42,.12);
  --shadow2:0 10px 22px rgba(15,23,42,.08);
  --radius:22px;
}

html{ scroll-behavior:smooth; }

body{
  font-size:18px;
  color:var(--ink);
  background:#fff;
}

a{ text-underline-offset: 3px; }
a:focus-visible{ outline:3px solid rgba(220,53,69,.25); outline-offset:2px; }

/* Make containers wider (about 90% of screen) */
.container{ max-width: 90vw !important; }
@media (min-width: 1400px){
  .container{ max-width: 1320px !important; }
}

/* 18+ banner */
.age-banner{
  background:#0b1220;
  color:#e5e7eb;
  font-size:.95rem;
}
.age-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.28rem .65rem;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.14);
  font-weight:900;
  letter-spacing:.02em;
  white-space:nowrap;
}

/* Header / Nav */
.site-header{
  position:sticky;
  top:0;
  z-index:1020;
  backdrop-filter:saturate(1.1) blur(10px);
}
.site-header.bg-white{ background:rgba(255,255,255,.92) !important; }

.brand-lockup{
  display:flex;
  align-items:center;
  gap:.85rem;
  text-decoration:none;
  color:inherit;
}
.brand-lockup:hover{ color:inherit; }
.brand-lockup img{
  width:46px;
  height:46px;
  object-fit:contain;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 8px 18px rgba(15,23,42,.06);
}
.brand-name{ font-weight:900; letter-spacing:-.01em; }
.brand-domain{ font-size:.9rem; color:var(--muted); }

.navbar-nav .nav-link{
  color:#0f172a;
  font-weight:700;
  padding:.55rem .85rem;
  border-radius:14px;
}
.navbar-nav .nav-link:hover{
  background:rgba(220,53,69,.08);
  color:var(--brand2);
}
.navbar-toggler{
  border-radius:14px;
  border-color:rgba(15,23,42,.12) !important;
}
.vr{ opacity:.25; }

/* HERO */
.hero{
  position:relative;
  padding:84px 0;
  overflow:hidden;
  background:radial-gradient(1200px 600px at 15% 10%, rgba(220,53,69,.18), transparent 60%),
             radial-gradient(900px 520px at 85% 0%, rgba(59,130,246,.16), transparent 55%),
             linear-gradient(135deg,#0b1220 0%, #151c2f 55%, #0b1220 100%);
  color:#fff;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("img/hero-bg.png");
  background-size:cover;
  background-position:center;
  opacity:.16;
  pointer-events:none;
}
.hero::after{
  content:"";
  position:absolute;
  inset:-1px;
  background:linear-gradient(180deg, rgba(11,18,32,.0) 0%, rgba(11,18,32,.25) 35%, rgba(11,18,32,.55) 100%);
  pointer-events:none;
}
.hero .container{ position:relative; z-index:2; }
.hero-badge{
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.14) !important;
}
.hero h1{
  font-weight:950;
  letter-spacing:-0.03em;
  line-height:1.05;
}
.hero .lead{ color:#e5e7eb; max-width: 52ch; }
.hero-list{
  margin:0;
  padding-left:0;
  list-style:none;
  display:grid;
  gap:10px;
  max-width: 58ch;
}
.hero-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#e5e7eb;
}
.hero-list li::before{
  content:"";
  width:10px;
  height:10px;
  margin-top:.45rem;
  border-radius:999px;
  background:rgba(255,255,255,.8);
  box-shadow:0 0 0 4px rgba(220,53,69,.18);
  flex:0 0 auto;
}
.hero-note{
  color:#cbd5e1;
  font-size:.95rem;
  max-width: 62ch;
}

/* Hero card */
.hero-card{
  background:rgba(255,255,255,.96);
  color:var(--ink);
  border-radius:var(--radius);
  padding:24px;
  box-shadow:0 18px 55px rgba(0,0,0,.28);
  border:1px solid rgba(15,23,42,.10);
}
.hero-card h2{ font-weight:900; letter-spacing:-.01em; }
.hero-card ul li{ color:#334155; }
.hero-card-footer{
  font-size:.95rem;
  color:#475569;
  border-top:1px solid rgba(15,23,42,.10);
  padding-top:12px;
  margin-top:12px;
}

/* Sections */
.section{ position:relative; }
.section h2{ font-weight:950; letter-spacing:-.02em; }
.section p{ color:#1f2937; }
.section-accent{
  background:linear-gradient(180deg,#ffffff 0%, #fff5f5 55%, #ffffff 100%);
}
.section-soft{
  background:linear-gradient(180deg, #f8fafc 0%, #f6f7fb 100%);
}

/* Info panel */
.info-panel{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:var(--shadow2);
}
.info-panel img{ border-radius:18px; border:1px solid rgba(15,23,42,.08); }
.info-panel ul{ padding-left:1.1rem; margin-bottom:0; }
.info-panel li{ color:#334155; margin:8px 0; }

/* Featured header */
.featured-head{
  display:flex;
  gap:16px;
  align-items:flex-start;
}
.featured-logo{
  width:92px;
  height:92px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  overflow:hidden;
  box-shadow:var(--shadow2);
}
.featured-logo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media (max-width: 575px){
  .featured-head{ flex-direction:column; }
  .featured-logo{ width:100%; height:160px; }
}

/* Cards (Bootstrap override nicer look) */
.card{
  border-radius:var(--radius);
  border:1px solid var(--line);
}
.card.shadow-sm{ box-shadow:var(--shadow2) !important; }
.card .card-body h3{ font-weight:900; letter-spacing:-.01em; }
.card ul li, .card ol li{ color:#334155; }

/* Example cards inside featured */
.example-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:18px;
  padding:14px;
  height:100%;
  box-shadow:0 10px 22px rgba(15,23,42,.06);
}
.example-card h4{ font-weight:900; }

/* FAQ */
.faq-item{
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:var(--radius);
  padding:18px;
  height:100%;
  box-shadow:0 10px 22px rgba(15,23,42,.06);
  position:relative;
}
.faq-item::before{
  content:"";
  position:absolute;
  top:14px; right:14px;
  width:12px; height:12px;
  border-radius:999px;
  background:rgba(220,53,69,.55);
  box-shadow:0 0 0 6px rgba(220,53,69,.12);
}
.faq-item h3{ font-weight:900; letter-spacing:-.01em; }
.faq-item p{ color:#334155; }

/* Responsible cards */
.responsible-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:0 10px 22px rgba(15,23,42,.06);
}
.responsible-card h3{ font-weight:900; }
.responsible-card p{ color:#334155; }

/* Account callout */
.section-accent-soft{
  background:linear-gradient(180deg,#ffffff 0%, #f1f5f9 100%);
}
.account-callout{
  display:grid;
  grid-template-columns: 1.25fr .95fr;
  gap:18px;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:calc(var(--radius) + 4px);
  padding:22px;
  box-shadow:var(--shadow);
}
@media (max-width: 991px){
  .account-callout{ grid-template-columns: 1fr; }
}
.account-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.account-actions .btn{ border-radius:16px; }
.input-group .form-control{ border-radius:16px 0 0 16px; }
.input-group .btn{ border-radius:0 16px 16px 0; }

/* Footer */
.site-footer{
  background:#0b1220;
  color:#cbd5e1;
}
.site-footer a{ color:#e5e7eb; text-decoration:none; }
.site-footer a:hover{ text-decoration:underline; }
.age18{
  display:inline-flex;
  padding:.28rem .65rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-weight:900;
}

.footer-links{
  list-style:none;
  padding-left:0;
  margin:0;
}
.footer-links li{ margin:9px 0; }

.trust-logo{
  border-color:rgba(255,255,255,.14) !important;
}
.logo-trust{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}
.logo-trust a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:10px 12px;
  transition:transform .12s ease, background .12s ease;
}
.logo-trust a:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.09);
}
.logo-trust img{
  height:30px;
  width:auto;
  display:block;
}

.footer-main{
  border-top:1px solid rgba(255,255,255,.14);
  padding-top:16px;
  margin-top:16px;
  font-size:.95rem;
  color:#e5e7eb;
}
.footer-main p{ margin-bottom:10px; }

/* Cookie bar (index only) */
.cookie-bar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  background:rgba(11,18,32,.96);
  color:#e5e7eb;
  border-top:1px solid rgba(255,255,255,.14);
  z-index:1040;
  display:none;
  backdrop-filter: blur(10px);
}
.cookie-bar a{ color:#fff; text-decoration:underline; }
.cookie-icon{
  width:40px;
  height:40px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Modal nicer */
.modal-content{
  border-radius:22px !important;
  border:1px solid rgba(15,23,42,.12);
  box-shadow:0 24px 70px rgba(15,23,42,.25);
}
.modal-header{
  border-bottom:1px solid rgba(15,23,42,.10);
}
.modal-footer{
  border-top:1px solid rgba(15,23,42,.10);
}
.btn{ border-radius:16px; font-weight:800; }
.btn-lg{ padding:.85rem 1.1rem; }

/* Small improvements */
.border-top, .border-bottom{ border-color: rgba(15,23,42,.10) !important; }
.text-secondary{ color:#64748b !important; }
/* HERO (updated for single column, no right block) */
.hero{
  position:relative;
  padding:84px 0;
  overflow:hidden;
  background:radial-gradient(1200px 600px at 15% 10%, rgba(220,53,69,.18), transparent 60%),
             radial-gradient(900px 520px at 85% 0%, rgba(59,130,246,.16), transparent 55%),
             linear-gradient(135deg,#0b1220 0%, #151c2f 55%, #0b1220 100%);
  color:#fff;
}
@media (max-width: 575px){
  .hero{ padding:64px 0; }
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("img/hero-bg.png");
  background-size:cover;
  background-position:center;
  opacity:.16;
  pointer-events:none;
}
.hero::after{
  content:"";
  position:absolute;
  inset:-1px;
  background:linear-gradient(180deg, rgba(11,18,32,.0) 0%, rgba(11,18,32,.25) 35%, rgba(11,18,32,.55) 100%);
  pointer-events:none;
}
.hero .container{ position:relative; z-index:2; }

.hero-badge{
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.14) !important;
}
.hero h1{
  font-weight:950;
  letter-spacing:-0.03em;
  line-height:1.05;
}
.hero .lead{
  color:#e5e7eb;
  max-width: 70ch;
}

/* DELETE old blocks (no longer needed):
.hero-list { ... }
.hero-list li { ... }
.hero-note { ... }
.hero-card { ... }
.hero-card-footer { ... }
*/

/* GAMES (single game featured) */
#games{
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

#games .row{
  justify-content: center;
}

#games article.card{
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#games .card-img-top{
  height: 320px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

@media (max-width: 991px){
  #games .card-img-top{ height: 260px; }
}

@media (max-width: 575px){
  #games .card-img-top{ height: 220px; }
}

#games .card-body{
  padding: 26px !important;
}

#games .card-body p{
  max-width: 70ch;
}

