/* equus-concept.de — Startbonus ohne Einzahlung */
/* Rebuilt with premium table design */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Public+Sans:wght@400;500&display=swap');

:root {
  --accent: #9F1239;
  --accent-dk: #881337;
  --accent-rgb: 159,18,57;
  --bg: #fef8f8;
  --bg2: #fdf0f0;
  --ink: #1a1a2e;
  --ink2: #4a4a5a;
  --ink3: #8a8a9a;
  --border: #ecd8d8;
  --card: #fff;
  --radius: 14px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.04);
  --shadow: 0 4px 16px rgba(0,0,0,.06);
  --shadow-lg: 0 8px 30px rgba(0,0,0,.1);
  --head: 'Sora', sans-serif;
  --body: 'Public Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); font-weight: 400; color: var(--ink); background: var(--bg); line-height: 1.7; font-size: 16px; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-dk); text-decoration: none; }
a:hover { color: var(--accent); }

/* READING PROGRESS */
.reading-progress { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--accent), var(--accent-dk)); z-index: 99999; width: 0; transition: width .15s linear; }

/* TOPBAR */
.topbar { background: var(--ink); color: #fff; font-size: 12px; padding: 6px 16px; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.topbar span { opacity: .85; }

/* HEADER */
.site-header { background: var(--card); border-bottom: 1px solid var(--border); padding: 14px 20px; position: sticky; top: 0; z-index: 9000; }
.header-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.logo { font-family: var(--head); font-weight: 800; font-size: 17px; color: var(--ink); display: flex; align-items: center; gap: 8px; }
.logo-emoji { font-size: 22px; }
.nav-links { display: flex; gap: 22px; list-style: none; }
.nav-links a { font-family: var(--head); font-size: 14px; font-weight: 600; color: var(--ink2); transition: color .2s; }
.nav-links a:hover { color: var(--accent); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }
@media(max-width:768px) {
  .hamburger { display: flex; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--card); flex-direction: column; padding: 16px 20px; border-bottom: 1px solid var(--border); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
}

/* HERO */
.hero { text-align: center; padding: 52px 20px 36px; background: linear-gradient(180deg, var(--bg2) 0%, var(--bg) 100%); }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(var(--accent-rgb), .1); color: var(--accent-dk); font-size: 13px; font-weight: 700; padding: 6px 16px; border-radius: 20px; margin-bottom: 16px; font-family: var(--head); }
.hero h1 { font-family: var(--head); font-size: clamp(26px, 5vw, 42px); font-weight: 800; line-height: 1.15; margin-bottom: 14px; color: var(--ink); }
.hero-sub { font-size: 17px; color: var(--ink2); max-width: 640px; margin: 0 auto 22px; line-height: 1.6; }
.hero-chips { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.hero-chip { background: var(--card); border: 1px solid var(--border); padding: 6px 14px; border-radius: 20px; font-size: 13px; color: var(--ink2); font-weight: 500; }

/* BREADCRUMB */
.breadcrumb { max-width: 780px; margin: 0 auto; padding: 12px 20px; font-size: 13px; color: var(--ink3); }
.breadcrumb a { color: var(--ink3); }
.breadcrumb a:hover { color: var(--accent); }

/* AUTHOR */
.author-box { max-width: 780px; margin: 0 auto 24px; padding: 0 20px; }
.author-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
.author-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--head); font-weight: 700; font-size: 16px; }
.author-name { font-family: var(--head); font-weight: 700; font-size: 15px; }
.author-role { font-size: 13px; color: var(--ink3); }

/* INTRO COLLAPSE */
.intro-collapse { position: relative; max-height: 180px; overflow: hidden; max-width: 780px; margin: 0 auto; padding: 0 20px; }
.intro-collapse::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.intro-collapse.open { max-height: none; }
.intro-collapse.open::after { display: none; }
.mehr-btn { display: block; margin: 12px auto; cursor: pointer; background: none; border: 1px solid var(--border); padding: 8px 20px; border-radius: 20px; font-family: var(--head); font-size: 14px; font-weight: 600; color: var(--ink2); transition: .2s; }
.mehr-btn:hover { border-color: var(--accent); color: var(--accent); }

/* PROSE */
.prose { font-weight: 400; max-width: 780px; margin: 0 auto; padding: 0 20px; }
.prose p { font-weight: 400; margin-bottom: 16px; line-height: 1.7; }
.prose h2 { font-family: var(--head); font-weight: 800; font-size: clamp(20px, 3.5vw, 28px); margin: 40px 0 16px; color: var(--ink); line-height: 1.3; }
.prose h3 { font-family: var(--head); font-weight: 700; font-size: 19px; margin: 28px 0 12px; }
.prose ul, .prose ol { margin: 0 0 16px 24px; }
.prose li { margin-bottom: 6px; }
.prose a { color: var(--accent-dk); font-weight: 500; border-bottom: 1px solid rgba(var(--accent-rgb), .25); }
.prose a:hover { color: var(--accent); border-color: var(--accent); }

