/* =========================================================
   HOLS-FIELD WORKFORCE — FRESH MOCKUP CSS
   Images expected:
   ../images/workforce-hero.jpg
   ../images/driven-professionals.jpg
   ========================================================= */

:root{
    --orange:#ff7800;
    --orange-bright:#ff7a00;
    --black:#030303;
    --panel:#0b0d0e;
    --panel-2:#101214;
    --white:#f7f7f7;
    --muted:#a5a8aa;
    --line:rgba(255,255,255,.10);
    --orange-line:rgba(255,120,0,.34);
    --max:1440px;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    min-height:100vh;
    background:#020303;
    color:var(--white);
    font-family:"Poppins",sans-serif;
    overflow-x:hidden;
}

body::before{
    content:"";
    position:fixed;
    inset:0;
    z-index:-5;
    pointer-events:none;
    background:
        radial-gradient(circle at 8% 10%,rgba(255,120,0,.10),transparent 25%),
        radial-gradient(circle at 92% 35%,rgba(255,120,0,.06),transparent 28%),
        linear-gradient(180deg,#020303 0%,#050607 55%,#020303 100%);
}

/* =========================================================
   NAVBAR
   ========================================================= */

.site-header{
    position:relative;
    z-index:50;
    padding:12px 22px 0;
}

.navbar{
    width:min(100%,1700px);
    height:76px;
    margin:0 auto;
    padding:0 20px;
    display:flex;
    align-items:center;
    gap:24px;
    background:rgba(8,10,10,.92);
    border:1px solid rgba(255,255,255,.13);
    border-radius:8px;
    box-shadow:0 0 0 1px rgba(0,0,0,.5),0 12px 40px rgba(0,0,0,.35);
    backdrop-filter:blur(12px);
}

.logo{
    position:relative;
    min-width:210px;
    color:#fff;
    text-decoration:none;
    font-size:22px;
    font-weight:800;
    letter-spacing:-.8px;
    line-height:1;
}

.logo span{
    color:var(--orange);
}

.logo small{
    display:block;
    margin-top:6px;
    color:#777;
    font-size:7px;
    letter-spacing:3px;
    font-weight:600;
}

.nav-menu{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:27px;
    list-style:none;
}

.nav-menu a{
    position:relative;
    color:#c9cbcc;
    text-decoration:none;
    font-size:9px;
    font-weight:600;
    letter-spacing:.2px;
    white-space:nowrap;
    transition:.25s ease;
}

.nav-menu a:hover,
.nav-menu a.active{
    color:var(--orange);
}

.nav-menu a.active::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-29px;
    width:26px;
    height:2px;
    transform:translateX(-50%);
    background:var(--orange);
    box-shadow:0 0 12px rgba(255,120,0,.7);
}

.header-cta{
    min-width:150px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    padding:0 18px;
    color:#050505;
    background:var(--orange);
    border:1px solid var(--orange);
    border-radius:10px;
    text-decoration:none;
    font-size:9px;
    font-weight:800;
    transition:.3s ease;
    box-shadow:0 10px 35px rgba(255,120,0,.18);
}

.header-cta span{
    font-size:17px;
    line-height:0;
}

.header-cta:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 42px rgba(255,120,0,.30);
}

.menu-toggle{
    display:none;
}

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

.hero{
    position:relative;
    width:min(100%,1700px);
    min-height:850px;
    margin:0 auto;
    padding:78px 58px 62px;
    display:grid;
    grid-template-columns:minmax(0,1.03fr) minmax(520px,.97fr);
    gap:60px;
    align-items:center;
    overflow:hidden;
    isolation:isolate;
}

.hero-background{
    position:absolute;
    inset:0;
    z-index:-3;
    background:
        linear-gradient(90deg,
            rgba(2,4,5,.96) 0%,
            rgba(2,4,5,.82) 31%,
            rgba(2,4,5,.30) 58%,
            rgba(2,4,5,.16) 100%),
        linear-gradient(0deg,
            rgba(2,3,3,.95) 0%,
            transparent 28%),
        url("../images/workforce-hero-bg.jpg") center/cover no-repeat;
    filter:saturate(.92);
}

.hero-grid-glow{
    position:absolute;
    inset:0;
    z-index:-2;
    pointer-events:none;
    background:
        radial-gradient(circle at 64% 72%,rgba(255,120,0,.17),transparent 22%),
        linear-gradient(120deg,transparent 50%,rgba(255,120,0,.05) 75%,transparent 100%);
    mix-blend-mode:screen;
}

.hero::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    background:linear-gradient(90deg,transparent,var(--orange),transparent);
    opacity:.65;
}

.hero-left{
    position:relative;
    z-index:2;
    max-width:760px;
}

.workforce-badge{
    width:max-content;
    display:flex;
    align-items:center;
    gap:11px;
    padding:9px 15px;
    margin-bottom:28px;
    border:1px solid rgba(255,120,0,.65);
    border-radius:30px;
    background:rgba(5,6,6,.65);
    color:#ddd;
    font-size:10px;
    font-weight:600;
    letter-spacing:2px;
    box-shadow:0 0 24px rgba(255,120,0,.06);
}

.badge-dot,
.online-dot{
    width:7px;
    height:7px;
    flex:none;
    border-radius:50%;
    background:var(--orange);
    box-shadow:0 0 12px rgba(255,120,0,.8);
}

.badge-dot{
    animation:blink 1.6s infinite;
}

.hero-title{
    display:flex;
    flex-direction:column;
    width:max-content;
    max-width:100%;
    font-size:72px;
    line-height:.94;
    letter-spacing:-3px;
    font-weight:800;
}

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

.hero-title strong{
    color:var(--orange);
    font-weight:900;
}

.hero-title em{
    color:#f7f7f7;
    font-style:normal;
    font-size:.82em;
    letter-spacing:8px;
    font-weight:800;
}

.orange-rule{
    width:62px;
    height:2px;
    margin:20px 0 22px;
    background:var(--orange);
    box-shadow:0 0 15px rgba(255,120,0,.55);
}

.hero-description{
    max-width:700px;
    color:#d4d7d8;
    font-size:13px;
    line-height:1.95;
    margin-bottom:28px;
}

.hero-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.btn{
    min-height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:0 22px;
    border-radius:4px;
    text-decoration:none;
    font-size:9px;
    font-weight:800;
    letter-spacing:.6px;
    transition:.3s ease;
}

.btn-primary{
    color:#080808;
    background:var(--orange);
    border:1px solid var(--orange);
    box-shadow:0 10px 30px rgba(255,120,0,.16);
}

.btn-secondary{
    color:#fff;
    background:rgba(8,10,10,.55);
    border:1px solid rgba(255,255,255,.22);
}

.btn:hover{
    transform:translateY(-3px);
}

.btn-primary:hover{
    box-shadow:0 15px 38px rgba(255,120,0,.28);
}

.btn-secondary:hover{
    border-color:var(--orange);
    color:var(--orange);
}

.hero-metrics{
    display:flex;
    gap:10px;
    margin-top:28px;
}

.metric{
    min-width:112px;
    padding:12px 15px;
    background:rgba(8,10,10,.72);
    border:1px solid rgba(255,255,255,.10);
    border-radius:3px;
}

.metric i{
    color:var(--orange);
    font-size:15px;
    margin-right:6px;
}

.metric strong{
    color:var(--orange);
    font-size:20px;
    font-weight:800;
}

.metric span{
    display:block;
    margin-top:4px;
    color:#c4c6c7;
    font-size:7px;
    letter-spacing:2px;
    font-weight:600;
}

/* =========================================================
   HERO RIGHT PANEL
   ========================================================= */

.hero-right{
    position:relative;
    z-index:3;
    display:flex;
    justify-content:flex-end;
}

.workforce-panel{
    width:min(100%,520px);
    padding:27px;
    background:
        linear-gradient(145deg,rgba(17,20,21,.96),rgba(8,10,10,.94));
    border:1px solid rgba(255,255,255,.18);
    border-radius:16px;
    box-shadow:
        0 30px 80px rgba(0,0,0,.48),
        inset 0 1px 0 rgba(255,255,255,.05),
        0 0 40px rgba(255,120,0,.06);
    position:relative;
    overflow:hidden;
}

.workforce-panel::before{
    content:"";
    position:absolute;
    top:-100px;
    right:-70px;
    width:240px;
    height:240px;
    border-radius:50%;
    background:rgba(255,120,0,.18);
    filter:blur(55px);
    pointer-events:none;
}

.workforce-panel::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:2px;
    background:linear-gradient(90deg,transparent,var(--orange),transparent);
}

.panel-header{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#d9d9d9;
    font-size:10px;
    font-weight:600;
    letter-spacing:1.8px;
}

.panel-header > div{
    display:flex;
    align-items:center;
    gap:10px;
}

.panel-header > i{
    color:var(--orange);
    font-size:22px;
}

.panel-number{
    position:relative;
    z-index:1;
    margin-top:22px;
    color:var(--orange);
    font-size:64px;
    line-height:1;
    font-weight:800;
    letter-spacing:-3px;
    text-shadow:0 0 30px rgba(255,120,0,.18);
}

.panel-label{
    position:relative;
    z-index:1;
    margin-top:7px;
    color:#dedede;
    font-size:9px;
    letter-spacing:4px;
    font-weight:600;
}

.stats-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    margin-top:28px;
}

.stat-card{
    min-height:165px;
    padding:18px 17px;
    position:relative;
    background:rgba(18,20,21,.84);
    border:1px solid rgba(255,255,255,.13);
    border-radius:7px;
    transition:.35s ease;
    overflow:hidden;
}

.stat-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(145deg,rgba(255,120,0,.07),transparent 55%);
    opacity:0;
    transition:.35s ease;
}

.stat-card:hover{
    transform:translateY(-5px);
    border-color:rgba(255,120,0,.62);
    box-shadow:0 15px 35px rgba(0,0,0,.35),0 0 20px rgba(255,120,0,.06);
}

.stat-card:hover::before{
    opacity:1;
}

.stat-card i{
    position:relative;
    z-index:1;
    color:var(--orange);
    font-size:21px;
    margin-bottom:17px;
}

.stat-card h3{
    position:relative;
    z-index:1;
    font-size:14px;
    margin-bottom:9px;
}

.stat-card p{
    position:relative;
    z-index:1;
    color:#b7babc;
    font-size:9px;
    line-height:1.7;
}

.card-line{
    position:absolute;
    left:17px;
    bottom:12px;
    width:28px;
    height:2px;
    background:var(--orange);
    box-shadow:0 0 10px rgba(255,120,0,.4);
}

/* =========================================================
   EXECUTIVE SECTION
   ========================================================= */

.executive{
    position:relative;
    width:min(100%,1700px);
    margin:0 auto;
    padding:62px 32px 72px;
    background:
        linear-gradient(180deg,rgba(4,6,7,.96),rgba(3,5,6,.98)),
        radial-gradient(circle at 78% 5%,rgba(255,120,0,.08),transparent 27%);
    overflow:hidden;
}

.executive::before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:55%;
    height:260px;
    opacity:.18;
    background:
        radial-gradient(circle,rgba(255,120,0,.9) 1px,transparent 1.5px);
    background-size:9px 9px;
    mask-image:linear-gradient(90deg,transparent,#000);
    pointer-events:none;
}

.section-head{
    width:min(100%,1460px);
    margin:0 auto 35px;
    position:relative;
    z-index:1;
}

.section-kicker{
    display:flex;
    align-items:center;
    gap:18px;
    color:var(--orange);
    font-size:10px;
    font-weight:800;
    letter-spacing:4px;
    margin-bottom:12px;
}

.section-kicker span{
    width:80px;
    height:2px;
    background:var(--orange);
    box-shadow:0 0 12px rgba(255,120,0,.5);
}

.section-head h2{
    font-size:45px;
    line-height:1.05;
    letter-spacing:-1.7px;
}

.section-head h2 span{
    color:var(--orange);
}

.section-head p{
    max-width:800px;
    margin-top:13px;
    color:#b9bcbe;
    font-size:11px;
    line-height:1.8;
}

.executive-grid{
    width:min(100%,1460px);
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:12px;
    position:relative;
    z-index:1;
}

.executive-card{
    position:relative;
    min-height:265px;
    padding:17px 16px 20px;
    background:
        linear-gradient(145deg,rgba(18,21,22,.96),rgba(7,9,10,.98));
    border:1px solid rgba(255,255,255,.15);
    border-radius:6px;
    overflow:hidden;
    transition:.35s ease;
}

.executive-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 100% 0,rgba(255,120,0,.12),transparent 42%);
    opacity:0;
    transition:.35s ease;
}

.executive-card::after{
    content:"";
    position:absolute;
    left:16px;
    right:16px;
    bottom:0;
    height:2px;
    background:linear-gradient(90deg,var(--orange),transparent);
    transform:scaleX(.35);
    transform-origin:left;
    transition:.35s ease;
}

.executive-card:hover{
    transform:translateY(-7px);
    border-color:rgba(255,120,0,.55);
    box-shadow:0 20px 50px rgba(0,0,0,.45),0 0 28px rgba(255,120,0,.06);
}

.executive-card:hover::before{
    opacity:1;
}

.executive-card:hover::after{
    transform:scaleX(1);
}

.exec-top{
    position:relative;
    z-index:1;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    min-height:54px;
}

.exec-icon{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,120,0,.38);
    background:rgba(255,120,0,.06);
    color:var(--orange);
    border-radius:50%;
    font-size:15px;
}

.exec-no{
    color:rgba(255,255,255,.09);
    font-size:34px;
    line-height:.9;
    font-weight:800;
}

.executive-card h3{
    position:relative;
    z-index:1;
    margin-top:15px;
    font-size:14px;
    line-height:1.25;
}

.exec-role{
    position:relative;
    z-index:1;
    margin-top:7px;
    color:var(--orange);
    font-size:7px;
    font-weight:800;
    letter-spacing:1.7px;
    line-height:1.4;
}

.executive-card p{
    position:relative;
    z-index:1;
    margin-top:14px;
    color:#b7babc;
    font-size:9px;
    line-height:1.75;
}

