.cards {
    -webkit-clip-path: ellipse(120% 120% at 70% 120%);
    clip-path: ellipse(120% 120% at 70% 120%);

}

.bg-wisp-pink {
    background-color: #aadafa;
}

.bg-wisp-pink-1 {
    background-color: #cfe9fa;
}

/* ── Hero Section ── */
.hero-main-title {
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 1.12;
}

.hero-cyan {
    color: #17c9f5;
}

.hero-line-divider {
    width: 40px;
    height: 3px;
    background: #e05518;
    border-radius: 2px;
    margin: 22px 0;
}

@media (max-width: 767px) {
    .hero-row-mobile {
        padding-top: 75px;
    }
}

