/* ---- Brand lockup ---- */
body .wrapper .brand-os { display: inline-flex; align-items: center; gap: 9px; font-size: 18px; }
body .wrapper .brand-os .brand-word { font-weight: 700; letter-spacing: -0.4px; }
body .wrapper .brand-os .brand-tld { color: #6B5BA8; }
body .wrapper .site-footer .brand-os .brand-word { color: var(--osa-ink); }
body .wrapper .site-footer .brand-os .brand-tld { color: var(--osa-ink-2); }

/* ---- Light outline button (on dark hero) ---- */
body .wrapper .btn-outline-light { background-color: transparent; color: #FFFFFF; border-color: #FFFFFF; }
body .wrapper .btn-outline-light:hover { background-color: var(--osa-lime); color: var(--osa-ink); border-color: var(--osa-lime); }

/* ---- Slot hero (full-bleed) ---- */
body .wrapper .slot-hero { position: relative; overflow: hidden; background-color: var(--osa-ink); color: #FFFFFF; }
body .wrapper .slot-hero .slot-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
body .wrapper .slot-hero .slot-hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(90deg, rgba(26, 16, 63, 0.94) 0%, rgba(26, 16, 63, 0.82) 45%, rgba(26, 16, 63, 0.45) 100%); z-index: 1; }
body .wrapper .slot-hero .slot-hero-content { position: relative; z-index: 2; }
body .wrapper .slot-hero .slot-breadcrumb { font-size: 13px; color: #C7C1E0; margin: 0 0 14px; }
body .wrapper .slot-hero .slot-breadcrumb a { color: #C7C1E0; text-decoration: none; }
body .wrapper .slot-hero .slot-breadcrumb a:hover { color: var(--osa-lime); }
body .wrapper .slot-hero .slot-provider { display: inline-block; background-color: var(--osa-lime); color: var(--osa-ink); font-size: 12px; font-weight: 700; padding: 6px 12px; margin-bottom: 16px; }
body .wrapper .slot-hero .slot-eyebrow { font-size: 13px; font-weight: 700; color: var(--osa-lime); margin: 0 0 8px; letter-spacing: 0.5px; }
/* Kraeftiger Titel statt Weight 400 */
body .wrapper .slot-hero .slot-title { font-size: 46px; font-weight: 700; line-height: 1; margin: 0; color: #FFFFFF; letter-spacing: -1.8px; }
body .wrapper .slot-hero .slot-tagline { font-size: 18px; font-weight: 400; color: #E4E0F2; margin: 14px 0 0; max-width: 560px; }

body .wrapper .slot-hero .fact-tiles { list-style: none; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 760px; }
body .wrapper .slot-hero .fact-tile { background-color: rgba(255, 255, 255, 0.08); border-left: 3px solid var(--osa-lime); padding: 14px 16px; }
body .wrapper .slot-hero .fact-tile .fact-label { display: block; font-size: 12px; font-weight: 400; color: #C7C1E0; margin-bottom: 4px; }
body .wrapper .slot-hero .fact-tile .fact-value { display: block; font-size: 22px; font-weight: 700; color: #FFFFFF; line-height: 1.15; }
body .wrapper .slot-hero .fact-tile .fact-value.is-lime { color: var(--osa-lime); }

body .wrapper .slot-hero .slot-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }

/* ---- Generic article prose ---- */
body .wrapper .review-section { background-color: var(--osa-paper); }
body .wrapper .review-section .prose-title { font-size: 30px; font-weight: 700; color: var(--osa-ink); margin: 0 0 18px; letter-spacing: -1px; line-height: 1.1; }
body .wrapper .review-section .prose p { font-size: 17px; line-height: 1.75; color: #2c2350; margin: 0 0 16px; max-width: 760px; }
body .wrapper .review-section .prose p strong { font-weight: 700; color: var(--osa-ink); }
body .wrapper .review-section .lead-text { font-size: 19px; line-height: 1.65; color: #2c2350; max-width: 800px; margin: 0; }

/* ---- Author box ---- */
body .wrapper .author-box { display: flex; flex-direction: column; gap: 18px; background-color: var(--osa-mist); border-left: 3px solid var(--osa-lime); padding: 24px; margin: 28px 0 0; max-width: 760px; }
body .wrapper .author-box .author-photo { width: 84px; height: 84px; object-fit: cover; flex-shrink: 0; }
body .wrapper .author-box .author-meta .author-name { font-size: 17px; font-weight: 700; color: var(--osa-ink); margin: 0; }
body .wrapper .author-box .author-meta .author-role { font-size: 13px; color: #7a6f57; margin: 2px 0 10px; }
body .wrapper .author-box .author-meta .author-bio { font-size: 14px; line-height: 1.65; color: #2c2350; margin: 0; }

/* ---- Pull quote ---- */
body .wrapper .pull-quote { border-left: 4px solid var(--osa-lime); padding: 6px 0 6px 22px; margin: 24px 0; max-width: 720px; }
body .wrapper .pull-quote blockquote { margin: 0; font-size: 23px; font-weight: 700; line-height: 1.3; letter-spacing: -0.6px; color: var(--osa-ink); }

/* ---- Spec table ---- */
body .wrapper .spec-section { background-color: var(--osa-mist); }
body .wrapper .spec-table { width: 100%; border-collapse: collapse; max-width: 820px; background-color: var(--osa-card); box-shadow: var(--osa-shadow-1); }
body .wrapper .spec-table tr { border-bottom: 1px solid var(--osa-line); }
body .wrapper .spec-table th { text-align: left; font-size: 12px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; color: #7a6f57; padding: 15px 18px; width: 42%; vertical-align: top; }
body .wrapper .spec-table td { font-size: 15px; font-weight: 400; color: var(--osa-ink); padding: 15px 18px; }
body .wrapper .spec-table td strong { font-weight: 700; }

/* ---- Feature grid ---- */
body .wrapper .feature-grid { list-style: none; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 18px; }
body .wrapper .feature-card { background-color: var(--osa-card); border: 1px solid var(--osa-line); box-shadow: var(--osa-shadow-1); padding: 24px; }
body .wrapper .feature-card .feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; background-color: var(--osa-lime); margin-bottom: 14px; }
body .wrapper .feature-card .feature-name { font-size: 19px; font-weight: 700; letter-spacing: -0.3px; color: var(--osa-ink); margin: 0 0 8px; }
body .wrapper .feature-card .feature-text { font-size: 14px; line-height: 1.65; color: #2c2350; margin: 0; }

/* ---- RTP callout ---- */
body .wrapper .rtp-callout { background-color: var(--osa-ink); background-image: var(--osa-dots); background-size: 22px 22px; border-left: 5px solid var(--osa-lime); padding: 28px 26px; max-width: 820px; }
body .wrapper .rtp-callout .callout-title { font-size: 21px; font-weight: 700; letter-spacing: -0.4px; color: var(--osa-lime); margin: 0 0 12px; }
body .wrapper .rtp-callout p { font-size: 16px; line-height: 1.7; color: #E4E0F2; margin: 0; }
body .wrapper .rtp-callout p strong { color: #FFFFFF; }

/* ---- Verdict ---- */
body .wrapper .verdict-section { background-color: var(--osa-paper); }
body .wrapper .verdict-chip { display: inline-flex; align-items: center; gap: 10px; background-color: var(--osa-lime); color: var(--osa-ink); font-size: 16px; font-weight: 700; padding: 12px 20px; margin-bottom: 22px; }
body .wrapper .verdict-chip svg { flex-shrink: 0; }

/* ---- Casino funnel list ---- */
body .wrapper .casinos-section { background-color: var(--osa-mist); }
body .wrapper .casinos-section .funnel-note { font-size: 13px; color: #7a6f57; margin: 0 0 22px; max-width: 760px; }
body .wrapper .casino-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
body .wrapper .casino-row { background-color: var(--osa-card); border: 1px solid var(--osa-line); box-shadow: var(--osa-shadow-1); display: flex; flex-direction: column; gap: 18px; padding: 22px; transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease; }
body .wrapper .casino-row:hover { border-color: var(--osa-lime); transform: translateY(-3px); box-shadow: var(--osa-shadow-2); }
body .wrapper .casino-row .casino-rank { font-size: 32px; font-weight: 700; letter-spacing: -1.5px; color: var(--osa-ink); opacity: 0.25; min-width: 44px; }
body .wrapper .casino-row .casino-main { flex: 1; }
body .wrapper .casino-row .casino-name { font-size: 21px; font-weight: 700; letter-spacing: -0.4px; color: var(--osa-ink); margin: 0; }
body .wrapper .casino-row .casino-facts { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
body .wrapper .casino-row .casino-facts li { font-size: 12px; color: var(--osa-ink); background-color: var(--osa-mist); padding: 5px 10px; }
body .wrapper .casino-row .casino-action { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
body .wrapper .casino-row .casino-rtp { font-size: 13px; font-weight: 700; color: #2c2350; }

/* ---- Similar slots ---- */
body .wrapper .similar-section { background-color: var(--osa-paper); }

/* ---- Responsible gambling banner ---- */
body .wrapper .rg-banner { background-color: var(--osa-ink); background-image: var(--osa-dots); background-size: 22px 22px; }
body .wrapper .rg-banner .rg-inner { max-width: var(--osa-inner-max); margin: 0 auto; padding: 26px var(--osa-gutter); display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
body .wrapper .rg-banner .rg-badge { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border: 2px solid var(--osa-lime); color: var(--osa-lime); font-size: 17px; font-weight: 700; flex-shrink: 0; }
body .wrapper .rg-banner p { font-size: 14px; line-height: 1.6; color: #E4E0F2; margin: 0; max-width: 900px; }
body .wrapper .rg-banner p a { color: var(--osa-lime); font-weight: 700; }

/* ---- Demo-Screenshots ---- */
body .wrapper .shots-section { background-color: var(--osa-mist); }
body .wrapper .shots-section .shots-note { font-size: 15px; line-height: 1.6; color: #7a6f57; margin: 0 0 26px; max-width: 760px; }
body .wrapper .shots-section .shots-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 22px; }
body .wrapper .shots-section .shot-figure { margin: 0; background-color: var(--osa-card); border: 1px solid var(--osa-line); box-shadow: var(--osa-shadow-1); }
body .wrapper .shots-section .shot-figure img { display: block; width: 100%; height: auto; }
body .wrapper .shots-section .shot-figure figcaption { font-size: 13px; line-height: 1.5; color: #7a6f57; padding: 12px 14px; }
body .wrapper .shots-section .shots-grid.is-single { max-width: 640px; }

@media (min-width: 768px) {
  body .wrapper .slot-hero .slot-title { font-size: 60px; letter-spacing: -2.4px; }
  body .wrapper .slot-hero .fact-tiles { grid-template-columns: repeat(4, 1fr); }
  body .wrapper .review-section .prose-title { font-size: 38px; letter-spacing: -1.4px; }
  body .wrapper .author-box { flex-direction: row; align-items: flex-start; }
  body .wrapper .feature-grid { grid-template-columns: repeat(2, 1fr); }
  body .wrapper .casino-row { flex-direction: row; align-items: center; }
  body .wrapper .casino-row .casino-action { align-items: flex-end; min-width: 200px; }
  body .wrapper .rg-banner .rg-inner { flex-direction: row; align-items: center; gap: 22px; padding: 30px var(--osa-gutter); }
  body .wrapper .shots-section .shots-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
  body .wrapper .slot-hero .slot-hero-content { min-height: 460px; display: flex; flex-direction: column; justify-content: center; }
  body .wrapper .slot-hero .slot-title { font-size: 72px; letter-spacing: -3px; }
  body .wrapper .feature-grid { grid-template-columns: repeat(4, 1fr); }
}

body .wrapper .slot-hero .slot-provider a { color: inherit; text-decoration: none; }
body .wrapper .slot-hero .slot-provider a:hover { text-decoration: underline; }