.card-arrow{
    position:absolute;
    right:15px;
    bottom:14px;
    color:var(--orange);
    font-size:20px;
    opacity:.9;
    transition:.3s ease;
}

.executive-card:hover .card-arrow{
    transform:translate(3px,-3px);
}

/* =========================================================
   DRIVEN BY PROFESSIONALS
   ========================================================= */

.bottom{
    position:relative;
    width:min(100% - 64px,1460px);
    min-height:285px;
    margin:0 auto 70px;
    padding:54px 44px;
    display:flex;
    align-items:center;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.18);
    border-radius:12px;
    background:
        linear-gradient(90deg,
            rgba(4,6,7,.98) 0%,
            rgba(4,6,7,.94) 34%,
            rgba(4,6,7,.60) 57%,
            rgba(4,6,7,.12) 100%),
        url("../images/driven-professionals-bg.jpg") center/cover no-repeat;
    box-shadow:0 25px 80px rgba(0,0,0,.42);
}

.bottom::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:1px;
    background:linear-gradient(90deg,transparent,var(--orange),transparent);
}

.bottom-content{
    position:relative;
    z-index:2;
    max-width:650px;
}

.bottom-kicker{
    margin-bottom:12px;
    color:var(--orange);
    font-size:9px;
    font-weight:800;
    letter-spacing:4px;
}

.bottom h2{
    font-size:48px;
    line-height:.95;
    letter-spacing:-2px;
}

.bottom h2 span{
    color:var(--orange);
}

.bottom p{
    max-width:650px;
    margin-top:18px;
    color:#c6c8c9;
    font-size:10px;
    line-height:1.9;
}

/* =========================================================
   ANIMATION
   ========================================================= */

@keyframes blink{
    0%,100%{opacity:1}
    50%{opacity:.25}
}

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

@media (max-width:1400px){

    .navbar{
        height:72px;
    }

    .nav-menu{
        gap:19px;
    }

    .nav-menu a{
        font-size:8px;
    }

    .logo{
        min-width:175px;
    }

    .header-cta{
        min-width:130px;
        height:46px;
    }

    .hero{
        grid-template-columns:minmax(0,1fr) minmax(460px,.82fr);
        padding-left:45px;
        padding-right:45px;
        gap:40px;
    }

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

    .executive-grid{
        grid-template-columns:repeat(5,minmax(0,1fr));
    }

}

@media (max-width:1120px){

    .navbar{
        padding:0 16px;
    }

    .logo{
        min-width:145px;
        font-size:19px;
    }

    .nav-menu{
        gap:13px;
    }

    .nav-menu a{
        font-size:7px;
    }

    .header-cta{
        min-width:110px;
        padding:0 12px;
        font-size:8px;
    }

    .hero{
        grid-template-columns:1fr;
        min-height:auto;
        padding-top:70px;
        padding-bottom:70px;
    }

    .hero-right{
        justify-content:flex-start;
        margin-top:5px;
    }

    .workforce-panel{
        max-width:620px;
    }

    .executive-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media (max-width:800px){

    .site-header{
        padding:10px 12px 0;
    }

    .navbar{
        height:62px;
        border-radius:8px;
    }

    .logo{
        min-width:0;
        font-size:18px;
    }

    .logo small{
        font-size:5px;
        letter-spacing:2px;
    }

    .menu-toggle{
        display:grid;
        place-items:center;
        margin-left:auto;
        width:40px;
        height:40px;
        color:#fff;
        background:transparent;
        border:1px solid rgba(255,255,255,.12);
        border-radius:5px;
        cursor:pointer;
    }

    .header-cta{
        display:none;
    }

    .nav-menu{
        position:absolute;
        top:70px;
        left:12px;
        right:12px;
        display:none;
        flex-direction:column;
        align-items:stretch;
        gap:0;
        padding:10px;
        background:#090b0c;
        border:1px solid rgba(255,255,255,.12);
        border-radius:8px;
        box-shadow:0 20px 50px rgba(0,0,0,.5);
    }

    .nav-menu.active{
        display:flex;
    }

    .nav-menu a{
        display:block;
        padding:13px 12px;
        font-size:9px;
    }

    .nav-menu a.active::after{
        display:none;
    }

    .hero{
        width:100%;
        padding:55px 22px 55px;
    }

    .hero-background{
        background-position:58% center;
    }

    .hero-title{
        font-size:53px;
        letter-spacing:-2px;
    }

    .hero-title em{
        font-size:.70em;
        letter-spacing:5px;
    }

    .hero-description{
        font-size:11px;
        line-height:1.85;
    }

    .hero-metrics{
        flex-wrap:wrap;
    }

    .metric{
        flex:1 1 100px;
    }

    .workforce-panel{
        padding:20px;
        border-radius:12px;
    }

    .panel-number{
        font-size:55px;
    }

    .stat-card{
        min-height:145px;
    }

    .executive{
        padding:55px 20px 60px;
    }

    .section-head h2{
        font-size:36px;
    }

    .executive-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .executive-card{
        min-height:245px;
    }

    .bottom{
        width:calc(100% - 40px);
        min-height:360px;
        margin-bottom:40px;
        padding:40px 25px;
        align-items:flex-end;
        background-position:65% center;
    }

    .bottom h2{
        font-size:40px;
    }
}

@media (max-width:520px){

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

    .hero-title em{
        font-size:20px;
        letter-spacing:4px;
    }

    .workforce-badge{
        font-size:8px;
        letter-spacing:1.5px;
    }

    .hero-actions{
        flex-direction:column;
        align-items:stretch;
    }

    .btn{
        width:100%;
    }

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

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

    .section-head h2{
        font-size:31px;
    }

    .section-kicker{
        font-size:8px;
    }

    .executive-card{
        min-height:225px;
    }

    .bottom{
        min-height:390px;
        background-position:70% center;
    }

    .bottom h2{
        font-size:36px;
    }
}

@media (prefers-reduced-motion:reduce){
    *,
    *::before,
    *::after{
        animation-duration:.01ms !important;
        transition-duration:.01ms !important;
    }
}
/* =========================================================
   WORKFORCE NAVBAR
   MATCH THE GLOBAL COMPLIANCE NAVBAR SIZE
   ========================================================= */

.site-header {
    width: 100%;
    position: relative;
    z-index: 1000;
    padding: 18px 0 0;
}

.site-header .navbar {
    width: calc(100% - 52px);
    max-width: 1680px;
    height: 76px;
    min-height: 76px;

    margin: 0 auto;
    padding: 0 18px 0 28px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: rgba(7, 8, 8, 0.92);

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 17px;

    box-sizing: border-box;

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.30);

    position: relative;
}


/* =========================================================
   WORKFORCE LOGO
   ========================================================= */

.site-header .navbar .logo {
    position: relative;

    display: flex;
    align-items: center;

    min-width: 190px;

    color: #ffffff;
    text-decoration: none;

    font-size: 25px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
}

.site-header .navbar .logo span {
    color: #ff7a00;
}

.site-header .navbar .logo small {
    position: absolute;

    left: 0;
    bottom: -15px;

    font-size: 7px;
    font-weight: 600;

    letter-spacing: 4px;

    color: rgba(255, 255, 255, 0.42);
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.site-header .navbar .nav-menu {
    height: 100%;

    margin: 0;
    padding: 0;

    display: flex;
    align-items: stretch;
    justify-content: center;

    list-style: none;
}

.site-header .navbar .nav-menu li {
    height: 100%;
    margin: 0;
    padding: 0;
}

.site-header .navbar .nav-menu li a {
    position: relative;

    height: 100%;
    padding: 0 17px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: rgba(255, 255, 255, 0.78);

    text-decoration: none;

    font-size: 11px;
    font-weight: 700;

    white-space: nowrap;

    transition:
        color 0.25s ease,
        background 0.25s ease;
}


/* HOVER */

.site-header .navbar .nav-menu li a:hover {
    color: #ff7a00;
}


/* =========================================================
   ACTIVE WORKFORCE
   ========================================================= */

.site-header .navbar .nav-menu li a.active {
    color: #ff7a00;

    background: rgba(255, 122, 0, 0.07);
}


/* Orange underline */

.site-header .navbar .nav-menu li a.active::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 30px;
    height: 3px;

    transform: translateX(-50%);

    background: #ff7a00;

    border-radius: 4px 4px 0 0;
}


/* =========================================================
   GET IN TOUCH
   ========================================================= */

.site-header .navbar .header-cta {
    width: 176px;
    height: 52px;

    margin-left: 12px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;

    background: #ff7a00;
    color: #080808;

    border-radius: 14px;

    text-decoration: none;

    font-size: 11px;
    font-weight: 800;

    box-shadow:
        0 10px 28px rgba(255, 122, 0, 0.20);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.site-header .navbar .header-cta:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 35px rgba(255, 122, 0, 0.32);
}


/* =========================================================
   MOBILE MENU BUTTON
   ========================================================= */

.site-header .navbar .menu-toggle {
    display: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1200px) {

    .site-header .navbar {
        width: calc(100% - 32px);
    }

    .site-header .navbar .nav-menu li a {
        padding: 0 11px;
        font-size: 10px;
    }

    .site-header .navbar .header-cta {
        width: 150px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .site-header {
        padding: 12px 0 0;
    }

    .site-header .navbar {
        width: calc(100% - 24px);
        height: 64px;
        min-height: 64px;

        padding: 0 16px;

        border-radius: 14px;
    }

    .site-header .navbar .logo {
        min-width: auto;
        font-size: 21px;
    }

    .site-header .navbar .logo small {
        font-size: 6px;
        bottom: -12px;
        letter-spacing: 3px;
    }

    .site-header .navbar .menu-toggle {
        display: flex;

        width: 42px;
        height: 42px;

        align-items: center;
        justify-content: center;

        background: transparent;
        border: 1px solid rgba(255,255,255,.15);
        border-radius: 9px;

        color: #ffffff;

        cursor: pointer;
    }

    .site-header .navbar .nav-menu {
        display: none;
    }

    .site-header .navbar .header-cta {
        display: none;
    }
}
/* =========================================================
   WORKFORCE — COMPLIANCE STYLE NAVBAR
   ========================================================= */

.site-header {
    width: 100%;
    position: relative;
    z-index: 1000;
    padding: 18px 0 0;
}

.nav-shell {
    width: calc(100% - 52px);
    max-width: 1680px;
    height: 76px;
    margin: 0 auto;
    padding: 0 18px 0 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: rgba(7, 8, 8, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 17px;

    box-sizing: border-box;

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.30);
}


/* =========================================================
   LOGO
   ========================================================= */

.brand {
    display: flex;
    align-items: center;
    gap: 14px;

    min-width: 245px;

    color: #fff;
    text-decoration: none;
}

.brand-dots {
    width: 32px;
    height: 32px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.brand-dots i {
    width: 7px;
    height: 7px;

    display: block;

    background: #ff7800;
    border-radius: 50%;
}

.brand-name {
    position: relative;

    display: flex;
    align-items: center;

    color: #fff;

    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
}

.brand-name b {
    color: #ff7800;
}

.brand-name small {
    position: absolute;

    left: 0;
    bottom: -15px;

    color: rgba(255,255,255,.42);

    font-size: 7px;
    font-weight: 600;
    letter-spacing: 4px;
}


/* =========================================================
   MAIN NAVIGATION
   ========================================================= */

.main-nav {
    height: 100%;

    display: flex;
    align-items: stretch;
    justify-content: center;

    margin: 0;
    padding: 0;
}

.main-nav a {
    position: relative;

    height: 100%;
    padding: 0 17px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: rgba(255,255,255,.78);

    text-decoration: none;

    font-size: 11px;
    font-weight: 700;

    white-space: nowrap;

    transition:
        color .25s ease,
        background .25s ease;
}

.main-nav a:hover {
    color: #ff7800;
}


/* ACTIVE WORKFORCE */

.main-nav a.active {
    color: #ff7800;
    background: rgba(255,120,0,.07);
}

.main-nav a.active::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 30px;
    height: 3px;

    transform: translateX(-50%);

    background: #ff7800;

    border-radius: 4px 4px 0 0;

    box-shadow: 0 0 12px rgba(255,120,0,.65);
}


/* =========================================================
   GET IN TOUCH
   ========================================================= */

.nav-shell .header-cta {
    width: 176px;
    height: 52px;

    margin-left: 12px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;

    background: #ff7800;
    color: #080808;

    border-radius: 14px;

    text-decoration: none;

    font-size: 11px;
    font-weight: 800;

    box-shadow:
        0 10px 28px rgba(255,120,0,.20);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.nav-shell .header-cta i {
    font-size: 13px;
}

.nav-shell .header-cta:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 35px rgba(255,120,0,.32);
}


/* =========================================================
   MOBILE BUTTON
   ========================================================= */

.nav-shell .menu-toggle {
    display: none;

    width: 42px;
    height: 42px;

    align-items: center;
    justify-content: center;

    background: transparent;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 9px;

    cursor: pointer;
}

.nav-shell .menu-toggle i {
    display: block;

    width: 18px;
    height: 2px;

    margin: 3px 0;

    background: #fff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1200px) {

    .nav-shell {
        width: calc(100% - 32px);
    }

    .brand {
        min-width: 190px;
    }

    .main-nav a {
        padding: 0 10px;
        font-size: 9px;
    }

    .nav-shell .header-cta {
        width: 150px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .site-header {
        padding: 12px 0 0;
    }

    .nav-shell {
        width: calc(100% - 24px);
        height: 64px;
        padding: 0 16px;

        border-radius: 14px;
    }

    .brand {
        min-width: auto;
    }

    .brand-dots {
        width: 27px;
        height: 27px;
        gap: 3px;
    }

    .brand-dots i {
        width: 6px;
        height: 6px;
    }

    .brand-name {
        font-size: 21px;
    }

    .brand-name small {
        font-size: 6px;
        bottom: -12px;
        letter-spacing: 3px;
    }

    .nav-shell .menu-toggle {
        display: flex;
        flex-direction: column;
        margin-left: auto;
    }

    .main-nav {
        position: absolute;

        top: 70px;
        left: 12px;
        right: 12px;

        height: auto;

        display: none;
        flex-direction: column;
        align-items: stretch;

        padding: 10px;

        background: #090b0c;

        border: 1px solid rgba(255,255,255,.12);
        border-radius: 10px;

        box-shadow: 0 20px 50px rgba(0,0,0,.5);
    }

    .main-nav.active {
        display: flex;
    }

    .main-nav a {
        height: auto;
        padding: 13px 12px;

        justify-content: flex-start;

        font-size: 10px;
    }

    .main-nav a.active::after {
        display: none;
    }

    .nav-shell .header-cta {
        display: none;
    }
}
/* =========================================================
   WORKFORCE HERO — FIT ENTIRE HERO ON FIRST SCREEN
   ========================================================= */

.hero {
    min-height: calc(100vh - 94px);
    height: calc(100vh - 94px);

    padding: 38px 58px 32px;

    align-items: center;
}

/* Keep the hero content compact */
.hero-left {
    max-width: 760px;
}

/* Reduce spacing above the title */
.workforce-badge {
    margin-bottom: 20px;
}

/* Slightly reduce heading size */
.hero-title {
    font-size: 64px;
}

/* Reduce spacing around orange line */
.orange-rule {
    margin: 16px 0 18px;
}

/* Reduce description spacing */
.hero-description {
    margin-bottom: 20px;
    line-height: 1.75;
}

/* Bring metrics closer */
.hero-metrics {
    margin-top: 20px;
}

/* Keep the right panel compact */
.workforce-panel {
    padding: 23px;
}

/* Reduce space inside the panel */
.stats-grid {
    margin-top: 22px;
}

.stat-card {
    min-height: 145px;
    padding: 16px;
}

/* =========================================================
   LARGE LAPTOP / DESKTOP
   ========================================================= */

@media (max-height: 850px) and (min-width: 901px) {

    .hero {
        min-height: calc(100vh - 94px);
        height: calc(100vh - 94px);
        padding-top: 28px;
        padding-bottom: 24px;
    }

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

    .workforce-badge {
        margin-bottom: 16px;
    }

    .orange-rule {
        margin: 13px 0 15px;
    }

    .hero-description {
        margin-bottom: 17px;
        line-height: 1.65;
    }

    .hero-metrics {
        margin-top: 16px;
    }

    .workforce-panel {
        padding: 21px;
    }

    .stats-grid {
        margin-top: 18px;
    }

    .stat-card {
        min-height: 138px;
        padding: 15px;
    }
}
/* =========================================================
   EXECUTIVE LEADERSHIP — NEW DESIGN
   ========================================================= */

.executive-leadership {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 110px 0 120px;
    background: #030506;
    color: #fff;
}

/* BACKGROUND IMAGE */

.executive-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            90deg,
            rgba(3,5,6,.98) 0%,
            rgba(3,5,6,.91) 35%,
            rgba(3,5,6,.65) 65%,
            rgba(3,5,6,.82) 100%
        ),
        url("../images/executive-leadership-bg.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    opacity: .9;
    pointer-events: none;
}

/* subtle orange atmosphere */

.executive-leadership::after {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    right: -220px;
    top: 100px;

    background: radial-gradient(
        circle,
        rgba(255,115,0,.18) 0%,
        rgba(255,115,0,.06) 35%,
        transparent 70%
    );

    pointer-events: none;
}


/* CONTAINER */

.executive-container {
    position: relative;
    z-index: 2;

    width: min(1440px, 92%);
    margin: 0 auto;
}


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

.executive-intro {
    max-width: 900px;
    margin-bottom: 55px;
}

.executive-label {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-bottom: 18px;

    color: #ff7900;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.executive-label span {
    display: block;
    width: 45px;
    height: 2px;

    background: #ff7900;

    box-shadow: 0 0 12px rgba(255,121,0,.7);
}

.executive-intro h2 {
    margin: 0;

    font-size: clamp(48px, 5vw, 82px);
    line-height: .98;

    font-weight: 800;
    letter-spacing: -3px;
}

.executive-intro h2 strong {
    color: #ff7900;
    font-weight: 800;
}

.executive-intro p {
    max-width: 780px;

    margin: 25px 0 0;

    color: #c8c8c8;

    font-size: 17px;
    line-height: 1.75;
}


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

.executive-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 18px;
}


