body::before {
    background-image: radial-gradient(circle at 17% 39%, rgba(79, 70, 229, 0.12) 15%, transparent 56%), radial-gradient(circle at 93% 21%, rgba(139, 92, 246, 0.08) 12%, transparent 40%);
}
/* محتوای اصلی */
.main-content {
    position: relative;
    z-index: 2;
    padding: 0px 0 60px;
}

/* ==================== کارت اطلاعات تماس ==================== */
.info-card {
    background: rgba(30, 41, 59, 0.4);
    backdrop-filter: blur(16px);
    border-radius: 32px;
    padding: 32px 24px;
    text-align: center;
    border: 1px solid rgba(129, 140, 248, 0.15);
    transition: all 0.3s;
    height: 100%;
}

    .info-card:hover {
        transform: translateY(-8px);
        border-color: rgba(129, 140, 248, 0.4);
    }

.info-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

    .info-icon i {
        font-size: 28px;
        color: white;
    }

.info-card h3 {
    color: #f1f5f9;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.info-card p {
    color: #94a3b8;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
}

.info-card a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s;
}

    .info-card a:hover {
        color: #a5b4fc;
    }

/* ==================== باکس مشاور و پرسش‌های پرتکرار ==================== */
.consultant-card {
    background: rgba(30, 41, 59, 0.4);
    backdrop-filter: blur(16px);
    border-radius: 48px;
    padding: 32px;
    border: 1px solid rgba(129, 140, 248, 0.2);
    height: 100%;
}

.consultant-img {
    text-align: center;
    margin-bottom: 20px;
}

    .consultant-img img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #818cf8;
        box-shadow: 0 0 20px rgba(129, 140, 248, 0.3);
    }

.consultant-name {
    text-align: center;
    color: #f1f5f9;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.consultant-role {
    text-align: center;
    color: #818cf8;
    font-size: 13px;
    margin-bottom: 16px;
}

