.vds2-sunucu-special-section{
    position:relative;
    overflow:hidden;
    padding:107px 0 50px;

    background:
    radial-gradient(circle at top right,
    rgba(255,0,255,.15) 0%,
    transparent 35%),

    linear-gradient(
    135deg,
    #0b0b1a 0%,
    #1a1a3a 50%,
    #2d1f4d 100%);
}

.vds2-sunucu-special-container{
    position:relative;
    max-width:1200px;
    margin:auto;
    padding:0 35px;
}

.vds2-sunucu-special-content{
    position:relative;
    z-index:5;

    max-width:800px;

    margin-left:40px;
    margin-right:auto;

    text-align:left;
}

.vds2-sunucu-special-title{
    font-size:56px;
    line-height:1.1;
    font-weight:800;
    color:#fff;
    margin-bottom:20px;
}

.vds2-sunucu-special-subtitle{
    font-size:17px;
    line-height:1.8;
    color:rgba(255,255,255,.78);
    margin-bottom:35px;
}

.vds2-sunucu-special-features{
    display:grid;
    grid-template-columns:repeat(2,max-content);
    justify-content:start;
    gap:20px 60px;
}

.vds2-sunucu-special-item{
    display:flex;
    align-items:center;
    gap:10px;

    color:#fff;
    font-size:16px;
    font-weight:600;
}

.vds2-sunucu-special-item i{
    width:28px;
    height:28px;
    border-radius:50%;

    background:linear-gradient(
    135deg,
    #00d9ff,
    #3f7cff);

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:13px;

    box-shadow:
    0 0 15px rgba(0,217,255,.45);
}

/* Sağ mavi alan */

.vds2-sunucu-special-accent{
    position:absolute;
    top:0;
    right:0;

    width:380px;
    height:100%;

    background:linear-gradient(
    180deg,
    #00d9ff 0%,
    #3f7cff 100%);

    clip-path:polygon(
        72% 0,
        100% 0,
        100% 100%,
        42% 100%
    );

    opacity:.95;
}

/* Alt koyu şekil */

.vds2-sunucu-special-dark{
    position:absolute;

    right:90px;
    bottom:0;

    width:360px;
    height:220px;

    background:#071127;

    clip-path:polygon(
        42% 0,
        100% 0,
        100% 64%,
        58% 100%,
        0 100%
    );
}

/* Glow efekti */

.vds2-sunucu-special-glow{
    position:absolute;
    right:170px;
    top:50%;

    width:240px;
    height:240px;

    border-radius:50%;

    background:rgba(0,217,255,.25);

    filter:blur(70px);

    transform:translateY(-50%);
}

/* Tablet */

@media(max-width:991px){

    .vds2-sunucu-special-section{
        padding:70px 0 45px;
    }

    .vds2-sunucu-special-title{
        font-size:42px;
    }

    .vds2-sunucu-special-subtitle{
        font-size:15px;
    }

    .vds2-sunucu-special-content{
        margin:0 auto;
        text-align:center;
    }

    .vds2-sunucu-special-features{
        grid-template-columns:1fr;
        justify-content:center;
    }

    .vds2-sunucu-special-item{
        justify-content:center;
    }

    .vds2-sunucu-special-accent{
        width:100%;
        opacity:.08;
    }

    .vds2-sunucu-special-dark,
    .vds2-sunucu-special-glow{
        display:none;
    }

}

/* Mobil */

@media(max-width:576px){

    .vds2-sunucu-special-container{
        padding:0 20px;
    }

    .vds2-sunucu-special-title{
        font-size:34px;
    }

    .vds2-sunucu-special-subtitle{
        font-size:14px;
    }

    .vds2-sunucu-special-item{
        font-size:14px;
    }

}

/*-* Üst kısımlar /*-*/

.vds-one-packet-card{
    width: 380px; /* 495px -> 380px oranında küçültüldü */
    background: #f7f8fa;
    border: 1px solid #dfe3e8;
    border-radius: 4px;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.vds-one-packet-header{
    padding: 20px 20px 16px; /* Boşluklar daraltıldı */
}

.vds-one-packet-header h3{
    margin: 0;
    color: #0c4977;
    font-size: 20px; /* 24px -> 20px */
    font-weight: 700;
    line-height: 1;
}

.vds-one-packet-header p{
    margin: 6px 0 0;
    color: #95a5b2;
    font-size: 14px; /* 16px -> 14px */
}

.vds-one-packet-divider{
    height: 1px;
    background: #dde2e7;
}

.vds-one-packet-specs{
    padding: 18px; /* 24px -> 18px */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; /* 12px -> 10px */
}

.vds-one-packet-spec{
    background: #f8f9fb;
    border: 1px solid #d9dee5;
    border-radius: 6px;
    min-height: 58px; /* 70px -> 58px */
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px; /* 14px -> 10px */
}

.vds-one-packet-icon{
    width: 36px; /* 44px -> 36px */
    height: 36px;
    border-radius: 6px;
    background: #e7f2f8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #87a3b5;
    font-size: 18px; /* 22px -> 18px */
}

.vds-one-packet-spec strong{
    display: block;
    color: #073f6a;
    font-size: 15px; /* 18px -> 15px */
    font-weight: 700;
    line-height: 1.2;
}

.vds-one-packet-spec span{
    display: block;
    color: #8c9eab;
    font-size: 12px; /* 14px -> 12px */
}

.vds-one-packet-os{
    padding: 0 18px 18px; /* padding dengelendi */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.vds-one-packet-os-item{
    height: 52px; /* 66px -> 52px */
    border: 1px solid #d9dee5;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vds-one-packet-os-item img{
    max-width: 32px; /* 42px -> 32px */
    max-height: 32px;
}

.vds-one-packet-price{
    margin: 15px 18px; /* Boşluklar küçültüldü */
    background: #eef2f8;
    border: 1px solid #dde2ea;
    border-radius: 4px;
    text-align: center;
    padding: 14px; /* 18px -> 14px */
}

.vds-one-packet-amount{
    font-size: 19px; /* 22px -> 19px */
    font-weight: 800;
    color: #083d67;
}

.vds-one-packet-month{
    color: #9aa9b8;
    font-size: 14px; /* 16px -> 14px */
}

.vds-one-packet-btn{
    margin: 0 18px 18px;
    height: 50px; /* 62px -> 50px */
    border-radius: 5px;
    background: #3763b3;
    color: #fff;
    text-decoration: none;
    font-size: 16px; /* 18px -> 16px */
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: .3s;
}

.vds-one-packet-btn:hover{
    background: #2f56a0;
    color: #fff;
}

@media(max-width:768px){
    .vds-one-packet-card{
        width: 100%;
    }
    .vds-one-packet-specs{
        grid-template-columns: 1fr;
    }
    .vds-one-packet-os{
        grid-template-columns: repeat(2, 1fr);
    }
}

.vds-os-section{
    padding:80px 0;
    background:#f5f7fb;
}

.vds-os-header{
    max-width:900px;
    margin:0 auto 40px;
    text-align:center;
}

.vds-os-header h2{
    font-size:42px;
    font-weight:800;
    color:#1f2937;
    margin-bottom:15px;
}

.vds-os-header p{
    font-size:16px;
    line-height:1.8;
    color:#6b7280;
}

.vds-os-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.vds-os-card{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:14px;

    height:95px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    transition:.25s;

    box-shadow:
    0 4px 15px rgba(0,0,0,.03);
}

.vds-os-card:hover{
    transform:translateY(-4px);

    box-shadow:
    0 12px 30px rgba(0,0,0,.08);
}

.vds-os-card img{
    width:36px;
    height:36px;
    object-fit:contain;
}

.vds-os-card span{
    font-size:17px;
    font-weight:700;
    color:#1f2937;
}

/* Tablet */

@media(max-width:991px){

    .vds-os-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* Mobil */

@media(max-width:576px){

    .vds-os-section{
        padding:60px 0;
    }

    .vds-os-header{
        margin-bottom:25px;
    }

    .vds-os-header h2{
        font-size:28px;
    }

    .vds-os-header p{
        font-size:14px;
        line-height:1.7;
    }

    .vds-os-grid{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

    .vds-os-card{
        height:72px;
        gap:8px;
        padding:8px;
    }

    .vds-os-card img{
        width:24px;
        height:24px;
    }

    .vds-os-card span{
        font-size:12px;
        font-weight:600;
    }

}



.vds-info-section{
    background:#f5f6f8;
    padding:80px 0;
}

.vds-info-row{
    display:grid;
    grid-template-columns:1fr 380px;
    gap:60px;
    align-items:center;
    margin-bottom:70px;
}

.vds-info-row:last-child{
    margin-bottom:0;
}

.vds-info-row.reverse{
    grid-template-columns:320px 1fr;
}

.vds-info-content h2{
    font-size:42px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:25px;
}

.vds-info-content p{
    font-size:16px;
    line-height:2;
    color:#6b7280;
    margin-bottom:15px;
}

.vds-info-image img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:22px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.12);
}

.vds-info-image.small img{
    height:170px;
}

.vds-advantages{
    list-style:none;
    padding:0;
    margin:0;
}

.vds-advantages li{
    position:relative;

    padding-left:34px;
    margin-bottom:18px;

    color:#6b7280;
    font-size:15px;
    line-height:1.9;
}

.vds-advantages li::before{

    content:"✓";

    position:absolute;
    left:0;
    top:3px;

    width:22px;
    height:22px;

    border-radius:50%;

    background:#4f7cff;

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:12px;
    font-weight:700;
}

@media(max-width:991px){

    .vds-info-row,
    .vds-info-row.reverse{
        grid-template-columns:1fr;
        gap:30px;
    }

    .vds-info-content h2{
        font-size:30px;
    }

    .vds-info-image{
        order:-1;
    }

}

@media(max-width:576px){

    .vds-info-section{
        padding:50px 0;
    }

    .vds-info-content h2{
        font-size:26px;
    }

    .vds-info-content p{
        font-size:14px;
        line-height:1.9;
    }

    .vds-info-image img{
        height:200px;
    }

}