*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#0b1220;
  --bg-elevated:#111827;
  --bg-glass:rgba(17,24,39,.72);
  --text:#e2e8f0;
  --text-muted:#94a3b8;
  --cyan:#06b6d4;
  --cyan-bright:#22d3ee;
  --teal:#0891b2;
  --violet:#7c3aed;
  --border:rgba(6,182,212,.22);
  --glow:0 0 24px rgba(6,182,212,.35);
  --shadow:0 12px 40px rgba(0,0,0,.45);
  --shadow-hover:0 20px 56px rgba(6,182,212,.18);
  --radius:.625rem;
  --header-h:4.5rem;
  --mobile-cta-h:4.75rem;
}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:"Sora",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  font-size:1rem;
  line-height:1.6;
  color:var(--text);
  background:var(--bg);
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -10%,rgba(6,182,212,.12),transparent),
    radial-gradient(ellipse 60% 40% at 100% 50%,rgba(124,58,237,.08),transparent);
  overflow-x:hidden;
  padding-bottom:env(safe-area-inset-bottom,0);
  min-height:100vh;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--cyan-bright);text-decoration:none}
a:hover{color:#67e8f9}
.container{width:min(100% - 2rem,76rem);margin-inline:auto}
.section{padding:3.5rem 0}
.section h2{
  font-size:clamp(1.5rem,4vw,2rem);
  color:var(--text);
  text-align:center;
  margin-bottom:.75rem;
  font-weight:700;
  letter-spacing:-.03em;
}
.section__lead{
  text-align:center;
  color:var(--text-muted);
  max-width:44rem;
  margin:0 auto 2rem;
  font-size:clamp(.95rem,2.5vw,1.05rem);
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.875rem 1.75rem;
  font-size:1rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#0b1220;
  background:linear-gradient(135deg,var(--cyan-bright),var(--cyan) 50%,var(--teal));
  border:none;
  border-radius:999px;
  box-shadow:var(--glow),0 6px 28px rgba(6,182,212,.4);
  transition:transform .2s,box-shadow .2s,filter .2s;
  min-height:48px;
  cursor:pointer;
  text-align:center;
  touch-action:manipulation;
}
.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 0 32px rgba(34,211,238,.55),0 10px 36px rgba(6,182,212,.45);
  filter:brightness(1.08);
  color:#0b1220;
}
.btn:active{transform:scale(.98)}
.btn--header{
  font-size:.78rem;
  padding:.65rem 1.35rem;
  white-space:nowrap;
}
.btn--card{
  width:100%;
  font-size:1.05rem;
  padding:1rem 1.5rem;
  min-height:56px;
  margin-top:auto;
  border-radius:999px;
}
.btn--hero{font-size:1.05rem;padding:1rem 2.25rem;min-height:52px}
.header{
  position:sticky;
  top:0;
  z-index:200;
  background:rgba(11,18,32,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--border);
  padding-top:env(safe-area-inset-top,0);
}
.header__inner{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:.875rem 0;
  min-height:var(--header-h);
}
.logo{
  font-size:clamp(1rem,2.5vw,1.25rem);
  font-weight:800;
  color:var(--text);
  line-height:1.2;
  cursor:default;
  user-select:none;
  flex-shrink:0;
  letter-spacing:-.04em;
  z-index:2;
}
.logo em{
  font-style:normal;
  background:linear-gradient(135deg,var(--cyan-bright),var(--violet));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  font-weight:700;
}
.nav-toggle{display:none}
.nav-toggle-label{
  display:none;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  padding:.5rem;
  min-width:48px;
  min-height:48px;
  align-items:center;
  justify-content:center;
  border-radius:var(--radius);
  border:1px solid var(--border);
  background:var(--bg-elevated);
  z-index:2;
}
.nav-toggle-label span{
  width:22px;
  height:2px;
  background:var(--cyan-bright);
  border-radius:2px;
  pointer-events:none;
  transition:transform .2s,opacity .2s;
}
.nav{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
}
.nav__list{
  display:flex;
  gap:clamp(.75rem,2vw,1.5rem);
  list-style:none;
  flex-wrap:wrap;
  justify-content:center;
}
.nav__list a{
  color:var(--text-muted);
  font-weight:500;
  font-size:.85rem;
  padding:.35rem 0;
  border-bottom:2px solid transparent;
  transition:color .2s,border-color .2s;
}
.nav__list a:hover{
  color:var(--cyan-bright);
  border-bottom-color:rgba(34,211,238,.45);
}
.casinos{
  padding-top:1.5rem;
  padding-bottom:2.5rem;
}
.casinos__head{margin-bottom:1.5rem;text-align:center}
.casinos--first h1{
  font-size:clamp(1.4rem,4.5vw,2.1rem);
  color:var(--text);
  margin-bottom:.6rem;
  line-height:1.15;
  font-weight:800;
  letter-spacing:-.03em;
  background:linear-gradient(135deg,#f8fafc 0%,var(--cyan-bright) 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.casinos__lead{
  font-size:clamp(.88rem,2.5vw,.98rem);
  max-width:40rem;
  margin-inline:auto;
  color:var(--text-muted);
}
.casinos__scroll-wrap{
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:1rem;
  overscroll-behavior-x:contain;
  scrollbar-width:thin;
  scrollbar-color:rgba(6,182,212,.4) transparent;
  padding:.25rem 0 1rem;
  margin:0 -1rem;
  padding-inline:1rem;
}
.casinos__scroll-wrap::-webkit-scrollbar{height:4px}
.casinos__scroll-wrap::-webkit-scrollbar-thumb{
  background:rgba(6,182,212,.4);
  border-radius:4px;
}
.casinos__track{display:flex;gap:1rem;padding-bottom:.25rem}
.casino-card{
  position:relative;
  flex:0 0 min(88vw,300px);
  scroll-snap-align:start;
  display:flex;
  flex-direction:column;
  background:var(--bg-glass);
  border-radius:var(--radius);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  overflow:hidden;
  backdrop-filter:blur(12px);
  transition:transform .25s,box-shadow .25s,border-color .25s;
}
.casino-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow-hover);
  border-color:rgba(34,211,238,.45);
}
.casino-card__rank{
  position:absolute;
  top:.75rem;
  left:.75rem;
  z-index:2;
  background:linear-gradient(135deg,var(--violet),var(--cyan));
  color:#fff;
  font-size:.7rem;
  font-weight:800;
  padding:.3rem .7rem;
  border-radius:4px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.casino-card__media{
  position:relative;
  display:block;
  overflow:hidden;
}
.casino-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 40%,rgba(11,18,32,.65) 100%);
  pointer-events:none;
}
.casino-card__media img{
  width:100%;
  height:160px;
  object-fit:cover;
  background:var(--bg-elevated);
  transition:transform .35s;
}
.casino-card__media:hover img{transform:scale(1.05)}
.casino-card__body{
  padding:1rem 1.15rem 1.2rem;
  display:flex;
  flex-direction:column;
  flex:1;
  gap:.5rem;
}
.casino-card h3{
  font-size:1.1rem;
  font-weight:700;
  color:var(--text);
  letter-spacing:-.02em;
}
.casino-card__bonus{
  font-size:.85rem;
  font-weight:600;
  color:var(--cyan-bright);
  background:rgba(6,182,212,.12);
  border:1px solid rgba(6,182,212,.25);
  padding:.45rem .75rem;
  border-radius:var(--radius);
  line-height:1.35;
}
.casino-card__perks{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:.35rem;
  margin:.25rem 0 .5rem;
}
.casino-card__perks li{
  font-size:.82rem;
  color:var(--text-muted);
  padding-left:1.1rem;
  position:relative;
}
.casino-card__perks li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:.35rem;
  height:.35rem;
  background:var(--cyan);
  border-radius:1px;
  box-shadow:0 0 6px var(--cyan);
}
@media(min-width:1100px){
  .casinos__scroll-wrap{overflow-x:visible;margin:0;padding-inline:0}
  .casinos__track{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
  .casino-card{flex:none;scroll-snap-align:none}
}
.hero{
  position:relative;
  min-height:clamp(340px,50vh,540px);
  display:flex;
  align-items:center;
  padding:3.5rem 0;
  overflow:hidden;
}
.hero__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(11,18,32,.75) 0%,rgba(11,18,32,.88) 50%,rgba(11,18,32,.95) 100%),
    url("images/hero.webp") center/cover no-repeat;
  z-index:0;
}
.hero__content{
  position:relative;
  z-index:1;
  text-align:center;
  max-width:52rem;
  margin-inline:auto;
}
.hero h2{
  font-size:clamp(1.55rem,4.5vw,2.35rem);
  line-height:1.15;
  color:var(--text);
  margin-bottom:1rem;
  font-weight:700;
  letter-spacing:-.03em;
}
.hero__subtitle{
  font-size:clamp(1rem,2.5vw,1.1rem);
  color:var(--text-muted);
  margin-bottom:1.75rem;
  max-width:36rem;
  margin-inline:auto;
}
.hero__text{
  text-align:left;
  max-width:44rem;
  margin:2rem auto 0;
  display:flex;
  flex-direction:column;
  gap:1rem;
  padding:1.5rem;
  background:rgba(17,24,39,.6);
  border:1px solid var(--border);
  border-radius:var(--radius);
  backdrop-filter:blur(8px);
}
.hero__text p{color:var(--text-muted);font-size:.98rem;line-height:1.7}
.vorteile{background:rgba(17,24,39,.4)}
.vorteile__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:1.25rem;
  list-style:none;
}
@media(min-width:640px){.vorteile__grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){.vorteile__grid{grid-template-columns:repeat(4,1fr)}}
.vorteil{
  text-align:center;
  padding:1.75rem 1.25rem;
  background:var(--bg-glass);
  border-radius:var(--radius);
  border:1px solid var(--border);
  box-shadow:0 8px 32px rgba(0,0,0,.25);
  backdrop-filter:blur(10px);
  transition:border-color .2s,box-shadow .2s;
}
.vorteil:hover{
  border-color:rgba(34,211,238,.4);
  box-shadow:var(--shadow-hover);
}
.vorteil__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:3.25rem;
  height:3.25rem;
  border-radius:50%;
  background:rgba(6,182,212,.12);
  border:1px solid var(--border);
  color:var(--cyan-bright);
  margin-bottom:.85rem;
  box-shadow:var(--glow);
}
.vorteil h3{font-size:1rem;color:var(--text);margin-bottom:.5rem;font-weight:600}
.vorteil p{color:var(--text-muted);font-size:.88rem}
.faq{background:transparent}
.faq__list{
  max-width:48rem;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.faq__item{
  padding:1.35rem 1.5rem;
  background:var(--bg-glass);
  border-radius:var(--radius);
  border:1px solid var(--border);
  border-left:3px solid var(--violet);
  box-shadow:0 6px 24px rgba(0,0,0,.2);
  backdrop-filter:blur(8px);
}
.faq__item h3{
  font-size:1.02rem;
  color:var(--cyan-bright);
  margin-bottom:.5rem;
  font-weight:600;
}
.faq__item p{color:var(--text-muted);font-size:.93rem}
.responsible{
  padding:2.5rem 0;
  background:rgba(17,24,39,.5);
  border-top:1px solid var(--border);
}
.responsible__inner{
  text-align:center;
  max-width:40rem;
  margin-inline:auto;
}
.responsible__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:3rem;
  height:3rem;
  border-radius:50%;
  background:linear-gradient(135deg,var(--violet),#dc2626);
  color:#fff;
  font-weight:800;
  font-size:1.1rem;
  margin-bottom:1rem;
  box-shadow:0 0 20px rgba(124,58,237,.4);
}
.responsible h2{font-size:1.25rem;margin-bottom:.75rem;font-weight:700;color:var(--text)}
.responsible p{color:var(--text-muted);font-size:.95rem;margin-bottom:.75rem}
.responsible__links{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  justify-content:center;
  margin-top:1rem;
}
.responsible__links a{font-weight:600;font-size:.9rem}
.footer{
  background:#060d18;
  color:var(--text-muted);
  padding:2.5rem 0 calc(2.5rem + env(safe-area-inset-bottom,0));
  text-align:center;
  border-top:1px solid var(--border);
}
.footer__inner{display:flex;flex-direction:column;align-items:center;gap:.75rem}
.footer__domain{
  font-weight:700;
  color:var(--cyan-bright);
  font-size:.95rem;
}
.footer__copy,.footer__disclaimer,.footer__age{
  font-size:.85rem;
  line-height:1.5;
  max-width:36rem;
}
.footer__age strong{color:var(--text)}
.mobile-cta-bar{
  display:none;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:300;
  padding:.75rem 1rem;
  padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0));
  background:rgba(11,18,32,.96);
  backdrop-filter:blur(16px);
  border-top:1px solid var(--border);
  box-shadow:0 -8px 40px rgba(0,0,0,.5);
}
.mobile-cta-bar .btn{width:100%;min-height:56px;font-size:1.05rem}
:focus-visible{outline:3px solid var(--cyan-bright);outline-offset:2px}
@media(max-width:900px){
  .nav{
    position:static;
    transform:none;
    width:100%;
    order:4;
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
  }
  .nav__list{
    flex-direction:column;
    padding:0 0 1rem;
    gap:.25rem;
  }
  .nav__list a{
    display:block;
    padding:.75rem 0;
    min-height:48px;
    font-size:1rem;
  }
  .nav-toggle:checked~.nav{max-height:18rem}
}
@media(max-width:768px){
  body.has-mobile-cta{padding-bottom:calc(var(--mobile-cta-h) + env(safe-area-inset-bottom,0))}
  .mobile-cta-bar{display:block}
  .header__inner{flex-wrap:wrap}
  .logo{flex:1}
  .nav-toggle-label{display:flex;margin-left:auto}
  .nav{flex-basis:100%;order:4}
  .btn--header{width:100%;min-height:48px;order:5;margin-top:.25rem}
}
@media(min-width:769px){
  .nav-toggle,.nav-toggle-label{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
  }
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
