/* Design: MINIMAL HIGH-CONTRAST — white bg, black text, bold red accent + glow */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:wght@400;500;600&display=swap');

:root {
  --bg: #ffffff;
  --text: #0a0a0a;
  --muted: #525252;
  --accent: #dc2626;
  --glow: 0 0 20px rgba(220, 38, 38, 0.35);
  --grid: #e5e5e5;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Archivo', sans-serif;
  background: var(--bg);
  background-image:
    url("bg-maxjackpot22.png"),
    url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10 L35 25 L50 25 L38 35 L42 50 L30 40 L18 50 L22 35 L10 25 L25 25 Z' fill='none' stroke='rgba(220,38,38,0.06)' stroke-width='0.5'/%3E%3C/svg%3E");
  background-size: cover, 60px 60px;
  background-position: center, 0 0;
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
}
h1, h2, h3 { font-family: 'Archivo Black', sans-serif; font-weight: 400; }
h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); }
a { color: var(--accent); text-decoration: none; }
a:hover { text-shadow: var(--glow); }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }

.site-header { border-bottom: 3px solid var(--text); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem; flex-wrap: wrap; gap: 1rem; }
.site-logo { font-family: 'Archivo Black', sans-serif; font-size: 1.35rem; color: var(--text); letter-spacing: -0.02em; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.4rem 0.75rem; border-radius: 10px; border: 2px solid rgba(0,0,0,0.15); transition: background 0.2s, border-color 0.2s; }
.site-logo:hover { background: rgba(0,0,0,0.04); border-color: var(--text); }
.site-logo-icon { display: inline-flex; flex-shrink: 0; }
.site-logo-icon-right { margin-left: 0.35rem; }
.site-logo-icon-above { display: block; margin: 0 auto 0.3rem; }
.site-logo-stacked { flex-direction: column; align-items: center; }
.site-header nav { display: flex; gap: 1.5rem; }
.site-header nav a { color: var(--text); font-weight: 500; }
.site-header nav a:hover { color: var(--accent); }
.site-header [style*="font-size:0.75rem"] a { color: var(--muted); font-size: 0.75rem; }
.site-header [style*="font-size:0.75rem"] a:hover { color: var(--accent); }

.hero {
  padding: 2.5rem 1rem;
  text-align: center;
  border-bottom: 1px solid var(--grid);
}
.hero h1 { margin-bottom: 0.5rem; }
.hero-lead { color: var(--muted); max-width: 560px; margin: 0.5rem auto 0.75rem; line-height: 1.5; }
.hero-top-tag { font-size: 0.8rem; color: var(--accent); font-weight: 600; margin-bottom: 0.75rem; }
.hero p { color: var(--muted); max-width: 560px; margin: 0.5rem auto; }
.hero .disclaimer { font-size: 0.8rem; margin-top: 1rem; color: var(--muted); }
.grade-guide-block {
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  border: 2px solid var(--accent);
  background: rgba(220, 38, 38, 0.04);
}
.grade-guide-block h2 { font-size: 1rem; margin-bottom: 0.5rem; color: var(--accent); }
.grade-guide-block p { margin: 0; font-size: 0.9rem; line-height: 1.55; color: var(--text); }

@keyframes linkUnderline {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
.casino-card .cta { position: relative; }
.casino-card .cta:hover::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background: var(--accent); transform-origin: left; animation: linkUnderline 0.3s ease-out; }

.page-hero { padding: 2rem 0 1.5rem; border-bottom: 2px solid var(--grid); margin-bottom: 2rem; }
.page-hero h1 { margin: 0 0 0.5rem; }
.page-hero .disclaimer { font-size: 0.85rem; color: var(--muted); margin: 0; }

