/* ============================================================
   fieryplay.de – Main Stylesheet
   ============================================================ */

/* ---------- Design Tokens ---------- */
:root {
  --color-bg:        #0e0e1c;
  --color-surface:   #171730;
  --color-surface2:  #20203c;
  --color-border:    rgba(255, 215, 0, 0.3);
  --color-accent:    #FFD700;
  --color-accent2:   #ffb800;
  --color-text:      #e8e8f0;
  --color-text-muted:#a0a0b8;
  --color-white:     #ffffff;

  --btn-gradient: linear-gradient(135deg, #FFD700, #ffb800);
  --btn-radius:   50px;

  --section-line-w: 80px;
  --section-line-h: 4px;

  --radius-card:  12px;
  --radius-sm:    8px;

  --shadow-card: 0 4px 24px rgba(0,0,0,0.4);
  --shadow-glow: 0 0 16px rgba(255,215,0,0.25);

  --transition: 0.3s ease;
  --font-main: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-main);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a   { color: var(--color-accent); text-decoration: none; transition: opacity var(--transition); }
a:hover { opacity: 0.85; }

ul, ol { list-style: none; }

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-white);
}
h1 { font-size: clamp(1.75rem, 4vw, 2.75rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
h4 { font-size: 1.1rem; }

p { margin-bottom: 1rem; color: var(--color-text); }
p:last-child { margin-bottom: 0; }

strong { color: var(--color-accent); font-weight: 600; }

/* ---------- Layout Helpers ---------- */
.container {
  width: min(1200px, 100% - 2rem);
  margin-inline: auto;
}

.section { padding: 72px 0; }
.section--sm { padding: 48px 0; }

/* ---------- Section Header ---------- */
.section-header {
  text-align: center;
  margin-bottom: 48px;
}
.section-header h2 { margin-bottom: 12px; }
.section-line {
  width: var(--section-line-w);
  height: var(--section-line-h);
  border-radius: 4px;
  background: var(--btn-gradient);
  margin: 0 auto;
}
.section-header p {
  max-width: 680px;
  margin: 16px auto 0;
  color: var(--color-text-muted);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 36px;
  border-radius: var(--btn-radius);
  background: var(--btn-gradient);
  color: #0e0e1c;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.3px;
  border: none;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
  text-decoration: none;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-glow);
  filter: brightness(1.08);
  opacity: 1;
  color: #0e0e1c;
}
.btn:active { transform: translateY(0); }
.btn--lg { padding: 18px 48px; font-size: 1.1rem; }
.btn--outline {
  background: transparent;
  border: 2px solid var(--color-accent);
  color: var(--color-accent);
}
.btn--outline:hover {
  background: var(--btn-gradient);
  color: #0e0e1c;
}

/* ---------- CTA Block ---------- */
.cta-block {
  text-align: center;
  padding: 40px 0;
}
.cta-block p { color: var(--color-text-muted); margin-bottom: 20px; font-size: 0.9rem; }

/* ---------- HEADER ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--color-surface);
  border-top: 3px solid var(--color-accent);
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 2px 20px rgba(0,0,0,0.5);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 16px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo img { height: 44px; width: auto; }
.logo-text {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-accent);
  letter-spacing: -0.5px;
}

.site-nav { display: flex; align-items: center; gap: 28px; }
.nav-links { display: flex; gap: 24px; }
.nav-links a {
  color: var(--color-text-muted);
  font-weight: 500;
  font-size: 0.95rem;
  transition: color var(--transition);
}
.nav-links a:hover { color: var(--color-accent); opacity: 1; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-accent);
  border-radius: 2px;
  transition: var(--transition);
}

/* ---------- HERO BANNER ---------- */
.hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('img/Banner/freepik_futuristic-3d-render-with_2782818995.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(14,14,28,0.82) 0%,
    rgba(14,14,28,0.55) 50%,
    rgba(14,14,28,0.78) 100%
  );
}
.hero-overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 64px 20px;
  max-width: 760px;
}
.hero-badge {
  display: inline-block;
  background: rgba(255,215,0,0.15);
  border: 1px solid var(--color-border);
  color: var(--color-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
}
.hero h1 { color: #fff; margin-bottom: 16px; text-shadow: 0 2px 12px rgba(0,0,0,0.6); }
.hero-sub {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem;
  margin-bottom: 32px;
}
.hero-cta-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-stats {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.hero-stat { text-align: center; }
.hero-stat-num {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--color-accent);
}
.hero-stat-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* ---------- POPULAR SLOTS GRID ---------- */
.slots-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.slot-card {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: var(--color-surface2);
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.slot-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-glow);
  border-color: var(--color-accent);
}
.slot-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.slot-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14,14,28,0.85) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 10px;
  opacity: 0;
  transition: opacity var(--transition);
}
.slot-card:hover .slot-card-overlay { opacity: 1; }
.slot-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--btn-gradient);
  color: #0e0e1c;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  width: 100%;
  text-decoration: none;
}

