:root {
  --aevo-bg-1: #0a1628;
  --aevo-bg-2: #0f2035;
  --aevo-card: #162236;
  --aevo-border: #1f3655;
  --aevo-accent: #0ea5e9;
  --aevo-accent-alt: #f43f5e;
  --aevo-text: #f0f9ff;
  --aevo-muted: #b5d3e8;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  color: var(--aevo-text);
  background: linear-gradient(160deg, var(--aevo-bg-1), var(--aevo-bg-2));
}

a {
  color: var(--aevo-accent);
}

.aevo-page {
  min-height: 100vh;
}

.aevo-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 10001;
  background: linear-gradient(90deg, var(--aevo-accent), var(--aevo-accent-alt));
}

.aevo-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 9998;
  background: rgba(10, 22, 40, 0.06);
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.aevo-header.aevo-header-scrolled {
  background: rgba(10, 22, 40, 0.95);
  border-color: var(--aevo-border);
}

.aevo-header-inner {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.aevo-logo {
  display: inline-flex;
  align-items: center;
}

.aevo-logo img {
  width: 180px;
  height: auto;
  display: block;
}

.aevo-nav a {
  color: var(--aevo-text);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.25s ease;
}

.aevo-nav a:hover {
  color: var(--aevo-accent);
}

.aevo-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7rem 1rem 4rem;
  background:
    radial-gradient(circle at 15% 20%, rgba(14, 165, 233, 0.25), transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(244, 63, 94, 0.18), transparent 42%),
    linear-gradient(135deg, #071223 0%, #0f2035 55%, #102744 100%);
}

.aevo-hero-inner {
  max-width: 860px;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.2;
}

h1 {
  font-size: clamp(1.3rem, 5vw, 3.2rem);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.25rem, 4vw, 2.35rem);
  margin-bottom: 1rem;
}

.aevo-hero p {
  margin: 0 auto 1.75rem;
  max-width: 690px;
  font-size: 1.05rem;
  color: #d8edff;
}

.aevo-section {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4rem 0;
}

.aevo-main-legal {
  padding-top: 5rem;
}