/* =========================================================
   CARD
   ========================================================= */

.executive-card {
    position: relative;

    min-height: 390px;

    padding: 28px 24px 25px;

    background:
        linear-gradient(
            145deg,
            rgba(20,23,25,.96),
            rgba(5,7,8,.96)
        );

    border: 1px solid rgba(255,255,255,.14);

    border-radius: 12px;

    overflow: hidden;

    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}


/* orange glow in corner */

.executive-card::before {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    top: -100px;
    right: -100px;

    background: radial-gradient(
        circle,
        rgba(255,121,0,.25),
        transparent 70%
    );

    opacity: 0;

    transition: opacity .35s ease;
}


/* bottom light */

.executive-card::after {
    content: "";

    position: absolute;

    left: 24px;
    bottom: 0;

    width: 80px;
    height: 3px;

    background: #ff7900;

    box-shadow:
        0 0 12px rgba(255,121,0,.8),
        30px 0 35px rgba(255,121,0,.35);

    transition:
        width .4s ease;
}


/* hover */

.executive-card:hover {
    transform: translateY(-8px);

    border-color: rgba(255,121,0,.65);

    box-shadow:
        0 20px 50px rgba(0,0,0,.5),
        0 0 30px rgba(255,121,0,.10);
}

.executive-card:hover::before {
    opacity: 1;
}

.executive-card:hover::after {
    width: 145px;
}


/* =========================================================
   NUMBER
   ========================================================= */

.card-number {
    position: absolute;

    top: 18px;
    right: 20px;

    font-size: 42px;
    font-weight: 900;

    line-height: 1;

    color: rgba(255,255,255,.08);
}


/* =========================================================
   ICON
   ========================================================= */

.executive-icon {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin-bottom: 35px;

    border: 1px solid rgba(255,121,0,.65);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,121,0,.15),
            rgba(255,121,0,.02)
        );

    color: #ff7900;

    font-size: 21px;

    box-shadow:
        inset 0 0 15px rgba(255,121,0,.08),
        0 0 18px rgba(255,121,0,.05);
}


/* =========================================================
   NAME
   ========================================================= */

.executive-name {
    display: flex;
    flex-direction: column;

    margin-bottom: 13px;
}

.executive-name span {
    color: #eeeeee;

    font-size: 16px;
    font-weight: 500;

    line-height: 1.25;
}

.executive-name strong {
    margin-top: 2px;

    color: #fff;

    font-size: 30px;
    font-weight: 900;

    line-height: 1;

    letter-spacing: -1px;

    text-transform: uppercase;

    transition: color .3s ease;
}

.executive-card:hover .executive-name strong {
    color: #ff7900;
}


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

