/* =============================================
   TOPLU E-POSTA GÖNDERİMİ - SAYFA STİLLERİ
   ============================================= */

/* --- Genel Bölüm Başlık Stilleri --- */
.eposta-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.eposta-section-title {
    font-size: 50px;
    line-height: 108%;
    font-family: 'Poppins', sans-serif;
    color: #068bdb;
    font-weight: 700;
    margin-bottom: 16px;
}

.eposta-section-desc {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    color: #4b5563;
    max-width: 700px;
    margin: 0 auto;
}

/* =============================================
   HİZMET KARTLARI BÖLÜMÜ
   ============================================= */
.eposta-services-section {
    padding: 100px 20px 80px;
}

.eposta-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1600px;
    margin: 0 auto;
}

.eposta-feature-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 36px 30px;
    transition: all 0.35s ease;
    opacity: 0;
    transform: translateY(30px);
}

.eposta-feature-card.eposta-visible {
    opacity: 1;
    transform: translateY(0);
}

.eposta-feature-card:hover {
    border-color: #0082cf;
    box-shadow: 0 12px 40px rgba(0, 130, 207, 0.12);
    transform: translateY(-6px);
}

.eposta-feature-icon-wrap {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgba(0, 130, 207, 0.08), rgba(88, 181, 235, 0.08));
    border-radius: 14px;
}

.eposta-feature-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #12567f;
    margin-bottom: 12px;
}

.eposta-feature-desc {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #4b5563;
    font-weight: 400;
}

/* =============================================
   NASIL ÇALIŞIR BÖLÜMÜ
   ============================================= */
.eposta-how-section {
    padding: 80px 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.eposta-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.eposta-step {
    text-align: center;
    position: relative;
    padding: 40px 24px;
    opacity: 0;
    transform: translateY(30px);
}

.eposta-step.eposta-visible {
    opacity: 1;
    transform: translateY(0);
}

.eposta-step-number {
    font-size: 56px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(90deg, #0082cf, #58b5eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 20px;
}

.eposta-step-line {
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, #0082cf, #58b5eb);
    border-radius: 2px;
    margin: 0 auto 24px;
}

.eposta-step-title {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #12567f;
    margin-bottom: 12px;
}

.eposta-step-desc {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    color: #4b5563;
    font-weight: 400;
}

/* =============================================
   TEKNİK ÖZELLİKLER BÖLÜMÜ
   ============================================= */
.eposta-specs-section {
    padding: 80px 20px;
}

.eposta-specs-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto;
}

.eposta-specs-left {
    flex: 0 0 380px;
    position: sticky;
    top: 100px;
}

.eposta-specs-right {
    flex: 1;
}

.eposta-specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.eposta-spec-item {
    display: flex;
    flex-direction: column;
    padding: 28px 32px;
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.eposta-spec-item.eposta-visible {
    opacity: 1;
    transform: translateY(0);
}

.eposta-spec-item:nth-child(even) {
    border-right: none;
}

.eposta-spec-item:nth-last-child(-n+2) {
    border-bottom: none;
}

.eposta-spec-item:hover {
    background: #f0f7ff;
}

.eposta-spec-label {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #0082cf;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.eposta-spec-value {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #12567f;
    line-height: 1.4;
}

/* =============================================
   NEDEN BİZ BÖLÜMÜ
   ============================================= */
.eposta-why-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #003859 0%, #00629D 50%, #0082cf 100%);
    position: relative;
    overflow: hidden;
}

.eposta-why-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 1;
}

.eposta-why-section .container {
    position: relative;
    z-index: 2;
}

.eposta-why-section .eposta-section-title {
    color: #ffffff;
}

.eposta-why-section .eposta-section-title .dark-blue {
    color: #58b5eb !important;
}

.eposta-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    max-width: 1600px;
    margin: 0 auto;
}

.eposta-why-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 40px 28px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: all 0.35s ease;
    opacity: 0;
    transform: translateY(30px);
}

