
        .pub-navbar {
            background: #ffffff;
            backdrop-filter: none;
            box-shadow: 0 1px 0 rgba(17, 30, 103, 0.08);
        }

        .pub-navbar .nav-search {
            display: none;
        }

        .pub-navbar .brand-text {
            font-size: 1.6rem;
        }

        .pub-main {
            min-height: auto;
            background:
                radial-gradient(circle at top left, rgba(255, 214, 10, 0.08), transparent 26%),
                linear-gradient(180deg, #f6f7fb 0%, #fbfbfd 100%);
        }

        .job-details-page {
            padding-bottom: 0;
        }

        .details-shell {
            width: min(100% - 56px, 1180px);
            margin: 0 auto;
        }

        .details-hero {
            background: linear-gradient(180deg, #2f398b 0%, #313d93 100%);
            color: #fff;
            padding: 34px 0 120px;
            position: relative;
            overflow: hidden;
        }

        .details-hero::before,
        .details-hero::after {
            content: "";
            position: absolute;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.06);
            pointer-events: none;
        }

        .details-hero::before {
            width: 340px;
            height: 340px;
            top: -180px;
            right: -80px;
        }

        .details-hero::after {
            width: 220px;
            height: 220px;
            bottom: -120px;
            left: -60px;
        }

        .details-back {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            font-size: .97rem;
            margin-bottom: 26px;
        }

        .details-back:hover {
            color: #fff;
        }

        .details-title {
            margin: 0;
            max-width: 700px;
            font-size: clamp(2.4rem, 5vw, 4rem);
            line-height: .95;
            letter-spacing: -.05em;
            font-weight: 800;
        }

        .details-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 24px;
        }

        .details-chip {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border-radius: 999px;
            padding: 10px 16px;
            color: #edf2ff;
            background: rgba(255, 255, 255, 0.12);
            font-size: .92rem;
            line-height: 1;
        }

        .details-chip i {
            color: #ffd54f;
        }

        .details-summary {
            width: min(100% - 56px, 980px);
            margin: -60px auto 0;
            position: relative;
            z-index: 2;
            border-radius: 34px;
            background: #ffffff;
            box-shadow: 0 30px 70px rgba(32, 45, 120, 0.12);
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            padding: 28px 30px;
        }

        .summary-metrics {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 28px;
            flex: 1;
        }

        .summary-metric + .summary-metric {
            border-left: 1px solid #edf0f7;
            padding-left: 28px;
        }

        .summary-label {
            font-size: .76rem;
            letter-spacing: .16em;
            text-transform: uppercase;
            color: #8d93a8;
            font-weight: 800;
            margin-bottom: 8px;
        }

        .summary-value {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px;
            color: #1f2f73;
            font-size: clamp(1.5rem, 2vw, 2rem);
            font-weight: 800;
            line-height: 1;
        }

        .status-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 30px;
            padding: 0 12px;
            border-radius: 999px;
            font-size: .76rem;
            letter-spacing: .04em;
            text-transform: uppercase;
            font-weight: 800;
        }

        .status-pill.active {
            background: #ffe168;
            color: #6c5900;
        }

        .status-pill.closed {
            background: #ffe4e1;
            color: #b42318;
        }

        .summary-actions {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .primary-apply-btn,
        .secondary-apply-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            border-radius: 999px;
            text-decoration: none;
            font-weight: 700;
            transition: transform .2s ease, box-shadow .2s ease;
        }

        .primary-apply-btn {
            min-width: 170px;
            padding: 18px 28px;
            border: none;
            background: linear-gradient(180deg, #253389 0%, #18256f 100%);
            color: #fff;
            box-shadow: 0 18px 34px rgba(25, 37, 111, 0.22);
        }

        .secondary-apply-btn {
            min-width: 170px;
            padding: 17px 28px;
            border: 1px solid #d7ddf0;
            background: #f8f9fd;
            color: #1d2d78;
        }

        .primary-apply-btn:hover,
        .secondary-apply-btn:hover {
            transform: translateY(-1px);
        }

        .share-btn {
            width: 56px;
            height: 56px;
            border: none;
            border-radius: 50%;
            background: #f5f7fc;
            color: #243280;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
        }

        .details-flash {
            width: min(100% - 56px, 980px);
            margin: 18px auto 0;
            position: relative;
            z-index: 2;
        }

        .details-flash .alert {
            border-radius: 20px;
            margin-bottom: 0;
        }

        .details-content {
            padding: 44px 0 86px;
        }

        .info-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px;
        }

        .info-card,
        .detail-panel {
            position: relative;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.82);
            border: 1px solid rgba(255, 255, 255, 0.9);
            border-radius: 30px;
            box-shadow: 0 18px 40px rgba(24, 37, 111, 0.08);
            backdrop-filter: blur(10px);
        }

        .info-card::before,
        .detail-panel::before {
            content: "";
            position: absolute;
            inset: 0 auto auto 58%;
            width: 180px;
            height: 180px;
            background: radial-gradient(circle, rgba(49, 61, 147, 0.08), transparent 70%);
            pointer-events: none;
        }

        .info-card {
            min-height: 168px;
            padding: 22px 20px;
        }

        .info-icon {
            width: auto;
            height: auto;
            border-radius: 0;
            background: transparent;
            color: #6673a8;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.45rem;
            margin-bottom: 14px;
        }

        .info-label {
            font-size: .76rem;
            letter-spacing: .16em;
            text-transform: uppercase;
            color: #8d93a8;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .info-value {
            color: #323232;
            font-weight: 700;
            line-height: 1.4;
            font-size: 1.08rem;
        }

        .detail-columns {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 28px;
            margin-top: 28px;
        }

        .detail-panel {
            padding: 28px 30px 30px;
        }

        .detail-heading {
            display: flex;
            align-items: center;
            gap: 14px;
            margin: 0 0 20px;
            color: #21307d;
            font-size: 1.9rem;
            font-weight: 800;
            line-height: 1.05;
        }

        .detail-heading i {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #f3f5fb;
            color: #21307d;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            flex-shrink: 0;
        }

        .detail-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            gap: 18px;
        }

        .detail-list li {
            position: relative;
            padding-left: 24px;
            color: #5c6476;
            font-size: 1.03rem;
            line-height: 1.7;
        }

        .detail-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: .76em;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #d9ae0d;
            transform: translateY(-50%);
        }

        .detail-panel.experience .detail-list li::before {
            background: #38489f;
        }

        .additional-card {
            margin-top: 28px;
            padding: 28px 30px 30px;
            border-radius: 30px;
            background: #fff;
            box-shadow: 0 18px 40px rgba(24, 37, 111, 0.08);
        }

        .additional-card h3 {
            margin: 0 0 14px;
            color: #21307d;
            font-size: 1.45rem;
            font-weight: 800;
        }

        .additional-card p {
            margin: 0;
            white-space: pre-wrap;
            line-height: 1.8;
            color: #566074;
        }

        .vision-section {
            padding: 0 0 60px;
        }

        .vision-card {
            border-radius: 32px;
            background: linear-gradient(180deg, #343f94 0%, #303b8d 100%);
            color: #fff;
            padding: 34px 32px;
            display: grid;
            grid-template-columns: minmax(0, 1.7fr) minmax(280px, .8fr);
            gap: 26px;
            align-items: center;
        }

        .vision-eyebrow {
            color: #ffd54f;
            font-size: .82rem;
            letter-spacing: .18em;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 14px;
        }

        .vision-title {
            margin: 0;
            max-width: 640px;
            font-size: clamp(2rem, 4vw, 3.4rem);
            line-height: .98;
            letter-spacing: -.04em;
            font-weight: 800;
        }

        .vision-copy {
            margin: 18px 0 24px;
            max-width: 640px;
            color: rgba(255, 255, 255, 0.75);
            font-size: 1.08rem;
            line-height: 1.75;
        }

        .vision-download {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-height: 54px;
            padding: 0 24px;
            border-radius: 999px;
            background: #fff;
            color: #253389;
            text-decoration: none;
            font-weight: 700;
            box-shadow: 0 16px 30px rgba(18, 30, 92, 0.18);
        }

        .vision-side {
            display: flex;
            justify-content: center;
        }

        .contact-card {
            width: 100%;
            max-width: 320px;
            border-radius: 28px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.08);
            padding: 28px 24px;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
        }

        .contact-card h3 {
            margin: 0 0 18px;
            color: #fff;
            font-size: 1.35rem;
            font-weight: 800;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 12px;
            color: rgba(255, 255, 255, 0.78);
            line-height: 1.5;
        }

        .contact-item + .contact-item {
            margin-top: 14px;
        }

        .contact-item i {
            color: #ffd54f;
            font-size: 1rem;
        }

        @media (max-width: 1100px) {
            .info-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .vision-card {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 900px) {
            .details-shell,
            .details-summary,
            .details-flash {
                width: min(100% - 28px, 1180px);
            }

            .details-summary {
                flex-direction: column;
                align-items: stretch;
                border-radius: 26px;
                padding: 24px;
            }

            .summary-actions {
                width: 100%;
                justify-content: stretch;
            }

            .primary-apply-btn,
            .secondary-apply-btn {
                flex: 1;
                min-width: 0;
            }

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

        @media (max-width: 640px) {
            .details-hero {
                padding: 26px 0 112px;
            }

            .details-title,
            .vision-title {
                line-height: 1.02;
            }

            .summary-metrics,
            .info-grid {
                grid-template-columns: 1fr;
            }

            .summary-metric + .summary-metric {
                border-left: 0;
                border-top: 1px solid #edf0f7;
                padding-left: 0;
                padding-top: 18px;
            }

            .summary-actions {
                flex-wrap: wrap;
            }

            .share-btn {
                width: 52px;
                height: 52px;
            }

            .info-card,
            .detail-panel,
            .additional-card {
                border-radius: 24px;
            }

            .vision-card {
                border-radius: 26px;
                padding: 28px 22px;
            }
        }
    