.executive-role {
    display: inline-block;

    margin-bottom: 22px;

    color: #ff7900;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1.8px;

    line-height: 1.4;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.executive-card p {
    margin: 0;

    max-width: 100%;

    color: #bcbcbc;

    font-size: 15px;
    line-height: 1.7;

    font-weight: 400;
}


/* =========================================================
   ARROW
   ========================================================= */

.executive-arrow {
    position: absolute;

    right: 22px;
    bottom: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border: 1px solid rgba(255,121,0,.6);

    border-radius: 50%;

    color: #ff7900;

    text-decoration: none;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease;
}

.executive-arrow:hover {
    background: #ff7900;
    color: #050505;

    transform: translateX(4px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1200px) {

    .executive-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* =========================================================
   TABLET / SMALL LAPTOP
   ========================================================= */

@media (max-width: 900px) {

    .executive-leadership {
        padding: 80px 0;
    }

    .executive-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .executive-card {
        min-height: 350px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .executive-leadership {
        padding: 65px 0 80px;
    }

    .executive-container {
        width: 90%;
    }

    .executive-intro {
        margin-bottom: 38px;
    }

    .executive-intro h2 {
        font-size: 44px;
        letter-spacing: -2px;
    }

    .executive-intro p {
        font-size: 15px;
        line-height: 1.65;
    }

    .executive-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .executive-card {
        min-height: 360px;
        padding: 25px 22px;
    }

    .executive-name strong {
        font-size: 28px;
    }

    .executive-card p {
        font-size: 15px;
        line-height: 1.7;
    }

}
/* =========================================================
   NAME — SURNAME AS THE MAIN FOCAL POINT
   ========================================================= */

.executive-name {
    display: flex;
    flex-direction: column;
    margin-bottom: 13px;
}

.executive-name span {
    color: #eeeeee;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

/* LARGE SURNAME */
.executive-name strong {
    margin-top: 4px;

    color: #ff7900;

    font-size: 32px;
    font-weight: 900;

    line-height: .95;
    letter-spacing: -1.2px;

    text-transform: uppercase;

    transition:
        color .3s ease,
        text-shadow .3s ease;
}

/* subtle glow on hover */
.executive-card:hover .executive-name strong {
    color: #ff7900;

    text-shadow:
        0 0 10px rgba(255,121,0,.25),
        0 0 25px rgba(255,121,0,.12);
}
/* =========================================================
   COMPACT EXECUTIVE CARDS
   ========================================================= */

.executive-card {
    min-height: 0;
    height: 320px;
    padding: 24px 22px 22px;
}

/* Bring the icon and name closer together */
.executive-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
}

/* Name */
.executive-name {
    margin-bottom: 10px;
}

.executive-name span {
    font-size: 15px;
}

.executive-name strong {
    font-size: 30px;
    line-height: 1;
}

/* Role */
.executive-role {
    margin-bottom: 15px;
}

/* Description */
.executive-card p {
    font-size: 14px;
    line-height: 1.55;
    max-width: 100%;
}

/* Arrow sits closer to the bottom */
.executive-arrow {
    width: 32px;
    height: 32px;
    right: 18px;
    bottom: 16px;
}

/* Bottom orange line */
.executive-card::after {
    left: 22px;
    width: 65px;
}


/* =========================================================
   SMALLER SCREENS
   ========================================================= */

@media (max-width: 1200px) {
    .executive-card {
        height: 330px;
    }
}

@media (max-width: 900px) {
    .executive-card {
        height: 320px;
    }
}

@media (max-width: 600px) {
    .executive-card {
        height: auto;
        min-height: 310px;
    }
}
/* =========================================================
   EXECUTIVE DESCRIPTION — CLASSIC SERIF STYLE
   ========================================================= */

.executive-card p {
    font-family: "Times New Roman", Times, serif !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;

    color: rgba(255, 255, 255, 0.62) !important;

    letter-spacing: 0 !important;

    margin: 0 !important;
}
/* =========================================================
   EXECUTIVE LEADERSHIP — EXPANDABLE CARD DESIGN
   ADD THIS AT THE VERY BOTTOM OF workforce.css
   ========================================================= */


/* ---------------------------------------------------------
   SECTION
   --------------------------------------------------------- */

.executive-leadership {
    position: relative;
    width: 100%;
    padding: 90px 0 110px;
    background: #030506;
    color: #ffffff;
    overflow: hidden;
}


/* ---------------------------------------------------------
   BACKGROUND
   --------------------------------------------------------- */

.executive-bg {
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(
            90deg,
            rgba(3,5,6,.97) 0%,
            rgba(3,5,6,.91) 40%,
            rgba(3,5,6,.82) 100%
        ),
        url("../images/executive-leadership-bg.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    opacity: .75;
    pointer-events: none;
}


/* subtle orange atmosphere */

.executive-leadership::after {
    content: "";

    position: absolute;

    width: 650px;
    height: 650px;

    right: -250px;
    top: 80px;

    background: radial-gradient(
        circle,
        rgba(255,121,0,.12) 0%,
        rgba(255,121,0,.04) 40%,
        transparent 72%
    );

    pointer-events: none;
}


/* ---------------------------------------------------------
   CONTAINER
   --------------------------------------------------------- */

.executive-container {
    position: relative;
    z-index: 2;

    width: min(1650px, 92%);
    margin: 0 auto;
}


/* ---------------------------------------------------------
   INTRO
   --------------------------------------------------------- */

.executive-intro {
    max-width: 1000px;
    margin-bottom: 48px;
}


.executive-label {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 16px;

    color: #ff7900;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 5px;
    text-transform: uppercase;
}


.executive-label span {
    width: 55px;
    height: 2px;

    background: #ff7900;

    box-shadow:
        0 0 12px rgba(255,121,0,.7);
}


.executive-intro h2 {
    margin: 0;

    font-size: clamp(48px, 5vw, 78px);
    line-height: 1;

    font-weight: 800;
    letter-spacing: -3px;
}


.executive-intro h2 strong {
    color: #ff7900;
    font-weight: 800;
}


.executive-intro p {
    max-width: 900px;

    margin: 22px 0 0;

    color: #c8c8c8;

    font-size: 17px;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   GRID
   --------------------------------------------------------- */

.executive-grid {
    display: grid;

    grid-template-columns: repeat(5, minmax(0, 1fr));

    gap: 18px;
}


/* ---------------------------------------------------------
   CARD
   --------------------------------------------------------- */

.executive-card {
    position: relative;

    min-height: 380px;

    padding: 28px 26px 28px;

    background:
        linear-gradient(
            145deg,
            rgba(18,22,24,.97),
            rgba(6,8,9,.98)
        );

    border: 1px solid rgba(255,255,255,.14);

    border-radius: 13px;

    overflow: hidden;

    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease,
        background .35s ease;
}


/* orange light inside top-right */

.executive-card::before {
    content: "";

    position: absolute;

    width: 200px;
    height: 200px;

    top: -130px;
    right: -100px;

    background: radial-gradient(
        circle,
        rgba(255,121,0,.22),
        transparent 70%
    );

    opacity: 0;

    transition: opacity .4s ease;

    pointer-events: none;
}


/* bottom orange line */

.executive-card::after {
    content: "";

    position: absolute;

    left: 26px;
    bottom: 0;

    width: 55px;
    height: 3px;

    background: #ff7900;

    box-shadow:
        0 0 12px rgba(255,121,0,.75);

    transition: width .4s ease;
}


/* ---------------------------------------------------------
   HOVER
   --------------------------------------------------------- */

.executive-card:hover {
    transform: translateY(-6px);

    border-color: rgba(255,121,0,.5);

    box-shadow:
        0 18px 45px rgba(0,0,0,.5),
        0 0 30px rgba(255,121,0,.08);
}


.executive-card:hover::before {
    opacity: 1;
}


.executive-card:hover::after {
    width: 110px;
}


/* ---------------------------------------------------------
   CARD NUMBER
   --------------------------------------------------------- */

.card-number {
    position: absolute;

    top: 20px;
    right: 20px;

    font-size: 46px;
    font-weight: 900;

    line-height: 1;

    color: rgba(255,255,255,.075);

    pointer-events: none;
}


/* ---------------------------------------------------------
   ICON
   --------------------------------------------------------- */

.executive-icon {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    margin-bottom: 30px;

    border: 1px solid rgba(255,121,0,.7);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,121,0,.14),
            rgba(255,121,0,.02)
        );

    color: #ff7900;

    font-size: 22px;

    box-shadow:
        inset 0 0 18px rgba(255,121,0,.08),
        0 0 15px rgba(255,121,0,.04);

    transition:
        transform .35s ease,
        background .35s ease,
        box-shadow .35s ease;
}


.executive-card:hover .executive-icon {
    transform: scale(1.06);

    background:
        radial-gradient(
            circle,
            rgba(255,121,0,.25),
            rgba(255,121,0,.04)
        );

    box-shadow:
        0 0 20px rgba(255,121,0,.15);
}


/* ---------------------------------------------------------
   NAME
   --------------------------------------------------------- */

.executive-name {
    display: flex;
    flex-direction: column;

    margin-bottom: 12px;
}


.executive-name span {
    color: #eeeeee;

    font-family: "Poppins", sans-serif;

    font-size: 16px;
    font-weight: 500;

    line-height: 1.25;
}


/*
   SURNAME
   This is deliberately the BIGGER orange name.
*/

.executive-name strong {
    display: block;

    margin-top: 3px;

    color: #ff7900;

    font-family: "Poppins", sans-serif;

    font-size: clamp(24px, 1.7vw, 32px);

    font-weight: 900;

    line-height: .98;

    letter-spacing: -1px;

    text-transform: uppercase;

    transition:
        color .3s ease,
        transform .3s ease;
}


.executive-card:hover .executive-name strong {
    color: #ff8a1a;

    transform: translateX(2px);
}


/* ---------------------------------------------------------
   ROLE
   --------------------------------------------------------- */

.executive-role {
    display: inline-block;

    margin-bottom: 19px;

    color: #ff7900;

    font-family: "Poppins", sans-serif;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 2px;

    line-height: 1.5;

    text-transform: uppercase;
}


/* ---------------------------------------------------------
   DESCRIPTION
   --------------------------------------------------------- */

.executive-description {
    margin: 0;

    color: #c5c5c5;

    /*
       THIS IS THE IMPORTANT PART:
       Your descriptions are now Times New Roman.
    */

    font-family: "Times New Roman", Times, serif;

    font-size: 15px;

    line-height: 1.65;

    font-weight: 400;
}


/* ---------------------------------------------------------
   ARROW BUTTON
   --------------------------------------------------------- */

.executive-arrow {
    position: absolute;

    right: 20px;
    bottom: 20px;

    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    padding: 0;

    border: 1px solid rgba(255,121,0,.7);

    border-radius: 50%;

    background: rgba(255,121,0,.03);

    color: #ff7900;

    cursor: pointer;

    font-size: 15px;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


.executive-arrow:hover {
    background: #ff7900;

    color: #050505;

    transform: translateX(3px);

    box-shadow:
        0 0 18px rgba(255,121,0,.3);
}


/* ---------------------------------------------------------
   KEY FUNCTIONS
   HIDDEN BY DEFAULT
   --------------------------------------------------------- */

.executive-functions {
    max-height: 0;

    opacity: 0;

    overflow: hidden;

    margin-top: 0;

    transform: translateY(8px);

    transition:
        max-height .45s ease,
        opacity .3s ease,
        margin-top .35s ease,
        transform .35s ease;
}


/* ---------------------------------------------------------
   KEY FUNCTIONS TITLE
   --------------------------------------------------------- */

.executive-functions h4 {
    margin: 0 0 12px;

    color: #ff7900;

    font-family: "Poppins", sans-serif;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* ---------------------------------------------------------
   FUNCTION LIST
   --------------------------------------------------------- */

.executive-functions ul {
    margin: 0;
    padding: 0;

    list-style: none;
}


.executive-functions li {
    position: relative;

    margin-bottom: 8px;

    padding-left: 15px;

    color: #c8c8c8;

    font-family: "Times New Roman", Times, serif;

    font-size: 14px;

    line-height: 1.45;
}


.executive-functions li::before {
    content: "";

    position: absolute;

    left: 0;
    top: 9px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #ff7900;

    box-shadow:
        0 0 7px rgba(255,121,0,.7);
}
/* =========================================================
   EXPANDED CARD — FULL HEIGHT
   ========================================================= */

.executive-grid {
    align-items: start;
}

.executive-card.expanded {
    min-height: 570px;

    border-color: rgba(255,121,0,.75);

    background:
        linear-gradient(
            145deg,
            rgba(25,23,20,.98),
            rgba(7,9,10,.99)
        );

    box-shadow:
        0 20px 50px rgba(0,0,0,.55),
        0 0 35px rgba(255,121,0,.12);

    z-index: 10;
}
}


.executive-card.expanded::before {
    opacity: 1;
}
/* =========================================================
   EXECUTIVE CARDS — FINAL COMPACT BALANCE
   ========================================================= */

/* CLOSED CARD */
.executive-card {
    height: 340px !important;
    min-height: 340px !important;

    padding: 24px 26px 70px !important;

    overflow: hidden;
}

/* ICON */
.executive-card .executive-icon {
    width: 58px !important;
    height: 58px !important;
    margin-bottom: 22px !important;
}

/* NAME */
.executive-card .executive-name {
    margin-bottom: 10px !important;
}

/* FIRST NAME */
.executive-card .executive-name span {
    font-size: 16px !important;
    line-height: 1.2 !important;
}

/* LARGE ORANGE SURNAME */
.executive-card .executive-name strong {
    font-size: 30px !important;
    line-height: 1 !important;
    color: #ff7900 !important;
}

/* ROLE */
.executive-card .executive-role {
    margin-bottom: 18px !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
}

/* DESCRIPTION */
.executive-card p {
    font-family: "Times New Roman", Times, serif !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #bdbdbd !important;
    margin: 0 !important;
}

/* ARROW */
.executive-card .executive-arrow {
    position: absolute !important;
    right: 20px !important;
    bottom: 18px !important;

    width: 38px !important;
    height: 38px !important;

    z-index: 10;
}

/* BOTTOM ORANGE LINE */
.executive-card::after {
    bottom: 0 !important;
}


/* =========================================================
   EXPANDED CARD
   ========================================================= */

.executive-card.expanded {
    height: 570px !important;
    min-height: 570px !important;

    padding-bottom: 75px !important;

    overflow: hidden;
}

/* Expanded description */
.executive-card.expanded p {
    font-size: 13px !important;
    line-height: 1.55 !important;
}

/* Key functions */
.executive-card .key-functions {
    margin-top: 22px !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .executive-card {
        height: 340px !important;
        min-height: 340px !important;
    }

    .executive-card.expanded {
        height: 570px !important;
        min-height: 570px !important;
    }

}
/* =========================================================
   FIX — SHOW KEY FUNCTIONS WHEN CARD IS EXPANDED
   ========================================================= */

/* Hide functions while card is closed */
.executive-card .key-functions {
    display: none !important;
}

/* SHOW functions when arrow is clicked */
.executive-card.expanded .key-functions {
    display: block !important;

    margin-top: 25px !important;
    padding-top: 18px !important;

    border-top: 1px solid rgba(255, 121, 0, 0.25);

    animation: functionsReveal 0.35s ease forwards;
}

/* Key Functions heading */
.executive-card.expanded .key-functions h4 {
    margin: 0 0 12px !important;

    color: #ff7900 !important;

    font-family: "Poppins", sans-serif !important;

    font-size: 11px !important;
    font-weight: 800 !important;

    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

/* Function list */
.executive-card.expanded .key-functions ul {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

/* Individual functions */
.executive-card.expanded .key-functions li {
    position: relative;

    margin: 0 0 9px !important;
    padding-left: 18px !important;

    color: #c7c7c7 !important;

    font-family: "Times New Roman", Times, serif !important;

    font-size: 14px !important;
    line-height: 1.45 !important;
}

/* Orange bullet */
.executive-card.expanded .key-functions li::before {
    content: "•";

    position: absolute;
    left: 0;
    top: 0;

    color: #ff7900;

    font-size: 18px;
    line-height: 1;
}

/* Reveal animation */
@keyframes functionsReveal {

    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}
/* =========================================================
   EXECUTIVE FUNCTIONS — FINAL VISIBILITY FIX
   ========================================================= */

/* CLOSED STATE */
.executive-functions {
    display: none;
}

/* OPEN STATE */
.executive-card.expanded .executive-functions,
.executive-card.active .executive-functions,
.executive-card.open .executive-functions {
    display: block !important;

    margin-top: 22px;
    padding-top: 18px;

    border-top: 1px solid rgba(255, 121, 0, 0.28);

    color: #ffffff;

    animation: functionsReveal .35s ease;
}

/* Heading */
.executive-functions h4 {
    margin: 0 0 12px;

    color: #ff7900;

    font-family: "Poppins", sans-serif;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

/* List */
.executive-functions ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

/* Function text */
.executive-functions li {
    position: relative;

    margin-bottom: 8px;

    padding-left: 16px;

    color: #cfcfcf;

    font-family: "Times New Roman", Times, serif;

    font-size: 14px;

    line-height: 1.45;
}

/* Orange bullet */
.executive-functions li::before {
    content: "•";

    position: absolute;
    left: 0;
    top: 0;

    color: #ff7900;

    font-family: Arial, sans-serif;
    font-size: 16px;
}

/* Animation */
@keyframes functionsReveal {

    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}
/* =========================================================
   EXPANDED EXECUTIVE CARD — FULL CONTENT FIX
   ========================================================= */

.executive-card.expanded {
    height: 700px !important;
    min-height: 700px !important;

    padding-bottom: 80px !important;

    overflow: hidden !important;

    z-index: 20 !important;
}


/* SHOW ALL KEY FUNCTIONS */
.executive-card.expanded .executive-functions {
    display: block !important;

    max-height: none !important;
    height: auto !important;

    opacity: 1 !important;
    visibility: visible !important;

    overflow: visible !important;

    margin-top: 22px !important;
    padding-top: 18px !important;

    transform: none !important;

    border-top: 1px solid rgba(255,121,0,.28);
}


/* HEADING */
.executive-card.expanded .executive-functions h4 {
    display: block !important;

    margin: 0 0 12px !important;

    color: #ff7900 !important;

    font-family: "Poppins", sans-serif !important;

    font-size: 11px !important;
    font-weight: 800 !important;

    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}


/* LIST */
.executive-card.expanded .executive-functions ul {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


/* ITEMS */
.executive-card.expanded .executive-functions li {
    display: block !important;

    position: relative;

    margin: 0 0 10px !important;
    padding-left: 18px !important;

    color: #cfcfcf !important;

    font-family: "Times New Roman", Times, serif !important;

    font-size: 14px !important;
    line-height: 1.45 !important;
}


/* BULLET */
.executive-card.expanded .executive-functions li::before {
    content: "•" !important;

    position: absolute;

    left: 0;
    top: 0;

    color: #ff7900 !important;

    font-family: Arial, sans-serif !important;

    font-size: 17px !important;
    line-height: 1 !important;
}


/* KEEP ARROW BELOW THE CONTENT */
.executive-card.expanded .executive-arrow {
    right: 20px !important;
    bottom: 18px !important;

    z-index: 50 !important;
}


/* =========================================================
   IMPORTANT — MAKE GRID RESPECT THE TALL CARD
   ========================================================= */

.executive-grid {
    align-items: start !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .executive-card.expanded {
        height: auto !important;
        min-height: 650px !important;

        padding-bottom: 75px !important;
    }

    .executive-card.expanded .executive-functions {
        max-height: none !important;
    }
}
/* =========================================================
   DRIVEN BY PROFESSIONALS — FINAL WORKFORCE SECTION
   ========================================================= */

.workforce-bottom {
    position: relative;
    overflow: hidden;

    margin-top: 110px;
    padding: 110px 0 120px;

    background:
        linear-gradient(
            90deg,
            #030506 0%,
            #060809 50%,
            #090705 100%
        );

    border-top: 1px solid rgba(255, 121, 0, .12);
}


/* BACKGROUND ATMOSPHERE */

.workforce-bottom::before {
    content: "";

    position: absolute;

    width: 700px;
    height: 700px;

    right: -250px;
    top: -250px;

    background: radial-gradient(
        circle,
        rgba(255, 121, 0, .14) 0%,
        rgba(255, 121, 0, .05) 35%,
        transparent 70%
    );

    pointer-events: none;
}


/* subtle orange line across section */

.workforce-bottom::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    top: 0;

    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,121,0,.5),
        transparent
    );
}


/* CONTAINER */

.workforce-bottom-container {
    position: relative;
    z-index: 2;

    width: min(1440px, 92%);
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.4fr .8fr;

    gap: 80px;

    align-items: center;
}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

.workforce-bottom-content {
    max-width: 780px;
}


/* LABEL */

.workforce-bottom-label {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 22px;

    color: #ff7900;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.workforce-bottom-label span {
    width: 45px;
    height: 2px;

    background: #ff7900;

    box-shadow: 0 0 12px rgba(255,121,0,.7);
}


/* HEADING */

.workforce-bottom-content h2 {
    margin: 0;

    color: #f5f5f5;

    font-size: clamp(48px, 5vw, 76px);

    line-height: .98;

    font-weight: 800;

    letter-spacing: -3px;
}

.workforce-bottom-content h2 strong {
    display: block;

    color: #ff7900;

    font-weight: 800;
}


/* DESCRIPTION */

.workforce-bottom-content p {
    max-width: 720px;

    margin: 30px 0 0;

    color: #b8b8b8;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 17px;

    line-height: 1.8;
}


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

.workforce-bottom-stats {
    display: grid;

    grid-template-columns: 1fr;

    gap: 14px;
}


/* STAT BOX */

.bottom-stat {
    position: relative;

    padding: 25px 28px;

    background:
        linear-gradient(
            135deg,
            rgba(18,21,23,.95),
            rgba(6,8,9,.95)
        );

    border: 1px solid rgba(255,255,255,.10);

    border-radius: 10px;

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease,
        background .3s ease;
}


/* orange accent */

.bottom-stat::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 3px;

    background: #ff7900;

    box-shadow: 0 0 15px rgba(255,121,0,.6);
}


/* NUMBER */

.bottom-stat strong {
    display: block;

    color: #ff7900;

    font-family: Poppins, sans-serif;

    font-size: 38px;

    font-weight: 900;

    line-height: 1;
}


/* LABEL */

.bottom-stat span {
    display: block;

    margin-top: 8px;

    color: #8f8f8f;

    font-family: Poppins, sans-serif;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2.5px;
}


/* HOVER */

.bottom-stat:hover {
    transform: translateX(8px);

    border-color: rgba(255,121,0,.45);

    background:
        linear-gradient(
            135deg,
            rgba(30,24,18,.98),
            rgba(7,9,10,.98)
        );
}


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

@media (max-width: 900px) {

    .workforce-bottom {
        margin-top: 80px;
        padding: 80px 0;
    }

    .workforce-bottom-container {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .workforce-bottom-stats {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (max-width: 600px) {

    .workforce-bottom {
        margin-top: 60px;
        padding: 70px 0 80px;
    }

    .workforce-bottom-container {
        width: 90%;
    }

    .workforce-bottom-content h2 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .workforce-bottom-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .workforce-bottom-stats {
        grid-template-columns: 1fr;
    }

    .bottom-stat {
        padding: 22px 24px;
    }

}
/* =========================================================
   WORKFORCE CLOSING SECTION — PREMIUM VERSION
   ========================================================= */

.workforce-closing {
    position: relative;
    min-height: 650px;

    overflow: hidden;

    display: flex;
    align-items: center;

    padding: 110px 0;

    background: #020304;

    color: #fff;
}


/* =========================================================
   BACKGROUND IMAGE
   ========================================================= */

.workforce-closing-bg {
    position: absolute;
    inset: 0;

    background-image:
        url("../images/executive-leadership-bg.jpg");

    background-size: cover;
    background-position: center;

    transform: scale(1.02);

    opacity: .72;
}


/* =========================================================
   DARK OVERLAY
   ========================================================= */

.workforce-closing-overlay {
    position: absolute;
    inset: 0;

    background:

        linear-gradient(
            90deg,
            rgba(2,3,4,.98) 0%,
            rgba(2,3,4,.91) 30%,
            rgba(2,3,4,.60) 58%,
            rgba(2,3,4,.78) 100%
        ),

        linear-gradient(
            180deg,
            rgba(2,3,4,.45),
            rgba(2,3,4,.92)
        );

    z-index: 1;
}


/* orange atmosphere */

.workforce-closing::after {
    content: "";

    position: absolute;

    width: 700px;
    height: 700px;

    right: -180px;
    top: 50%;

    transform: translateY(-50%);

    background:
        radial-gradient(
            circle,
            rgba(255,121,0,.22) 0%,
            rgba(255,121,0,.08) 30%,
            transparent 70%
        );

    pointer-events: none;

    z-index: 1;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.workforce-closing-container {
    position: relative;

    z-index: 3;

    width: min(1440px, 92%);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(380px, .8fr);

    gap: 100px;

    align-items: center;
}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

.workforce-closing-content {
    max-width: 780px;
}


/* LABEL */

.closing-label {
    display: flex;
    align-items: center;

    gap: 15px;

    margin-bottom: 25px;

    color: #ff7900;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 4px;

    text-transform: uppercase;
}

.closing-label span {
    display: block;

    width: 50px;
    height: 2px;

    background: #ff7900;

    box-shadow:
        0 0 12px rgba(255,121,0,.8);
}


/* HEADING */

.workforce-closing-content h2 {
    margin: 0;

    font-size: clamp(58px, 6vw, 92px);

    line-height: .94;

    font-weight: 800;

    letter-spacing: -4px;

    color: #f5f5f5;
}

.workforce-closing-content h2 strong {
    display: block;

    color: #ff7900;

    font-weight: 800;
}


/* DESCRIPTION */

.workforce-closing-content p {
    max-width: 730px;

    margin: 35px 0 35px;

    color: #d0d0d0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 18px;

    line-height: 1.75;
}


/* =========================================================
   BUTTON
   ========================================================= */

.closing-button {
    display: inline-flex;

    align-items: center;

    gap: 18px;

    padding: 16px 23px;

    color: #050505;

    background: #ff7900;

    border-radius: 5px;

    text-decoration: none;

    font-family: Poppins, sans-serif;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.4px;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}

.closing-button i {
    font-size: 13px;

    transition:
        transform .3s ease;
}

.closing-button:hover {
    transform: translateY(-3px);

    background: #ff8b1a;

    box-shadow:
        0 12px 35px rgba(255,121,0,.28);
}

.closing-button:hover i {
    transform: translateX(5px);
}


/* =========================================================
   RIGHT STAT AREA
   ========================================================= */

.workforce-closing-stats {
    display: flex;

    flex-direction: column;

    gap: 16px;
}


/* =========================================================
   STAT CARD
   ========================================================= */

.closing-stat {
    position: relative;

    min-height: 145px;

    padding: 27px 32px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    background:
        linear-gradient(
            135deg,
            rgba(18,21,23,.94),
            rgba(5,7,8,.88)
        );

    border: 1px solid rgba(255,255,255,.14);

    border-radius: 12px;

    overflow: hidden;

    backdrop-filter: blur(8px);

    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}


/* orange left edge */

.closing-stat::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 4px;

    background: #ff7900;

    box-shadow:
        0 0 18px rgba(255,121,0,.65);
}


/* subtle glow */

.closing-stat::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -100px;
    top: -100px;

    background:
        radial-gradient(
            circle,
            rgba(255,121,0,.18),
            transparent 70%
        );

    opacity: 0;

    transition: opacity .35s ease;
}


/* NUMBER */

.stat-number {
    position: relative;

    z-index: 2;

    color: #ff7900;

    font-family: Poppins, sans-serif;

    font-size: 46px;

    font-weight: 900;

    line-height: 1;
}

.stat-number span {
    font-size: .65em;
}


/* LABEL */

.stat-label {
    position: relative;

    z-index: 2;

    margin-top: 10px;

    color: #a5a5a5;

    font-family: Poppins, sans-serif;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}


/* HOVER */

.closing-stat:hover {
    transform: translateX(-8px);

    border-color:
        rgba(255,121,0,.55);

    box-shadow:
        0 20px 50px rgba(0,0,0,.45),
        0 0 30px rgba(255,121,0,.08);
}

.closing-stat:hover::after {
    opacity: 1;
}


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

@media (max-width: 1000px) {

    .workforce-closing-container {
        grid-template-columns: 1fr;

        gap: 60px;
    }

    .workforce-closing-content {
        max-width: 850px;
    }

    .workforce-closing-stats {
        display: grid;

        grid-template-columns:
            repeat(3, 1fr);
    }

    .closing-stat {
        min-height: 130px;
    }

}


@media (max-width: 650px) {

    .workforce-closing {
        padding: 75px 0;
    }

    .workforce-closing-container {
        width: 90%;
    }

    .workforce-closing-content h2 {
        font-size: 48px;

        letter-spacing: -2px;
    }

    .workforce-closing-content p {
        font-size: 16px;
    }

    .workforce-closing-stats {
        grid-template-columns: 1fr;
    }

    .closing-stat {
        min-height: 120px;
    }

}
/* =========================================================
   WORKFORCE FOOTER LOGO — FINAL FIX
   ========================================================= */

.site-footer .footer-company .footer-logo {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    position: relative !important;
    width: max-content !important;
    height: auto !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

/* HOLS-FIELD */
.site-footer .footer-company .footer-logo span {
    display: inline !important;
    position: static !important;
}

/* NIG. LTD. */
.site-footer .footer-company .footer-logo small {
    display: block !important;
    position: static !important;
    margin: 6px 0 0 0 !important;
    padding: 0 !important;
    font-size: 9px !important;
    line-height: 1 !important;
    letter-spacing: 3px !important;
    color: #777 !important;
    font-weight: 600 !important;
    width: auto !important;
    height: auto !important;
}
/* =========================================================
   WORKFORCE HERO — PREMIUM COMMAND CENTER UPGRADE
   AFFECTS HERO ONLY
   ========================================================= */

/* ---------- HERO FOUNDATION ---------- */

.workforce-hero {
    position: relative;
    min-height: 92vh;
    overflow: hidden;
    isolation: isolate;

    background:
        linear-gradient(
            90deg,
            rgba(2, 5, 7, 0.98) 0%,
            rgba(2, 5, 7, 0.94) 30%,
            rgba(2, 5, 7, 0.78) 55%,
            rgba(2, 5, 7, 0.45) 78%,
            rgba(2, 5, 7, 0.72) 100%
        ),
        url("../images/workforce-bg.jpg") center center / cover no-repeat;
}


/* ---------- CINEMATIC LIGHTING ---------- */

.workforce-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;

    background:
        radial-gradient(
            circle at 82% 45%,
            rgba(255, 126, 0, 0.16),
            transparent 28%
        ),
        radial-gradient(
            circle at 55% 100%,
            rgba(255, 126, 0, 0.07),
            transparent 35%
        );
}


/* ---------- SUBTLE DIGITAL GRID ---------- */

.workforce-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;

    opacity: 0.16;

    background-image:
        linear-gradient(
            rgba(255, 126, 0, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 126, 0, 0.035) 1px,
            transparent 1px
        );

    background-size: 70px 70px;

    mask-image:
        linear-gradient(
            to right,
            black 0%,
            transparent 72%
        );
}


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

.workforce-hero .hero-content {
    position: relative;
    z-index: 5;

    max-width: 650px;
    padding-top: 70px;
}


/* ---------- EYEBROW ---------- */

.workforce-hero .hero-badge,
.workforce-hero .hero-label {
    position: relative;

    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 9px 16px;

    border: 1px solid rgba(255, 126, 0, 0.55);
    border-radius: 50px;

    background: rgba(5, 8, 10, 0.55);

    color: #ffffff;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;

    backdrop-filter: blur(10px);
}


/* LIVE DOT */

.workforce-hero .hero-badge::before,
.workforce-hero .hero-label::before {
    content: "";

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #ff7e00;

    box-shadow:
        0 0 0 4px rgba(255, 126, 0, 0.10),
        0 0 14px rgba(255, 126, 0, 0.8);

    animation: workforceLive 2s ease-in-out infinite;
}


@keyframes workforceLive {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.45;
        transform: scale(0.75);
    }
}


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

.workforce-hero h1 {
    position: relative;

    margin: 28px 0 24px;

    max-width: 680px;

    font-size: clamp(58px, 6vw, 96px);
    line-height: 0.91;
    letter-spacing: -4px;
    font-weight: 900;

    color: #ffffff;
}


/* Orange words */

.workforce-hero h1 span,
.workforce-hero h1 strong {
    color: #ff7e00;
}


/* Small orange line under headline */

.workforce-hero h1::after {
    content: "";

    display: block;

    width: 55px;
    height: 3px;

    margin-top: 28px;

    background: #ff7e00;

    box-shadow:
        0 0 18px rgba(255, 126, 0, 0.55);
}


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

.workforce-hero .hero-content > p {
    max-width: 610px;

    margin-top: 25px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 15px;
    line-height: 1.75;
}


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

.workforce-hero .hero-buttons {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-top: 28px;
}


.workforce-hero .hero-buttons a {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-height: 48px;
    padding: 0 22px;

    border-radius: 4px;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


.workforce-hero .hero-buttons a:first-child {
    color: #050505;
    background: #ff7e00;

    box-shadow:
        0 8px 30px rgba(255, 126, 0, 0.16);
}


.workforce-hero .hero-buttons a:first-child:hover {
    transform: translateY(-3px);

    box-shadow:
        0 12px 35px rgba(255, 126, 0, 0.30);
}


.workforce-hero .hero-buttons a:last-child {
    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.18);

    background: rgba(255, 255, 255, 0.025);
}


.workforce-hero .hero-buttons a:last-child:hover {
    transform: translateY(-3px);

    border-color: rgba(255, 126, 0, 0.55);

    background: rgba(255, 126, 0, 0.07);
}


/* =========================================================
   HERO MINI STATS
   ========================================================= */

.workforce-hero .hero-stats {
    display: flex;
    gap: 8px;

    margin-top: 25px;
}


.workforce-hero .hero-stat {
    min-width: 100px;

    padding: 12px 14px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;

    background: rgba(5, 8, 10, 0.48);

    backdrop-filter: blur(8px);

    transition:
        border-color 0.3s ease,
        transform 0.3s ease;
}


.workforce-hero .hero-stat:hover {
    transform: translateY(-3px);

    border-color: rgba(255, 126, 0, 0.45);
}


.workforce-hero .hero-stat strong {
    display: block;

    color: #ff7e00;

    font-size: 20px;
    line-height: 1;

    font-weight: 900;
}


.workforce-hero .hero-stat span {
    display: block;

    margin-top: 6px;

    color: rgba(255, 255, 255, 0.52);

    font-size: 7px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* =========================================================
   RIGHT WORKFORCE DASHBOARD
   ========================================================= */

.workforce-hero .hero-panel {
    position: relative;
    z-index: 6;

    border: 1px solid rgba(255, 126, 0, 0.24);

    background:
        linear-gradient(
            145deg,
            rgba(20, 23, 24, 0.92),
            rgba(7, 9, 10, 0.88)
        );

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.55),
        0 0 60px rgba(255, 126, 0, 0.06);

    backdrop-filter: blur(16px);

    transition:
        border-color 0.4s ease,
        box-shadow 0.4s ease,
        transform 0.4s ease;
}


.workforce-hero .hero-panel:hover {
    transform: translateY(-4px);

    border-color: rgba(255, 126, 0, 0.55);

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.65),
        0 0 70px rgba(255, 126, 0, 0.10);
}


/* Orange edge */

.workforce-hero .hero-panel::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    bottom: 0;

    width: 3px;

    border-radius: 10px 0 0 10px;

    background: #ff7e00;

    box-shadow:
        0 0 18px rgba(255, 126, 0, 0.45);
}


/* =========================================================
   PANEL HEADER
   ========================================================= */

.workforce-hero .hero-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.workforce-hero .hero-panel-header::after {
    content: "LIVE NETWORK";

    color: rgba(255, 255, 255, 0.42);

    font-size: 7px;
    font-weight: 800;
    letter-spacing: 2px;
}


.workforce-hero .hero-panel-header::before {
    content: "";

    position: absolute;

    right: 24px;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #ff7e00;

    box-shadow:
        0 0 10px rgba(255, 126, 0, 0.8);
}


/* =========================================================
   50+ MAIN NUMBER
   ========================================================= */

.workforce-hero .hero-panel .panel-number,
.workforce-hero .hero-panel .hero-number {
    color: #ff7e00;

    font-size: clamp(52px, 5vw, 76px);
    line-height: 0.95;
    font-weight: 900;

    text-shadow:
        0 0 30px rgba(255, 126, 0, 0.12);
}


/* =========================================================
   PANEL CATEGORY CARDS
   ========================================================= */

.workforce-hero .hero-panel .panel-item,
.workforce-hero .hero-panel .hero-panel-card {
    position: relative;

    border: 1px solid rgba(255, 255, 255, 0.09);

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.012)
        );

    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}


.workforce-hero .hero-panel .panel-item:hover,
.workforce-hero .hero-panel .hero-panel-card:hover {
    transform: translateY(-3px);

    border-color: rgba(255, 126, 0, 0.35);

    background:
        linear-gradient(
            145deg,
            rgba(255, 126, 0, 0.08),
            rgba(255, 255, 255, 0.015)
        );
}


/* =========================================================
   HERO BOTTOM DATA RAIL
   ========================================================= */

.workforce-hero .hero-data-rail {
    position: absolute;

    left: 50%;
    bottom: 24px;

    transform: translateX(-50%);

    width: min(1200px, calc(100% - 70px));

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 28px;

    padding-top: 13px;

    border-top: 1px solid rgba(255, 255, 255, 0.06);

    color: rgba(255, 255, 255, 0.32);

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;

    pointer-events: none;
}


.workforce-hero .hero-data-rail span {
    position: relative;
}


.workforce-hero .hero-data-rail span:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 50%;
    right: -16px;

    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: #ff7e00;

    transform: translateY(-50%);

    box-shadow:
        0 0 8px rgba(255, 126, 0, 0.6);
}