.eposta-why-card.eposta-visible {
    opacity: 1;
    transform: translateY(0);
}

.eposta-why-card:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.25);
}

.eposta-why-number {
    font-size: 48px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #58b5eb;
    line-height: 1;
    margin-bottom: 16px;
}

.eposta-why-card h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin-bottom: 12px;
}

.eposta-why-card p {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

/* =============================================
   SCROLL ANİMASYON GECİKMELERİ
   ============================================= */
.eposta-feature-card:nth-child(1),
.eposta-step:nth-child(1),
.eposta-why-card:nth-child(1) { transition-delay: 0s; }

.eposta-feature-card:nth-child(2),
.eposta-step:nth-child(2),
.eposta-why-card:nth-child(2) { transition-delay: 0.1s; }

.eposta-feature-card:nth-child(3),
.eposta-step:nth-child(3),
.eposta-why-card:nth-child(3) { transition-delay: 0.2s; }

.eposta-feature-card:nth-child(4),
.eposta-step:nth-child(4),
.eposta-why-card:nth-child(4) { transition-delay: 0.3s; }

.eposta-feature-card:nth-child(5) { transition-delay: 0.4s; }
.eposta-feature-card:nth-child(6) { transition-delay: 0.5s; }

.eposta-spec-item:nth-child(1) { transition-delay: 0s; }
.eposta-spec-item:nth-child(2) { transition-delay: 0.05s; }
.eposta-spec-item:nth-child(3) { transition-delay: 0.1s; }
.eposta-spec-item:nth-child(4) { transition-delay: 0.15s; }
.eposta-spec-item:nth-child(5) { transition-delay: 0.2s; }
.eposta-spec-item:nth-child(6) { transition-delay: 0.25s; }
.eposta-spec-item:nth-child(7) { transition-delay: 0.3s; }
.eposta-spec-item:nth-child(8) { transition-delay: 0.35s; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1080px) {
    .eposta-section-title {
        font-size: 40px;
    }

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

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

    .eposta-specs-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .eposta-specs-left {
        flex: none;
        position: static;
    }

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

@media (max-width: 768px) {
    .eposta-section-title {
        font-size: 30px;
    }

    .eposta-section-desc {
        font-size: 16px;
    }

    .eposta-services-section {
        padding: 60px 16px 50px;
    }

    .eposta-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .eposta-how-section {
        padding: 60px 16px;
    }

    .eposta-steps {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .eposta-step {
        padding: 28px 20px;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0 16px;
        background: #ffffff;
        border-radius: 12px;
        border: 1px solid #e5e7eb;
    }

    .eposta-step-number {
        font-size: 36px;
        margin-bottom: 0;
    }

    .eposta-step-line {
        display: none;
    }

    .eposta-step-title {
        margin-bottom: 4px;
    }

    .eposta-step-desc {
        flex-basis: 100%;
    }

    .eposta-specs-section {
        padding: 60px 16px;
    }

    .eposta-specs-grid {
        grid-template-columns: 1fr;
    }

    .eposta-spec-item {
        border-right: none !important;
    }

    .eposta-spec-item:last-child {
        border-bottom: none;
    }

    .eposta-why-section {
        padding: 60px 16px;
    }

    .eposta-why-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .eposta-why-number {
        font-size: 36px;
    }

    .eposta-section-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 540px) {
    .eposta-section-title {
        font-size: 26px;
    }

    .eposta-feature-card {
        padding: 28px 20px;
    }

    .eposta-feature-title {
        font-size: 18px;
    }

    .eposta-feature-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .eposta-step-number {
        font-size: 30px;
    }

    .eposta-step-title {
        font-size: 17px;
    }

    .eposta-spec-value {
        font-size: 15px;
    }
}
/* =============================================
   E-POSTA ARŞİVLEME — SAYFA STİLLERİ
   ============================================= */

/* --- Genel Başlık --- */
.arsiv-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.arsiv-section-title {
    font-size: 50px;
    line-height: 108%;
    font-family: 'Poppins', sans-serif;
    color: #068bdb;
    font-weight: 700;
    margin-bottom: 16px;
}

.arsiv-section-desc {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    color: #4b5563;
    max-width: 700px;
    margin: 0 auto;
}

/* =============================================
   NEDEN ARŞİVLEME — GİRİŞ
   ============================================= */
.arsiv-intro-section {
    padding: 100px 20px 80px;
}

.arsiv-intro-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto;
}

.arsiv-intro-left {
    flex: 0 0 420px;
}

.arsiv-intro-desc {
    font-size: 17px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    color: #4b5563;
    margin-top: 20px;
}

.arsiv-intro-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.arsiv-risk-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 28px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    transition: all 0.35s ease;
    opacity: 0;
    transform: translateX(30px);
}

.arsiv-risk-card.arsiv-visible {
    opacity: 1;
    transform: translateX(0);
}

.arsiv-risk-card:hover {
    border-color: #0082cf;
    box-shadow: 0 8px 30px rgba(0, 130, 207, 0.1);
}

.arsiv-risk-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fef2f2;
    border-radius: 12px;
}

