* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #EAEAE8;
}
#vanta {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

html, body {
    overflow-y: auto !important; /* Принудительно включаем вертикальный скролл */
    touch-action: manipulation; /* Для мобильных: улучшает touch-скролл */
    -webkit-overflow-scrolling: touch; /* Плавный скролл на iOS */
}

#canvas-section-1,
#canvas-section-3 {
    will-change: opacity; /* Если анимируется */
}