/* Betninjas.com.de — Betninja Casino-Fokus. Chrome-CSS, kein Framework. */

:root{
  --bnc-bg:#0a0a0a;
  --bnc-bg-alt:#101828;
  --bnc-surface:#262626;
  --bnc-surface-2:#1a1a1a;
  --bnc-accent:#852bc0;
  --bnc-accent-light:#a855f7;
  --bnc-accent-dark:#5c1f8f;
  --bnc-text:#e5e7eb;
  --bnc-text-muted:#a3a3a3;
  --bnc-border:#404040;
  --bnc-on-accent:#ffffff;
  --bnc-light:#e5e7eb;
  --bnc-light-2:#d1d5dc;
  --bnc-radius:16px;
  --bnc-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
body{
  margin:0;background:var(--bnc-bg);color:var(--bnc-text);
  font-family:var(--bnc-font);line-height:1.6;overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block;}
a{color:var(--bnc-accent-light);text-decoration:none;}
a:hover{text-decoration:underline;}
.bnc-wrap{max-width:1220px;margin:0 auto;padding:0 20px;}
.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;}

/* ---------- Glyph / wordmark (mirrored star, distinct from betninja1) ---------- */
.bnc-glyph{
  display:inline-block;width:18px;height:18px;margin-left:8px;
  background:conic-gradient(from 45deg,var(--bnc-accent-light),var(--bnc-accent-dark),var(--bnc-accent-light));
  clip-path:polygon(50% 0%,63% 37%,100% 50%,63% 63%,50% 100%,37% 63%,0% 50%,37% 37%);
  vertical-align:-3px;flex:none;
}
.bnc-logo{display:inline-flex;align-items:center;font-weight:800;font-size:1.22rem;color:var(--bnc-text);white-space:nowrap;}
.bnc-logo span.bnc-logo__accent{color:var(--bnc-accent-light);}

/* ---------- Info ticker ---------- */
.bnc-ticker{background:var(--bnc-accent-dark);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.02em;}
.bnc-ticker .bnc-wrap{padding:6px 20px;display:flex;gap:22px;flex-wrap:wrap;justify-content:center;}

/* ---------- Header ---------- */
.bnc-header{position:sticky;top:0;z-index:40;background:rgba(10,10,10,.9);backdrop-filter:blur(10px);border-bottom:1px solid var(--bnc-border);}
.bnc-header__row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 0;}
.bnc-nav{display:flex;align-items:center;gap:2px;background:var(--bnc-surface-2);border:1px solid var(--bnc-border);border-radius:999px;padding:4px;}
.bnc-nav a{color:var(--bnc-text-muted);font-size:.88rem;font-weight:700;padding:8px 14px;border-radius:999px;transition:.15s;}
.bnc-nav a:hover,.bnc-nav a[aria-current="page"]{background:var(--bnc-accent);color:#fff;text-decoration:none;}
.bnc-header__actions{display:flex;align-items:center;gap:10px;}
.bnc-cta{display:inline-block;background:var(--bnc-accent-light);color:#160321;font-weight:800;font-size:.9rem;padding:10px 18px;border-radius:999px;white-space:nowrap;}
.bnc-cta:hover{text-decoration:none;filter:brightness(1.05);}
.bnc-burger{display:none;width:42px;height:42px;border:1px solid var(--bnc-border);border-radius:999px;background:var(--bnc-surface-2);position:relative;cursor:pointer;}
.bnc-burger span,.bnc-burger span::before,.bnc-burger span::after{content:"";position:absolute;left:11px;right:11px;height:2px;background:var(--bnc-text);transition:.2s;}
.bnc-burger span{top:20px;}
.bnc-burger span::before{top:-7px;}
.bnc-burger span::after{top:7px;}
.bnc-burger[aria-expanded="true"] span{background:transparent;}
.bnc-burger[aria-expanded="true"] span::before{transform:translateY(7px) rotate(45deg);}
.bnc-burger[aria-expanded="true"] span::after{transform:translateY(-7px) rotate(-45deg);}

.bnc-mobile-nav{position:fixed;top:0;right:0;bottom:0;width:min(320px,84vw);background:var(--bnc-bg-alt);border-left:1px solid var(--bnc-border);transform:translateX(100%);transition:transform .25s ease;z-index:60;padding:20px;overflow-y:auto;}
.bnc-mobile-nav.is-open{transform:translateX(0);}
.bnc-mobile-nav__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}
.bnc-mobile-nav__close{width:36px;height:36px;border-radius:999px;border:1px solid var(--bnc-border);background:var(--bnc-surface-2);color:var(--bnc-text);font-size:1.1rem;cursor:pointer;}
.bnc-mobile-nav a{display:block;padding:12px 8px;color:var(--bnc-text);font-weight:700;border-bottom:1px solid var(--bnc-border);}
.bnc-mobile-nav .bnc-cta{margin-top:16px;width:100%;text-align:center;}
.bnc-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:50;opacity:0;pointer-events:none;transition:opacity .2s;}
.bnc-overlay.is-open{opacity:1;pointer-events:auto;}
@media (max-width:860px){
  .bnc-nav{display:none;}
  .bnc-header__actions .bnc-cta{display:none;}
  .bnc-burger{display:block;}
}

