
        .pub-footer {
            display: none;
        }

        .jobs-shell {
            width: min(100% - 80px, 1280px);
            margin: 0 auto;
            padding: 2.5rem 0 2rem;
        }

        .jobs-flash {
            margin-bottom: 18px;
        }

        .hero-copy {
            position: relative;
            z-index: 2;
            max-width: 31rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-height: 100%;
            padding: 0 0 0 4px;
        }

        .jobs-hero {
            position: relative;
            overflow: hidden;
            border-radius: 2rem;
            background: linear-gradient(90deg, #2d3a87 0%, #2d3a87 50%, #263479 50%, #263479 100%);
            color: #fff;
            box-shadow: 0 14px 34px rgba(17, 30, 103, 0.18);
            padding: 2rem 2.2rem;
            min-height: 296px;
            display: flex;
            align-items: center;
            margin-bottom: 3rem;
        }

        .jobs-hero::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 1px;
            background: rgba(255, 255, 255, 0.08);
            pointer-events: none;
        }

        .hero-media {
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 100%;
            opacity: .42;
            pointer-events: none;
        }

        .hero-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            filter: saturate(70%) contrast(92%);
        }

        .hero-pill {
            display: inline-flex;
            align-items: center;
            gap: 0;
            width: fit-content;
            padding: .34rem .95rem;
            border-radius: 999px;
            background: #f2d145;
            color: #0f1c59;
            font-size: .73rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .11em;
            margin-bottom: 1.25rem;
        }

        .hero-copy h1 {
            margin: 0;
            font-family: 'Work Sans', sans-serif;
            font-size: clamp(2rem, 3.8vw, 3.4rem);
            line-height: 1.04;
            font-weight: 800;
            max-width: 11.5ch;
            letter-spacing: -.04em;
            margin-bottom: .85rem;
        }

        .hero-copy p {
            margin: 0;
            max-width: 27rem;
            color: #e2e7fb;
            font-size: clamp(1rem, 1.4vw, 1.18rem);
            line-height: 1.4;
            margin-bottom: 1.4rem;
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: .8rem;
        }

        .hero-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 10.8rem;
            min-height: 2.4rem;
            padding: .52rem 1.2rem;
            border-radius: 999px;
            border: 1px solid transparent;
            font-size: .95rem;
            font-weight: 700;
            text-decoration: none;
            transition: transform .18s ease, background .18s ease, color .18s ease;
        }

        .hero-button:hover {
            transform: translateY(-1px);
        }

        .hero-button.primary {
            background: #8b7600;
            color: #fff;
            box-shadow: none;
        }

        .hero-button.secondary {
            background: rgba(255, 255, 255, 0.11);
            color: #d9def5;
            border-color: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(12px);
        }

        .jobs-filters {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 1.5rem;
            margin: 0 0 3rem;
            align-items: end;
        }

        .filter-field label {
            display: block;
            margin-bottom: 8px;
            color: var(--primary);
            font-size: .875rem;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: none;
            padding-left: .25rem;
        }

        .filter-control {
            position: relative;
        }

        .filter-control i {
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: #93a0b8;
        }

        .filter-control input,
        .filter-control select {
            width: 100%;
            min-height: 3.75rem;
            border: none;
            background: var(--surface-container-low);
            border-radius: 1rem;
            padding: 0 3rem 0 1.25rem;
            color: var(--on-background);
            font-size: 1rem;
            outline: none;
            box-shadow: none;
            transition: background .2s ease;
            appearance: none;
        }

        .filter-control input:focus,
        .filter-control select:focus {
            background: #fff;
        }

        .jobs-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: .75rem;
            margin: 0 0 1.5rem;
        }

        .jobs-tab {
            display: inline-flex;
            align-items: center;
            gap: .55rem;
            padding: .78rem 1rem;
            border-radius: 999px;
            border: 1px solid #d7dff2;
            background: #fff;
            color: #26357a;
            text-decoration: none;
            font-size: .92rem;
            font-weight: 700;
            line-height: 1;
            transition: all .18s ease;
            box-shadow: 0 8px 18px rgba(29, 41, 86, 0.04);
        }

        .jobs-tab span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 1.7rem;
            height: 1.7rem;
            padding: 0 .45rem;
            border-radius: 999px;
            background: #eef2fb;
            color: #33457f;
            font-size: .78rem;
            font-weight: 800;
        }

        .jobs-tab:hover {
            transform: translateY(-1px);
            border-color: #bac7eb;
            color: #1d2a67;
        }

        .jobs-tab.is-active {
            background: #26357a;
            border-color: #26357a;
            color: #fff;
            box-shadow: 0 14px 24px rgba(38, 53, 122, 0.18);
        }

        .jobs-tab.is-active span {
            background: rgba(255, 255, 255, 0.18);
            color: #fff;
        }

        .filters-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            margin: 0 0 1rem;
            flex-wrap: wrap;
        }

        .filters-meta h2 {
            margin: 0;
            font-size: 1.25rem;
            font-weight: 800;
            color: var(--primary);
            letter-spacing: -.03em;
        }

        .filters-meta p {
            margin: 4px 0 0;
            color: var(--secondary);
            font-size: .92rem;
        }

        .filters-clear {
            color: var(--primary);
            text-decoration: none;
            font-size: .84rem;
            font-weight: 700;
        }

        .jobs-list {
            display: grid;
            gap: 16px;
        }

        .job-card {
            display: grid;
            grid-template-columns: 72px minmax(0, 1fr) 90px 140px;
            align-items: center;
            gap: 20px;
            padding: 26px 26px;
            background: rgba(255, 255, 255, 0.98);
            border: 1px solid var(--outline-variant);
            border-radius: 28px;
            box-shadow: 0 12px 30px rgba(29, 41, 86, 0.04);
            transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
        }

        .job-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 22px 50px rgba(29, 41, 86, 0.08);
            border-color: #d8dff0;
        }

        .job-icon {
            width: 64px;
            height: 64px;
            border-radius: 22px;
            background: #f4f6fb;
            color: var(--primary-container);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.35rem;
        }

        .job-topline {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px;
            margin-bottom: 6px;
        }

        .job-kicker {
            color: #c79512;
            font-size: .68rem;
            font-weight: 800;
            letter-spacing: .12em;
            text-transform: uppercase;
        }

        .job-posted {
            color: #8a92a8;
            font-size: .76rem;
        }

        .job-title-row {
            display: block;
        }

        .job-title-row a {
            color: var(--primary);
            text-decoration: none;
            font-size: 1.15rem;
            font-weight: 800;
            line-height: 1.15;
            letter-spacing: -.03em;
        }

        .job-title-row a:hover {
            color: var(--on-primary-fixed-variant);
        }

        .job-detail-link {
            color: #313e6f;
            text-decoration: none;
            font-size: 1rem;
            font-weight: 700;
            white-space: nowrap;
            justify-self: center;
        }

        .job-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 14px;
            margin-top: 8px;
            color: var(--secondary);
            font-size: .84rem;
        }

        .job-meta span {
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .job-actions {
            display: block;
        }

        .job-cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 122px;
            padding: 11px 24px;
            border-radius: 999px;
            background: linear-gradient(135deg, #26357a 0%, #1f2d69 100%);
            color: #fff;
            font-size: .86rem;
            font-weight: 700;
            text-decoration: none;
            box-shadow: 0 12px 24px rgba(38, 53, 122, 0.12);
        }

        .job-cta.alt {
            background: #eef2fb;
            color: var(--primary);
            box-shadow: none;
        }

        .job-cta.applied {
            background: #ecf7ef;
            color: #2e8b57;
            box-shadow: none;
        }

        .jobs-progress {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(260px, 308px);
            gap: 20px;
            margin: 34px 4px 26px;
        }

        .progress-card,
        .score-card {
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.98);
            border: 1px solid var(--outline-variant);
            box-shadow: 0 18px 40px rgba(29, 41, 86, 0.05);
        }

        .progress-card {
            position: relative;
            overflow: hidden;
            padding: 30px 32px;
            min-height: 206px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            background: linear-gradient(180deg, rgba(251, 252, 254, 0.98), rgba(247, 249, 252, 0.98));
        }

        .progress-card::before {
            content: '';
            position: absolute;
            inset: 0 0 0 auto;
            width: min(32%, 260px);
            background: linear-gradient(180deg, rgba(230, 234, 243, 0.9), rgba(240, 243, 249, 0.95));
            clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 88%);
            pointer-events: none;
        }

        .progress-card::after {
            content: '';
            position: absolute;
            right: 28px;
            top: 16px;
            width: 210px;
            height: 210px;
            border-radius: 34px;
            background: rgba(220, 225, 236, 0.72);
            transform: rotate(9deg);
            pointer-events: none;
        }

        .progress-card h3 {
            margin: 0 0 12px;
            color: var(--primary);
            font-size: clamp(2.2rem, 3.4vw, 2.8rem);
            font-weight: 800;
            letter-spacing: -.04em;
            position: relative;
            z-index: 1;
        }

        .progress-card p {
            margin: 0 0 18px;
            max-width: 520px;
            color: var(--secondary);
            line-height: 1.5;
            font-size: clamp(1rem, 1.3vw, 1.12rem);
            position: relative;
            z-index: 1;
        }

        .progress-bar-shell {
            display: none;
        }

        .progress-bar-fill {
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #f3c84b, #3155b6);
        }

        .progress-card .hero-button {
            min-width: 164px;
            padding: 10px 20px;
            border-radius: 999px;
            font-size: 1rem;
            position: relative;
            z-index: 1;
        }

        .score-card {
            padding: 24px 22px;
            min-height: 206px;
            background: linear-gradient(180deg, #f8d968 0%, #f3c84b 100%);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .score-card strong {
            font-size: clamp(3rem, 4.1vw, 3.7rem);
            line-height: 1;
            color: #1f2a44;
            font-weight: 800;
        }

        .score-card span {
            margin-top: 10px;
            color: rgba(31, 42, 68, 0.72);
            font-size: .7rem;
            font-weight: 800;
            letter-spacing: .13em;
            text-transform: uppercase;
        }

        .score-card p {
            margin: 10px 0 0;
            max-width: 220px;
            color: rgba(31, 42, 68, 0.72);
            font-size: .9rem;
            line-height: 1.55;
        }

        .jobs-footer-strip {
            margin: 18px 4px 0;
            padding-top: 26px;
            border-top: 1px solid #e7ebf3;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            flex-wrap: wrap;
            color: #7f87a0;
            font-size: .72rem;
            letter-spacing: .12em;
            text-transform: uppercase;
        }

        .jobs-footer-links {
            display: flex;
            align-items: center;
            gap: 34px;
            flex-wrap: wrap;
        }

        .jobs-footer-links a {
            color: inherit;
            text-decoration: none;
        }

        .jobs-empty {
            padding: 46px 20px;
            text-align: center;
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.98);
            border: 1px solid var(--outline-variant);
            color: var(--secondary);
        }

        .jobs-empty i {
            font-size: 2.5rem;
            color: #a2abc0;
            display: block;
            margin-bottom: 10px;
        }

        @media (max-width: 1100px) {
            .jobs-hero {
                min-height: auto;
                padding: 2rem;
                background: linear-gradient(120deg, #2d3a87 0%, #2a367d 100%);
            }

            .hero-media {
                width: 100%;
                opacity: .2;
            }

            .jobs-hero::after {
                display: none;
            }

            .hero-copy p {
                font-size: 1rem;
            }

            .jobs-progress {
                grid-template-columns: minmax(0, 1fr) 280px;
            }
        }

        @media (max-width: 860px) {
            .jobs-shell {
                width: min(100% - 28px, 1280px);
                padding: 1.25rem 0 1.5rem;
            }

            .jobs-tabs {
                gap: .6rem;
                margin-bottom: 1.2rem;
            }

            .jobs-tab {
                width: 100%;
                justify-content: space-between;
            }

            .jobs-filters,
            .job-card {
                grid-template-columns: 1fr;
            }

            .hero-copy {
                max-width: 100%;
            }

            .progress-card {
                min-height: 220px;
                padding: 30px 26px;
            }

            .progress-card::before {
                width: 36%;
            }

            .progress-card::after {
                width: 150px;
                height: 150px;
                right: 18px;
                top: 18px;
            }

            .hero-copy h1 {
                font-size: clamp(2.8rem, 12vw, 4.2rem);
                max-width: 8ch;
            }

            .hero-copy p {
                font-size: 1rem;
            }

            .hero-button {
                min-width: 10.8rem;
                font-size: .97rem;
            }

            .job-actions {
                align-items: stretch;
            }

            .job-detail-link {
                justify-self: flex-start;
            }

            .jobs-footer-strip {
                flex-direction: column;
                align-items: flex-start;
            }

            .jobs-progress {
                grid-template-columns: 1fr;
            }
        }
    
