.hero-poker{padding-top:var(--space-16);padding-bottom:var(--space-16);background-color:var(--gray-900);color:#fff;background-image:radial-gradient(circle at top left,rgba(216,179,90,0.18),transparent 55%),radial-gradient(circle at bottom right,rgba(140,75,63,0.45),transparent 55%)}.hero-poker__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:var(--space-8);align-items:center}.hero-poker__content h1{color:#fff}.hero-poker__content .lead{color:rgba(247,244,235,0.9)}.hero-poker__content p{color:rgba(249,248,245,0.9)}.hero-poker .label-kicker{color:rgba(245,240,225,0.8)}.hero-poker .accent-rule{background:linear-gradient(90deg,var(--color-accent),transparent)}.hero-poker__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-6);margin-bottom:var(--space-4)}.hero-poker__meta{display:flex;flex-direction:column;gap:var(--space-2)}.hero-poker__meta .meta{color:rgba(243,239,228,0.8)}.hero-poker__media{max-width:480px;justify-self:flex-end}.poker-section{align-items:flex-start}.poker-checklist{display:flex;flex-direction:column;gap:var(--space-2);margin-top:var(--space-4)}.poker-checklist li{position:relative;padding-left:1.4rem;font-size:var(--font-size-sm);color:var(--gray-700)}.poker-checklist li::before{content:"";position:absolute;left:0.1rem;top:0.45rem;width:0.55rem;height:0.55rem;border-radius:999px;background:radial-gradient(circle,var(--color-accent) 0,rgba(216,179,90,0.2) 65%,transparent 70%);box-shadow:0 0 0 1px rgba(216,179,90,0.5)}.poker-cta-row{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}.poker-faq{margin-top:var(--space-4)}.poker-faq__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-6);margin-top:var(--space-6)}.poker-faq__item h3{font-size:var(--font-size-lg);margin-bottom:var(--space-2)}.poker-faq__item p{font-size:var(--font-size-sm)}.poker-invite{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);background:linear-gradient(135deg,rgba(12,10,8,0.95),rgba(24,22,18,0.98));color:#f9f8f5}.poker-invite h2{color:#fff;margin-bottom:var(--space-3)}.poker-invite p{color:rgba(249,248,245,0.9)}.poker-invite__actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}.poker-invite .btn--ghost{background:transparent;color:#f9f8f5;border-color:rgba(249,248,245,0.5)}.poker-invite .btn--ghost:hover{background:rgba(249,248,245,0.06)}@media (max-width:900px){.hero-poker__grid{grid-template-columns:1fr}.hero-poker__media{order:-1;max-width:100%;justify-self:center}.poker-faq__grid{grid-template-columns:1fr}.poker-invite{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.hero-poker__actions,.poker-cta-row,.poker-invite__actions{flex-direction:column}.hero-poker{padding-top:var(--space-12);padding-bottom:var(--space-12)}}