/* ---------- Breadcrumbs ---------- */
.bnc-crumbs{padding:14px 0;font-size:.85rem;color:var(--bnc-text-muted);}
.bnc-crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;}
.bnc-crumbs li:not(:last-child)::after{content:"/";margin-left:6px;color:var(--bnc-border);}
.bnc-crumbs a{color:var(--bnc-text-muted);}
.bnc-crumbs a:hover{color:var(--bnc-accent-light);}

/* ---------- Hero with chip filter ---------- */
.bnc-hero{position:relative;background:linear-gradient(180deg,rgba(10,10,10,.3),rgba(10,10,10,.94)),var(--bnc-hero-img) center/cover no-repeat;border-bottom:1px solid var(--bnc-border);}
.bnc-hero__inner{padding:56px 0 30px;text-align:center;}
.bnc-hero__eyebrow{display:inline-block;color:var(--bnc-accent-light);font-weight:800;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;}
.bnc-hero__title{font-size:clamp(1.7rem,4.4vw,2.7rem);font-weight:800;line-height:1.15;margin:0 auto 14px;max-width:22ch;color:var(--bnc-text);}
.bnc-hero__lead{color:var(--bnc-text-muted);font-size:1.02rem;max-width:56ch;margin:0 auto 22px;}
.bnc-hero__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:30px;}
.bnc-hero__ghost{display:inline-block;padding:10px 18px;border-radius:999px;border:1px solid var(--bnc-border);color:var(--bnc-text);font-weight:700;font-size:.92rem;}
.bnc-hero__ghost:hover{border-color:var(--bnc-accent-light);text-decoration:none;}

.bnc-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;}
.bnc-chip{
  background:var(--bnc-surface);border:1px solid var(--bnc-border);color:var(--bnc-text-muted);
  font-weight:700;font-size:.84rem;padding:9px 16px;border-radius:999px;cursor:pointer;transition:.15s;
}
.bnc-chip.is-active,.bnc-chip:hover{background:var(--bnc-accent);border-color:var(--bnc-accent);color:#fff;}

/* ---------- Game grid ---------- */
.bnc-section{padding:48px 0;}
.bnc-section--alt{background:var(--bnc-bg-alt);border-top:1px solid var(--bnc-border);border-bottom:1px solid var(--bnc-border);}
.bnc-section__head{max-width:640px;margin:0 auto 26px;text-align:center;}
.bnc-section__kicker{color:var(--bnc-accent-light);font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;display:block;margin-bottom:8px;}
.bnc-section__title{font-size:1.5rem;font-weight:800;margin:0 0 10px;color:var(--bnc-text);}
.bnc-section__lead{color:var(--bnc-text-muted);margin:0;}

.bnc-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;}
.bnc-tile{background:var(--bnc-surface);border:1px solid var(--bnc-border);border-radius:12px;overflow:hidden;transition:transform .15s;}
.bnc-tile:hover{transform:translateY(-3px);}
.bnc-tile img{width:100%;aspect-ratio:216/282;object-fit:cover;}
.bnc-tile[hidden]{display:none;}
@media (max-width:960px){.bnc-grid{grid-template-columns:repeat(4,1fr);}}
@media (max-width:640px){.bnc-grid{grid-template-columns:repeat(3,1fr);gap:8px;}}
@media (max-width:400px){.bnc-grid{grid-template-columns:repeat(2,1fr);}}

