/* ========== Paket kartı ikonu (pricing-table) ========== */
.pricing-table__icon {
    text-align: center;
    margin-bottom: 1rem;
}

.pricing-table__icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

@media (min-width: 768px) {
    .pricing-table__icon img {
        width: 64px;
        height: 64px;
    }
}

/* ========== Paket listesi ikonları (CPU, RAM, Disk vb.) ========== */
.pricing-table__list li[data-icon] {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.6rem;
    text-align: left;
}

.pricing-table__list li[data-icon]::before {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
    font-weight: 900;
    flex-shrink: 0;
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(8, 106, 216, 0.08);
    border-radius: 6px;
    color: #086AD8;
    font-size: 0.8rem;
    margin-top: 0.1rem;
}

.pricing-table__list li[data-icon="microchip"]::before { content: "\f2db"; }
.pricing-table__list li[data-icon="memory"]::before { content: "\f538"; }
.pricing-table__list li[data-icon="hdd"]::before { content: "\f0a0"; }
.pricing-table__list li[data-icon="tachometer-alt"]::before { content: "\f3fd"; }
.pricing-table__list li[data-icon="shield-alt"]::before { content: "\f3ed"; }
.pricing-table__list li[data-icon="map-marker-alt"]::before { content: "\f3c5"; }
.pricing-table__list li[data-icon="envelope"]::before { content: "\f0e0"; }
.pricing-table__list li[data-icon="database"]::before { content: "\f1c0"; }
.pricing-table__list li[data-icon="globe"]::before { content: "\f0ac"; }
.pricing-table__list li[data-icon="server"]::before { content: "\f233"; }
.pricing-table__list li[data-icon="check-circle"]::before { content: "\f058"; }
.pricing-table__list li[data-icon="layer-group"]::before { content: "\f5fd"; }
.pricing-table__list li[data-icon="desktop"]::before { content: "\f108"; }
.pricing-table__list li[data-icon="tv"]::before { content: "\f26c"; }

/* ========== Ana Sayfa Yeni Bölümler - Rainy Bilişim ========== */

.rainy-gifts-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}
.rainy-gifts-section .row.g-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
    margin-left: 0;
    margin-right: 0;
}
.rainy-gifts-section .row.g-4 > .col-md-6,
.rainy-gifts-section .row.g-4 > .col-lg-6 {
    flex: 0 0 calc(50% - 0.875rem);
    max-width: calc(50% - 0.875rem);
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .rainy-gifts-section .row.g-4 > .col-md-6,
    .rainy-gifts-section .row.g-4 > .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.rainy-gifts-section__header {
    margin-bottom: 2.5rem;
}
.rainy-gifts-section__badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #ff6d00;
    background: rgba(255, 109, 0, 0.1);
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}
.rainy-gifts-section__title {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 700;
    color: #0d2137;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}
.rainy-gifts-section__lead {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.rainy-gift-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 1.5rem 1.25rem;
    height: 100%;
    position: relative;
    transition: box-shadow 0.25s ease;
    border-left: 4px solid rgba(255, 109, 0, 0.3);
    margin-bottom: 1.5rem;
}
.rainy-gift-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.rainy-gift-card__top {
    margin-bottom: 0.75rem;
}
.rainy-gift-card__label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #ff6d00;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}
.rainy-gift-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 0.75rem;
    line-height: 1.3;
}
.rainy-gift-card__icon {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
}
.rainy-gift-card__icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.rainy-gift-card__text {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
    margin: 0 0 0.75rem;
}
.rainy-gift-card__meta {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.rainy-minecraft-faq-visual {
    position: relative;
    width: 200px;
    height: 200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 6px;
    padding: 1rem;
    background: linear-gradient(180deg, #87ceeb 0%, #b0e0e6 100%);
    border-radius: 12px;
    box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.1);
}
.mc-block {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 4px;
    animation: mc-float 3s ease-in-out infinite;
    animation-delay: calc(var(--i) * 0.15s);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2), inset 1px 1px 0 rgba(255, 255, 255, 0.2);
}
.mc-grass {
    background: linear-gradient(180deg, #7cbd6b 0%, #5a9c4a 50%, #8b6914 100%);
}
.mc-dirt {
    background: linear-gradient(135deg, #8b6914 0%, #6b4a0a 100%);
}
.mc-stone {
    background: linear-gradient(135deg, #7a7a7a 0%, #5a5a5a 100%);
}
@keyframes mc-float {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-6px) scale(1.02); }
}

/* Footer reveal/slide efektini kapat – footer normal akışta kalsın */
.reveal-footer {
    position: static !important;
}

/* Partner logos kaydırma */
.home-partners-wrap {
    overflow: hidden;
    position: relative;
}
.home-partners-wrap.pause-on-hover:hover .home-partners-track {
    animation-play-state: paused;
}
.home-partners-track {
    display: flex;
    width: max-content;
    animation: home-partners-scroll 40s linear infinite;
}
.home-partners-track:hover {
    animation-play-state: paused;
}
@keyframes home-partners-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.home-partners-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: opacity 0.4s ease, filter 0.4s ease;
}
.home-partners-item:hover {
    opacity: 1;
    filter: grayscale(0);
}
.home-partners-item img {
    height: 2.5rem;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}
