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

.hero-split {
    background: linear-gradient(115deg, #FFFFFF 0%, #F8FAFC 60%, #E2E8F0 100%);
}

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

.orb-sage {
    width: 30rem;
    height: 30rem;
    right: -5%;
    top: -5%;
    background: rgba(22, 163, 74, 0.1);
}

.orb-terracotta {
    width: 25rem;
    height: 25rem;
    left: -5%;
    bottom: -5%;
    background: rgba(11, 43, 92, 0.08);
}