.aevo-main-legal .aevo-section {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.aevo-main-legal p {
  color: #d7e8f7;
}

.aevo-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.aevo-stat {
  background: rgba(22, 34, 54, 0.7);
  border: 1px solid var(--aevo-border);
  border-radius: 14px;
  padding: 1rem;
}

.aevo-stat strong {
  display: block;
  font-size: 2rem;
  color: var(--aevo-accent);
}

.aevo-casino-list {
  display: grid;
  gap: 1.25rem;
}

.aevo-card {
  background: linear-gradient(180deg, #162236, #132033);
  border: 1px solid #2a4670;
  border-radius: 14px;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.aevo-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 18px 35px rgba(7, 18, 34, 0.45), 0 0 0 1px rgba(14, 165, 233, 0.35);
  border-color: var(--aevo-accent);
}

.aevo-card-left {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: center;
}

.aevo-card-right h3 {
  margin-bottom: 0.3rem;
}

.aevo-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.aevo-divider {
  border-top: 1px solid rgba(187, 219, 243, 0.22);
  margin: 0.75rem 0;
}

.aevo-badge {
  background: rgba(14, 165, 233, 0.18);
  border: 1px solid rgba(14, 165, 233, 0.4);
  color: #bfe9ff;
  border-radius: 999px;
  padding: 0.32rem 0.6rem;
  font-size: 0.82rem;
  white-space: nowrap;
}

.aevo-bonus-text {
  color: #e7f6ff;
  font-weight: 700;
  margin: 0;
}

.aevo-pills {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.aevo-pills li {
  border: 1px solid rgba(14, 165, 233, 0.45);
  color: #d6efff;
  border-radius: 999px;
  font-size: 0.78rem;
  padding: 0.25rem 0.55rem;
}

.aevo-disclaimer {
  font-size: 0.82rem;
  color: #adc7dc;
}

.aevo-stars {
  color: #f43f5e;
  font-size: 0.9rem;
  text-align: center;
}

.aevo-stars span {
  display: block;
  color: #f3fbff;
  font-weight: 700;
  margin-top: 0.2rem;
}

.aevo-verdict blockquote {
  margin: 0 0 1rem;
  border-left: 3px solid var(--aevo-accent);
  padding: 0.8rem 1rem;
  background: rgba(22, 34, 54, 0.6);
  color: #d8ecff;
}

.aevo-timeline {
  border-left: 2px solid rgba(14, 165, 233, 0.5);
  padding-left: 1rem;
  display: grid;
  gap: 1rem;
}

.aevo-step {
  background: rgba(22, 34, 54, 0.58);
  border: 1px solid var(--aevo-border);
  border-radius: 12px;
  padding: 1rem;
}

.aevo-rg p {
  color: #d8ecff;
}

.aevo-age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  border-radius: 50%;
  background: #0b1f38;
  border: 1px solid var(--aevo-accent);
  color: #d8f4ff;
  font-weight: 700;
}

.aevo-faq-list {
  display: grid;
  gap: 0.7rem;
}

.aevo-faq-item {
  border: 1px solid var(--aevo-border);
  border-radius: 12px;
  background: rgba(22, 34, 54, 0.68);
  overflow: hidden;
}

.aevo-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: #eef8ff;
  text-align: left;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.aevo-faq-answer {
  display: none;
  padding: 0 1rem 1rem;
  color: #d3e9fb;
}

.aevo-faq-item[data-aevo-open="true"] .aevo-faq-answer {
  display: block;
}

.aevo-footer {
  border-top: 1px solid var(--aevo-border);
  background: rgba(8, 18, 32, 0.72);
  margin-top: 2rem;
}

.aevo-footer-grid {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
}

.aevo-footer-right img {
  width: 170px;
  height: auto;
}

.aevo-button,
.aevo-cta-btn {
  background: linear-gradient(110deg, var(--aevo-accent), #22b6f3);
  border: 0;
  color: #042034;
  text-decoration: none;
  font-weight: 700;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, color 0.25s ease;
  cursor: pointer;
}

.aevo-button:hover,
.aevo-cta-btn:hover {
  background: linear-gradient(110deg, var(--aevo-accent-alt), #ff6d87);
  color: #fff;
}

.aevo-button-muted {
  background: transparent;
  border: 1px solid #3a567b;
  color: #dcefff;
}

.aevo-cookie-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #08182c;
  border-bottom: 1px solid var(--aevo-border);
  padding: 0.75rem 1rem;
  display: none;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.aevo-cookie-banner[data-aevo-cookie-state="visible"] {
  display: flex;
}

.aevo-cookie-actions {
  display: inline-flex;
  gap: 0.5rem;
}

.aevo-age-box {
  background: #0b1b31;
  border: 1px solid #345784;
  border-radius: 14px;
  padding: 1.3rem;
}

.aevo-age-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.aevo-age-overlay[data-aevo-age-state="confirmed"] {
  display: none !important;
}

.aevo-main-legal h1 {
  margin-top: 1rem;
}

.aevo-main-legal h2 {
  font-size: clamp(1.1rem, 3vw, 1.5rem);
}

.aevo-logo-wrap {
  display: flex; align-items: center; justify-content: center;
  width: min(140px, 100%); height: auto; min-height: 4.25rem; max-width: 100%;
  background: #ffffff; border-radius: 8px; padding: 8px 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08); flex-shrink: 0;
}
.aevo-logo-wrap img { width: 100%; height: 100%; object-fit: contain; display: block; }

.aevo-burger { display:none; background:transparent; border:0; padding:8px; width:44px; height:44px; cursor:pointer; align-items:center; justify-content:center; flex-direction:column; gap:5px; }
.aevo-burger-line { display:block; width:24px; height:2px; background:#f0f9ff; border-radius:2px; transition:transform .25s ease, opacity .2s ease; }
@media (min-width:769px) { .aevo-nav { display:flex; gap:24px; align-items:center; } }
@media (max-width:768px) {
  .aevo-burger { display:flex; position:relative; z-index:9001; }
  .aevo-nav { position:fixed; top:0; right:0; bottom:0; width:min(280px,80vw); max-width:100%; background:#0a1628; border-left:1px solid #162236; box-shadow:-8px 0 24px rgba(0,0,0,.18); display:flex; flex-direction:column; gap:0; padding:72px 24px 24px; z-index:9000; transform:translateX(100%); transition:transform .28s ease; overflow-y:auto; }
  .aevo-nav a { display:block; padding:14px 0; border-bottom:1px solid #162236; color:#f0f9ff; text-decoration:none; }
  .aevo-nav[data-aevo-nav-state="open"] { transform:translateX(0); }
  .aevo-burger[aria-expanded="true"] .aevo-burger-line:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .aevo-burger[aria-expanded="true"] .aevo-burger-line:nth-child(2) { opacity:0; }
  .aevo-burger[aria-expanded="true"] .aevo-burger-line:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .aevo-nav-backdrop { position:fixed; inset:0; background:rgba(0,0,0,.45); opacity:0; pointer-events:none; transition:opacity .25s ease; z-index:8999; }
  .aevo-nav-backdrop[data-aevo-backdrop-state="open"] { opacity:1; pointer-events:auto; }
}

@media (max-width: 920px) {
  .aevo-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .aevo-stats {
    grid-template-columns: 1fr;
  }
  .aevo-card {
    grid-template-columns: 1fr;
  }
  .aevo-card-left {
    align-items: flex-start;
  }
  .aevo-cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 550px) {
  html, body { overflow-x: hidden; max-width: 100%; }
  .aevo-page *:not(.aevo-nav):not(.aevo-nav-backdrop) { max-width: 100%; }
  .aevo-casino-list, .aevo-grid { grid-template-columns: 1fr !important; }
  .aevo-card { flex-direction: column !important; min-width: 0; }
  .aevo-card * { min-width: 0; max-width: 100%; }
  .aevo-card-top { flex-wrap: wrap; gap: 8px; }
  .aevo-logo-wrap { max-width: 120px; height: 36px; }
  .aevo-cta-btn, .aevo-button { width: 100% !important; max-width: 100%; white-space: normal; word-break: break-word; overflow-wrap: anywhere; }
  h1, h2 { font-size: clamp(1.25rem, 6vw, 2rem) !important; }
  .aevo-card:hover { transform: none !important; }
  .aevo-header-inner { min-width: 0; }
  table { table-layout: auto; width: max-content; min-width: 100%; }
  .aevo-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  thead th { white-space: nowrap; }
  td { word-break: normal; overflow-wrap: break-word; hyphens: none; }
}
@media (max-width: 380px) {
  h1 { font-size: clamp(1.1rem, 7vw, 1.5rem) !important; }
  .aevo-logo-wrap { max-width: 90px; height: 30px; }
  .aevo-bonus-text { font-size: 0.85rem; }
}
