/* Metin2 Cross Platform: mevcut oyun sayfası bileşenleri üzerine dar kapsamlı ek düzenler. */
.m2cp-page {
    overflow-x: clip;
}

.m2cp-page .pvpsunucusu-vds-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.m2cp-page .pvpsunucusu-vds-hero__eyebrow i {
    color: #f28c28;
}

.m2cp-page .pvpsunucusu-vds-hero__cta .hosting-consult-cta,
.m2cp-page .pvpsunucusu-vds-cta__actions .hosting-consult-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.m2cp-page .pvpsunucusu-vds-hero__cta .hosting-consult-cta i,
.m2cp-page .pvpsunucusu-vds-cta__actions .hosting-consult-cta i {
    font-size: 1.05em;
}

.m2cp-page .m2cp-hero-visual {
    position: relative;
    min-height: 470px;
    border-radius: 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 26%, rgba(242, 140, 40, .34), transparent 31%),
        radial-gradient(circle at 78% 72%, rgba(112, 123, 181, .26), transparent 36%),
        linear-gradient(145deg, #2c314e 0%, #161c37 100%);
    box-shadow: 0 24px 56px rgba(31, 37, 65, .17);
    isolation: isolate;
}

.m2cp-page .m2cp-hero-visual::before,
.m2cp-page .m2cp-hero-visual::after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.m2cp-page .m2cp-hero-visual::before {
    inset: 18px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 23px;
}

.m2cp-page .m2cp-hero-visual::after {
    right: -94px;
    bottom: -108px;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(255, 255, 255, .035), 0 0 0 86px rgba(255, 255, 255, .025);
}



/* Hero alanında yalnızca tek Cross Platform görseli kullanılır. */
.m2cp-page .m2cp-hero-visual--single {
    display: block;
    min-height: 0;
    background: #1c2240;
}

.m2cp-page .m2cp-hero-visual--single::before,
.m2cp-page .m2cp-hero-visual--single::after {
    display: none;
}

.m2cp-page .m2cp-hero-visual--single .m2cp-hero-visual__image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
}

.m2cp-page .m2cp-hero-visual__glow {
    position: absolute;
    left: 16%;
    top: 15%;
    z-index: -1;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    background: rgba(242, 140, 40, .22);
    filter: blur(34px);
}

.m2cp-page .m2cp-device {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .42);
    background: #0e1430;
    box-shadow: 0 19px 36px rgba(4, 8, 24, .45);
}

.m2cp-page .m2cp-device img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    opacity: .93;
}

.m2cp-page .m2cp-device--desktop {
    left: 8%;
    top: 13%;
    width: 64%;
    aspect-ratio: 16 / 10;
    padding: 18px 8px 13px;
    border-radius: 13px;
    transform: perspective(900px) rotateY(-9deg) rotateX(3deg);
}

.m2cp-page .m2cp-device--desktop img {
    border-radius: 5px;
}

.m2cp-page .m2cp-device__bar {
    display: flex;
    gap: 4px;
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 2;
}

.m2cp-page .m2cp-device__bar i {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
}

.m2cp-page .m2cp-device--tablet {
    right: 7%;
    top: 31%;
    z-index: 3;
    width: 31%;
    aspect-ratio: 3 / 4;
    padding: 7px;
    border-radius: 17px;
    transform: rotate(9deg);
}

.m2cp-page .m2cp-device--tablet img {
    border-radius: 10px;
}

.m2cp-page .m2cp-device--phone {
    left: 40%;
    bottom: 5%;
    z-index: 4;
    width: 19%;
    min-width: 90px;
    aspect-ratio: 9 / 18;
    padding: 16px 5px 6px;
    border-radius: 17px;
    transform: rotate(-9deg);
}

.m2cp-page .m2cp-device--phone img {
    border-radius: 11px;
}

.m2cp-page .m2cp-device__notch {
    position: absolute;
    top: 7px;
    left: 50%;
    z-index: 2;
    width: 31px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .32);
    transform: translateX(-50%);
}

.m2cp-page .m2cp-hero-character {
    position: absolute;
    right: 13%;
    bottom: 0;
    z-index: 5;
    width: min(39%, 205px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 21px rgba(4, 8, 24, .55));
}

.m2cp-page .m2cp-float-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    position: absolute;
    z-index: 6;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 13px;
    color: #fff;
    background: rgba(20, 27, 54, .88);
    box-shadow: 0 15px 26px rgba(4, 8, 24, .28);
    backdrop-filter: blur(10px);
}

.m2cp-page .m2cp-float-badge > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    color: #282139;
    background: #f28c28;
}

.m2cp-page .m2cp-float-badge strong,
.m2cp-page .m2cp-float-badge small {
    display: block;
}

.m2cp-page .m2cp-float-badge strong {
    font-size: .77rem;
    line-height: 1.2;
}

.m2cp-page .m2cp-float-badge small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .7);
    font-size: .65rem;
    line-height: 1.3;
}

.m2cp-page .m2cp-float-badge--sync {
    left: 5%;
    bottom: 7%;
}

.m2cp-page .m2cp-float-badge--account {
    right: 5%;
    top: 9%;
}

.m2cp-page .m2cp-platform-card {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.m2cp-page .m2cp-platform-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 16px;
    color: #f28c28;
    background: rgba(242, 140, 40, .12);
    font-size: 1.25rem;
}

.m2cp-page .m2cp-platform-card h3 {
    margin-bottom: 10px;
}

.m2cp-page .m2cp-platform-card p {
    margin-bottom: 0;
}