.home-partners-fade-left,
.home-partners-fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    pointer-events: none;
    z-index: 2;
}
.home-partners-fade-left {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}
.home-partners-fade-right {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

/* ========== Güncel Fırsatlar – Rainy Kampanya Kartları ========== */
.rainy-firsatlar-section {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.rainy-firsatlar-header {
    margin-bottom: 2.5rem;
}

.rainy-firsatlar-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.12);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

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

.rainy-firsatlar-lead {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.rainy-firsatlar-grid {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.rainy-firsatlar-grid > [class*="col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/* Kampanya kartı – tam link */
.rainy-kampanya-card {
    display: block;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eef2f7;
    overflow: hidden;
    height: 100%;
    min-height: 320px;
    position: relative;
    text-decoration: none !important;
    transition: all 0.35s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.rainy-kampanya-card:hover {
    border-color: rgba(8, 106, 216, 0.3);
    box-shadow: 0 16px 40px rgba(13, 33, 55, 0.12);
    transform: translateY(-6px);
}

.rainy-kampanya-card__img {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #f1f5f9;
}

.rainy-kampanya-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.rainy-kampanya-card:hover .rainy-kampanya-card__img img {
    transform: scale(1.08);
}

.rainy-kampanya-card__tag {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    background: #f59e0b;
    color: #0d2137;
}

.rainy-kampanya-card__tag--new {
    background: #dc2626;
    color: #fff;
}

.rainy-kampanya-card__content {
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.rainy-kampanya-card__price {
    font-size: 1rem;
    font-weight: 700;
    color: #f59e0b;
    order: -1;
}

.rainy-kampanya-card__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a365d;
    margin: 0;
}

.rainy-kampanya-card__desc {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    flex: 1;
}

.rainy-kampanya-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #086AD8;
    transition: gap 0.25s ease, color 0.25s ease;
}

.rainy-kampanya-card:hover .rainy-kampanya-card__link {
    color: #f59e0b;
    gap: 0.65rem;
}

/* Desktop: Hover overlay – açıklama gelir */
.rainy-kampanya-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 33, 55, 0.75) 0%, rgba(13, 33, 55, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

@media (min-width: 769px) {
    .rainy-kampanya-card:hover .rainy-kampanya-card__overlay {
        opacity: 1;
        visibility: visible;
    }
}

.rainy-kampanya-card__overlay-inner {
    text-align: center;
    color: #fff;
}

.rainy-kampanya-card__overlay-inner p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.95);
}

.rainy-kampanya-card__overlay-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.25rem;
    background: #f59e0b;
    color: #0d2137 !important;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 10px;
    transition: background 0.25s ease, transform 0.25s ease;
}

.rainy-kampanya-card:hover .rainy-kampanya-card__overlay-btn {
    transform: translateY(0);
}

.rainy-kampanya-card__overlay-btn:hover {
    background: #fff;
}

/* Mobil: overlay gizli, kartlar daha kompakt */
@media (max-width: 768px) {
    .rainy-kampanya-card__overlay {
        display: none;
    }
    .rainy-kampanya-card {
        min-height: 280px;
    }
    .rainy-kampanya-card__content {
        padding: 1rem 1.25rem;
    }
    .rainy-kampanya-card__title {
        font-size: 1.05rem;
    }
    .rainy-kampanya-card__desc {
        font-size: 0.85rem;
    }
}

/* Eski kart sınıfları – geriye dönük uyumluluk */
.home-kampanya-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eef2f7;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.home-kampanya-card:hover {
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 12px 32px rgba(13, 33, 55, 0.1);
    transform: translateY(-4px);
}
.home-kampanya-card .card-img-wrap {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #f8fafc;
}
.home-kampanya-card .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.home-kampanya-card:hover .card-img-wrap img {
    transform: scale(1.05);
}
.home-kampanya-card .card-body-custom {
    padding: 1.25rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.home-kampanya-card .card-title-custom {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 0.5rem;
}
.home-kampanya-card .card-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #f59e0b;
    margin-top: auto;
}
.home-kampanya-card .card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    font-weight: 600;
    color: #086AD8;
    transition: gap 0.2s ease;
}
.home-kampanya-card .card-link:hover {
    color: #f59e0b;
    gap: 0.75rem;
}

