.poker-intro p:last-child { margin-bottom: 0; }
.poker-lounge__image, .poker-hosts__image, .poker-testimonials__image { display: flex; align-items: center; justify-content: center; }
.poker-card-image { border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.poker-cta { border-top: 1px solid var(--color-border-subtle); }
.poker-cta form { background: linear-gradient(145deg, rgba(255,255,255,0.98), rgba(246,242,251,0.98)); border-radius: var(--radius-lg); padding: var(--space-24); box-shadow: var(--shadow-soft); border: 1px solid rgba(231,221,255,0.9); }
@media (min-width: 768px) { .poker-cta form { padding: var(--space-32); } }