.arsiv-risk-card:nth-child(2) .arsiv-risk-icon {
    background: #fffbeb;
}

.arsiv-risk-card:nth-child(3) .arsiv-risk-icon {
    background: #eff6ff;
}

.arsiv-risk-card strong {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: #12567f;
    display: block;
    margin-bottom: 6px;
}

.arsiv-risk-card p {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    color: #4b5563;
    margin: 0;
}

/* =============================================
   ÖZELLİK KARTLARI
   ============================================= */
.arsiv-features-section {
    padding: 80px 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.arsiv-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1600px;
    margin: 0 auto;
}

.arsiv-feature-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 36px 30px;
    position: relative;
    transition: all 0.35s ease;
    opacity: 0;
    transform: translateY(30px);
}

.arsiv-feature-card.arsiv-visible {
    opacity: 1;
    transform: translateY(0);
}

.arsiv-feature-card:hover {
    border-color: #0082cf;
    box-shadow: 0 12px 40px rgba(0, 130, 207, 0.12);
    transform: translateY(-6px);
}

.arsiv-feature-num {
    font-size: 48px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(90deg, #0082cf, #58b5eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 16px;
    opacity: 0.25;
}

.arsiv-feature-card:hover .arsiv-feature-num {
    opacity: 0.6;
}

.arsiv-feature-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #12567f;
    margin-bottom: 12px;
}

.arsiv-feature-desc {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #4b5563;
    font-weight: 400;
}

/* =============================================
   NASIL ÇALIŞIR — AKIŞ
   ============================================= */
.arsiv-flow-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #003859 0%, #00629D 50%, #0082cf 100%);
    position: relative;
    overflow: hidden;
}

.arsiv-flow-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 1;
}

.arsiv-flow-section .container {
    position: relative;
    z-index: 2;
}

.arsiv-flow-section .arsiv-section-title {
    color: #ffffff;
}

.arsiv-flow-section .arsiv-section-title .dark-blue {
    color: #58b5eb !important;
}

.arsiv-flow-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    max-width: 1600px;
    margin: 0 auto;
}

.arsiv-flow-step {
    flex: 1;
    text-align: center;
    padding: 30px 20px;
    max-width: 280px;
    opacity: 0;
    transform: translateY(30px);
}

.arsiv-flow-step.arsiv-visible {
    opacity: 1;
    transform: translateY(0);
}

.arsiv-flow-icon-wrap {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    backdrop-filter: blur(6px);
}

.arsiv-flow-step h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin-bottom: 10px;
}