/* ═══════════════════════════════════════════
   CASINO TABLE — PREMIUM DESIGN
   ═══════════════════════════════════════════ */
.ct-wrap { max-width: 780px; margin: 28px auto; padding: 0 20px; }
.content-main .ct-wrap { max-width: 100%; }
.ct-header { text-align: center; margin-bottom: 20px; }
.ct-header h2 { font-family: var(--head); font-weight: 800; font-size: 22px; }
.ct-social { font-size: 13px; color: var(--ink3); margin-top: 6px; }

/* CASINO ROW — premium hover: subtle scale + shadow lift */
.cr {
  display: block;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin-bottom: 12px;
  text-decoration: none;
  color: var(--ink);
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  box-shadow: var(--shadow-sm);
}
.cr:hover {
  transform: scale(1.012);
  box-shadow: var(--shadow-lg);
  border-color: rgba(var(--accent-rgb), .3);
  z-index: 2;
}

.cr-top { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

.cr-rank {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--bg2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--head); font-weight: 800; font-size: 14px;
  flex-shrink: 0; color: var(--ink);
}

.cr-logo {
  width: 48px; height: 48px; border-radius: 10px;
  object-fit: contain; background: #f8f8f8;
  flex-shrink: 0; border: 1px solid var(--border);
}

.cr-info { flex: 1; min-width: 120px; }
.cr-name {
  font-family: var(--head); font-weight: 700; font-size: 16px;
  display: flex; align-items: center; gap: 8px;
}
.cr-badge {
  font-size: 10px; font-weight: 700; letter-spacing: .3px;
  background: rgba(var(--accent-rgb), .1);
  color: var(--accent-dk);
  padding: 3px 8px; border-radius: 5px;
}
.cr-stars { color: var(--accent); font-size: 13px; letter-spacing: 1px; margin-top: 2px; }

.cr-bonus { text-align: right; min-width: 140px; }
.cr-bonus-main {
  display: block; font-family: var(--head);
  font-weight: 800; font-size: 16px; color: var(--ink);
}
.cr-bonus-sub { display: block; font-size: 12px; color: var(--ink3); margin-top: 2px; }