.m2cp-page .m2cp-architecture-card {
    position: relative;
    min-height: 465px;
    overflow: hidden;
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 50% 48%, rgba(242, 140, 40, .17), transparent 31%),
        radial-gradient(circle at 14% 88%, rgba(127, 143, 208, .17), transparent 29%),
        linear-gradient(145deg, #272e4a 0%, #11172f 100%);
    box-shadow: 0 24px 55px rgba(31, 37, 65, .15);
}

.m2cp-page .m2cp-architecture-card::before {
    content: '';
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 21px;
}

.m2cp-page .m2cp-architecture-card__label {
    position: absolute;
    top: 28px;
    left: 50%;
    z-index: 2;
    padding: 8px 13px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .88);
    background: rgba(255, 255, 255, .1);
    font-size: .8rem;
    font-weight: 700;
    transform: translateX(-50%);
    white-space: nowrap;
}

.m2cp-page .m2cp-architecture-hub,
.m2cp-page .m2cp-architecture-endpoint {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 15px 32px rgba(4, 8, 24, .26);
}

.m2cp-page .m2cp-architecture-hub {
    top: 42%;
    left: 50%;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    color: #2a2137;
    background: #f28c28;
    transform: translate(-50%, -50%);
}

.m2cp-page .m2cp-architecture-hub i {
    margin-bottom: 6px;
    font-size: 1.5rem;
}

.m2cp-page .m2cp-architecture-hub strong {
    text-align: center;
    font-size: .9rem;
    line-height: 1.15;
}

.m2cp-page .m2cp-architecture-endpoint {
    width: 82px;
    height: 82px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(9px);
}

.m2cp-page .m2cp-architecture-endpoint i {
    margin-bottom: 5px;
    color: #f7ad62;
    font-size: 1.23rem;
}

.m2cp-page .m2cp-architecture-endpoint small {
    color: #fff;
    font-size: .67rem;
    font-weight: 700;
}

.m2cp-page .m2cp-architecture-endpoint--pc { left: 12%; top: 28%; }
.m2cp-page .m2cp-architecture-endpoint--mac { right: 12%; top: 28%; }
.m2cp-page .m2cp-architecture-endpoint--mobile { left: 19%; bottom: 24%; }
.m2cp-page .m2cp-architecture-endpoint--tablet { right: 19%; bottom: 24%; }

.m2cp-page .m2cp-architecture-line {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 42%;
    width: 34%;
    height: 1px;
    background: linear-gradient(90deg, rgba(242, 140, 40, .85), rgba(255, 255, 255, .18));
    transform-origin: left center;
}

.m2cp-page .m2cp-architecture-line--pc { transform: rotate(-157deg); }
.m2cp-page .m2cp-architecture-line--mac { transform: rotate(-23deg); }
.m2cp-page .m2cp-architecture-line--mobile { transform: rotate(143deg); }
.m2cp-page .m2cp-architecture-line--tablet { transform: rotate(37deg); }

.m2cp-page .m2cp-architecture-card > p {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 2;
    width: min(86%, 415px);
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: .84rem;
    line-height: 1.6;
    text-align: center;
    transform: translateX(-50%);
}

.m2cp-page .m2cp-architecture-card > p i {
    margin-right: 5px;
    color: #f7ad62;
}

@media (max-width: 1199.98px) {
    .m2cp-page .m2cp-hero-visual {
        max-width: 640px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .m2cp-page .m2cp-hero-visual {
        min-height: 390px;
        border-radius: 23px;
    }

    .m2cp-page .m2cp-hero-visual--single {
        min-height: 0;
    }

    .m2cp-page .m2cp-device--desktop {
        top: 18%;
        left: 5%;
        width: 70%;
    }

    .m2cp-page .m2cp-device--tablet {
        right: 5%;
        top: 34%;
        width: 30%;
    }

    .m2cp-page .m2cp-device--phone {
        left: 36%;
        width: 21%;
        min-width: 72px;
    }

    .m2cp-page .m2cp-hero-character {
        right: 9%;
        width: 35%;
    }

    .m2cp-page .m2cp-float-badge {
        padding: 8px 9px;
    }

    .m2cp-page .m2cp-float-badge > i {
        flex-basis: 25px;
        width: 25px;
        height: 25px;
        font-size: .76rem;
    }

    .m2cp-page .m2cp-float-badge strong { font-size: .67rem; }
    .m2cp-page .m2cp-float-badge small { display: none; }
    .m2cp-page .m2cp-float-badge--sync { left: 4%; bottom: 5%; }
    .m2cp-page .m2cp-float-badge--account { right: 4%; top: 8%; }

    .m2cp-page .m2cp-platform-card {
        min-height: 0;
    }

    .m2cp-page .m2cp-architecture-card {
        min-height: 430px;
        border-radius: 23px;
    }

    .m2cp-page .m2cp-architecture-hub {
        width: 106px;
        height: 106px;
    }

    .m2cp-page .m2cp-architecture-endpoint {
        width: 65px;
        height: 65px;
        border-radius: 16px;
    }

    .m2cp-page .m2cp-architecture-endpoint i { font-size: 1rem; }
    .m2cp-page .m2cp-architecture-endpoint small { font-size: .58rem; }
    .m2cp-page .m2cp-architecture-endpoint--pc { left: 6%; }
    .m2cp-page .m2cp-architecture-endpoint--mac { right: 6%; }
    .m2cp-page .m2cp-architecture-endpoint--mobile { left: 13%; }
    .m2cp-page .m2cp-architecture-endpoint--tablet { right: 13%; }
    .m2cp-page .m2cp-architecture-line { width: 39%; }
}

@media (max-width: 440px) {
    .m2cp-page .m2cp-float-badge--account { display: none; }
    .m2cp-page .m2cp-architecture-card__label { font-size: .67rem; }
}