.arsiv-flow-step p {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.arsiv-flow-connector {
    display: flex;
    align-items: center;
    padding-top: 58px;
    flex-shrink: 0;
}

/* =============================================
   UYUMLULUK BÖLÜMÜ
   ============================================= */
.arsiv-compliance-section {
    padding: 80px 20px;
}

.arsiv-compliance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1600px;
    margin: 0 auto;
}

.arsiv-compliance-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 28px;
    text-align: center;
    transition: all 0.35s ease;
    opacity: 0;
    transform: translateY(30px);
}

.arsiv-compliance-card.arsiv-visible {
    opacity: 1;
    transform: translateY(0);
}

.arsiv-compliance-card:hover {
    border-color: #0082cf;
    box-shadow: 0 12px 40px rgba(0, 130, 207, 0.12);
    transform: translateY(-6px);
}

.arsiv-compliance-badge {
    display: inline-block;
    background: linear-gradient(90deg, #0082cf, #58b5eb);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1.5px;
    padding: 8px 24px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.arsiv-compliance-card h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #12567f;
    margin-bottom: 12px;
}

.arsiv-compliance-card p {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    color: #4b5563;
    margin: 0;
}

/* =============================================
   TEKNİK DETAYLAR
   ============================================= */
.arsiv-tech-section {
    padding: 80px 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.arsiv-tech-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto;
}

.arsiv-tech-left {
    flex: 0 0 380px;
    position: sticky;
    top: 100px;
}

.arsiv-tech-right {
    flex: 1;
}

.arsiv-tech-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.arsiv-tech-item {
    display: flex;
    flex-direction: column;
    padding: 28px 32px;
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.arsiv-tech-item.arsiv-visible {
    opacity: 1;
    transform: translateY(0);
}

.arsiv-tech-item:nth-child(even) {
    border-right: none;
}

.arsiv-tech-item:nth-last-child(-n+2) {
    border-bottom: none;
}

.arsiv-tech-item:hover {
    background: #f0f7ff;
}

.arsiv-tech-label {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #0082cf;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.arsiv-tech-value {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #12567f;
    line-height: 1.4;
}

/* =============================================
   SCROLL ANİMASYON GECİKMELERİ
   ============================================= */
.arsiv-feature-card:nth-child(1) { transition-delay: 0s; }
.arsiv-feature-card:nth-child(2) { transition-delay: 0.1s; }
.arsiv-feature-card:nth-child(3) { transition-delay: 0.2s; }
.arsiv-feature-card:nth-child(4) { transition-delay: 0.3s; }
.arsiv-feature-card:nth-child(5) { transition-delay: 0.4s; }
.arsiv-feature-card:nth-child(6) { transition-delay: 0.5s; }

.arsiv-flow-step:nth-child(1) { transition-delay: 0s; }
.arsiv-flow-step:nth-child(3) { transition-delay: 0.15s; }
.arsiv-flow-step:nth-child(5) { transition-delay: 0.3s; }
.arsiv-flow-step:nth-child(7) { transition-delay: 0.45s; }

.arsiv-compliance-card:nth-child(1) { transition-delay: 0s; }
.arsiv-compliance-card:nth-child(2) { transition-delay: 0.1s; }
.arsiv-compliance-card:nth-child(3) { transition-delay: 0.2s; }
.arsiv-compliance-card:nth-child(4) { transition-delay: 0.3s; }

.arsiv-risk-card:nth-child(1) { transition-delay: 0s; }
.arsiv-risk-card:nth-child(2) { transition-delay: 0.12s; }
.arsiv-risk-card:nth-child(3) { transition-delay: 0.24s; }

.arsiv-tech-item:nth-child(1) { transition-delay: 0s; }
.arsiv-tech-item:nth-child(2) { transition-delay: 0.05s; }
.arsiv-tech-item:nth-child(3) { transition-delay: 0.1s; }
.arsiv-tech-item:nth-child(4) { transition-delay: 0.15s; }
.arsiv-tech-item:nth-child(5) { transition-delay: 0.2s; }
.arsiv-tech-item:nth-child(6) { transition-delay: 0.25s; }
.arsiv-tech-item:nth-child(7) { transition-delay: 0.3s; }
.arsiv-tech-item:nth-child(8) { transition-delay: 0.35s; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1080px) {
    .arsiv-section-title {
        font-size: 40px;
    }

    .arsiv-intro-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .arsiv-intro-left {
        flex: none;
    }

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

    .arsiv-flow-steps {
        flex-wrap: wrap;
        gap: 10px;
    }

    .arsiv-flow-connector {
        display: none;
    }

    .arsiv-flow-step {
        flex: 0 0 calc(50% - 10px);
        max-width: none;
    }

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

    .arsiv-tech-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .arsiv-tech-left {
        flex: none;
        position: static;
    }
}

@media (max-width: 768px) {
    .arsiv-section-title {
        font-size: 30px;
    }

    .arsiv-section-desc {
        font-size: 16px;
    }

    .arsiv-intro-section {
        padding: 60px 16px 50px;
    }

    .arsiv-features-section {
        padding: 60px 16px;
    }

    .arsiv-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .arsiv-flow-section {
        padding: 60px 16px;
    }

    .arsiv-flow-steps {
        flex-direction: column;
        align-items: center;
    }

    .arsiv-flow-step {
        flex: none;
        width: 100%;
        max-width: 400px;
    }

    .arsiv-compliance-section {
        padding: 60px 16px;
    }

    .arsiv-compliance-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .arsiv-tech-section {
        padding: 60px 16px;
    }

    .arsiv-tech-grid {
        grid-template-columns: 1fr;
    }

    .arsiv-tech-item {
        border-right: none !important;
    }

    .arsiv-tech-item:last-child {
        border-bottom: none;
    }

    .arsiv-section-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 540px) {
    .arsiv-section-title {
        font-size: 26px;
    }

    .arsiv-feature-card {
        padding: 28px 20px;
    }

    .arsiv-feature-title {
        font-size: 18px;
    }

    .arsiv-feature-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .arsiv-feature-num {
        font-size: 36px;
    }

    .arsiv-compliance-badge {
        font-size: 12px;
        padding: 6px 18px;
    }

    .arsiv-compliance-card h4 {
        font-size: 16px;
    }

    .arsiv-tech-value {
        font-size: 15px;
    }

    .arsiv-risk-card {
        flex-direction: column;
        gap: 12px;
    }
}
/* =============================================
   ÜCRETSİZ E-POSTA TAŞIMA — SAYFA STİLLERİ
   ============================================= */

/* --- Genel Başlık --- */
.tasima-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.tasima-section-title {
    font-size: 50px;
    line-height: 108%;
    font-family: 'Poppins', sans-serif;
    color: #068bdb;
    font-weight: 700;
    margin-bottom: 16px;
}

.tasima-section-desc {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    color: #4b5563;
    max-width: 700px;
    margin: 0 auto;
}

/* =============================================
   GARANTİ BANNER
   ============================================= */
.tasima-guarantee-section {
    padding: 80px 20px 60px;
}

.tasima-guarantee-banner {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1600px;
    margin: 0 auto;
    background: linear-gradient(135deg, #003859 0%, #00629D 50%, #0082cf 100%);
    border-radius: 24px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.tasima-guarantee-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 1;
}

.tasima-guarantee-left {
    flex: 1;
    position: relative;
    z-index: 2;
}

.tasima-guarantee-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(88, 181, 235, 0.2);
    border: 1px solid rgba(88, 181, 235, 0.3);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    color: #58b5eb;
    margin-bottom: 24px;
}

.tasima-guarantee-left h2 {
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
}

.tasima-guarantee-left p {
    font-size: 17px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    color: rgba(255, 255, 255, 0.75);
}

.tasima-guarantee-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.tasima-guarantee-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 20px 40px;
    backdrop-filter: blur(6px);
    min-width: 180px;
}

.tasima-stat-num {
    font-size: 36px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #58b5eb;
    line-height: 1;
}

.tasima-stat-label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 6px;
}