/* ---------- Light spotlight card (Maskottchen) ---------- */
.bnc-spotlight{display:grid;grid-template-columns:.8fr 1.2fr;gap:0;background:var(--bnc-light);border-radius:var(--bnc-radius);overflow:hidden;color:#111827;}
.bnc-spotlight__figure{background:#f4f4f5;display:flex;align-items:center;justify-content:center;padding:20px;}
.bnc-spotlight__figure img{max-width:200px;}
.bnc-spotlight__body{padding:28px clamp(18px,3vw,36px);display:flex;flex-direction:column;justify-content:center;}
.bnc-spotlight__title{font-weight:800;font-size:1.2rem;margin:0 0 10px;color:#111827;}
.bnc-spotlight__text{margin:0 0 14px;color:#3f3f46;font-size:.94rem;}
.bnc-spotlight__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px;}
.bnc-spotlight__list li{font-size:.9rem;color:#3f3f46;padding-left:20px;position:relative;}
.bnc-spotlight__list li::before{content:"";position:absolute;left:0;top:.5em;width:8px;height:8px;background:var(--bnc-accent);clip-path:polygon(50% 0%,61% 39%,100% 50%,61% 61%,50% 100%,39% 61%,0% 50%,39% 39%);}
@media (max-width:720px){.bnc-spotlight{grid-template-columns:1fr;}}

/* ---------- Two-up teaser cards (Live-Casino / Bonus / Freispiele) ---------- */
.bnc-card-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.bnc-card{background:var(--bnc-surface);border:1px solid var(--bnc-border);border-radius:var(--bnc-radius);overflow:hidden;display:flex;flex-direction:column;}
.bnc-card__figure{aspect-ratio:16/10;overflow:hidden;background:var(--bnc-surface-2);}
.bnc-card__figure img{width:100%;height:100%;object-fit:cover;}
.bnc-card__body{padding:18px 20px;flex:1;display:flex;flex-direction:column;}
.bnc-card__title{font-weight:800;margin:0 0 8px;color:var(--bnc-text);}
.bnc-card__text{color:var(--bnc-text-muted);font-size:.9rem;margin:0 0 14px;flex:1;}
.bnc-card__link{color:var(--bnc-accent-light);font-weight:700;font-size:.88rem;}
@media (max-width:820px){.bnc-card-row{grid-template-columns:1fr 1fr;}}
@media (max-width:560px){.bnc-card-row{grid-template-columns:1fr;}}

/* ---------- Phone mock (CSS decor, mobil page) ---------- */
.bnc-phone{width:150px;height:300px;margin:0 auto;border-radius:26px;background:var(--bnc-surface);border:3px solid var(--bnc-border);position:relative;box-shadow:0 20px 50px rgba(0,0,0,.5);}
.bnc-phone::before{content:"";position:absolute;top:14px;left:50%;transform:translateX(-50%);width:44px;height:5px;background:var(--bnc-border);border-radius:4px;}
.bnc-phone__screen{position:absolute;inset:26px 10px;border-radius:14px;background:linear-gradient(160deg,var(--bnc-accent) 0%,var(--bnc-bg-alt) 65%);display:flex;align-items:center;justify-content:center;}
.bnc-phone__screen .bnc-glyph{width:34px;height:34px;margin:0;}

/* ---------- Stats bar ---------- */
.bnc-stats{padding:26px 0;border-bottom:1px solid var(--bnc-border);background:var(--bnc-bg-alt);}
.bnc-stats__row{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;}
.bnc-stat{background:var(--bnc-surface);border:1px solid var(--bnc-border);border-radius:12px;padding:14px 20px;text-align:center;min-width:150px;flex:1 1 150px;}
.bnc-stat__value{display:block;font-size:1.3rem;font-weight:800;color:var(--bnc-accent-light);}
.bnc-stat__label{display:block;font-size:.8rem;color:var(--bnc-text-muted);margin-top:2px;}

/* ---------- Article / SEO block ---------- */
.bnc-article{padding:44px 0 56px;}
.bnc-article__inner{max-width:760px;margin:0 auto;background:var(--bnc-surface);border:1px solid var(--bnc-border);border-radius:var(--bnc-radius);padding:32px clamp(18px,4vw,44px);}
.bnc-article__inner h1{font-size:clamp(1.5rem,3.4vw,2.15rem);line-height:1.22;margin:0 0 22px;color:var(--bnc-text);font-weight:800;}
.bnc-article__inner h2{font-size:1.28rem;margin:34px 0 12px;color:var(--bnc-text);font-weight:800;padding-top:8px;border-top:1px solid var(--bnc-border);}
.bnc-article__inner h2:first-of-type{border-top:none;padding-top:0;margin-top:8px;}
.bnc-article__inner h3{font-size:1.04rem;margin:20px 0 8px;color:var(--bnc-accent-light);font-weight:700;}
.bnc-article__inner p{margin:0 0 14px;color:var(--bnc-text-muted);}
.bnc-article__inner a{color:var(--bnc-accent-light);}
.bnc-article__inner table{width:100%;border-collapse:collapse;table-layout:fixed;margin:8px 0 18px;border:1px solid var(--bnc-border);border-radius:10px;overflow:hidden;}
.bnc-article__inner td{padding:10px 14px;border-bottom:1px solid var(--bnc-border);font-size:.92rem;color:var(--bnc-text-muted);overflow-wrap:anywhere;}
.bnc-article__inner tr:last-child td{border-bottom:none;}
.bnc-article__inner td:first-child{color:var(--bnc-text);font-weight:700;width:42%;}
@media (max-width:560px){
  .bnc-article__inner table{font-size:.84rem;}
  .bnc-article__inner td{padding:8px 10px;font-size:.82rem;}
}

/* FAQ accordion */
.bnc-faq-item{border-bottom:1px solid var(--bnc-border);}
.bnc-faq-item:last-child{border-bottom:none;}
.bnc-faq-item__q{margin:0;padding:14px 30px 14px 0;position:relative;cursor:pointer;font-size:1.02rem;color:var(--bnc-text);font-weight:700;}
.bnc-faq-item__q::after{content:"+";position:absolute;right:2px;top:12px;font-size:1.3rem;color:var(--bnc-accent-light);transition:transform .2s;}
.bnc-faq-item.is-open .bnc-faq-item__q::after{transform:rotate(45deg);}
.bnc-faq-item__a{margin:0;color:var(--bnc-text-muted);max-height:0;overflow:hidden;transition:max-height .25s ease;}
.bnc-faq-item.is-open .bnc-faq-item__a{padding-bottom:14px;}

/* ---------- Footer ---------- */
.bnc-footer{border-top:1px solid var(--bnc-border);background:var(--bnc-bg-alt);padding:44px 0 24px;}
.bnc-footer__grid{display:grid;grid-template-columns:1.3fr 1fr 1.4fr;gap:32px;margin-bottom:28px;}
.bnc-footer__brand p{color:var(--bnc-text-muted);font-size:.9rem;max-width:36ch;}
.bnc-footer__heading{margin:0 0 12px;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;color:var(--bnc-text-muted);font-weight:700;}
.bnc-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;}
.bnc-footer__list a{color:var(--bnc-text-muted);font-size:.92rem;}
.bnc-footer__list a:hover{color:var(--bnc-accent-light);}
.bnc-rg{color:var(--bnc-text-muted);font-size:.84rem;line-height:1.6;}
.bnc-rg strong{color:var(--bnc-text);}
.bnc-footer__legal{border-top:1px solid var(--bnc-border);padding-top:18px;color:var(--bnc-text-muted);font-size:.8rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;}
@media (max-width:820px){.bnc-footer__grid{grid-template-columns:1fr 1fr;}}
@media (max-width:560px){.bnc-footer__grid{grid-template-columns:1fr;}}