/* =========================================================
   SUBTLE HERO BACKGROUND MOVEMENT
   ========================================================= */

.workforce-hero {
    background-position: center center;

    animation: heroAtmosphere 14s ease-in-out infinite alternate;
}


@keyframes heroAtmosphere {

    from {
        background-position: 50% 50%;
    }

    to {
        background-position: 51% 50%;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .workforce-hero {
        min-height: auto;
        padding: 110px 30px 80px;
    }

    .workforce-hero .hero-content {
        max-width: 580px;
        padding-top: 20px;
    }

    .workforce-hero h1 {
        font-size: clamp(52px, 8vw, 76px);
    }

    .workforce-hero .hero-panel {
        margin-top: 50px;
    }

    .workforce-hero .hero-data-rail {
        position: relative;

        left: auto;
        bottom: auto;

        transform: none;

        width: 100%;

        margin-top: 50px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .workforce-hero {
        min-height: auto;

        padding: 90px 20px 50px;

        background-position: 65% center;
    }

    .workforce-hero .hero-content {
        padding-top: 10px;
    }

    .workforce-hero h1 {
        margin-top: 22px;

        font-size: clamp(46px, 14vw, 64px);

        line-height: 0.94;
        letter-spacing: -2.5px;
    }

    .workforce-hero h1::after {
        margin-top: 22px;
    }

    .workforce-hero .hero-content > p {
        font-size: 13px;
        line-height: 1.65;
    }

    .workforce-hero .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .workforce-hero .hero-buttons a {
        width: 100%;
    }

    .workforce-hero .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);

        gap: 6px;
    }

    .workforce-hero .hero-stat {
        min-width: 0;
        padding: 11px 8px;
    }

    .workforce-hero .hero-stat strong {
        font-size: 17px;
    }

    .workforce-hero .hero-stat span {
        font-size: 6px;
        letter-spacing: 1px;
    }

    .workforce-hero .hero-panel {
        margin-top: 40px;
    }

    .workforce-hero .hero-data-rail {
        display: none;
    }
}
/* =========================================================
   DRIVEN BY PROFESSIONALS
   COMPACT ORANGE CTA BAR
   ========================================================= */

