/* Decorative Elements */

.decorative-dots {
    position: absolute;
    width: 140px;
    height: 140px;
    z-index: 100;
}

.decorative-dots.top-right { 
    top: 0;
    right: 0;
    background: 
        radial-gradient(circle, var(--pink) 3px, transparent 3px),
        radial-gradient(circle, var(--white) 2px, transparent 2px);
    background-size: 20px 20px, 20px 20px;
    background-position: 0 0, 10px 10px;
    border-bottom-left-radius: 80%;
}

.decorative-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 50;
    pointer-events: none;
}