.consultant-desc {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.consultant-contact {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

    .consultant-contact a {
        width: 38px;
        height: 38px;
        background: rgba(129, 140, 248, 0.15);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #a5b4fc;
        transition: all 0.3s;
    }

        .consultant-contact a:hover {
            background: linear-gradient(90deg, #4f46e5, #7c3aed);
            color: white;
            transform: translateY(-3px);
        }

.faq-header h3 {
    color: #f1f5f9;
    font-size: 1.5em;
    font-weight: 700;
}

.faq-header p {
    font-size: 15px;
    color: #94a3b8;
    max-width: 600px;
    margin: 12px auto 0;
    line-height: 2;
    text-align: justify;
}

/* استایل Accordion برای سوالات متداول */
.faq-accordion {
    background: transparent;
}

.accordion-item {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(129, 140, 248, 0.15);
    border-radius: 24px !important;
    margin-bottom: 16px;
    overflow: hidden;
}

#faqAccordion .accordion-button {
    background: transparent;
    color: #f1f5f9;
    font-weight: 600;
    font-size: 15px;
    padding: 20px 24px;
    box-shadow: none;
    line-height: 1.9;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(129, 140, 248, 0.3);
}

.accordion-button:not(.collapsed) {
    background: rgba(129, 140, 248, 0.1);
    color: #a5b4fc;
}

.accordion-button::after {
    filter: invert(1) brightness(0.8);
}

.accordion-body {
    background: rgba(15, 23, 42, 0.4);
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.7;
    padding: 20px 24px;
    border-top: 1px solid rgba(129, 140, 248, 0.1);
}

.faq-header {
    margin-bottom: 24px;
}

    .faq-header p {
        color: #94a3b8;
        font-size: 14px;
        margin-bottom: 0;
    }

/* موبایل */
@media (max-width: 768px) {
    .main-content {
        padding: 60px 0 40px;
    }

    .form-card {
        padding: 32px 24px;
    }

    .consultant-card {
        margin-top: 20px;
    }
}

/* کارت اصلی فرم */
.cooperation-card {
    background: rgba(30, 41, 59, 0.4);
    backdrop-filter: blur(20px);
    border-radius: 48px;
    padding: 48px;
    border: 1px solid rgba(129, 140, 248, 0.25);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    transition: all 0.4s;
}

/* هدر فرم */
.form-header {
    text-align: center;
    margin-bottom: 40px;
}

    .form-header .badge {
        background: rgba(129, 140, 248, 0.15);
        backdrop-filter: blur(4px);
        padding: 6px 18px;
        border-radius: 40px;
        font-size: 12px;
        font-weight: 500;
        color: #a5b4fc;
        letter-spacing: 2px;
        display: inline-block;
        margin-bottom: 20px;
        border: 1px solid rgba(129, 140, 248, 0.2);
    }

    .form-header h3 {
        font-size: 28px;
        font-weight: 800;
        background: linear-gradient(135deg, #ffffff, #a5b4fc);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .form-header p {
        color: #94a3b8;
        max-width: 550px;
        margin: 0 auto;
        line-height: 2;
        font-size: 14px;
    }

/* استایل فیلدها */
.form-group {
    margin-bottom: 24px;
}

.form-label {
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .form-label i {
        color: #818cf8;
        font-size: 14px;
    }

.required-star {
    color: #f87171;
    font-size: 12px;
}

.form-control,
.form-select {
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(129, 140, 248, 0.2);
    border-radius: 24px;
    padding: 14px 20px;
    color: #f1f5f9;
    font-size: 14px;
    transition: all 0.3s;
}

    .form-control:focus,
    .form-select:focus {
        background: rgba(15, 23, 42, 0.95);
        border-color: #818cf8;
        box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.15);
        color: #f1f5f9;
    }

    .form-control::placeholder {
        color: #475569;
    }

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* آپلود فایل */
.file-upload {
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(129, 140, 248, 0.2);
    border-radius: 24px;
    padding: 12px 20px;
    color: #94a3b8;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

    .file-upload:hover {
        border-color: #818cf8;
        background: rgba(15, 23, 42, 0.95);
    }

    .file-upload i {
        margin-left: 8px;
        color: #818cf8;
    }

/* دکمه ارسال */
.btn-submit {
    background: linear-gradient(90deg, #4f46e5, #7c3aed);
    border: none;
    padding: 16px 32px;
    border-radius: 50px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

    .btn-submit:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px -8px rgba(79, 70, 229, 0.5);
        gap: 16px;
    }

/* بخش مزایای همکاری */
.benefits-sidebar {
    background: rgba(30, 41, 59, 0.35);
    backdrop-filter: blur(12px);
    border-radius: 38px;
    padding: 32px;
    border: 1px solid rgba(129, 140, 248, 0.15);
    height: 100%;
}

    .benefits-sidebar h3 {
        color: #f1f5f9;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 24px;
        text-align: center;
    }

.benefit-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    padding: 12px;
    border-radius: 24px;
    transition: all 0.3s;
}

    .benefit-item:hover {
        background: rgba(129, 140, 248, 0.08);
        transform: translateX(-4px);
    }

.benefit-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .benefit-icon i {
        font-size: 22px;
        color: white;
    }

.benefit-text h4 {
    color: #f1f5f9;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.benefit-text p {
    color: #94a3b8;
    font-size: 12px;
    margin-bottom: 0;
}

/* خط جداکننده */
.divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}

.divider-line {
    flex: 1;
    height: 1px;
    background: rgba(129, 140, 248, 0.15);
}

.divider-text {
    color: #64748b;
    font-size: 12px;
}

#checkResume48hour {
    color: #64748b;
    font-size: 12px;
    margin-bottom: 0;
}

/* موبایل */
@media (max-width: 768px) {
    .cooperation-card {
        padding: 32px 24px;
        border-radius: 36px;
    }

        .cooperation-card .row {
            padding-bottom: 2em;
        }

    #cooperationForm .form-control,
    #cooperationForm .file-upload,
    #cooperationForm .form-select 
    {
        font-size: .65em;
    }

    #cooperationForm .form-label {
        font-size: .74em;
    }

    .form-header h3 {
        font-size: 25px;
    }

    .benefits-sidebar {
        margin-top: 30px;
    }

    .benefit-item {
        padding: 8px;
    }

    #cooperationRequest {
        font-size: .7em;
    }

    .faq-header p {
        font-size: .72em;
    }

    .faq-header h3 {
        font-size: 1.3em;
    }

    .badge-glow {
        font-size: .6em;
    }

    #faqAccordion .accordion-button {
        font-size: .49em;
    }

    .accordion-body {
        font-size: .69em;
    }

    .benefits-sidebar h3 {
        font-size: 1.2em;
    }

    .benefit-text h4 {
        font-size: .83em;
    }

    .benefit-text p {
        font-size: .62em;
        line-height: 1.8;
    }

    #checkResume48hour {
        font-size: .69em;
    }
}
