.roulette-hero{background:var(--color-accent-alt);position:relative}
.roulette-hero .media-box{transform:rotate(-1deg)}
.roulette-section,.roulette-section-alt{border-top:var(--border-thick) solid var(--color-border)}
.roulette-section{background:#ffffff}
.roulette-section-alt{background:var(--color-accent)}
.roulette-section .media-box,.roulette-section-alt .media-box{background:#000}
.roulette-section h2,.roulette-section-alt h2{font-size:clamp(2rem,5vw,3.2rem)}
.roulette-section p,.roulette-section-alt p{max-width:60ch}
.roulette-section-alt .btn{margin-top:var(--space-3)}
.roulette-hero::after{content:"";position:absolute;width:120px;height:120px;background:#000;top:10%;right:5%;transform:rotate(20deg)}
.roulette-section::before{content:"";position:absolute;width:80px;height:80px;background:var(--color-accent);left:5%;top:-40px;border:var(--border-thick) solid var(--color-border)}
.roulette-section,.roulette-section-alt{position:relative}
@media(max-width:768px){.roulette-hero::after{width:80px;height:80px}.roulette-section::before{display:none}}