.workforce-closing {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    width: 100%;

    min-height: 250px;

    padding: 45px 70px;

    background: #ff7200;

    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.25);
}


/* Remove old dark background treatment */

.workforce-closing-bg {
    position: absolute;
    inset: 0;

    z-index: -2;

    background-image: none !important;

    opacity: 0 !important;
}


/* Orange section overlay */

.workforce-closing-overlay {
    position: absolute;
    inset: 0;

    z-index: -1;

    background:
        radial-gradient(
            circle at 78% 50%,
            rgba(255,255,255,0.10),
            transparent 32%
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.025),
            transparent 55%,
            rgba(0,0,0,0.04)
        );
}


/* =========================================================
   DECORATIVE CIRCLE
   ========================================================= */

.workforce-closing-overlay::after {
    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    right: 9%;
    top: 50%;

    transform: translateY(-50%);

    border: 1px solid rgba(0,0,0,0.10);

    border-radius: 50%;
}


/* Second subtle circle */

.workforce-closing-overlay::before {
    content: "";

    position: absolute;

    width: 700px;
    height: 700px;

    right: -1%;
    top: 50%;

    transform: translateY(-50%);

    border: 1px solid rgba(0,0,0,0.055);

    border-radius: 50%;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.workforce-closing-container {
    position: relative;
    z-index: 5;

    max-width: 1400px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(300px, 0.85fr)
        minmax(400px, 1.35fr)
        auto;

    align-items: center;

    gap: 70px;

    padding: 0;
}


/* =========================================================
   LEFT LABEL
   ========================================================= */

.closing-label {
    display: flex;

    align-items: center;

    gap: 12px;

    margin: 0 0 12px;

    color: rgba(0,0,0,0.72);

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.closing-label span {
    width: 35px;
    height: 2px;

    background: #000;

    box-shadow: none;
}


/* =========================================================
   HEADING
   ========================================================= */

.workforce-closing-content h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(40px, 4vw, 62px);

    line-height: 0.92;

    letter-spacing: -2px;

    font-weight: 900;
}


.workforce-closing-content h2 strong {
    display: block;

    color: #050505;

    font-weight: 900;

    text-shadow: none;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.workforce-closing-content p {
    max-width: 650px;

    margin: 0;

    color: rgba(0,0,0,0.78);

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   BUTTON
   ========================================================= */

.closing-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    min-width: 190px;

    margin: 0;

    padding: 17px 23px;

    color: #ffffff;

    background: #050505;

    border: 1px solid #050505;

    border-radius: 0;

    box-shadow: none;

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 1.3px;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}


.closing-button::before {
    display: none;
}


.closing-button:hover {
    transform: translateY(-3px);

    background: #111111;

    box-shadow:
        0 12px 25px rgba(0,0,0,0.18);
}


.closing-button i {
    color: #ffffff;

    transition:
        transform 0.3s ease;
}


.closing-button:hover i {
    transform: translateX(5px);
}


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

.workforce-closing-stats {
    display: flex;

    flex-direction: row;

    gap: 10px;

    margin: 0;

    padding: 0;
}


/* =========================================================
   STAT CARDS — COMPACT
   ========================================================= */

.closing-stat {
    position: relative;

    min-width: 130px;
    min-height: 90px;

    padding: 18px 20px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    border: 1px solid rgba(0,0,0,0.15);

    border-radius: 0;

    background: rgba(0,0,0,0.08);

    box-shadow: none;

    backdrop-filter: none;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


.closing-stat::before {
    display: none;
}


.closing-stat::after {
    display: none;
}


.closing-stat:hover {
    transform: translateY(-5px);

    border-color: rgba(0,0,0,0.25);

    background: rgba(0,0,0,0.14);

    box-shadow:
        0 12px 25px rgba(0,0,0,0.10);
}


/* =========================================================
   NUMBERS
   ========================================================= */

.stat-number {
    color: #050505;

    font-size: 36px;

    line-height: 1;

    font-weight: 900;

    letter-spacing: -1px;

    text-shadow: none;

    transition:
        transform 0.3s ease;
}


.closing-stat:hover .stat-number {
    transform: translateY(-2px);

    text-shadow: none;
}


.stat-number span {
    font-size: 0.7em;
}


/* =========================================================
   LABEL
   ========================================================= */

.stat-label {
    margin-top: 7px;

    color: rgba(0,0,0,0.68);

    font-size: 7px;

    font-weight: 900;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* Remove old bottom line */

.workforce-closing-stats::after {
    display: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .workforce-closing {
        padding: 45px 40px;
    }

    .workforce-closing-container {
        grid-template-columns: 1fr 1.2fr;

        gap: 40px;
    }

    .workforce-closing-content {
        grid-column: 1 / -1;

        display: grid;

        grid-template-columns: 1fr 1.2fr;

        align-items: center;

        gap: 35px;
    }

    .closing-label {
        grid-column: 1;
    }

    .workforce-closing-content h2 {
        grid-column: 1;
    }

    .workforce-closing-content p {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .closing-button {
        grid-column: 2;
    }

    .workforce-closing-stats {
        grid-column: 1 / -1;

        justify-content: center;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .workforce-closing {
        min-height: auto;

        padding: 45px 22px;
    }

    .workforce-closing-container {
        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 28px;
    }

    .workforce-closing-content {
        display: block;
    }

    .closing-label {
        margin-bottom: 12px;
    }

    .workforce-closing-content h2 {
        font-size: 46px;

        line-height: 0.95;
    }

    .workforce-closing-content p {
        margin-top: 20px;

        font-size: 13px;
    }

    .closing-button {
        width: 100%;

        margin-top: 22px;
    }

    .workforce-closing-stats {
        display: grid;

        grid-template-columns: repeat(3, 1fr);

        gap: 7px;
    }

    .closing-stat {
        min-width: 0;
        min-height: 82px;

        padding: 14px 10px;
    }

    .stat-number {
        font-size: 27px;
    }

    .stat-label {
        font-size: 6px;

        letter-spacing: 1px;
    }

    .workforce-closing-overlay::after {
        width: 300px;
        height: 300px;

        right: -100px;
    }

    .workforce-closing-overlay::before {
        display: none;
    }
}
/* =========================================================
   WORKFORCE CLOSING — ORANGE IMPACT BAR
   ========================================================= */

.workforce-closing {
    position: relative;
    width: 100%;
    min-height: 330px;
    padding: 58px 7%;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 78% 50%,
            rgba(255, 145, 0, 0.20) 0%,
            rgba(255, 145, 0, 0.08) 22%,
            transparent 48%
        ),
        linear-gradient(
            105deg,
            #ff7900 0%,
            #ff7900 48%,
            #ff7000 100%
        );

    color: #050505;

    border-top: 1px solid rgba(255,255,255,0.12);
    border-bottom: 1px solid rgba(0,0,0,0.35);

    isolation: isolate;
}


/* =========================================================
   BACKGROUND LAYER
   ========================================================= */

.workforce-closing-bg {
    position: absolute;
    inset: 0;
    z-index: -3;

    background:
        radial-gradient(
            circle at 82% 50%,
            transparent 0 16%,
            rgba(0,0,0,0.12) 16.2%,
            transparent 16.5%,
            transparent 28%,
            rgba(0,0,0,0.10) 28.2%,
            transparent 28.5%,
            transparent 42%,
            rgba(0,0,0,0.08) 42.2%,
            transparent 42.5%
        );

    pointer-events: none;
}


/* =========================================================
   TECHNICAL CIRCLES
   ========================================================= */

.workforce-closing-bg::before,
.workforce-closing-bg::after {
    content: "";
    position: absolute;

    width: 650px;
    height: 650px;

    right: -100px;
    top: 50%;

    transform: translateY(-50%);

    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 50%;
}


.workforce-closing-bg::after {
    width: 470px;
    height: 470px;

    right: 35px;

    border-color: rgba(0,0,0,0.13);
}


/* =========================================================
   OVERLAY
   ========================================================= */

.workforce-closing-overlay {
    position: absolute;
    inset: 0;

    z-index: -2;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,0.05),
            transparent 35%,
            rgba(0,0,0,0.04)
        );

    pointer-events: none;
}


/* =========================================================
   MAIN CONTAINER
   ========================================================= */

.workforce-closing-container {
    position: relative;

    max-width: 1450px;
    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(450px, 1fr)
        minmax(500px, 1fr);

    align-items: center;

    gap: 70px;
}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

.workforce-closing-content {
    position: relative;
    z-index: 2;

    max-width: 650px;
}


/* LABEL */

.closing-label {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 18px;

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 800;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #050505;
}


.closing-label span {
    width: 40px;
    height: 2px;

    display: block;

    background: #050505;
}


/* =========================================================
   HEADING
   ========================================================= */

.workforce-closing-content h2 {
    margin: 0 0 12px;

    font-family: "Poppins", sans-serif;

    font-size: clamp(48px, 5vw, 76px);
    line-height: 0.92;

    font-weight: 900;
    letter-spacing: -3px;

    color: #ffffff;
}


.workforce-closing-content h2 strong {
    display: block;

    color: #050505;

    font-weight: 900;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.workforce-closing-content p {
    max-width: 590px;

    margin: 0 0 20px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 18px;
    line-height: 1.55;

    color: rgba(0,0,0,0.88);
}


/* =========================================================
   BUTTON
   ========================================================= */

.closing-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 25px;

    min-width: 225px;
    min-height: 58px;

    padding: 0 25px;

    background: #050505;
    color: #ffffff;

    text-decoration: none;

    font-family: "Poppins", sans-serif;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.5px;

    border: 1px solid rgba(0,0,0,0.5);

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}


.closing-button i {
    font-size: 16px;

    transition:
        transform 0.3s ease;
}


.closing-button:hover {
    transform: translateY(-3px);

    background: #111111;

    box-shadow:
        0 12px 30px rgba(0,0,0,0.25);
}


.closing-button:hover i {
    transform: translateX(5px);
}


/* =========================================================
   RIGHT STAT AREA
   ========================================================= */

.workforce-closing-stats {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 14px;

    align-items: stretch;
}


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

.closing-stat {
    position: relative;

    min-height: 150px;

    padding: 25px 22px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: rgba(255,255,255,0.055);

    border: 1px solid rgba(0,0,0,0.18);

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}


.closing-stat::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: -1px;

    width: 55px;
    height: 3px;

    transform: translateX(-50%);

    background: #050505;

    transition:
        width 0.3s ease;
}


.closing-stat:hover {
    transform: translateY(-8px);

    background: rgba(255,255,255,0.13);

    border-color: rgba(0,0,0,0.35);
}


.closing-stat:hover::after {
    width: 85px;
}


/* =========================================================
   STAT NUMBERS
   ========================================================= */

.closing-stat .stat-number {
    margin-bottom: 7px;

    font-family: "Poppins", sans-serif;

    font-size: clamp(38px, 4vw, 54px);
    line-height: 1;

    font-weight: 900;
    letter-spacing: -2px;

    color: #050505;
}


.closing-stat .stat-number span {
    color: #050505;
}


/* =========================================================
   STAT LABEL
   ========================================================= */

.closing-stat .stat-label {
    font-family: "Poppins", sans-serif;

    font-size: 10px;
    line-height: 1.4;

    font-weight: 800;

    letter-spacing: 3px;

    color: rgba(0,0,0,0.85);
}


/* =========================================================
   SUBTLE GRID / TECHNICAL DETAIL
   ========================================================= */

.workforce-closing::after {
    content: "";

    position: absolute;

    right: 0;
    top: 0;

    width: 45%;
    height: 100%;

    z-index: -1;

    opacity: 0.22;

    background-image:
        linear-gradient(
            rgba(0,0,0,0.12) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(0,0,0,0.12) 1px,
            transparent 1px
        );

    background-size: 50px 50px;

    mask-image:
        linear-gradient(
            to right,
            transparent,
            black 30%
        );

    pointer-events: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .workforce-closing {
        padding: 55px 5%;
    }

    .workforce-closing-container {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .workforce-closing-content {
        max-width: 750px;
    }

    .workforce-closing-stats {
        max-width: 850px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .workforce-closing {
        min-height: auto;

        padding: 48px 25px;
    }

    .workforce-closing-container {
        gap: 30px;
    }

    .closing-label {
        font-size: 9px;

        letter-spacing: 2.5px;
    }

    .closing-label span {
        width: 28px;
    }

    .workforce-closing-content h2 {
        font-size: 47px;

        line-height: 0.95;

        letter-spacing: -2px;
    }

    .workforce-closing-content p {
        font-size: 15px;

        line-height: 1.6;
    }

    .closing-button {
        min-height: 52px;

        min-width: 200px;

        font-size: 10px;
    }

    .workforce-closing-stats {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .closing-stat {
        min-height: 100px;

        padding: 20px;
    }

    .closing-stat .stat-number {
        font-size: 40px;
    }

    .closing-stat .stat-label {
        font-size: 9px;
    }

    .workforce-closing-bg::before {
        width: 400px;
        height: 400px;

        right: -180px;
    }

    .workforce-closing-bg::after {
        width: 280px;
        height: 280px;

        right: -120px;
    }
}
/* =========================================================
   WORKFORCE STATS — BLACK BOXES
   ========================================================= */

.workforce-closing .closing-stat {
    background: #050505 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.workforce-closing .closing-stat .stat-number,
.workforce-closing .closing-stat .stat-number span {
    color: #ff7900 !important;
}

.workforce-closing .closing-stat .stat-label {
    color: #ffffff !important;
}

.workforce-closing .closing-stat:hover {
    background: #000000 !important;
    border-color: #ff7900 !important;
}
/* =========================================================
   WORKFORCE PAGE — FINAL RESPONSIVE / INTERACTIVE LAYER
   ========================================================= */

/* ---------- GLOBAL ---------- */

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}


/* =========================================================
   HERO — RESPONSIVE
   ========================================================= */

@media (max-width: 1200px) {

    .hero-container,
    .workforce-hero-container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .hero-content h1,
    .workforce-hero h1 {
        font-size: clamp(52px, 6vw, 82px);
    }

}


@media (max-width: 900px) {

    .hero-container,
    .workforce-hero-container {
        grid-template-columns: 1fr !important;
        gap: 35px;
    }

    .hero-content,
    .workforce-hero-content {
        max-width: 700px;
    }

    .hero-image,
    .workforce-hero-image,
    .hero-card {
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }

}


/* =========================================================
   EXECUTIVE LEADERSHIP
   Desktop remains untouched
   ========================================================= */

.executive-card {
    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease,
        background .35s ease;
}

.executive-card:hover {
    transform: translateY(-7px);

    border-color: rgba(255, 121, 0, .65);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, .35),
        0 0 25px rgba(255, 121, 0, .06);
}


/* icon interaction */

.executive-card .executive-icon {
    transition:
        transform .35s ease,
        background .35s ease;
}

.executive-card:hover .executive-icon {
    transform: scale(1.08);
}


/* arrow interaction */

.executive-card .executive-arrow {
    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;
}

.executive-card:hover .executive-arrow {
    transform: translateX(4px);
}


/* =========================================================
   TABLET — EXECUTIVE GRID
   ========================================================= */

@media (max-width: 1100px) {

    .executive-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

}


@media (max-width: 800px) {

    .executive-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

}


@media (max-width: 560px) {

    .executive-grid {
        grid-template-columns: 1fr !important;
    }

    .executive-card {
        width: 100%;
    }

}


/* =========================================================
   DRIVEN BY PROFESSIONALS
   ========================================================= */

@media (max-width: 1100px) {

    .workforce-closing-container {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
    }

    .workforce-closing-content {
        max-width: 750px;
    }

    .workforce-closing-stats {
        max-width: 900px;
    }

}


@media (max-width: 700px) {

    .workforce-closing {
        padding: 50px 24px !important;
    }

    .workforce-closing-content h2 {
        font-size: 48px !important;
    }

    .workforce-closing-content p {
        font-size: 15px !important;
    }

    .workforce-closing-stats {
        grid-template-columns: 1fr !important;
    }

    .closing-stat {
        min-height: 105px !important;
    }

}


/* =========================================================
   STAT BOX INTERACTION
   ========================================================= */

.workforce-closing .closing-stat {
    cursor: default;

    transition:
        transform .35s cubic-bezier(.2,.8,.2,1),
        box-shadow .35s ease,
        border-color .35s ease;
}

.workforce-closing .closing-stat:hover {
    transform: translateY(-8px) scale(1.015);

    border-color: #ff7900 !important;

    box-shadow:
        0 15px 35px rgba(0,0,0,.45),
        0 0 20px rgba(255,121,0,.10);
}

.workforce-closing .closing-stat .stat-number {
    transition: transform .3s ease;
}

.workforce-closing .closing-stat:hover .stat-number {
    transform: translateX(4px);
}


/* =========================================================
   BUTTON INTERACTIONS
   ========================================================= */

.closing-button,
.hero-buttons a,
.hero-btn,
.cta-button {
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}

.closing-button:hover,
.hero-buttons a:hover,
.hero-btn:hover,
.cta-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 12px 28px rgba(0,0,0,.30);
}


/* =========================================================
   MOBILE NAVIGATION
   ========================================================= */

@media (max-width: 850px) {

    .main-nav {
        position: absolute;

        top: 100%;
        left: 0;
        right: 0;

        display: none;

        flex-direction: column;

        padding: 20px;

        background: rgba(5,5,5,.98);

        border-top: 1px solid rgba(255,121,0,.25);

        z-index: 9999;
    }

    .main-nav.active {
        display: flex;
    }

    .main-nav a {
        width: 100%;

        padding: 14px 10px;

        text-align: left;
    }

    #menu-toggle {
        display: flex !important;

        align-items: center;
        justify-content: center;

        cursor: pointer;
    }

}


/* =========================================================
   FOOTER — RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .footer-inner {
        grid-template-columns: repeat(2, 1fr) !important;

        gap: 45px 35px;
    }

}


@media (max-width: 600px) {

    .footer-inner {
        grid-template-columns: 1fr !important;

        gap: 35px;
    }

    .footer-bottom {
        flex-direction: column !important;

        align-items: flex-start !important;

        gap: 15px;

        text-align: left;
    }

    .footer-bottom > div {
        display: flex;

        flex-wrap: wrap;

        gap: 8px;
    }

}


/* =========================================================
   PREVENT ELEMENTS FROM BREAKING MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .hero-content h1,
    .workforce-hero h1 {
        word-break: normal;
        overflow-wrap: normal;
    }

    .hero-content p,
    .workforce-hero p {
        max-width: 100%;
    }

    .section-title {
        font-size: clamp(38px, 10vw, 55px);
    }

}


/* =========================================================
   TOUCH DEVICES
   ========================================================= */

@media (hover: none) {

    .executive-card:hover,
    .closing-stat:hover {
        transform: none;
    }

}


/* =========================================================
   SUBTLE PAGE MOTION
   ========================================================= */

@keyframes workforceFadeUp {

    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }

}
/* =========================================================
   WORKFORCE ONLINE — PREMIUM HERO DASHBOARD
   ========================================================= */

.workforce-online-card {
    position: relative;
    width: 100%;
    max-width: 560px;

    padding: 28px;

    background:
        radial-gradient(
            circle at 78% 38%,
            rgba(255, 121, 0, 0.14),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #151819 0%,
            #090b0c 70%
        );

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;

    overflow: hidden;

    box-shadow:
        0 25px 65px rgba(0, 0, 0, 0.50),
        inset 0 0 35px rgba(255, 121, 0, 0.025);

    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}


/* =========================================================
   ORANGE SIDE ACCENT
   ========================================================= */

.workforce-online-card::before {
    content: "";

    position: absolute;

    top: 12%;
    bottom: 12%;
    left: 0;

    width: 4px;

    background: #ff7900;

    box-shadow:
        0 0 12px rgba(255, 121, 0, 0.75),
        0 0 28px rgba(255, 121, 0, 0.25);
}


/* =========================================================
   TECHNICAL CIRCLE
   ========================================================= */

.workforce-online-card::after {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    right: -135px;
    top: 50%;

    transform: translateY(-50%);

    border: 1px solid rgba(255, 121, 0, 0.11);

    border-radius: 50%;

    box-shadow:
        0 0 0 45px rgba(255, 121, 0, 0.025),
        0 0 0 90px rgba(255, 121, 0, 0.015);

    pointer-events: none;
}


/* =========================================================
   HOVER
   ========================================================= */

.workforce-online-card:hover {
    transform: translateY(-6px);

    border-color: rgba(255, 121, 0, 0.48);

    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.58),
        0 0 35px rgba(255, 121, 0, 0.08);
}


