/* Casino Drakaris — Style 3: Dragon Neon Jade */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;800&family=Exo+2:wght@400;500;600;700&display=swap');

:root {
  --bg-deep: #020805;
  --bg-mid: #041a12;
  --bg-emerald: #0a2f22;
  --neon: #00ff9c;
  --neon-hot: #39ff14;
  --jade: #00d4aa;
  --teal: #00e5c8;
  --glass: rgba(0, 18, 12, 0.55);
  --glass-border: rgba(0, 255, 156, 0.28);
  --text: #e8fff4;
  --text-muted: #9bbfad;
  --danger: #ff4d6d;
  --radius: 18px;
  --font-display: 'Orbitron', sans-serif;
  --font-body: 'Exo 2', sans-serif;
  --glow: 0 0 18px rgba(0, 255, 156, 0.45), 0 0 42px rgba(0, 212, 170, 0.2);
  --max: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(ellipse 90% 55% at 50% -10%, rgba(0, 212, 170, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 30%, rgba(0, 255, 156, 0.08), transparent 50%),
    radial-gradient(ellipse 50% 35% at 0% 70%, rgba(0, 100, 70, 0.25), transparent 45%),
    linear-gradient(165deg, var(--bg-deep) 0%, var(--bg-mid) 42%, var(--bg-emerald) 100%);
  background-attachment: fixed;
  line-height: 1.65;
  min-height: 100vh;
  position: relative;
}

/* Dragon scale texture — low opacity background */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='64' viewBox='0 0 56 64'%3E%3Cpath d='M28 0 L56 16 L56 48 L28 64 L0 48 L0 16 Z' fill='none' stroke='%2300ff9c' stroke-width='1.2'/%3E%3C/svg%3E");
  background-size: 56px 64px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--neon);
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

a:hover {
  color: var(--teal);
  text-shadow: 0 0 10px rgba(0, 229, 200, 0.5);
}

.site-wrap {
  position: relative;
  z-index: 1;
}

/* ——— Header ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(2, 8, 5, 0.72);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: 0 0 30px rgba(0, 255, 156, 0.08);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--text);
  text-decoration: none;
}

.brand:hover {
  color: var(--neon);
  text-shadow: var(--glow);
}

.brand img {
  width: auto;
  height: 52px;
  max-width: 200px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(0, 255, 156, 0.5));
}

.header-cta {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: rgba(0, 20, 14, 0.7);
  color: var(--neon);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
  color: var(--text);
  box-shadow: var(--glow);
  text-shadow: none;
}

.btn-primary {
  border: none;
  background: linear-gradient(120deg, #03140e 0%, #0a3d2a 40%, var(--neon) 100%);
  color: #021008;
  text-shadow: none;
  box-shadow: 0 0 20px rgba(0, 255, 156, 0.35);
}

.btn-primary:hover {
  color: #021008;
  box-shadow: 0 0 32px rgba(0, 255, 156, 0.65);
}

.btn-lg {
  padding: 1rem 1.85rem;
  font-size: 0.8rem;
}

/* ——— Hero ——— */
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  max-height: 480px;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 8, 5, 0.35) 0%, rgba(2, 8, 5, 0.55) 40%, rgba(2, 8, 5, 0.95) 100%),
    linear-gradient(90deg, rgba(2, 8, 5, 0.75) 0%, transparent 55%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 4.5rem 1.25rem 3.5rem;
  width: 100%;
  animation: riseIn 0.9s ease both;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7vw, 4.6rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--neon);
  text-shadow: var(--glow);
  margin: 0 0 1rem;
  animation: pulseGlow 3.5s ease-in-out infinite;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.8vw, 1.65rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
  max-width: 28ch;
  margin: 0 0 1rem;
  color: var(--text);
}

.hero-lead {
  max-width: 42ch;
  color: var(--text-muted);
  font-size: 1.05rem;
  margin: 0 0 1.75rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    text-shadow: 0 0 18px rgba(0, 255, 156, 0.45), 0 0 42px rgba(0, 212, 170, 0.2);
  }
  50% {
    text-shadow: 0 0 28px rgba(0, 255, 156, 0.75), 0 0 60px rgba(0, 229, 200, 0.35);
  }
}

@keyframes floatScale {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* ——— Sections ——— */
.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 3.5rem 1.25rem;
}

.section + .section {
  border-top: 1px solid rgba(0, 255, 156, 0.1);
}

.section-head {
  margin-bottom: 1.75rem;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0 0 0.75rem;
  color: var(--neon);
  text-shadow: 0 0 16px rgba(0, 255, 156, 0.35);
}

