:root {
  --color-bg: #0b1020;
  --color-surface: #ffffff;
  --color-surface-2: #f5f7fb;
  --color-text: #1a1f36;
  --color-muted: #6b7280;
  --color-primary: #ff7a00;
  --color-secondary: #1e6cf1;
  --color-accent: #ffc107;
  --radius-card: 12px;
  --radius-btn: 8px;
  --shadow-card: 0 8px 24px rgba(16, 24, 40, 0.1);
  --shadow-hover: 0 12px 28px rgba(16, 24, 40, 0.14);
}

html { box-sizing: border-box; scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: inherit; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--color-text);
  line-height: 1.5;
  background: var(--color-surface-2);
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 16px; }

/* Header */
.site-header { background: #0a0f1e; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.08); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding: 16px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: 0.4px; }
.brand .logo { width: 36px; height: 36px; background: linear-gradient(135deg, #1e6cf1, #00e0ff); border-radius: 8px; display: grid; place-items: center; color: #fff; }

/* Hero */
.hero { position: relative; background:
  radial-gradient(1200px 400px at 80% -10%, rgba(30,108,241,0.25), rgba(30,108,241,0) 60%),
  radial-gradient(900px 360px at 10% 0%, rgba(0,224,255,0.2), rgba(0,224,255,0) 50%),
  linear-gradient(180deg, #0b1020 0%, #0b1020 60%, #0b1020 100%);
  color: #e8eefc; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: url('/public/backgrounds/hero.jpg') center/cover no-repeat; opacity: 0.18; mix-blend-mode: screen; }
.hero .container { padding: 56px 16px; position: relative; }
.hero h1 { font-size: 32px; font-weight: 700; margin: 0 0 8px; }
.hero p.subtitle { margin: 0 0 18px; color: #c7d2fe; font-weight: 500; }
.hero-icons { display: flex; gap: 16px; color: #7dd3fc;align-items: center; }
.hero-icons .fa-solid { filter: drop-shadow(0 4px 10px rgba(0,224,255,0.35)); }

/* Card List */
.list-section { background: var(--color-surface-2); }
.list-section .container { padding: 24px 16px 40px; }
.cards { display: grid; gap: 14px; }
.card { background: var(--color-surface); border-radius: var(--radius-card); box-shadow: var(--shadow-card); display: grid; grid-template-columns: 220px 1fr 1.2fr 180px; align-items: center; column-gap: 12px; overflow: hidden; padding: 16px 0; }
.card:hover { box-shadow: var(--shadow-hover); }
.card-left { display: flex; align-items: center; gap: 14px; position: relative; margin-top: -16px; margin-bottom: -16px; height: calc(100% + 32px); padding: 16px;
}
.card-middle { text-align: center; }
.card-score { font-size: 28px; font-weight: 700; }
.stars { color: var(--color-accent); }
.card-usp { color: var(--color-muted); font-size: 14px; }

.card-bonus { padding: 6px 12px; border-left: 3px solid var(--color-primary); }
.card-bonus h4 { margin: 0 0 6px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; color: var(--color-muted); }
.card-bonus .bonus-line { font-size: 14px; color: var(--color-text); line-height: 1.3; }
.card-right { background: var(--color-primary);display: flex; justify-content: center; align-items: center; position: relative; margin-top: -16px; margin-bottom: -16px; height: calc(100% + 32px);border-top-right-radius: var(--radius-card); border-bottom-right-radius: var(--radius-card);
}
.btn-cta { color: #fff; border: none; padding: 12px 20px; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: var(--radius-btn); border-bottom-right-radius: var(--radius-btn); font-weight: 700; cursor: pointer; transition: transform 0.05s ease, box-shadow 0.2s ease, background 0.2s ease; box-shadow: 0 6px 16px rgba(255, 122, 0, 0.35); }

/* Informational sections */
.info { padding: 16px 0 48px; }
.info h2 { font-size: 22px; font-weight: 700; margin: 22px 0 8px; }
.info p, .info li { font-size: 14px; color: var(--color-text); }
.info ul { padding-left: 18px; margin: 8px 0 0; }

/* Trust banner */
.trust-banner { margin: 28px 0; background: linear-gradient(180deg, #1e6cf1, #0e46a3); color: #fff; border-radius: var(--radius-card); padding: 18px; display: flex; align-items: center; gap: 14px; }
.trust-badges { display: flex; align-items: center; gap: 10px; }
.trust-badges img { height: 28px; }
.trust-text { font-size: 14px; }

/* Footer */
.site-footer { background: #0a0f1e; color: #cbd5e1; }
.site-footer .container { padding: 24px 16px; display: flex; flex-direction: column; gap: 6px; align-items: center; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-nav a { color: #e2e8f0; font-size: 14px; margin-right: 14px; }
.footer-legal { font-size: 12px; color: #94a3b8; margin-top: 12px; }
.footer-logos { display: flex; align-items: center; gap: 16px; margin-top: 14px; }
.footer-logos img { height: 22px; filter: grayscale(1) brightness(1.5); opacity: 0.85; }

/* Policy pages */
.page { padding: 28px 0 56px; }
.page h1 { font-size: 28px; font-weight: 700; margin: 0 0 10px; }
.page h2 { font-size: 20px; font-weight: 700; margin: 20px 0 6px; }
.page p, .page li { font-size: 14px; color: var(--color-text); }

/* Modal (Age Verification) */
.modal-backdrop { position: fixed; inset: 0; background: rgba(2, 6, 23, 0.72); display: none; align-items: center; justify-content: center; z-index: 1000; }
.modal { background: #0f172a; color: #e2e8f0; border-radius: 12px; max-width: 520px; width: calc(100% - 32px); box-shadow: 0 24px 64px rgba(0,0,0,0.45); overflow: hidden; }
.modal-header { display: flex; align-items: center; gap: 10px; padding: 16px; background: linear-gradient(180deg, #1e6cf1, #0e46a3); color: #fff; }
.modal-body { padding: 16px; font-size: 14px; color: #cbd5e1; }
.modal-actions { display: flex; gap: 10px; padding: 0 16px 16px; }
.modal-actions .btn { flex: 1; padding: 12px 16px; border-radius: 8px; border: none; cursor: pointer; font-weight: 700; }
.modal-actions .btn-yes { background: #22c55e; color: #052e16; }
.modal-actions .btn-no { background: #ef4444; color: #fff; }

/* Responsive */
@media (max-width: 900px) {
  .site-header .container { justify-content: center; }
  .card { grid-template-columns: 150px 1fr 1.2fr 130px; padding: 0; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 26px; }

  .site-header .container { justify-content: center; }
  .card { grid-template-columns: 1fr; text-align: center; gap: 12px; padding: 16px; }
  .card-right { justify-content: center; margin: 0; height: auto; border-radius: var(--radius-card); }
  .card-left { justify-content: center; margin: 0; height: auto; border-radius: var(--radius-card); }
  .card-bonus { border-left: none; padding: 0; }
}
