.poker-hero__grid{display:grid;grid-template-columns:minmax(0,1.2fr)minmax(0,1fr);gap:var(--space-8);align-items:center}.poker-hero__cta{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4);margin-bottom:var(--space-3)}.poker-hero__note{max-width:32rem}.poker-hero__image-wrapper{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-elevated);background:var(--color-bg-elevated)}.poker-hero__image-wrapper img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform var(--transition-slow)}.poker-hero__image-wrapper:hover img{transform:scale(1.06)}.poker-highlight__grid{display:grid;grid-template-columns:minmax(0,1.2fr)minmax(0,1fr);gap:var(--space-6);align-items:stretch}.poker-highlight__image-wrapper{border-radius:var(--radius-lg);overflow:hidden;height:100%}.poker-highlight__image-wrapper img{width:100%;height:100%;object-fit:cover}.poker-formats__grid{margin-top:var(--space-8)}.poker-formats__visual{margin-top:var(--space-8)}.poker-formats__image-wrapper{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-elevated)}.poker-formats__image-wrapper img{width:100%;height:100%;object-fit:cover}.poker-setup__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-8);align-items:start}.poker-audience__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-8);align-items:stretch;margin-top:var(--space-6)}.poker-audience__image{margin-bottom:var(--space-4);border-radius:var(--radius-lg);overflow:hidden}.poker-audience__image img{width:100%;height:100%;object-fit:cover}.poker-variants__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-8);align-items:start}.poker-gallery__image-wrapper{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-elevated)}.poker-gallery__image-wrapper img{width:100%;height:100%;object-fit:cover}.poker-cta__grid{display:grid;grid-template-columns:minmax(0,1.4fr)minmax(0,1fr);gap:var(--space-6);align-items:center}.poker-cta__actions{display:flex;flex-direction:column;gap:var(--space-3)}.poker-cross__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-8);align-items:start}.poker-list{list-style:none;padding-left:0;margin:0}.poker-list li{position:relative;padding-left:1.25rem;margin-bottom:0.5rem;color:var(--color-text-soft);font-size:var(--font-size-sm)}.poker-list li::before{content:"";position:absolute;left:0;top:0.6em;width:6px;height:6px;border-radius:999px;background:var(--color-primary)}.poker-section-header{max-width:46rem;margin-inline:auto}.poker-cross__links a{font-size:var(--font-size-sm)}@media(max-width:1024px){.poker-hero__grid,.poker-highlight__grid,.poker-setup__grid,.poker-audience__grid,.poker-variants__grid,.poker-cta__grid,.poker-cross__grid{grid-template-columns:minmax(0,1fr)}.poker-cta__actions{margin-top:var(--space-4)}}@media(max-width:768px){.poker-hero__cta{flex-direction:column;align-items:stretch}.poker-hero__grid{gap:var(--space-6)}.poker-audience__grid,.poker-formats__grid{gap:var(--space-6)}}