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

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

    linear-gradient(
    135deg,
    #1a0e05 0%,
    #3d1f0a 50%,
    #663d1a 100%);
}

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

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

    max-width:800px;

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

    text-align:left;
}

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

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

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

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

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

.vps-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 */

.vps-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 */

.vps-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 */

.vps-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){

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

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

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

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

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

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

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

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

}

/* Mobil */

@media(max-width:576px){

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

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

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

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

}



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

.vds-package-section{
    padding:25px;
    font-family:'Poppins',sans-serif;
    max-width:1300px;
    margin:0 auto;
}

.vds-package-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
}

.vds-package-card{
    background:#ffffff;
    border-radius:18px;
    padding:20px;
    position:relative;
    min-height:680px;
    display:flex;
    flex-direction:column;
    border:1px solid #edf0f7;
    box-shadow:0 10px 30px rgba(15,23,42,.04);
    transition:all .3s ease;
    overflow:hidden;
}

.vds-package-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(15,23,42,.10);
}

.vds-package-card.vds-package-featured{
    border:2px solid #f68b1f;
    box-shadow:0 15px 40px rgba(246,139,31,.15);
}

.vds-package-badge{
    position:absolute;
    top:-1px;
    left:50%;
    transform:translateX(-50%);
    background:linear-gradient(135deg,#f68b1f,#ff9f43);
    color:#fff;
    font-size:11px;
    font-weight:700;
    letter-spacing:.5px;
    padding:8px 18px;
    border-radius:0 0 12px 12px;
    white-space:nowrap;
    z-index:2;
}

.vds-package-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    position:relative;
    padding-left:14px;
}

.vds-package-accent{
    position:absolute;
    left:0;
    top:2px;
    width:4px;
    height:42px;
    background:linear-gradient(180deg,#f68b1f,#ffb347);
    border-radius:20px;
}

.vds-package-header h3{
    margin:0;
    font-size:19px;
    line-height:1.3;
    font-weight:700;
    color:#18253f;
}

.vds-package-header span{
    display:block;
    margin-top:4px;
    font-size:13px;
    color:#7a859e;
}

.vds-package-dots{
    display:flex;
    flex-direction:column;
    gap:4px;
}

.vds-package-dots span{
    width:7px;
    height:7px;
    border-radius:50%;
    background:#e5e7ef;
}

.vds-package-dots span.active{
    background:#f68b1f;
}

.vds-package-divider{
    height:1px;
    background:#edf0f7;
    margin:18px 0;
}

.vds-package-price{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
}

.vds-package-old-price{
    font-size:14px;
    color:#98a1b8;
    text-decoration:line-through;
    margin-bottom:4px;
}

.vds-package-new-price{
    font-size:30px;
    font-weight:800;
    color:#18253f;
    line-height:1;
}

.vds-package-discount{
    background:#fff3e8;
    color:#f68b1f;
    padding:8px 12px;
    border-radius:8px;
    font-size:11px;
    font-weight:700;
    white-space:nowrap;
}

.vds-package-btn{
    margin-top:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    height:48px;
    border-radius:10px;
    text-decoration:none;
    color:#fff;
    font-size:14px;
    font-weight:700;
    letter-spacing:.3px;
    background:linear-gradient(135deg,#f68b1f,#ff9f43);
    transition:.3s;
}

.vds-package-btn:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(246,139,31,.25);
}

.vds-package-features{
    list-style:none;
    margin:22px 0;
    padding:0;
    flex:1;
}

.vds-package-features li{
    position:relative;
    padding-left:24px;
    margin-bottom:12px;
    font-size:14px;
    color:#5e6b85;
    line-height:1.5;
}

.vds-package-features li:last-child{
    margin-bottom:0;
}

.vds-package-features li strong{
    color:#1f2c49;
    font-weight:700;
}

.vds-package-features li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#f68b1f;
    font-weight:700;
    font-size:13px;
}

.vds-package-domain-free{
    background:#e8f8ee;
    color:#16a34a;
    border:1px solid #d6f1df;
    border-radius:10px;
    text-align:center;
    padding:12px;
    font-size:13px;
    font-weight:700;
    margin-top:auto;
}

.vds-package-guarantees{
    margin-top:20px;
    background:#eef1f8;
    border-radius:16px;
    overflow:hidden;
    display:grid;
    grid-template-columns:repeat(3,1fr);
}

.vds-package-guarantees div{
    padding:18px;
    text-align:center;
    font-size:14px;
    color:#66708b;
    font-weight:500;
    border-right:1px solid #dde2ec;
}

.vds-package-guarantees div:last-child{
    border-right:none;
}

/* Tablet */

@media(max-width:1200px){

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

}

/* Mobile */

@media(max-width:768px){

    .vds-package-section{
        padding:15px;
    }

    .vds-package-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .vds-package-card{
        min-height:auto;
    }

    .vds-package-header h3{
        font-size:17px;
    }

    .vds-package-new-price{
        font-size:26px;
    }

    .vds-package-guarantees{
        grid-template-columns:1fr;
    }

    .vds-package-guarantees div{
        border-right:none;
        border-bottom:1px solid #dde2ec;
    }

    .vds-package-guarantees div:last-child{
        border-bottom:none;
    }

}

.vps-os-section{
    padding:70px 0;
    background:#f4f4f4;
}

.vps-os-header{
    margin-bottom:45px;
}

.vps-os-header h2{
    font-size:46px;
    font-weight:800;
    color:#1f2937;
    margin-bottom:25px;
    text-align: center;
}

.vps-os-header p{
    color:#707070;
    font-size:18px;
    line-height:1.9;
    margin-bottom:8px;
    text-align: center;
}

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

.vps-os-bottom{
    margin-top:20px;

    display:flex;
    justify-content:center;
    gap:20px;
}

.vps-os-card{
    height:105px;

    background:#fff;

    border-radius:10px;

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

    transition:.25s;

    box-shadow:
    0 2px 10px rgba(0,0,0,.04);
}

.vps-os-card:hover{
    transform:translateY(-3px);
}

.vps-os-card img{
    width:42px;
    height:42px;
    object-fit:contain;
}

.vps-os-card span{
    font-size:18px;
    font-weight:700;
    color:#222;
}

@media(max-width:1200px){

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

    .vps-os-bottom{
        flex-wrap:wrap;
    }

}

@media(max-width:768px){

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

    .vps-os-bottom{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:12px;
        margin-top:12px;
    }

    .vps-os-bottom .vps-os-card:last-child{
        grid-column:span 2;
        max-width:220px;
        margin:auto;
    }

    .vps-os-card{
        height:80px;
        padding:10px;
        gap:10px;
    }

    .vps-os-card img{
        width:28px;
        height:28px;
    }

    .vps-os-card span{
        font-size:14px;
    }

    .vps-os-header h2{
        font-size:32px;
    }

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

}