.free-hosting-special-section{
    position:relative;
    overflow:hidden;
    background:#3e3a84;
    padding:107px 0 50px;
}

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

.free-hosting-special-content{
    position:relative;
    z-index:5;

    max-width:800px;

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

    text-align:left;
}

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

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

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

.free-hosting-special-item{
    display:flex;
    align-items:center;
    gap:10px;

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

.free-hosting-special-item i{
    width:26px;
    height:26px;
    border-radius:50%;

    background:#10c89f;
    color:#fff;

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

    font-size:13px;
}

/* Sağ kırmızı alan */

.free-hosting-special-red{
    position:absolute;
    top:0;
    right:0;

    width:360px;
    height:100%;

    background:#ef2921;

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

/* Koyu şekil */

.free-hosting-special-dark{
    position:absolute;

    right:90px;
    bottom:0;

    width:340px;
    height:200px;

    background:#18115d;

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

/* Tablet */

@media(max-width:991px){

    .free-hosting-special-section{
        padding:70px 0 45px;
    }

    .free-hosting-special-title{
        font-size:42px;
    }

    .free-hosting-special-subtitle{
        font-size:15px;
    }

    .free-hosting-special-content{
        margin:0 auto;
        text-align:center;
    }

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

    .free-hosting-special-item{
        justify-content:center;
    }

    .free-hosting-special-red{
        width:100%;
        opacity:.08;
    }

    .free-hosting-special-dark{
        display:none;
    }

}

/* Mobil */

@media(max-width:576px){

    .free-hosting-special-container{
        padding:0 20px;
    }

    .free-hosting-special-title{
        font-size:34px;
    }

    .free-hosting-special-subtitle{
        font-size:14px;
    }

    .free-hosting-special-item{
        font-size:14px;
    }

}

/* Yeni Alt Bilgi */

.hosting-features-section{
    padding:70px 0;
    background:#fff;
}

.hosting-features-header{
    text-align:center;
    margin-bottom:50px;
}

.hosting-features-header h2{
    font-size:42px;
    font-weight:700;
    color:#111827;
    margin-bottom:16px;
}

.hosting-features-header p{
    font-size:18px;
    color:#4b5563;
    margin:0;
}

.hosting-features-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.hosting-feature-box{
    border:1px solid #e8e8e8;
    background:#fff;
    padding:20px;
    display:flex;
    gap:20px;
    min-height:165px;
    transition:.25s;
}

.hosting-feature-box:hover{
    border-color:#15b65b;
    transform:translateY(-4px);
}

.hosting-feature-icon{
    width:76px;
    height:64px;
    border:1px solid #e5e7eb;
    flex-shrink:0;

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

.hosting-feature-icon i{
    font-size:32px;
    color:#16b357;
}

.hosting-feature-content h4{
    font-size:20px;
    font-weight:700;
    color:#111827;
    margin:0 0 8px;
}

.hosting-feature-content span{
    display:block;
    width:76px;
    height:2px;
    background:#16b357;
    margin-bottom:14px;
}

.hosting-feature-content p{
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:#4b5563;
}

@media(max-width:991px){

    .hosting-features-grid{
        grid-template-columns:1fr;
    }

    .hosting-features-header h2{
        font-size:30px;
    }

    .hosting-features-header p{
        font-size:16px;
    }

    .hosting-feature-box{
        min-height:auto;
    }

}

@media(max-width:576px){

    .hosting-features-section{
        padding:50px 0;
    }

    .hosting-feature-box{
        flex-direction:column;
        text-align:center;
        align-items:center;
    }

    .hosting-feature-content span{
        margin-left:auto;
        margin-right:auto;
    }

}


/*- s.s.s -*/

.hosting-faq-section{
    padding:40px 0;
    background:#f8fafc;
}

.hosting-faq-header{
    text-align:center;
    max-width:760px;
    margin:0 auto 50px;
}

.faq-badge{
    display:inline-block;
    padding:8px 16px;
    border-radius:50px;
    background:#eef4ff;
    color:#3b82f6;
    font-size:20px;
    font-weight:700;
    margin-bottom:18px;
}

.hosting-faq-header h2{
    font-size:42px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:15px;
}

.hosting-faq-header p{
    font-size:17px;
    color:#64748b;
    line-height:1.8;
}

.hosting-faq-wrapper{
    max-width:950px;
    margin:auto;
}

.hosting-faq-item{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    margin-bottom:18px;
    overflow:hidden;
    transition:.3s;
}

.hosting-faq-item:hover{
    border-color:#60a5fa;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.hosting-faq-question{
    width:100%;
    border:none;
    background:none;
    padding:26px 30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-align:left;
    cursor:pointer;
}

.hosting-faq-question span{
    font-size:20px;
    font-weight:700;
    color:#0f172a;
}

.hosting-faq-question i{
    color:#3b82f6;
    font-size:18px;
    transition:.3s;
}

.hosting-faq-answer{
    display:none;
    padding:0 30px 28px;
    color:#64748b;
    line-height:1.9;
    font-size:15px;
}

.hosting-faq-item.active .hosting-faq-answer{
    display:block;
}

.hosting-faq-item.active .hosting-faq-question i{
    transform:rotate(45deg);
}

@media(max-width:768px){

    .hosting-faq-section{
        padding:60px 0;
    }

    .hosting-faq-header h2{
        font-size:30px;
    }

    .hosting-faq-question{
        padding:20px;
    }

    .hosting-faq-question span{
        font-size:17px;
    }

    .hosting-faq-answer{
        padding:0 20px 20px;
    }

}




.hosting-guide-section{
    background:#f5f5f5;
    padding:90px 0;
    overflow:hidden;
}

.hosting-guide-row{
    display:grid;
    grid-template-columns:1fr 500px;
    gap:80px;
    align-items:center;
    margin-bottom:120px;
}

.hosting-guide-content h2{
    font-size:58px;
    font-weight:800;
    color:#202124;
    margin-bottom:40px;
}

.hosting-guide-item{
    display:flex;
    gap:18px;
    margin-bottom:35px;
}

.guide-arrow{
    width:0;
    height:0;

    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:14px solid #ff6b2c;

    margin-top:7px;
}

.hosting-guide-item h4{
    font-size:28px;
    color:#202124;
    margin-bottom:10px;
}

.hosting-guide-item p{
    font-size:18px;
    line-height:1.8;
    color:#6b7280;
}

.hosting-guide-image{
    position:relative;
}

.hosting-guide-image img{
    width:100%;
    border-radius:40px;
    display:block;
}

.guide-chat{
    position:absolute;

    background:rgba(255,255,255,.95);

    backdrop-filter:blur(10px);

    padding:18px 22px;

    border-radius:18px;

    box-shadow:
    0 20px 40px rgba(0,0,0,.08);

    max-width:300px;
}

.guide-chat small{
    display:block;
    color:#777;
    margin-bottom:5px;
}

.guide-chat strong{
    color:#ff6b2c;
    line-height:1.5;
}

.chat-one{
    left:-70px;
    top:180px;
}

.chat-two{
    right:-40px;
    bottom:70px;
}

.hosting-transfer-row{
    display:grid;
    grid-template-columns:500px 1fr;
    gap:90px;
    align-items:center;
}

.hosting-transfer-image img{
    width:100%;
    border-radius:50%;
    box-shadow:
    0 20px 50px rgba(0,0,0,.08);
}

.hosting-transfer-content h2{
    font-size:58px;
    font-weight:800;
    color:#202124;
    margin-bottom:30px;
}

.hosting-transfer-content p{
    font-size:18px;
    line-height:2;
    color:#4b5563;
    margin-bottom:20px;
}

@media(max-width:991px){

    .hosting-guide-row,
    .hosting-transfer-row{
        grid-template-columns:1fr;
        gap:40px;
    }

    .hosting-guide-content h2,
    .hosting-transfer-content h2{
        font-size:36px;
    }

    .hosting-guide-item h4{
        font-size:22px;
    }

    .hosting-guide-item p,
    .hosting-transfer-content p{
        font-size:15px;
    }

    .chat-one,
    .chat-two{
        display:none;
    }

}