/* Careers LIVE (v7 design): V1 Top + V2 Benefits
   Scoped to #body-careers-live
   V1 intro/CTA hero + V2 sidebar benefits list
   Brand palette:  Green #00853e  Gold #fbbb10  Dark #282e3e
*/

#body-careers-live {
    padding: 70px 20px 90px;
    max-width: 1220px;
    margin: 0 auto;
    font-family: 'Montserrat', 'Roboto', sans-serif;
}

/* ── V1: Centered Intro ── */
#body-careers-live .cr-intro {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 60px;
}
#body-careers-live .cr-intro .kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #00853e;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding: 6px 16px;
    background: rgba(0,133,62,0.08);
    border-radius: 20px;
}
#body-careers-live .cr-intro h2 {
    font-size: 46px;
    font-weight: 800;
    margin: 0 0 18px;
    color: #282e3e;
    letter-spacing: -0.8px;
    line-height: 1.15;
}
#body-careers-live .cr-intro hr {
    width: 72px;
    border: 0;
    border-top: 4px solid #fbbb10;
    margin: 18px auto 26px;
}
#body-careers-live .cr-intro p {
    font-size: 16px;
    line-height: 1.85;
    color: #555;
    margin: 0;
}

/* ── V1: Green CTA Hero ── */
#body-careers-live .cr-cta-hero {
    background: linear-gradient(135deg, #00853e 0%, #046c34 100%);
    border-radius: 18px;
    padding: 56px 44px;
    margin: 0 auto 70px;
    max-width: 1040px;
    text-align: center;
    box-shadow: 0 18px 44px rgba(0,133,62,0.28);
    position: relative;
    overflow: hidden;
}
#body-careers-live .cr-cta-hero::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(251,187,16,0.22) 0%, transparent 70%);
    pointer-events: none;
}
#body-careers-live .cr-cta-hero h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 14px;
    line-height: 1.3;
    position: relative;
    letter-spacing: -0.3px;
}
#body-careers-live .cr-cta-hero p {
    color: rgba(255,255,255,0.92);
    font-size: 15px;
    line-height: 1.8;
    margin: 0 auto 28px;
    max-width: 700px;
    position: relative;
}
#body-careers-live .cr-cta-btn {
    display: inline-block;
    padding: 17px 52px;
    background: #fbbb10;
    color: #282e3e;
    font-weight: 800;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}
#body-careers-live .cr-cta-btn:hover {
    background: #fff;
    color: #00853e;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.28);
}

/* ── V2: Sidebar Benefits ── */
#body-careers-live .cr-benefits {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 60px;
    align-items: start;
}
#body-careers-live .cr-benefits-label {
    border-left: 4px solid #fbbb10;
    padding-left: 24px;
    position: sticky;
    top: 120px;
}
#body-careers-live .cr-benefits-label .kicker {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #00853e;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#body-careers-live .cr-benefits-label h3 {
    font-size: 34px;
    font-weight: 800;
    color: #282e3e;
    margin: 0 0 16px;
    letter-spacing: -0.4px;
    line-height: 1.1;
}
#body-careers-live .cr-benefits-label p {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin: 0;
}
#body-careers-live .cr-benefits-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#body-careers-live .cr-benefits-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #eef0f3;
    font-size: 15px;
    font-weight: 600;
    color: #282e3e;
    transition: all 0.25s ease;
}
#body-careers-live .cr-benefits-list li:hover {
    color: #00853e;
    padding-left: 8px;
}
#body-careers-live .cr-benefits-list li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #00853e;
    font-size: 14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0,133,62,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ── V1: Swiper Slide Apply Now button — left-aligned to match header text ── */
.swiper-slide-why .button-top-yellow.absoplace4 {
    position: absolute;
    left: 180px;
    bottom: 14%;
    transform: none;
    text-align: left;
    z-index: 5;
}
.swiper-slide-why .button-top-yellow.absoplace4 a.btn {
    display: inline-block;
    padding: 18px 52px !important;
    background: #fbbb10 !important;
    color: #282e3e !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
    border: 0 !important;
    border-radius: 50px !important;
    box-shadow: 0 12px 32px rgba(251,187,16,0.45), 0 6px 18px rgba(0,0,0,0.25) !important;
    text-decoration: none !important;
    transition: all 0.35s ease !important;
    position: relative;
    overflow: hidden;
}
.swiper-slide-why .button-top-yellow.absoplace4 a.btn:hover {
    background: linear-gradient(135deg, #00853e 0%, #046c34 100%) !important;
    color: #fff !important;
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(0,133,62,0.5), 0 8px 22px rgba(0,0,0,0.3) !important;
}

/* ── Responsive ── */
@media (max-width: 960px) {
    #body-careers-live .cr-benefits { grid-template-columns: 1fr; gap: 30px; }
    #body-careers-live .cr-benefits-label { position: static; }
}
/* Match button left to header padding at each breakpoint */
@media (min-width: 992px) and (max-width: 1199px) {
    .swiper-slide-why .button-top-yellow.absoplace4 { left: 140px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .swiper-slide-why .button-top-yellow.absoplace4 { left: 100px; }
}
@media (min-width: 640px) and (max-width: 767px) {
    .swiper-slide-why .button-top-yellow.absoplace4 { left: 70px; }
}
@media (min-width: 576px) and (max-width: 639px) {
    .swiper-slide-why .button-top-yellow.absoplace4 { left: 60px; }
}
@media (min-width: 480px) and (max-width: 575px) {
    .swiper-slide-why .button-top-yellow.absoplace4 { left: 50px; }
}
@media (min-width: 361px) and (max-width: 479px) {
    .swiper-slide-why .button-top-yellow.absoplace4 { left: 40px; }
}
@media (max-width: 360px) {
    .swiper-slide-why .button-top-yellow.absoplace4 { left: 35px; }
}
@media (max-width: 768px) {
    #body-careers-live { padding: 40px 15px 60px; }
    #body-careers-live .cr-intro h2 { font-size: 32px; }
    #body-careers-live .cr-cta-hero { padding: 38px 22px; }
    #body-careers-live .cr-cta-hero h3 { font-size: 22px; }
    #body-careers-live .cr-benefits-label h3 { font-size: 26px; }
    #body-careers-live .cr-benefits-list { grid-template-columns: 1fr; }
    .swiper-slide-why .button-top-yellow.absoplace4 { bottom: 10%; }
    .swiper-slide-why .button-top-yellow.absoplace4 a.btn {
        padding: 14px 38px !important;
        font-size: 12px !important;
    }
}