/* Neden Rainy Bilişim */
.home-neden {
    background: #f8fafc;
}
.home-neden-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #086AD8;
    background: rgba(8, 106, 216, 0.1);
    padding: 0.35rem 1rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}
.home-neden-feature {
    display: flex;
    gap: 1.25rem;
    padding: 1rem 0;
    transition: transform 0.2s ease;
}
.home-neden-feature:hover {
    transform: translateX(4px);
}
.home-neden-feature-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #eef2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f59e0b;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}
.home-neden-feature h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 0.35rem;
}
.home-neden-feature p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}
.home-neden-gallery {
    position: relative;
}
.home-neden-gallery-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border: 1px solid #eef2f7;
    transition: transform 0.4s ease;
}
.home-neden-gallery-card:hover {
    transform: rotate(0) scale(1.02);
}
.home-neden-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SSS – genel (diğer sayfalar) */
.home-faq-wrap .card {
    border: 1px solid #eef2f7;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}
.home-faq-wrap .card-header {
    background: #fff;
    border-bottom: none;
    padding: 0;
}
.home-faq-wrap .card-header .btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.25rem;
    text-align: left;
    font-weight: 600;
    color: #1a365d;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease;
}
.home-faq-wrap .card-header .btn-link:hover {
    background: #f8fafc;
    color: #f59e0b;
}
.home-faq-wrap .card-header .btn-link[aria-expanded="true"] {
    background: rgba(245, 158, 11, 0.08);
    color: #f59e0b;
}
.home-faq-wrap .card-header .btn-link span {
    color: #f59e0b;
    transition: transform 0.25s ease;
}
.home-faq-wrap .card-header .btn-link[aria-expanded="true"] span i.fa-chevron-down {
    display: none;
}
.home-faq-wrap .card-header .btn-link[aria-expanded="true"] span i.fa-chevron-up {
    display: inline;
}
.home-faq-wrap .card-header .btn-link span i.fa-chevron-up {
    display: none;
}
.home-faq-wrap .card-body {
    padding: 0 1.25rem 1.25rem;
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
}