/* =============================================
   PLATFORMLAR
   ============================================= */
.tasima-providers-section {
    padding: 60px 20px 80px;
}

.tasima-providers-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.tasima-provider-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 32px 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.35s ease;
    opacity: 0;
    transform: translateY(20px);
}

.tasima-provider-card.tasima-visible {
    opacity: 1;
    transform: translateY(0);
}

.tasima-provider-card:hover {
    border-color: #0082cf;
    box-shadow: 0 8px 30px rgba(0, 130, 207, 0.12);
    transform: translateY(-4px);
}

.tasima-provider-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fbff;
    border-radius: 14px;
}

.tasima-provider-card span {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #12567f;
    text-align: center;
}

/* =============================================
   TAŞIMA SÜRECİ — TİMELİNE
   ============================================= */
.tasima-process-section {
    padding: 80px 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.tasima-timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-left: 40px;
}

.tasima-timeline-line {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #0082cf, #58b5eb);
    border-radius: 2px;
}

.tasima-timeline-item {
    position: relative;
    padding: 0 0 48px 40px;
    opacity: 0;
    transform: translateX(-20px);
}

.tasima-timeline-item.tasima-visible {
    opacity: 1;
    transform: translateX(0);
}

.tasima-timeline-item:last-child {
    padding-bottom: 0;
}

