/* =========================================================
   🔥 COMPANY PAGE — FINAL CLEAN SYSTEM
   Scoped. Stable. No global bleed.
   ========================================================= */

.company-page {
    font-family: "Poppins", sans-serif;
}

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

.company-page .company-hero h1 {
    font-size: 38px !important;
    line-height: 1.2;
    text-align: center;
}

.company-page .company-hero p {
    font-size: 15px;
    text-align: center;
    max-width: 700px;
    margin: 16px auto 0;
    color: #888;
}

/* ================= SECTION HEADERS ================= */

.company-page .section h2 {
    font-size: 34px !important;
    text-align: center;
}

/* ================= SECTION INTRO ================= */

.company-page .section-intro {
    font-size: 15px;
    max-width: 700px;
    margin: 0 auto 30px;
    text-align: center;
    color: #aaa;
}

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

.company-page .card {
    position: relative;
}

.company-page .card strong {
    font-size: 15px !important;
    font-weight: 600;
}

.company-page .card span {
    font-size: 13px !important;
    line-height: 1.5;
    color: #999;
}

/* ================= LEAF BADGE ================= */

.company-page .card::after {
    content: "🌱";
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 16px;
    color: #22c55e;
    text-shadow: 0 0 6px rgba(34,197,94,0.6);
}

#careerOverlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

#careerOverlay.active {
    display: flex;
}
