/* Evden Eve Nakliyat Content Section — d12ec5d2 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.eenc-d12ec5d2-wrapper {
    font-family: 'Inter', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== INTRO ===== */
.eenc-d12ec5d2-intro-section {
    padding: 60px 0 50px;
    border-bottom: 1px solid #E8ECF1;
}

.eenc-d12ec5d2-intro-title {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 8px;
    position: relative;
    padding-bottom: 20px;
}

.eenc-d12ec5d2-intro-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background: #E8A23A;
}

.eenc-d12ec5d2-intro-content {
    margin-top: 28px;
    max-width: 900px;
}

.eenc-d12ec5d2-intro-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4A5568;
    margin: 0 0 16px;
}

.eenc-d12ec5d2-intro-content p:last-child {
    margin-bottom: 0;
}

/* ===== PROCESS ===== */
.eenc-d12ec5d2-process-section {
    padding: 60px 0;
    border-bottom: 1px solid #E8ECF1;
}

.eenc-d12ec5d2-process-header {
    text-align: center;
    margin-bottom: 48px;
}

.eenc-d12ec5d2-process-header .eenc-d12ec5d2-section-title {
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 12px;
}

.eenc-d12ec5d2-process-subtitle {
    font-size: 16px;
    color: #64748B;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.eenc-d12ec5d2-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    position: relative;
}

.eenc-d12ec5d2-step-card {
    background: #F8F9FB;
    border-radius: 16px;
    padding: 32px 24px 28px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eenc-d12ec5d2-step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(27, 58, 92, 0.1);
}

.eenc-d12ec5d2-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.eenc-d12ec5d2-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #1B3A5C;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
}

.eenc-d12ec5d2-step-icon-wrap {
    font-size: 28px;
}

.eenc-d12ec5d2-step-icon-wrap svg {
    width: 28px;
    height: 28px;
}

.eenc-d12ec5d2-step-title {
    font-size: 17px;
    font-weight: 700;
    color: #1E293B;
    margin: 0 0 10px;
}

.eenc-d12ec5d2-step-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #64748B;
    margin: 0;
}

.eenc-d12ec5d2-step-connector {
    display: none;
}

/* ===== TRUST ===== */
.eenc-d12ec5d2-trust-section {
    padding: 60px 0;
    background: #F8F9FB;
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.eenc-d12ec5d2-trust-section .eenc-d12ec5d2-section-title {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 40px;
}

.eenc-d12ec5d2-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.eenc-d12ec5d2-trust-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #E8ECF1;
}

.eenc-d12ec5d2-trust-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(27, 58, 92, 0.08);
    border-color: transparent;
}

.eenc-d12ec5d2-trust-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    margin-bottom: 20px;
    font-size: 28px;
}

.eenc-d12ec5d2-trust-icon-wrap svg {
    width: 28px;
    height: 28px;
}

.eenc-d12ec5d2-trust-item-title {
    font-size: 17px;
    font-weight: 700;
    color: #1E293B;
    margin: 0 0 10px;
}

.eenc-d12ec5d2-trust-item-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #64748B;
    margin: 0;
}

/* ===== SEO CONTENT ===== */
.eenc-d12ec5d2-seo-section {
    padding: 60px 0;
    border-bottom: 1px solid #E8ECF1;
}

.eenc-d12ec5d2-seo-section .eenc-d12ec5d2-section-title {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 32px;
}

.eenc-d12ec5d2-seo-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1E293B;
    margin: 32px 0 12px;
    padding-left: 16px;
    position: relative;
}

.eenc-d12ec5d2-seo-content h3:first-child {
    margin-top: 0;
}

.eenc-d12ec5d2-seo-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    border-radius: 2px;
    background: #E8A23A;
}

.eenc-d12ec5d2-seo-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #4A5568;
    margin: 0 0 16px;
    max-width: 900px;
}

/* ===== CTA ===== */
.eenc-d12ec5d2-cta-section {
    margin: 0 -20px;
    padding: 60px 20px;
    background: #1B3A5C;
    text-align: center;
}

.eenc-d12ec5d2-cta-inner {
    max-width: 700px;
    margin: 0 auto;
}

.eenc-d12ec5d2-cta-title {
    font-size: 30px;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 12px;
}

.eenc-d12ec5d2-cta-text {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 32px;
}

.eenc-d12ec5d2-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.eenc-d12ec5d2-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background: #E8A23A;
    color: #1B3A5C;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(232, 162, 58, 0.35);
}

.eenc-d12ec5d2-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(232, 162, 58, 0.5);
    color: #1B3A5C;
}

.eenc-d12ec5d2-cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.eenc-d12ec5d2-cta-phone:hover {
    opacity: 0.85;
    color: #FFFFFF;
}

.eenc-d12ec5d2-cta-phone i {
    font-size: 16px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .eenc-d12ec5d2-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .eenc-d12ec5d2-intro-section,
    .eenc-d12ec5d2-process-section,
    .eenc-d12ec5d2-seo-section {
        padding: 40px 0;
    }

    .eenc-d12ec5d2-trust-section,
    .eenc-d12ec5d2-cta-section {
        padding: 40px 16px;
    }

    .eenc-d12ec5d2-intro-title,
    .eenc-d12ec5d2-process-header .eenc-d12ec5d2-section-title,
    .eenc-d12ec5d2-trust-section .eenc-d12ec5d2-section-title,
    .eenc-d12ec5d2-cta-title {
        font-size: 24px;
    }

    .eenc-d12ec5d2-seo-section .eenc-d12ec5d2-section-title {
        font-size: 22px;
    }

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

    .eenc-d12ec5d2-trust-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .eenc-d12ec5d2-step-card,
    .eenc-d12ec5d2-trust-card {
        padding: 24px 20px;
    }

    .eenc-d12ec5d2-cta-btn {
        padding: 14px 32px;
        font-size: 15px;
        width: 100%;
    }

    .eenc-d12ec5d2-cta-actions {
        flex-direction: column;
        gap: 16px;
    }

    .eenc-d12ec5d2-seo-content h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .eenc-d12ec5d2-wrapper {
        padding: 0 12px;
    }

    .eenc-d12ec5d2-intro-title,
    .eenc-d12ec5d2-process-header .eenc-d12ec5d2-section-title,
    .eenc-d12ec5d2-trust-section .eenc-d12ec5d2-section-title,
    .eenc-d12ec5d2-cta-title {
        font-size: 21px;
    }
}