/* =========================================================
   HEADER
   ========================================================= */

.online-header {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 17px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}


.online-title {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2.8px;
}


/* LIVE DOT */

.online-dot {
    width: 8px;
    height: 8px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #ff7900;

    box-shadow:
        0 0 8px #ff7900,
        0 0 18px rgba(255, 121, 0, 0.45);

    animation: workforceLivePulse 1.8s ease-in-out infinite;
}


@keyframes workforceLivePulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(0.72);
    }
}


/* LIVE BADGE */

.online-live {
    padding: 6px 13px;

    border: 1px solid #ff7900;
    border-radius: 30px;

    color: #ff7900;

    font-family: "Poppins", sans-serif;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: 2px;
}


/* =========================================================
   MAIN NUMBER
   ========================================================= */

.online-main {
    position: relative;
    z-index: 2;

    padding: 25px 5px 5px;
}


.online-number {
    font-family: "Poppins", sans-serif;

    font-size: clamp(78px, 8vw, 112px);

    line-height: 0.82;

    font-weight: 900;

    letter-spacing: -6px;

    color: #ff7900;

    text-shadow:
        0 0 28px rgba(255, 121, 0, 0.22);
}


.online-number span {
    color: #ff7900;
}


.online-label {
    margin-top: 13px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 4px;
}


/* =========================================================
   ACTIVE NETWORK
   ========================================================= */

.network-status {
    position: relative;
    z-index: 2;

    margin-top: 22px;
}


.network-line {
    width: 100%;
    height: 3px;

    overflow: hidden;

    background: rgba(255, 121, 0, 0.14);
}


.network-line span {
    display: block;

    width: 70%;
    height: 100%;

    background: #ff7900;

    box-shadow:
        0 0 12px #ff7900;

    animation: networkFlow 3s ease-in-out infinite;
}


@keyframes networkFlow {

    0% {
        width: 35%;
    }

    50% {
        width: 85%;
    }

    100% {
        width: 35%;
    }
}