.grid-wrapper { display: grid; grid-template-columns: repeat(1, 1fr); gap: 0; }
.casino-card {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem;
  border-bottom: 1px solid var(--grid);
  transition: background 0.2s;
}
.casino-card:hover { background: #fafafa; }
.casino-card .logo-wrap {
  width: 100px; height: 56px;
  background: var(--grid);
  display: flex; align-items: center; justify-content: center;
  padding: 6px;
}
.casino-card { position: relative; }
.casino-card .card-badge {
  position: absolute; top: 0.75rem; right: 0.75rem;
  font-size: 0.65rem; font-weight: 700; padding: 0.2rem 0.5rem; border-radius: 4px;
  background: var(--accent); color: #fff; z-index: 1;
}
.casino-card .logo-wrap { border-radius: 14px; overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,0.05); }
.casino-card .logo-wrap img { object-fit: contain; max-width: 100%; max-height: 100%; border-radius: 10px; }
.casino-card h3 { margin: 0 0 0.2rem; font-size: 1rem; }
.casino-card .meta, .casino-card .tcs { font-size: 0.8rem; color: var(--muted); }
.casino-card .casino-features { list-style: none; margin: 0 0 0.5rem; padding: 0; font-size: 0.8rem; color: var(--muted); }
.casino-card .casino-features li { padding: 0.15rem 0 0.15rem 1rem; position: relative; }
.casino-card .casino-features li::before { content: '▸'; position: absolute; left: 0; color: var(--accent); font-size: 0.75rem; }
.casino-card .card-desc { font-size: 0.8rem; color: var(--muted); line-height: 1.45; margin-bottom: 0.5rem; }
.casino-card .rating { font-size: 0.8rem; font-weight: 600; color: var(--text); margin: 0.25rem 0 0.5rem; }
.casino-card .cta {
  padding: 0.5rem 1rem;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: box-shadow 0.3s;
}
.casino-card .cta:hover { box-shadow: var(--glow); }
@media (max-width: 600px) { .casino-card { grid-template-columns: 1fr; } }

.content-block { margin: 1.5rem 0; padding: 1.75rem; border: 2px solid var(--text); }
.content-block h2 { margin-top: 0; color: var(--accent); }
.content-block p { margin: 0; }

.site-footer { border-top: 3px solid var(--text); padding: 2rem 1rem; margin-top: 2rem; }
.footer-inner { text-align: center; }
.footer-logos-first { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.footer-logos-first .footer-logos-row { display: flex; gap: 10px; justify-content: center; }
.footer-logos-first .footer-logos-row img { opacity: 0.85; }
.footer-logos-first .footer-links-row { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.footer-inner a { color: var(--muted); }
.footer-inner a:hover { color: var(--accent); }
.footer-inner > div[style*="display:flex"] img { opacity: 0.85; }
.footer-disclaimer { font-size: 0.75rem; color: var(--muted); margin-top: 0; }
.footer-note { font-size: 0.75rem; color: var(--muted); margin: 0.75rem 0 0; text-align: center; opacity: 0.9; }
.footer-logos-first .footer-logos-row { padding: 1rem; background: rgba(0,0,0,0.04); border-radius: 12px; border: 2px solid var(--text); }
.footer-logos-first .footer-links-row { padding-top: 1rem; border-top: 1px solid var(--muted); width: 100%; justify-content: center; }
.footer-logos-first .footer-disclaimer { padding-top: 0.75rem; }
.grade-guide-block { border-radius: 16px; padding: 2rem; border: 2px dashed var(--accent); background: rgba(0,0,0,0.02); }
.content-block:nth-of-type(1) { max-width: 75%; margin-left: 0; border-radius: 8px 24px 8px 24px; }
.content-block:nth-of-type(2) { max-width: 80%; margin-right: 0; margin-left: auto; border-radius: 24px 8px 24px 8px; }

.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: #fff; border-top: 3px solid var(--text);
  padding: 1rem 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
  z-index: 1000;
}
.cookie-banner.hidden { display: none; }
.cookie-banner button { padding: 0.5rem 1rem; background: var(--accent); color: #fff; border: none; font-weight: 600; cursor: pointer; }
.cookie-banner button:hover { box-shadow: var(--glow); }

.age-gate-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.85); display: flex; align-items: center; justify-content: center; z-index: 2000; }
.age-gate-overlay.hidden { display: none; }
.age-gate-box { background: #fff; border: 3px solid var(--text); padding: 2rem; max-width: 360px; text-align: center; }
.age-gate-box h2 { color: var(--accent); margin-top: 0; }
.age-gate-box .buttons { margin-top: 1.5rem; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.age-gate-box button { padding: 0.6rem 1.2rem; cursor: pointer; font-family: inherit; font-weight: 600; }
.age-gate-box .btn-confirm { background: var(--accent); color: #fff; border: none; }
.age-gate-box .btn-confirm:hover { box-shadow: var(--glow); }
.age-gate-box .btn-leave { background: transparent; border: 2px solid var(--text); }

main .container > p[style*="font-size: 0.8rem"] { color: var(--muted); margin-top: 2rem; }
