/* Utilidades de layout generales */
.wb-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--gge-surface);
  border-bottom: 1px solid var(--gge-border);
}

/* (IMPORTANTE) Ya NO controlamos el alto aquí para evitar conflicto
   con sections intro-video.css */
#intro-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

/* Responsive genérico */
@media (max-width: 900px) {
  .section { padding-left: 0; padding-right: 0; }
}
