.poker-page .poker-hero{position:relative;min-height:80vh;display:flex;align-items:center}
.poker-hero .hero-bg{position:absolute;width:100%;height:100%;object-fit:cover;z-index:0}
.poker-hero::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,0.55)}
.hero-content{position:relative;z-index:1;max-width:520px;margin-left:5%;display:flex;flex-direction:column;gap:16px}
.hero-content h1{border-bottom:2px solid var(--color-accent);padding-bottom:8px}
.hero-sub{max-width:480px}

.poker-diff{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:40px;text-align:center}

.poker-flow{gap:24px}

.poker-dining{align-items:center}
.dining-text{max-width:520px}
.dining-img img{width:100%;height:auto}

.poker-types .card{text-align:center}

.poker-gallery{display:flex;flex-direction:column;gap:24px;align-items:center}
.poker-gallery img{max-width:900px}

.poker-audience{max-width:900px;margin:0 auto;text-align:center}

.poker-faq{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:16px}
.faq-question{width:100%;text-align:left;padding:16px;border:1px solid var(--color-border)}
.faq-answer{display:none;padding:16px;border:1px solid var(--color-border);border-top:none}
.faq-item.active .faq-answer{display:block}

.poker-cta{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:24px}

@media(max-width:900px){
.hero-content{margin:0 16px;max-width:100%}
}