.tasima-timeline-dot {
    position: absolute;
    left: -33px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, #0082cf, #58b5eb);
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 130, 207, 0.2);
}

.tasima-timeline-content {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px 32px;
    transition: all 0.3s ease;
}

.tasima-timeline-content:hover {
    border-color: #0082cf;
    box-shadow: 0 8px 30px rgba(0, 130, 207, 0.1);
}

.tasima-timeline-step {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    color: #0082cf;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.tasima-timeline-content h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #12567f;
    margin-bottom: 10px;
}

.tasima-timeline-content p {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    color: #4b5563;
    margin: 0;
}

/* =============================================
   NELER TAŞINIR
   ============================================= */
.tasima-what-section {
    padding: 80px 20px;
}

.tasima-what-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1600px;
    margin: 0 auto;
}

.tasima-what-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 36px 30px;
    transition: all 0.35s ease;
    opacity: 0;
    transform: translateY(30px);
}

.tasima-what-card.tasima-visible {
    opacity: 1;
    transform: translateY(0);
}

.tasima-what-card:hover {
    border-color: #0082cf;
    box-shadow: 0 12px 40px rgba(0, 130, 207, 0.12);
    transform: translateY(-6px);
}

.tasima-what-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 130, 207, 0.08), rgba(88, 181, 235, 0.08));
    border-radius: 14px;
    margin-bottom: 20px;
}

.tasima-what-card h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #12567f;
    margin-bottom: 10px;
}

.tasima-what-card p {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    color: #4b5563;
    margin: 0;
}

/* =============================================
   GARANTİLERİMİZ
   ============================================= */
.tasima-promises-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #003859 0%, #00629D 50%, #0082cf 100%);
    position: relative;
    overflow: hidden;
}

.tasima-promises-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 1;
}

.tasima-promises-section .container {
    position: relative;
    z-index: 2;
}

.tasima-promises-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1600px;
    margin: 0 auto;
}

.tasima-promise-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 40px 28px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: all 0.35s ease;
    opacity: 0;
    transform: translateY(30px);
}

.tasima-promise-card.tasima-visible {
    opacity: 1;
    transform: translateY(0);
}

.tasima-promise-card:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.25);
}

.tasima-promise-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    margin: 0 auto 20px;
}

.tasima-promise-card h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin-bottom: 12px;
}

