/*
Theme Name: Willkommensbonus.net
Theme URI: https://willkommensbonus.net
Author: Willkommensbonus.net Redaktion
Description: Ehrlicher Willkommensbonus-Vergleich für GGL-lizenzierte Online-Casinos. DTC-Product-Marketing Layout, Anthrazit + Kupfer, self-hosted Poppins.
Version: 0.2.3
Text Domain: willkommensbonus-net
*/

/* ============ Self-hosted Poppins (Fontsource, DSGVO-konform) ============ */
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/poppins-latin-400.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/poppins-latin-500.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/poppins-latin-600.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/poppins-latin-700.woff2") format("woff2"); }

/* ============ Normalize ============ */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; }
h1, h2, h3, h4, p, ul, figure, form { margin: 0; padding: 0; }
ul { list-style: none; }
a { background-color: transparent; text-decoration: none; color: inherit; }
img { border-style: none; max-width: 100%; height: auto; display: block; }
svg { display: block; }
input { font-family: inherit; font-size: 100%; margin: 0; }
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* ============ Base ============ */
html { scroll-behavior: smooth; }
body { font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; background-color: #ffffff; color: #222222; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { background-color: #c06a3b; color: #ffffff; }

body .wrapper { width: 100%; overflow-x: hidden; }
body .wrapper .container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }

