/* Explain: Modern tech layout utilities with subtle blue accents */
.section-pad {
    padding-top: clamp(5.5rem, 10vw, 9rem);
    padding-bottom: clamp(5.5rem, 10vw, 9rem);
}

.hero-split {
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 249, 250, 0.85) 52%, rgba(13, 110, 253, 0.05) 100%);
}

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

.orb-sage {
    width: 32rem;
    height: 32rem;
    right: 0%;
    top: 0%;
    background: rgba(13, 110, 253, 0.15);
}

.orb-terracotta {
    width: 24rem;
    height: 24rem;
    left: -5%;
    bottom: 5%;
    background: rgba(13, 202, 240, 0.2);
}

.contact-section {
    background:
        radial-gradient(circle at 8% 16%, rgba(13, 110, 253, 0.04), transparent 30rem),
        linear-gradient(180deg, var(--background-color), var(--surface-color));
}
