.multi-form-container-81e0fd90 {
    font-family: 'Montserrat', 'Segoe UI', Roboto, sans-serif;
    background: #FFF;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    max-width: 650px;
    margin: 0 auto;
}

.form-step-section-81e0fd90 {
    margin-bottom: 30px;
}

.step-header-81e0fd90 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    color: #A39F99;
}

.step-title-81e0fd90 {
    font-size: 28px;
    font-weight: 800;
    color: #1E1A15;
    margin-top: 0;
    margin-bottom: 24px;
}

.cards-grid-81e0fd90 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.card-81e0fd90 {
    border: 1px solid #EAE7E1;
    border-radius: 16px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: #FDFBFAF2;
    position: relative;
    display: flex;
    flex-direction: column;
}

.card-81e0fd90:hover {
    transform: translateY(-2px);
}

.card-81e0fd90[data-value="Entreprise"]:hover {
    border-color: #DF9E43;
    box-shadow: 0 4px 15px rgba(223, 158, 67, 0.08);
}

.card-81e0fd90[data-value="Salarie"]:hover {
    border-color: #3B82F6;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.08);
}

.card-81e0fd90.active-81e0fd90 {
    background-color: #FFF;
}

.card-81e0fd90[data-value="Entreprise"].active-81e0fd90 {
    border-color: #DF9E43;
    box-shadow: 0 6px 20px rgba(223, 158, 67, 0.12);
}

.card-81e0fd90[data-value="Salarie"].active-81e0fd90 {
    border-color: #3B82F6;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.12);
}

.card-top-81e0fd90 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* Remove background shape and size constraints from icon container */
.card-icon-container-81e0fd90 {
    color: #DF9E43;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.card-icon-container-81e0fd90 i,
.card-icon-container-81e0fd90 svg {
    width: 32px !important;
    height: 32px !important;
}

.card-icon-container-81e0fd90.icon-user-81e0fd90 {
    color: #3B82F6;
}

.card-radio-dot-81e0fd90 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #E2E2E2;
    position: relative;
    background: #FFF;
}

.card-81e0fd90.active-81e0fd90 .card-radio-dot-81e0fd90 {
    border-color: #DF9E43;
    background-color: #DF9E43;
}

.card-81e0fd90[data-value="Salarie"].active-81e0fd90 .card-radio-dot-81e0fd90 {
    border-color: #3B82F6;
    background-color: #3B82F6;
}

.card-81e0fd90.active-81e0fd90 .card-radio-dot-81e0fd90::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    background: #FFF;
    border-radius: 50%;
}

.card-title-81e0fd90 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #1E1A15;
}

.card-desc-81e0fd90 {
    font-size: 13px;
    color: #6E6A64;
    margin: 0;
    line-height: 1.5;
}

/* Step 2 Separator */
.step-2-separator-81e0fd90 {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 20px;
}

.step-2-separator-81e0fd90::before,
.step-2-separator-81e0fd90::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #EAE7E1;
}

.step-2-separator-81e0fd90 span {
    padding: 0 15px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #A39F99;
    text-transform: uppercase;
}

/* Badges */
.badge-entreprise-81e0fd90,
.badge-salarie-81e0fd90 {
    display: none;
    align-items: flex-start;
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: left;
    transition: all 0.3s ease;
}

.badge-entreprise-81e0fd90.active-badge-81e0fd90 {
    display: flex;
    background: #FFF9F0;
    border: 1px solid #FBEED9;
}

.badge-salarie-81e0fd90.active-badge-81e0fd90 {
    display: flex;
    background: #EFF6FF;
    border: 1px solid #DBEAFE;
}

.badge-icon-81e0fd90 {
    color: #DF9E43;
    margin-right: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.badge-icon-salarie-81e0fd90 {
    color: #2563EB;
    margin-right: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.badge-text-content-81e0fd90 {
    display: flex;
    flex-direction: column;
}

.badge-text-content-81e0fd90 strong {
    font-size: 15px;
    font-weight: 700;
    color: #1E1A15;
    margin-bottom: 4px;
}

.badge-text-content-81e0fd90 span {
    font-size: 13px;
    color: #5F5B54;
    line-height: 1.4;
}

/* Form Fields Grid */
.form-fields-grid-81e0fd90 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-field-group-81e0fd90 {
    display: flex;
    flex-direction: column;
}

.half-width-81e0fd90 {
    flex: 1 1 calc(50% - 10px);
    min-width: 240px;
}

.full-width-81e0fd90 {
    flex: 1 1 100%;
}

.field-label-81e0fd90 {
    font-size: 14px;
    font-weight: 700;
    color: #1E1A15;
    margin-bottom: 8px;
}

.form-input-81e0fd90 {
    background: #FAF8F5;
    border: 1px solid #EAE7E1;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 15px;
    color: #1E1A15;
    transition: all 0.2s ease;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

.form-input-81e0fd90::placeholder {
    color: #A39F99;
    opacity: 0.8;
}

.form-input-81e0fd90:focus {
    border-color: #DF9E43;
    background: #FFF;
    outline: none;
    box-shadow: 0 0 0 4px rgba(223, 158, 67, 0.1);
}

/* Select element styling - PERFECT FIX */
.select-container-81e0fd90 {
    position: relative;
    width: 100%;
}

.select-input-81e0fd90 {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235c5c5c'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
    padding-right: 48px;
    height: 52px !important;
    line-height: normal !important;
    display: flex;
    align-items: center;
}

.textarea-input-81e0fd90 {
    resize: vertical;
    min-height: 120px;
    line-height: 1.5;
}

.consent-container-81e0fd90 {
    margin-top: 24px;
}

.consent-label-81e0fd90 {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    color: #5F5B54;
    cursor: pointer;
    line-height: 1.5;
}

.consent-checkbox-81e0fd90 {
    margin-right: 12px;
    margin-top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #EAE7E1;
    cursor: pointer;
}

.btn-submit-81e0fd90 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border: none;
    border-radius: 30px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 30px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(223, 158, 67, 0.2);
}

.btn-submit-81e0fd90:hover {
    filter: brightness(0.96);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(223, 158, 67, 0.3);
}

.feedback-msg-81e0fd90 {
    display: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 20px;
}

.error-msg-81e0fd90 {
    background: #FEF2F2;
    color: #EF4444;
    border: 1px solid #FEE2E2;
}

.success-msg-81e0fd90 {
    background: #ECFDF5;
    color: #10B981;
    border: 1px solid #D1FAE5;
}

/* Recaptcha container styling */
.recaptcha-field-container-81e0fd90 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media(max-width: 600px) {
    .cards-grid-81e0fd90 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .half-width-81e0fd90 {
        flex: 1 1 100%;
    }
    .multi-form-container-81e0fd90 {
        padding: 24px;
    }
    .step-title-81e0fd90 {
        font-size: 24px;
    }
}