body .wrapper .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 17px; font-weight: 500; line-height: 1; padding: 15px 30px; border-radius: 40px; cursor: pointer; transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; text-align: center; }
body .wrapper .btn-primary { background-color: #9e5230; color: #ffffff; box-shadow: 0 8px 20px rgba(192, 106, 59, 0.25); }
body .wrapper .btn-primary:hover { background-color: #7d4526; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(192, 106, 59, 0.32); }
body .wrapper .btn-outline { background-color: transparent; color: #9e5230; border: 2px solid #c06a3b; padding: 13px 28px; }
body .wrapper .btn-outline:hover { background-color: #c06a3b; color: #ffffff; }
body .wrapper .btn-ghost { background-color: transparent; color: #9e5230; padding: 15px 18px; }
body .wrapper .btn-ghost:hover { color: #232020; }
body .wrapper .btn-block { display: flex; width: 100%; }

body .wrapper .section-head { text-align: center; max-width: 720px; margin: 0 auto 44px; padding: 0 20px; }

body .wrapper .explainer { padding: 60px 0; }
body .wrapper .explainer .explainer-inner { max-width: 780px; margin: 0 auto; padding: 0 20px; text-align: left; }
body .wrapper .explainer .explainer-inner p { font-size: 17px; line-height: 1.75; color: #4b5563; margin-top: 16px; }
@media (min-width: 1024px) {
  body .wrapper .explainer { padding: 80px 0; }
}
body .wrapper .section-title { font-size: 28px; font-weight: 600; line-height: 1.3; color: #1e1b19; letter-spacing: -0.2px; }
body .wrapper .section-note { font-size: 17px; color: #6b7280; margin-top: 12px; }

body.reveal-ready .wrapper .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
body.reveal-ready .wrapper .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 768px) {
  body .wrapper .section-title { font-size: 34px; }
}
@media (min-width: 1024px) {
  body .wrapper .section-title { font-size: 40px; }
}

/* ============ Announcement ============ */
body .wrapper .announcement { background-color: #232020; color: #ffffff; }
body .wrapper .announcement .announcement-inner { display: flex; align-items: center; justify-content: center; gap: 14px; max-width: 1180px; margin: 0 auto; padding: 9px 20px; }
body .wrapper .announcement .announcement-ctrl { display: flex; align-items: center; flex: none; }
body .wrapper .announcement .announcement-arrow { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; color: rgba(255, 255, 255, 0.7); cursor: pointer; border-radius: 50%; transition: color 0.2s ease, background-color 0.2s ease; flex: none; }
body .wrapper .announcement .announcement-arrow:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.12); }
body .wrapper .announcement .announcement-track { position: relative; height: 20px; flex: 1; max-width: 620px; overflow: hidden; }
body .wrapper .announcement .announcement-msg { position: absolute; top: 0; left: 0; width: 100%; text-align: center; font-size: 13px; font-weight: 600; line-height: 20px; letter-spacing: 0.2px; opacity: 0; transform: translateY(-6px); visibility: hidden; transition: opacity 0.45s ease, transform 0.45s ease; }
body .wrapper .announcement .announcement-msg.is-active { opacity: 1; transform: translateY(0); visibility: visible; }
body .wrapper .announcement .announcement-msg a { color: #ffffff; }
body .wrapper .announcement .announcement-msg a:hover { text-decoration: underline; }

/* ============ Advertising Disclosure (IST2021, sitewide) ============ */
body .wrapper .disclosure-bar { background-color: #171313; color: rgba(255, 255, 255, 0.66); }
body .wrapper .disclosure-bar .ad-disclosure { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
body .wrapper .disclosure-bar .ad-disclosure-toggle { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.4px; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); padding: 7px 0; cursor: pointer; list-style: none; }
body .wrapper .disclosure-bar .ad-disclosure-toggle::-webkit-details-marker { display: none; }
body .wrapper .disclosure-bar .ad-disclosure-toggle::after { content: "+"; margin-left: 6px; color: #e8a87c; font-weight: 700; }
body .wrapper .disclosure-bar .ad-disclosure[open] .ad-disclosure-toggle::after { content: "\2212"; }
body .wrapper .disclosure-bar .ad-disclosure-toggle:hover { color: #ffffff; }
body .wrapper .disclosure-bar .ad-disclosure-text { font-size: 11px; line-height: 1.6; color: rgba(255, 255, 255, 0.66); padding: 0 0 12px; max-width: 980px; }

/* ============ Header ============ */
body .wrapper .site-header { position: sticky; top: 0; z-index: 50; background-color: #ffffff; border-bottom: 1px solid #f0f0f0; }
body .wrapper .site-header .header-inner { display: flex; align-items: center; gap: 16px; max-width: 1180px; margin: 0 auto; padding: 14px 20px; }
body .wrapper .site-header .header-left { display: flex; align-items: center; gap: 8px; }
body .wrapper .site-header .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; color: #222222; cursor: pointer; margin-left: -8px; }
body .wrapper .brand { display: inline-flex; align-items: center; gap: 10px; }
body .wrapper .brand .brand-name { font-size: 20px; font-weight: 700; letter-spacing: -0.4px; color: #1e1b19; }
body .wrapper .brand .brand-name .brand-tld { color: #c06a3b; }
body .wrapper .site-footer .brand-light .brand-name .brand-tld { color: #e8a87c; }
body .wrapper .site-header .primary-nav { position: fixed; top: 0; left: 0; width: 82%; max-width: 340px; height: 100%; background-color: #ffffff; padding: 80px 24px 24px; transform: translateX(-104%); transition: transform 0.3s ease; box-shadow: 0 0 40px rgba(0, 0, 0, 0.18); overflow-y: auto; }
body .wrapper .site-header .primary-nav.is-open { transform: translateX(0); }
body .wrapper .site-header .nav-list { display: flex; flex-direction: column; gap: 4px; }
body .wrapper .site-header .nav-item { border-bottom: 1px solid #f2f2f2; }
body .wrapper .site-header .nav-link { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 17px; font-weight: 500; color: #222222; padding: 14px 4px; cursor: pointer; }
body .wrapper .site-header .nav-link:hover { color: #9e5230; }
body .wrapper .site-header .nav-link .chev { transition: transform 0.25s ease; color: #6b7280; }
body .wrapper .site-header .dropdown { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
body .wrapper .site-header .nav-item.is-open .dropdown { max-height: 240px; }
body .wrapper .site-header .nav-item.is-open .nav-link .chev { transform: rotate(180deg); }
body .wrapper .site-header .dropdown-list { display: flex; flex-direction: column; padding: 0 4px 10px; }
body .wrapper .site-header .dropdown-list a { display: block; font-size: 16px; color: #6b7280; padding: 9px 8px; border-radius: 8px; }
body .wrapper .site-header .dropdown-list a:hover { color: #9e5230; background-color: #f6f3f0; }
body .wrapper .site-header .header-icons { display: flex; align-items: center; gap: 6px; margin-left: auto; }
body .wrapper .site-header .icon-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; color: #222222; cursor: pointer; border-radius: 50%; transition: background-color 0.2s ease, color 0.2s ease; }
body .wrapper .site-header .icon-btn:hover { background-color: #f6f3f0; color: #9e5230; }

@media (min-width: 1024px) {
  body .wrapper .site-header .nav-toggle { display: none; }
  body .wrapper .site-header .header-inner { gap: 30px; padding: 16px 20px; }
  body .wrapper .site-header .primary-nav { position: static; width: auto; max-width: none; height: auto; padding: 0; transform: none; box-shadow: none; overflow: visible; margin: 0 auto; }
  body .wrapper .site-header .nav-list { flex-direction: row; align-items: center; gap: 8px; }
  body .wrapper .site-header .nav-item { border-bottom: 0; position: relative; }
  body .wrapper .site-header .nav-link { padding: 10px 14px; }
  body .wrapper .site-header .dropdown { position: absolute; top: 100%; left: 0; max-height: none; min-width: 230px; background-color: #ffffff; border: 1px solid #f0f0f0; border-radius: 12px; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease; }
  body .wrapper .site-header .nav-item.has-menu:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
  body .wrapper .site-header .nav-item.has-menu:hover .nav-link .chev { transform: rotate(180deg); }
  body .wrapper .site-header .dropdown-list { padding: 0; }
}

/* ============ Hero ============ */
body .wrapper .hero { position: relative; width: 100%; min-height: 540px; display: flex; align-items: flex-end; overflow: hidden; background-color: #1a1717; }
body .wrapper .hero .hero-media { position: absolute; inset: 0; background-image: radial-gradient(circle at 72% 28%, rgba(232, 168, 124, 0.55) 0%, rgba(232, 168, 124, 0) 45%), linear-gradient(150deg, #2f2320 0%, #262020 42%, #171313 100%); }
body .wrapper .hero .hero-orbit { position: absolute; top: 50%; left: 50%; width: 620px; height: 620px; transform: translate(-30%, -46%); border-radius: 50%; background-image: conic-gradient(from 180deg, rgba(192, 106, 59, 0.45), rgba(232, 168, 124, 0.3), rgba(192, 106, 59, 0.45)); filter: blur(8px); opacity: 0.5; }
body .wrapper .hero .hero-media::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.58) 100%); }
body .wrapper .hero .hero-content { position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto; padding: 40px 24px 56px; }
body .wrapper .hero .eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: #ffffff; background-color: #9e5230; padding: 6px 14px; border-radius: 30px; margin-bottom: 18px; }
body .wrapper .hero .hero-title { font-size: 32px; font-weight: 700; line-height: 1.12; letter-spacing: -0.6px; color: #ffffff; overflow-wrap: break-word; }
body .wrapper .hero .hero-sub { font-size: 18px; font-weight: 500; color: rgba(255, 255, 255, 0.92); margin-top: 16px; max-width: 500px; }
body .wrapper .hero .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 28px; }
body .wrapper .hero .hero-actions .btn-ghost { color: #ffffff; }
body .wrapper .hero .hero-actions .btn-ghost:hover { color: #e8a87c; }

/* ============ Promo banner (Aktueller Top-Bonus) ============ */
body .wrapper .promo-banner { width: 100%; background-image: linear-gradient(120deg, #6f3d21 0%, #8f4a2a 55%, #a85832 100%); color: #ffffff; }
body .wrapper .promo-banner .promo-inner { max-width: 1180px; margin: 0 auto; padding: 50px 24px; text-align: center; }
body .wrapper .promo-banner .promo-inner .btn { margin: 10px 5px 0; }
body .wrapper .promo-banner .promo-flag { font-size: 13px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(255, 255, 255, 0.9); }
body .wrapper .promo-banner .promo-title { font-size: 26px; font-weight: 700; letter-spacing: -0.4px; margin-top: 10px; overflow-wrap: break-word; }
body .wrapper .promo-banner .promo-lead { font-size: 18px; color: rgba(255, 255, 255, 0.95); margin: 10px auto 24px; max-width: 560px; }
body .wrapper .promo-banner .btn-primary { background-color: #ffffff; color: #9e5230; box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18); }
body .wrapper .promo-banner .btn-primary:hover { background-color: #f6f3f0; color: #9e5230; }

/* ============ Bonus-/Anbieter-Karten ============ */
body .wrapper .products { padding: 60px 0; background-color: #ffffff; }
body .wrapper .products .product-grid { display: grid; grid-template-columns: 1fr; gap: 22px; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
body .wrapper .products .product-card { display: flex; flex-direction: column; background-color: #ffffff; border: 1px solid #ece7e3; border-radius: 18px; padding: 16px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
body .wrapper .products .product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(35, 32, 32, 0.1); }
body .wrapper .products .product-thumb { position: relative; width: 100%; height: 150px; border-radius: 12px; margin-bottom: 16px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
body .wrapper .products .product-thumb .thumb-label { font-size: 22px; font-weight: 700; letter-spacing: -0.4px; color: #ffffff; }
body .wrapper .products .product-thumb .thumb-tag { position: absolute; top: 12px; left: 12px; font-size: 11px; font-weight: 700; letter-spacing: 0.4px; text-transform: uppercase; color: #ffffff; background-color: #232020; padding: 5px 10px; border-radius: 20px; }
body .wrapper .products .thumb-copper { background-image: linear-gradient(135deg, #c06a3b 0%, #e8a87c 100%); }
body .wrapper .products .thumb-dark { background-image: linear-gradient(135deg, #2e2a2a 0%, #232020 100%); }
body .wrapper .products .thumb-sand { background-image: linear-gradient(135deg, #e8a87c 0%, #c06a3b 100%); }
body .wrapper .products .thumb-grey { background-image: linear-gradient(135deg, #3a3433 0%, #232020 100%); }
body .wrapper .products .thumb-logo { height: 104px; background-color: #ffffff; background-image: none; border: 1px solid #ece7e3; }
body .wrapper .products .thumb-logo img { width: auto; height: auto; max-width: 66%; max-height: 34px; object-fit: contain; }
body .wrapper .products .thumb-logo .thumb-tag { top: 10px; left: 10px; }
body .wrapper .products > .section-note { max-width: 1180px; margin: 24px auto 0; padding: 0 20px; }
body .wrapper .products .product-name { font-size: 18px; font-weight: 600; color: #1e1b19; }
body .wrapper .products .product-spec { font-size: 14px; color: #6b7280; margin-top: 6px; }
body .wrapper .products .product-price { font-size: 19px; font-weight: 700; color: #9e5230; margin: 14px 0 16px; }
body .wrapper .products .product-cta { margin-top: auto; display: grid; gap: 10px; }

@media (min-width: 640px) {
  body .wrapper .products .product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  body .wrapper .products { padding: 88px 0; }
  /* 5 Anbieter (LordLucky 2026-08-04 entfernt): 3+2 statt 4+1 — ein einzelner
     Waisenkarte in Reihe 2 sieht nach Fehler aus, 3+2 nach Absicht. */
  body .wrapper .products .product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1280px) {
  /* Ab hier passen alle 5 in eine Reihe und lesen sich als Top-5-Liste. */
  body .wrapper .products .product-grid { grid-template-columns: repeat(5, 1fr); }
  /* Bei 5 Spalten ist die Karte 217px breit; die 28px Button-Innenabstände würden
     "Zum Testbericht" zweizeilig brechen. 16px reichen (139px Text + 32px = 171px). */
  body .wrapper .products .product-cta .btn { padding-left: 16px; padding-right: 16px; }
}

/* ============ Feature-Sektionen ============ */
body .wrapper .feature { width: 100%; }
body .wrapper .feature-light { background-color: #ffffff; }
body .wrapper .feature-dark { background-color: #232020; }
body .wrapper .feature .feature-inner { display: flex; flex-direction: column; gap: 0; max-width: 1180px; margin: 0 auto; }
body .wrapper .feature .feature-copy { padding: 48px 24px; }
body .wrapper .feature .feature-flag { font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #9e5230; }
body .wrapper .feature-dark .feature-flag { color: #e8a87c; }
body .wrapper .feature .feature-title { font-size: 28px; font-weight: 600; line-height: 1.25; letter-spacing: -0.4px; color: #1e1b19; margin-top: 12px; }
body .wrapper .feature-dark .feature-title { color: #ffffff; }
body .wrapper .feature .feature-text { font-size: 17px; color: #4a4a4a; margin-top: 14px; max-width: 480px; }
body .wrapper .feature-dark .feature-text { color: rgba(255, 255, 255, 0.82); }
body .wrapper .feature .feature-points { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
body .wrapper .feature .feature-points li { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 500; color: #222222; }
body .wrapper .feature-dark .feature-points li { color: #ffffff; }
body .wrapper .feature .feature-points .tick { flex: none; }
body .wrapper .feature .feature-media { width: 100%; height: 260px; }
body .wrapper .feature .thumb-copper { background-image: url("img/feature-lizenz.jpg"); background-size: cover; background-position: center; }
body .wrapper .feature .thumb-sand { background-image: url("img/feature-fair.jpg"); background-size: cover; background-position: center; }
body .wrapper .feature .thumb-dark-alt { background-image: url("img/feature-umsatz.jpg"); background-size: cover; background-position: center; }

@media (min-width: 1024px) {
  body .wrapper .feature .feature-inner { flex-direction: row; align-items: stretch; gap: 40px; padding: 0 20px; }
  body .wrapper .feature .feature-reverse { flex-direction: row-reverse; }
  body .wrapper .feature .feature-copy { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 92px 20px; }
  body .wrapper .feature .feature-media { flex: 1; height: auto; min-height: 440px; border-radius: 20px; margin: 40px 0; }
  body .wrapper .feature .feature-title { font-size: 36px; }
}

/* ============ Trust-/Lizenz-Strip ============ */
body .wrapper .press { background-color: #f6f3f0; padding: 40px 20px; }
body .wrapper .press .press-label { text-align: center; font-size: 12px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: #545b66; margin-bottom: 22px; }
body .wrapper .press .press-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px 40px; max-width: 900px; margin: 0 auto; }
body .wrapper .press .press-logo { font-size: 18px; font-weight: 700; letter-spacing: -0.3px; color: #545b66; transition: color 0.2s ease; }
body .wrapper .press .press-logo:hover { color: #232020; }

@media (min-width: 768px) {
  body .wrapper .press { padding: 52px 20px; }
  body .wrapper .press .press-logo { font-size: 21px; }
}

/* ============ Methodik / Leserstimmen ============ */
body .wrapper .reviews { padding: 60px 0; background-color: #f6f3f0; }
body .wrapper .reviews .review-grid { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
body .wrapper .reviews .review-card { background-color: #ffffff; border: 1px solid #ece7e3; border-radius: 16px; padding: 26px 24px; box-shadow: 0 10px 30px rgba(35, 32, 32, 0.04); }
body .wrapper .reviews .stars { display: flex; align-items: center; gap: 3px; margin-bottom: 14px; }
body .wrapper .reviews .review-text { font-size: 17px; line-height: 1.6; color: #222222; }
body .wrapper .reviews .review-author { font-size: 14px; font-weight: 600; color: #6b7280; margin-top: 16px; }
body .wrapper .reviews .reviews-cta { text-align: center; margin-top: 40px; }

@media (min-width: 768px) {
  body .wrapper .reviews .review-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
  body .wrapper .reviews { padding: 88px 0; }
}

/* ============ FAQ (ersetzt Leserstimmen) ============ */
body .wrapper .faq { padding: 60px 0; background-color: #f6f3f0; }
body .wrapper .faq .faq-grid { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 1000px; margin: 0 auto; padding: 0 20px; }
body .wrapper .faq .faq-card { display: flex; gap: 14px; background-color: #ffffff; border: 1px solid #ece7e3; border-radius: 16px; padding: 24px 22px; box-shadow: 0 10px 30px rgba(35, 32, 32, 0.04); }
body .wrapper .faq .faq-marker { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background-color: #f6f3f0; color: #9e5230; font-size: 17px; font-weight: 700; }
body .wrapper .faq .faq-body { flex: 1; }
body .wrapper .faq .faq-q { font-size: 18px; font-weight: 600; color: #1e1b19; line-height: 1.35; }
body .wrapper .faq .faq-a { font-size: 16px; line-height: 1.6; color: #4a4a4a; margin-top: 8px; }
body .wrapper .faq .faq-cta { text-align: center; margin-top: 40px; }

@media (min-width: 768px) {
  body .wrapper .faq .faq-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (min-width: 1024px) {
  body .wrapper .faq { padding: 88px 0; }
}

/* ============ Footer ============ */
body .wrapper .site-footer { background-color: #232020; color: #ffffff; }
body .wrapper .site-footer .footer-inner { display: flex; flex-direction: column; gap: 40px; max-width: 1180px; margin: 0 auto; padding: 56px 24px 40px; }
body .wrapper .site-footer .brand-light .brand-name { color: #ffffff; }
body .wrapper .site-footer .footer-tagline { font-size: 15px; color: rgba(255, 255, 255, 0.72); margin-top: 16px; max-width: 360px; }
body .wrapper .site-footer .footer-rg { font-size: 13px; color: rgba(255, 255, 255, 0.72); margin-top: 16px; max-width: 380px; }
body .wrapper .site-footer .footer-rg a { color: #e8a87c; text-decoration: underline; }
body .wrapper .site-footer .footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
body .wrapper .site-footer .footer-badge { font-size: 12px; font-weight: 700; color: #e8a87c; background-color: #2e2a2a; border: 1px solid #3a3433; padding: 6px 10px; border-radius: 8px; transition: background-color 0.2s ease, color 0.2s ease; }
body .wrapper .site-footer a.footer-badge:hover { background-color: #c06a3b; color: #ffffff; border-color: #c06a3b; }
body .wrapper .site-footer .footer-badge.age-badge { color: #ffffff; background-color: #9e5230; border-color: #9e5230; }
body .wrapper .site-footer .footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
body .wrapper .site-footer .footer-heading { font-size: 14px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; color: #ffffff; margin-bottom: 14px; }
body .wrapper .site-footer .footer-links { display: flex; flex-direction: column; gap: 10px; }
body .wrapper .site-footer .footer-links a { font-size: 15px; color: rgba(255, 255, 255, 0.72); transition: color 0.2s ease; }
body .wrapper .site-footer .footer-links a:hover { color: #ffffff; }
body .wrapper .site-footer .footer-bottom { border-top: 1px solid #3a3433; display: flex; flex-direction: column; gap: 18px; max-width: 1180px; margin: 0 auto; padding: 22px 24px 40px; }
body .wrapper .site-footer .footer-copy { font-size: 13px; color: rgba(255, 255, 255, 0.6); }
body .wrapper .site-footer .footer-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
body .wrapper .site-footer .footer-disclosure { font-size: 12px; color: rgba(255, 255, 255, 0.55); max-width: 620px; }
body .wrapper .site-footer .social-icons { display: flex; gap: 10px; }
body .wrapper .site-footer .social-icons a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; color: #ffffff; background-color: #2e2a2a; border-radius: 50%; transition: background-color 0.2s ease; }
body .wrapper .site-footer .social-icons a:hover { background-color: #c06a3b; }

@media (min-width: 768px) {
  body .wrapper .site-footer .footer-inner { flex-direction: row; justify-content: space-between; padding: 72px 24px 44px; }
  body .wrapper .site-footer .footer-brand { max-width: 380px; }
  body .wrapper .site-footer .footer-nav { grid-template-columns: repeat(3, auto); gap: 60px; }
  body .wrapper .site-footer .footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; }
}

/* ============ Chat-Widget (Hilfe) ============ */
body .wrapper .chat-launcher { position: fixed; bottom: 22px; right: 22px; z-index: 60; display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; background-color: #c06a3b; border-radius: 50%; cursor: pointer; box-shadow: 0 12px 28px rgba(192, 106, 59, 0.4); transition: transform 0.2s ease, background-color 0.2s ease; }
body .wrapper .chat-launcher:hover { transform: translateY(-3px); background-color: #9e5230; }

/* ============ Generischer Seiteninhalt (page.php) ============ */
body .wrapper .page-main { background-color: #ffffff; }
body .wrapper .page-main .content-section { max-width: 820px; margin: 0 auto; padding: 56px 24px 72px; }
body .wrapper .page-main .content-section .page-title { font-size: 30px; font-weight: 700; line-height: 1.2; letter-spacing: -0.4px; color: #1e1b19; margin-bottom: 24px; }
body .wrapper .page-main .content-body { font-size: 17px; line-height: 1.7; color: #2a2726; }
body .wrapper .page-main .content-body h2 { font-size: 24px; font-weight: 600; color: #1e1b19; margin: 34px 0 14px; }
body .wrapper .page-main .content-body h3 { font-size: 20px; font-weight: 600; color: #1e1b19; margin: 26px 0 12px; }
body .wrapper .page-main .content-body p { margin-bottom: 16px; }
body .wrapper .page-main .content-body ul, body .wrapper .page-main .content-body ol { margin: 0 0 16px 22px; }
body .wrapper .page-main .content-body ul li { list-style: disc; margin-bottom: 8px; }
body .wrapper .page-main .content-body ol li { list-style: decimal; margin-bottom: 8px; }
body .wrapper .page-main .content-body a { color: #9e5230; text-decoration: underline; }
body .wrapper .page-main .content-body a:hover { color: #c06a3b; }
body .wrapper .page-main .content-body table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; }
body .wrapper .page-main .content-body th { background-color: #f6f3f0; text-align: left; padding: 12px 14px; font-weight: 600; color: #1e1b19; border-bottom: 2px solid #e8a87c; }
body .wrapper .page-main .content-body td { padding: 12px 14px; border-bottom: 1px solid #ece7e3; }

@media (min-width: 1024px) {
  body .wrapper .page-main .content-section .page-title { font-size: 38px; }
}

/* ---- Content-Elemente (Baukasten, zentral) ---- */
body .wrapper .page-main .content-body .author-byline { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; padding: 12px 16px; background-color: #f6f3f0; border-radius: 12px; font-size: 14px; color: #4a4744; }
body .wrapper .page-main .content-body .author-byline .author-avatar { width: 38px; height: 38px; border-radius: 50%; background-color: #9e5230; color: #ffffff; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 15px; flex-shrink: 0; }
body .wrapper .page-main .content-body .author-byline strong { color: #1e1b19; }

body .wrapper .page-main .content-body .fakten-box { background-color: #f6f3f0; border-left: 4px solid #9e5230; border-radius: 0 14px 14px 0; padding: 20px 22px; margin: 24px 0; }
body .wrapper .page-main .content-body .fakten-box .fakten-box-title { font-size: 17px; font-weight: 600; color: #1e1b19; margin: 0 0 12px; }
body .wrapper .page-main .content-body .fakten-box ul { margin: 0 0 0 20px; }
body .wrapper .page-main .content-body .fakten-box p:last-child { margin-bottom: 0; }

body .wrapper .page-main .content-body .hinweis-box { background-color: #fbf6f2; border: 1px solid #e6cbb8; border-radius: 14px; padding: 18px 20px; margin: 24px 0; font-size: 15px; color: #3a3633; }
body .wrapper .page-main .content-body .hinweis-box .hinweis-box-title { font-size: 15px; font-weight: 700; color: #7d4526; margin: 0 0 8px; text-transform: uppercase; letter-spacing: 0.5px; }
body .wrapper .page-main .content-body .hinweis-box p:last-child { margin-bottom: 0; }

body .wrapper .page-main .content-body .zahlen-kacheln { list-style: none; margin: 24px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
body .wrapper .page-main .content-body .zahlen-kacheln li { list-style: none; margin: 0; background-color: #232020; color: #ffffff; border-radius: 14px; padding: 18px 16px; text-align: center; }
body .wrapper .page-main .content-body .zahlen-kacheln .kachel-zahl { display: block; font-size: 26px; font-weight: 700; color: #e8a87c; line-height: 1.1; }
body .wrapper .page-main .content-body .zahlen-kacheln .kachel-label { display: block; font-size: 13px; color: #d8d2ce; margin-top: 6px; }

body .wrapper .page-main .content-body .steckbrief { border: 1px solid #ece7e3; border-radius: 16px; padding: 22px 24px; margin: 26px 0; background-color: #ffffff; box-shadow: 0 6px 22px rgba(35, 32, 32, 0.06); }
body .wrapper .page-main .content-body .steckbrief .steckbrief-title { font-size: 18px; font-weight: 600; color: #1e1b19; margin: 0 0 14px; }
body .wrapper .page-main .content-body .steckbrief table { margin: 0; }
body .wrapper .page-main .content-body .steckbrief td { padding: 9px 12px; }

body .wrapper .page-main .content-body .screenshot { margin: 26px 0; }
body .wrapper .page-main .content-body .screenshot img { width: 100%; height: auto; border-radius: 14px; border: 1px solid #ece7e3; box-shadow: 0 8px 26px rgba(35, 32, 32, 0.12); }
body .wrapper .page-main .content-body .screenshot figcaption { font-size: 13px; color: #6b7280; margin-top: 10px; text-align: center; }
body .wrapper .page-main .content-body blockquote { margin: 24px 0; padding: 14px 22px; border-left: 4px solid #c06a3b; background-color: #f6f3f0; border-radius: 0 12px 12px 0; font-style: italic; color: #3a3633; }
body .wrapper .page-main .content-body blockquote p:last-child { margin-bottom: 0; }

body .wrapper .page-main .content-body .toc { background-color: #f6f3f0; border-radius: 14px; padding: 18px 22px; margin: 24px 0; }
body .wrapper .page-main .content-body .toc .toc-title { font-size: 15px; font-weight: 700; color: #1e1b19; margin: 0 0 10px; }
body .wrapper .page-main .content-body .toc ul { margin: 0 0 0 18px; }

body .wrapper .page-main .content-body .cta-box { text-align: center; background: linear-gradient(120deg, #6f3d21 0%, #8f4a2a 55%, #a85832 100%); border-radius: 16px; padding: 28px 24px; margin: 30px 0; }
body .wrapper .page-main .content-body .cta-box .cta-box-title { font-size: 20px; font-weight: 700; color: #ffffff; margin: 0 0 8px; }
body .wrapper .page-main .content-body .cta-box p { color: #f4e7de; margin: 0 0 16px; }
body .wrapper .page-main .content-body .cta-box a { display: inline-block; background-color: #ffffff; color: #7d4526; font-weight: 600; text-decoration: none; padding: 13px 28px; border-radius: 999px; }
body .wrapper .page-main .content-body .cta-box a:hover { background-color: #f4e7de; color: #7d4526; }

body .wrapper .page-main .content-body .rg-hinweis { font-size: 13px; color: #6a6560; margin: 10px 0 22px; padding: 8px 0 0; border-top: 1px solid #ece7e3; }
body .wrapper .page-main .content-body .rg-hinweis a { color: #9e5230; }

@media (min-width: 768px) {
  body .wrapper .page-main .content-body .zahlen-kacheln { grid-template-columns: repeat(4, 1fr); }
}
