html {
  background-color: var(--color-bg);
}

.hero-poker-entreprise {
  position: relative;
}

.hero-inner-poker {
  align-items: center;
}

.hero-media-frame-poker {
  background: radial-gradient(circle at top left, rgba(164, 255, 176, 0.5), rgba(5, 6, 8, 1));
  box-shadow: 0 0 0 1px rgba(164, 255, 176, 0.4), 0 26px 80px rgba(0, 0, 0, 0.95);
}

.hero-media-frame-poker::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 80px rgba(164, 255, 176, 0.35);
  opacity: 0.35;
  pointer-events: none;
}

.hero-media-inner {
  background: radial-gradient(circle at top, rgba(164, 255, 176, 0.18), rgba(5, 6, 8, 0.98));
}

.hero-badge-poker .badge {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-color: rgba(197, 255, 211, 0.7);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.85);
}

.hero-meta-poker {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md);
}

.hero-meta-note {
  max-width: 100%;
}

.hero-meta-note .chip {
  box-shadow: 0 0 22px var(--color-accent-primary-glow);
}

.section-poker-benefits {
  position: relative;
}

.section-poker-benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(164, 255, 176, 0.08), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.section-poker-benefits .container {
  position: relative;
  z-index: 1;
}

.poker-benefits-grid {
  align-items: center;
}

.poker-benefits-card {
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.poker-benefits-list {
  margin-top: var(--space-md);
}

.poker-benefits-list li {
  color: var(--color-text-soft);
}

.section-poker-flow {
  position: relative;
}

.section-poker-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at bottom right, rgba(197, 255, 211, 0.06), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.section-poker-flow .container {
  position: relative;
  z-index: 1;
}

.poker-flow-card {
  align-items: stretch;
}

.poker-flow-list {
  margin-top: var(--space-md);
}

.poker-flow-list .card-list-icon {
  box-shadow: 0 0 18px rgba(164, 255, 176, 0.4);
}

.section-poker-offers {
  position: relative;
}

.section-poker-offers::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(164, 255, 176, 0.05), transparent 60%);
  pointer-events: none;
}

.section-poker-offers .container {
  position: relative;
  z-index: 1;
}

.poker-offers-header {
  margin-bottom: var(--space-2xl);
}

.poker-offers-grid {
  align-items: stretch;
}

.poker-offer-card {
  height: 100%;
}

.poker-offers-list {
  margin-top: var(--space-md);
}

.poker-offers-list li {
  color: var(--color-text-soft);
}

.section-poker-cta {
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-3xl);
}

.poker-cta-card {
  background: radial-gradient(circle at top left, rgba(164, 255, 176, 0.16), rgba(5, 6, 8, 0.98));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.95);
}

.poker-cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: var(--space-xl);
  align-items: center;
}

.poker-cta-side {
  display: flex;
  justify-content: flex-end;
}

.poker-cta-highlight {
  max-width: 320px;
  width: 100%;
  padding: var(--space-md);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(197, 255, 211, 0.35);
  background: radial-gradient(circle at top, rgba(164, 255, 176, 0.14), rgba(5, 6, 8, 0.96));
  box-shadow: 0 0 40px rgba(164, 255, 176, 0.25);
}

.poker-cta-highlight .chip {
  width: 100%;
  justify-content: flex-start;
}

.btn,
.btn-secondary,
.btn-ghost {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .poker-cta-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-inner-poker {
    gap: var(--space-xl);
  }

  .section-poker-cta {
    padding-top: var(--space-xl);
    padding-bottom: var(--space-2xl);
  }

  .poker-cta-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .poker-cta-side {
    justify-content: flex-start;
  }

  .poker-cta-highlight {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-meta-poker {
    gap: var(--space-sm);
  }

  .poker-benefits-card,
  .poker-flow-card,
  .poker-offer-card,
  .poker-cta-card {
    box-shadow: var(--shadow-subtle);
  }
}
