/* Explain: Layout utilities and section padding for the page structure. - */
.section-pad {
    padding-top: clamp(5.5rem, 10vw, 9rem);
    padding-bottom: clamp(5.5rem, 10vw, 9rem);
}

.hero-split {
    background: linear-gradient(115deg, rgba(11, 3, 26, 0.8) 0%, rgba(28, 19, 50, 0.5) 52%, transparent 100%);
}

.orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(8px);
    opacity: 0.52;
    pointer-events: none;
    z-index: -1;
}

.orb-sage {
    width: 24rem;
    height: 24rem;
    right: 8%;
    top: 10%;
    background: rgba(224, 170, 255, 0.15);
}

.orb-terracotta {
    width: 18rem;
    height: 18rem;
    left: 4%;
    bottom: 10%;
    background: rgba(157, 78, 221, 0.2);
}

.contact-section {
    background: linear-gradient(180deg, rgba(11, 3, 26, 0.4), var(--footer-bg));
}
