body {
    background: #ffffff;
    font-family: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.layout-wrapper {
    display: block !important;
    min-height: auto !important;
}

.cover-left {
    display: none !important;
}

.content-right {
    background: #ffffff !important;
    margin-left: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.career-navbar {
    background: #ffffff;
    padding: 20px 0;
}

.brand-logo {
    align-items: center;
    color: #d94b5f;
    display: inline-flex;
    font-size: 24px;
    font-weight: 800;
    gap: 12px;
    line-height: 1.1;
    min-width: 0;
    text-decoration: none;
}

.brand-logo:hover {
    color: #c63f52;
    text-decoration: none;
}

.brand-logo img {
    display: block;
    flex: 0 0 auto;
    height: 46px;
    max-width: 168px;
    object-fit: contain;
    width: auto;
}

.brand-logo span {
    overflow-wrap: anywhere;
}

.career-navbar-actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.btn-career {
    background: #d94b5f;
    border: 0;
    border-radius: 14px;
    color: #ffffff;
    font-weight: 700;
    padding: 13px 24px;
}

.btn-career:hover {
    background: #c63f52;
    color: #ffffff;
}

.btn-dashboard-link {
    align-items: center;
    background: #ffffff;
    border: 1px solid #fecdd3;
    border-radius: 14px;
    color: #be123c;
    display: inline-flex;
    gap: 8px;
    font-weight: 700;
    padding: 13px 20px;
}

.btn-dashboard-link i {
    font-size: 20px;
    line-height: 1;
}

.btn-dashboard-link:hover {
    background: #fff1f3;
    color: #9f1239;
}

.hero-section {
    background: linear-gradient(135deg, #ffffff, #fff1f3);
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    padding: 100px 0 70px;
    position: relative;
}

.hero-section::before,
.hero-section::after {
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.hero-section::before {
    background-image: var(--hero-bg-image);
    background-position: top center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.02);
}

.hero-section::after {
    background:radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .22), transparent 28%), linear-gradient(105deg, rgba(17, 24, 39, .80) 0%, rgb(0 0 0 / 64%) 52%, rgb(212 53 75 / 65%) 100%);
    opacity: 0;
}

.hero-section > .container {
    position: relative;
    z-index: 1;
}

.hero-section.has-bg-image {
    background: #7f1d1d;
}

.hero-section.has-bg-image::before,
.hero-section.has-bg-image::after {
    opacity: 1;
}

.hero-section.has-bg-image .hero-title,
.hero-section.has-bg-image .hero-card h5,
.hero-section.has-bg-image .hero-card-item strong {
    color: #ffffff;
}

.hero-section.has-bg-image .hero-title span {
    color: #ff3f5f;
    /* text-shadow: 0 6px 22px rgba(255, 63, 95, .32); */
    -webkit-text-stroke: 1px #a300005c;
    -moz-text-stroke: 1px #a300005c;
}

.hero-section.has-bg-image .hero-desc {
    color: rgba(255, 255, 255, .82);
}

.hero-section.has-bg-image .hero-badge {
    background: rgba(255, 255, 255, .16);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .14);
    color: #ffffff;
}

.hero-section.has-bg-image .hero-card {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .20);
    box-shadow: 0 25px 70px rgba(0, 0, 0, .22);
}

@supports (backdrop-filter: blur(16px)) {
    .hero-section.has-bg-image .hero-card {
        backdrop-filter: blur(16px);
    }
}

.hero-section.has-bg-image .hero-card-item {
    background: rgba(255, 255, 255, .16);
}

.hero-section.has-bg-image .hero-card-item .text-muted {
    color: rgba(255, 255, 255, .74) !important;
}

.hero-badge {
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(217, 75, 95, .12);
    color: #d94b5f;
    display: inline-flex;
    font-weight: 600;
    gap: 8px;
    margin-bottom: 20px;
    padding: 8px 16px;
}

.hero-title {
    color: #222222;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}

.hero-title span {
    color: #d94b5f;
}

.hero-desc {
    color: #6c757d;
    font-size: 17px;
    margin-top: 18px;
    max-width: 560px;
}

.hero-card {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(217, 75, 95, .15);
    padding: 28px;
}

.hero-card-item {
    align-items: center;
    background: #fafafa;
    border-radius: 18px;
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
    padding: 16px;
}

.hero-card-item i {
    align-items: center;
    background: #fff1f3;
    border-radius: 14px;
    color: #d94b5f;
    display: inline-flex;
    flex: 0 0 44px;
    font-size: 20px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.section-padding {
    padding: 80px 0;
}

.section-title {
    color: #222222;
    font-size: 34px;
    font-weight: 800;
}

.section-subtitle {
    color: #6c757d;
    margin: 12px auto 0;
    max-width: 650px;
}

.benefit-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 24px;
    height: 100%;
    padding: 28px;
    transition: box-shadow .3s ease, transform .3s ease;
}

.benefit-card:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
    transform: translateY(-6px);
}

