/* ========== VDS Sanal Sunucu – Özellikler Bölümü ========== */

.rainy-vds-features {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
}

.rainy-vds-features__header {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.rainy-vds-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: 1rem;
}

.rainy-vds-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-vds-features__lead {
    font-size: 1.05rem;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

.rainy-vds-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 991px) {
    .rainy-vds-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .rainy-vds-features__grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .rainy-vds-features__header {
        margin-bottom: 2rem;
    }
}

.rainy-vds-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-vds-feature-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.rainy-vds-feature-card__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, rgba(8, 106, 216, 0.08) 0%, rgba(8, 106, 216, 0.04) 100%);
    border-radius: 12px;
}

.rainy-vds-feature-card__icon img {
    max-width: 48px;
    max-height: 50px;
    object-fit: contain;
}

.rainy-vds-feature-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.rainy-vds-feature-card__text {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    line-height: 1.55;
}

/* ========== VDS Sanal Sunucu – SSS + Sağ Panel ========== */

.rainy-vds-faq {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
    border-top: 1px solid rgba(13, 33, 55, 0.06);
}

.rainy-vds-faq .rainy-vds-faq__badge {
    color: #086AD8;
    background: rgba(8, 106, 216, 0.1);
}

.rainy-vds-faq .rainy-faq-home__item .card-header .btn-link:hover,
.rainy-vds-faq .rainy-faq-home__item .card-header .btn-link[aria-expanded="true"] {
    color: #086AD8;
    border-left-color: #086AD8;
}

.rainy-vds-faq .rainy-faq-home__item .card-header .btn-link[aria-expanded="true"] {
    background: rgba(8, 106, 216, 0.06);
}

.rainy-vds-faq-side {
    position: sticky;
    top: 100px;
}

@media (max-width: 991px) {
    .rainy-vds-faq-side {
        position: static;
        margin-top: 2rem;
    }
}

.rainy-vds-faq-side__card {
    background: #fff;
    border-radius: 14px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 1.25rem;
}

.rainy-vds-faq-side__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 0.5rem;
    letter-spacing: -0.02em;
}

.rainy-vds-faq-side__lead {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0 0 1.25rem;
    line-height: 1.5;
}

.rainy-vds-faq-side__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rainy-vds-faq-side__list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: #475569;
    padding: 0.5rem 0;
    line-height: 1.4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.rainy-vds-faq-side__list li:last-child {
    border-bottom: none;
}

.rainy-vds-faq-side__list li i {
    color: #086AD8;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.rainy-vds-faq-side__quick {
    background: linear-gradient(135deg, rgba(8, 106, 216, 0.08) 0%, rgba(8, 106, 216, 0.04) 100%);
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(8, 106, 216, 0.15);
}

.rainy-vds-faq-side__quick-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #086AD8;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.rainy-vds-faq-side__quick-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rainy-vds-faq-side__quick-list li {
    font-size: 0.9rem;
    color: #475569;
    padding: 0.35rem 0;
    line-height: 1.45;
}

.rainy-vds-faq-side__quick-list li strong {
    color: #0d2137;
    margin-right: 0.35rem;
}

/* ========== Fiziksel Sunucu – Paket Kartları & Aylık/Yıllık Toggle ========== */

.rainy-fiziksel-pricing-area .rainy-fiziksel-toggle {
    margin-bottom: 2rem;
}

.rainy-fiziksel-toggle__label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    padding: 0.4rem 1rem;
    border-radius: 8px;
    transition: color 0.2s ease, background 0.2s ease;
}

.rainy-fiziksel-toggle__label:hover {
    color: #0d2137;
}

.rainy-fiziksel-toggle__label--active {
    color: #fff;
    background: #22c55e;
}

.rainy-fiziksel-toggle__divider {
    margin: 0 0.5rem;
    color: #cbd5e0;
    font-weight: 600;
}

/* Aylık ve Yıllık toggle'ı tamamen gizle (fiziksel sunucu & almanya) */
.rainy-fiziksel-toggle--aylik-only {
    display: none !important;
}

.rainy-fiziksel-cards {
    justify-content: center;
}

