/* VPS Hero — template-parts/vps/vps-hero.php */

.dcx-vps-hero {
    padding: 130px 0 0;
}

.dcx-hero-block {
    max-width: 1068px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.dcx-hero-loc {
    display: flex;
    justify-content: center;
    margin: 0;
}

.dcx-hero-loc__pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
    min-height: 24px;
    border-radius: 999px;
}

.dcx-hero-loc__pill svg {
    width: 19px;
    height: 24px;
    flex: 0 0 auto;
}

.dcx-hero-loc__text {
    color: #1d293d;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.dcx-hero-title {
    font-size: clamp(36px, 4.2vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 0;
}

.dcx-hero-title__line--top {
    color: #0f0f0f;
    font-weight: 700;
}

.dcx-hero-title__line--bottom {
    font-weight: 800;
    background: linear-gradient(88deg, #b10d28 0.47%, #ed1a3b 98.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.dcx-hero-specs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.dcx-hero-specs__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.dcx-hero-spec {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 7px 20px;
    border-radius: 999px;
    background: rgba(237, 26, 59, 0.1);
    color: #0f172b;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    white-space: nowrap;
}

.dcx-hero-spec svg {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.dcx-ico-accent {
    stroke: #ed1a3b;
}

.dcx-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.dcx-hero-benefit {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #1d293d;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
}

.dcx-hero-benefit__check {
    color: #00bc7d;
    font-weight: 700;
}

@media (max-width: 768px) {
    .dcx-vps-hero {
        padding-top: 100px;
    }

    .dcx-hero-block {
        gap: 24px;
    }

    .dcx-hero-loc__text {
        font-size: 16px;
        line-height: 18px;
    }

    .dcx-hero-title__line {
        font-size: clamp(30px, 9vw, 42px);
        line-height: 1.08;
    }

    .dcx-hero-specs__row {
        gap: 12px;
    }

    .dcx-hero-spec {
        font-size: 15px;
        line-height: 20px;
        padding: 7px 16px;
    }

    .dcx-hero-benefit {
        font-size: 14px;
        line-height: 14px;
    }
}