.benefit-icon {
    align-items: center;
    background: #fff1f3;
    border-radius: 16px;
    color: #d94b5f;
    display: inline-flex;
    font-size: 24px;
    height: 54px;
    justify-content: center;
    margin-bottom: 18px;
    width: 54px;
}

.jobs-section {
    background: #f8f9fa;
    position: relative;
}

.career-jobs-container {
    max-width: 1760px;
    width: 92%;
}

.career-anchor {
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    width: 1px;
}

.cta-section {
    background: linear-gradient(135deg, #d94b5f, #f07b8a);
    border-radius: 32px;
    color: #ffffff;
    padding: 55px 30px;
}

.career-footer {
    color: #6c757d;
    font-size: 14px;
    padding: 24px 0;
}

.career-footer strong {
    color: #374151;
    margin: 0 6px;
}

.g-4,
.g-5 {
    row-gap: 1.5rem;
}

.gap-3 {
    gap: 1rem;
}

.rounded-4 {
    border-radius: 14px !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.validate {
    color: #ff706b;
    font-size: 13px;
    margin-top: 5px;
}

.career-card {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 16px;
    padding: 40px;
}

.career-picker {
    margin-bottom: 24px;
}

.career-picker-header {
    margin-bottom: 22px;
}

.job-card-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

.job-card-grid.is-single {
    grid-template-columns: minmax(0, 420px);
    justify-content: center;
}

.job-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 22px;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 28px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.job-card:hover,
.job-card.is-selected {
    border-color: #f3c8cf;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
    transform: translateY(-6px);
}

.job-card-cover {
    line-height: 0;
    max-width: 100%;
}

.job-card-cover img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}

.job-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.job-card-body h3 {
    color: #222222;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.22;
    margin: 0;
}

.job-card-body p {
    color: #56585c;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.job-tag {
    align-self: flex-start;
    background: #fff1f3;
    border-radius: 50px;
    color: #d94b5f;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 18px;
}

.job-card-action {
    border-radius: 18px;
    font-size: 17px;
    margin-top: auto;
    padding: 14px 22px;
    text-align: center;
    width: 100%;
}

.branch-picker,
.career-empty-state {
    background: #ffffff;
    border: 1px solid #fee2e2;
    border-radius: 16px;
    margin-top: 18px;
    padding: 18px;
}

.career-empty-state {
    align-items: center;
    color: #6b7280;
    display: grid;
    gap: 4px;
    text-align: center;
}

.career-empty-state strong {
    color: #111827;
}

.career-empty-state.is-compact {
    margin: 0;
}

.branch-picker-header {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.branch-picker-header strong,
.branch-picker-header span {
    display: block;
}

.branch-picker-header strong {
    color: #111827;
    font-size: 16px;
}

.branch-picker-header span {
    color: #6b7280;
    font-size: 13px;
}

.btn-reset-job {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: 999px;
    color: #b91c1c;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
}

.branch-option-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.branch-option {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    display: grid;
    gap: 4px;
    grid-template-columns: 24px minmax(0, 1fr);
    padding: 12px;
    text-align: left;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.branch-option:hover,
.branch-option.is-selected {
    background: #fff7f7;
    border-color: #dc2626;
    box-shadow: inset 3px 0 0 #dc2626;
}

.branch-option-check {
    align-items: center;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: transparent;
    display: inline-flex;
    grid-row: span 2;
    height: 22px;
    justify-content: center;
    margin-top: 1px;
    width: 22px;
}

.branch-option.is-selected .branch-option-check {
    background: #dc2626;
    border-color: #dc2626;
    color: #ffffff;
}

.branch-option strong {
    color: #111827;
    font-size: 14px;
    line-height: 1.35;
    min-width: 0;
}

.branch-option span:not(.branch-option-check) {
    color: #6b7280;
    font-size: 12px;
}

.application-form-card {
    margin-top: 24px;
}

.career-title {
    color: #b91c1c;
    font-size: 26px;
    font-weight: 600;
}

.career-subtitle {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 30px;
}

.form-group label {
    color: #374151;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
}

.form-control {
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 8px !important;
    font-size: 14px;
    /* padding: 10px 12px; */
    transition: 0.2s;
}

.form-control:focus {
    background: #ffffff;
    border-color: #dc2626;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.1);
}

.career-hp-field {
    height: 0;
    left: -9999px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.btn-red-flat {
    background: #dc2626;
    border: none;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    padding: 12px 30px;
    transition: 0.3s;
}

.btn-red-flat:hover {
    background: #b91c1c;
    transform: translateY(-1px);
}

.btn-red-flat:disabled {
    background: #fca5a5;
    color: #fff;
    cursor: not-allowed;
    opacity: 0.7;
    transform: none;
}

.btn-red-flat:disabled:hover {
    background: #fca5a5;
    transform: none;
}

.file-upload-panel {
    background: #fff7f7;
    border: 1px solid #fee2e2;
    border-radius: 14px;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    padding: 14px;
    width: 100%;
}

.str-upload-wrap {
    margin-top: 14px;
}

.modern-upload-box {
    align-items: center;
    background: #ffffff;
    border: 1.5px dashed #fca5a5;
    border-radius: 14px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    gap: 16px;
    margin: 0;
    max-width: 100%;
    min-width: 0;
    padding: 18px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    width: 100%;
}

.modern-upload-box:hover {
    border-color: #dc2626;
    box-shadow: 0 12px 28px rgba(220, 38, 38, .10);
    transform: translateY(-1px);
}

.modern-upload-icon {
    align-items: center;
    background: #fee2e2;
    border-radius: 12px;
    color: #b91c1c;
    display: inline-flex;
    flex: 0 0 52px;
    font-size: 28px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.modern-upload-copy {
    display: grid;
    flex: 1 1 auto;
    gap: 4px;
    min-width: 0;
}

.modern-upload-copy strong {
    color: #111827;
    font-size: 15px;
    font-weight: 700;
}

.modern-upload-copy span {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.45;
}

.modern-upload-action {
    background: #dc2626;
    border-radius: 999px;
    color: #ffffff;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 600;
    margin-left: auto;
    padding: 9px 14px;
    white-space: nowrap;
}

.modern-file-input-hidden {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.upload-rules {
    display: grid;
    gap: 6px;
    margin-top: 12px;
}

.upload-rules small {
    align-items: center;
    color: #b91c1c;
    display: flex;
    font-weight: 500;
    gap: 7px;
    line-height: 1.4;
}

.upload-rules small::before {
    background: #ef4444;
    border-radius: 999px;
    content: "";
    flex: 0 0 6px;
    height: 6px;
    width: 6px;
}

.selected-file-list {
    display: grid;
    gap: 8px;
    margin-top: 12px;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.selected-file-item {
    align-items: center;
    background: #ffffff;
    border: 1px solid #fee2e2;
    border-radius: 10px;
    box-sizing: border-box;
    color: #374151;
    display: flex;
    gap: 10px;
    max-width: 100%;
    min-width: 0;
    padding: 10px 12px;
    width: 100%;
}

.selected-file-item i {
    color: #dc2626;
    font-size: 20px;
}

.selected-file-name {
    flex: 1 1 auto;
    font-size: 13px;
    font-weight: 600;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selected-file-size {
    color: #6b7280;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 500;
}

.selected-file-remove {
    align-items: center;
    background: #fee2e2;
    border: 0;
    border-radius: 999px;
    color: #b91c1c;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 28px;
    font-size: 18px;
    height: 28px;
    justify-content: center;
    padding: 0;
    width: 28px;
}

.selected-file-remove:hover {
    background: #fecaca;
    color: #991b1b;
}

@media (max-width: 991.98px) {
    .job-card-grid,
    .branch-option-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 770.98px) {
    .career-navbar {
        padding: 14px 0;
    }

    .career-navbar .container {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .career-navbar-actions {
        flex: 1 1 auto;
        gap: 7px;
        justify-content: flex-end;
        min-width: 0;
    }

    .brand-logo {
        flex: 0 0 auto;
        font-size: 17px;
        gap: 8px;
    }

    .brand-logo span {
        display: none;
    }

    .brand-logo img {
        height: 34px;
        max-width: 82px;
    }

    .career-navbar .btn-career,
    .career-navbar .btn-dashboard-link {
        border-radius: 12px;
        font-size: 11.5px;
        min-height: 40px;
        /* padding: 9px 11px; */
        white-space: nowrap;
    }

    .career-navbar .btn-dashboard-link {
        gap: 6px;
    }

    .career-navbar .btn-dashboard-link i {
        font-size: 18px;
    }

    .hero-section {
        padding: 60px 0;
    }

    .hero-title {
        font-size: 34px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .career-card {
        padding: 24px 18px;
    }

    .job-card-grid,
    .branch-option-grid {
        grid-template-columns: 1fr;
    }

    .job-card {
        padding: 24px;
    }

    .job-card-body h3 {
        font-size: 24px;
    }

    .job-card-body p {
        font-size: 16px;
    }

    .job-card-action {
        font-size: 16px;
    }

    .branch-picker-header {
        align-items: stretch;
        flex-direction: column;
    }

    .modern-upload-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .modern-upload-action {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    .selected-file-item {
        align-items: flex-start;
    }

    .selected-file-size {
        padding-top: 2px;
    }
}

@media (max-width: 379.98px) {
    .brand-logo img {
        max-width: 72px;
    }

    .career-navbar-actions {
        gap: 6px;
    }

    .career-navbar .btn-career,
    .career-navbar .btn-dashboard-link {
        font-size: 11px;
        padding: 8px 9px;
    }
}