/* ========== Anasayfa SSS – rainy-faq-home ========== */
.rainy-faq-home {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
    position: relative;
}
.rainy-faq-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(13, 33, 55, 0.08), transparent);
}
.rainy-faq-home__header {
    margin-bottom: 2.5rem;
}
.rainy-faq-home__badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #ff6d00;
    background: rgba(255, 109, 0, 0.1);
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}
.rainy-faq-home__title {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 700;
    color: #0d2137;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}
.rainy-faq-home__lead {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.rainy-faq-home__grid {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.rainy-faq-home__list {
    padding: 0 0.5rem;
}
.rainy-faq-home__item {
    border: none !important;
    border-radius: 14px !important;
    margin-bottom: 0.875rem !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}
.rainy-faq-home__item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.rainy-faq-home__item .card-header {
    background: #fff !important;
    border-bottom: none;
    padding: 0;
}
.rainy-faq-home__item .card-header .btn-link {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 1.125rem 1.25rem;
    text-align: left;
    font-weight: 600;
    font-size: 1rem;
    color: #0d2137;
    text-decoration: none !important;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    border-left: 4px solid transparent;
}
.rainy-faq-home__item .card-header .btn-link:hover {
    background: #f8fafc;
    color: #ff6d00;
    border-left-color: rgba(255, 109, 0, 0.4);
}
.rainy-faq-home__item .card-header .btn-link[aria-expanded="true"] {
    background: rgba(255, 109, 0, 0.06);
    color: #ff6d00;
    border-left-color: #ff6d00;
}
.rainy-faq-home__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 33, 55, 0.06);
    color: #64748b;
    border-radius: 10px;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    transition: background 0.2s ease, color 0.2s ease;
}
.rainy-faq-home__icon::before {
    line-height: 1;
    display: block;
    transform: translateY(10px);
}
.rainy-faq-home__item .card-header .btn-link[aria-expanded="true"] .rainy-faq-home__icon {
    background: rgba(255, 109, 0, 0.12);
    color: #ff6d00;
}
.rainy-faq-home__q {
    flex: 1;
    line-height: 1.4;
}
.rainy-faq-home__toggle {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: #64748b;
    border-radius: 8px;
    font-size: 0.7rem;
    line-height: 1;
    text-align: center;
    transition: transform 0.3s ease, background 0.2s ease, color 0.2s ease;
}
.rainy-faq-home__toggle::before {
    line-height: 1;
    display: block;
    transform: translateY(10px);
}
.rainy-faq-home__item .card-header .btn-link[aria-expanded="true"] .rainy-faq-home__toggle {
    transform: rotate(45deg);
    background: rgba(255, 109, 0, 0.15);
    color: #ff6d00;
}
.rainy-faq-home__item .card-body {
    padding: 0 1.25rem 1.25rem 1.5rem !important;
    padding-left: calc(1.25rem + 36px + 14px) !important;
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.65;
    border-top: 1px solid #f1f5f9;
}
.rainy-faq-home__item .card-body p {
    margin: 0;
}
@media (max-width: 991px) {
    .rainy-faq-home__item .card-body {
        padding-left: 1.25rem !important;
    }
}

/* ========== İletişim Bölümü v2 – Bize Ulaşın ========== */
.home-contact-v2 {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.home-contact-v2-header {
    margin-bottom: 2.5rem;
}

.home-contact-v2-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #0d2137;
    margin-bottom: 0.5rem;
}

.home-contact-v2-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0d2137;
    margin-bottom: 0.75rem;
}

.home-contact-v2-sub {
    font-size: 1rem;
    color: #64748b;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.6;
}

/* İletişim kartları (Telefon, E-posta, WhatsApp) */
.home-contact-v2-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home-contact-v2-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.home-contact-v2-card:hover {
    border-color: #0d2137;
    box-shadow: 0 12px 24px rgba(13, 33, 55, 0.08);
    transform: translateY(-2px);
}

.home-contact-v2-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0d2137 0%, #1e3a5f 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.home-contact-v2-card:nth-child(2) .home-contact-v2-card-icon {
    background: linear-gradient(135deg, #086AD8 0%, #0d2137 100%);
}

.home-contact-v2-card:nth-child(3) .home-contact-v2-card-icon {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.home-contact-v2-card-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.home-contact-v2-card-value {
    font-size: 1rem;
    font-weight: 600;
    color: #0d2137;
}

/* Form alanı */
.home-contact-v2-form-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 2.25rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    height: 100%;
    min-height: 380px;
}

.home-contact-v2-form .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.home-contact-v2-form .row > [class*="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.home-contact-v2-field {
    margin-bottom: 1.25rem;
}

.home-contact-v2-field label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.4rem;
}

.home-contact-v2-field input,
.home-contact-v2-field textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-contact-v2-field input:focus,
.home-contact-v2-field textarea:focus {
    outline: none;
    border-color: #0d2137;
    box-shadow: 0 0 0 3px rgba(13, 33, 55, 0.08);
}

.home-contact-v2-field textarea {
    min-height: 100px;
    resize: vertical;
}

