.service-hero--hosting::before {
    background:
        radial-gradient(circle at 16% 12%, rgba(255,45,125,0.18), transparent 34%),
        radial-gradient(circle at 88% 32%, rgba(184,255,61,0.08), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,0.045), transparent 44%);
}

.server-card-list {
    display: grid;
    gap: 20px;
    margin-top: 34px;
}

.server-config-card {
    width: min(80%, 1180px);
    min-height: 132px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 12px minmax(270px, .9fr) minmax(360px, 1.15fr) minmax(178px, .42fr);
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.13);
    background: linear-gradient(145deg, rgba(255,255,255,0.085), rgba(255,255,255,0.034));
    box-shadow: 0 25px 80px rgba(0,0,0,0.28);
}

.server-config-card__bar {
    background: linear-gradient(180deg, var(--uc-page-pink), #7e2dff);
}

.server-config-card--lime .server-config-card__bar { background: linear-gradient(180deg, var(--uc-page-lime), var(--uc-page-pink)); }
.server-config-card--violet .server-config-card__bar { background: linear-gradient(180deg, #7e2dff, var(--uc-page-pink)); }
.server-config-card--blue .server-config-card__bar { background: linear-gradient(180deg, #38bdf8, var(--uc-page-pink)); }

.server-config-card__intro {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 18px;
    align-items: center;
    padding: 20px 22px;
    border-right: 1px solid rgba(255,255,255,0.08);
}

.server-config-card__intro img {
    width: 110px;
    height: 82px;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.11);
}

.server-config-card__intro h3 {
    margin-top: 10px;
    font-size: clamp(1.18rem, 1.55vw, 1.58rem);
}

.server-config-card__intro p {
    margin-top: 8px;
    color: var(--uc-page-muted);
    font-size: .93rem;
    line-height: 1.48;
}

.server-spec-wireframe {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-content: center;
    padding: 18px;
    background: rgba(0,0,0,0.10);
}

.server-spec {
    display: grid;
    grid-template-columns: 38px 1fr;
    column-gap: 10px;
    row-gap: 2px;
    align-items: center;
    min-height: 52px;
    padding: 10px 12px;
    border-radius: 15px;
    border: 1px dashed rgba(255,255,255,0.18);
    background: rgba(5,8,19,0.44);
}

.server-spec__icon {
    grid-row: span 2;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--uc-page-pink);
    border: 1px solid rgba(255,45,125,0.28);
    background: rgba(255,45,125,0.10);
}

.server-spec__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.server-spec__label {
    color: rgba(255,255,255,0.55);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 900;
}

.server-spec strong {
    color: #fff;
    font-size: .92rem;
}

.server-config-card__price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 20px 20px 20px 22px;
    border-left: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.035);
}

.server-config-card__price span {
    color: var(--uc-page-muted);
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.server-config-card__price strong {
    font-size: clamp(1.65rem, 2vw, 2.2rem);
    color: #fff;
    line-height: 1;
}

.server-config-card__price small {
    color: var(--uc-page-muted);
}

.server-config-card__price .btn {
    margin-top: 8px;
    width: 100%;
    justify-content: center;
}

.server-design-grid .option-stack > div:nth-child(2) strong { background: var(--uc-page-pink); color: #fff; }
.server-design-grid .option-stack > div:nth-child(3) strong { background: #7e2dff; color: #fff; }

.hosting-slider-shell {
    margin-top: 32px;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 32px;
    padding: clamp(22px, 3vw, 36px);
    background: linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.03));
    box-shadow: 0 25px 80px rgba(0,0,0,0.28);
}

.hosting-slider-control label {
    display: block;
    color: #fff;
    font-weight: 900;
    margin-bottom: 14px;
}

.hosting-slider-control input[type="range"] {
    width: 100%;
    accent-color: var(--uc-page-pink);
}

.hosting-slider-labels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 8px;
    color: var(--uc-page-muted);
    font-size: .85rem;
    font-weight: 850;
}

.hosting-slider-labels span:nth-child(n+2) { text-align: center; }
.hosting-slider-labels span:last-child { text-align: right; }

.hosting-plan-stage {
    display: grid;
    grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
    gap: 20px;
    margin-top: 26px;
    align-items: stretch;
}

.hosting-plan-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px;
    border-radius: 26px;
    border: 1px solid rgba(255,45,125,0.25);
    background: radial-gradient(circle at 20% 0%, rgba(255,45,125,0.22), transparent 42%), rgba(6,8,18,0.82);
}