.cr-cta-wrap { flex-shrink: 0; }
.cr-cta {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-family: var(--head); font-weight: 700; font-size: 13px;
  padding: 11px 22px; border-radius: 9px;
  white-space: nowrap;
  letter-spacing: .2px;
  transition: background .15s;
}
.cr-cta:hover { background: var(--accent-dk); color: #fff; }

.cr-bottom {
  display: flex; align-items: center; gap: 8px;
  margin-top: 12px; flex-wrap: wrap;
  font-size: 12px; color: var(--ink3);
  padding-top: 10px; border-top: 1px solid var(--border);
}
.cr-pill {
  background: var(--bg2); padding: 3px 9px;
  border-radius: 5px; font-size: 11px; font-weight: 500;
}
.cr-tag {
  background: rgba(var(--accent-rgb), .06);
  color: var(--accent-dk); padding: 3px 9px;
  border-radius: 5px; font-size: 11px; font-weight: 500;
}
.cr-dot { color: var(--border); }
.cr-flags { font-size: 14px; letter-spacing: 2px; margin-left: auto; }

/* #1 ROW — accent border, no animation */
.cr-first { border: 2px solid var(--accent); box-shadow: var(--shadow); }
.cr-first:hover { box-shadow: var(--shadow-lg); }

/* URGENCY */
.cr-urgency {
  position: absolute; top: -9px; left: 20px;
  background: var(--ink); color: #fff;
  font-size: 10px; font-weight: 700; letter-spacing: .3px;
  padding: 3px 10px; border-radius: 5px;
  font-family: var(--head); z-index: 2;
}
.content-main .cr-urgency { display: none; }
@media(max-width:640px) { .cr-urgency { display: none; } }

/* FEATURES — hidden */
.cr-features { display: none !important; visibility: hidden; height: 0; overflow: hidden; }
@media(max-width:768px) { .cr-features { display: none !important; } }
.cr-feature-item { flex: 1; font-size: 12px; color: var(--ink2); padding: 6px 10px; background: var(--bg2); border-radius: 6px; text-align: center; }

/* REVEAL */
.cr-more-btn {
  display: block; width: 100%; padding: 14px;
  background: var(--card); border: 1px dashed var(--border);
  border-radius: var(--radius);
  font-family: var(--head); font-size: 14px; font-weight: 600;
  color: var(--ink3); cursor: pointer; transition: .2s; margin-top: 8px;
}
.cr-more-btn:hover { border-color: var(--accent); color: var(--accent); }
.cr-hidden { display: none; }

/* SUB TABLE INTRO */
.sub-table-intro { max-width: 780px; margin: 0 auto 16px; padding: 0 20px; }
.sub-table-intro p { font-size: 15px; color: var(--ink2); line-height: 1.7; }

/* MOBILE TABLE */
@media(max-width:600px) {
  .cr { padding: 14px; }
  .cr-top { gap: 8px; }
  .cr-logo { width: 40px; height: 40px; }
  .cr-bonus { text-align: left; min-width: auto; }
  .cr-cta-wrap { width: 100%; margin-top: 10px; }
  .cr-cta { display: block; text-align: center; width: 100%; padding: 13px; }
  .cr:hover { transform: none; } /* no zoom on mobile */
}

/* TOC */
.toc-wrap { max-width: 780px; margin: 32px auto; padding: 0 20px; }
.toc { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.toc-toggle { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; font-family: var(--head); font-weight: 700; font-size: 15px; cursor: pointer; background: none; border: none; width: 100%; color: var(--ink); }
.toc-toggle::after { content: '▼'; font-size: 12px; transition: .3s; }
.toc-toggle.open::after { transform: rotate(180deg); }
.toc-list { display: none; list-style: none; padding: 0 20px 16px; }
.toc-list.open { display: block; }
.toc-list li { padding: 6px 0; border-bottom: 1px solid var(--border); }
.toc-list li:last-child { border: none; }
.toc-list a { font-size: 14px; color: var(--ink2); }
.toc-list a:hover { color: var(--accent); }

/* FAQ */
.faq-wrap { max-width: 780px; margin: 40px auto; padding: 0 20px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 8px; overflow: hidden; background: var(--card); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; font-family: var(--head); font-weight: 700; font-size: 15px; cursor: pointer; background: none; border: none; width: 100%; text-align: left; color: var(--ink); }
.faq-q::after { content: '+'; font-size: 20px; color: var(--ink3); transition: .3s; }
.faq-q.open::after { content: '−'; }
.faq-a { display: none; padding: 0 20px 16px; font-size: 15px; line-height: 1.7; color: var(--ink2); }
.faq-a.open { display: block; }

/* RELATED */
.related-wrap { max-width: 1100px; margin: 40px auto; padding: 0 20px; }
.related-wrap h2 { font-family: var(--head); font-weight: 800; font-size: 22px; margin-bottom: 16px; }
.related-slider { display: flex; gap: 16px; overflow-x: auto; cursor: grab; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 8px; }
.related-slider::-webkit-scrollbar { display: none; }
.related-slider.grabbing { cursor: grabbing; }
.related-card { flex: 0 0 280px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; scroll-snap-align: start; transition: box-shadow .2s; }
.related-card:hover { box-shadow: var(--shadow); }
.related-card h3 { font-family: var(--head); font-weight: 700; font-size: 15px; margin-bottom: 8px; }
.related-card p { font-size: 13px; color: var(--ink2); margin-bottom: 12px; line-height: 1.5; }
.related-card a { font-size: 13px; font-weight: 600; color: var(--accent-dk); }

/* RG BAR */
.rg-bar { max-width: 780px; margin: 40px auto 0; padding: 24px 20px; text-align: center; font-size: 13px; color: var(--ink3); border-top: 1px solid var(--border); }
.rg-bar a { color: var(--accent-dk); }

/* FOOTER */
.footer-bar { background: var(--ink); color: rgba(255,255,255,.7); font-size: 13px; padding: 48px 20px 24px; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-desc { margin-bottom: 20px; line-height: 1.6; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.footer-links a { color: rgba(255,255,255,.6); font-size: 13px; }
.footer-links a:hover { color: var(--accent); }
.footer-copy { font-size: 12px; opacity: .5; }

/* STICKY */
.sticky-cta { position: fixed; bottom: -200px; left: 0; right: 0; z-index: 9990; transition: bottom .4s ease; }
.sticky-cta.show { bottom: 0; }
.sticky-cta-inner { max-width: 760px; margin: 0 auto; background: var(--card); border-radius: 14px 14px 0 0; box-shadow: 0 -4px 24px rgba(0,0,0,.12); padding: 16px 20px; position: relative; }
.sticky-cta-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.st-logo { width: 44px; height: 44px; border-radius: 8px; object-fit: contain; }
.st-info { flex: 1; }
.st-name { font-family: var(--head); font-weight: 700; font-size: 15px; }
.st-desc { font-size: 12px; color: var(--ink3); }
.st-close { background: none; border: none; font-size: 20px; color: var(--ink3); cursor: pointer; padding: 4px; }
.st-btn { display: block; width: 100%; padding: 14px; background: var(--accent); color: #fff; font-family: var(--head); font-weight: 700; font-size: 16px; text-align: center; border-radius: 9px; transition: background .15s; }
.st-btn:hover { background: var(--accent-dk); color: #fff; }
.st-sub { text-align: center; font-size: 11px; color: var(--ink3); margin-top: 8px; }
@media(max-width:768px) { .sticky-cta-inner { border-radius: 0; } }

/* COOKIE — hidden by default */
.cookie-modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99998; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,.5); backdrop-filter: blur(3px); }
.cookie-box { background: var(--card); border-radius: var(--radius); max-width: 480px; width: 90%; padding: 0; box-shadow: 0 8px 40px rgba(0,0,0,.2); overflow: hidden; }
.cookie-tabs { display: flex; border-bottom: 1px solid var(--border); }
.cookie-tab { flex: 1; padding: 12px; font-family: var(--head); font-size: 14px; font-weight: 700; text-align: center; border: none; background: none; cursor: pointer; color: var(--ink3); }
.cookie-tab.active { color: var(--ink); border-bottom: 2px solid var(--accent); }
.cookie-body { padding: 20px; font-size: 14px; line-height: 1.6; color: var(--ink2); }
.cookie-btns { display: flex; gap: 10px; padding: 0 20px 20px; }
.cookie-btn { flex: 1; padding: 12px; border-radius: 9px; font-family: var(--head); font-weight: 700; font-size: 14px; cursor: pointer; border: none; transition: .2s; }
.cookie-reject { background: var(--bg2); color: var(--ink2); }
.cookie-accept { background: var(--accent); color: #fff; }

/* BTT */
.btt { position: fixed; bottom: 80px; right: 20px; width: 44px; height: 44px; border-radius: 50%; background: var(--accent); color: #fff; display: none; align-items: center; justify-content: center; font-size: 20px; cursor: pointer; border: none; z-index: 9980; box-shadow: 0 2px 12px rgba(var(--accent-rgb), .3); }
.btt.show { display: flex; }

/* CONTENT */
.content-main { max-width: 780px; margin: 0 auto; padding: 0 20px; }

/* LEGAL */
.legal-content { max-width: 780px; margin: 0 auto; padding: 32px 20px 60px; }
.legal-content h1 { font-family: var(--head); font-weight: 800; font-size: 28px; margin-bottom: 24px; }
.legal-content h2 { font-family: var(--head); font-weight: 700; font-size: 20px; margin: 28px 0 12px; }
.legal-content p { margin-bottom: 14px; line-height: 1.7; font-weight: 400; }
.legal-content ul { margin: 0 0 14px 24px; }
.legal-content li { margin-bottom: 4px; }
.legal-content a { color: var(--accent-dk); }

/* TEST BOX */
.test-box { background: var(--bg2); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: var(--radius); padding: 20px; margin: 24px 0; }
.test-box h3 { font-family: var(--head); font-weight: 800; font-size: 17px; margin-bottom: 12px; }
.test-box p { margin-bottom: 8px; font-size: 15px; }

/* CALC */
.calc-box { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; margin: 24px 0; font-family: var(--head); }
.calc-box p { margin-bottom: 6px; font-size: 14px; }
.calc-result { font-size: 18px; font-weight: 800; color: var(--accent-dk); margin-top: 8px; }

/* RG SECTION */
.rg-section { background: var(--bg2); border-radius: var(--radius); padding: 24px; margin: 32px 0; border: 1px solid var(--border); }
.rg-section h2 { font-family: var(--head); font-size: 22px; margin-bottom: 16px; }
.rg-section p { margin-bottom: 12px; }
.rg-section a { color: var(--accent-dk); font-weight: 500; }

/* CODE */
.code-box { display: inline-block; background: var(--ink); color: var(--accent); font-family: monospace; font-size: 15px; font-weight: 700; padding: 6px 14px; border-radius: 6px; letter-spacing: 1px; }

@media print { .sticky-cta, .cookie-modal, .btt, .topbar, .reading-progress { display: none !important; } }
