:root {
    --staff-ink: #18222f;
    --staff-muted: #667085;
    --staff-line: #e7edf3;
    --staff-blue: #165d8f;
    --staff-green: #1f9d67;
    --staff-gold: #f4a62a;
    --staff-bg: #f6f9fc;
}

body {
    color: var(--staff-ink);
}

.all-navbar .nav-bar .content-box {
    gap: 18px;
}

.all-navbar .nav-bar .logo {
    flex: 0 0 150px;
}

.all-navbar .nav-bar .logo .logo-nav img {
    max-width: 150px;
}

.all-navbar .nav-bar-links {
    flex: 1 1 auto;
    min-width: 0;
}

.all-navbar .nav-bar-links .level-1 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 18px;
    margin: 0;
}

.all-navbar .nav-bar-links .level-1 .item-level-1 {
    margin: 0;
    white-space: nowrap;
}

.all-navbar .nav-bar-links .level-1 .link-level-1 {
    font-size: 14px;
    font-weight: 700;
}

.all-navbar .nav-bar-tools {
    flex: 0 0 auto;
    gap: 12px;
}

.all-navbar .nav-bar-tools .item {
    margin: 0;
}

.all-navbar .nav-bar-tools .item.phone {
    display: none !important;
}

.all-navbar .nav-bar-contact .content-box span {
    font-size: 12px;
}

.all-navbar .nav-bar-contact .content-box a {
    font-size: 18px;
    line-height: 1.15;
}

@media (max-width: 1500px) {
    .all-navbar .nav-bar-tools .item.phone {
        display: none;
    }

    .all-navbar .nav-bar-links .level-1 {
        gap: 20px;
    }
}

.language-toggle {
    border: 1px solid var(--staff-line);
    background: #fff;
    color: var(--staff-blue);
    font-weight: 700;
    min-width: 44px;
    height: 36px;
    border-radius: 6px;
    cursor: pointer;
}

.staff-hero {
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 150px 0 90px;
    background:
        linear-gradient(90deg, rgba(13, 32, 48, 0.92), rgba(13, 32, 48, 0.72)),
        url("../images/header/01_header.jpg") center/cover no-repeat;
    color: #fff;
}

.staff-kicker {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12);
    color: #d8f4e7;
    font-weight: 700;
    margin-bottom: 24px;
}

.staff-hero h1 {
    color: #fff;
    font-size: 56px;
    line-height: 1.05;
    margin-bottom: 24px;
}

.staff-hero p {
    color: #edf4f8;
    font-size: 18px;
    line-height: 1.8;
    max-width: 720px;
}

.staff-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 34px 0 24px;
}

.staff-trust-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.staff-trust-row span {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    padding: 9px 12px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.staff-hero-panel {
    background: #fff;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.shift-card {
    border: 1px solid var(--staff-line);
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 14px;
    color: var(--staff-ink);
}

.shift-card:last-child {
    margin-bottom: 0;
}

.shift-card span {
    display: block;
    color: var(--staff-blue);
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 12px;
}

.shift-card strong {
    display: block;
    font-size: 20px;
}

.shift-card small {
    color: var(--staff-muted);
}

.shift-card.active {
    border-left: 5px solid var(--staff-gold);
}

.shift-card.assigned {
    border-left: 5px solid var(--staff-green);
}

.staff-strip {
    background: #fff;
    margin-top: -56px;
    position: relative;
    z-index: 3;
}

.staff-feature {
    min-height: 220px;
    padding: 34px 26px;
    border: 1px solid var(--staff-line);
    background: #fff;
}

.staff-feature i {
    color: var(--staff-green);
    font-size: 34px;
    margin-bottom: 18px;
}

.staff-feature h4,
.staff-step h4 {
    color: var(--staff-ink);
    margin-bottom: 12px;
}

.staff-feature p,
.staff-step p,
.worker-board span {
    color: var(--staff-muted);
    line-height: 1.7;
}

.staff-section {
    background: #fff;
}

.staff-photo {
    min-height: 460px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(22, 93, 143, 0.08), rgba(31, 157, 103, 0.16)),
        url("../images/about-us/03_about-us.jpg") center/cover no-repeat;
}

.staff-steps {
    background: var(--staff-bg);
}

.staff-step {
    min-height: 250px;
    border: 1px solid var(--staff-line);
    background: #fff;
    border-radius: 8px;
    padding: 28px;
    margin-bottom: 30px;
}

.staff-step span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(22, 93, 143, 0.1);
    color: var(--staff-blue);
    font-weight: 800;
    margin-bottom: 20px;
}

.worker-board {
    border-radius: 8px;
    border: 1px solid var(--staff-line);
    background: var(--staff-bg);
    padding: 18px;
}

.worker-board div {
    background: #fff;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 14px;
    border-left: 4px solid var(--staff-green);
}

.worker-board div:last-child {
    margin-bottom: 0;
}

.worker-board strong,
.worker-board span {
    display: block;
}

.staff-cta {
    background: var(--staff-ink);
    color: #fff;
    padding: 70px 0;
    text-align: center;
}

.staff-cta h3 {
    color: #fff;
    margin-bottom: 14px;
}

.staff-cta p {
    color: #dbe5ed;
}

.staff-cta a {
    display: inline-block;
    color: #fff;
    font-weight: 800;
    margin-top: 10px;
    font-size: 24px;
}

.footer .logo p {
    line-height: 1.7;
}

@media (max-width: 991px) {
    .all-navbar .nav-bar .content-box {
        gap: 12px;
    }

    .all-navbar .nav-bar .logo {
        flex-basis: auto;
    }

    .all-navbar .nav-bar-links .level-1 {
        display: block;
    }

    .staff-hero {
        padding-top: 130px;
        min-height: auto;
    }

    .staff-hero h1 {
        font-size: 42px;
    }

    .staff-hero-panel {
        margin-top: 35px;
    }

    .staff-strip {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .staff-hero h1 {
        font-size: 34px;
    }

    .staff-actions .btn-1 {
        width: 100%;
        margin-left: 0 !important;
    }

    .staff-feature,
    .staff-step {
        min-height: auto;
    }
}
