/**
 * GoDrinkz index — contenu central en fluo (sans 3D)
 * Override: body scrollable, pas de canvas
 */
body.page-index-godrinkz {
  overflow-y: auto;
  overflow-x: hidden;
}

/* Pas de canvas 3D */
#canvas-3d-background,
#background-canvas,
#three-canvas,
#poetry-canvas {
  display: none !important;
}

/* Contenu central fluo */
#index-content-center {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 80px;
  text-align: center;
  pointer-events: none;
  overflow-y: auto;
}

#index-content-center .content-inner {
  pointer-events: auto;
  max-width: 720px;
  margin: auto;
}

#index-content-center h1 {
  margin: 0 0 24px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #00fff7;
  text-shadow: 0 0 20px rgba(0, 255, 247, 0.6), 0 0 40px rgba(0, 255, 247, 0.3);
}

#index-content-center h2 {
  margin: 20px 0 10px;
  font-size: 12px;
  color: #00fff7;
  text-shadow: 0 0 14px rgba(0, 255, 247, 0.5);
}

#index-content-center .section-desc {
  font-size: 10px;
  color: #b0e0e0;
  line-height: 1.8;
  margin: 0 0 16px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

#index-content-center p {
  font-size: 9px;
  color: #d0e8e8;
  line-height: 1.9;
  margin: 0 0 24px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
}

#index-content-center a {
  color: #00fff7;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(0, 255, 247, 0.5);
}

#index-content-center a:hover {
  color: #5cfff9;
  text-shadow: 0 0 16px rgba(0, 255, 247, 0.7);
}

.index-gozmoke-box {
  margin-top: 20px;
  padding: 16px 20px;
  background: rgba(0, 255, 247, 0.08);
  border: 1px solid rgba(0, 255, 247, 0.35);
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 255, 247, 0.15), inset 0 0 20px rgba(0, 255, 247, 0.05);
}

.index-gozmoke-box h3 {
  font-size: 10px;
  color: #00fff7;
  margin: 0 0 10px;
}

.index-gozmoke-box p {
  font-size: 8px;
  margin: 0 0 12px;
}

.index-gozmoke-box .btn-gozmoke {
  display: inline-block;
  padding: 10px 16px;
  font-family: 'Press Start 2P', monospace;
  font-size: 8px;
  background: rgba(0, 255, 247, 0.9);
  color: #0d0d0d;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 0 14px rgba(0, 255, 247, 0.4);
  transition: transform 0.2s;
  pointer-events: auto;
}

.index-gozmoke-box .btn-gozmoke:hover {
  transform: translateY(1px);
}

/* Bouton GoDrinkz (remplace IGNITE) */
#igniteButton {
  font-size: 8px !important;
  line-height: 1.2;
  text-align: center;
}