.section-head .claw {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 0.5rem;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff9c' stroke-width='1.6'%3E%3Cpath d='M4 20c2-6 4-10 6-12 1 3 2 6 2 9M10 8c2-3 4-5 7-6-1 4-1 8 0 11M14 12c2-2 4-3 6-3-1 3-1 6-1 9'/%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 0 6px rgba(0, 255, 156, 0.6));
  animation: floatScale 4s ease-in-out infinite;
}

.section p {
  margin: 0 0 1rem;
  color: var(--text-muted);
}

.section p strong,
.section li strong {
  color: var(--text);
  font-weight: 600;
}

.section h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--jade);
  margin: 2rem 0 0.85rem;
  text-shadow: 0 0 12px rgba(0, 212, 170, 0.3);
}

.section ul,
.section ol {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  color: var(--text-muted);
}

.section li {
  margin-bottom: 0.45rem;
}

.section-visual {
  margin: 1.5rem 0 2rem;
  width: 100%;
  max-width: 100%;
  line-height: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--glass-border);
  box-shadow: 0 0 40px rgba(0, 255, 156, 0.12);
  background: rgba(0, 12, 8, 0.5);
}

.section-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* Glass panels */
.glass {
  background: var(--glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow:
    0 0 0 1px rgba(0, 255, 156, 0.06) inset,
    0 0 28px rgba(0, 255, 156, 0.08);
  margin-bottom: 1.25rem;
}

.glass-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .glass-grid.cols-2 {
    grid-template-columns: 1fr 1fr;
  }
  .glass-grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

/* ——— Tables ——— */
.table-wrap {
  overflow-x: auto;
  margin: 1.25rem 0 1.75rem;
  border-radius: var(--radius);
  border: 1px solid var(--glass-border);
  background: rgba(0, 12, 8, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 24px rgba(0, 255, 156, 0.07);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  min-width: 480px;
}

th,
td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(0, 255, 156, 0.12);
  vertical-align: top;
}

th {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--neon);
  background: rgba(0, 255, 156, 0.06);
}

td {
  color: var(--text-muted);
}

tr:last-child td {
  border-bottom: none;
}

tbody tr:hover td {
  background: rgba(0, 255, 156, 0.04);
  color: var(--text);
}

/* ——— FAQ ——— */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 0;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.faq-item h3 {
  margin: 0;
  font-size: 0.95rem;
}

.faq-item h3 button,
.faq-item summary {
  width: 100%;
  text-align: left;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--jade);
  background: transparent;
  border: none;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  float: right;
  color: var(--neon);
  font-size: 1.1rem;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item .faq-body {
  padding: 0 1.25rem 1.15rem;
  color: var(--text-muted);
}

.faq-item .faq-body p {
  margin: 0;
}

/* ——— Inner page hero ——— */
.page-hero {
  padding: 3.5rem 1.25rem 2rem;
  max-width: var(--max);
  margin: 0 auto;
  text-align: left;
}

.page-hero .brand-signal {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--neon);
  text-shadow: var(--glow);
  margin: 0 0 0.75rem;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1rem;
  max-width: 36ch;
}

.page-hero p {
  color: var(--text-muted);
  max-width: 52ch;
  margin: 0 0 1.25rem;
}

/* ——— Footer ——— */
.site-footer {
  margin-top: 2rem;
  border-top: 1px solid var(--glass-border);
  background: rgba(0, 8, 5, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 1.25rem;
  text-decoration: none;
}

.footer-brand img {
  width: auto;
  height: 48px;
  max-width: 180px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(0, 255, 156, 0.45));
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.35rem;
  margin-bottom: 1.5rem;
}

.footer-nav a {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.footer-nav a:hover {
  color: var(--neon);
}

.footer-note {
  font-size: 0.85rem;
  color: var(--text-muted);
  opacity: 0.85;
  margin: 0;
}

.footer-age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--neon);
  border-radius: 50%;
  color: var(--neon);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 12px rgba(0, 255, 156, 0.3);
}

/* ——— Utility ——— */
.check {
  color: var(--neon);
  font-weight: 700;
}

@media (max-width: 768px) {
  .hero {
    aspect-ratio: 16 / 9;
    max-height: 360px;
    min-height: 200px;
  }

  .section-visual img {
    aspect-ratio: 16 / 9;
  }

  .hero-content {
    padding: 2rem 1rem 1.5rem;
  }

  .hero-brand {
    font-size: clamp(1.4rem, 8vw, 2.2rem);
  }

  .hero h1 {
    font-size: clamp(0.95rem, 3.5vw, 1.15rem);
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .brand img {
    height: 40px;
    max-width: 140px;
  }

  .footer-brand img {
    height: 40px;
    max-width: 140px;
  }

  .btn {
    padding: 0.65rem 1rem;
    font-size: 0.65rem;
  }

  .section {
    padding: 2.5rem 1rem;
  }
}
