/* Career Apply Form — scoped to .career-apply-section only */
.career-apply-section {
    background: #f7f7f7 !important;
    padding: 36px 0 48px !important;
}

.career-apply-section .career-apply-inner {
    max-width: 900px;
    margin: 0 auto;
}

.career-apply-section .career-apply-header {
    text-align: center;
    margin-bottom: 20px;
}

.career-apply-section .career-apply-title {
    margin: 0;
    font-size: clamp(26px, 3vw, 32px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #1a1a1a !important;
    text-align: center;
}

.career-apply-section .career-apply-title span {
    color: #fe4438 !important;
}

.career-apply-section .career-apply-subtitle {
    margin: 6px 0 0;
    font-size: 14px;
    color: #888888 !important;
    text-align: center;
}

.career-apply-section .career-apply-subtitle span {
    color: #fe4438 !important;
}

.career-apply-section .career-apply-card {
    background: #ffffff !important;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    padding: 24px 28px 28px;
}

.career-apply-section .career-form-section {
    margin-bottom: 22px;
}

.career-apply-section .career-form-section-heading {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
    margin-bottom: 14px;
}

.career-apply-section .career-form-section-title {
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase !important;
    color: #fe4438 !important;
    line-height: 1.2;
    text-align: left !important;
}

.career-apply-section .career-form-label {
    display: block !important;
    width: 100%;
    margin-bottom: 6px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    line-height: 1.2;
}

.career-apply-section .career-form-label span {
    color: #fe4438 !important;
}

.career-apply-section .career-form-label em {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 0.9em;
    color: #aaaaaa !important;
}

.career-apply-section .career-form-control {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 44px !important;
    padding: 0 14px !important;
    border: 1.5px solid #e5e5e5 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #1a1a1a !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.career-apply-section .career-form-control::placeholder {
    color: #c0c0c0 !important;
    opacity: 1 !important;
}

.career-apply-section .career-form-control:focus {
    border-color: #fe4438 !important;
    box-shadow: 0 0 0 3px rgba(254, 68, 56, 0.12) !important;
}

.career-apply-section .career-select-wrap {
    position: relative;
}

.career-apply-section .career-select-wrap::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 11px;
    height: 7px;
    pointer-events: none;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231a1a1a' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.career-apply-section .career-select-wrap .career-form-control {
    padding-right: 36px !important;
    cursor: pointer;
}

.career-apply-section .career-form-textarea {
    height: auto !important;
    min-height: 96px !important;
    padding: 12px 14px !important;
    resize: vertical;
    line-height: 1.45 !important;
}

.career-apply-section .career-resume-dropzone {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px;
    min-height: 120px;
    padding: 18px 16px;
    background: #fafafa !important;
    border: 1.5px dashed #e0e0e0 !important;
    border-radius: 10px !important;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

.career-apply-section .career-resume-dropzone:hover,
.career-apply-section .career-resume-dropzone.is-dragover {
    border-color: #fe4438 !important;
    background: #ffeeed !important;
}

.career-apply-section .career-resume-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #ffeeed;
}

.career-apply-section .career-resume-icon svg {
    width: 20px;
    height: 20px;
}

.career-apply-section .career-resume-text {
    color: #555555 !important;
    font-weight: 500;
    font-size: 14px;
}

.career-apply-section .career-resume-hint {
    color: #aaaaaa !important;
    font-size: 12px;
}

.career-apply-section .career-resume-filename {
    color: #fe4438 !important;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.career-apply-section .career-resume-input {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 3;
    font-size: 0;
}

.career-apply-section .career-submit-btn {
    display: block !important;
    width: 100% !important;
    height: 48px !important;
    border: none !important;
    border-radius: 10px !important;
    background: #fe4438 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    cursor: pointer;
    padding: 0 20px !important;
}

.career-apply-section .career-submit-btn:hover,
.career-apply-section .career-submit-btn:focus,
.career-apply-section .career-submit-btn:active {
    background: #e93b30 !important;
    color: #ffffff !important;
}

.career-apply-section .career-privacy-note {
    margin: 12px 0 0;
    text-align: center;
    color: #bbbbbb !important;
    font-size: 13px;
}

.career-apply-section .career-privacy-note a {
    color: #fe4438 !important;
    text-decoration: none !important;
    font-weight: 500;
}

.career-apply-section .career-privacy-note a:hover,
.career-apply-section .career-privacy-note a:focus,
.career-apply-section .career-privacy-note a:active {
    color: #e93b30 !important;
    text-decoration: underline !important;
}

.career-apply-section .career-apply-form .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0.85rem;
}

@media (max-width: 767.98px) {
    .career-apply-section {
        padding: 28px 0 40px !important;
    }

    .career-apply-section .career-apply-card {
        border-radius: 14px;
        padding: 18px 14px 20px;
    }

    .career-apply-section .career-form-control {
        font-size: 16px !important;
        height: 44px !important;
    }

    .career-apply-section .career-submit-btn {
        height: 46px !important;
        font-size: 15px !important;
    }

    .career-apply-section .career-form-section {
        margin-bottom: 18px;
    }
}
