.particles-container-b2cbaf1f {
    position: relative;
    width: 100%;
    height: 100vh; /* 100% height of viewport */
    background: #f3f4f6; /* Fondo gris claro por defecto */
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.particles-canvas-b2cbaf1f {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    z-index: 1;
}