.hosting-plan-summary h3 {
    margin-top: 14px;
    font-size: clamp(1.5rem, 2vw, 2.2rem);
}

.hosting-plan-summary p {
    margin-top: 12px;
    color: var(--uc-page-muted);
}

.hosting-plan-summary__price {
    margin-top: auto;
    padding-top: 22px;
}

.hosting-plan-summary__price strong {
    display: block;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: .95;
}

.hosting-plan-summary__price span {
    color: var(--uc-page-muted);
}

.hosting-plan-summary .btn {
    margin-top: 18px;
    width: 100%;
    justify-content: center;
}

.hosting-plan-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hosting-plan-card {
    text-align: left;
    min-height: 176px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 22px;
    padding: 20px;
    color: #fff;
    background: rgba(255,255,255,0.045);
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.hosting-plan-card:hover,
.hosting-plan-card.is-active {
    transform: translateY(-4px);
    border-color: rgba(255,45,125,0.55);
    background: linear-gradient(145deg, rgba(255,45,125,0.16), rgba(255,255,255,0.052));
}

.hosting-plan-card span,
.hosting-plan-card small {
    display: block;
    color: var(--uc-page-muted);
}

.hosting-plan-card strong {
    display: block;
    margin-top: 14px;
    font-size: 1.22rem;
}

.hosting-plan-card em {
    display: block;
    margin-top: 14px;
    color: var(--uc-page-lime);
    font-size: 1.55rem;
    font-style: normal;
    font-weight: 950;
}

.hosting-plan-card small {
    margin-top: 10px;
}

.hosting-platform-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.platform-card {
    padding: 28px;
}

.platform-card__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(255,45,125,0.16);
    color: var(--uc-page-pink);
    border: 1px solid rgba(255,45,125,0.32);
    font-size: 1.5rem;
}

.platform-card h3 { margin-top: 20px; }
.platform-card p { margin-top: 10px; color: var(--uc-page-muted); }

@media (max-width: 1200px) {
    .server-config-card {
        width: 100%;
        grid-template-columns: 10px 1fr;
    }
    .server-config-card__intro,
    .server-spec-wireframe,
    .server-config-card__price {
        grid-column: 2;
    }
    .server-spec-wireframe { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .server-config-card__price {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,0.08);
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .server-config-card__price .btn { width: auto; min-width: 160px; }
}

@media (max-width: 920px) {
    .hosting-plan-stage,
    .hosting-platform-grid { grid-template-columns: 1fr; }
    .hosting-plan-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .server-spec-wireframe { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    .server-config-card__intro { grid-template-columns: 1fr; }
    .server-config-card__intro img { width: 100%; height: auto; max-height: 190px; }
    .server-spec-wireframe,
    .hosting-plan-cards { grid-template-columns: 1fr; }
    .server-config-card__price { flex-direction: column; align-items: flex-start; }
    .server-config-card__price .btn { width: 100%; }
    .hosting-slider-labels { font-size: .72rem; }
}

/* UnixCloud dedicated catalogue filters */
.server-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px auto;
    max-width: 1180px;
}
.server-filter-bar a {
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    padding: 10px 14px;
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,.055);
    font-weight: 850;
    transition: .18s ease;
}
.server-filter-bar a:hover,
.server-filter-bar a.is-active {
    background: var(--uc-page-pink);
    border-color: var(--uc-page-pink);
    color: #fff;
}
.config-alert {
    width: min(1180px, 100%);
    margin: 20px auto;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.055);
    border-radius: 18px;
    padding: 16px 18px;
    color: #fff;
}
.config-alert--danger { border-color: rgba(255,45,125,.4); background: rgba(255,45,125,.12); }
.server-config-card__intro small { display:block; color: var(--uc-page-muted); margin-top: 8px; }
.server-config-card__price strong { white-space: nowrap; }
@media (max-width: 760px) { .server-config-card__price strong { white-space: normal; } }
