.builder-hero {
    position: relative;
    isolation: isolate;
    min-height: 285px;
    display: grid;
    place-content: center;
    padding: 62px 24px 52px;
    overflow: hidden;
    background: #05050c url("../images/builder-background.png") center / cover no-repeat;
}

.builder-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(180deg, #05050c33 0%, #05050c12 52%, #05050ce8 100%),
        radial-gradient(circle at 50% 48%, transparent 0%, #05050c22 48%, #05050c66 100%);
}

.builder-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 35px;
    background: linear-gradient(180deg, transparent, #fff);
}

.builder-hero h1 {
    text-shadow: 0 5px 24px #000;
}

.builder-hero p {
    color: #d9d3e2;
    text-shadow: 0 2px 12px #000;
}

@media (max-width: 760px) {
    .builder-hero {
        min-height: 245px;
        background-position: center;
    }
}

.service-value {
    min-width: 120px;
    text-align: right;
}

.service-value output,
.service-value small {
    display: block;
}

.service-value small {
    max-width: 120px;
    margin-top: 2px;
    color: #817a8b;
    font-size: 7px;
}

.scope-badge {
    display: inline-flex;
    margin-top: 7px;
    padding: 4px 7px;
    border-radius: 20px;
    background: color-mix(in srgb, var(--service) 11%, white);
    color: var(--service);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .6px;
}

.monthly-calculation {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 9px 10px;
    border: 1px solid color-mix(in srgb, var(--service) 16%, #e5e1e9);
    border-radius: 9px;
    background: color-mix(in srgb, var(--service) 5%, white);
    color: #5f5869;
    font-size: 8px;
}

.monthly-calculation svg {
    width: 13px;
    color: var(--service);
}
