/* =========================================
   CAREERS PAGE - PREMIUM COMMAND STYLE
========================================= */

/* ================= HERO ================= */

.career-hero{
    position:relative;
    min-height:85vh;
    display:flex;
    align-items:center;
    background:url("../assets/operations/rapid-response.jpg") center/cover no-repeat;
    overflow:hidden;
}

.career-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        135deg,
        rgba(7,17,12,.95),
        rgba(7,17,12,.75),
        rgba(18,48,28,.55)
    );
}

.career-content{
    position:relative;
    z-index:2;
    max-width:900px;
}

.career-badge{
    display:inline-block;
    padding:8px 14px;
    border:1px solid #7CB342;
    color:#7CB342;
    font-size:12px;
    letter-spacing:2px;
    margin-bottom:20px;
    background:rgba(124,179,66,.08);
}

.career-hero h1{
    font-family:'Oswald',sans-serif;
    font-size:78px;
    line-height:1;
    margin-bottom:20px;
}

.career-hero h1 span{
    color:#7CB342;
}

.career-hero p{
    color:#cfd8d1;
    max-width:700px;
    line-height:1.8;
    margin-bottom:30px;
}

.career-actions{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

/* ================= WHY JOIN ================= */

.career-why{
    padding:100px 0;
    background:#0a1710;
}

.career-bullets{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:25px;
}

.career-bullets div{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 14px;
    border:1px solid #1c2f22;
    background:#07110C;
    transition:.3s;
}

.career-bullets div:hover{
    border-color:#7CB342;
    transform:translateY(-4px);
}

.career-bullets i{
    width:18px;
    height:18px;
    color:#7CB342;
}

/* ================= ROLES ================= */

.career-roles{
    padding:100px 0;
    background:#07110C;
}

.roles-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.role-card{
    background:#0b1a12;
    border:1px solid #1c2f22;
    padding:30px;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

/* scan light effect */
.role-card::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:linear-gradient(90deg, transparent, rgba(124,179,66,.1), transparent);
    transition:.6s;
}

.role-card:hover::before{
    left:100%;
}

.role-card:hover{
    transform:translateY(-8px);
    border-color:#7CB342;
    box-shadow:0 15px 40px rgba(0,0,0,.35);
}

.role-card i{
    width:28px;
    height:28px;
    color:#7CB342;
    margin-bottom:15px;
}

.role-card h3{
    font-family:'Oswald';
    margin-bottom:10px;
}

.role-card p{
    color:#cbd3cc;
    line-height:1.6;
}

/* ================= REQUIREMENTS ================= */

.career-requirements{
    padding:100px 0;
    background:#0a1710;
}

.req-list{
    margin-top:20px;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.req-list li{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 14px;
    border:1px solid #1c2f22;
    background:#07110C;
    transition:.3s;
}

.req-list li:hover{
    border-color:#7CB342;
    transform:translateX(6px);
}

.req-list i{
    color:#7CB342;
}

/* ================= BENEFITS ================= */

.career-benefits{
    padding:100px 0;
    background:#07110C;
}

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.benefit-card{
    text-align:center;
    padding:30px;
    background:#0b1a12;
    border:1px solid #1c2f22;
    transition:.3s;
}

.benefit-card:hover{
    transform:translateY(-6px);
    border-color:#7CB342;
}

.benefit-card i{
    width:30px;
    height:30px;
    color:#7CB342;
    margin-bottom:12px;
}

/* ================= CTA ================= */

.career-cta{
    padding:120px 0;
    text-align:center;
    background:linear-gradient(135deg,#0b1a12,#12301c);
    position:relative;
    overflow:hidden;
}

.career-cta h2{
    font-family:'Oswald';
    font-size:48px;
    margin-bottom:15px;
}

.career-cta p{
    max-width:700px;
    margin:auto;
    color:#d0d8d1;
    margin-bottom:30px;
}

/* glow */
.career-cta::before{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    background:#7CB342;
    filter:blur(140px);
    opacity:.15;
    top:-120px;
    right:-120px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px){

    .career-hero h1{
        font-size:55px;
    }

    .roles-grid{
        grid-template-columns:1fr 1fr;
    }

    .benefits-grid{
        grid-template-columns:1fr 1fr;
    }

    .career-bullets{
        grid-template-columns:1fr;
    }
}

@media (max-width: 768px){

    .career-hero{
        text-align:center;
    }

    .career-content{
        margin:auto;
    }

    .career-actions{
        justify-content:center;
    }

    .roles-grid{
        grid-template-columns:1fr;
    }

    .benefits-grid{
        grid-template-columns:1fr;
    }

    .career-hero h1{
        font-size:40px;
    }

    .career-cta h2{
        font-size:32px;
    }
}

/* =========================
   CAREER PAGE BASE
========================= */

.career-section {
    padding: 100px 0;
    background: #07110C;
    color: #fff;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    margin-bottom: 10px;
}

.section-title p {
    color: #bfc9c1;
    max-width: 700px;
    margin: auto;
    line-height: 1.6;
}

/* =========================
   SPLIT LAYOUT UPGRADE
========================= */

.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.text-block h2 {
    font-family: 'Oswald';
    font-size: 40px;
    margin-bottom: 15px;
}

.text-block p {
    line-height: 1.8;
    color: #cbd3cc;
    margin-bottom: 15px;
}

/* =========================
   IMAGE BLOCK
========================= */

.image-block {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.image-block img {
    transition: transform 0.5s ease;
}

.image-block:hover img {
    transform: scale(1.08);
}

/* =========================
   BULLETS / TAGS
========================= */

.career-bullets,
.ops-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.career-bullets div,
.ops-tags span {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #0f2016;
    border: 1px solid #1c2f22;
    border-radius: 8px;
    font-size: 13px;
    transition: 0.3s;
}

.career-bullets div:hover,
.ops-tags span:hover {
    border-color: #7CB342;
    transform: translateY(-3px);
}

/* =========================
   ROLE CARDS
========================= */

.roles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.role-card {
    background: #0b1a12;
    border: 1px solid #1c2f22;
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
}

.role-card i {
    font-size: 24px;
    color: #7CB342;
    margin-bottom: 12px;
}

.role-card h3 {
    margin-bottom: 8px;
    font-family: 'Oswald';
}

.role-card p {
    color: #c7d0c9;
    font-size: 14px;
    line-height: 1.6;
}

.role-card:hover {
    transform: translateY(-8px);
    border-color: #7CB342;
    box-shadow: 0 10px 30px rgba(124, 179, 66, 0.15);
}

/* =========================
   REQUIREMENTS LIST
========================= */

.req-list {
    margin-top: 20px;
}

.req-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #d1d9d3;
}

.req-list i {
    color: #7CB342;
}

/* =========================
   BENEFITS GRID
========================= */

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.benefit-card {
    text-align: center;
    padding: 25px;
    border: 1px solid #1c2f22;
    background: #0b1a12;
    border-radius: 10px;
    transition: 0.3s;
}

.benefit-card i {
    font-size: 26px;
    color: #7CB342;
    margin-bottom: 10px;
}

.benefit-card:hover {
    transform: translateY(-6px);
    border-color: #7CB342;
}

/* =========================
   VACANCY BOARD (NEW FEATURE 🔥)
========================= */

.vacancy-section {
    padding: 100px 0;
    background: #0a1710;
}

.vacancy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.vacancy-card {
    background: #07110C;
    border: 1px solid #1c2f22;
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s ease;
    position: relative;
}

.vacancy-card:hover {
    transform: translateY(-10px);
    border-color: #7CB342;
}

.vacancy-card h3 {
    font-family: 'Oswald';
    margin-bottom: 10px;
}

.vacancy-card p {
    color: #cbd3cc;
    font-size: 14px;
    margin-bottom: 15px;
}

.vacancy-tag {
    display: inline-block;
    padding: 6px 10px;
    font-size: 12px;
    background: #102116;
    border: 1px solid #1c2f22;
    margin-bottom: 10px;
}

.apply-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 16px;
    background: #7CB342;
    color: #000;
    font-weight: 700;
    border-radius: 6px;
    transition: 0.3s;
}

.apply-btn:hover {
    background: #5f8f29;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {
    .split-grid {
        grid-template-columns: 1fr;
    }

    .roles-grid {
        grid-template-columns: 1fr 1fr;
    }

    .benefits-grid {
        grid-template-columns: 1fr 1fr;
    }

    .vacancy-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .roles-grid,
    .benefits-grid,
    .vacancy-grid {
        grid-template-columns: 1fr;
    }

    .section-title h2 {
        font-size: 30px;
    }
}

/* =========================
   WHY JOIN ENHANCED STYLE
========================= */

.enhanced-why {
    padding: 100px 0;
    background: #07110C;
}

.section-badge {
    display: inline-block;
    padding: 8px 14px;
    font-size: 12px;
    letter-spacing: 2px;
    background: #102116;
    border: 1px solid #1c2f22;
    color: #7CB342;
    margin-bottom: 15px;
}

.why-content h2 {
    font-family: 'Oswald';
    font-size: 44px;
    margin-bottom: 15px;
}

.why-content h2 span {
    color: #7CB342;
}

.lead-text {
    font-size: 16px;
    color: #d3ddd6;
    margin-bottom: 15px;
    line-height: 1.8;
}

/* =========================
   BULLET CARDS (UPGRADED)
========================= */

.enhanced-bullets {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 25px;
}

.bullet-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: #0b1a12;
    border: 1px solid #1c2f22;
    border-radius: 10px;
    transition: 0.3s ease;
    cursor: pointer;
}

.bullet-card i {
    color: #7CB342;
    font-size: 18px;
}

.bullet-card span {
    font-size: 14px;
    color: #e0e6e2;
}

.bullet-card:hover {
    transform: translateY(-5px);
    border-color: #7CB342;
    box-shadow: 0 10px 25px rgba(124, 179, 66, 0.15);
}

/* =========================
   STATS ROW
========================= */

.why-stats {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.stat-box {
    flex: 1;
    padding: 18px;
    background: #0b1a12;
    border: 1px solid #1c2f22;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
}

.stat-box h4 {
    color: #7CB342;
    font-size: 22px;
    margin-bottom: 5px;
}

.stat-box p {
    font-size: 12px;
    color: #b9c4bd;
}

.stat-box:hover {
    transform: translateY(-5px);
    border-color: #7CB342;
}

/* =========================
   IMAGE ENHANCEMENT
========================= */

.why-image {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.why-image img {
    transition: transform 0.6s ease;
}

.why-image:hover img {
    transform: scale(1.08);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.6), transparent);
}

.image-glow {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(124, 179, 66, 0.15);
    filter: blur(80px);
    top: 20%;
    left: 20%;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {
    .enhanced-bullets {
        grid-template-columns: 1fr;
    }

    .why-stats {
        flex-direction: column;
    }
}

.enhanced-benefits {
    padding: 100px 0;
    background: #0a1710;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.benefit-card {
    position: relative;
    padding: 25px;
    background: #07110C;
    border: 1px solid #1c2f22;
    border-radius: 12px;
    transition: 0.35s ease;
    overflow: hidden;
}

.benefit-card i {
    font-size: 26px;
    color: #7CB342;
    margin-bottom: 12px;
}

.benefit-card h3 {
    font-family: 'Oswald';
    margin-bottom: 10px;
    font-size: 18px;
}

.benefit-card p {
    font-size: 14px;
    color: #cbd3cc;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* TAG (small label system) */
.tag {
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    background: #102116;
    border: 1px solid #1c2f22;
    color: #7CB342;
    border-radius: 20px;
}

/* HOVER EFFECT (VERY IMPORTANT) */
.benefit-card:hover {
    transform: translateY(-10px);
    border-color: #7CB342;
    box-shadow: 0 15px 35px rgba(124, 179, 66, 0.15);
}

/* subtle glow animation */
.benefit-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(124, 179, 66, 0.08);
    filter: blur(40px);
    top: -30px;
    right: -30px;
    transition: 0.4s;
}

.benefit-card:hover::before {
    transform: scale(1.5);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}