body.poker-page-enabled{}
.poker-hero{position:relative;overflow:hidden;background:radial-gradient(circle at top,#1f130b,#060302)}
.poker-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.1) contrast(1.05);opacity:0.9}
.hero-lead{max-width:720px;margin:var(--space-4) auto var(--space-6);color:rgba(250,244,235,0.9)}
.hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:center;margin-bottom:var(--space-6)}
.hero-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-6);margin-top:var(--space-2)}
.hero-meta-item{text-align:center}
.hero-meta-item .stat-number{color:#f8f2e8}
.hero-meta-item .stat-label{color:rgba(250,244,235,0.78)}
.poker-section{align-items:center}
.poker-section-header{text-align:center;max-width:720px;margin:0 auto var(--space-8)}
.poker-list{margin:0;padding-left:1.1rem;font-family:var(--font-family-sans);font-size:var(--font-size-sm);color:var(--color-text-soft)}
.poker-list li{position:relative;margin-bottom:var(--space-2);padding-left:0.75rem}
.poker-list li::before{content:"";position:absolute;left:0;top:0.72em;width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#d9b87c,#b28c50)}
.poker-cta-inline{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}
.poker-highlight{align-self:stretch}
.poker-image-wrapper{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-elevated)}
.poker-image{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform var(--transition-slow)}
.poker-image-wrapper:hover .poker-image{transform:scale(1.05)}
.poker-cards{align-items:stretch}
.poker-link{font-family:var(--font-family-sans);font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:0.16em}
.poker-calendar{margin-top:var(--space-4)}
.poker-calendar-header{margin-bottom:var(--space-4)}
.poker-calendar-note{font-size:var(--font-size-sm);color:var(--color-text-soft)}
.poker-calendar-grid{display:grid;gap:var(--space-4)}
.poker-calendar-item{border-radius:var(--radius-md);padding:var(--space-4);background:var(--color-surface-elevated);box-shadow:var(--shadow-soft-inner);border:1px solid rgba(201,167,112,0.18);display:flex;flex-direction:column;gap:var(--space-2)}
.poker-calendar-date{font-family:var(--font-family-sans);font-size:var(--font-size-xs);letter-spacing:0.18em;text-transform:uppercase;color:var(--color-text-soft);margin-bottom:var(--space-1)}
.poker-calendar-title{font-family:var(--font-family-base);font-size:var(--font-size-lg);color:var(--color-text)}
.poker-calendar-desc{font-size:var(--font-size-sm);margin-bottom:var(--space-3)}
.poker-disclaimer p{margin-bottom:var(--space-3)}
.poker-disclaimer-footer{font-size:var(--font-size-sm)}
.poker-links-inline{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-2)}
.poker-reviews{display:grid;gap:var(--space-4)}
.poker-review-quote{font-style:italic}
.poker-review-author{font-family:var(--font-family-sans);font-size:var(--font-size-sm);color:var(--color-text-soft);margin-bottom:0}
.poker-reviews-cta{margin-top:var(--space-6);text-align:center}
.poker-final-cta{background:radial-gradient(circle at top,#fdf7ee,#f1e4d5)}
.poker-contact-card{align-self:stretch}
@media (min-width:768px){.poker-calendar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.poker-reviews{grid-template-columns:repeat(3,minmax(0,1fr))}.poker-final-cta .poker-section{align-items:stretch}}
@media (max-width:767.98px){.hero-fullscreen{min-height:80vh}.hero-actions{justify-content:flex-start}.hero-meta{justify-content:flex-start}.poker-section-header{text-align:left}.poker-calendar-item{padding:var(--space-3)}}