/* Decorative slot row (separator) */
.slots-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 0;
}
.slots-row .slot-card img { aspect-ratio: 3/2; }

/* ---------- STEPS SECTION ---------- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.step-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  padding: 28px 24px;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.step-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-glow);
  border-color: var(--color-accent);
}
.step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--btn-gradient);
  color: #0e0e1c;
  font-weight: 800;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.step-card h3 { font-size: 1rem; margin-bottom: 8px; }
.step-card p  { font-size: 0.88rem; color: var(--color-text-muted); margin: 0; }

/* ---------- TABLES ---------- */
.table-wrap { overflow-x: auto; border-radius: var(--radius-card); }
table {
  width: 100%;
  border-collapse: collapse;
  background: var(--color-surface);
  font-size: 0.93rem;
}
table thead {
  background: var(--color-surface2);
  border-bottom: 2px solid var(--color-accent);
}
table th {
  padding: 14px 18px;
  text-align: left;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: nowrap;
}
table td {
  padding: 13px 18px;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-border);
  vertical-align: top;
}
table tr:last-child td { border-bottom: none; }
table tr:hover td { background: rgba(255,215,0,0.04); }
.td-highlight { color: var(--color-accent); font-weight: 600; }
.td-badge {
  display: inline-block;
  background: rgba(255,215,0,0.12);
  color: var(--color-accent);
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* ---------- BONUS SECTION ---------- */
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 32px;
}
.bonus-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  padding: 24px;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.bonus-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-glow);
  border-color: var(--color-accent);
}
.bonus-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}
.bonus-card h3 { font-size: 1.05rem; margin-bottom: 8px; color: var(--color-accent); }
.bonus-card p  { font-size: 0.88rem; color: var(--color-text-muted); margin: 0; }
.bonus-card ul { margin-top: 10px; }
.bonus-card ul li {
  font-size: 0.87rem;
  color: var(--color-text-muted);
  padding: 4px 0;
  padding-left: 18px;
  position: relative;
}
.bonus-card ul li::before {
  content: '▸';
  color: var(--color-accent);
  position: absolute;
  left: 0;
}

/* ---------- PROVIDER CARDS ---------- */
.providers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
}
.provider-card {
  background: var(--color-surface2);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  padding: 20px 16px;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.provider-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-glow);
  border-color: var(--color-accent);
}
.provider-icon {
  width: 48px;
  height: 48px;
  background: var(--btn-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 1.2rem;
  color: #0e0e1c;
  font-weight: 800;
}
.provider-card h4 { font-size: 0.85rem; color: var(--color-text); font-weight: 600; }

/* ---------- FEATURES LIST ---------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.feature-item {
  display: flex;
  gap: 16px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  padding: 20px;
  transition: transform var(--transition), border-color var(--transition);
}
.feature-item:hover {
  transform: translateY(-6px);
  border-color: var(--color-accent);
}
.feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(255,215,0,0.1);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.feature-body h4 { font-size: 0.95rem; margin-bottom: 4px; }
.feature-body p  { font-size: 0.83rem; color: var(--color-text-muted); margin: 0; }

/* ---------- PAYMENT LOGOS ---------- */
.payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.payment-logos img {
  height: 28px;
  width: auto;
  filter: grayscale(30%) brightness(0.9);
  transition: filter var(--transition), transform var(--transition);
  border-radius: 4px;
}
.payment-logos img:hover {
  filter: grayscale(0%) brightness(1.1);
  transform: scale(1.06);
}

/* ---------- TEXT IMAGE SECTION ---------- */
.text-image-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.text-image-section.reverse { direction: rtl; }
.text-image-section.reverse > * { direction: ltr; }
.text-image-section img {
  border-radius: var(--radius-card);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
}

/* ---------- FINAL CTA ---------- */
.final-cta {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  text-align: center;
  padding: 80px 20px;
}
.final-cta h2 { margin-bottom: 12px; }
.final-cta p  { color: var(--color-text-muted); max-width: 560px; margin: 0 auto 32px; }
.final-cta-note {
  margin-top: 20px;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

/* ---------- FOOTER ---------- */
.site-footer {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  padding: 48px 0 32px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: start;
  margin-bottom: 32px;
}
.footer-brand .logo-text { font-size: 1.4rem; margin-bottom: 10px; display: block; }
.footer-brand p { font-size: 0.85rem; color: var(--color-text-muted); max-width: 420px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; text-align: right; }
.footer-links a,
.footer-links .footer-legal-text {
  color: var(--color-text-muted);
  font-size: 0.88rem;
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--color-accent); opacity: 1; }

.footer-payments { margin-bottom: 32px; }
.footer-payments h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-text-muted);
  margin-bottom: 14px;
}