.tasima-promise-card p {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* =============================================
   SCROLL ANİMASYON GECİKMELERİ
   ============================================= */
.tasima-provider-card:nth-child(1) { transition-delay: 0s; }
.tasima-provider-card:nth-child(2) { transition-delay: 0.08s; }
.tasima-provider-card:nth-child(3) { transition-delay: 0.16s; }
.tasima-provider-card:nth-child(4) { transition-delay: 0.24s; }
.tasima-provider-card:nth-child(5) { transition-delay: 0.32s; }
.tasima-provider-card:nth-child(6) { transition-delay: 0.4s; }

.tasima-timeline-item:nth-child(2) { transition-delay: 0s; }
.tasima-timeline-item:nth-child(3) { transition-delay: 0.12s; }
.tasima-timeline-item:nth-child(4) { transition-delay: 0.24s; }
.tasima-timeline-item:nth-child(5) { transition-delay: 0.36s; }
.tasima-timeline-item:nth-child(6) { transition-delay: 0.48s; }

.tasima-what-card:nth-child(1) { transition-delay: 0s; }
.tasima-what-card:nth-child(2) { transition-delay: 0.1s; }
.tasima-what-card:nth-child(3) { transition-delay: 0.2s; }
.tasima-what-card:nth-child(4) { transition-delay: 0.3s; }
.tasima-what-card:nth-child(5) { transition-delay: 0.4s; }
.tasima-what-card:nth-child(6) { transition-delay: 0.5s; }

.tasima-promise-card:nth-child(1) { transition-delay: 0s; }
.tasima-promise-card:nth-child(2) { transition-delay: 0.1s; }
.tasima-promise-card:nth-child(3) { transition-delay: 0.2s; }
.tasima-promise-card:nth-child(4) { transition-delay: 0.3s; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1080px) {
    .tasima-section-title {
        font-size: 40px;
    }

    .tasima-guarantee-banner {
        flex-direction: column;
        padding: 48px 40px;
        gap: 40px;
    }

    .tasima-guarantee-right {
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .tasima-providers-grid {
        grid-template-columns: repeat(3, 1fr);
    }

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

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

@media (max-width: 768px) {
    .tasima-section-title {
        font-size: 30px;
    }

    .tasima-section-desc {
        font-size: 16px;
    }

    .tasima-guarantee-section {
        padding: 60px 16px 40px;
    }

    .tasima-guarantee-banner {
        padding: 36px 24px;
        border-radius: 16px;
    }

    .tasima-guarantee-left h2 {
        font-size: 26px;
    }

    .tasima-guarantee-right {
        flex-direction: column;
        align-items: stretch;
    }

    .tasima-guarantee-stat {
        min-width: auto;
        padding: 16px 24px;
        flex-direction: row;
        gap: 12px;
    }

    .tasima-stat-num {
        font-size: 28px;
    }

    .tasima-providers-section {
        padding: 40px 16px 60px;
    }

    .tasima-providers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .tasima-process-section {
        padding: 60px 16px;
    }

    .tasima-timeline {
        padding-left: 30px;
    }

    .tasima-timeline-dot {
        left: -23px;
    }

    .tasima-timeline-content {
        padding: 22px 20px;
    }

    .tasima-what-section {
        padding: 60px 16px;
    }

    .tasima-what-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tasima-promises-section {
        padding: 60px 16px;
    }

    .tasima-promises-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tasima-section-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 540px) {
    .tasima-section-title {
        font-size: 26px;
    }

    .tasima-guarantee-left h2 {
        font-size: 22px;
    }

    .tasima-guarantee-left p {
        font-size: 15px;
    }

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

    .tasima-provider-card {
        padding: 24px 12px;
    }

    .tasima-provider-card span {
        font-size: 13px;
    }

    .tasima-what-card {
        padding: 28px 20px;
    }

    .tasima-what-card h4 {
        font-size: 17px;
    }

    .tasima-timeline-content h4 {
        font-size: 17px;
    }
}