.home-contact-v2-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    background: linear-gradient(135deg, #0d2137 0%, #1e3a5f 100%);
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.home-contact-v2-btn:hover {
    color: #fff;
    box-shadow: 0 8px 20px rgba(13, 33, 55, 0.25);
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .home-contact-v2-form-wrap {
        min-height: 0;
    }
}

/* İletişim sayfası – Şirket bilgileri kutucukları */
.rainy-contact-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.rainy-contact-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 1.5rem 1.5rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.rainy-contact-box:hover {
    border-color: rgba(13, 33, 55, 0.15);
    box-shadow: 0 12px 28px rgba(13, 33, 55, 0.1);
    transform: translateY(-2px);
}

.rainy-contact-box--link:hover .rainy-contact-box__value {
    color: #086AD8;
}

/* Adres kutucuğu: üstteki iki kutucukla aynı genişlikte (2 sütun span) */
.rainy-contact-box--wide {
    grid-column: span 2;
}

.rainy-contact-box--wide .rainy-contact-box__value {
    line-height: 1.6;
    white-space: normal;
    word-break: normal;
}

.rainy-contact-box__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0d2137 0%, #1e3a5f 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.rainy-contact-box:nth-child(2) .rainy-contact-box__icon {
    background: linear-gradient(135deg, #086AD8 0%, #0d2137 100%);
}

.rainy-contact-box:nth-child(3) .rainy-contact-box__icon {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
}

.rainy-contact-box:nth-child(4) .rainy-contact-box__icon {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.rainy-contact-box:nth-child(5) .rainy-contact-box__icon {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.rainy-contact-box__label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #94a3b8;
}

.rainy-contact-box__value {
    font-size: 0.95rem;
    font-weight: 500;
    color: #0d2137;
    line-height: 1.5;
    transition: color 0.2s ease;
}

.rainy-contact-box--link .rainy-contact-box__value {
    color: #086AD8;
}

@media (max-width: 767px) {
    .rainy-contact-boxes {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .rainy-contact-box--wide {
        grid-column: span 1;
    }
    .rainy-contact-box {
        padding: 1.25rem 1.25rem;
    }
}

/* ========== Anasayfa – Ağ & Güvenlik / DDoS Bölümü ========== */
.rainy-ddos {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 50%, #f1f5f9 100%);
    border-top: 1px solid rgba(13, 33, 55, 0.06);
}

.rainy-ddos__header {
    margin-bottom: 2.5rem;
}

.rainy-ddos__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-ddos__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-ddos__lead {
    font-size: 1.05rem;
    color: #64748b;
    margin: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.rainy-ddos-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 0.5rem;
}

.rainy-ddos-flow__arrow {
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, rgba(8, 106, 216, 0.4), rgba(8, 106, 216, 0.2));
    flex-shrink: 0;
}

.rainy-ddos-flow__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.rainy-ddos-flow__global .rainy-ddos-flow__icon {
    background: rgba(8, 106, 216, 0.12);
    color: #086AD8;
    border-color: rgba(8, 106, 216, 0.3);
}

.rainy-ddos-flow__global .rainy-ddos-flow__tag {
    background: #086AD8;
    color: #fff;
}

.rainy-ddos-flow__tr .rainy-ddos-flow__icon {
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
    border-color: rgba(220, 38, 38, 0.25);
}

.rainy-ddos-flow__tr .rainy-ddos-flow__tag {
    background: #dc2626;
    color: #fff;
}

.rainy-ddos-flow__tag {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    white-space: nowrap;
}

.rainy-ddos-flow__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    flex-shrink: 0;
    font-size: 1.25rem;
    position: relative;
}

.rainy-ddos-flow__box {
    background: #fff;
    border: 1px solid rgba(8, 106, 216, 0.2);
    border-radius: 10px;
    padding: 0.5rem 0.75rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.rainy-ddos-flow__box strong {
    display: block;
    font-size: 0.9rem;
    color: #0d2137;
}

.rainy-ddos-flow__box span {
    font-size: 0.7rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.rainy-ddos-flow__tr {
    position: relative;
}

.rainy-ddos-flow__label {
    font-size: 0.75rem;
    color: #64748b;
}

.rainy-ddos-flow__node {
    background: #fff;
    border: 1px solid rgba(13, 33, 55, 0.08);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    min-width: 120px;
}

.rainy-ddos-flow__node--firewall {
    border-color: rgba(220, 38, 38, 0.25);
    background: linear-gradient(180deg, #fff 0%, rgba(220, 38, 38, 0.03) 100%);
}

.rainy-ddos-flow__node--firewall .rainy-ddos-flow__node-icon {
    color: #dc2626;
}

.rainy-ddos-flow__node-icon {
    font-size: 1.5rem;
    color: #086AD8;
    margin-bottom: 0.35rem;
}

.rainy-ddos-flow__node strong {
    display: block;
    font-size: 0.85rem;
    color: #0d2137;
}

.rainy-ddos-flow__node span {
    font-size: 0.7rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.rainy-ddos-flow__servers {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.rainy-ddos-flow__server {
    background: #fff;
    border: 1px solid rgba(13, 33, 55, 0.08);
    border-radius: 10px;
    padding: 0.6rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #475569;
}

.rainy-ddos-flow__server i {
    color: #086AD8;
    width: 20px;
    text-align: center;
}

.rainy-ddos-flow__server--game {
    border-color: rgba(34, 197, 94, 0.3);
    background: linear-gradient(180deg, #fff 0%, rgba(34, 197, 94, 0.04) 100%);
}

.rainy-ddos-flow__server--game i {
    color: #16a34a;
}

.rainy-ddos-flow__server--game small {
    font-size: 0.7rem;
    color: #16a34a;
    margin-left: auto;
}

@media (max-width: 991px) {
    .rainy-ddos-flow {
        gap: 1rem;
    }
    .rainy-ddos-flow__arrow {
        width: 2px;
        height: 16px;
        background: linear-gradient(180deg, rgba(8, 106, 216, 0.3), transparent);
    }
    .rainy-ddos-flow__node {
        min-width: 0;
    }
}

/* Kapasite + Engellenen methodlar */
.rainy-ddos-stats__content {
    padding-right: 1rem;
}

.rainy-ddos-stats__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #dc2626;
    margin-bottom: 1rem;
}

.rainy-ddos-stats__title {
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 1rem;
    line-height: 1.3;
}

.rainy-ddos-stats__text {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 1.5rem;
}

.rainy-ddos-stats__boxes {
    margin: 0 -0.5rem;
}

.rainy-ddos-stats__box {
    background: #fff;
    border: 1px solid rgba(13, 33, 55, 0.08);
    border-radius: 12px;
    padding: 1.25rem 1rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rainy-ddos-stats__box:hover {
    border-color: rgba(220, 38, 38, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.rainy-ddos-stats__number {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    color: #0d2137;
    margin-bottom: 0.25rem;
}

.rainy-ddos-stats__label {
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.rainy-ddos-methods {
    background: #fff;
    border: 1px solid rgba(13, 33, 55, 0.08);
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.rainy-ddos-methods::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(220, 38, 38, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.rainy-ddos-methods__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    z-index: 1;
}

.rainy-ddos-methods__title i {
    color: #dc2626;
}

.rainy-ddos-methods__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    position: relative;
    z-index: 1;
}

.rainy-ddos-methods__chip {
    font-size: 0.8rem;
    color: #475569;
    background: #f8fafc;
    border: 1px solid rgba(13, 33, 55, 0.06);
    padding: 0.45rem 0.75rem;
    border-radius: 8px;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.rainy-ddos-methods__chip:hover {
    background: rgba(220, 38, 38, 0.06);
    border-color: rgba(220, 38, 38, 0.2);
    color: #0d2137;
}

@media (max-width: 991px) {
    .rainy-ddos-stats {
        margin-top: 2.5rem !important;
    }
    .rainy-ddos-stats__content {
        padding-right: 0;
        margin-bottom: 2rem;
    }
}

/* Minecraft sayfası – Ryzen 9 5950X CTA butonu */
.rainy-minecraft-ryzen-wrap {
    padding: 2.5rem 0 1.75rem;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}
.rainy-minecraft-ryzen-lead {
    font-size: 1.05rem;
    color: #475569;
    margin: 0 0 1rem;
    font-weight: 500;
}
.rainy-minecraft-ryzen-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 2rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff !important;
    background: #086AD8 !important;
    border: 2px solid #086AD8 !important;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(8, 106, 216, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.rainy-minecraft-ryzen-btn:hover {
    color: #fff !important;
    background: #065bb5 !important;
    border-color: #065bb5 !important;
    box-shadow: 0 6px 20px rgba(8, 106, 216, 0.45);
    transform: translateY(-2px);
}
