/* ============================================================
   JKU Careers Page — careers.css
   ============================================================ */

/* ---------- Banner heading + padding — mobile ---------- */
@media (max-width: 768px) {
    .breadcrumb {
        padding: 40px 0 !important;
    }
    .breadcrumb h1 {
        font-size: 32px !important;
    }
}

/* ---------- Full-width layout override ---------- */
.jku-adm-content.col-12 {
    max-width: 900px;
    margin: 0 auto;
}

/* ---------- Intro paragraph (no background) ---------- */
.jku-cr-intro-card {
    padding: 0;
    margin-bottom: 20px;
}

.jku-cr-intro-card::before,
.jku-cr-intro-card::after {
    display: none;
}

.jku-cr-intro-card p {
    font-family: "Source Sans 3", sans-serif;
    font-size: 17px;
    color: #374151;
    line-height: 1.75;
    margin: 0;
}

/* ---------- Why Join JKU — numbered reasons list ---------- */
.jku-cr-why-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 24px 0 0;
    background: none;
    border: none;
    border-radius: 0;
    overflow: visible;
    counter-reset: why-item;
}

.jku-cr-why-card {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 16px 14px;
    background: none;
    border: none;
    border-bottom: 1px solid #eef2f8;
    border-radius: 0;
    box-shadow: none;
    transition: background 0.15s, padding-left 0.2s;
    position: static;
    overflow: visible;
    counter-increment: why-item;
}

.jku-cr-why-card:first-child {
    border-top: 1px solid #eef2f8;
}

.jku-cr-why-card:last-child {
    border-bottom: none;
}

.jku-cr-why-card:hover {
    background: #f4f8ff;
    padding-left: 22px;
}

/* Large number on the left */
.jku-cr-why-card::before {
    content: "0" counter(why-item);
    font-size: 26px;
    font-weight: 900;
    color: #034B9F;
    min-width: 50px;
    line-height: 1;
    font-family: "Source Sans 3", sans-serif;
    letter-spacing: -1px;
    opacity: 0.45;
    flex-shrink: 0;
    position: static;
    top: auto;
    right: auto;
    pointer-events: none;
}

.jku-cr-why-card::after {
    display: none;
}

.jku-cr-why-icon {
    display: none;
}

.jku-cr-why-title {
    font-family: "Source Sans 3", sans-serif;
    font-size: 15.5px;
    font-weight: 700;
    color: #1a2b4a;
    line-height: 1.4;
    margin: 0;
    text-align: left;
    position: static;
    padding-top: 0;
}

/* ---------- Life at JKU ---------- */
.jku-cr-life-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 8px 0 0;
}

.jku-cr-life-item {
    background: #fff;
    border: 1px solid #e4edf8;
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: box-shadow 0.2s;
}

.jku-cr-life-item:hover {
    box-shadow: 0 4px 16px rgba(3,75,159,0.10);
}

.jku-cr-life-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #EBF3FF;
    color: #034B9F;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.jku-cr-life-text {
    font-family: "Source Sans 3", sans-serif;
    font-size: 15px;
    color: #1a2b4a;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding-top: 9px;
}

/* ---------- Open Positions accordion ---------- */
.jku-cr-pos-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 8px 0 0;
}

.jku-cr-pos-item {
    background: #fff;
    border: 1px solid #d0ddf0;
    border-radius: 10px;
    overflow: hidden;
}

.jku-cr-pos-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    cursor: pointer;
    background: #f5f8ff;
    transition: background 0.2s;
    user-select: none;
}

.jku-cr-pos-header:hover {
    background: #EBF3FF;
}

.jku-cr-pos-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.jku-cr-pos-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #034B9F;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.jku-cr-pos-title {
    font-family: "Source Sans 3", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a2b4a;
    margin: 0;
}

.jku-cr-pos-chevron {
    color: #034B9F;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.jku-cr-pos-item.open .jku-cr-pos-chevron {
    transform: rotate(180deg);
}

.jku-cr-pos-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.2s ease;
    padding: 0 20px;
}

.jku-cr-pos-item.open .jku-cr-pos-body {
    max-height: 400px;
    padding: 14px 20px 18px;
}

.jku-cr-sub-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.jku-cr-sub-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Source Sans 3", sans-serif;
    font-size: 14.5px;
    color: #374151;
    padding: 8px 12px;
    background: #f8faff;
    border-radius: 8px;
    border-left: none;
}

.jku-cr-sub-item i {
    color: #034B9F;
    font-size: 12px;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: #EBF3FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jku-cr-pos-note {
    font-family: "Source Sans 3", sans-serif;
    font-size: 15px;
    color: #374151;
    font-style: normal;
    margin: 0;
    line-height: 1.7;
}

.jku-cr-pos-note a {
    color: #034B9F;
    text-decoration: underline;
}

/* ---------- Apply Now card ---------- */
.jku-cr-apply-card {
    background: linear-gradient(135deg, #034B9F 0%, #1565C0 100%);
    border-radius: 14px;
    padding: 28px 32px;
    color: #fff;
    margin: 8px 0 16px;
    position: relative;
    overflow: hidden;
}

.jku-cr-apply-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 180px;
    height: 180px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

.jku-cr-apply-intro {
    font-family: "Source Sans 3", sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
    margin: 0 0 16px;
    position: relative;
    z-index: 1;
}

.jku-cr-apply-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.jku-cr-apply-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Source Sans 3", sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.92);
}

.jku-cr-apply-list li i {
    width: 24px;
    height: 24px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

.jku-cr-apply-email-label {
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin: 0 0 12px;
    position: relative;
    z-index: 1;
}

.jku-cr-email-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #034B9F;
    font-family: "Source Sans 3", sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    position: relative;
    z-index: 1;
}

.jku-cr-email-btn:hover {
    background: #f0f6ff;
    transform: translateY(-2px);
    color: #034B9F;
}

.jku-cr-email-note {
    font-family: "Source Sans 3", sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.72);
    margin: 14px 0 0;
    font-style: italic;
    position: relative;
    z-index: 1;
}

/* ---------- Equal Opportunity Employer ---------- */
.jku-cr-eoe-box {
    background: #f0f5ff;
    border: 1px solid #c5d9f5;
    border-radius: 12px;
    padding: 24px 28px;
    text-align: center;
}

.jku-cr-eoe-title {
    font-family: "Source Sans 3", sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #034B9F;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.jku-cr-eoe-text {
    font-family: "Source Sans 3", sans-serif;
    font-size: 14.5px;
    color: #374151;
    line-height: 1.7;
    margin: 0 0 10px;
}

.jku-cr-eoe-closing {
    font-family: "Source Sans 3", sans-serif;
    font-size: 15px;
    color: #034B9F;
    font-weight: 700;
    margin: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 660px) {
    .jku-cr-why-grid    { grid-template-columns: 1fr; }
    .jku-cr-life-grid   { grid-template-columns: 1fr; }
    .jku-cr-intro-card  { padding: 20px; }
    .jku-cr-apply-card  { padding: 20px 18px; }
    .jku-cr-eoe-box     { padding: 18px; }
}
