﻿.pvpsunucusu-vds-html-page {
    background: transparent;
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    left: auto;
    right: auto;
    overflow-x: clip
}

#main-body .primary-content>.pvpsunucusu-vds-html-page {
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    left: auto;
    right: auto;
    overflow-x: clip
}

.pvpsunucusu-vds-html-page>section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.pvpsunucusu-vds-html-page .container {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

.pvpsunucusu-vds-html-page .section,.pvpsunucusu-vds-html-page>section {
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero {
    background: linear-gradient(180deg,#fff8f3 0%,#fffdfb 100%);
    padding: 64px 0 42px;
    position: relative;
    overflow: hidden
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/patterns/24.webp') center/cover no-repeat;
    opacity: .06;
    pointer-events: none
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1020px;
    margin: 0 auto
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__eyebrow {
    display: inline-block;
    color: #f28c28;
    font-weight: 700;
    font-size: 1.55rem;
    margin-bottom: 14px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero h1 {
    color: #202540;
    font-size: clamp(2.1rem,3vw,3.45rem);
    line-height: 1.12;
    margin-bottom: 14px;
    font-weight: 700
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__lead {
    max-width: 900px;
    margin: 0 auto;
    color: #5c6485;
    font-size: 1.08rem;
    line-height: 1.8
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__underline {
    display: block;
    width: 72px;
    height: 5px;
    border-radius: 999px;
    background: #f28c28;
    margin: 24px auto 28px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__pillbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 26px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__pillbar span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid rgba(242,140,40,.15);
    color: #232943;
    padding: 12px 16px;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(31,37,65,.05);
    font-weight: 600
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__pillbar i {
    color: #f28c28
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__links a {
    color: #303756;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__links a i {
    color: #f28c28
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__links a:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 22px;
    background: rgba(48,55,86,.12);
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-packages-strip {
    background: #eeedf3;
    padding: 30px 0 34px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-package-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 20px
}

.pvpsunucusu-vds-html-page .pvpkontrol-vds-package-card {
    background: #fff;
    border-radius: 24px;
    padding: 26px 24px;
    box-shadow: 0 16px 40px rgba(31,37,65,.06);
    position: relative
}

.pvpsunucusu-vds-html-page .pvpkontrol-vds-package-card--featured {
    border: 1.5px solid rgba(242,140,40,.34);
    box-shadow: 0 22px 46px rgba(242,140,40,.10)
}

.pvpsunucusu-vds-html-page .pvpkontrol-vds-package-card__badge {
    position: absolute;
    top: -14px;
    left: 20px;
    background: #f28c28;
    color: #fff;
    font-size: .88rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 4px 12px
}

.pvpsunucusu-vds-html-page .pvpkontrol-vds-package-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px
}

.pvpsunucusu-vds-html-page .pvpkontrol-vds-package-card h3 {
    color: #232943;
    font-size: 1.45rem;
    margin-bottom: 8px;
    font-weight: 700
}

.pvpsunucusu-vds-html-page .pvpkontrol-vds-package-card p {
    color: #5c6485;
    line-height: 1.65;
    margin-bottom: 0;
    font-size: .98rem
}

.pvpsunucusu-vds-html-page .pvpkontrol-vds-package-card__price {
    color: #f28c28;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap
}

.pvpsunucusu-vds-html-page .pvpkontrol-vds-package-card__price span {
    font-size: .95rem;
    color: #5c6485;
    font-weight: 600;
    margin-left: 2px
}

.pvpsunucusu-vds-html-page .pvpkontrol-vds-package-card__list {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    gap: 12px
}

.pvpsunucusu-vds-html-page .pvpkontrol-vds-package-card__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #303756;
    font-weight: 500
}

.pvpsunucusu-vds-html-page .pvpkontrol-vds-package-card__list i {
    color: #f28c28;
    font-size: 1rem
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-showcase {
    background: #fff;
    padding-top: 76px;
    padding-bottom: 80px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-visual-card {
    background: linear-gradient(180deg,rgba(255,248,243,.95) 0%,rgba(255,255,255,1) 100%);
    border-radius: 30px;
    min-height: 540px;
    position: relative;
    box-shadow: 0 28px 60px rgba(31,37,65,.08);
    overflow: hidden;
    padding: 38px 24px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-visual-card::before {
    content: '';
    position: absolute;
    inset: 18px;
    border-radius: 24px;
    border: 1px dashed rgba(242,140,40,.24);
    pointer-events: none
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-visual-card__glass {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 460px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-visual-card__image {
    display: block;
    width: min(88%,420px)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-floating {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 12px 16px;
    border-radius: 999px;
    box-shadow: 0 16px 34px rgba(31,37,65,.08);
    color: #232943;
    font-weight: 600;
    z-index: 2
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-floating i {
    color: #f28c28
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-floating--one {
    top: 38px;
    right: 30px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-floating--two {
    bottom: 124px;
    left: 24px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-floating--three {
    bottom: 44px;
    right: 26px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-section-head h2 {
    color: #232943;
    font-size: clamp(1.9rem,3vw,2.9rem);
    line-height: 1.14;
    margin-bottom: 12px;
    font-weight: 700
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-section-head p {
    color: #5c6485;
    font-size: 1.06rem;
    line-height: 1.75;
    margin-bottom: 0
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-section-head__eyebrow {
    display: inline-block;
    color: #f28c28;
    font-weight: 700;
    margin-bottom: 10px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-feature-stack {
    margin-top: 30px;
    display: grid;
    gap: 22px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-feature-row {
    display: flex;
    gap: 18px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-feature-row__line {
    width: 4px;
    border-radius: 999px;
    background: #b7bccd;
    flex: 0 0 4px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-feature-row.is-active .pvpsunucusu-vds-feature-row__line {
    background: #f28c28
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-feature-row h3 {
    font-size: 1.65rem;
    line-height: 1.18;
    margin-bottom: 8px;
    color: #5f6786;
    font-weight: 700
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-feature-row.is-active h3 {
    color: #f28c28
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-feature-row p {
    color: #5c6485;
    font-size: 1.02rem;
    line-height: 1.7;
    margin-bottom: 0
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-security {
    background: #fff8f3;
    padding-top: 74px;
    padding-bottom: 78px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-security__wrap {
    background: #fff;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 22px 54px rgba(31,37,65,.06)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-security__grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-security-card {
    background: #fff8f3;
    border: 1px solid rgba(242,140,40,.12);
    border-radius: 22px;
    padding: 24px;
    height: 100%
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-security-card__icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: rgba(242,140,40,.12);
    color: #f28c28;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 16px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-security-card h3 {
    color: #232943;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-security-card p {
    color: #5c6485;
    margin-bottom: 0;
    line-height: 1.68
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-benefits {
    background: #fff;
    padding-top: 76px;
    padding-bottom: 80px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-benefit-card {
    background: #fff8f3;
    border: 1px solid rgba(242,140,40,.12);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 16px 40px rgba(31,37,65,.05)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-benefit-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(242,140,40,.12);
    color: #f28c28;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    margin-bottom: 20px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-benefit-card h3 {
    color: #232943;
    font-size: 1.32rem;
    margin-bottom: 10px;
    font-weight: 700
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-benefit-card p {
    color: #5c6485;
    margin-bottom: 0;
    line-height: 1.72
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-cta {
    background: #eeedf3;
    padding-top: 0;
    padding-bottom: 84px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-cta__box {
    background: linear-gradient(135deg,#232943 0%,#11192f 100%);
    border-radius: 30px;
    padding: 40px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 0 24px 56px rgba(17,25,47,.22)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-cta__box h2 {
    color: #fff;
    font-size: clamp(1.7rem,2.4vw,2.5rem);
    line-height: 1.18;
    margin-bottom: 10px;
    font-weight: 700
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-cta__box p {
    color: rgba(255,255,255,.78);
    margin-bottom: 0;
    line-height: 1.8;
    max-width: 720px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-cta__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-cta__actions .btn-outline-secondary {
    border-color: rgba(255,255,255,.28);
    color: #fff
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-cta__actions .btn-outline-secondary:hover {
    background: #fff;
    color: #232943;
    border-color: #fff
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-faq {
    background: #fff;
    padding-top: 0;
    padding-bottom: 84px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-faq__accordion .accordion-item {
    border: 1px solid rgba(32,37,64,.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(31,37,65,.04)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-faq__accordion .accordion-item + .accordion-item {
    margin-top: 14px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-faq__accordion .accordion-button {
    font-weight: 700;
    color: #232943;
    padding: 20px 22px;
    box-shadow: none
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-faq__accordion .accordion-button:not(.collapsed) {
    background: #fff8f3;
    color: #f28c28
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-faq__accordion .accordion-body {
    color: #5c6485;
    line-height: 1.75;
    padding: 8px 21px 11px;
}

@media (max-width: 1199.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-package-grid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media (max-width: 991.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero {
        padding:50px 0 36px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-visual-card {
        min-height: auto
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-visual-card__glass {
        min-height: 360px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-floating--one {
        top: 20px;
        right: 20px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-floating--two {
        bottom: 100px;
        left: 18px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-floating--three {
        bottom: 26px;
        right: 18px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-feature-row h3 {
        font-size: 1.42rem
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-security__grid {
        grid-template-columns: 1fr 1fr
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-cta__box {
        padding: 34px 30px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 767.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__eyebrow {
        font-size:1.22rem
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__lead {
        font-size: .98rem
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__pillbar {
        gap: 10px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__pillbar span {
        width: 100%;
        justify-content: center
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__links {
        gap: 16px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-hero__links a:not(:last-child)::after {
        display: none
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-package-grid {
        grid-template-columns: 1fr
    }

    .pvpsunucusu-vds-html-page .pvpkontrol-vds-package-card {
        padding: 24px 20px
    }

    .pvpsunucusu-vds-html-page .pvpkontrol-vds-package-card__top {
        flex-direction: column
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-showcase {
        padding-top: 56px;
        padding-bottom: 60px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-visual-card {
        padding: 24px 16px 122px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-visual-card__glass {
        min-height: 280px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-floating {
        font-size: .9rem;
        padding: 10px 14px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-floating--one {
        top: 18px;
        right: 16px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-floating--two {
        left: 14px;
        bottom: 88px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-floating--three {
        right: 14px;
        bottom: 20px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-feature-row {
        gap: 12px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-feature-row h3 {
        font-size: 1.2rem
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-feature-row p {
        font-size: .96rem
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-security__wrap {
        padding: 24px 18px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-security__grid {
        grid-template-columns: 1fr
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-benefit-card {
        padding: 24px 20px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-cta {
        padding-bottom: 60px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-cta__box {
        padding: 28px 22px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-faq {
        padding-bottom: 60px
    }
}

#main-body .primary-content,#main-body .primary-content>.pvpsunucusu-vds-html-page,.pvpsunucusu-vds-html-page .section {
    box-sizing: border-box
}

#main-body .primary-content,#main-body .primary-content>.pvpsunucusu-vds-html-page,.pvpsunucusu-vds-html-page,.pvpsunucusu-vds-html-page>section {
    box-sizing: border-box
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-packages-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-packages-head h2 {
    color: #232943;
    font-size: clamp(1.9rem,2.6vw,3rem);
    line-height: 1.12;
    margin: 8px 0 10px;
    font-weight: 700
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-packages-head p {
    margin: 0;
    color: #5c6485;
    font-size: 1.03rem;
    line-height: 1.7;
    max-width: 760px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-package-grid--12 {
    grid-template-columns: repeat(4,minmax(0,1fr));
    align-items: stretch
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-package-grid--12 .pvpkontrol-vds-package-card {
    min-height: 100%
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-package-grid--12 .pvpkontrol-vds-package-card .btn {
    margin-top: auto
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-package-grid--12 .pvpkontrol-vds-package-card {
    display: flex;
    flex-direction: column
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-deploy-section {
    background: #fff;
    padding: 84px 0
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-feature-stack--compact {
    gap: 18px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card {
    background: linear-gradient(180deg,#06142d 0%,#031028 100%);
    border: 1px solid rgba(90,118,186,.22);
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(4,14,35,.18);
    overflow: hidden;
    position: relative
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(62,94,164,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(62,94,164,.12) 1px,transparent 1px);
    background-size: 38px 38px;
    pointer-events: none
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card__top,.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card__body {
    position: relative;
    z-index: 1
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card__top {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(90,118,186,.18)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card__lights {
    display: flex;
    gap: 8px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card__lights span {
    width: 11px;
    height: 11px;
    border-radius: 50%
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card__lights span:nth-child(1) {
    background: #ff6b63
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card__lights span:nth-child(2) {
    background: #ffc647
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card__lights span:nth-child(3) {
    background: #39d17d
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card__title {
    flex: 1 1 auto;
    min-width: 0;
    color: #f2f6ff;
    font-size: .95rem;
    letter-spacing: .08em;
    padding: 10px 14px;
    border-radius: 16px;
    border: 1px solid rgba(76,105,172,.32);
    background: rgba(5,19,45,.65);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card__status {
    white-space: nowrap;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(242,140,40,.35);
    color: #ff855f;
    background: rgba(95,26,26,.25);
    font-weight: 700;
    font-size: .88rem;
    letter-spacing: .06em
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card__body {
    display: grid;
    grid-template-columns: 250px minmax(0,1fr) 210px;
    gap: 18px;
    padding: 22px 20px 20px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-label {
    color: #9fb4e7;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-bottom: 14px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-step {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(72,102,168,.16)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-step:last-child {
    border-bottom: none
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-step__index {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(6,24,57,.88);
    border: 1px solid rgba(76,105,172,.22);
    color: #8ea6dc
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-step.is-active .pvpsunucusu-deploy-step__index {
    color: #42e38d;
    border-color: rgba(66,227,141,.28);
    box-shadow: 0 0 0 3px rgba(66,227,141,.08)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-step strong,.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-stats article strong,.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-server strong {
    display: block;
    color: #f1f6ff;
    font-weight: 700
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-step small,.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-stats article span,.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-server small {
    color: #8ea0c8;
    font-size: .94rem;
    line-height: 1.6
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-terminal {
    min-width: 0
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-code {
    min-height: 260px;
    max-height: 260px;
    overflow: auto;
    color: #c6ffd7;
    font-family: ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
    font-size: .93rem;
    line-height: 1.85;
    padding-right: 8px;
    margin-bottom: 22px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-code>div:nth-child(odd) {
    color: #85fff2
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-progress__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-progress__meta span,.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-progress__meta strong {
    color: #f2f6ff;
    font-weight: 700;
    font-size: .92rem
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-progress__bar {
    height: 8px;
    border-radius: 999px;
    background: rgba(64,86,140,.26);
    overflow: hidden
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-progress__bar span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg,#ff7b6b 0%,#f9c834 45%,#42e38d 100%);
    transition: width .8s ease
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-stats__grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
    margin-bottom: 14px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-stats article,.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-server {
    background: rgba(6,24,57,.82);
    border: 1px solid rgba(76,105,172,.22);
    border-radius: 20px;
    padding: 14px 14px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-deploy-server {
    min-height: 96px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-section {
    background: #fff8f3;
    padding: 82px 0
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid rgba(242,140,40,.18);
    border-radius: 999px;
    font-weight: 600;
    color: #232943;
    box-shadow: 0 10px 24px rgba(31,37,65,.05)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-chip i {
    color: #f28c28
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-card {
    background: linear-gradient(180deg,#202944 0%,#10182f 100%);
    border-radius: 30px;
    padding: 24px;
    box-shadow: 0 30px 60px rgba(17,25,47,.22);
    color: #fff
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-card__title strong {
    display: block;
    font-size: 1.15rem
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-card__title span {
    display: block;
    color: rgba(255,255,255,.66);
    font-size: .9rem;
    margin-top: 2px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-card__badge {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    font-size: .88rem;
    font-weight: 700
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-hero {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 18px;
    margin-bottom: 16px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-service strong {
    font-size: 1.02rem
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-service span {
    color: rgba(255,255,255,.72)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-actions {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-actions button {
    appearance: none;
    border: none;
    border-radius: 16px;
    background: rgba(255,255,255,.08);
    color: #fff;
    padding: 14px 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-actions button.is-primary {
    background: #f28c28;
    color: #fff
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
    margin-bottom: 16px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-grid article,.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-stack article {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 14px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-grid article span,.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-stack article span {
    display: block;
    color: rgba(255,255,255,.62);
    font-size: .84rem;
    margin-bottom: 4px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-grid article strong,.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-stack article strong {
    display: block;
    color: #fff;
    font-weight: 700
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-lower {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 12px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-queue,.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-stack {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    padding: 16px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-queue ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-queue li {
    color: rgba(255,255,255,.86);
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-queue li i {
    color: #f28c28
}

.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-stack {
    display: grid;
    gap: 10px
}

@media (max-width: 1199.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-package-grid--12 {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card__body {
        grid-template-columns: 220px minmax(0,1fr) 190px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media (max-width: 991.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-packages-head {
        flex-direction:column;
        align-items: flex-start
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-package-grid--12 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-deploy-card__body {
        grid-template-columns: 1fr
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-lower {
        grid-template-columns: 1fr
    }
}

@media (max-width: 767.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-package-grid--12,.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-grid,.pvpsunucusu-vds-html-page .pvpsunucusu-control-panel-actions {
        grid-template-columns:1fr
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-deploy-code {
        min-height: 210px;
        max-height: 210px
    }
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-gallery-section {
    background: #f6f7fb;
    padding: 86px 0
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel {
    background: linear-gradient(180deg,#0d1b38 0%,#071229 100%);
    border: 1px solid rgba(61,88,146,.18);
    border-radius: 34px;
    padding: 24px;
    box-shadow: 0 30px 60px rgba(17,25,47,.16);
    overflow: hidden
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__title strong {
    display: block;
    font-size: 1.12rem;
    color: #fff
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__title span {
    display: block;
    margin-top: 4px;
    font-size: .92rem;
    color: rgba(255,255,255,.64)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__counter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-weight: 700
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__shell {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    gap: 18px;
    align-items: center
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__nav {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    transition: all .2s ease
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__nav:hover {
    background: #f28c28;
    border-color: #f28c28;
    color: #fff
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__viewport {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__track {
    display: flex;
    transition: transform .38s ease;
    will-change: transform
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__slide {
    min-width: 100%;
    margin: 0;
    padding: 18px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__slide img {
    width: 100%;
    display: block;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background: #0b152c;
    object-fit: cover;
    aspect-ratio: 16 / 9
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__slide figcaption {
    padding-top: 14px;
    color: rgba(255,255,255,.82);
    font-weight: 600;
    text-align: center
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 18px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumb {
    appearance: none;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.04);
    color: rgba(255,255,255,.72);
    border-radius: 999px;
    padding: 11px 18px;
    font-weight: 700;
    transition: all .2s ease
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumb.is-active,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumb:hover {
    border-color: #f28c28;
    background: #f28c28;
    color: #fff
}

@media (max-width: 991.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__shell {
        grid-template-columns:1fr
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__nav {
        width: 52px;
        height: 52px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__nav.is-prev {
        order: 2;
        justify-self: start
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__nav.is-next {
        order: 3;
        justify-self: end;
        margin-top: -52px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__viewport {
        order: 1
    }
}

@media (max-width: 767.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-gallery-section {
        padding:70px 0
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel {
        padding: 18px;
        border-radius: 24px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__top {
        flex-direction: column;
        align-items: flex-start
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__slide {
        padding: 12px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumbs {
        justify-content: flex-start
    }
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-gallery-section {
    background: #f6f7fb;
    padding: 86px 0
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor {
    background: linear-gradient(180deg,#0d1b38 0%,#071229 100%);
    border: 1px solid rgba(61,88,146,.18);
    border-radius: 34px;
    padding: 24px 24px 28px;
    box-shadow: 0 30px 60px rgba(17,25,47,.16);
    overflow: hidden
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__title strong {
    display: block;
    font-size: 1.12rem;
    color: #fff
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__title span {
    display: block;
    margin-top: 4px;
    font-size: .92rem;
    color: rgba(255,255,255,.64)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__counter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-weight: 700
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__shell {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    gap: 22px;
    align-items: center
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__nav {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    transition: all .2s ease;
    flex: 0 0 56px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__nav:hover {
    background: #f28c28;
    border-color: #f28c28;
    color: #fff
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor {
    position: relative;
    padding: 16px 16px 0
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,.02) 100%);
    border: 1px solid rgba(255,255,255,.1);
    pointer-events: none
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__camera {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    width: 72px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    z-index: 2
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__camera::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
    box-shadow: 0 0 0 4px rgba(255,255,255,.04)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__viewport {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.08);
    background: #0b152c;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.03)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__track {
    display: flex;
    transition: transform .45s ease;
    will-change: transform
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide {
    min-width: 100%;
    margin: 0;
    padding: 16px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide img {
    width: 100%;
    display: block;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background: #0b152c;
    object-fit: cover;
    aspect-ratio: 16 / 9
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide figcaption {
    padding-top: 12px;
    color: rgba(255,255,255,.82);
    font-weight: 600;
    text-align: center
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__stand {
    position: relative;
    z-index: 1;
    width: 110px;
    height: 18px;
    margin: 0 auto;
    background: linear-gradient(180deg,#16284f 0%,#0b1630 100%);
    border-radius: 0 0 14px 14px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__base {
    position: relative;
    z-index: 1;
    width: 220px;
    height: 18px;
    margin: 8px auto 0;
    background: linear-gradient(180deg,#1a2b52 0%,#0b1630 100%);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(3,16,40,.28)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumbs {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,138px));
    justify-content: center;
    gap: 10px;
    margin-top: 16px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumb {
    appearance: none;
    border: 1px solid rgba(10,24,52,.14);
    background: linear-gradient(180deg,#15284c 0%,#0c1833 100%);
    color: #eaf1ff;
    border-radius: 14px;
    padding: 8px;
    text-align: left;
    transition: all .2s ease;
    box-shadow: 0 8px 18px rgba(8,18,40,.16)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumb-media {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.10);
    background: #0b152c;
    margin-bottom: 6px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumb-media img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 8.8;
    object-fit: cover
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumb-label {
    display: block;
    font-weight: 700;
    color: #eef4ff;
    text-align: center;
    font-size: .82rem;
    line-height: 1.2;
    letter-spacing: .01em
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumb.is-active,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumb:hover {
    border-color: #f28c28;
    background: linear-gradient(180deg,#1a3058 0%,#102040 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(242,140,40,.14)
}

@media (max-width: 991.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__shell {
        grid-template-columns:1fr
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__nav {
        width: 52px;
        height: 52px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__nav.is-prev {
        order: 2;
        justify-self: start
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__nav.is-next {
        order: 3;
        justify-self: end;
        margin-top: -52px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumbs {
        grid-template-columns: repeat(2,minmax(0,132px));
        justify-content: center
    }
}

@media (max-width: 767.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-gallery-section {
        padding:70px 0
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor {
        padding: 18px;
        border-radius: 24px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__top {
        flex-direction: column;
        align-items: flex-start
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide {
        padding: 12px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumbs {
        grid-template-columns: repeat(2,minmax(0,118px));
        justify-content: center;
        gap: 8px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__base {
        width: 150px
    }
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumb.is-window-hidden {
    display: none !important
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-gallery-section {
    background: transparent;
    padding: 76px 0 82px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor {
    background: #ffffff;
    border: 1px solid rgba(15,32,74,.08);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 18px 46px rgba(27,39,69,.08);
    overflow: visible
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__top {
    margin-bottom: 20px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__title strong {
    color: #20264b
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__title span {
    color: #6f7692
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__counter {
    background: #f8f9fd;
    border: 1px solid rgba(15,32,74,.08);
    color: #20264b
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__shell {
    gap: 18px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__nav {
    border: 1px solid rgba(15,32,74,.10);
    background: #f8f9fd;
    color: #20264b;
    box-shadow: none
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__nav:hover {
    background: #f28c28;
    border-color: #f28c28;
    color: #fff
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor {
    position: relative;
    padding: 0
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor::before,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__camera,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__stand,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__base {
    display: none !important
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__viewport {
    z-index: 1;
    border-radius: 24px;
    border: 1px solid rgba(15,32,74,.08);
    background: #f7f8fc;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.65)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide {
    padding: 14px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide img {
    border-radius: 18px;
    border: 1px solid rgba(15,32,74,.08);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(22,32,68,.06)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide figcaption {
    color: #20264b
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumbs {
    margin-top: 18px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumb {
    border: 1px solid rgba(15,32,74,.08);
    background: #f8f9fd;
    color: #475071
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumb-media {
    border: 1px solid rgba(15,32,74,.08);
    background: #ffffff
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumb.is-active,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumb:hover {
    border-color: rgba(242,140,40,.42);
    background: #fff4e8;
    color: #20264b;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(242,140,40,.14)
}

@media (max-width: 767.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-gallery-section {
        padding:62px 0 70px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor {
        padding: 18px;
        border-radius: 22px
    }
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-gallery-section {
    background: transparent;
    padding: 82px 0 88px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor {
    position: relative;
    background: linear-gradient(180deg,#0f2146 0%,#08142d 100%);
    border: 1px solid rgba(28,52,99,.55);
    border-radius: 34px;
    padding: 26px 24px 30px;
    box-shadow: 0 28px 52px rgba(10,19,40,.16);
    overflow: hidden
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(92,120,178,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(92,120,178,.10) 1px,transparent 1px),radial-gradient(circle at top center,rgba(49,92,187,.22),transparent 36%);
    background-size: 46px 46px,46px 46px,100% 100%;
    pointer-events: none
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__top,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__shell,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumbs {
    position: relative;
    z-index: 1
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__title strong {
    color: #fff
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__title span {
    color: rgba(232,238,255,.72)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__counter {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__shell {
    gap: 22px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__nav {
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.05);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__nav:hover {
    background: #f28c28;
    border-color: #f28c28;
    color: #fff;
    box-shadow: 0 10px 22px rgba(242,140,40,.28)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor {
    position: relative;
    padding: 16px 16px 0
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,.02) 100%);
    border: 1px solid rgba(255,255,255,.09);
    pointer-events: none
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__camera,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__stand,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__base {
    display: block !important
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__camera {
    position: absolute;
    left: 50%;
    top: 11px;
    transform: translateX(-50%);
    width: 82px;
    height: 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    z-index: 2
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__camera::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.36);
    box-shadow: 0 0 0 4px rgba(255,255,255,.04)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__viewport {
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.10);
    background: #0b152c;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.03)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide {
    padding: 16px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide img {
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background: #0b152c;
    box-shadow: none
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide figcaption {
    color: rgba(255,255,255,.86)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__stand {
    position: relative;
    z-index: 1;
    width: 112px;
    height: 18px;
    margin: 0 auto;
    background: linear-gradient(180deg,#1b2e59 0%,#0b1733 100%);
    border-radius: 0 0 14px 14px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__base {
    position: relative;
    z-index: 1;
    width: 224px;
    height: 18px;
    margin: 8px auto 0;
    background: linear-gradient(180deg,#233866 0%,#0c1834 100%);
    border-radius: 999px;
    box-shadow: 0 14px 26px rgba(4,11,28,.26)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumb {
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.04);
    color: rgba(255,255,255,.74)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumb-media {
    border: 1px solid rgba(255,255,255,.08);
    background: #0b152c
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumb.is-active,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumb:hover {
    border-color: rgba(242,140,40,.56);
    background: rgba(242,140,40,.15);
    color: #fff;
    box-shadow: 0 12px 22px rgba(242,140,40,.18)
}

@media (max-width: 767.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-gallery-section {
        padding:70px 0 74px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor {
        padding: 18px;
        border-radius: 24px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__base {
        width: 154px
    }
}

.pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-gallery-section {
    background: transparent;
    padding: 62px 0 70px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 0 14px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor::before {
    display: none
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__top,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumbs {
    position: relative;
    z-index: 1
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__top {
    margin-bottom: 14px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__title strong {
    color: #1e2746
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__counter {
    min-width: 94px;
    justify-content: center;
    background: rgba(242,140,40,.10);
    border: 1px solid rgba(242,140,40,.28);
    color: #f28c28;
    box-shadow: none
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__shell {
    gap: 18px;
    align-items: center
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__nav {
    width: 58px;
    height: 58px;
    border: 1px solid #f28c28;
    background: #f28c28;
    color: #fff;
    box-shadow: 0 14px 26px rgba(242,140,40,.22)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__nav:hover {
    background: #e57e19;
    border-color: #e57e19;
    color: #fff;
    box-shadow: 0 16px 28px rgba(229,126,25,.28)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor {
    padding: 14px 14px 0
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor::before {
    inset: 0;
    border-radius: 26px;
    background: linear-gradient(180deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.015) 100%);
    border: 1px solid rgba(255,255,255,.08)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__camera {
    top: 9px;
    width: 74px;
    height: 10px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__viewport {
    border-radius: 22px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide {
    padding: 12px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide img {
    width: 100%;
    height: clamp(260px,35vw,440px);
    max-height: 440px;
    object-fit: contain;
    object-position: center center;
    background: #0b152c;
    border-radius: 16px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide figcaption {
    padding-top: 12px;
    color: rgba(255,255,255,.9)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__stand {
    width: 92px;
    height: 14px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__base {
    width: 184px;
    height: 14px;
    margin-top: 7px;
    box-shadow: 0 12px 22px rgba(4,11,28,.18)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumbs {
    gap: 10px;
    margin-top: 12px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumb {
    min-width: 0;
    padding: 8px 10px;
    border-radius: 16px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumb-media {
    aspect-ratio: 16 / 9
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumb-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumb-label {
    font-size: .82rem;
    line-height: 1.2
}

@media (max-width: 1199.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor {
        max-width:980px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide img {
        height: clamp(230px,42vw,380px)
    }
}

@media (max-width: 991.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-gallery-section {
        padding:52px 0 60px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor {
        max-width: 100%
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__shell {
        gap: 12px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__nav {
        width: 52px;
        height: 52px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide img {
        height: clamp(210px,52vw,330px)
    }
}

@media (max-width: 767.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-vds-panel-gallery-section {
        padding:44px 0 54px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__top {
        gap: 10px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__counter {
        min-width: 82px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor {
        padding: 12px 12px 0
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__base {
        width: 138px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide img {
        height: clamp(170px,58vw,250px)
    }
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor {
    max-width: 1240px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__shell {
    gap: 22px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor {
    padding: 16px 16px 0
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide {
    padding: 14px;
    cursor: zoom-in
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide img {
    height: clamp(360px,44vw,560px);
    max-height: 560px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__stand {
    width: 102px;
    height: 15px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-monitor__base {
    width: 204px;
    height: 15px
}

.pvpsunucusu-panel-lightbox-open {
    overflow: hidden
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 34px;
    background: rgba(7,11,24,.86);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox.is-open {
    opacity: 1;
    pointer-events: auto
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__dialog {
    width: min(1280px,calc(100vw - 220px));
    max-height: calc(100vh - 68px);
    display: flex;
    flex-direction: column;
    border-radius: 28px;
    padding: 18px 18px 20px;
    background: linear-gradient(180deg,#081631 0%,#071327 100%);
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 32px 80px rgba(0,0,0,.45)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__counter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 100px;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(242,140,40,.12);
    border: 1px solid rgba(242,140,40,.35);
    color: #f9ad59;
    font-weight: 700;
    letter-spacing: .08em
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__media {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    overflow: hidden;
    background: #091b37;
    border: 1px solid rgba(255,255,255,.08)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__media img {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 210px);
    object-fit: contain;
    display: block
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__caption {
    padding-top: 14px;
    text-align: center;
    color: rgba(255,255,255,.92);
    font-size: 1rem;
    font-weight: 600
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__nav,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__close {
    border: 0;
    cursor: pointer
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__nav {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg,#f7a042 0%,#f28c28 100%);
    color: #fff;
    box-shadow: 0 18px 34px rgba(242,140,40,.26);
    flex: 0 0 auto
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__nav:hover {
    background: linear-gradient(180deg,#ffab50 0%,#ef7e13 100%)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__close {
    position: absolute;
    top: 24px;
    right: 28px;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.1);
    color: #fff;
    backdrop-filter: blur(10px)
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__close:hover {
    background: rgba(255,255,255,.18)
}

@media (max-width: 1199.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor {
        max-width:1120px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide img {
        height: clamp(320px,48vw,500px)
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__dialog {
        width: min(1100px,calc(100vw - 140px))
    }
}

@media (max-width: 991.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide img {
        height:clamp(280px,56vw,420px)
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox {
        padding: 18px;
        gap: 12px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__dialog {
        width: min(100%,calc(100vw - 36px));
        max-height: calc(100vh - 36px);
        padding: 14px 14px 16px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__nav {
        width: 54px;
        height: 54px;
        border-radius: 18px
    }
}

@media (max-width: 767.98px) {
    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor {
        max-width:100%
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__shell {
        gap: 12px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__slide img {
        height: clamp(220px,64vw,320px)
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__close {
        top: 14px;
        right: 14px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__nav {
        position: fixed;
        bottom: 16px;
        z-index: 2
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__nav.is-prev {
        left: 16px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__nav.is-next {
        right: 16px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__dialog {
        width: calc(100vw - 18px);
        max-height: calc(100vh - 96px);
        padding: 12px 12px 18px
    }

    .pvpsunucusu-vds-html-page .pvpsunucusu-panel-lightbox__media img {
        max-height: calc(100vh - 200px)
    }
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel__thumb-label {
    color: #2b314d !important
}

.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumb,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumb.is-active,.pvpsunucusu-vds-html-page .pvpsunucusu-panel-carousel--monitor .pvpsunucusu-panel-carousel__thumb:hover {
    color: #2b314d !important
}
