/* ========== Hosting Sayfaları – Size Neler Sunuyoruz (Kurumsal / Reseller / Bireysel) ========== */

.rainy-hosting-features {
    width: 100%;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.rainy-hosting-features__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.rainy-hosting-features__header {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    text-align: center;
}

.rainy-hosting-features__badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #086AD8;
    background: rgba(8, 106, 216, 0.1);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

.rainy-hosting-features__title {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 0.75rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.rainy-hosting-features__lead {
    font-size: 1.05rem;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

.rainy-hosting-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 991px) {
    .rainy-hosting-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .rainy-hosting-features__grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}

.rainy-hosting-feature-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.rainy-hosting-feature-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.rainy-hosting-feature-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, rgba(8, 106, 216, 0.1) 0%, rgba(8, 106, 216, 0.05) 100%);
    border-radius: 12px;
    font-size: 1.35rem;
    color: #086AD8;
}

.rainy-hosting-feature-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.rainy-hosting-feature-card__text {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    line-height: 1.55;
}

/* ========== Hosting Sayfaları – Sıkça Sorulan Sorular ========== */

.rainy-hosting-faq {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
    border-top: 1px solid rgba(13, 33, 55, 0.06);
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.rainy-hosting-faq__container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.rainy-hosting-faq .rainy-hosting-faq__badge {
    color: #086AD8;
    background: rgba(8, 106, 216, 0.1);
}

.rainy-hosting-faq .rainy-faq-home__item .card-header .btn-link:hover,
.rainy-hosting-faq .rainy-faq-home__item .card-header .btn-link[aria-expanded="true"] {
    color: #086AD8;
    border-left-color: #086AD8;
}

.rainy-hosting-faq .rainy-faq-home__item .card-header .btn-link[aria-expanded="true"] {
    background: rgba(8, 106, 216, 0.06);
}