.network-status-row {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-top: 9px;

    color: #ff7900;

    font-family: "Poppins", sans-serif;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: 2.5px;
}


/* =========================================================
   SIGNAL BARS
   ========================================================= */

.network-bars {
    display: flex;

    align-items: flex-end;

    gap: 3px;

    height: 13px;
}


.network-bars i {
    display: block;

    width: 3px;

    background: #ff7900;
}


.network-bars i:nth-child(1) {
    height: 5px;
}

.network-bars i:nth-child(2) {
    height: 9px;
}

.network-bars i:nth-child(3) {
    height: 13px;
}


/* =========================================================
   CAPABILITIES
   ========================================================= */

.capabilities {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 9px;

    margin-top: 20px;
}


.capability {
    display: flex;

    align-items: center;

    gap: 11px;

    min-height: 62px;

    padding: 11px 13px;

    background: rgba(255, 255, 255, 0.025);

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 8px;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}


.capability:hover {
    transform: translateY(-4px);

    background: rgba(255, 121, 0, 0.055);

    border-color: rgba(255, 121, 0, 0.55);
}


/* ICON */

.capability-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    flex-shrink: 0;

    color: #ff7900;

    border: 1px solid rgba(255, 121, 0, 0.32);

    border-radius: 7px;
}


.capability-icon i {
    font-size: 13px;
}


/* TEXT */

.capability strong {
    display: block;

    margin-bottom: 3px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 0.7px;
}


.capability span {
    display: block;

    color: rgba(255, 255, 255, 0.43);

    font-family: "Poppins", sans-serif;

    font-size: 7.5px;
}


/* =========================================================
   PANEL FOOTER
   ========================================================= */

.online-footer {
    position: relative;
    z-index: 2;

    display: flex;

    align-items: center;
    justify-content: space-between;

    margin: 21px -28px -28px;

    padding: 14px 25px;

    border-top: 1px solid rgba(255, 255, 255, 0.09);

    color: rgba(255, 255, 255, 0.55);
}


.online-footer strong {
    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 8px;
    font-weight: 700;

    letter-spacing: 2.5px;
}


.online-footer span {
    color: #ff7900;

    font-size: 12px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .workforce-online-card {
        max-width: 700px;

        margin: 0 auto;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .workforce-online-card {
        padding: 21px;

        border-radius: 13px;
    }

    .online-title {
        font-size: 9px;

        letter-spacing: 2px;
    }

    .online-number {
        font-size: 72px;

        letter-spacing: -4px;
    }

    .online-label {
        font-size: 9px;

        letter-spacing: 3px;
    }

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

    .online-footer {
        margin:
            20px -21px -21px;

        padding: 13px 20px;
    }

    .online-footer strong {
        font-size: 7px;

        letter-spacing: 1.8px;
    }

}
/* =========================================================
   FINAL WORKFORCE LAYOUT FIX
   DO NOT REMOVE — OVERRIDES OLD DUPLICATE RULES
   ========================================================= */


/* ---------------------------------------------------------
   HERO — FORCE IT TO BE A COMPLETE SECTION
   --------------------------------------------------------- */

.hero {
    position: relative !important;

    width: min(100%, 1700px) !important;

    min-height: 850px !important;
    height: auto !important;

    margin: 0 auto !important;

    padding: 78px 58px 70px !important;

    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(500px, 560px) !important;

    gap: 55px !important;

    align-items: center !important;

    overflow: hidden !important;

    isolation: isolate !important;

    clear: both !important;
}


/* ---------------------------------------------------------
   HERO LEFT
   --------------------------------------------------------- */

.hero-left {
    position: relative !important;

    z-index: 5 !important;

    width: 100% !important;

    max-width: 760px !important;
}


/* ---------------------------------------------------------
   HERO RIGHT
   --------------------------------------------------------- */

.hero-right {
    position: relative !important;

    z-index: 5 !important;

    width: 100% !important;

    display: flex !important;

    align-items: center !important;

    justify-content: flex-end !important;

    align-self: center !important;

    margin: 0 !important;
}


/* ---------------------------------------------------------
   NEW WORKFORCE ONLINE CARD
   --------------------------------------------------------- */

.workforce-online-card {
    position: relative !important;

    z-index: 10 !important;

    display: block !important;

    width: 100% !important;

    max-width: 560px !important;

    height: auto !important;

    margin: 0 !important;

    flex-shrink: 0 !important;
}


/* ---------------------------------------------------------
   IMPORTANT:
   MAKE SURE THE EXECUTIVE SECTION ALWAYS STARTS
   AFTER THE COMPLETE HERO
   --------------------------------------------------------- */

.executive-leadership {
    position: relative !important;

    display: block !important;

    width: 100% !important;

    height: auto !important;

    min-height: 700px !important;

    margin: 0 !important;

    clear: both !important;

    z-index: 1 !important;
}


/* ---------------------------------------------------------
   EXECUTIVE BACKGROUND STAYS INSIDE EXECUTIVE SECTION
   --------------------------------------------------------- */

.executive-leadership .executive-bg {
    position: absolute !important;

    inset: 0 !important;

    width: 100% !important;

    height: 100% !important;

    z-index: 0 !important;
}


/* ---------------------------------------------------------
   EXECUTIVE CONTENT STAYS ABOVE BACKGROUND
   --------------------------------------------------------- */

.executive-leadership .executive-container {
    position: relative !important;

    z-index: 2 !important;

    width: min(1460px, 92%) !important;

    margin: 0 auto !important;
}


/* ---------------------------------------------------------
   CLOSING SECTION
   --------------------------------------------------------- */

.workforce-closing {
    position: relative !important;

    display: block !important;

    width: 100% !important;

    height: auto !important;

    min-height: 500px !important;

    margin: 0 !important;

    clear: both !important;

    z-index: 1 !important;
}


/* ---------------------------------------------------------
   FOOTER MUST COME AFTER EVERYTHING
   --------------------------------------------------------- */

.site-footer {
    position: relative !important;

    clear: both !important;

    width: 100% !important;

    z-index: 5 !important;
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 1201px) {

    .hero {
        min-height: 850px !important;
    }

}


/* =========================================================
   LAPTOP / TABLET
   ========================================================= */

@media (max-width: 1200px) {

    .hero {
        grid-template-columns: 1fr !important;

        min-height: auto !important;

        padding:
            70px 45px
            80px !important;

        gap: 55px !important;
    }

    .hero-left {
        max-width: 760px !important;
    }

    .hero-right {
        justify-content: flex-start !important;
    }

    .workforce-online-card {
        max-width: 650px !important;

        margin: 0 auto !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 800px) {

    .hero {
        width: 100% !important;

        min-height: auto !important;

        padding:
            55px 22px
            60px !important;

        gap: 45px !important;
    }

    .hero-right {
        width: 100% !important;

        justify-content: center !important;
    }

    .workforce-online-card {
        width: 100% !important;

        max-width: 100% !important;

        padding: 21px !important;
    }

    .executive-leadership {
        min-height: auto !important;

        padding:
            70px 0 80px !important;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .hero {
        padding:
            45px 18px
            55px !important;
    }

    .workforce-online-card {
        border-radius: 13px !important;
    }

    .executive-leadership {
        padding:
            60px 0
            70px !important;
    }

}
/* =========================================================
   WORKFORCE HERO — FIT FULL HERO IN FIRST VIEW
   ========================================================= */

.hero {
    min-height: calc(100vh - 70px);
    height: auto;
    padding-top: 35px;
    padding-bottom: 45px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
}


/* Keep the hero content compact vertically */
.hero-left,
.hero-right {
    margin-top: 0;
}


/* Prevent the right workforce panel from pushing the hero down */
.workforce-panel {
    max-height: 500px;
}


/* Keep the hero metrics close to the buttons */
.hero-metrics {
    margin-top: 18px;
}


/* Keep the main hero heading compact */
.hero-title {
    margin-top: 14px;
    margin-bottom: 12px;
    line-height: 0.95;
}


/* Description shouldn't create unnecessary height */
.hero-description {
    margin-top: 12px;
    margin-bottom: 16px;
    line-height: 1.55;
}


/* Buttons stay compact */
.hero-actions {
    margin-top: 14px;
}


/* =========================================================
   LAPTOP / SMALL DESKTOP
   ========================================================= */

@media (max-height: 850px) and (min-width: 1000px) {

    .hero {
        min-height: calc(100vh - 65px);
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .hero-title {
        font-size: clamp(42px, 4.2vw, 68px);
        line-height: 0.93;
        margin-bottom: 10px;
    }

    .hero-description {
        font-size: 13px;
        line-height: 1.45;
        max-width: 600px;
        margin-bottom: 12px;
    }

    .hero-actions {
        margin-top: 10px;
    }

    .hero-metrics {
        margin-top: 12px;
    }

    .workforce-panel {
        transform: scale(0.94);
        transform-origin: center right;
    }
}


/* =========================================================
   VERY SHORT DESKTOP SCREENS
   ========================================================= */

@media (max-height: 750px) and (min-width: 1000px) {

    .hero {
        min-height: calc(100vh - 60px);
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .hero-title {
        font-size: clamp(38px, 3.8vw, 58px);
    }

    .hero-description {
        font-size: 12px;
        line-height: 1.4;
        max-width: 560px;
    }

    .hero-metrics {
        margin-top: 8px;
    }

    .workforce-panel {
        transform: scale(0.88);
    }
}
/* =========================================================
   HERO — MOVE CONTENT UP
   ========================================================= */

.hero {
    align-items: flex-start !important;
    padding-top: 155px !important;
    padding-bottom: 35px !important;
    min-height: calc(100vh - 110px) !important;
}


/* Move both sides upward */
.hero-left,
.hero-right {
    transform: translateY(-55px);
}


/* Keep the workforce panel aligned with the hero */
.hero-right {
    align-self: flex-start;
}


/* =========================================================
   DESKTOP — EXTRA UPWARD ADJUSTMENT
   ========================================================= */

@media (min-width: 1200px) {

    .hero {
        padding-top: 125px !important;
    }

    .hero-left,
    .hero-right {
        transform: translateY(-70px);
    }
}


/* =========================================================
   SHORTER LAPTOP SCREENS
   ========================================================= */

@media (min-width: 1000px) and (max-height: 850px) {

    .hero {
        padding-top: 105px !important;
        min-height: calc(100vh - 90px) !important;
    }

    .hero-left,
    .hero-right {
        transform: translateY(-55px);
    }
}
/* =========================================================
   EXECUTIVE LEADERSHIP — REDUCE SIZE / ZOOM
   ========================================================= */

#executive,
.executive-section {
    padding-top: 75px !important;
    padding-bottom: 70px !important;
}


/* Section heading */
#executive h2,
.executive-section h2 {
    font-size: clamp(42px, 4.2vw, 68px) !important;
    line-height: 0.95 !important;
    margin-bottom: 18px !important;
}


/* Intro paragraph */
#executive > .container > p,
.executive-section > .container > p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    max-width: 760px !important;
}


/* Leadership cards container */
.executive-grid {
    gap: 14px !important;
    margin-top: 35px !important;
}


/* Individual cards */
.executive-card {
    transform: scale(0.94);
    transform-origin: center;
    margin: -4px !important;
}


/* Card internal spacing */
.executive-card {
    padding: 22px !important;
}


/* Card names */
.executive-card h3 {
    font-size: 20px !important;
    line-height: 1.05 !important;
}


/* Card role */
.executive-card .executive-role {
    font-size: 9px !important;
    letter-spacing: 2px !important;
}


/* Card description */
.executive-card p {
    font-size: 12px !important;
    line-height: 1.55 !important;
}


/* Card number */
.executive-card .card-number {
    font-size: 42px !important;
}


/* =========================================================
   DESKTOP — KEEP 5 CARDS PER ROW
   ========================================================= */

@media (min-width: 1100px) {

    .executive-grid {
        grid-template-columns: repeat(5, 1fr) !important;
        align-items: stretch;
    }

    .executive-card {
        min-height: 270px !important;
    }
}


/* =========================================================
   LAPTOP
   ========================================================= */

@media (min-width: 900px) and (max-width: 1199px) {

    #executive,
    .executive-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .executive-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .executive-card {
        transform: none;
    }
}
/* =========================================================
   HERO — ENLARGE LEFT CONTENT
   ========================================================= */

@media (min-width: 1100px) {

    .hero-left {
        transform: translateY(-55px) scale(1.10);
        transform-origin: left center;
    }

    .hero-title {
        font-size: clamp(58px, 5.2vw, 88px) !important;
        line-height: 0.91 !important;
        letter-spacing: -2px;
    }

    .hero-title span,
    .hero-title strong,
    .hero-title em {
        display: block;
    }

    .hero-description {
        font-size: 15px !important;
        line-height: 1.55 !important;
        max-width: 680px !important;
        margin-top: 18px !important;
    }

    .workforce-badge {
        transform: scale(1.03);
        transform-origin: left center;
    }

    .orange-rule {
        width: 75px !important;
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }

    .hero-actions {
        margin-top: 20px !important;
    }

    .hero-metrics {
        margin-top: 18px !important;
    }

    .metric {
        min-width: 125px;
        padding: 14px 17px !important;
    }

    .metric strong {
        font-size: 22px !important;
    }

    .metric span {
        font-size: 9px !important;
    }
}
html {
    scroll-behavior: smooth;
}

#executive-leadership {
    scroll-margin-top: 100px;
}
/* =========================================================
   WORKFORCE — MOBILE HAMBURGER FINAL FIX
   ========================================================= */

@media (max-width: 900px) {

    .nav-shell .menu-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;

        width: 42px !important;
        height: 42px !important;

        margin-left: auto !important;

        background: #080808 !important;
        border: 1px solid rgba(255,120,0,.35) !important;
        border-radius: 9px !important;

        cursor: pointer !important;
        z-index: 99999 !important;
    }

    .nav-shell .menu-toggle i {
        display: block !important;

        width: 18px !important;
        height: 2px !important;

        margin: 3px 0 !important;

        background: #ff7800 !important;
        border-radius: 2px;
    }

    .main-nav.active {
        display: flex !important;
    }

}