.rainy-fiziksel-card__inner {
    background: #fff;
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rainy-fiziksel-card__header {
    text-align: center;
    margin-bottom: 1.25rem;
}

.rainy-fiziksel-card__model {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 0.75rem;
}

.rainy-fiziksel-card__visual {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
}

.rainy-fiziksel-card__img {
    max-width: 100px;
    max-height: 80px;
    object-fit: contain;
}

.rainy-fiziksel-card__specs {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e2e8f0;
}

.rainy-fiziksel-card__specs .pricing-table__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.rainy-fiziksel-card__specs .pricing-table__list li {
    font-size: 0.95rem;
    color: #475569;
}

.rainy-fiziksel-spec {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.rainy-fiziksel-spec__icon {
    width: 28px;
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(8, 106, 216, 0.08);
    border-radius: 8px;
    color: #086AD8;
    font-size: 0.9rem;
}

.rainy-fiziksel-spec__text {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.4;
}

.rainy-fiziksel-card__price {
    margin-bottom: 1.25rem;
}

.rainy-fiziksel-card__amount {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0d2137;
}

.rainy-fiziksel-card__period {
    font-size: 1rem;
    color: #64748b;
    margin-left: 0.25rem;
}

.rainy-fiziksel-card__footer {
    margin-top: auto;
    padding-top: 0;
}

.rainy-fiziksel-btn {
    background: #f97316 !important;
    border-color: #f97316 !important;
    color: #fff !important;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-radius: 10px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rainy-fiziksel-btn:hover {
    background: #ea580c !important;
    border-color: #ea580c !important;
    color: #fff !important;
}

/* ========== Almanya Fiziksel Sunucu – Tek Paket, TÜKENDİ ========== */

.rainy-almanya-section-title {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 700;
    color: #0d2137;
    margin: 0;
}

.rainy-fiziksel-card--popular {
    position: relative;
}

.rainy-fiziksel-card--popular .rainy-fiziksel-card__inner {
    border: 2px solid #f97316;
}

.rainy-fiziksel-card__populer-ribbon {
    position: absolute;
    top: 20px;
    right: -2px;
    z-index: 2;
    background: #22c55e;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.5rem 0.35rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.rainy-almanya-card__header {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    margin: -1.75rem -1.5rem 1.25rem -1.5rem;
    padding: 1.25rem 1.5rem;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rainy-almanya-card__visual {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rainy-almanya-card__visual .rainy-fiziksel-card__img {
    max-height: 60px;
    filter: brightness(0) invert(1);
}

.rainy-almanya-card__model {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.rainy-fiziksel-btn--tukendi {
    background: #fce7f3 !important;
    border: 1px solid #f9a8d4 !important;
    color: #be185d !important;
    cursor: not-allowed !important;
    pointer-events: none;
    font-weight: 700;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.5rem;
    border-radius: 10px;
}

.rainy-fiziksel-btn--tukendi:hover {
    background: #fce7f3 !important;
    border-color: #f9a8d4 !important;
    color: #be185d !important;
}

/* ========== Ryzen Fiziksel Sunucu – 4 Paket, İndirim, POPÜLER ========== */

.rainy-ryzen-section-title {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 700;
    color: #0d2137;
    margin: 0;
}

.rainy-ryzen-cards .rainy-ryzen-card {
    margin-bottom: 1.5rem;
}

.rainy-ryzen-card__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.rainy-ryzen-card__img {
    max-width: 56px;
    max-height: 48px;
    object-fit: contain;
}

.rainy-ryzen-card__model {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0d2137;
    margin: 0;
}

.rainy-ryzen-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
    margin-bottom: 1rem;
}

.rainy-ryzen-price__current {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0d2137;
}

.rainy-ryzen-price__period {
    font-size: 0.95rem;
    color: #64748b;
}

.rainy-ryzen-price__old {
    font-size: 0.9rem;
    color: #94a3b8;
    text-decoration: line-through;
    margin-left: 0.25rem;
}

.rainy-ryzen-price__discount {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    background: #22c55e;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}

/* Ryzen POPÜLER kartlar – turuncu arka plan */
.rainy-ryzen-card--popular {
    position: relative;
}

.rainy-ryzen-card__inner--orange {
    background: linear-gradient(180deg, #fff7ed 0%, #ffedd5 30%, #fed7aa 100%);
    border: 2px solid #f97316;
}

.rainy-ryzen-card__header--orange {
    border-bottom-color: rgba(249, 115, 22, 0.3);
}

.rainy-ryzen-card__header--orange .rainy-ryzen-card__model {
    color: #0d2137;
}

.rainy-ryzen-specs--light .rainy-fiziksel-spec__text,
.rainy-ryzen-specs--light .pricing-table__list li {
    color: #475569;
}

.rainy-ryzen-price--light .rainy-ryzen-price__current {
    color: #0d2137;
}

.rainy-ryzen-price--light .rainy-ryzen-price__period {
    color: #64748b;
}

.rainy-fiziksel-btn--green {
    background: #22c55e !important;
    border-color: #22c55e !important;
    color: #fff !important;
}

.rainy-fiziksel-btn--green:hover {
    background: #16a34a !important;
    border-color: #16a34a !important;
    color: #fff !important;
}

/* ========== Ekran Kartlı Sunucu – 4 Paket, POPÜLER, Sepete Ekle ========== */

.rainy-gpu-section-title {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 700;
    color: #0d2137;
    margin: 0;
}

.rainy-gpu-cards .rainy-gpu-card {
    margin-bottom: 1.5rem;
}

.rainy-gpu-card__header {
    text-align: center;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #e2e8f0;
}

.rainy-gpu-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 0.25rem;
}

.rainy-gpu-card__subtitle {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

.rainy-gpu-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25rem 0.5rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    background: #f1f5f9;
    border-radius: 10px;
}

.rainy-gpu-price__amount {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0d2137;
}

.rainy-gpu-price__period {
    font-size: 0.9rem;
    color: #64748b;
}

.rainy-gpu-price--orange {
    background: #f97316;
}

.rainy-gpu-price--orange .rainy-gpu-price__amount {
    color: #fff;
}

.rainy-gpu-price--orange .rainy-gpu-price__period {
    color: rgba(255, 255, 255, 0.9);
}

.rainy-gpu-card--popular {
    position: relative;
}

.rainy-gpu-card--popular .rainy-fiziksel-card__inner {
    border: 2px solid #f97316;
}