.footer-bottom {
  border-top: 1px solid var(--color-border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom p {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin: 0;
}
.footer-disclaimer {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  opacity: 0.7;
  max-width: 700px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}

/* ---------- COOKIE CONSENT ---------- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--color-surface2);
  border-top: 2px solid var(--color-accent);
  box-shadow: 0 -4px 24px rgba(0,0,0,0.5);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.cookie-banner.visible { transform: translateY(0); }
.cookie-text { flex: 1; font-size: 0.88rem; color: var(--color-text-muted); }
.cookie-text a { color: var(--color-accent); }
.cookie-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cookie-actions .btn { padding: 10px 24px; font-size: 0.88rem; }

/* ---------- BACK TO TOP ---------- */
.back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--btn-gradient);
  color: #0e0e1c;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-glow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity var(--transition), transform var(--transition);
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.back-to-top:hover { filter: brightness(1.1); transform: translateY(-2px); }

/* ---------- BREADCRUMBS ---------- */
.breadcrumbs {
  padding: 12px 0;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 0;
}
.breadcrumbs nav { font-size: 0.85rem; color: var(--color-text-muted); }
.breadcrumbs a { color: var(--color-accent); }
.breadcrumbs span { color: var(--color-text-muted); margin: 0 8px; }

/* ---------- POLICY PAGES ---------- */
.policy-hero {
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  padding: 48px 0 32px;
}
.policy-hero h1 { margin-bottom: 8px; }
.policy-hero p   { color: var(--color-text-muted); margin: 0; }

.policy-content {
  max-width: 860px;
  margin-inline: auto;
  padding: 64px 0 80px;
}
.policy-content h2 {
  font-size: 1.35rem;
  color: var(--color-accent);
  margin: 40px 0 12px;
  padding-top: 8px;
  border-top: 1px solid var(--color-border);
}
.policy-content h2:first-child { margin-top: 0; border-top: none; }
.policy-content h3 { font-size: 1.05rem; margin: 24px 0 8px; }
.policy-content p  { color: var(--color-text-muted); line-height: 1.8; }
.policy-content ul, .policy-content ol {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 1rem;
}
.policy-content ol { list-style: decimal; }
.policy-content li { color: var(--color-text-muted); margin-bottom: 6px; line-height: 1.7; }
.policy-content table { margin: 16px 0; }
.policy-content .highlight-box {
  background: rgba(255,215,0,0.07);
  border-left: 4px solid var(--color-accent);
  padding: 16px 20px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin: 20px 0;
}
.policy-content .highlight-box p { margin: 0; }

/* ---------- MOBILE NAV OPEN ---------- */
.nav-open .nav-links {
  display: flex !important;
  flex-direction: column;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: var(--color-surface);
  padding: 24px;
  gap: 16px;
  border-bottom: 1px solid var(--color-border);
  z-index: 999;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .slots-grid { grid-template-columns: repeat(4, 1fr); }
  .slots-row  { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }

  .hero { min-height: 420px; }
  .hero-overlay { padding: 48px 16px; }
  .hero-stats { gap: 20px; }

  .slots-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .slots-row  { grid-template-columns: repeat(3, 1fr); gap: 8px; }

  .text-image-section { grid-template-columns: 1fr; }
  .text-image-section.reverse { direction: ltr; }

  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { text-align: left; }

  .section  { padding: 48px 0; }
  .section--sm { padding: 32px 0; }

  .table-wrap { border-radius: var(--radius-sm); }

  .back-to-top { bottom: 16px; right: 16px; }
}

@media (max-width: 480px) {
  .slots-grid { grid-template-columns: repeat(2, 1fr); }
  .slots-row  { grid-template-columns: repeat(2, 1fr); }
  .hero-cta-group { flex-direction: column; align-items: center; }
  .btn--lg { width: 100%; max-width: 300px; }
  .providers-grid { grid-template-columns: repeat(2, 1fr); }
  .cookie-banner { flex-direction: column; align-items: flex-start; }
}

/* ---------- UTILITIES ---------- */
.text-center { text-align: center; }
.text-accent  { color: var(--color-accent); }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mb-0  { margin-bottom: 0 !important; }
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
