.hero-formats{position:relative;overflow:hidden;background:#000}.hero-formats .hero-content{position:relative;z-index:2;max-width:700px;padding-block:var(--space-2xl)}.hero-formats .hero-image{width:100%;height:60vh;object-fit:cover;opacity:.45}

.format-block{position:relative;padding-top:0}.format-block .container{position:relative;z-index:2}.format-image{width:100%;height:55vh;object-fit:cover;opacity:.35}

.poker-block{background:linear-gradient(180deg,#111,#000)}.roulette-block{background:linear-gradient(180deg,#140f0f,#000)}.blackjack-block{background:linear-gradient(180deg,#101414,#000)}

.format-block h2{margin-top:var(--space-xl);margin-bottom:var(--space-md);font-size:clamp(2rem,3vw,3rem)}
.format-block p{font-size:1.05rem}

.service-block{background:var(--color-charcoal)}
.service-block h2{margin-bottom:var(--space-md)}

@media(max-width:768px){.hero-formats .hero-image{height:40vh}.format-image{height:40vh}}