:root {
    --dch-primary: #1d4ed8;
    --dch-primary-dark: #0a2463;
    --dch-accent: #00a6a6;
    --dch-accent-2: #7c3aed;
    --dch-accent-3: #f59e0b;
    --dch-navy: #071a33;
    --dch-dark: #101828;
    --dch-text: #101828;
    --dch-muted: #667085;
    --dch-bg: #eef4fb;
    --dch-card: #ffffff;
    --dch-surface: #ffffff;
    --dch-teal: #087e8b;
    --dch-success: #067647;
    --dch-warning: #b54708;
    --dch-danger: #b42318;
    --dch-border: #d6e1ef;
    --dch-radius: 14px;
    --dch-radius-sm: 10px;
    --dch-radius-lg: 22px;
    --dch-space-1: .25rem;
    --dch-space-2: .5rem;
    --dch-space-3: .75rem;
    --dch-space-4: 1rem;
    --dch-space-5: 1.5rem;
    --dch-space-6: 2rem;
    --dch-container: 1200px;
    --dch-shadow: 0 18px 48px rgba(15, 23, 42, .1);
    --dch-shadow-strong: 0 28px 70px rgba(7, 26, 51, .18);
}

:focus-visible { outline: 3px solid rgba(29, 78, 216, .38); outline-offset: 3px; }

.job-skill-block { border-top: 1px solid var(--dch-border); padding-top: 1.25rem; }
.job-skill-tags { display: flex; flex-wrap: wrap; gap: .55rem; }
.job-skill-tags span { background: #eef6ff; border: 1px solid #c9ddf7; border-radius: 999px; color: #123f65; font-size: .82rem; font-weight: 750; padding: .42rem .72rem; }
.job-after-apply { align-items: center; background: #effcf8; border: 1px solid #a9dfcf; border-radius: var(--dch-radius-lg); display: flex; gap: 1.5rem; justify-content: space-between; padding: 1.4rem 1.5rem; }
.job-after-apply h2 { font-size: 1.35rem; font-weight: 800; margin: .2rem 0 .35rem; }
.job-after-apply p { color: var(--dch-muted); margin: 0; max-width: 720px; }
.job-preparation-section { background: #f7faff; border: 1px solid var(--dch-border); border-radius: var(--dch-radius-lg); padding: clamp(1.25rem, 3vw, 2.25rem); scroll-margin-top: 110px; }
.job-preparation-heading { align-items: start; display: flex; gap: 1.5rem; justify-content: space-between; }
.job-preparation-heading h2 { font-size: clamp(1.55rem, 3vw, 2.2rem); font-weight: 850; letter-spacing: -.03em; margin: .25rem 0 .5rem; }
.job-preparation-heading p { color: var(--dch-muted); margin: 0; max-width: 760px; }
.job-preparation-grid { display: grid; gap: .8rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1.5rem; }
.job-preparation-step { align-items: center; background: #fff; border: 1px solid var(--dch-border); border-radius: var(--dch-radius); color: var(--dch-text); display: flex; gap: .9rem; min-height: 88px; padding: 1rem; text-decoration: none; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.job-preparation-step:hover { border-color: #94b9e7; box-shadow: 0 12px 28px rgba(16, 24, 40, .08); color: var(--dch-text); transform: translateY(-2px); }
.job-preparation-step > span { align-items: center; background: var(--dch-primary); border-radius: 12px; color: #fff; display: inline-flex; flex: 0 0 42px; font-weight: 850; height: 42px; justify-content: center; }
.job-preparation-step > div { display: grid; flex: 1; }
.job-preparation-step small { color: var(--dch-muted); margin-top: .15rem; }
.job-readiness-note { align-items: flex-start; background: #fff; border-left: 4px solid var(--dch-accent); border-radius: var(--dch-radius-sm); display: flex; gap: .8rem; margin-top: 1rem; padding: 1rem 1.1rem; }
.job-readiness-note > i { color: var(--dch-teal); font-size: 1.25rem; }
.job-readiness-note p { color: var(--dch-muted); margin: .2rem 0 0; }
.job-mobile-actions { display: none; }
.career-next-action { align-items: center; background: linear-gradient(120deg,#f0f7ff,#effcf8); border-color: #c9ddec; display: flex; gap: 1.5rem; justify-content: space-between; padding: clamp(1.25rem,3vw,2rem); }
.career-next-action h2 { font-size: clamp(1.25rem,2.5vw,1.75rem); font-weight: 850; margin: .2rem 0 .35rem; }
.career-next-action p { color: var(--dch-muted); margin: 0; max-width: 720px; }
.career-workspace-row { align-items: center; border-top: 1px solid var(--dch-border); color: var(--dch-text); display: flex; gap: 1rem; justify-content: space-between; padding: .9rem 0; text-decoration: none; }
.career-workspace-row:first-of-type { margin-top: .5rem; }
.career-workspace-row:hover { color: var(--dch-primary); }
.career-workspace-row > div { display: grid; min-width: 0; }
.career-workspace-row small { color: var(--dch-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.career-workspace-row > span { flex: 0 0 auto; font-size: .8rem; font-weight: 750; }
.career-status { background: #eef2f6; border-radius: 999px; color: #344054; padding: .3rem .55rem; }
.career-status-applied,.career-status-interview,.career-status-offer { background: #ecfdf3; color: #067647; }
.career-status-preparing,.career-status-assessment { background: #fff6ed; color: #b54708; }
.career-empty-state { align-items: center; color: var(--dch-muted); display: flex; gap: .75rem; min-height: 100px; padding: 1rem 0; }
.career-empty-state i { color: #98a2b3; font-size: 1.6rem; }
.career-empty-state p { margin: 0; }
.career-empty-state-inline { min-height: 70px; }
.career-skill-insights { display: grid; gap: .75rem; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 1rem; }
.career-skill-insights div { background: #f7faff; border: 1px solid var(--dch-border); border-radius: var(--dch-radius-sm); display: grid; padding: .85rem; }
.career-skill-insights span { color: var(--dch-muted); font-size: .78rem; margin-top: .18rem; }
.home-live-highlights { background: #fff; border-bottom: 1px solid var(--dch-border); }
.home-live-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); }
.home-live-grid div { border-right: 1px solid var(--dch-border); display: grid; padding: 1.15rem; text-align: center; }
.home-live-grid div:last-child { border-right: 0; }
.home-live-grid strong { color: var(--dch-navy); font-size: 1.55rem; font-weight: 850; }
.home-live-grid span { color: var(--dch-muted); font-size: .78rem; font-weight: 700; }
.home-featured-opportunities,.home-how-it-works,.home-membership-comparison { padding: clamp(3.5rem,7vw,6rem) 0; }
.home-featured-opportunities { background: #f5f8fc; }
.home-featured-jobs-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3,minmax(0,1fr)); }
.home-featured-job { min-width: 0; position: relative; }
.home-featured-job > form { position: absolute; right: 1rem; bottom: 1rem; }
.home-featured-job .job-card { padding-bottom: 4.2rem !important; }
.home-how-grid { display: grid; gap: 1rem; grid-template-columns: repeat(4,minmax(0,1fr)); }
.home-how-grid > div { background: #fff; border: 1px solid var(--dch-border); border-radius: var(--dch-radius-lg); display: grid; min-height: 220px; padding: 1.35rem; position: relative; }
.home-how-grid > div > span { color: #d3deeb; font-size: 2.5rem; font-weight: 900; position: absolute; right: 1rem; top: .6rem; }
.home-how-grid i { align-items: center; background: #eaf3ff; border-radius: 13px; color: var(--dch-primary); display: inline-flex; font-size: 1.25rem; height: 46px; justify-content: center; margin-bottom: 1.5rem; width: 46px; }
.home-how-grid strong { font-size: 1.05rem; }
.home-how-grid p { color: var(--dch-muted); font-size: .88rem; margin: .45rem 0 0; }
.home-membership-comparison { background: #f5f8fc; }
.home-plan-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0 auto; max-width: 900px; }
.home-plan-grid article { background: #fff; border: 1px solid var(--dch-border); border-radius: var(--dch-radius-lg); box-shadow: 0 12px 35px rgba(16,24,40,.06); padding: clamp(1.4rem,3vw,2rem); }
.home-plan-grid article > span { color: var(--dch-primary); font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.home-plan-grid h3 { font-size: 1.35rem; font-weight: 850; margin: .35rem 0 1rem; }
.home-plan-grid ul { color: var(--dch-muted); line-height: 2; padding-left: 1.15rem; }
.home-plan-premium { border-color: #9ebdea !important; box-shadow: 0 18px 45px rgba(29,78,216,.11) !important; }
.home-final-cta { background: var(--dch-navy); color: #fff; padding: clamp(3.5rem,7vw,6rem) 0; text-align: center; }
.home-final-cta h2 { color: #fff; font-size: clamp(2.2rem,6vw,4rem); font-weight: 900; letter-spacing: -.05em; margin: .3rem 0 1.5rem; }
.home-final-cta .dch-v2-kicker { color: #81e6d9; }
.home-final-cta div > div > div { display: flex; gap: .75rem; justify-content: center; }
.dch-home-v2-hero__visual > picture,.dch-v2-showcase__grid > picture,.dch-v2-interview-band__grid > picture,.dch-v2-growth-card > picture { display: contents; }
.conversion-funnel { display: grid; gap: .45rem; }
.conversion-funnel-row,.conversion-funnel-legend { align-items: center; display: grid; gap: 1rem; grid-template-columns: minmax(220px,1fr) 110px 130px 110px; }
.conversion-funnel-row { background: #f7faff; border: 1px solid var(--dch-border); border-radius: 10px; padding: .75rem 1rem; }
.conversion-funnel-row > div { align-items: center; display: flex; gap: .45rem; }
.conversion-funnel-row button { background: none; border: 0; color: var(--dch-muted); padding: 0; }
.conversion-funnel-row > span { font-weight: 750; text-align: right; }
.conversion-funnel-legend { color: var(--dch-muted); font-size: .72rem; font-weight: 750; padding: .55rem 1rem 0; text-transform: uppercase; }
.conversion-funnel-legend span:not(:first-child) { text-align: right; }
.registration-page { background: linear-gradient(145deg,#f6fbff 0,#fff 52%,#f7f2ff 100%); min-height: 70vh; }
.registration-unavailable,.registration-shell { align-items: center; display: grid; gap: clamp(2rem,6vw,5rem); grid-template-columns: minmax(0,1.05fr) minmax(320px,.75fr); padding-bottom: clamp(4rem,8vw,7rem); padding-top: clamp(4rem,8vw,7rem); }
.registration-unavailable h1,.registration-benefits h1 { color: var(--dch-navy); font-size: clamp(2.4rem,5.5vw,4.8rem); font-weight: 900; letter-spacing: -.055em; line-height: .98; margin: .6rem 0 1.15rem; }
.registration-unavailable-copy > p,.registration-benefits > p { color: var(--dch-muted); font-size: 1.08rem; line-height: 1.7; max-width: 680px; }
.registration-actions { align-items: center; display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.registration-product-preview { background: var(--dch-navy); border-radius: 28px; box-shadow: var(--dch-shadow-strong); color: #fff; display: grid; gap: .75rem; overflow: hidden; padding: clamp(1.5rem,4vw,2.4rem); position: relative; transform: rotate(1.5deg); }
.registration-product-preview::after { background: var(--dch-accent); border-radius: 50%; content:""; height: 170px; opacity: .17; position:absolute; right:-60px; top:-55px; width:170px; }
.registration-product-preview > span { color: #8ee9df; font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.registration-product-preview > strong { font-size: 1.45rem; line-height: 1.2; max-width: 360px; }
.registration-product-preview > div { background: rgba(255,255,255,.16); border-radius: 999px; height: 9px; overflow:hidden; }
.registration-product-preview > div i { background: #5eead4; display:block; height:100%; }
.registration-product-preview small { color: #c8d9ec; }
.registration-product-preview ul { display:grid; gap:.6rem; list-style:none; margin:.6rem 0 0; padding:0; }
.registration-product-preview li { align-items:center; display:flex; gap:.55rem; }
.registration-product-preview li i { color:#5eead4; }
.registration-benefit-list { display:grid; gap:1rem; margin-top:2rem; }
.registration-benefit-list > span { align-items:center; display:grid; gap:.15rem; grid-template-columns:48px 1fr; }
.registration-benefit-list > span > i { align-items:center; background:#eaf3ff; border-radius:13px; color:var(--dch-primary); display:inline-flex; font-size:1.15rem; grid-row:span 2; height:48px; justify-content:center; width:48px; }
.registration-benefit-list small { color:var(--dch-muted); }
.registration-form-wrap { background:#fff; border:1px solid #e2eaf4; border-radius:24px; box-shadow:0 24px 65px rgba(16,24,40,.12); padding:clamp(1.3rem,4vw,2.3rem); }
.registration-form { display:grid; gap:.65rem; }
.registration-form > label:not(.form-check) { font-size:.86rem; font-weight:750; margin-top:.45rem; }
.registration-form > label small { color:var(--dch-muted); float:right; font-weight:500; }
.registration-form .form-control { min-height:48px; }
.registration-password-row { align-items:center; display:flex; position:relative; }
.registration-password-row input { padding-right:3rem; }
.registration-password-row button { background:transparent; border:0; color:var(--dch-muted); height:42px; position:absolute; right:.2rem; width:42px; }
.registration-form .form-check { align-items:flex-start; display:flex; gap:.45rem; margin-top:.55rem; }
.registration-field-trap { height:0!important; left:-10000px!important; overflow:hidden!important; position:absolute!important; top:auto!important; width:1px!important; }
.registration-error-summary { background:#fff1f0; border-left:4px solid var(--dch-danger); border-radius:10px; color:#7a271a; margin-bottom:1rem; padding:1rem; }
.registration-error-summary ul { margin:.4rem 0 0; padding-left:1.2rem; }
.registration-admin-checklist { display:grid; gap:.55rem; list-style:none; margin:0; padding:0; }
.registration-admin-checklist li { align-items:center; color:var(--dch-muted); display:flex; gap:.55rem; }

@media (max-width: 767.98px) {
    .job-detail-page { padding-bottom: 5.5rem !important; }
    .job-after-apply, .job-preparation-heading { align-items: stretch; flex-direction: column; }
    .career-next-action { align-items: stretch; flex-direction: column; }
    .career-skill-insights { grid-template-columns: 1fr; }
    .home-featured-jobs-grid { grid-template-columns: 1fr; }
    .home-how-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .home-plan-grid { grid-template-columns: 1fr; }
    .job-preparation-grid { grid-template-columns: 1fr; }
    .job-mobile-actions { background: rgba(255,255,255,.97); border-top: 1px solid var(--dch-border); bottom: 0; box-shadow: 0 -10px 30px rgba(16,24,40,.1); display: grid; grid-template-columns: repeat(3,1fr); left: 0; padding: .5rem max(.65rem, env(safe-area-inset-right)) max(.5rem, env(safe-area-inset-bottom)) max(.65rem, env(safe-area-inset-left)); position: fixed; right: 0; z-index: 1040; }
    .job-mobile-actions form { display: contents; }
    .job-mobile-actions a, .job-mobile-actions button { align-items: center; background: transparent; border: 0; border-radius: 10px; color: var(--dch-dark); display: flex; flex-direction: column; font-size: .72rem; font-weight: 750; gap: .12rem; justify-content: center; min-height: 52px; text-decoration: none; }
    .job-mobile-actions i { font-size: 1.1rem; }
    .job-mobile-actions .job-mobile-apply { background: var(--dch-primary); color: #fff; }
}

@media (max-width: 575.98px) {
    .home-live-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .home-live-grid div { border-bottom: 1px solid var(--dch-border); }
    .home-how-grid { grid-template-columns: 1fr; }
    .home-final-cta div > div > div { align-items: stretch; flex-direction: column; }
    .conversion-funnel-row,.conversion-funnel-legend { grid-template-columns: minmax(130px,1fr) 70px 80px; }
    .conversion-funnel-row > span:last-child,.conversion-funnel-legend > span:last-child { display: none; }
    .registration-unavailable,.registration-shell { grid-template-columns:1fr; padding-top:3rem; }
    .registration-unavailable h1,.registration-benefits h1 { font-size:clamp(2.25rem,12vw,3.6rem); }
    .registration-product-preview { transform:none; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Admin dashboard command center */
.admin-dashboard {
    display: grid;
    gap: 1.5rem;
}

.admin-dashboard-hero {
    align-items: center;
    background:
        radial-gradient(circle at 92% 14%, rgba(77, 212, 198, .24), transparent 30%),
        linear-gradient(135deg, #0b1f3a 0%, #123f65 58%, #087e8b 100%);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(11, 31, 58, .18);
    color: #fff;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    overflow: hidden;
    padding: 1.65rem 1.8rem;
    position: relative;
}

.admin-dashboard-hero > * {
    position: relative;
    z-index: 1;
}

.admin-dashboard-kicker,
.admin-dashboard-section-head > div > span {
    color: #0f8f9e;
    display: block;
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.admin-dashboard-kicker {
    color: #8de6df;
}

.admin-dashboard-hero h1 {
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    font-weight: 850;
    letter-spacing: -.035em;
    margin: .2rem 0 .35rem;
}

.admin-dashboard-hero p {
    color: #d8e8f4;
    margin: 0;
    max-width: 700px;
}

.admin-dashboard-hero-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: .65rem;
}

.admin-dashboard-hero-actions .btn {
    align-items: center;
    display: inline-flex;
    font-weight: 750;
    gap: .45rem;
}

.admin-dashboard-notice {
    align-items: center;
    background: #fff8e7;
    border: 1px solid #f3ce79;
    border-radius: 14px;
    color: #713f12;
    display: flex;
    gap: .85rem;
    padding: .85rem 1rem;
}

.admin-dashboard-notice > i {
    color: #d97706;
    font-size: 1.2rem;
}

.admin-dashboard-notice > div {
    display: grid;
    flex: 1;
}

.admin-dashboard-notice span {
    font-size: .82rem;
}

.admin-dashboard-notice a {
    color: #713f12;
    font-weight: 800;
}

.admin-dashboard-stats {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-dashboard-stat {
    align-items: center;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 17px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, .05);
    color: #101828;
    display: flex;
    gap: .9rem;
    min-width: 0;
    padding: 1.05rem;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.admin-dashboard-stat:hover {
    border-color: #b9cce4;
    box-shadow: 0 14px 32px rgba(16, 24, 40, .09);
    color: #101828;
    transform: translateY(-2px);
}

.admin-dashboard-stat-icon {
    align-items: center;
    border-radius: 13px;
    display: inline-flex;
    flex: 0 0 46px;
    font-size: 1.2rem;
    height: 46px;
    justify-content: center;
}

.admin-dashboard-stat > span:last-child {
    display: grid;
    min-width: 0;
}

.admin-dashboard-stat small {
    color: #667085;
    font-size: .71rem;
    font-style: normal;
    font-weight: 750;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.admin-dashboard-stat strong {
    font-size: 1.7rem;
    line-height: 1.12;
}

.admin-dashboard-stat em {
    color: #98a2b3;
    font-size: .73rem;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-dashboard-stat-blue .admin-dashboard-stat-icon { background: #eff8ff; color: #175cd3; }
.admin-dashboard-stat-teal .admin-dashboard-stat-icon { background: #ecfdf3; color: #067647; }
.admin-dashboard-stat-violet .admin-dashboard-stat-icon { background: #f4f3ff; color: #6941c6; }
.admin-dashboard-stat-orange .admin-dashboard-stat-icon { background: #fff6ed; color: #b54708; }

.admin-dashboard-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1.7fr) minmax(290px, .8fr);
}

.admin-dashboard-section-head {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.1rem;
}

.admin-dashboard-section-head h2 {
    color: #101828;
    font-size: 1.08rem;
    font-weight: 800;
    margin: .12rem 0 0;
}

.admin-dashboard-section-head > a {
    color: #175cd3;
    font-size: .8rem;
    font-weight: 750;
    text-decoration: none;
}

.admin-dashboard-metric-row {
    border-bottom: 1px solid #eef2f6;
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 1rem;
}

.admin-dashboard-metric-row div {
    display: grid;
}

.admin-dashboard-metric-row small {
    color: #667085;
    font-size: .72rem;
}

.admin-dashboard-metric-row strong {
    color: #101828;
    font-size: 1.25rem;
}

.admin-dashboard-activity .admin-chart {
    height: 205px;
    padding-top: 1.25rem;
}

.admin-dashboard-activity .admin-chart-bars {
    height: 165px;
}

.admin-dashboard-chart-legend {
    color: #667085;
    display: flex;
    font-size: .72rem;
    gap: 1rem;
    justify-content: flex-end;
    padding-top: .75rem;
}

.admin-dashboard-chart-legend span {
    align-items: center;
    display: inline-flex;
    gap: .35rem;
}

.admin-dashboard-empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
}

.admin-dashboard-empty > i {
    color: #98a2b3;
    font-size: 2rem;
}

.admin-dashboard-empty h3 {
    font-size: 1rem;
    margin: .65rem 0 .25rem;
}

.admin-dashboard-empty p {
    color: #667085;
    font-size: .85rem;
}

.admin-dashboard-health-list {
    display: grid;
    margin-bottom: 1rem;
}

.admin-dashboard-health-list a {
    align-items: center;
    border-bottom: 1px solid #eef2f6;
    color: #344054;
    display: flex;
    justify-content: space-between;
    padding: .72rem 0;
    text-decoration: none;
}

.admin-dashboard-health-list a span {
    align-items: center;
    display: inline-flex;
    gap: .55rem;
}

.admin-dashboard-import {
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    padding: .9rem;
}

.admin-dashboard-import p {
    color: #344054;
    margin: .65rem 0 0;
}

.admin-dashboard-import small {
    color: #667085;
    display: block;
    margin-bottom: .65rem;
}

.admin-dashboard-import > a,
.admin-dashboard-revenue a {
    font-size: .78rem;
    font-weight: 750;
    text-decoration: none;
}

.admin-dashboard-revenue {
    align-items: end;
    border-top: 1px solid #eef2f6;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 1rem;
}

.admin-dashboard-revenue span {
    display: grid;
}

.admin-dashboard-revenue small {
    color: #667085;
}

.admin-dashboard-revenue strong {
    color: #101828;
    font-size: 1.35rem;
}

.admin-dashboard-workspaces {
    background: linear-gradient(135deg, #eef6ff, #f7fbff 58%, #eefbf8);
    border: 1px solid #d3e3f3;
    border-radius: 20px;
    padding: 1.25rem;
}

.admin-dashboard-workspace-grid {
    display: grid;
    gap: .85rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-dashboard-workspace-grid > a {
    align-items: flex-start;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #dbe5ef;
    border-radius: 15px;
    color: #101828;
    display: grid;
    gap: .75rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 120px;
    padding: 1rem;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.admin-dashboard-workspace-grid > a:hover {
    box-shadow: 0 12px 26px rgba(16, 24, 40, .08);
    color: #101828;
    transform: translateY(-2px);
}

.admin-dashboard-workspace-grid > a > i:first-child {
    color: #0f8f9e;
    font-size: 1.2rem;
}

.admin-dashboard-workspace-grid span {
    display: grid;
    gap: .3rem;
}

.admin-dashboard-workspace-grid small {
    color: #667085;
    font-size: .77rem;
    line-height: 1.45;
}

.admin-dashboard-workspace-grid > a > i:last-child {
    color: #98a2b3;
    font-size: .8rem;
}

.admin-dashboard-recent {
    height: auto;
    padding: 0;
    overflow: hidden;
}

.admin-dashboard-recent .admin-dashboard-section-head {
    margin: 0;
    padding: 1.2rem 1.3rem;
}

.admin-dashboard-recent td:first-child {
    display: grid;
}

.admin-dashboard-recent td:first-child small {
    color: #667085;
}

.admin-dashboard-notices {
    display: grid;
    gap: .75rem;
    scroll-margin-top: 90px;
}

.admin-dashboard-notices > .admin-dashboard-section-head {
    margin-bottom: 0;
}

.admin-dashboard-system-alert {
    align-items: center;
    background: #eff8ff;
    border: 1px solid #b2ddff;
    border-radius: 14px;
    color: #1849a9;
    display: flex;
    gap: .85rem;
    padding: .9rem 1rem;
}

.admin-dashboard-system-alert > i {
    font-size: 1.2rem;
}

.admin-dashboard-system-alert > div {
    flex: 1;
}

.admin-dashboard-system-alert p {
    font-size: .82rem;
    margin: .12rem 0 0;
}

.admin-dashboard-system-alert-warning { background: #fffaeb; border-color: #fedf89; color: #93370d; }
.admin-dashboard-system-alert-danger { background: #fef3f2; border-color: #fecdca; color: #912018; }
.admin-dashboard-system-alert-success { background: #ecfdf3; border-color: #abefc6; color: #05603a; }

.admin-dashboard-maintenance {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    color: #344054;
    margin-top: .25rem;
}

.admin-dashboard-maintenance summary {
    cursor: pointer;
    font-weight: 750;
    padding: .9rem 1rem;
}

.admin-dashboard-maintenance > div {
    align-items: center;
    border-top: 1px solid #eef2f6;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: .9rem 1rem;
}

.admin-dashboard-maintenance p {
    color: #667085;
    font-size: .82rem;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .admin-dashboard-stats,
    .admin-dashboard-workspace-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .admin-dashboard-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .admin-dashboard {
        gap: 1rem;
    }

    .admin-dashboard-hero {
        align-items: flex-start;
        border-radius: 17px;
        flex-direction: column;
        padding: 1.25rem;
    }

    .admin-dashboard-hero-actions,
    .admin-dashboard-hero-actions .btn {
        width: 100%;
    }

    .admin-dashboard-hero-actions .btn {
        justify-content: center;
    }

    .admin-dashboard-stats,
    .admin-dashboard-workspace-grid {
        grid-template-columns: 1fr;
    }

    .admin-dashboard-stat {
        min-height: 86px;
    }

    .admin-dashboard-metric-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .admin-dashboard-notice,
    .admin-dashboard-system-alert,
    .admin-dashboard-maintenance > div {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .admin-dashboard-notice > div,
    .admin-dashboard-system-alert > div {
        min-width: calc(100% - 2.25rem);
    }

    .admin-dashboard-system-alert form,
    .admin-dashboard-system-alert .btn,
    .admin-dashboard-maintenance form,
    .admin-dashboard-maintenance .btn {
        width: 100%;
    }
}

/* Final learning-first overrides: keep these at the end of the cascade. */
body {
    background: var(--color-background);
    color: var(--color-text);
    font-family: Inter, "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-brand {
    color: var(--color-primary);
    font-family: Manrope, "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    letter-spacing: 0;
}

.site-navbar {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--color-border);
    box-shadow: 0 12px 28px rgba(19, 34, 56, .06);
}

.btn-primary {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-outline-primary {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.dch-learning-hero,
.dch-home-section,
.dch-subscribe-band {
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
}

/* DataCareerHub learning-first redesign layer */
:root {
    --color-primary: #132238;
    --color-secondary: #087E8B;
    --color-highlight: #F4A261;
    --color-success: #2A9D6F;
    --color-background: #F7F9FC;
    --color-surface: #FFFFFF;
    --color-surface-alt: #EEF4F6;
    --color-border: #DCE4EA;
    --color-text: #243447;
    --color-text-muted: #65758B;
    --dch-radius: 18px;
    --dch-shadow-soft: 0 18px 50px rgba(19, 34, 56, .08);
}

html {
    scroll-padding-top: 86px;
}

body {
    background: var(--color-background);
    color: var(--color-text);
    font-family: Inter, "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-brand {
    color: var(--color-primary);
    font-family: Manrope, "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    letter-spacing: 0;
}

.btn {
    border-radius: 999px;
    font-weight: 800;
}

.btn-primary {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #0c1728;
    border-color: #0c1728;
}

.btn-outline-primary {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
}

.dch-announcement-strip {
    background: var(--color-primary);
    color: #fff;
    font-size: .88rem;
    font-weight: 750;
}

.dch-announcement-strip a {
    color: #fff;
    display: block;
    padding: .55rem 0;
    text-decoration: none;
}

.site-navbar {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--color-border);
    box-shadow: 0 12px 28px rgba(19, 34, 56, .06);
}

.site-brand .brand-mark {
    background: var(--color-primary);
    border-radius: 12px;
    color: #fff;
}

.site-navbar .nav-link,
.dropdown-item {
    color: var(--color-primary);
    font-weight: 760;
}

.dch-nav-search {
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    color: var(--color-primary);
    display: inline-flex;
    font-size: .86rem;
    font-weight: 800;
    min-height: 40px;
    padding: .45rem .8rem;
    text-decoration: none;
}

.dch-nav-search:hover,
.dch-nav-search:focus {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.dch-learning-hero {
    background:
        radial-gradient(circle at top right, rgba(8, 126, 139, .14), transparent 34rem),
        linear-gradient(180deg, #fff, var(--color-background));
    padding: 1.25rem 0 2.25rem;
}

.dch-learning-hero__grid {
    align-items: center;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

.dch-learning-hero__copy {
    display: grid;
    gap: .85rem;
}

.dch-kicker {
    color: var(--color-secondary);
    display: inline-flex;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dch-learning-hero h1 {
    color: var(--color-primary);
    font-size: clamp(2.15rem, 8vw, 4.3rem);
    font-weight: 900;
    line-height: 1.02;
    margin: 0;
    max-width: 900px;
}

.dch-learning-hero p {
    color: var(--color-text-muted);
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.65;
    margin: 0;
    max-width: 760px;
}

.dch-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: .35rem;
}

.dch-learning-hero__panel {
    display: grid;
    gap: .9rem;
}

.dch-hero-proof {
    display: grid;
    gap: .55rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dch-hero-proof span {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    color: var(--color-primary);
    font-size: .82rem;
    font-weight: 850;
    padding: .55rem .65rem;
    text-align: center;
}

.dch-quick-subscribe {
    background: var(--color-primary);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--dch-radius);
    box-shadow: var(--dch-shadow-soft);
    color: #fff;
    display: grid;
    gap: .9rem;
    padding: 1rem;
    position: relative;
}

.dch-quick-subscribe__copy {
    display: grid;
    gap: .25rem;
}

.dch-quick-subscribe__copy span {
    color: var(--color-highlight);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dch-quick-subscribe__copy strong {
    color: #fff;
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
}

.dch-quick-subscribe__copy small,
.dch-quick-subscribe p {
    color: rgba(255, 255, 255, .78);
    line-height: 1.5;
    margin: 0;
}

.dch-quick-subscribe__fields {
    display: grid;
    gap: .65rem;
}

.dch-quick-subscribe .form-control {
    border: 0;
    border-radius: 999px;
    min-height: 48px;
}

.dch-quick-subscribe .btn {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
    color: #351807;
    min-height: 48px;
}

.dch-quick-subscribe--band {
    align-items: center;
    grid-template-columns: 1fr;
}

.dch-home-section {
    padding: 2.25rem 0;
}

.dch-section-head {
    display: grid;
    gap: .45rem;
    margin-bottom: 1.15rem;
    max-width: 840px;
}

.dch-section-head h2 {
    font-size: clamp(1.55rem, 4vw, 2.5rem);
    font-weight: 900;
    line-height: 1.12;
    margin: 0;
}

.dch-section-head p {
    color: var(--color-text-muted);
    line-height: 1.65;
    margin: 0;
}

.dch-section-head--row {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    max-width: none;
}

.dch-text-link {
    color: var(--color-secondary);
    flex: 0 0 auto;
    font-weight: 900;
    text-decoration: none;
}

.dch-path-grid,
.dch-resource-grid,
.dch-flagship-grid {
    display: grid;
    gap: .9rem;
    grid-template-columns: 1fr;
}

.dch-learning-path,
.dch-resource-card,
.dch-flagship-card,
.dch-guide-list a {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--dch-radius);
    box-shadow: 0 10px 28px rgba(19, 34, 56, .05);
    color: inherit;
    display: grid;
    gap: .55rem;
    min-height: 100%;
    padding: 1rem;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dch-learning-path:hover,
.dch-resource-card:hover,
.dch-flagship-card:hover,
.dch-guide-list a:hover {
    border-color: rgba(8, 126, 139, .45);
    box-shadow: var(--dch-shadow-soft);
    transform: translateY(-2px);
}

.dch-learning-path {
    border-top: 5px solid var(--color-secondary);
}

.dch-learning-path--interview {
    border-top-color: var(--color-highlight);
}

.dch-learning-path--bi {
    border-top-color: #3B82F6;
}

.dch-learning-path--career {
    border-top-color: var(--color-success);
}

.dch-learning-path span,
.dch-resource-card span,
.dch-flagship-card span,
.dch-guide-list span {
    color: var(--color-secondary);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.dch-learning-path strong,
.dch-resource-card strong,
.dch-flagship-card strong,
.dch-guide-list strong {
    color: var(--color-primary);
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: 1.08rem;
    line-height: 1.32;
}

.dch-learning-path small,
.dch-resource-card small,
.dch-flagship-card small,
.dch-guide-list small {
    color: var(--color-text-muted);
    line-height: 1.55;
}

.dch-flagship-card {
    background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.96)),
        linear-gradient(135deg, rgba(8,126,139,.25), rgba(244,162,97,.24));
}

.dch-subscribe-band {
    padding: 1rem 0 2rem;
}

.dch-guide-list {
    display: grid;
    gap: .75rem;
}

.dch-learning-lab {
    align-items: center;
    background: var(--color-surface-alt);
    border: 1px solid var(--color-border);
    border-radius: 24px;
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.dch-learning-lab h2 {
    font-size: clamp(1.55rem, 4vw, 2.4rem);
    font-weight: 900;
    margin: .35rem 0;
}

.dch-learning-lab p {
    color: var(--color-text-muted);
    line-height: 1.65;
    margin: 0;
}

.dch-lab-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

@media (max-width: 991.98px) {
    .site-navbar .container {
        gap: .65rem;
    }

    .navbar-collapse {
        background: #fff;
        border: 1px solid var(--color-border);
        border-radius: 18px;
        box-shadow: var(--dch-shadow-soft);
        margin-top: .75rem;
        padding: .75rem;
    }

    .site-navbar .nav-link,
    .dropdown-item {
        border-radius: 12px;
        min-height: 44px;
        padding: .7rem .8rem;
    }

    .dch-hero-actions .btn {
        width: 100%;
    }

    .dch-section-head--row {
        align-items: start;
        display: grid;
    }
}

@media (min-width: 768px) {
    .dch-learning-hero {
        padding: 2.5rem 0 3.25rem;
    }

    .dch-learning-hero__grid {
        grid-template-columns: minmax(0, 1.12fr) minmax(320px, .72fr);
    }

    .dch-path-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

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

    .dch-quick-subscribe__fields {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .dch-quick-subscribe--band {
        grid-template-columns: 1fr 1.15fr;
        padding: 1.25rem;
    }

    .dch-learning-lab {
        grid-template-columns: 1fr auto;
        padding: 1.5rem;
    }
}

.learning-page {
    background: linear-gradient(180deg, #f7fbff 0%, #eef4fb 40%, #ffffff 100%);
}

.learning-hero,
.learning-course-hero {
    padding: clamp(3.5rem, 7vw, 6.5rem) 0 3rem;
    background: linear-gradient(135deg, #071a33 0%, #123d5a 55%, #087e8b 100%);
    color: #fff;
}

.learning-hero h1,
.learning-course-hero h1 {
    max-width: 820px;
    font-size: clamp(2.15rem, 5vw, 4.5rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: 0;
}

.learning-hero p,
.learning-course-hero p {
    max-width: 760px;
    color: #d9ecf6;
    font-size: 1.12rem;
}

.learning-kicker {
    display: inline-flex;
    color: #0f8f9e;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: .08em;
    margin-bottom: .65rem;
}

.learning-hero .learning-kicker,
.learning-course-hero .learning-kicker {
    color: #a6f3ff;
}

.learning-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.25rem;
}

.learning-snapshot,
.learning-card,
.learning-panel,
.learning-auth-card,
.learning-summary-card,
.learning-locked,
.learning-module,
.learning-lesson-body,
.learning-lesson-side {
    background: #fff;
    border: 1px solid #d9e2ec;
    border-radius: 12px;
    box-shadow: 0 16px 42px rgba(15, 39, 66, .08);
}

.learning-snapshot {
    padding: 1.25rem;
    color: #102033;
}

.learning-snapshot span,
.learning-panel span,
.learning-status-box span {
    display: block;
    color: #475467;
    margin-top: .45rem;
}

.learning-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.learning-section-head h1,
.learning-section-head h2 {
    margin: 0;
    font-weight: 900;
}

.learning-card {
    height: 100%;
    padding: 1.25rem;
}

.learning-card h2,
.learning-card h3 {
    font-size: 1.25rem;
    font-weight: 850;
    margin: .8rem 0 .5rem;
}

.learning-card p {
    color: #667085;
}

.learning-card-top {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
}

.learning-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: .28rem .6rem;
    font-size: .76rem;
    font-weight: 800;
    background: #eaf1ff;
    color: #1d4ed8;
    text-transform: capitalize;
}

.learning-badge.free,
.learning-badge.registered {
    background: #e8f7ee;
    color: #067647;
}

.learning-badge.paid {
    background: #fff7e6;
    color: #925b10;
}

.learning-badge.premium {
    background: #ecfdf3;
    color: #05603a;
}

.learning-badge.locked {
    background: #fdecec;
    color: #b42318;
}

.learning-badge.muted {
    background: #f2f4f7;
    color: #475467;
}

.learning-disclaimer {
    color: #667085;
    font-size: .92rem;
}

.learning-empty {
    padding: 1.25rem;
    border: 1px dashed #b9c9dc;
    border-radius: 12px;
    color: #475467;
    background: #f8fbff;
}

.learning-module {
    padding: 1rem;
    margin-bottom: 1rem;
}

.learning-module-head {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
}

.learning-module-head h3 {
    margin: .45rem 0 .2rem;
    font-size: 1.18rem;
    font-weight: 850;
}

.learning-lesson-list {
    display: grid;
    gap: .5rem;
    margin-top: .8rem;
}

.learning-lesson-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    padding: .75rem .85rem;
    border: 1px solid #e4eaf2;
    border-radius: 10px;
    text-decoration: none;
    color: #172033;
    background: #fbfdff;
}

.learning-lesson-list a.locked {
    color: #667085;
}

.learning-auth {
    display: grid;
    place-items: center;
}

.learning-auth-card {
    width: min(100%, 460px);
    padding: 1.5rem;
    display: grid;
    gap: .9rem;
}

.learning-lesson-shell,
.learning-checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.25rem;
    align-items: start;
    margin-top: 1rem;
}

.learning-lesson-body,
.learning-lesson-side,
.learning-summary-card,
.learning-locked,
.learning-panel {
    padding: 1.25rem;
}

.learning-content {
    color: #24364b;
}

.learning-lesson-body h1 {
    font-weight: 900;
}

.learning-lesson-body h2 {
    font-size: 1.18rem;
    font-weight: 850;
    margin-top: 1.6rem;
}

.learning-lesson-body pre {
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 10px;
    padding: 1rem;
    overflow: auto;
}

.learning-lesson-side {
    display: grid;
    gap: .75rem;
}

.learning-lesson-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: .85rem 0 1.2rem;
}

.learning-question {
    border-left: 4px solid #0f8f9e;
    background: #f5fbfc;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 8px;
}

.learning-next-card,
.learning-disclaimer-card {
    border: 1px solid #d9e2ec;
    background: #f8fbff;
    border-radius: 10px;
    padding: 1rem;
    margin: 1.2rem 0;
}

.learning-locked {
    max-width: 760px;
    margin: 0 auto;
}

.learning-status-box,
.learning-payment-modes {
    display: grid;
    gap: .4rem;
    background: #f8fbff;
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    padding: 1rem;
    margin: 1rem 0;
}

.learning-notification {
    display: block;
    padding: .75rem 0;
    border-top: 1px solid #e4eaf2;
    color: #172033;
    text-decoration: none;
}

.learning-notification span {
    display: block;
    font-weight: 800;
}

.learning-notification small {
    color: #667085;
}

.learning-status-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.learning-price {
    font-size: 2rem;
    font-weight: 900;
    color: #071a33;
}

.learning-summary-card {
    display: grid;
    gap: .8rem;
}

.learning-summary-card > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.learning-summary-card .total {
    font-size: 1.25rem;
    font-weight: 900;
    border-top: 1px solid #d9e2ec;
    padding-top: .8rem;
}

@media (max-width: 991px) {
    .learning-lesson-shell,
    .learning-checkout,
    .learning-status-grid {
        grid-template-columns: 1fr;
    }

    .learning-actions .btn,
    .learning-section-head .btn {
        width: 100%;
    }
}

/* Admin workflow readability refinements */
:root {
    --admin-bg: #f5f7fb;
    --admin-surface: #ffffff;
    --admin-sidebar: #0f2742;
    --admin-sidebar-hover: #173b5c;
    --admin-primary: #0f2742;
    --admin-accent: #0f8f9e;
    --admin-accent-soft: #e6f7f9;
    --admin-success: #16803c;
    --admin-success-soft: #e8f7ee;
    --admin-warning: #b7791f;
    --admin-warning-soft: #fff7e6;
    --admin-danger: #b42318;
    --admin-danger-soft: #fdecec;
    --admin-info: #2563eb;
    --admin-info-soft: #eaf1ff;
    --admin-muted: #667085;
    --admin-text: #172033;
    --admin-border: #d9e2ec;
    --admin-radius: 16px;
    --admin-shadow: 0 10px 30px rgba(15, 39, 66, 0.08);
}

.admin-body {
    background: var(--admin-bg);
    color: var(--admin-text);
}

.admin-sidebar {
    background: linear-gradient(180deg, var(--admin-sidebar) 0%, #102e4c 58%, #0b1e33 100%);
    flex-basis: 286px;
    overflow-y: auto;
}

.admin-nav {
    gap: 1rem;
}

.admin-nav-label {
    color: #b9c9dc;
    font-size: .72rem;
    letter-spacing: .07em;
    padding-top: .35rem;
}

.admin-nav a,
.admin-sidebar-footer a,
.admin-nav-toggle {
    color: #e4edf7;
    font-size: .93rem;
    line-height: 1.22;
}

.admin-nav-children a {
    color: #d6e3f0;
    font-size: .88rem;
    padding: .58rem .72rem;
}

.admin-nav a:hover,
.admin-nav a.active,
.admin-nav-toggle:hover,
.admin-nav-toggle.active {
    background: var(--admin-sidebar-hover);
}

.admin-nav a.active,
.admin-nav-children a.active {
    color: #fff;
    font-weight: 800;
}

.admin-main {
    min-width: 0;
}

.admin-topbar strong {
    color: #0f172a;
}

.admin-panel {
    background: var(--admin-surface);
    border: 1px solid var(--admin-border);
    border-radius: var(--admin-radius);
    box-shadow: var(--admin-shadow);
}

.admin-dataready-page .admin-content {
    background:
        radial-gradient(circle at top right, rgba(15, 143, 158, .09), transparent 32rem),
        linear-gradient(180deg, #f7fbff 0%, var(--admin-bg) 18rem);
}

.dr-admin-hero {
    align-items: center;
    background: linear-gradient(135deg, #0f2742 0%, #13536a 56%, #0f8f9e 100%);
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(15, 39, 66, .18);
    color: #fff;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    overflow: hidden;
    padding: 1.35rem 1.5rem;
    position: relative;
}

.dr-admin-hero:after {
    background: rgba(255,255,255,.12);
    border-radius: 999px;
    content: "";
    height: 170px;
    position: absolute;
    right: -60px;
    top: -75px;
    width: 170px;
}

.dr-admin-hero h1 {
    font-size: clamp(1.55rem, 2vw, 2.25rem);
    font-weight: 900;
    letter-spacing: 0;
    margin: .2rem 0 .35rem;
}

.dr-admin-hero p {
    color: #d9f5f7;
    margin: 0;
    max-width: 760px;
}

.dr-admin-kicker {
    color: #9ff0f5;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dr-admin-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    position: relative;
    z-index: 1;
}

.dr-admin-hero-actions a {
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    padding: .55rem .85rem;
    text-decoration: none;
}

.dr-admin-progress {
    background: #fff;
    border: 1px solid var(--admin-border);
    border-radius: var(--admin-radius);
    box-shadow: var(--admin-shadow);
    display: grid;
    gap: .45rem;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    margin-bottom: 1.2rem;
    padding: .65rem;
}

.dr-admin-progress a {
    align-items: center;
    border-radius: 12px;
    color: var(--admin-muted);
    display: flex;
    flex-direction: column;
    font-size: .76rem;
    font-weight: 800;
    gap: .28rem;
    min-height: 62px;
    padding: .45rem .3rem;
    text-align: center;
    text-decoration: none;
}

.dr-admin-progress a span {
    align-items: center;
    background: #eef3f8;
    border-radius: 999px;
    color: var(--admin-primary);
    display: inline-flex;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.dr-admin-progress a.done {
    background: var(--admin-success-soft);
    color: var(--admin-success);
}

.dr-admin-progress a.active {
    background: var(--admin-accent-soft);
    color: var(--admin-primary);
    outline: 2px solid rgba(15, 143, 158, .24);
}

.dr-admin-progress a.active span {
    background: var(--admin-accent);
    color: #fff;
}

.dr-app-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.dr-workflow-card {
    background: #fff;
    border: 1px solid var(--admin-border);
    border-radius: var(--admin-radius);
    box-shadow: var(--admin-shadow);
    display: flex;
    flex-direction: column;
    gap: .75rem;
    min-height: 180px;
    padding: 1.1rem;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.dr-workflow-card:hover {
    box-shadow: 0 18px 42px rgba(15, 39, 66, .13);
    transform: translateY(-2px);
}

.dr-workflow-card .dr-card-icon {
    align-items: center;
    background: var(--admin-accent-soft);
    border-radius: 14px;
    color: var(--admin-accent);
    display: inline-flex;
    font-size: 1.35rem;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.dr-workflow-card strong {
    color: var(--admin-text);
    display: block;
    font-size: 1.8rem;
    line-height: 1;
}

.dr-workflow-card h2,
.dr-workflow-card h3 {
    color: var(--admin-primary);
    font-size: 1rem;
    font-weight: 900;
    margin: 0;
}

.dr-workflow-card p {
    color: var(--admin-muted);
    font-size: .9rem;
    margin: 0;
}

.dr-status-pill {
    align-self: flex-start;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 900;
    padding: .32rem .65rem;
}

.dr-status-ready { background: var(--admin-success-soft); color: var(--admin-success); }
.dr-status-waiting { background: var(--admin-warning-soft); color: var(--admin-warning); }
.dr-status-review { background: var(--admin-info-soft); color: var(--admin-info); }
.dr-status-blocked { background: var(--admin-danger-soft); color: var(--admin-danger); }
.dr-status-complete { background: #edf7ff; color: var(--admin-primary); }

.dr-action-panel {
    background: linear-gradient(135deg, #ffffff, #f6fbff);
    border: 1px solid var(--admin-border);
    border-radius: var(--admin-radius);
    box-shadow: var(--admin-shadow);
    padding: 1.1rem;
}

.admin-dataready-page .table {
    border-collapse: separate;
    border-spacing: 0 .6rem;
}

.admin-dataready-page .table thead th {
    border: 0;
    color: var(--admin-muted);
    font-size: .73rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.admin-dataready-page .table tbody tr {
    box-shadow: 0 10px 24px rgba(15, 39, 66, .06);
}

.admin-dataready-page .table tbody td {
    background: #fff;
    border-bottom: 1px solid var(--admin-border);
    border-top: 1px solid var(--admin-border);
    vertical-align: middle;
}

.admin-dataready-page .table tbody td:first-child {
    border-left: 1px solid var(--admin-border);
    border-radius: 14px 0 0 14px;
}

.admin-dataready-page .table tbody td:last-child {
    border-radius: 0 14px 14px 0;
    border-right: 1px solid var(--admin-border);
}

.admin-dataready-page .btn {
    border-radius: 999px;
    font-weight: 800;
}

.admin-dataready-page .form-control,
.admin-dataready-page .form-select {
    border-color: var(--admin-border);
    border-radius: 12px;
    min-height: 42px;
}

.admin-dataready-page .badge {
    border-radius: 999px;
    padding: .4rem .62rem;
}

.admin-dataready-page .admin-mini-kpi {
    background: linear-gradient(135deg, #fff, #f7fbff);
    border: 1px solid var(--admin-border);
    border-radius: var(--admin-radius);
    box-shadow: var(--admin-shadow);
    min-height: 108px;
    padding: 1rem;
}

.admin-dataready-page .admin-mini-kpi i {
    background: var(--admin-accent-soft);
    border-radius: 14px;
    color: var(--admin-accent);
    font-size: 1.2rem;
    height: 42px;
    width: 42px;
}

.admin-dataready-page .admin-mini-kpi span {
    color: var(--admin-muted);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.admin-dataready-page .admin-mini-kpi strong {
    color: var(--admin-primary);
    font-size: 1.65rem;
}

.admin-dataready-page .admin-panel > h2:first-child,
.admin-dataready-page .admin-panel .h5 {
    color: var(--admin-primary);
}

.admin-dataready-page .alert-info {
    background: var(--admin-info-soft);
    border-color: #c7d7fe;
    color: #173b5c;
}

.admin-dataready-page .alert-warning {
    background: var(--admin-warning-soft);
    border-color: #f3d38b;
    color: #7a4d08;
}

.admin-dataready-page .dataready-check-card {
    background: linear-gradient(135deg, #fff, #f9fcff);
    border-color: var(--admin-border);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(15, 39, 66, .06);
}

.lab-body {
    background:
        radial-gradient(circle at top right, rgba(15, 143, 158, .10), transparent 28rem),
        var(--admin-bg);
}

.lab-sidebar {
    background: linear-gradient(180deg, var(--admin-sidebar), #102e4c 62%, #0b1e33);
}

.lab-nav a {
    border-radius: 12px;
    color: #e4edf7;
    font-weight: 800;
    padding: .72rem .85rem;
}

.lab-nav a:hover,
.lab-nav a.active {
    background: var(--admin-sidebar-hover);
    color: #fff;
}

.lab-card,
.construction-kpi,
.lab-insight-card {
    border: 1px solid var(--admin-border);
    border-radius: var(--admin-radius);
    box-shadow: var(--admin-shadow);
}

.construction-client-shell {
    color: var(--admin-text);
}

.construction-hero {
    background: linear-gradient(135deg, #0f2742, #13536a 58%, #0f8f9e);
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(15, 39, 66, .18);
}

@media (max-width: 991.98px) {
    .admin-sidebar {
        flex-basis: 286px;
        left: -300px;
        max-width: 286px;
    }
}

@media (max-width: 991.98px) {
    .dr-admin-progress {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .dr-admin-hero {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .dr-admin-progress {
        grid-template-columns: 1fr 1fr;
    }
    .dr-admin-hero {
        border-radius: 16px;
        padding: 1rem;
    }
    .admin-dataready-page .table thead {
        display: none;
    }
    .admin-dataready-page .table,
    .admin-dataready-page .table tbody,
    .admin-dataready-page .table tr,
    .admin-dataready-page .table td {
        display: block;
        width: 100%;
    }
    .admin-dataready-page .table tbody tr {
        background: #fff;
        border: 1px solid var(--admin-border);
        border-radius: var(--admin-radius);
        margin-bottom: 1rem;
        overflow: hidden;
    }
    .admin-dataready-page .table tbody td {
        border: 0;
        border-bottom: 1px solid #eef2f6;
        border-radius: 0 !important;
        padding: .78rem .9rem;
    }
    .admin-dataready-page .table tbody td:last-child {
        border-bottom: 0;
    }
}

body {
    background:
        linear-gradient(180deg, #eaf2ff 0, #f8fbff 420px, #f7f9fc 100%);
    color: var(--dch-text);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-navbar {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, .94) !important;
    border-bottom: 1px solid rgba(217, 226, 239, .9);
    box-shadow: 0 10px 30px rgba(7, 26, 51, .08);
}

.site-brand {
    align-items: center;
    display: inline-flex;
    font-weight: 850;
    gap: .55rem;
}

.brand-mark {
    align-items: center;
    background: linear-gradient(135deg, #1d4ed8, #00a6a6 58%, #7c3aed);
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.site-navbar .nav-link {
    border-radius: 999px;
    color: #233b5d;
    font-weight: 750;
    padding-left: .85rem !important;
    padding-right: .85rem !important;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
    background: #edf6ff;
    color: var(--dch-primary-dark);
}

.site-navbar .dropdown-menu {
    border: 1px solid #d9e6f5;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(7, 26, 51, .14);
    padding: .65rem;
}

.site-navbar .dropdown-item {
    border-radius: 10px;
    font-weight: 650;
    padding: .62rem .75rem;
}

.site-nav-cta {
    border-radius: 999px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar-toggler {
    border-color: #cfe0f5;
    border-radius: 12px;
    min-height: 42px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--dch-primary), #0f6abf);
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(29, 78, 216, .22);
    font-weight: 800;
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, #173ea8, #087e8b);
    border-color: transparent;
    box-shadow: 0 14px 32px rgba(29, 78, 216, .28);
}

.btn-outline-primary {
    border-color: #9cc7ff;
    color: var(--dch-primary-dark);
    font-weight: 750;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: #eaf4ff;
    border-color: var(--dch-primary);
    color: var(--dch-primary-dark);
}

.dch-section {
    padding: 4rem 0;
}

.dch-card,
.job-card,
.search-box,
.newsletter-panel,
.empty-state {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(214, 225, 239, .95);
    border-radius: var(--dch-radius);
    box-shadow: var(--dch-shadow);
}

.dch-hero {
    background:
        radial-gradient(circle at 78% 12%, rgba(124, 58, 237, .18), transparent 32%),
        radial-gradient(circle at 10% 12%, rgba(0, 166, 166, .18), transparent 30%),
        linear-gradient(135deg, #eaf3ff, #ffffff 52%, #eefdf8);
    border-bottom: 1px solid var(--dch-border);
    position: relative;
    overflow: hidden;
}

.dch-hero::after,
.resources-hero::after,
.resource-detail-hero::after,
.analytics-public-hero::after {
    background:
        linear-gradient(90deg, rgba(29, 78, 216, .08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(29, 78, 216, .08) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    inset: 0;
    opacity: .42;
    pointer-events: none;
    position: absolute;
}

.dch-search-panel {
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: var(--dch-radius);
    box-shadow: var(--dch-shadow-strong);
    padding: 1.15rem;
    position: relative;
    z-index: 1;
}

.dch-badge {
    background: linear-gradient(135deg, #eef6ff, #eefdf8);
    border: 1px solid #b8d8f4;
    border-radius: 999px;
    color: var(--dch-primary-dark);
    display: inline-flex;
    font-size: .76rem;
    font-weight: 800;
    padding: .35rem .6rem;
}

.section-kicker {
    color: var(--dch-accent);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.site-footer {
    background: #fff;
    border-top: 1px solid #dbe7fb;
    color: var(--dch-text);
}

.site-footer-top {
    background:
        radial-gradient(circle at 88% 8%, rgba(0, 166, 166, .1), transparent 28%),
        linear-gradient(180deg, #ffffff, #f3f8ff);
    padding: 3rem 0 2rem;
}

.site-footer-bottom {
    background: #071a33;
    color: #d6e2f1;
    padding: 1rem 0;
}

.site-footer a {
    color: #173a74;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--dch-primary);
    text-decoration: underline;
}

.site-footer-bottom a {
    color: #dceafe;
}

.site-footer-brand {
    align-items: center;
    color: var(--dch-navy) !important;
    display: inline-flex;
    font-size: 1.1rem;
    font-weight: 900;
    gap: .6rem;
}

.site-footer-copy {
    color: #40526c;
    line-height: 1.65;
    max-width: 430px;
}

.site-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.site-footer-heading {
    color: var(--dch-navy);
    display: block;
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .065em;
    margin-bottom: .8rem;
    text-transform: uppercase;
}

.site-footer-links {
    display: grid;
    gap: .55rem;
}

.site-footer-links a {
    border-radius: 8px;
    color: #27415f;
    font-weight: 650;
    line-height: 1.25;
    padding: .12rem 0;
}

.site-footer-note {
    background: #eef6ff;
    border: 1px solid #cfe4fb;
    border-left: 4px solid var(--dch-accent);
    border-radius: 12px;
    color: #27415f;
    font-size: .9rem;
    line-height: 1.55;
    padding: .9rem 1rem;
}

.site-footer-legal {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.site-footer-legal span {
    color: #b8c5d8;
    display: inline-block;
    margin-left: .35rem;
}

.site-footer-company {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem .8rem;
    justify-content: flex-end;
}

.site-footer-bottom-links {
    display: flex;
    flex: 1 1 420px;
    flex-wrap: wrap;
    gap: .35rem .7rem;
    justify-content: center;
}

.site-footer-bottom-links a {
    border: 1px solid rgba(220, 234, 254, .18);
    border-radius: 999px;
    color: #dceafe;
    font-size: .82rem;
    font-weight: 400;
    line-height: 1.2;
    padding: .28rem .58rem;
}

.site-footer-bottom-links a:hover,
.site-footer-bottom-links a:focus {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .site-footer-top {
        padding: 2.25rem 0 1.5rem;
    }

    .site-footer-links {
        gap: .65rem;
    }

    .site-footer-links a {
        min-height: 34px;
    }

    .site-footer-legal {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer-legal span {
        display: block;
        margin-left: 0;
        margin-top: .25rem;
    }

    .site-footer-company {
        justify-content: flex-start;
    }

    .site-footer-bottom-links {
        justify-content: flex-start;
    }
}

.job-detail-list {
    display: grid;
    gap: .65rem;
    margin: 1rem 0 0;
}

.job-detail-list div {
    border-bottom: 1px solid #e5eaf2;
    display: grid;
    gap: .2rem;
    padding-bottom: .65rem;
}

.job-detail-list div:last-child {
    border-bottom: 0;
}

.job-detail-list dt {
    color: var(--dch-muted);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.job-detail-list dd {
    color: var(--dch-navy);
    font-weight: 700;
    margin: 0;
}

.dch-job-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.dch-job-card::before {
    background: linear-gradient(90deg, var(--dch-primary), var(--dch-accent), var(--dch-accent-2));
    content: "";
    height: 4px;
    inset: 0 0 auto;
    position: absolute;
}

.dch-job-card:hover {
    border-color: #b7d2f5;
    box-shadow: 0 26px 58px rgba(15, 23, 42, .15);
    transform: translateY(-4px);
}

.job-card-facts {
    display: grid;
    gap: .45rem;
}

.job-card-facts span {
    color: var(--dch-muted);
    font-size: .88rem;
}

.job-card-facts span::before {
    color: var(--dch-accent);
    content: "✓";
    font-weight: 900;
    margin-right: .45rem;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        gap: .25rem;
        padding: 1rem 0;
    }

    .navbar-nav .nav-link,
    .navbar-nav .btn {
        border-radius: 8px;
        min-height: 44px;
        padding: .7rem .85rem;
    }
}

/* Analytics Solutions + Portfolio public pages */
.analytics-public-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(124, 58, 237, .18), transparent 30%),
        radial-gradient(circle at 10% 18%, rgba(0, 166, 166, .16), transparent 30%),
        linear-gradient(135deg, #eaf3ff, #fff 60%, #ecfdf5);
    border-bottom: 1px solid var(--dch-border);
    overflow: hidden;
    position: relative;
}

.analytics-portfolio-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(124, 58, 237, .18), transparent 30%),
        radial-gradient(circle at 12% 18%, rgba(0, 166, 166, .16), transparent 30%),
        linear-gradient(135deg, #f0f4ff, #fff 62%, #eefdf8);
}

.analytics-solution-card,
.portfolio-project-card,
.analytics-story-card,
.analytics-side-card {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
    padding: 1.25rem;
}

.analytics-solution-card,
.portfolio-project-card {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.analytics-solution-card > span,
.portfolio-project-card > span {
    color: var(--dch-accent);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.analytics-card-section {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    display: grid;
    gap: .25rem;
    padding: .75rem;
}

.analytics-card-section small,
.analytics-story-card p,
.analytics-side-card,
.analytics-side-card li {
    color: #475569;
}

.analytics-story-card {
    margin-bottom: 1rem;
}

.analytics-story-card h2,
.analytics-side-card h2 {
    color: #0f172a;
    font-weight: 800;
}

.analytics-mini-card,
.analytics-chart-placeholder {
    background: #f8fafc;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    height: 100%;
    padding: 1rem;
}

.analytics-chart-placeholder {
    display: grid;
    min-height: 130px;
    place-content: center;
    text-align: center;
}

.analytics-chart-placeholder span {
    color: #64748b;
    display: block;
    font-size: .85rem;
    margin-top: .45rem;
}

.analytics-chart-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.portfolio-filter-bar {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .75rem;
}

.portfolio-filter-bar a {
    border: 1px solid #dbe4f0;
    border-radius: 999px;
    color: #334155;
    font-weight: 800;
    padding: .45rem .75rem;
    text-decoration: none;
}

.portfolio-filter-bar a.active,
.portfolio-filter-bar a:hover {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #175cd3;
}

.portfolio-media-card {
    background: #f8fafc;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    margin: 0;
    overflow: hidden;
}

.portfolio-media-card img {
    display: block;
    height: auto;
    width: 100%;
}

.portfolio-media-card figcaption {
    color: #475569;
    font-size: .9rem;
    padding: .85rem;
}

.analytics-portfolio-guide {
    overflow-x: hidden;
}

.portfolio-disclaimer,
.portfolio-hero-card,
.portfolio-guidance-box,
.portfolio-mistake-card {
    background: #fff;
    border: 1px solid #cfe0f5;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
    padding: 1rem;
}

.portfolio-disclaimer {
    background: #fff8e7;
    border-color: #f3ce79;
    color: #713f12;
    font-weight: 650;
}

.portfolio-mini-list {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portfolio-mini-list span {
    background: #eef6ff;
    border: 1px solid #c8dcff;
    border-radius: 6px;
    color: #164e9b;
    font-size: .82rem;
    font-weight: 750;
    padding: .45rem .55rem;
}

.portfolio-section-muted {
    background: #f7f9fc;
    border-bottom: 1px solid #e3e8ef;
    border-top: 1px solid #e3e8ef;
}

.portfolio-detail-stack {
    display: grid;
    gap: 1.25rem;
}

.portfolio-guidance-box {
    margin-bottom: 1rem;
}

.portfolio-mistake-card {
    color: #344054;
    font-weight: 700;
}

/* Analytics Lab / Dashboard Studio */
.lab-body,
.lab-login-body {
    background: #eef3f8;
}

.lab-login-wrap {
    align-items: center;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    padding: 2rem;
}

.lab-login-card {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .16);
    max-width: 480px;
    padding: 2rem;
    width: 100%;
}

.lab-shell {
    display: flex;
    min-height: 100vh;
}

.lab-sidebar {
    background: linear-gradient(180deg, #0f172a, #111827 55%, #0b1220);
    color: #dbeafe;
    display: flex;
    flex: 0 0 278px;
    flex-direction: column;
    padding: 1.25rem;
}

.lab-brand {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 1.05rem;
    font-weight: 800;
    gap: .65rem;
    text-decoration: none;
}

.lab-brand:hover {
    color: #fff;
}

.lab-brand-mark {
    align-items: center;
    background: linear-gradient(135deg, #2563eb, #10b981);
    border-radius: 12px;
    color: #fff;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.lab-user-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    display: grid;
    margin: 1.5rem 0;
    padding: 1rem;
}

.lab-user-card span {
    color: #93c5fd;
    font-size: .8rem;
}

.lab-nav {
    display: grid;
    gap: .35rem;
}

.lab-nav a,
.lab-sidebar-footer a {
    border-radius: 12px;
    color: #cbd5e1;
    font-weight: 700;
    padding: .72rem .85rem;
    text-decoration: none;
}

.lab-nav a:hover,
.lab-nav a.active {
    background: rgba(37, 99, 235, .22);
    color: #fff;
}

.lab-sidebar-footer {
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    gap: .25rem;
    margin-top: auto;
    padding-top: 1rem;
}

.lab-main {
    flex: 1;
    min-width: 0;
    padding: 1.5rem;
}

.lab-topbar {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.lab-card,
.lab-public-card,
.lab-public-preview-card {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .07);
    padding: 1.25rem;
}

.lab-hero-card {
    align-items: center;
    background: radial-gradient(circle at 80% 20%, rgba(16, 185, 129, .28), transparent 30%),
                linear-gradient(135deg, #172554, #0f172a);
    border-radius: 28px;
    color: #fff;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 2rem;
}

.lab-hero-card h2 {
    font-weight: 800;
    letter-spacing: -.03em;
    margin-bottom: .5rem;
}

.lab-hero-card p {
    color: #bfdbfe;
    margin: 0;
    max-width: 720px;
}

.lab-kicker {
    color: #86efac;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lab-metric-card,
.construction-kpi {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 20px;
    display: grid;
    gap: .25rem;
    min-height: 132px;
    padding: 1rem;
}

.lab-metric-card span,
.construction-kpi span {
    color: #64748b;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.lab-metric-card strong,
.construction-kpi strong {
    color: #0f172a;
    font-size: 1.85rem;
    letter-spacing: -.04em;
}

.lab-metric-card small,
.construction-kpi small {
    color: #64748b;
}

.lab-status-draft { background: #f1f5f9; color: #334155; }
.lab-status-preview { background: #fef3c7; color: #92400e; }
.lab-status-published { background: #dcfce7; color: #166534; }
.lab-status-archived { background: #e5e7eb; color: #374151; }

.construction-client-shell {
    display: grid;
    gap: 1rem;
}

.construction-hero {
    align-items: stretch;
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
    border-radius: 28px;
    color: #fff;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    padding: 2rem;
}

.construction-hero h1 {
    font-weight: 850;
    letter-spacing: -.04em;
}

.construction-hero p {
    color: #c7d2fe;
    max-width: 760px;
}

.construction-company-card {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 20px;
    display: grid;
    min-width: 260px;
    padding: 1rem;
}

.construction-company-card span,
.construction-company-card small {
    color: #bfdbfe;
}

.construction-company-card strong {
    font-size: 1.2rem;
}

.construction-tabs {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    gap: .35rem;
    padding: .5rem;
}

.construction-tabs .nav-link {
    border-radius: 12px;
    color: #334155;
    font-weight: 700;
}

.construction-tabs .nav-link.active {
    background: #2563eb;
}

.lab-construction-chart-card {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(37,99,235,.55), rgba(15,143,158,.45), rgba(245,158,11,.45)) border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: 0 16px 42px rgba(7, 26, 51, .08);
    display: grid;
    gap: .75rem;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 1rem;
}

.lab-construction-chart-head {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.lab-construction-chart-head span {
    color: #087e8b;
    display: block;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.lab-construction-chart-head h2 {
    color: var(--dch-navy);
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
    overflow-wrap: anywhere;
}

.lab-construction-chart-head small {
    background: #eefdf8;
    border: 1px solid #b7eee3;
    border-radius: 999px;
    color: #075e59;
    flex: 0 0 auto;
    font-size: .72rem;
    font-weight: 850;
    padding: .35rem .55rem;
    white-space: nowrap;
}

.lab-construction-chart-card > p {
    color: #475569;
    font-size: .92rem;
    line-height: 1.55;
    margin: 0;
    overflow-wrap: anywhere;
}

.lab-construction-chart-frame {
    background: linear-gradient(180deg, #f8fbff, #fff);
    border: 1px solid #dbe7fb;
    border-radius: 16px;
    height: 300px;
    min-height: 260px;
    min-width: 0;
    overflow: hidden;
    padding: .75rem;
    position: relative;
}

.lab-construction-chart-card-wide .lab-construction-chart-frame {
    height: 340px;
}

.lab-construction-chart-frame canvas {
    display: block;
    height: 100% !important;
    max-width: 100%;
    width: 100% !important;
}

.construction-timeline-row {
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    gap: 1rem;
    padding: .9rem 0;
}

.construction-timeline-row small {
    color: #64748b;
    display: block;
}

.construction-cta {
    align-items: center;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    border-radius: 24px;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.4rem;
}

.generated-report-shell {
    margin: 0 auto;
    max-width: 1320px;
}

.generated-print-cover,
.generated-print-document,
.generated-print-footer {
    display: none;
}

.generated-report-content .lab-card {
    height: 100%;
}

.generated-chart-card {
    display: flex;
    flex-direction: column;
    min-height: 390px;
}

.generated-chart-card-wide {
    min-height: 430px;
}

.generated-chart-head {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.generated-chart-status {
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    color: #166534;
    flex: 0 0 auto;
    font-size: .72rem;
    font-weight: 800;
    padding: .35rem .6rem;
    text-transform: uppercase;
}

.generated-chart-frame {
    align-items: center;
    aspect-ratio: 16 / 9;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    min-height: 0;
    padding: 1rem;
    position: relative;
}

.generated-chart-card-wide .generated-chart-frame {
    aspect-ratio: 16 / 9;
}

.generated-chart-frame-pie_chart,
.generated-chart-frame-donut_chart,
.generated-chart-frame-gauge {
    aspect-ratio: 1 / 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    width: 100%;
}

.generated-score-chart {
    display: block;
    height: 100% !important;
    width: 100% !important;
}

.generated-chart-card-wide .generated-score-chart {
    min-height: 0;
}

.generated-mini-kpi {
    border-radius: 16px;
    min-height: 118px;
}

.generated-mini-kpi strong {
    font-size: 1.35rem;
}

.generated-table-frame {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
}

.generated-table-frame .table th {
    background: #f8fafc;
    color: #334155;
    font-size: .76rem;
    text-transform: uppercase;
}

.generated-chart-note {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    color: #9a3412;
    font-size: .82rem;
    font-weight: 700;
    margin-top: 1rem;
    padding: .7rem .8rem;
}

.generated-print-static-chart {
    display: none;
}

.generated-selected-section-title {
    display: none;
}

.generated-report-footer {
    align-items: start;
    background: #fff;
    border-top: 1px solid #dbe4f0;
    color: #475569;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1.4fr 1.25fr 1fr;
    margin-top: 1.25rem;
    padding-top: .9rem;
}

.generated-report-footer div {
    display: grid;
    gap: .18rem;
}

.generated-report-footer strong {
    color: #0f2742;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.generated-report-footer span {
    color: #64748b;
    font-size: .86rem;
}

.lab-insight-card {
    background: #f8fafc;
    border: 1px solid #dbe4f0;
    border-left: 5px solid #10b981;
    border-radius: 18px;
    padding: 1rem;
}

.lab-insight-card span {
    color: #059669;
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.lab-insight-card p {
    color: #475569;
    margin-bottom: 0;
}

.lab-public-preview-card {
    display: grid;
    gap: .75rem;
}

.lab-feature-pill {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    font-weight: 800;
    height: 100%;
    padding: 1rem;
}

.lab-template-card {
    position: relative;
}

.lab-template-icon {
    align-items: center;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 16px;
    color: #1d4ed8;
    display: inline-flex;
    font-weight: 900;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.lab-widget-card {
    background: #f8fafc;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    height: 100%;
    padding: 1rem;
}

.lab-widget-card span {
    color: #2563eb;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lab-widget-card p {
    color: #64748b;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .lab-shell,
    .construction-hero,
    .lab-hero-card,
    .construction-cta {
        flex-direction: column;
    }

    .lab-sidebar {
        flex: none;
        position: static;
    }

    .lab-main {
        padding: 1rem;
    }

    .lab-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .construction-timeline-row {
        align-items: stretch;
        flex-direction: column;
    }

    .lab-construction-chart-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .lab-construction-chart-frame,
    .lab-construction-chart-card-wide .lab-construction-chart-frame {
        height: 280px;
    }
}

body {
    background: var(--dch-bg);
    color: var(--dch-dark);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-navbar {
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--dch-border);
    box-shadow: 0 2px 12px rgba(11, 31, 58, .05);
}

.site-brand {
    align-items: center;
    color: var(--dch-navy);
    display: inline-flex;
    font-weight: 800;
    gap: .6rem;
    letter-spacing: -.025em;
}

.site-brand:hover {
    color: var(--dch-primary);
}

.brand-mark {
    align-items: center;
    background: linear-gradient(145deg, var(--dch-primary), var(--dch-teal));
    border-radius: 9px;
    color: #fff;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.brand-dot {
    color: var(--dch-primary);
}

.site-navbar .nav-link {
    color: #344054;
    font-size: .94rem;
    font-weight: 600;
}

.site-navbar .dropdown-menu {
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
    margin-top: .65rem;
    min-width: 15rem;
    padding: .55rem;
}

.site-navbar .dropdown-item {
    border-radius: 6px;
    color: #344054;
    font-size: .92rem;
    font-weight: 600;
    padding: .62rem .75rem;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus {
    background: #eef6ff;
    color: var(--dch-primary);
}

.about-page {
    overflow-x: hidden;
}

@media (min-width: 992px) {
    .site-navbar .dropdown:hover > .dropdown-menu,
    .site-navbar .dropdown:focus-within > .dropdown-menu {
        display: block;
    }
}

.home-main-hero {
    background: radial-gradient(circle at 88% 20%, rgba(30, 185, 180, .2), transparent 30%),
                linear-gradient(125deg, #eef5ff, #fff 56%, #eaf8f7);
    border-bottom: 1px solid var(--dch-border);
}

.hero-compact .lead {
    font-size: 1.08rem;
}

.job-card,
.company-card {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    transition: all .2s ease;
}

.job-card {
    display: flex;
    flex-direction: column;
}

.job-card:hover,
.company-card:hover {
    border-color: #bfdbfe;
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, .1);
}

.badge-soft {
    background: #eef2ff;
    color: #3730a3;
}

.badge-green {
    background: #ecfdf5;
    color: #047857;
}

.ad-space {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.ad-label {
    color: #94a3b8;
    font-size: .68rem;
    letter-spacing: .08em;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.ad-reserved {
    min-height: 90px;
}

.ad-space-sidebar .ad-reserved {
    min-height: 250px;
}

.home-sidebar-ad {
    background: rgba(255, 255, 255, .7);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: .65rem;
}

.home-sidebar-ad .adsbygoogle {
    min-height: 250px;
}

.adsbygoogle {
    min-height: 90px;
}

.home-main-hero {
    background:
        linear-gradient(120deg, rgba(7, 26, 51, .94), rgba(10, 53, 115, .9) 46%, rgba(0, 166, 166, .82)),
        linear-gradient(135deg, #eaf3ff, #ffffff 55%, #eefdf8);
    border-bottom: 1px solid #dbe7fb;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.home-main-hero::before {
    background:
        linear-gradient(135deg, rgba(255,255,255,.12) 0 25%, transparent 25% 50%, rgba(255,255,255,.09) 50% 75%, transparent 75%),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 160px 160px, 48px 48px;
    content: "";
    inset: 0;
    opacity: .8;
    position: absolute;
}

.home-main-hero h1,
.home-main-hero .lead,
.home-main-hero .hero-supporting-copy {
    color: #fff !important;
}

.home-main-hero h1 {
    letter-spacing: 0;
    max-width: 760px;
}

.home-main-hero .lead {
    color: #d9ecff !important;
}

.home-main-hero .hero-supporting-copy {
    color: #c9d9ed !important;
}

.home-main-hero .container,
.resources-hero .container,
.resource-detail-hero .container,
.analytics-public-hero .container {
    position: relative;
    z-index: 1;
}

.home-main-hero .hero-eyebrow {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: #e6f7ff;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 850;
    gap: .45rem;
    padding: .38rem .7rem;
}

.freshness-dot {
    background: #22c55e;
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, .16);
    display: inline-block;
    height: 8px;
    width: 8px;
}

.hero-supporting-copy {
    color: #40526c;
    font-size: 1.02rem;
}

.hero-trust span {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: #e6f7ff;
    font-size: .86rem;
    font-weight: 750;
    padding: .42rem .7rem;
}

.search-box {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .9);
    box-shadow: 0 28px 70px rgba(7, 26, 51, .16);
}

.hero-search-shell {
    background: #fff;
    border: 1px solid rgba(255,255,255,.92);
    border-radius: 22px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .24);
    color: var(--dch-text);
    padding: 1.15rem;
    position: relative;
    z-index: 1;
}

.hero-search-header {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: .9rem;
}

.hero-search-header span {
    color: var(--dch-primary-dark);
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-search-header strong {
    background: #eafaf8;
    border: 1px solid #bce9e4;
    border-radius: 999px;
    color: #087e8b;
    font-size: .78rem;
    padding: .35rem .6rem;
}

.hero-mini-dashboard {
    display: grid;
    gap: .6rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hero-mini-dashboard a {
    background: linear-gradient(180deg, #f8fbff, #eef6ff);
    border: 1px solid #d7e8fb;
    border-radius: 14px;
    color: inherit;
    display: grid;
    gap: .15rem;
    padding: .75rem;
    text-align: center;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hero-mini-dashboard a:hover,
.hero-mini-dashboard a:focus {
    border-color: #7dd3fc;
    box-shadow: 0 14px 30px rgba(7, 26, 51, .15);
    transform: translateY(-2px);
}

.hero-mini-dashboard strong {
    color: var(--dch-primary-dark);
    font-size: 1.05rem;
}

.hero-mini-dashboard span {
    color: var(--dch-muted);
    font-size: .72rem;
    font-weight: 700;
}

.hero-popular-searches {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    position: relative;
    z-index: 1;
}

.hero-popular-searches span {
    color: #c9d9ed;
    font-weight: 800;
}

.hero-popular-searches a {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    color: #fff;
    font-size: .86rem;
    font-weight: 800;
    padding: .42rem .72rem;
    text-decoration: none;
}

.hero-popular-searches a:hover,
.hero-popular-searches a:focus {
    background: #fff;
    color: var(--dch-primary-dark);
}

.search-box .form-control,
.search-box .form-select,
.dch-search-panel .form-control,
.dch-search-panel .form-select,
.resources-search-card .form-control,
.resources-search-card .form-select {
    border-color: #cfdbec;
    border-radius: 12px;
    min-height: 46px;
}

.search-box .form-control:focus,
.search-box .form-select:focus,
.dch-search-panel .form-control:focus,
.dch-search-panel .form-select:focus,
.resources-search-card .form-control:focus,
.resources-search-card .form-select:focus {
    border-color: var(--dch-accent);
    box-shadow: 0 0 0 .2rem rgba(0, 166, 166, .14);
}

.job-score {
    background: #eef4ff;
    border: 1px solid #c7d7fe;
    border-radius: 12px;
    color: var(--dch-primary-dark);
    display: grid;
    flex: 0 0 auto;
    line-height: 1.05;
    min-width: 82px;
    padding: .55rem .65rem;
    text-align: center;
}

.job-score span {
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.job-score strong {
    font-size: .95rem;
    margin-top: .25rem;
}

.job-score small {
    font-size: .62rem;
    font-weight: 700;
    margin-top: .25rem;
}

.job-score-strong {
    background: #ecfdf3;
    border-color: #a6f4c5;
    color: #067647;
}

.job-score-good {
    background: #eff8ff;
    border-color: #b2ddff;
    color: #175cd3;
}

.job-score-basic {
    background: #fffaeb;
    border-color: #fedf89;
    color: #b54708;
}

.job-score-limited {
    background: #f2f4f7;
    border-color: #d0d5dd;
    color: #475467;
}

.job-score-help {
    border-top: 1px solid #edf1f7;
    color: #7a8699;
    font-size: .7rem;
    line-height: 1.4;
    padding-top: .7rem;
}

.category-tile {
    text-decoration: none;
    color: inherit;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px;
    display: block;
    height: 100%;
}

.category-tile:hover {
    border-color: #93c5fd;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .08);
}

.category-tile-featured {
    min-height: 138px;
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.category-tile-featured strong {
    display: inline-block;
    font-size: 1.1rem;
    margin-top: 20px;
}

.category-number {
    color: #93c5fd;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    position: absolute;
    top: 18px;
}

.category-arrow {
    color: var(--dch-primary);
    font-size: 1.4rem;
    position: absolute;
    right: 22px;
    top: 50%;
    transition: transform .2s ease;
}

.category-tile-featured:hover .category-arrow {
    transform: translateX(4px);
}

.career-resources-section {
    background: linear-gradient(135deg, #f8fbff, #eef4ff);
    border: 1px solid #dbe7fb;
    border-radius: 22px;
    padding: 1.5rem;
}

.premium-services-section {
    background:
        radial-gradient(circle at 100% 0, rgba(0, 166, 166, .12), transparent 25%),
        linear-gradient(135deg, #ffffff, #f3f8ff 52%, #effdf7);
    border: 1px solid #dbe7fb;
    border-radius: 18px;
    box-shadow: 0 22px 54px rgba(11, 31, 58, .1);
    padding: 1.35rem;
}

.premium-services-hero {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.premium-service-card {
    background: linear-gradient(180deg, #fff, #f8fbff);
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    display: grid;
    gap: .5rem;
    height: 100%;
    padding: 1rem;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.premium-service-card:hover {
    border-color: #93c5fd;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .09);
    transform: translateY(-3px);
}

.premium-service-card span {
    color: var(--dch-accent);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.premium-service-card strong {
    color: var(--dch-navy);
    font-size: 1.02rem;
}

.premium-service-card small {
    color: var(--dch-muted);
    line-height: 1.45;
}

.resources-hero {
    background:
        radial-gradient(circle at 85% 12%, rgba(124, 58, 237, .16), transparent 28%),
        radial-gradient(circle at 12% 18%, rgba(0, 166, 166, .16), transparent 26%),
        linear-gradient(135deg, #eaf3ff, #ffffff 54%, #eefdf8);
    border-bottom: 1px solid var(--dch-border);
    overflow: hidden;
    position: relative;
}

.resources-search-card {
    background: rgba(255, 255, 255, .96);
    border: 1px solid #dbe7fb;
    border-radius: 16px;
    box-shadow: var(--dch-shadow-strong);
    padding: 1.25rem;
}

.resources-search-card small {
    color: var(--dch-muted);
    display: block;
    font-size: .8rem;
    margin-top: .5rem;
}

.pillar-card,
.resource-index-card,
.related-resource-card {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .07);
    color: inherit;
    display: block;
    padding: 1.25rem;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.resource-card-icon {
    align-items: center;
    background: linear-gradient(135deg, #123a6f, #087e8b);
    border-radius: 12px;
    color: #fff;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 900;
    height: 40px;
    justify-content: center;
    margin-bottom: .8rem;
    min-width: 42px;
    padding: 0 .55rem;
}

.resource-featured-card {
    border-color: #cbdff7;
}

.resource-start-card,
.resource-side-panel {
    background: linear-gradient(180deg, #fff, #f8fbff);
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    color: inherit;
    display: block;
    padding: 1rem;
    text-decoration: none;
}

.resource-side-panel {
    box-shadow: 0 18px 42px rgba(15, 23, 42, .1);
    padding: 1.15rem;
}

.resource-start-card span,
.resource-start-card strong,
.resource-start-card small,
.resource-recent-list strong,
.resource-recent-list span {
    display: block;
}

.resource-start-card span {
    color: var(--dch-primary);
    font-size: .74rem;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.resource-start-card {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.resource-start-card:hover,
.resource-start-card:focus,
.resource-index-card:hover,
.related-resource-card:hover {
    border-color: #9cc7ff;
    box-shadow: 0 24px 56px rgba(7, 26, 51, .13);
    transform: translateY(-4px);
}

.resource-start-card strong {
    font-size: 1.02rem;
}

.resource-card-meta {
    align-items: center;
    background: #f1f7ff;
    border: 1px solid #d7e8fb;
    border-radius: 999px;
    color: #35506f !important;
    display: inline-flex;
    font-size: .76rem !important;
    gap: .35rem;
    padding: .32rem .55rem;
}

.resource-category-badge,
.resource-pillar-badge {
    border: 1px solid transparent;
}

.resource-category-badge {
    background: #eaf4ff !important;
    border-color: #cde4ff;
    color: #0b3b8c !important;
}

.resource-pillar-badge {
    background: #f2ecff !important;
    border-color: #ddd0ff;
    color: #5b21b6 !important;
}

.quick-paths {
    background: linear-gradient(135deg, #071a33, #0a3573 55%, #087e8b);
    border-radius: 18px;
    color: #fff;
    padding: 1.35rem !important;
}

.quick-paths .text-muted {
    color: #c8d8ec !important;
}

.quick-path-link {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 12px;
    color: #fff;
    display: flex;
    font-weight: 800;
    justify-content: space-between;
    min-height: 56px;
    padding: .8rem .9rem;
    text-decoration: none;
}

.quick-path-link:hover,
.quick-path-link:focus {
    background: #fff;
    color: var(--dch-primary-dark);
}

.latest-resources-section,
.opportunity-explorer-section,
.why-strip {
    background: rgba(255, 255, 255, .88);
    border: 1px solid #dbe7fb;
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(7, 26, 51, .08);
    padding: 1.4rem;
}

.home-resource-card {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid #dbe7fb;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .06);
}

.home-resource-card:hover,
.home-resource-card:focus {
    border-color: #9cc7ff;
    box-shadow: 0 20px 48px rgba(7, 26, 51, .13);
}

.opportunity-control-card,
.home-country-picker,
.return-note {
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(7, 26, 51, .08);
}

.opportunity-control-card {
    display: grid;
    gap: .85rem;
    min-width: min(100%, 360px);
    padding: 1rem;
}

.opportunity-control-card label {
    color: #40526c;
    font-size: .78rem;
    font-weight: 850;
    margin-bottom: .25rem;
}

.opportunity-control-links {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.return-note {
    display: grid;
    gap: .25rem;
    padding: 1rem;
}

.return-note strong {
    color: var(--dch-navy);
}

.return-note span {
    color: var(--dch-muted);
}

.why-strip {
    overflow: hidden;
    padding: 0;
}

.why-strip-item {
    height: 100%;
    padding: 1.15rem;
}

.why-strip-item strong,
.why-strip-item span {
    display: block;
}

.why-strip-item strong {
    color: var(--dch-navy);
}

.why-strip-item span {
    color: var(--dch-muted);
}

.company-card {
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .06);
}

.resource-start-card strong {
    color: var(--dch-navy);
    margin: .45rem 0;
}

.resource-start-card small,
.resource-recent-list span {
    color: var(--dch-muted);
}

.resource-recent-list {
    display: grid;
    gap: 0;
    list-style: none;
    margin: .75rem 0 0;
    padding: 0;
}

.resource-recent-list li {
    border-top: 1px solid #e5eaf2;
}

.resource-recent-list li:first-child {
    border-top: 0;
}

.resource-recent-list a {
    color: inherit;
    display: block;
    padding: .85rem 0;
    text-decoration: none;
}

.resource-recent-list a:hover strong,
.resource-recent-list a:focus strong {
    color: var(--dch-primary);
}

.resource-no-results {
    background: #fff8e7;
    border: 1px solid #f3ce79;
    border-radius: 8px;
    color: #713f12;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding: 1rem;
}

.pillar-card {
    background: #fff;
    border-color: #cbdff7;
}

.pillar-card:hover,
.resource-index-card:hover,
.related-resource-card:hover {
    border-color: var(--dch-primary);
    box-shadow: 0 18px 34px rgba(23, 92, 211, .12);
    transform: translateY(-3px);
}

.pillar-card span,
.resource-category-badge,
.resource-pillar-badge,
.related-resource-card span {
    border-radius: 999px;
    display: inline-flex;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .055em;
    padding: .32rem .55rem;
    text-transform: uppercase;
}

.pillar-card span,
.resource-category-badge,
.related-resource-card span {
    background: #eff6ff;
    color: var(--dch-primary-dark);
}

.resource-pillar-badge {
    background: #eef8f9;
    color: #075e67;
    margin-left: .35rem;
}

.pillar-card h3 a,
.resource-index-card h3 a {
    color: var(--dch-navy);
    text-decoration: none;
}

.pillar-card p,
.resource-index-card p {
    color: var(--dch-muted);
    font-size: .94rem;
    margin: .75rem 0;
}

.resource-card-meta {
    color: #667085;
    font-size: .82rem;
    font-weight: 600;
}

.resources-category-nav {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .8rem;
}

.resources-category-nav a {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #344054;
    font-size: .86rem;
    font-weight: 700;
    padding: .4rem .7rem;
    text-decoration: none;
}

.resources-category-nav a:hover {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: var(--dch-primary-dark);
}

.resource-category-section {
    scroll-margin-top: 90px;
}

.resource-cta-block {
    background: linear-gradient(135deg, var(--dch-navy), var(--dch-primary-dark));
    border-radius: 22px;
    color: #fff;
    padding: 1.5rem;
}

.resource-cta-block p {
    color: #dbeafe;
}

.resource-cta-block .btn-outline-primary {
    border-color: rgba(255,255,255,.65);
    color: #fff;
}

.resource-cta-block .btn-outline-primary:hover {
    background: #fff;
    color: var(--dch-primary-dark);
}

/* Data Career Resources coaching hub */
.career-resource-hub {
    color: var(--dch-text);
    overflow-x: hidden;
}

.resource-hub-nav {
    background: #fff;
    border-bottom: 1px solid var(--dch-border);
    border-top: 1px solid var(--dch-border);
    position: sticky;
    top: 70px;
    z-index: 20;
}

.resource-hub-nav a {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    color: var(--dch-navy);
    flex: 0 0 auto;
    font-size: .86rem;
    font-weight: 700;
    padding: .45rem .72rem;
    text-decoration: none;
}

.resource-hub-nav a:hover,
.resource-hub-nav a:focus {
    background: #eef6ff;
    border-color: var(--dch-primary);
    color: var(--dch-primary-dark);
}

.resource-hub-band {
    scroll-margin-top: 140px;
}

.resource-hub-band-muted {
    background: #f6f8fb;
    border-bottom: 1px solid #e3e8ef;
    border-top: 1px solid #e3e8ef;
}

.resource-section-intro {
    color: var(--dch-muted);
    font-size: 1.08rem;
    max-width: 860px;
}

.resource-coach-note,
.resource-warning {
    background: #eff8ff;
    border: 1px solid #b9dcff;
    border-left: 5px solid var(--dch-primary);
    border-radius: 6px;
    padding: 1rem 1.1rem;
}

.resource-coach-note strong,
.resource-warning strong {
    color: var(--dch-navy);
    display: block;
    margin-bottom: .3rem;
}

.resource-warning {
    background: #fff8e7;
    border-color: #f3ce79;
    border-left-color: #d97706;
}

.resource-coaching-card,
.resource-keyword-group,
.resource-question-panel,
.resource-checklist,
.resource-project-ideas,
.resource-project-template,
.resource-roadmap {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    padding: 1.15rem;
}

.resource-example-list,
.resource-check-list,
.resource-numbered-list {
    display: grid;
    gap: .65rem;
    padding-left: 1.3rem;
}

.resource-checklist {
    display: grid;
    gap: .65rem;
}

.resource-checklist h3 {
    margin-bottom: .35rem;
}

.resource-checklist > div {
    align-items: flex-start;
    display: flex;
    gap: .65rem;
}

.resource-checklist > div span {
    align-items: center;
    background: #dcfce7;
    border-radius: 50%;
    color: #166534;
    display: inline-flex;
    flex: 0 0 24px;
    font-size: .78rem;
    font-weight: 900;
    height: 24px;
    justify-content: center;
}

.resource-keyword-group h3 {
    color: var(--dch-navy);
    margin-bottom: .8rem;
}

.resource-keyword-group span,
.resource-skill-chip,
.resource-topic-tag {
    background: #eaf2ff;
    border: 1px solid #c8dcff;
    border-radius: 999px;
    color: #164e9b;
    display: inline-block;
    font-size: .78rem;
    font-weight: 700;
    padding: .32rem .58rem;
}

.resource-topic-tag-green {
    background: #e8f8ef;
    border-color: #b9e4ca;
    color: #166534;
}

.resource-question-panel details,
.resource-faq details {
    border-top: 1px solid #e2e8f0;
    padding: .85rem 0;
}

.resource-question-panel details:first-of-type,
.resource-faq details:first-child {
    margin-top: 1rem;
}

.resource-question-panel summary,
.resource-faq summary {
    color: var(--dch-navy);
    cursor: pointer;
    font-weight: 750;
}

.resource-question-panel details p,
.resource-faq details p {
    color: var(--dch-muted);
    margin: .65rem 0 0;
}

.resource-question-panel pre {
    background: #0f172a;
    border-radius: 6px;
    color: #e2e8f0;
    font-size: .82rem;
    margin: .75rem 0 0;
    overflow-x: auto;
    padding: .85rem;
}

.resource-project-ideas,
.resource-roadmap ol {
    display: grid;
    gap: .65rem;
}

.resource-project-ideas > div {
    border-bottom: 1px solid #e2e8f0;
    font-weight: 650;
    padding-bottom: .6rem;
}

.resource-project-template dt {
    color: var(--dch-navy);
    font-weight: 800;
}

.resource-project-template dd {
    color: var(--dch-muted);
    margin-bottom: .75rem;
}

.resource-roadmap ol {
    counter-reset: roadmap;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.resource-roadmap li {
    align-items: center;
    display: flex;
    gap: .7rem;
}

.resource-roadmap li::before {
    align-items: center;
    background: var(--dch-primary);
    border-radius: 50%;
    color: #fff;
    content: counter(roadmap);
    counter-increment: roadmap;
    display: inline-flex;
    flex: 0 0 27px;
    font-size: .75rem;
    font-weight: 800;
    height: 27px;
    justify-content: center;
}

.resource-reference {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    color: var(--dch-text);
    display: block;
    padding: 1rem;
    text-decoration: none;
}

.resource-reference strong,
.resource-reference span,
.resource-reference small {
    display: block;
}

.resource-reference strong {
    color: var(--dch-primary-dark);
}

.resource-reference span {
    margin: .35rem 0 .6rem;
}

.resource-reference small {
    color: var(--dch-primary);
    font-weight: 700;
}

.resource-reference:hover,
.resource-reference:focus {
    border-color: var(--dch-primary);
    box-shadow: 0 8px 20px rgba(23, 92, 211, .1);
}

.resource-faq {
    max-width: 900px;
}

.resource-hub-band-cta {
    background: var(--dch-navy);
    color: #fff;
}

@media (max-width: 991.98px) {
    .resource-hub-nav {
        position: static;
    }
}

.resource-article {
    font-size: 1.04rem;
    line-height: 1.75;
}

.resource-detail-page {
    overflow-x: hidden;
}

.resource-detail-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(124, 58, 237, .17), transparent 30%),
        radial-gradient(circle at 12% 16%, rgba(0, 166, 166, .16), transparent 28%),
        linear-gradient(135deg, #eaf3ff, #fff 62%, #eefdf8);
    border-bottom: 1px solid var(--dch-border);
    overflow: hidden;
    position: relative;
}

.resource-difficulty-badge {
    background: #fff7ed;
    border-radius: 999px;
    color: #9a3412;
    display: inline-flex;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .055em;
    padding: .32rem .55rem;
    text-transform: uppercase;
}

.resource-hero-facts {
    background: rgba(255,255,255,.96);
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    box-shadow: var(--dch-shadow-strong);
    display: grid;
    gap: .75rem;
    padding: 1rem;
}

.resource-hero-facts div {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: .75rem;
}

.resource-hero-facts div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.resource-hero-facts strong,
.resource-hero-facts span {
    display: block;
}

.resource-hero-facts span {
    color: var(--dch-muted);
    font-size: .85rem;
}

.resource-section-subheading {
    color: var(--dch-primary-dark);
    font-weight: 700;
}

.resource-detail-list {
    display: grid;
    gap: .55rem;
    padding-left: 1.3rem;
}

.resource-exercise-card,
.resource-sidebar-panel {
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    padding: 1rem;
}

.resource-exercise-card span {
    color: var(--dch-primary);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.resource-article-header {
    border-bottom: 1px solid #e4e7ec;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.resource-toc {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid #dbeafe;
    border-radius: 14px;
    padding: 1.15rem 1.25rem;
}

.resource-toc ol {
    columns: 2;
    margin: .75rem 0 0;
    padding-left: 1.25rem;
}

.resource-toc a {
    color: var(--dch-primary-dark);
    font-weight: 600;
    text-decoration: none;
}

.resource-article-section {
    margin-top: 2rem;
    scroll-margin-top: 95px;
}

.resource-article-section h2 {
    color: var(--dch-navy);
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -.02em;
    margin-bottom: .65rem;
}

.related-resource-card {
    height: 100%;
}

.related-resource-card strong,
.related-resource-card small {
    display: block;
}

.related-resource-card strong {
    color: var(--dch-navy);
    font-size: 1rem;
    margin-top: .75rem;
}

.related-resource-card small {
    color: var(--dch-muted);
    margin-top: .35rem;
}

.resource-sidebar {
    display: grid;
    gap: 1rem;
}

.resource-sidebar > div:first-of-type,
.resource-sidebar {
    background: #fff;
}

.resource-sidebar {
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    box-shadow: var(--dch-shadow);
    padding: 1.25rem;
}

.resource-sidebar a {
    color: var(--dch-primary-dark);
    font-weight: 700;
    text-decoration: none;
}

.latest-resources-section {
    background: linear-gradient(135deg, #fff, #f7fbff);
    border: 1px solid #dbe7fb;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(11, 31, 58, .06);
    padding: 1.5rem;
}

.resource-home-card span,
.resource-home-card small {
    display: block;
}

.resource-home-card span {
    color: var(--dch-primary);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    margin-bottom: .55rem;
    text-transform: uppercase;
}

.resource-home-card small {
    color: var(--dch-muted);
    margin-top: .55rem;
}

.home-new-grad-section {
    background: linear-gradient(145deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #d7e4f5;
    border-radius: 22px;
    box-shadow: 0 14px 36px rgba(11, 31, 58, .07);
    padding: 1.5rem;
}

/* =========================================================
   Homepage country selector
   Supports both:
   - old markup: .country-filter-form
   - new helper markup: .home-country-picker
   ========================================================= */

.section-country-actions,
.section-country-actions-redesigned {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: .7rem;
    width: min(100%, 430px);
}

.country-filter-form,
.home-country-picker {
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(255, 214, 10, .48), transparent 34%),
        linear-gradient(135deg, #eff6ff 0%, #eef2ff 45%, #faf5ff 100%);
    border: 2px solid rgba(23, 92, 211, .42);
    border-left: 7px solid #f59e0b;
    border-radius: 20px;
    box-shadow:
        0 18px 38px rgba(23, 92, 211, .18),
        0 5px 14px rgba(11, 31, 58, .08);
    gap: .8rem;
    padding: .9rem;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.country-filter-form {
    display: grid;
    grid-template-columns: 48px minmax(125px, 1fr) minmax(180px, 1.25fr);
}

.home-country-picker {
    display: flex;
    max-width: 430px;
}

.country-filter-form::before,
.home-country-picker::before {
    background: linear-gradient(135deg, #facc15 0%, #fb923c 100%);
    border-bottom-left-radius: 14px;
    color: #422006;
    content: "Choose country";
    font-size: .63rem;
    font-weight: 900;
    letter-spacing: .055em;
    padding: .26rem .68rem;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

.country-filter-form:hover,
.home-country-picker:hover {
    border-color: rgba(37, 99, 235, .62);
    box-shadow:
        0 22px 44px rgba(23, 92, 211, .22),
        0 6px 16px rgba(11, 31, 58, .10);
}

.country-filter-copy,
.home-country-picker__body {
    min-width: 0;
}

.country-filter-copy {
    display: grid;
    line-height: 1.25;
    padding-top: .2rem;
}

.home-country-picker__body {
    flex: 1;
    padding-top: .2rem;
}

.country-filter-copy label,
.home-country-picker__header label {
    color: #172554;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .045em;
    margin: 0;
    text-transform: uppercase;
}

.country-filter-copy small,
.home-country-picker__body p {
    color: #475569;
    font-size: .69rem;
    font-weight: 700;
}

.country-filter-copy small {
    margin-top: .14rem;
}

.home-country-picker__body p {
    margin: 0 0 .55rem;
}

.home-country-picker__header {
    align-items: center;
    display: flex;
    gap: .65rem;
    justify-content: space-between;
    margin-bottom: .25rem;
}

.home-country-picker__header span {
    background: #fef3c7;
    border: 1px solid rgba(251, 146, 60, .45);
    border-radius: 999px;
    color: #92400e;
    font-size: .69rem;
    font-weight: 900;
    max-width: 160px;
    overflow: hidden;
    padding: .2rem .55rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.country-filter-icon,
.home-country-picker__icon {
    align-items: center;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 15px;
    box-shadow: 0 11px 24px rgba(37, 99, 235, .34);
    color: #ffffff;
    display: flex;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.home-country-picker__icon {
    flex: 0 0 46px;
}

.country-filter-icon svg,
.home-country-picker__icon svg {
    fill: none;
    height: 25px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
    width: 25px;
}

.home-country-picker__control {
    align-items: center;
    display: flex;
    gap: .5rem;
}

.country-filter-form select,
.home-country-picker__control .form-select {
    background-color: #ffffff;
    border: 2px solid rgba(37, 99, 235, .5);
    border-radius: 14px;
    box-shadow: 0 9px 20px rgba(37, 99, 235, .12);
    color: #172554;
    cursor: pointer;
    font-size: .89rem;
    font-weight: 900;
    min-height: 46px;
    padding-bottom: .42rem;
    padding-top: .42rem;
}

.country-filter-form select:hover,
.home-country-picker__control .form-select:hover {
    border-color: #2563eb;
    box-shadow: 0 11px 25px rgba(37, 99, 235, .19);
}

.country-filter-form select:focus,
.home-country-picker__control .form-select:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 .22rem rgba(124, 58, 237, .18);
}

.home-country-picker__reset {
    background: #fff7ed;
    border: 1px solid rgba(251, 146, 60, .45);
    border-radius: 12px;
    color: #c2410c;
    flex: 0 0 auto;
    font-size: .78rem;
    font-weight: 900;
    padding: .62rem .72rem;
    text-decoration: none;
}

.home-country-picker__reset:hover {
    background: #fed7aa;
    color: #7c2d12;
}

.section-view-link {
    color: #2563eb;
    font-weight: 900;
    text-decoration: none;
}

.section-view-link:hover {
    color: #7c3aed;
    text-decoration: underline;
}

.home-country-select {
    background-color: #eff6ff;
    border-color: #93c5fd;
    color: var(--dch-primary-dark);
    font-weight: 700;
}

.country-search-field {
    background: linear-gradient(145deg, #eff6ff, #ecfdf5);
    border: 1px solid #93c5fd;
    border-radius: 12px;
    padding: .35rem;
}

.country-search-field label {
    color: var(--dch-primary-dark);
    display: block;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .06em;
    margin: 0 .35rem .2rem;
    text-transform: uppercase;
}

.country-search-field .form-select {
    border: 0;
    color: var(--dch-navy);
    font-weight: 700;
    padding-bottom: .35rem;
    padding-top: .35rem;
}

.country-context {
    color: #047857;
    font-size: .86rem;
    font-weight: 700;
    margin-top: .55rem;
}

.home-resource-card,
.resource-card {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .04);
    color: inherit;
    display: block;
    padding: 1.25rem;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-resource-card {
    height: 100%;
}

.home-resource-card:hover,
.resource-card:hover {
    border-color: #84adff;
    box-shadow: 0 16px 32px rgba(23, 92, 211, .09);
    transform: translateY(-2px);
}

.home-resource-card strong,
.home-resource-card span,
.home-resource-card small {
    display: block;
}

.home-resource-card strong {
    color: #101828;
}

.home-resource-card span {
    color: #667085;
    font-size: .84rem;
    margin: .45rem 0 .9rem;
}

.home-resource-card small {
    color: var(--dch-primary);
    font-weight: 700;
}

.resource-card a {
    text-decoration: none;
}

.resource-status {
    background: #f2f4f7;
    border-radius: 999px;
    color: #475467;
    display: inline-block;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .05em;
    margin-bottom: 1rem;
    padding: .35rem .65rem;
    text-transform: uppercase;
}

.career-safety-note,
.career-general-disclaimer {
    border-left: 4px solid #175cd3 !important;
    color: #475467;
}

.career-general-disclaimer {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1rem 1.25rem;
}

.toolkit-intro-panel {
    background: linear-gradient(135deg, #fff, #eef7ff 58%, #f4f1ff);
    border: 1px solid #cfe1ff;
    border-radius: 18px;
    box-shadow: 0 22px 54px rgba(23, 92, 211, .11);
    padding: 1.25rem;
}

.toolkit-intro-main,
.toolkit-request-card {
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(148, 163, 184, .26);
    border-radius: 14px;
    padding: 1.35rem;
}

.toolkit-intro-main .section-kicker {
    margin-bottom: .8rem;
}

.toolkit-intro-lead {
    color: #344054;
    font-size: 1.02rem;
    margin-bottom: 1.1rem;
    max-width: 62rem;
}

.toolkit-feature-list {
    display: grid;
    gap: .8rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 1.1rem 0;
    padding: 0;
}

.toolkit-feature-list li {
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: 10px;
    color: #475467;
    font-size: .91rem;
    line-height: 1.45;
    padding: .9rem;
}

.toolkit-feature-list strong {
    color: var(--dch-primary-dark);
    font-weight: 850;
}

.toolkit-process-list {
    counter-reset: toolkit-process;
    display: grid;
    gap: .6rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.toolkit-process-list li {
    align-items: center;
    background: #0b1f3a;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: .84rem;
    font-weight: 750;
    gap: .55rem;
    line-height: 1.35;
    min-height: 56px;
    padding: .65rem .75rem;
}

.toolkit-process-list li::before {
    align-items: center;
    background: #14b8a6;
    border-radius: 999px;
    color: #052e2b;
    content: counter(toolkit-process);
    counter-increment: toolkit-process;
    display: inline-flex;
    flex: 0 0 1.45rem;
    font-size: .78rem;
    font-weight: 950;
    height: 1.45rem;
    justify-content: center;
    width: 1.45rem;
}

.toolkit-request-card {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.toolkit-request-card p,
.toolkit-request-card small {
    color: #475467;
}

.toolkit-request-card small {
    border-top: 1px solid #e5edf7;
    display: block;
    font-size: .78rem;
    padding-top: .75rem;
}

.toolkit-trust-panel {
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(7, 26, 51, .07);
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    padding: 1.35rem;
}

.toolkit-trust-panel p {
    color: #475467;
}

.toolkit-trust-copy {
    border-left: 5px solid #14b8a6;
    padding-left: 1rem;
}

.toolkit-trust-list {
    display: grid;
    gap: .65rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.toolkit-trust-list li {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    color: #475467;
    font-size: .9rem;
    line-height: 1.45;
    padding: .75rem .85rem;
}

.toolkit-trust-list strong {
    color: #0f766e;
    font-weight: 850;
}

@media (max-width: 767.98px) {
    .toolkit-feature-list,
    .toolkit-process-list,
    .toolkit-trust-panel {
        grid-template-columns: 1fr;
    }
}

.guide-checklist {
    display: grid;
    gap: .55rem;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
}

.guide-checklist li::marker {
    color: var(--dch-success);
}

.guide-toc {
    background: #fff;
    border: 1px solid #d7e4f5;
    border-radius: 16px;
    padding: 1.15rem;
}

.guide-toc > strong {
    color: var(--dch-navy);
    display: block;
    margin-bottom: .75rem;
}

.guide-toc > div {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.guide-toc a {
    background: #eef4ff;
    border-radius: 999px;
    color: var(--dch-primary-dark);
    font-size: .8rem;
    font-weight: 600;
    padding: .4rem .65rem;
    text-decoration: none;
}

.guide-toc a:hover {
    background: #dce9ff;
    color: var(--dch-primary);
}

.guide-topic {
    scroll-margin-top: 100px;
}

.guide-code {
    background: #0b1f3a;
    border: 1px solid #17375f;
    border-radius: 14px;
    color: #e5edf8;
    font-size: .86rem;
    line-height: 1.65;
    overflow-x: auto;
    padding: 1rem 1.15rem;
    white-space: pre;
}

.guide-code code {
    color: inherit;
}

.guide-job-links {
    background: linear-gradient(135deg, #f8fbff, #eef5ff);
    border: 1px solid #d7e4f5;
    border-radius: 18px;
    padding: 1.35rem;
}

.hero-eyebrow,
.freshness-label {
    align-items: center;
    color: #047857;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    gap: .45rem;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.freshness-label {
    background: #ecfdf5;
    border-radius: 999px;
    padding: .35rem .6rem;
}

.freshness-dot {
    animation: freshness-pulse 2s infinite;
    background: #10b981;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin-right: .35rem;
    width: 8px;
}

@keyframes freshness-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, .18);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }
}

.hero-trust {
    color: #475569;
    font-size: .88rem;
    font-weight: 600;
}

.hero-supporting-copy {
    color: #344054;
    font-size: .96rem;
    font-weight: 600;
}

.hero-trust span::before {
    color: #10b981;
    content: "✓";
    margin-right: .35rem;
}

.hero-activity-card {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 24px;
    box-shadow: 0 24px 55px rgba(30, 64, 175, .13);
    padding: 2rem;
}

.activity-number {
    color: var(--dch-primary);
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: -.06em;
    line-height: 1;
    margin-top: 1.25rem;
}

.activity-row {
    border-top: 1px solid #e2e8f0;
    display: flex;
    font-size: .85rem;
    justify-content: space-between;
    padding: .8rem 0;
}

.section-kicker {
    color: var(--dch-primary);
    display: inline-block;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .09em;
    margin-bottom: .5rem;
    text-transform: uppercase;
}

.platform-update {
    background: #ecfdf5;
    border-radius: 999px;
    color: #047857;
    display: inline-block;
    font-size: .8rem;
    margin-bottom: .35rem;
    padding: .45rem .75rem;
}

.newsletter-panel {
    background: linear-gradient(135deg, #eff6ff, #fff 52%, #f5f3ff);
    border: 1px solid #dbeafe !important;
}

.newsletter-panel-compact {
    background: linear-gradient(155deg, var(--dch-navy), var(--dch-primary-dark));
    color: #fff;
}

.newsletter-panel-compact .section-kicker,
.newsletter-panel-compact .text-muted,
.newsletter-panel-compact .form-label {
    color: #dbeafe !important;
}

.newsletter-panel-compact .btn-primary {
    background: #fff;
    border-color: #fff;
    color: #1d4ed8;
    font-weight: 700;
}

.return-note {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 16px;
    color: #065f46;
    display: grid;
    gap: .25rem;
    padding: 1rem;
}

.return-note span {
    font-size: .85rem;
}

.new-jobs-banner {
    align-items: center;
    background: linear-gradient(110deg, #ecfdf3, #f0f9ff);
    border: 1px solid #a6f4c5;
    border-radius: 16px;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.new-jobs-banner div {
    display: grid;
}

.new-jobs-banner span {
    color: #475467;
    font-size: .82rem;
}

.latest-jobs-section,
.opportunity-explorer-section {
    background: var(--dch-surface);
    border: 1px solid var(--dch-border);
    border-radius: 24px;
    box-shadow: 0 14px 38px rgba(11, 31, 58, .07);
    padding: 1.5rem;
}

.opportunity-control-card {
    background:
        radial-gradient(circle at top left, rgba(16, 185, 129, .18), transparent 34%),
        linear-gradient(135deg, #f8fbff, #eef6ff);
    border: 1px solid #c7d7fe;
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(23, 92, 211, .11);
    display: grid;
    gap: .75rem;
    padding: 1rem;
    width: min(100%, 430px);
}

.opportunity-control-card label {
    color: #172554;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: .3rem;
    text-transform: uppercase;
}

.opportunity-control-card .form-select {
    border-color: #bfdbfe;
    border-radius: 14px;
    color: #172554;
    font-weight: 800;
    min-height: 45px;
}

.opportunity-control-links {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    justify-content: space-between;
}

.opportunity-control-links a {
    color: #175cd3;
    font-size: .9rem;
    font-weight: 900;
    text-decoration: none;
}

.opportunity-control-links a:hover {
    text-decoration: underline;
}

.quick-paths {
    background: #eaf2fc;
    border: 1px solid #cbdcf2;
    border-radius: 20px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.quick-path-link {
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    color: #1e293b;
    display: flex;
    font-size: .88rem;
    font-weight: 700;
    height: 100%;
    justify-content: space-between;
    padding: .85rem;
    text-decoration: none;
}

.quick-path-link:hover {
    border-color: #93c5fd;
    color: #1d4ed8;
}

.why-strip {
    background: var(--dch-navy);
    border: 1px solid var(--dch-navy);
    border-radius: 18px;
    color: #fff;
    overflow: hidden;
}

.why-strip-item {
    display: grid;
    gap: .25rem;
    height: 100%;
    padding: 1.25rem;
}

.why-strip-item span {
    color: #c9d5e7;
    font-size: .85rem;
}

.why-strip .col-md-4 + .col-md-4 {
    border-left: 1px solid rgba(255,255,255,.15);
}

.page-hero-dark {
    background: linear-gradient(120deg, var(--dch-navy), #123f68 62%, var(--dch-teal));
    color: #fff;
}

.page-hero-dark .lead {
    color: #d7e4f2;
    max-width: 800px;
}

.public-page-hero {
    background:
        radial-gradient(circle at 82% 14%, rgba(245, 158, 11, .22), transparent 24%),
        radial-gradient(circle at 14% 18%, rgba(0, 166, 166, .28), transparent 28%),
        linear-gradient(128deg, #071a33 0%, #0a3573 52%, #087e8b 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.public-page-hero::after {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .1) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .1) 1px, transparent 1px);
    background-size: 44px 44px;
    content: "";
    inset: 0;
    opacity: .24;
    pointer-events: none;
    position: absolute;
}

.public-page-hero .container {
    position: relative;
    z-index: 1;
}

.public-page-hero h1,
.public-page-hero .lead {
    color: #fff;
}

.public-page-hero .section-kicker {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: #b8fff4;
    display: inline-flex;
    padding: .4rem .7rem;
}

.public-hero-stat-card {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 16px;
    box-shadow: 0 24px 58px rgba(2, 8, 23, .24);
    color: var(--dch-navy);
    display: grid;
    gap: .35rem;
    padding: 1rem;
}

.public-hero-stat-card strong {
    color: var(--dch-primary-dark);
    font-size: 1.35rem;
    font-weight: 950;
}

.public-hero-stat-card span,
.public-hero-fact-list dd,
.public-hero-fact-list dt {
    color: #334155;
}

.public-hero-stat-card a {
    color: var(--dch-primary);
    font-weight: 850;
    text-decoration: none;
}

.public-hero-stat-card a:hover,
.public-hero-stat-card a:focus {
    color: var(--dch-primary-dark);
    text-decoration: underline;
}

.legal-content-card {
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(7, 26, 51, .08);
    display: grid;
    gap: 0;
    overflow: hidden;
}

.legal-section {
    border-top: 1px solid #e5edf7;
    padding: 1.35rem 1.5rem;
}

.legal-section:first-child {
    border-top: 0;
}

.legal-section h2 {
    color: var(--dch-primary-dark);
    font-size: 1.08rem;
    font-weight: 900;
    margin-bottom: .55rem;
}

.legal-section p,
.legal-section li {
    color: #334155;
    line-height: 1.65;
}

.legal-section ul {
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.legal-page-hero .public-hero-stat-card dt {
    font-weight: 900;
}

.legal-rich-text h1 {
    color: var(--dch-navy);
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    font-weight: 950;
    margin-bottom: 1rem;
}

.legal-rich-text h2 {
    margin-top: 1.45rem;
}

.legal-rich-text h3 {
    color: var(--dch-navy);
    font-size: 1rem;
    font-weight: 850;
    margin-top: 1rem;
}

.legal-rich-text p:last-child,
.legal-rich-text ul:last-child {
    margin-bottom: 0;
}

.section-kicker-light {
    color: #8ce5df;
}

.sponsorship-disclaimer {
    background: #fff8e8;
    border: 1px solid #f2d58a;
    color: #694b00;
}

.sponsorship-company-card {
    background: #fff;
    border: 1px solid var(--dch-border);
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(11, 31, 58, .06);
    padding: 1.5rem;
}

.sponsorship-company-card h2 a {
    color: var(--dch-navy);
    text-decoration: none;
}

.company-industry {
    color: var(--dch-teal);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.open-jobs-count {
    background: #eef4ff;
    border-radius: 999px;
    color: var(--dch-primary-dark);
    font-size: .75rem;
    font-weight: 700;
    padding: .45rem .7rem;
    white-space: nowrap;
}

.sponsorship-badge {
    border-radius: 999px;
    display: inline-block;
    font-size: .72rem;
    font-weight: 800;
    padding: .42rem .68rem;
}

.sponsorship-opt {
    background: #e7f8f1;
    color: #067647;
}

.sponsorship-stem {
    background: #e8f6f8;
    color: #086c78;
}

.sponsorship-h1b {
    background: #eef4ff;
    color: #1849a9;
}

.company-openings {
    border-top: 1px solid var(--dch-border);
    display: grid;
    gap: .55rem;
    padding-top: 1rem;
}

.company-openings strong {
    color: #667085;
    letter-spacing: .06em;
}

.company-openings a {
    color: var(--dch-navy);
    display: flex;
    font-size: .9rem;
    font-weight: 600;
    justify-content: space-between;
    text-decoration: none;
}

.company-openings a:hover {
    color: var(--dch-primary);
}

.benefit-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 2rem;
}

.benefit-icon {
    align-items: center;
    background: #eff6ff;
    border-radius: 14px;
    color: #1d4ed8;
    display: flex;
    font-weight: 800;
    height: 44px;
    justify-content: center;
    margin-bottom: 1.25rem;
    width: 44px;
}

.empty-state {
    padding: 2rem;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    background: #fff;
    color: var(--dch-muted);
    text-align: center;
}

.job-description {
    line-height: 1.7;
    overflow-wrap: anywhere;
}

footer a {
    color: #475569;
}

footer {
    background: #eaf0f7 !important;
    border-color: #cad5e3 !important;
}

.admin-body {
    background: #f5f7fb;
}

.admin-shell {
    display: flex;
    min-height: 100vh;
}

.admin-sidebar {
    background: linear-gradient(180deg, #0b1f3a 0%, #102a4d 62%, #0b1f3a 100%);
    color: #fff;
    display: flex;
    flex: 0 0 248px;
    flex-direction: column;
    min-height: 100vh;
    padding: 1.4rem 1rem;
    position: sticky;
    top: 0;
}

.admin-brand {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-weight: 800;
    gap: .7rem;
    margin: 0 .45rem 1.6rem;
    text-decoration: none;
}

.admin-brand:hover {
    color: #fff;
}

.admin-brand small,
.admin-security-state small {
    color: #9fb4cd;
    display: block;
    font-size: .68rem;
    font-weight: 500;
}

.admin-brand-mark {
    align-items: center;
    background: linear-gradient(145deg, #3b82f6, #14b8a6);
    border-radius: 11px;
    display: inline-flex;
    font-size: 1.1rem;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.admin-nav {
    display: grid;
    gap: .9rem;
}

.admin-nav-group {
    display: grid;
    gap: .25rem;
}

.admin-nav-label {
    color: #7f98b7;
    display: block;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .08em;
    padding: 0 .8rem .1rem;
    text-transform: uppercase;
}

.admin-nav a,
.admin-sidebar-footer a {
    align-items: center;
    border-radius: 10px;
    color: #c5d2e2;
    display: flex;
    font-size: .88rem;
    font-weight: 600;
    gap: .7rem;
    padding: .7rem .8rem;
    text-decoration: none;
}

.admin-nav a:hover,
.admin-nav a.active {
    background: rgba(255,255,255,.11);
    color: #fff;
}

.admin-nav a.active {
    box-shadow: inset 3px 0 #4dd4c6;
}

.admin-nav-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: #c5d2e2;
    display: flex;
    font-size: .79rem;
    font-weight: 700;
    justify-content: space-between;
    padding: .58rem .7rem;
    text-align: left;
    width: 100%;
}

.admin-nav-toggle span {
    align-items: center;
    display: flex;
    gap: .6rem;
}

.admin-nav-toggle:hover,
.admin-nav-toggle.active {
    background: rgba(255,255,255,.08);
    color: #fff;
}

.admin-nav-toggle > .bi-chevron-down {
    font-size: .68rem;
    transition: transform .18s ease;
}

.admin-nav-toggle[aria-expanded="true"] > .bi-chevron-down {
    transform: rotate(180deg);
}

.admin-nav-children {
    display: none;
    gap: .18rem;
    padding: .18rem 0 .35rem .55rem;
}

.admin-nav-children.show {
    display: grid;
}

.admin-nav-children a {
    font-size: .8rem;
    padding: .52rem .68rem;
}

.admin-sidebar-footer {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: auto;
    padding-top: 1rem;
}

.admin-security-state {
    align-items: center;
    color: #dce7f3;
    display: flex;
    font-size: .78rem;
    gap: .65rem;
    padding: .6rem .8rem;
}

.admin-security-state > i {
    color: #6ce9a6;
    font-size: 1.15rem;
}

.admin-main {
    min-width: 0;
    width: 100%;
}

.admin-topbar {
    align-items: center;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid #e4e7ec;
    display: flex;
    justify-content: space-between;
    min-height: 70px;
    padding: .75rem 2rem;
    position: sticky;
    top: 0;
    z-index: 20;
}

.admin-topbar > div {
    display: grid;
}

.admin-topbar small {
    color: #667085;
    font-size: .72rem;
}

.admin-menu-button {
    background: transparent;
    border: 0;
    display: none;
    font-size: 1.5rem;
}

.admin-content {
    margin: 0 auto;
    max-width: 1600px;
    padding: 2rem;
}

.admin-kpi {
    border: 0;
    border-radius: 18px;
    color: #fff;
    min-height: 148px;
    overflow: hidden;
    padding: 1.25rem;
    position: relative;
}

.admin-kpi::after {
    background: rgba(255,255,255,.12);
    border-radius: 50%;
    content: "";
    height: 105px;
    position: absolute;
    right: -28px;
    top: -30px;
    width: 105px;
}

.admin-kpi-blue { background: linear-gradient(135deg, #175cd3, #528bff); }
.admin-kpi-violet { background: linear-gradient(135deg, #6941c6, #9e77ed); }
.admin-kpi-teal { background: linear-gradient(135deg, #087e8b, #18b7a0); }
.admin-kpi-orange { background: linear-gradient(135deg, #b54708, #f79009); }

.admin-kpi-label {
    color: rgba(255,255,255,.8);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.admin-kpi-value {
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: -.04em;
    margin: .35rem 0;
}

.admin-kpi-note {
    color: rgba(255,255,255,.8);
    font-size: .75rem;
}

.admin-panel {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(16,24,40,.045);
    height: 100%;
    padding: 1.3rem;
}

.admin-content > h1,
.admin-content > .d-flex h1 {
    color: #101828;
    font-size: 1.75rem;
    letter-spacing: -.025em;
}

.admin-content > h1 + p,
.admin-content > .d-flex + p {
    max-width: 780px;
}

.admin-content .card {
    border: 1px solid #e4e7ec !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 28px rgba(16,24,40,.045) !important;
}

.admin-content .card-body {
    padding: 1.3rem;
}

.admin-content .card h2,
.admin-content .card h3 {
    color: #1d2939;
    font-weight: 700;
}

.admin-content > .table-responsive {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(16,24,40,.045);
    overflow: hidden;
}

.admin-content table {
    margin-bottom: 0;
}

.admin-content table thead th {
    background: #f8fafc;
    border-bottom: 1px solid #e4e7ec;
    color: #475467;
    font-size: .72rem;
    letter-spacing: .035em;
    padding: .85rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.admin-content table tbody td {
    border-color: #eef2f6;
    padding: .85rem;
    vertical-align: middle;
}

.admin-content table tbody tr:hover td {
    background: #f9fbff;
}

.subscriber-table-panel {
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.subscriber-table-head {
    align-items: flex-start;
    border-bottom: 1px solid #e4e7ec;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.2rem 1.25rem;
}

.subscriber-bulk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    justify-content: flex-end;
}

.subscriber-table-wrap {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0 1.25rem 1.25rem;
    width: 100%;
}

.subscriber-datatable-controls {
    align-items: end;
    background: #f8fafc;
    border-bottom: 1px solid #e4e7ec;
    display: grid;
    gap: .85rem;
    grid-template-columns: minmax(260px, 1.3fr) repeat(4, minmax(140px, .7fr));
    padding: 1rem 1.25rem;
}

.subscriber-datatable-controls .form-label {
    color: #475467;
    font-weight: 750;
    letter-spacing: .02em;
}

.subscriber-table-search .input-group-text {
    background: #fff;
    border-color: #d0d5dd;
    border-radius: 10px 0 0 10px;
    color: #667085;
}

.subscriber-table-meta {
    align-items: center;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    padding: .85rem 1.25rem 0;
}

.subscriber-table-meta span {
    color: #475467;
    font-size: .9rem;
    font-weight: 700;
}

.subscriber-pagination {
    align-items: center;
    display: flex;
    gap: .5rem;
    justify-content: flex-end;
    padding: 0 1.25rem 1.25rem;
}

.subscriber-page-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    justify-content: center;
}

.subscriber-table-wrap .dt-container {
    color: #344054;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.subscriber-table-wrap .dt-layout-row {
    align-items: center;
    gap: .75rem;
    max-width: 100%;
    margin: 1rem 0;
}

.subscriber-table-wrap .dt-search,
.subscriber-table-wrap .dt-length {
    align-items: center;
    display: flex;
    gap: .5rem;
    max-width: 100%;
}

.subscriber-table-wrap .dt-search input,
.subscriber-table-wrap .dt-length select {
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    min-height: 38px;
}

.subscriber-table-wrap .dt-paging {
    max-width: 100%;
    overflow-x: auto;
}

.subscriber-table-wrap .dt-scroll,
.subscriber-table-wrap .dt-scroll-body,
.subscriber-table-wrap .dt-scroll-head {
    max-width: 100%;
}

.subscriber-table-wrap .dt-scroll-body {
    border-bottom: 0;
}

.subscriber-table-wrap .pagination {
    flex-wrap: wrap;
    gap: .25rem;
    justify-content: flex-end;
}

.subscriber-table-wrap table.dataTable > tbody > tr.child ul.dtr-details {
    display: block;
}

.subscriber-table-wrap table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 132px;
}

.subscriber-table-wrap .dt-search input {
    max-width: 100%;
    min-width: min(320px, 52vw);
}

.subscriber-table {
    border: 1px solid #e4e7ec;
    border-collapse: separate;
    border-radius: 14px;
    border-spacing: 0;
    max-width: 100% !important;
    overflow: hidden;
    table-layout: fixed;
    width: 100% !important;
}

.subscriber-table th,
.subscriber-table td {
    overflow-wrap: anywhere;
}

.subscriber-table tr[hidden] {
    display: none !important;
}

.subscriber-table tbody td {
    background: #fff;
}

.subscriber-table tbody tr:hover td {
    background: #f7fbff;
}

.subscriber-id {
    background: #eef4ff;
    border: 1px solid #d1e0ff;
    border-radius: 999px;
    color: #175cd3;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    padding: .18rem .55rem;
}

.subscriber-email {
    color: #101828;
    font-weight: 750;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.subscriber-muted {
    color: #667085;
    font-size: .78rem;
    line-height: 1.35;
}

.subscriber-chip-stack {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    max-width: 100%;
    min-width: 0;
}

.subscriber-chip,
.subscriber-consent,
.subscriber-status {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: .73rem;
    font-weight: 750;
    line-height: 1;
    padding: .42rem .62rem;
    text-transform: capitalize;
    white-space: normal;
}

.subscriber-delivery {
    display: grid;
    gap: .28rem;
}

.subscriber-chip {
    background: #eff8ff;
    border: 1px solid #b9e6fe;
    color: #026aa2;
}

.subscriber-chip-muted {
    background: #f9fafb;
    border-color: #e4e7ec;
    color: #475467;
}

.subscriber-chip-warning {
    background: #fffaeb;
    border-color: #fedf89;
    color: #b54708;
}

.subscriber-status-active,
.subscriber-consent-ok {
    background: #dcfae6;
    border: 1px solid #75e0a7;
    color: #05603a;
}

.subscriber-status-pending_verification {
    background: #fef0c7;
    border: 1px solid #fdb022;
    color: #93370d;
}

.subscriber-status-spam {
    background: #fee4e2;
    border: 1px solid #f97066;
    color: #912018;
}

.subscriber-status-unsubscribed,
.subscriber-consent-missing {
    background: #f2f4f7;
    border: 1px solid #d0d5dd;
    color: #475467;
}

.subscriber-status-bounced {
    background: #e4e7ec;
    border: 1px solid #98a2b3;
    color: #1d2939;
}

.subscriber-risk {
    border-radius: 999px;
    display: inline-flex;
    font-size: .73rem;
    font-weight: 800;
    line-height: 1;
    padding: .42rem .62rem;
    white-space: nowrap;
}

.subscriber-risk-low {
    background: #ecfdf3;
    border: 1px solid #abefc6;
    color: #067647;
}

.subscriber-risk-medium {
    background: #fffaeb;
    border: 1px solid #fedf89;
    color: #b54708;
}

.subscriber-risk-high {
    background: #fef3f2;
    border: 1px solid #fecdca;
    color: #b42318;
}

.subscriber-table .dropdown-menu {
    border-color: #e4e7ec;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(16,24,40,.16);
    padding: .45rem;
    z-index: 1080;
}

.subscriber-table .dropdown-item {
    border-radius: 8px;
    font-size: .9rem;
}

.subscriber-table .dtr-details {
    margin: .25rem 0;
    width: 100%;
}

.subscriber-table .dtr-title {
    color: #667085;
    font-size: .72rem;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.admin-content .form-control,
.admin-content .form-select {
    border-color: #d0d5dd;
    border-radius: 10px;
    min-height: 43px;
}

.admin-content .form-control:focus,
.admin-content .form-select:focus {
    border-color: #84adff;
    box-shadow: 0 0 0 .2rem rgba(23,92,211,.1);
}

.admin-content .alert {
    border: 0;
    border-radius: 14px;
}

.admin-mini-kpi {
    align-items: center;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    display: flex;
    gap: .9rem;
    height: 100%;
    padding: 1rem;
}

.admin-mini-kpi > i {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    flex: 0 0 44px;
    font-size: 1.15rem;
    height: 44px;
    justify-content: center;
}

.admin-mini-kpi div {
    min-width: 0;
}

.admin-mini-kpi span {
    color: #667085;
    display: block;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.admin-mini-kpi strong {
    color: #101828;
    display: block;
    font-size: 1.65rem;
    line-height: 1.1;
}

.admin-mini-kpi-blue > i { background: #eff8ff; color: #175cd3; }
.admin-mini-kpi-violet > i { background: #f4f3ff; color: #6941c6; }
.admin-mini-kpi-teal > i { background: #ecfdf3; color: #067647; }
.admin-mini-kpi-orange > i { background: #fff6ed; color: #b54708; }

.admin-chart {
    align-items: end;
    display: flex;
    gap: .45rem;
    height: 220px;
    padding-top: 1.5rem;
}

.admin-chart-column {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: end;
    min-width: 0;
}

.admin-chart-bars {
    align-items: end;
    display: flex;
    gap: 3px;
    height: 180px;
    width: 100%;
}

.admin-chart-bar {
    border-radius: 5px 5px 2px 2px;
    min-height: 3px;
    width: 50%;
}

.admin-chart-views { background: linear-gradient(#528bff, #175cd3); }
.admin-chart-clicks { background: linear-gradient(#6ce9a6, #079455); }

.admin-chart-label {
    color: #98a2b3;
    font-size: .62rem;
    margin-top: .5rem;
}

.admin-progress-row {
    margin-bottom: 1rem;
}

.admin-progress-row .progress {
    height: 8px;
}

.admin-status-dot {
    border-radius: 50%;
    display: inline-block;
    height: 9px;
    width: 9px;
}

@media (max-width: 767.98px) {
    .hero .display-5 {
        font-size: 2.2rem;
    }

    .hero-activity-card {
        padding: 1.5rem;
    }

    .activity-number {
        font-size: 3.25rem;
    }

    .category-tile-featured {
        min-height: 120px;
    }

    .why-strip .col-md-4 + .col-md-4 {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.15);
    }

    .premium-services-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .premium-services-section,
    .opportunity-explorer-section,
    .latest-jobs-section {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        margin-left: -.75rem;
        margin-right: -.75rem;
        padding: 1.25rem .75rem;
    }

    .section-country-actions,
    .section-country-actions-redesigned {
        align-items: stretch;
        width: 100%;
    }

    .country-filter-form {
        align-items: stretch;
        gap: .52rem .72rem;
        grid-template-columns: 44px 1fr;
        padding: 1rem .85rem .9rem;
    }

    .home-country-picker {
        align-items: flex-start;
        max-width: none;
        padding: 1rem .85rem .9rem;
    }

    .country-filter-form::before,
    .home-country-picker::before {
        font-size: .58rem;
        padding: .2rem .52rem;
    }

    .country-filter-icon,
    .home-country-picker__icon {
        height: 42px;
        width: 42px;
    }

    .home-country-picker__icon {
        flex-basis: 42px;
    }

    .country-filter-icon svg,
    .home-country-picker__icon svg {
        height: 23px;
        width: 23px;
    }

    .country-filter-copy label,
    .home-country-picker__header label {
        font-size: .74rem;
    }

    .country-filter-copy small,
    .home-country-picker__body p {
        font-size: .67rem;
    }

    .country-filter-form select {
        grid-column: 1 / -1;
        min-height: 45px;
        width: 100%;
    }

    .home-country-picker__header {
        align-items: flex-start;
        flex-direction: column;
        gap: .25rem;
    }

    .home-country-picker__header span {
        max-width: 100%;
    }

    .home-country-picker__control {
        align-items: stretch;
        flex-direction: column;
    }

    .home-country-picker__control .form-select {
        min-height: 45px;
        width: 100%;
    }

    .home-country-picker__reset {
        text-align: center;
    }

    .quick-paths {
        border-radius: 16px;
    }

    .career-resources-section {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        margin-left: -.75rem;
        margin-right: -.75rem;
        padding: 1.25rem .75rem;
    }

    .resources-hero .display-5,
    .resource-article .display-5 {
        font-size: 2.05rem;
    }

    .resource-toc ol {
        columns: 1;
    }

    .resource-article {
        font-size: 1rem;
    }

    .resource-sidebar,
    .latest-resources-section {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        margin-left: -.75rem;
        margin-right: -.75rem;
    }

    .job-score-help {
        font-size: .68rem;
    }

    .admin-sidebar {
        bottom: 0;
        left: -270px;
        position: fixed;
        top: 0;
        transition: left .2s ease;
        z-index: 1040;
    }

    .admin-nav-open .admin-sidebar {
        left: 0;
    }

    .admin-menu-button {
        display: inline-flex;
    }

    .admin-topbar {
        padding: .7rem 1rem;
    }

    .admin-content {
        padding: 1.25rem .85rem;
    }

    .admin-kpi {
        min-height: 126px;
    }

    .admin-chart {
        gap: .2rem;
        height: 185px;
    }

    .admin-chart-bars {
        height: 145px;
    }

    .admin-chart-label {
        font-size: .55rem;
    }

    .subscriber-table-head,
    .subscriber-table-wrap,
    .subscriber-datatable-controls,
    .subscriber-table-meta,
    .subscriber-pagination {
        padding-left: .9rem;
        padding-right: .9rem;
    }

    .subscriber-datatable-controls {
        grid-template-columns: 1fr;
    }

    .subscriber-table-meta,
    .subscriber-pagination {
        align-items: stretch;
        flex-direction: column;
    }

    .subscriber-bulk-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .subscriber-bulk-actions .btn {
        min-height: 40px;
        white-space: normal;
    }

    .subscriber-table-wrap .dt-layout-row {
        align-items: stretch;
        flex-direction: column;
    }

    .subscriber-table-wrap .dt-search,
    .subscriber-table-wrap .dt-length {
        justify-content: space-between;
        width: 100%;
    }

    .subscriber-table-wrap .dt-search input {
        min-width: 0;
        width: 100%;
    }

    .subscriber-email {
        max-width: 180px;
    }

    .subscriber-chip-stack {
        min-width: 0;
    }

    .subscriber-table-wrap .dt-scroll-body table,
    .subscriber-table {
        width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    table.subscriber-table {
        border: 1px solid #e4e7ec;
        border-radius: 14px;
        width: 100% !important;
    }

    table.subscriber-table tbody td {
        border-bottom: 1px solid #eef2f6;
        padding: .72rem;
        text-align: left;
    }

    .subscriber-table-wrap .dt-layout-row {
        align-items: stretch;
        flex-direction: column;
    }

    .subscriber-table-wrap .dt-search,
    .subscriber-table-wrap .dt-length {
        justify-content: space-between;
        width: 100%;
    }

    .subscriber-table-wrap .dt-search input {
        min-width: 0;
        width: 100%;
    }

    .subscriber-fallback-active table.subscriber-table thead {
        display: none;
    }

    .subscriber-fallback-active table.subscriber-table,
    .subscriber-fallback-active table.subscriber-table tbody,
    .subscriber-fallback-active table.subscriber-table tr,
    .subscriber-fallback-active table.subscriber-table td {
        display: block;
    }

    .subscriber-fallback-active table.subscriber-table {
        border: 0;
    }

    .subscriber-fallback-active table.subscriber-table tbody tr {
        background: #fff;
        border: 1px solid #e4e7ec;
        border-radius: 14px;
        box-shadow: 0 8px 22px rgba(16,24,40,.045);
        margin-bottom: .85rem;
        overflow: hidden;
    }

    .subscriber-fallback-active table.subscriber-table tbody tr[hidden] {
        display: none !important;
    }

    .subscriber-fallback-active table.subscriber-table tbody td {
        align-items: flex-start;
        display: flex;
        gap: 1rem;
        justify-content: space-between;
        min-height: 44px;
        padding: .72rem .85rem;
        text-align: right;
        white-space: normal;
        width: 100%;
    }

    .subscriber-fallback-active table.subscriber-table tbody td::before {
        color: #667085;
        content: attr(data-label);
        flex: 0 0 42%;
        font-size: .72rem;
        font-weight: 800;
        letter-spacing: .035em;
        text-align: left;
        text-transform: uppercase;
    }
}

/* Public UI polish pass: keep the job-board style colorful and modern. */
.quick-paths {
    background: linear-gradient(135deg, #071a33, #0a3573 55%, #087e8b) !important;
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: 0 22px 54px rgba(7, 26, 51, .16);
    color: #fff;
}

.quick-path-link {
    background: rgba(255, 255, 255, .1) !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    border-radius: 12px !important;
    color: #fff !important;
    font-weight: 850 !important;
}

.quick-path-link:hover,
.quick-path-link:focus {
    background: #fff !important;
    color: var(--dch-primary-dark) !important;
}

.opportunity-explorer-section,
.latest-resources-section,
.why-strip,
.premium-services-section {
    border-radius: 18px !important;
}

.resources-hero,
.resource-detail-hero,
.analytics-public-hero,
.home-main-hero {
    min-height: unset;
}

.resource-index-card,
.related-resource-card,
.home-resource-card,
.portfolio-project-card,
.analytics-solution-card,
.analytics-story-card,
.dch-job-card,
.company-card {
    border-radius: 14px !important;
}

.resource-index-card,
.home-resource-card,
.dch-job-card,
.company-card {
    border-top: 4px solid transparent;
    border-image: linear-gradient(90deg, var(--dch-primary), var(--dch-accent), var(--dch-accent-2)) 1;
}

/* Stronger public-page visual system */
.resources-hero,
.resource-detail-hero,
.analytics-public-hero,
.jobs-page .dch-hero {
    background:
        radial-gradient(circle at 82% 14%, rgba(245, 158, 11, .26), transparent 24%),
        radial-gradient(circle at 15% 18%, rgba(0, 166, 166, .34), transparent 28%),
        linear-gradient(128deg, #06172f 0%, #0a3573 48%, #087e8b 100%) !important;
    border-bottom: 0 !important;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.resources-hero::after,
.resource-detail-hero::after,
.analytics-public-hero::after,
.jobs-page .dch-hero::after {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .1) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .1) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: .28;
}

.resources-hero h1,
.resource-detail-hero h1,
.analytics-public-hero h1,
.jobs-page .dch-hero h1,
.resources-hero .lead,
.resource-detail-hero .lead,
.analytics-public-hero .lead,
.jobs-page .dch-hero .lead,
.jobs-page .dch-hero .text-muted {
    color: #fff !important;
}

.resources-hero .section-kicker,
.resource-detail-hero .section-kicker,
.analytics-public-hero .section-kicker,
.jobs-page .dch-hero .section-kicker {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: #b8fff4;
    display: inline-flex;
    padding: .4rem .7rem;
}

.resources-hero .btn-outline-primary,
.analytics-public-hero .btn-outline-primary,
.jobs-page .dch-hero .btn-outline-primary {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .52);
    color: #fff;
}

.resources-hero .btn-outline-primary:hover,
.resources-hero .btn-outline-primary:focus,
.jobs-page .dch-hero .btn-outline-primary:hover,
.jobs-page .dch-hero .btn-outline-primary:focus,
.analytics-public-hero .btn-outline-primary:hover,
.analytics-public-hero .btn-outline-primary:focus {
    background: #fff;
    border-color: #fff;
    color: var(--dch-primary-dark);
}

.resources-search-card,
.jobs-page .dch-hero .dch-card,
.resource-hero-facts {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .72);
    box-shadow: 0 26px 70px rgba(2, 8, 23, .28);
    color: var(--dch-navy);
    position: relative;
    z-index: 1;
}

.resource-detail-hero .breadcrumb,
.resource-detail-hero .breadcrumb a,
.resource-detail-hero .breadcrumb-item,
.resource-detail-hero .breadcrumb-item.active {
    color: rgba(255, 255, 255, .82);
}

.resource-detail-hero .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

.resource-detail-hero .resource-category-badge,
.resource-detail-hero .resource-difficulty-badge,
.resource-detail-hero .resource-pillar-badge {
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 10px 28px rgba(2, 8, 23, .16);
}

.resource-side-panel {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(140deg, var(--dch-primary), var(--dch-accent), var(--dch-accent-2)) border-box;
    border: 1px solid transparent;
}

.resource-recent-list {
    gap: .75rem;
}

.resource-recent-list li {
    border-top: 0;
}

.resource-recent-list a {
    background: linear-gradient(135deg, #f8fbff, #ffffff);
    border: 1px solid #dbe7fb;
    border-radius: 12px;
    padding: .85rem;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.resource-recent-list a:hover,
.resource-recent-list a:focus {
    border-color: #9cc7ff;
    box-shadow: 0 16px 36px rgba(7, 26, 51, .12);
    transform: translateY(-2px);
}

.resource-recent-meta {
    align-items: center;
    display: flex !important;
    gap: .5rem;
    justify-content: space-between;
    margin-bottom: .45rem;
}

.resource-recent-meta b {
    background: #e9f7ff;
    border: 1px solid #c8e5ff;
    border-radius: 999px;
    color: var(--dch-primary-dark);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .04em;
    padding: .24rem .5rem;
    text-transform: uppercase;
}

.resource-recent-meta small {
    color: var(--dch-muted);
    font-size: .78rem;
    text-align: right;
}

.resource-index-card:nth-child(3n + 1),
.home-resource-card:nth-child(3n + 1),
.dch-job-card:nth-child(3n + 1) {
    border-image: linear-gradient(90deg, #1d4ed8, #00a6a6) 1;
}

.resource-index-card:nth-child(3n + 2),
.home-resource-card:nth-child(3n + 2),
.dch-job-card:nth-child(3n + 2) {
    border-image: linear-gradient(90deg, #7c3aed, #1d4ed8) 1;
}

.resource-index-card:nth-child(3n),
.home-resource-card:nth-child(3n),
.dch-job-card:nth-child(3n) {
    border-image: linear-gradient(90deg, #f59e0b, #00a6a6) 1;
}

/* Homepage vibrancy and readability pass */
.home-main-hero {
    background:
        radial-gradient(circle at 78% 10%, rgba(245, 158, 11, .42), transparent 24%),
        radial-gradient(circle at 18% 18%, rgba(20, 184, 166, .4), transparent 28%),
        radial-gradient(circle at 45% 100%, rgba(124, 58, 237, .28), transparent 34%),
        linear-gradient(126deg, #04152f 0%, #0b3b8c 48%, #007f89 100%) !important;
}

.home-main-hero .hero-eyebrow {
    background: #fff !important;
    border: 1px solid rgba(255, 255, 255, .85) !important;
    box-shadow: 0 14px 34px rgba(2, 8, 23, .2);
    color: #07346f !important;
    letter-spacing: .04em;
}

.home-main-hero .hero-eyebrow .freshness-dot {
    box-shadow: 0 0 0 5px rgba(34, 197, 94, .18);
}

.home-main-hero h1 {
    color: #fff !important;
    text-shadow: 0 2px 18px rgba(2, 8, 23, .2);
}

.home-main-hero .lead,
.home-main-hero .hero-supporting-copy {
    color: #eef7ff !important;
    max-width: 720px;
}

.hero-search-shell {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(140deg, #38bdf8, #14b8a6, #f59e0b) border-box;
    border: 2px solid transparent;
}

.hero-mini-dashboard a:nth-child(1) {
    background: linear-gradient(135deg, #eaf3ff, #ffffff);
    border-color: #b8d8ff;
}

.hero-mini-dashboard a:nth-child(2) {
    background: linear-gradient(135deg, #f2ecff, #ffffff);
    border-color: #d8c7ff;
}

.hero-mini-dashboard a:nth-child(3) {
    background: linear-gradient(135deg, #fff7e6, #ffffff);
    border-color: #f8d48a;
}

.hero-mini-dashboard a:nth-child(4) {
    background: linear-gradient(135deg, #ecfdf5, #ffffff);
    border-color: #99f6e4;
}

.hero-mini-dashboard a::after {
    color: var(--dch-primary);
    content: "View";
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .06em;
    margin-top: .2rem;
    text-transform: uppercase;
}

.hero-service-links {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 850px;
}

.hero-service-links a {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 14px;
    color: #fff;
    display: grid;
    gap: .2rem;
    padding: .85rem;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.hero-service-links a:hover,
.hero-service-links a:focus {
    background: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .5);
    transform: translateY(-2px);
}

.hero-service-links strong {
    color: #fff;
    font-size: .9rem;
}

.hero-service-links span {
    color: #d7efff;
    font-size: .78rem;
    line-height: 1.35;
}

.hero-company-strip {
    align-items: flex-start;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 18px;
    color: #fff;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.6fr);
    padding: 1rem;
    position: relative;
    z-index: 1;
}

.hero-company-strip strong,
.hero-company-strip span {
    display: block;
}

.hero-company-strip strong {
    color: #fff;
    font-size: .95rem;
    font-weight: 900;
}

.hero-company-strip span {
    color: #d9ecff;
    font-size: .86rem;
    line-height: 1.4;
    margin-top: .25rem;
}

.hero-company-links {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.hero-company-links a {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 999px;
    color: var(--dch-primary-dark);
    font-size: .8rem;
    font-weight: 850;
    padding: .38rem .62rem;
    text-decoration: none;
}

.hero-company-links a:hover,
.hero-company-links a:focus {
    background: #b8fff4;
    border-color: #b8fff4;
    color: #05345f;
}

.hero-company-links .hero-company-more {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
}

.home-secondary-hero {
    background:
        radial-gradient(circle at 10% 8%, rgba(245, 158, 11, .28), transparent 24%),
        radial-gradient(circle at 90% 16%, rgba(20, 184, 166, .34), transparent 30%),
        linear-gradient(135deg, #071a33 0%, #0a3573 48%, #075e63 100%);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    box-shadow: 0 24px 62px rgba(7, 26, 51, .18);
    display: grid;
    gap: 1rem;
    padding: 1.15rem;
}

.home-secondary-hero__services {
    display: grid;
    gap: .85rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-secondary-hero__services a {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .06);
    color: var(--dch-navy);
    display: grid;
    gap: .25rem;
    padding: .95rem;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-secondary-hero__services a:hover,
.home-secondary-hero__services a:focus {
    border-color: #7dd3fc;
    box-shadow: 0 18px 42px rgba(7, 26, 51, .12);
    transform: translateY(-2px);
}

.home-secondary-hero__services strong {
    color: #082f63;
    font-size: .96rem;
}

.home-secondary-hero__services span {
    color: #475569;
    font-size: .84rem;
    line-height: 1.35;
}

.home-secondary-hero__companies {
    align-items: flex-start;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 14px;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.6fr);
    padding: 1rem;
}

.home-secondary-hero__companies strong,
.home-secondary-hero__companies span {
    display: block;
}

.home-secondary-hero__companies strong {
    color: #fff;
    font-size: .95rem;
    font-weight: 900;
}

.home-secondary-hero__companies span {
    color: #d9ecff;
    font-size: .86rem;
    line-height: 1.4;
    margin-top: .25rem;
}

.home-secondary-hero .hero-company-links a {
    background: #fff;
    border-color: #cbdff7;
    color: #0a3573;
}

.home-secondary-hero .hero-company-links a:hover,
.home-secondary-hero .hero-company-links a:focus {
    background: #0a3573;
    border-color: #0a3573;
    color: #fff;
}

.home-secondary-hero .hero-company-links .hero-company-more {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}

.home-secondary-hero__trust span {
    background: #fff;
    border-color: rgba(255, 255, 255, .82);
    color: #0a3573;
}

.mission-purpose-section {
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, #1d4ed8, #0f8f9e, #f59e0b) border-box;
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: 0 24px 62px rgba(7, 26, 51, .12);
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.25fr);
    overflow: hidden;
    padding: clamp(1.2rem, 3vw, 1.8rem);
    position: relative;
}

.mission-purpose-section::before {
    background:
        radial-gradient(circle at 20% 20%, rgba(15, 143, 158, .18), transparent 28%),
        radial-gradient(circle at 82% 10%, rgba(245, 158, 11, .18), transparent 22%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.mission-purpose-section > * {
    position: relative;
    z-index: 1;
}

.mission-purpose-section-about {
    box-shadow: 0 18px 46px rgba(7, 26, 51, .1);
}

.mission-purpose-intro {
    align-self: center;
    min-width: 0;
}

.mission-purpose-intro p {
    color: #334155;
    font-size: .98rem;
    line-height: 1.7;
    margin-bottom: .85rem;
}

.mission-purpose-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1rem;
}

.mission-purpose-grid {
    display: grid;
    gap: .85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mission-purpose-card {
    background: linear-gradient(180deg, #f8fbff, #ffffff);
    border: 1px solid #dbe7fb;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(7, 26, 51, .07);
    display: grid;
    gap: .45rem;
    min-height: 100%;
    padding: 1rem;
}

.mission-purpose-icon {
    align-items: center;
    background: linear-gradient(135deg, #0a3573, #0f8f9e);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .76rem;
    font-weight: 900;
    height: 2rem;
    justify-content: center;
    letter-spacing: .04em;
    width: 2rem;
}

.mission-purpose-card h3 {
    color: #082f63;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0;
}

.mission-purpose-card p {
    color: #475569;
    font-size: .9rem;
    line-height: 1.55;
    margin: 0;
}

.opportunity-inspiration {
    color: #0f766e;
    font-size: 1.04rem;
    font-weight: 850;
    max-width: 820px;
}

.opportunity-explorer-header {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
}

.opportunity-explorer-copy {
    min-width: 0;
}

.why-strip {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #1d4ed8, #00a6a6, #f59e0b) border-box !important;
    border: 1px solid transparent !important;
    box-shadow: 0 22px 54px rgba(7, 26, 51, .1) !important;
}

.why-strip-item {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    min-height: 100%;
    padding: 1.15rem;
}

.why-strip-item strong {
    color: #082f63 !important;
    font-size: 1rem;
}

.why-strip-item span {
    color: #334155 !important;
    font-size: .92rem;
}

.resource-sample-note {
    background:
        linear-gradient(135deg, rgba(255, 247, 230, .92), rgba(234, 243, 255, .92)),
        repeating-linear-gradient(-28deg, rgba(7, 26, 51, .035) 0 1px, transparent 1px 15px);
    border: 1px solid #f4cf85;
    border-radius: 14px;
    color: #54390b;
    display: grid;
    gap: .25rem;
    margin-top: 1rem;
    overflow: hidden;
    padding: .9rem 1rem;
    position: relative;
}

.resource-sample-note::after {
    color: rgba(7, 26, 51, .08);
    content: "SAMPLE";
    font-size: 2.4rem;
    font-weight: 950;
    letter-spacing: .12em;
    position: absolute;
    right: .65rem;
    top: .15rem;
}

.resource-sample-note strong {
    color: #7c4a03;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
    z-index: 1;
}

.resource-sample-note span {
    color: #54390b;
    font-size: .92rem;
    z-index: 1;
}

.resource-reference-links {
    background: #f8fbff;
    border: 1px solid #dbe7fb;
    border-radius: 14px;
    margin-top: 1rem;
    padding: 1rem;
}

.resource-reference-links > strong {
    color: var(--dch-primary-dark);
    display: block;
    font-size: .86rem;
    font-weight: 900;
    letter-spacing: .05em;
    margin-bottom: .55rem;
    text-transform: uppercase;
}

.resource-reference-links ul {
    display: grid;
    gap: .45rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.resource-reference-links li {
    color: var(--dch-muted);
    font-size: .94rem;
}

.resource-reference-links a {
    color: var(--dch-primary);
    font-weight: 800;
    text-decoration: none;
}

.resource-reference-links a:hover,
.resource-reference-links a:focus {
    color: var(--dch-primary-dark);
    text-decoration: underline;
}

.subscribe-guidance-card {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(140deg, var(--dch-primary), var(--dch-accent), var(--dch-accent-3)) border-box;
    border: 1px solid transparent !important;
}

.guidance-topic-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guidance-topic-option,
.guidance-subscribe-confirm {
    align-items: flex-start;
    background: linear-gradient(135deg, #f8fbff, #ffffff);
    border: 1px solid #dbe7fb;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    gap: .65rem;
    padding: .85rem;
}

.guidance-topic-option input,
.guidance-subscribe-confirm input {
    margin-top: .18rem;
}

.guidance-topic-option span,
.guidance-subscribe-confirm span {
    color: var(--dch-navy);
    font-weight: 800;
}

.guidance-topic-option:has(input:checked),
.guidance-subscribe-confirm:has(input:checked) {
    background: linear-gradient(135deg, #eaf3ff, #eefdf8);
    border-color: #7dd3fc;
    box-shadow: 0 12px 28px rgba(7, 26, 51, .08);
}

.subscriber-guidance-hero {
    background:
        radial-gradient(circle at 82% 14%, rgba(245, 158, 11, .26), transparent 24%),
        radial-gradient(circle at 15% 18%, rgba(0, 166, 166, .34), transparent 28%),
        linear-gradient(128deg, #06172f 0%, #0a3573 48%, #087e8b 100%);
    border-radius: 18px;
    color: #fff;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3.25rem);
    position: relative;
}

.subscriber-guidance-hero h1,
.subscriber-guidance-hero .lead {
    color: #fff;
}

.construction-demo-hero {
    background:
        radial-gradient(circle at 78% 12%, rgba(245, 158, 11, .26), transparent 25%),
        radial-gradient(circle at 16% 20%, rgba(0, 166, 166, .32), transparent 28%),
        linear-gradient(128deg, #06172f 0%, #0b3470 54%, #087e8b 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.construction-demo-hero::after {
    background:
        linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.1) 1px, transparent 1px);
    background-size: 46px 46px;
    content: "";
    inset: 0;
    opacity: .2;
    pointer-events: none;
    position: absolute;
}

.construction-demo-hero .container {
    position: relative;
    z-index: 1;
}

.construction-demo-hero h1,
.construction-demo-hero .construction-demo-lead {
    color: #fff;
}

.construction-demo-kicker,
.construction-section-heading .section-kicker,
.construction-request-band .section-kicker,
.construction-problem-band .section-kicker {
    color: #087e8b;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.construction-demo-kicker {
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    color: #b8fff4;
    padding: .45rem .75rem;
}

.construction-demo-lead {
    font-size: clamp(1.12rem, 2vw, 1.35rem);
    font-weight: 750;
    line-height: 1.45;
    max-width: 820px;
}

.construction-demo-copy {
    color: #d7e4f2;
    font-size: 1.02rem;
    line-height: 1.72;
    max-width: 820px;
}

.construction-demo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin: 1.4rem 0;
}

.construction-demo-actions .btn {
    border-radius: 999px;
    font-weight: 850;
}

.construction-demo-trust {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.construction-demo-trust span {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: #eaf7ff;
    font-size: .86rem;
    font-weight: 750;
    padding: .45rem .7rem;
}

.construction-demo-preview {
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 22px;
    box-shadow: 0 30px 80px rgba(2, 8, 23, .28);
    color: var(--dch-navy);
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
}

.construction-demo-preview-head {
    align-items: center;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
}

.construction-demo-preview-head span {
    color: var(--dch-muted);
    font-size: .82rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.construction-demo-preview-head strong {
    background: #fff7e6;
    border-radius: 999px;
    color: #b54708;
    font-size: .76rem;
    padding: .4rem .65rem;
}

.construction-preview-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.construction-preview-grid div {
    background: linear-gradient(135deg, #f8fbff, #eefdf8);
    border: 1px solid #dbe7fb;
    border-radius: 14px;
    padding: .9rem;
}

.construction-preview-grid span {
    color: var(--dch-muted);
    display: block;
    font-size: .78rem;
    font-weight: 750;
}

.construction-preview-grid strong {
    color: var(--dch-primary-dark);
    display: block;
    font-size: 1.25rem;
    font-weight: 950;
}

.construction-preview-bars {
    display: grid;
    gap: .55rem;
}

.construction-preview-bars span {
    background: linear-gradient(90deg, var(--dch-primary), var(--dch-accent), var(--dch-accent-3));
    border-radius: 999px;
    display: block;
    height: .75rem;
}

.construction-demo-page {
    background: #f5f9ff;
}

.construction-section-heading {
    margin: 0 auto 1.75rem;
    max-width: 880px;
    text-align: center;
}

.construction-section-heading h2 {
    color: var(--dch-navy);
    font-weight: 950;
}

.construction-section-heading p {
    color: #475569;
    line-height: 1.7;
}

.construction-section-heading-light h2,
.construction-section-heading-light p {
    color: #fff;
}

.construction-section-heading-light .section-kicker {
    color: #8ce5df;
}

.construction-kpi-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.construction-demo-kpi {
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(7, 26, 51, .07);
    display: flex;
    gap: .85rem;
    min-height: 100%;
    padding: 1rem;
}

.construction-kpi-icon {
    align-items: center;
    background: linear-gradient(135deg, #eaf3ff, #e7fbf8);
    border-radius: 13px;
    color: var(--dch-primary-dark);
    display: inline-flex;
    flex: 0 0 48px;
    font-size: .68rem;
    font-weight: 950;
    height: 48px;
    justify-content: center;
    letter-spacing: .03em;
}

.construction-demo-kpi small {
    color: #b54708;
    display: block;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.construction-demo-kpi strong {
    color: var(--dch-primary-dark);
    display: block;
    font-size: 1.5rem;
    font-weight: 950;
    line-height: 1.1;
    margin: .15rem 0 .25rem;
}

.construction-demo-kpi h3 {
    color: var(--dch-navy);
    font-size: .98rem;
    font-weight: 900;
    margin: 0 0 .25rem;
}

.construction-demo-kpi p {
    color: #475569;
    font-size: .9rem;
    line-height: 1.55;
    margin: 0;
}

.construction-problem-band,
.construction-data-source-band {
    background: #fff;
    border-block: 1px solid #dbe7fb;
}

.construction-problem-band h2 {
    color: var(--dch-navy);
    font-weight: 950;
}

.construction-problem-band p {
    color: #475569;
    line-height: 1.72;
}

.construction-problem-list {
    display: grid;
    gap: .7rem;
}

.construction-problem-list div {
    align-items: flex-start;
    background: #f8fbff;
    border: 1px solid #dbe7fb;
    border-radius: 14px;
    color: #334155;
    display: flex;
    gap: .7rem;
    line-height: 1.55;
    padding: .9rem 1rem;
}

.construction-problem-list span {
    background: linear-gradient(135deg, var(--dch-accent), var(--dch-primary));
    border-radius: 999px;
    flex: 0 0 .72rem;
    height: .72rem;
    margin-top: .37rem;
}

.construction-solution-grid,
.construction-view-grid,
.construction-audience-grid {
    display: grid;
    gap: 1rem;
}

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

.construction-solution-card,
.construction-audience-grid article {
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(7, 26, 51, .06);
    padding: 1.15rem;
}

.construction-solution-card h3,
.construction-audience-grid h3,
.construction-view-card h3 {
    color: var(--dch-navy);
    font-size: 1rem;
    font-weight: 950;
}

.construction-solution-card ul {
    color: #475569;
    display: grid;
    gap: .35rem;
    margin: 0;
    padding-left: 1.1rem;
}

.construction-app-preview-band {
    background:
        radial-gradient(circle at 88% 12%, rgba(245, 158, 11, .18), transparent 24%),
        linear-gradient(135deg, #071a33, #0b2d57 60%, #087e8b);
}

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

.construction-view-card {
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(2, 8, 23, .18);
    display: grid;
    gap: .65rem;
    min-height: 100%;
    padding: 1.1rem;
}

.construction-view-card > span {
    background: linear-gradient(90deg, var(--dch-primary), var(--dch-accent), var(--dch-accent-3));
    border-radius: 999px;
    display: block;
    height: .32rem;
    width: 4.5rem;
}

.construction-view-card p,
.construction-audience-grid p {
    color: #475569;
    line-height: 1.62;
    margin: 0;
}

.construction-process {
    display: grid;
    gap: .9rem;
}

.construction-process article {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(7, 26, 51, .06);
    display: flex;
    gap: 1rem;
    padding: 1.1rem;
}

.construction-process article > span {
    align-items: center;
    background: var(--dch-primary-dark);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 42px;
    font-weight: 950;
    height: 42px;
    justify-content: center;
}

.construction-process h3 {
    color: var(--dch-navy);
    font-size: 1rem;
    font-weight: 950;
    margin-bottom: .25rem;
}

.construction-process p {
    color: #475569;
    line-height: 1.62;
    margin: 0;
}

.construction-source-tags,
.construction-request-options {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: center;
}

.construction-source-tags span,
.construction-request-options div {
    background: linear-gradient(135deg, #eef6ff, #eefdf8);
    border: 1px solid #cfe1f5;
    border-radius: 999px;
    color: #173b5c;
    font-size: .9rem;
    font-weight: 800;
    padding: .62rem .85rem;
}

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

.construction-request-band {
    background: linear-gradient(135deg, #eaf3ff, #eefdf8);
    border-block: 1px solid #cfe1f5;
}

.construction-request-band h2 {
    color: var(--dch-navy);
    font-weight: 950;
}

.construction-request-band p {
    color: #334155;
    line-height: 1.72;
}

.construction-demo-actions-dark .btn-outline-primary {
    background: #fff;
}

.construction-request-options {
    justify-content: flex-start;
}

.construction-disclaimer-card {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(140deg, var(--dch-primary), var(--dch-accent), var(--dch-accent-3)) border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: 0 16px 42px rgba(7, 26, 51, .08);
    padding: clamp(1.25rem, 3vw, 2rem);
}

.construction-disclaimer-card h2 {
    color: var(--dch-navy);
    font-size: 1.25rem;
    font-weight: 950;
}

.construction-disclaimer-card p {
    color: #475569;
    line-height: 1.72;
}

.construction-v2-hero {
    background:
        radial-gradient(circle at 84% 10%, rgba(245, 158, 11, .24), transparent 24%),
        radial-gradient(circle at 16% 18%, rgba(0, 166, 166, .34), transparent 30%),
        linear-gradient(128deg, #06172f 0%, #0a3573 52%, #087e8b 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.construction-v2-hero::after {
    background:
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    inset: 0;
    opacity: .22;
    pointer-events: none;
    position: absolute;
}

.construction-v2-hero .container {
    position: relative;
    z-index: 1;
}

.construction-v2-hero h1 {
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4.75rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.02;
    margin-bottom: 1rem;
}

.construction-v2-kicker,
.construction-v2-kicker-dark,
.construction-v2-section-head > span {
    display: inline-flex;
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .08em;
    margin-bottom: .8rem;
    text-transform: uppercase;
}

.construction-v2-kicker {
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    color: #b8fff4;
    padding: .44rem .75rem;
}

.construction-v2-kicker-dark,
.construction-v2-section-head > span {
    color: #087e8b;
}

.construction-v2-lead {
    color: #fff;
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    font-weight: 750;
    line-height: 1.48;
    max-width: 780px;
}

.construction-v2-copy {
    color: #d7e4f2;
    font-size: 1.02rem;
    line-height: 1.72;
    max-width: 820px;
}

.construction-v2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin: 1.45rem 0;
}

.construction-v2-actions .btn {
    border-radius: 999px;
    font-weight: 850;
}

.construction-v2-trust {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.construction-v2-trust span {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: #eaf7ff;
    font-size: .86rem;
    font-weight: 800;
    padding: .44rem .72rem;
}

.construction-v2-visual {
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 28px;
    box-shadow: 0 34px 90px rgba(2, 8, 23, .32);
    margin: 0;
    overflow: hidden;
    padding: .7rem;
}

.construction-v2-visual img,
.construction-v2-sample-img {
    background: #eef4fb;
    border-radius: 20px;
    display: block;
    height: auto;
    width: 100%;
}

.construction-v2-visual figcaption {
    color: #d7e4f2;
    font-size: .84rem;
    line-height: 1.45;
    padding: .75rem .5rem .25rem;
}

.construction-v2-page {
    background: #f5f9ff;
}

.construction-v2-section-head {
    margin: 0 auto 1.8rem;
    max-width: 900px;
    text-align: center;
}

.construction-v2-section-head h2 {
    color: var(--dch-navy);
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 950;
}

.construction-v2-section-head p {
    color: #475569;
    font-size: 1rem;
    line-height: 1.72;
}

.construction-v2-section-head-light h2,
.construction-v2-section-head-light p {
    color: #fff;
}

.construction-v2-section-head-light > span {
    color: #8ce5df;
}

.construction-v2-kpi-featured {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.construction-v2-kpi-featured article {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(140deg, rgba(29,78,216,.9), rgba(0,166,166,.8), rgba(245,158,11,.8)) border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: 0 18px 46px rgba(7, 26, 51, .08);
    min-height: 100%;
    padding: 1.2rem;
}

.construction-v2-kpi-featured small {
    color: #087e8b;
    display: block;
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.construction-v2-kpi-featured strong {
    color: var(--dch-primary-dark);
    display: block;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    font-weight: 950;
    line-height: 1.08;
    margin: .35rem 0;
}

.construction-v2-kpi-featured h3 {
    color: var(--dch-navy);
    font-size: 1rem;
    font-weight: 950;
}

.construction-v2-kpi-featured p {
    color: #475569;
    font-size: .92rem;
    line-height: 1.55;
}

.construction-v2-kpi-featured article > span {
    background: #fff7e6;
    border-radius: 999px;
    color: #b54708;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 900;
    padding: .35rem .58rem;
}

.construction-v2-kpi-strip {
    background: #071a33;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(7, 26, 51, .16);
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 1rem;
    overflow: hidden;
}

.construction-v2-kpi-strip div {
    background: rgba(255,255,255,.06);
    display: grid;
    gap: .22rem;
    min-height: 116px;
    padding: 1rem;
}

.construction-v2-kpi-strip span {
    color: #c9d5e7;
    font-size: .82rem;
    font-weight: 800;
}

.construction-v2-kpi-strip strong {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 950;
}

.construction-v2-kpi-strip small {
    color: #f8d08a;
    font-size: .72rem;
    font-weight: 850;
}

.construction-v2-problem,
.construction-v2-audience-band {
    background: #fff;
    border-block: 1px solid #dbe7fb;
}

.construction-v2-problem h2,
.construction-v2-sample-band h2,
.construction-v2-request h2 {
    color: var(--dch-navy);
    font-weight: 950;
}

.construction-v2-problem p,
.construction-v2-sample-band p,
.construction-v2-request p {
    color: #475569;
    line-height: 1.72;
}

.construction-v2-problem-grid,
.construction-v2-monitor-grid,
.construction-v2-audience-grid {
    display: grid;
    gap: 1rem;
}

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

.construction-v2-problem-grid article,
.construction-v2-monitor-grid article,
.construction-v2-audience-grid article {
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(7, 26, 51, .06);
    padding: 1.1rem;
}

.construction-v2-problem-grid article {
    background: linear-gradient(135deg, #f8fbff, #ffffff);
}

.construction-v2-problem-grid article > span,
.construction-v2-monitor-grid article > div {
    background: linear-gradient(90deg, var(--dch-primary), var(--dch-accent), var(--dch-accent-3));
    border-radius: 999px;
    display: block;
    height: .32rem;
    margin-bottom: .8rem;
    width: 4.2rem;
}

.construction-v2-problem-grid h3,
.construction-v2-monitor-grid h3,
.construction-v2-audience-grid h3 {
    color: var(--dch-navy);
    font-size: 1rem;
    font-weight: 950;
}

.construction-v2-problem-grid p,
.construction-v2-monitor-grid p,
.construction-v2-audience-grid p {
    color: #475569;
    line-height: 1.62;
    margin: 0;
}

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

.construction-v2-sample-band {
    background: linear-gradient(135deg, #eaf3ff, #eefdf8);
    border-block: 1px solid #cfe1f5;
}

.construction-v2-sample-img {
    border: 10px solid #fff;
    box-shadow: 0 26px 70px rgba(7, 26, 51, .18);
}

.construction-v2-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1rem;
}

.construction-v2-link-row a {
    background: #fff;
    border: 1px solid #cfe1f5;
    border-radius: 999px;
    color: var(--dch-primary-dark);
    font-weight: 850;
    padding: .58rem .8rem;
    text-decoration: none;
}

.construction-v2-link-row a:hover,
.construction-v2-link-row a:focus {
    border-color: var(--dch-primary);
    color: var(--dch-primary);
    text-decoration: underline;
}

.construction-v2-chart-sections {
    display: grid;
    gap: 1.15rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.construction-v2-chart-group {
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(7, 26, 51, .08);
    overflow: hidden;
}

.construction-v2-chart-group header {
    background: linear-gradient(135deg, #f8fbff, #eefdf8);
    border-bottom: 1px solid #dbe7fb;
    padding: 1.1rem 1.2rem;
}

.construction-v2-chart-group h3 {
    color: var(--dch-navy);
    font-size: 1.05rem;
    font-weight: 950;
}

.construction-v2-chart-group header p {
    color: #475569;
    line-height: 1.55;
    margin: 0;
}

.construction-v2-chart-list {
    display: grid;
    gap: .85rem;
    padding: 1rem;
}

.construction-v2-chart-card {
    align-items: center;
    border: 1px solid #e4ebf5;
    border-radius: 16px;
    display: grid;
    gap: .9rem;
    grid-template-columns: 132px minmax(0, 1fr);
    padding: .9rem;
}

.construction-v2-chart-art {
    background: #f8fbff;
    border: 1px solid #dbe7fb;
    border-radius: 14px;
    height: 94px;
    overflow: hidden;
    position: relative;
}

.construction-v2-chart-art::before,
.construction-v2-chart-art::after,
.construction-v2-chart-art span {
    content: "";
    position: absolute;
}

.construction-v2-chart-bar span {
    background: linear-gradient(0deg, var(--dch-primary), var(--dch-accent));
    border-radius: 6px 6px 0 0;
    bottom: 12px;
    height: var(--chart-level);
    left: 22px;
    width: 20px;
}

.construction-v2-chart-bar::before {
    background: #f59e0b;
    border-radius: 6px 6px 0 0;
    bottom: 12px;
    height: 54%;
    left: 58px;
    width: 20px;
}

.construction-v2-chart-bar::after {
    background: #00a6a6;
    border-radius: 6px 6px 0 0;
    bottom: 12px;
    height: 72%;
    left: 94px;
    width: 20px;
}

.construction-v2-chart-line span {
    background: linear-gradient(90deg, var(--dch-primary), var(--dch-accent));
    border-radius: 999px;
    height: 7px;
    left: 16px;
    top: calc(82px - var(--chart-level));
    transform: rotate(-16deg);
    transform-origin: left center;
    width: 100px;
}

.construction-v2-chart-line::before {
    background: #f59e0b;
    border-radius: 999px;
    height: 7px;
    left: 16px;
    top: 58px;
    transform: rotate(8deg);
    width: 100px;
}

.construction-v2-chart-gauge span,
.construction-v2-chart-score span {
    background: conic-gradient(var(--dch-accent) 0 var(--chart-level), #dbe7fb var(--chart-level) 100%);
    border-radius: 50%;
    height: 68px;
    left: 32px;
    top: 13px;
    width: 68px;
}

.construction-v2-chart-stack span {
    background: linear-gradient(90deg, var(--dch-primary) 0 46%, var(--dch-accent) 46% 70%, var(--dch-accent-3) 70% 86%, #dbe7fb 86%);
    border-radius: 999px;
    height: 18px;
    left: 16px;
    top: 38px;
    width: 100px;
}

.construction-v2-chart-funnel span {
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
    border-top: 66px solid #00a6a6;
    height: 0;
    left: 18px;
    top: 14px;
    width: 0;
}

.construction-v2-chart-card h4 {
    color: var(--dch-navy);
    font-size: .98rem;
    font-weight: 950;
}

.construction-v2-chart-card p {
    color: #475569;
    font-size: .9rem;
    line-height: 1.55;
    margin-bottom: .3rem;
}

.construction-v2-chart-card small {
    color: #b54708;
    font-size: .74rem;
    font-weight: 850;
}

.construction-v2-wide-summary {
    grid-column: 1 / -1;
}

.construction-v2-process-band {
    background:
        radial-gradient(circle at 88% 12%, rgba(245, 158, 11, .2), transparent 24%),
        linear-gradient(135deg, #071a33, #0b2d57 60%, #087e8b);
}

.construction-v2-process {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.construction-v2-process article {
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 18px;
    min-height: 100%;
    padding: 1rem;
}

.construction-v2-process article > span {
    align-items: center;
    background: var(--dch-primary-dark);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 950;
    height: 38px;
    justify-content: center;
    margin-bottom: .8rem;
    width: 38px;
}

.construction-v2-process h3 {
    color: var(--dch-navy);
    font-size: .98rem;
    font-weight: 950;
}

.construction-v2-process p {
    color: #475569;
    font-size: .9rem;
    line-height: 1.55;
}

.construction-v2-source-cloud,
.construction-v2-request-options {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: center;
}

.construction-v2-source-cloud span,
.construction-v2-request-options span {
    background: #fff;
    border: 1px solid #cfe1f5;
    border-radius: 999px;
    color: #173b5c;
    font-size: .9rem;
    font-weight: 850;
    padding: .62rem .85rem;
}

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

.construction-v2-request {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(140deg, var(--dch-primary), var(--dch-accent), var(--dch-accent-3)) border-box;
    border: 1px solid transparent;
    border-radius: 24px;
    box-shadow: 0 20px 54px rgba(7, 26, 51, .1);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    padding: clamp(1.25rem, 3vw, 2.25rem);
}

.construction-v2-actions-dark .btn-outline-primary {
    background: #fff;
}

.construction-v2-request-options {
    justify-content: flex-start;
}

.construction-v2-disclaimer {
    background: #fff8e8;
    border: 1px solid #f2d58a;
    border-radius: 18px;
    padding: clamp(1.1rem, 2.5vw, 1.6rem);
}

.construction-v2-disclaimer h2 {
    color: #7c4a03;
    font-size: 1.18rem;
    font-weight: 950;
}

.construction-v2-disclaimer p {
    color: #54390b;
    line-height: 1.7;
}

.construction-safe-hero {
    background: linear-gradient(135deg, #eef6ff, #f8fbff 58%, #eefdf8);
    border-bottom: 1px solid #dbe7fb;
}

.construction-safe-page {
    overflow-x: hidden;
}

.construction-safe-preview {
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(7, 26, 51, .1);
    max-width: 100%;
}

.construction-safe-stat {
    border-bottom: 1px solid #edf2f7;
    gap: 1rem;
    padding: .6rem 0;
}

.construction-safe-stat:last-of-type {
    border-bottom: 0;
}

.construction-safe-stat span {
    color: #475569;
}

.construction-safe-stat strong {
    color: var(--dch-primary-dark);
}

.construction-safe-note {
    background: #fff8e8;
    border: 1px solid #f2d58a;
    border-radius: 14px;
    color: #694b00;
    font-size: .9rem;
    font-weight: 750;
    line-height: 1.45;
    padding: .85rem 1rem;
}

.construction-exec-section {
    background:
        radial-gradient(circle at 94% 12%, rgba(245, 158, 11, .16), transparent 24%),
        linear-gradient(135deg, #071a33 0%, #0b2f5f 48%, #0f766e 100%);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    box-shadow: 0 26px 70px rgba(7, 26, 51, .18);
    margin-inline: calc(var(--bs-gutter-x, 1.5rem) * -.5);
    overflow: hidden;
    padding: clamp(1rem, 3vw, 1.5rem);
}

.construction-safe-summary-intro {
    align-items: center;
    background:
        radial-gradient(circle at 96% 0%, rgba(245, 158, 11, .18), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(247,251,255,.96));
    border: 1px solid rgba(255,255,255,.74);
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(2, 8, 23, .18);
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    padding: clamp(1rem, 2.5vw, 1.45rem);
}

.construction-safe-summary-intro h2 {
    color: var(--dch-navy);
    margin-bottom: .55rem;
}

.construction-safe-summary-intro p {
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

.construction-exec-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .9rem;
}

.construction-exec-badges span {
    background: #eefdf8;
    border: 1px solid #b7eee3;
    border-radius: 999px;
    color: #075e59;
    font-size: .78rem;
    font-weight: 850;
    padding: .42rem .62rem;
}

.construction-safe-alert {
    background:
        linear-gradient(135deg, #fff1c7, #fff8e8),
        repeating-linear-gradient(-28deg, rgba(7, 26, 51, .04) 0 1px, transparent 1px 14px);
    border: 2px solid #f59e0b;
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(181, 71, 8, .14), inset 0 0 0 1px rgba(255,255,255,.65);
    color: #694b00;
    display: grid;
    gap: .25rem;
    padding: 1rem;
    position: relative;
}

.construction-safe-alert strong {
    color: #7c4a03;
    font-size: .9rem;
    font-weight: 950;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.construction-safe-alert span {
    color: #54390b;
    font-weight: 850;
    line-height: 1.45;
}

.construction-exec-kpi {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(160deg, rgba(29,78,216,.9), rgba(0,166,166,.82), rgba(245,158,11,.9)) border-box;
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(2, 8, 23, .16);
    display: grid;
    gap: .36rem;
    height: 100%;
    min-height: 205px;
    min-width: 0;
    overflow: hidden;
    padding: 1rem;
    position: relative;
}

.construction-exec-kpi::before {
    background: linear-gradient(90deg, var(--dch-primary), var(--dch-accent), var(--dch-accent-3));
    content: "";
    height: 5px;
    inset: 0 0 auto;
    position: absolute;
}

.construction-exec-kpi-label {
    color: #475569;
    display: block;
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .06em;
    margin-top: .35rem;
    text-transform: uppercase;
}

.construction-exec-kpi strong {
    color: var(--dch-primary-dark);
    display: block;
    font-size: clamp(1.65rem, 2.5vw, 2.15rem);
    font-weight: 950;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.construction-exec-kpi small {
    background: #fff7e6;
    border: 1px solid #f2d58a;
    border-radius: 999px;
    color: #9a5b00;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 900;
    justify-self: start;
    padding: .28rem .5rem;
}

.construction-exec-kpi p {
    color: #475569;
    font-size: .86rem;
    line-height: 1.45;
    margin: .25rem 0 0;
    overflow-wrap: anywhere;
}

.construction-safe-kpi {
    height: 100%;
    min-height: 188px;
}

.construction-safe-kpi strong {
    margin-bottom: .2rem;
}

.construction-safe-kpi p {
    color: #475569;
    font-size: .86rem;
    line-height: 1.45;
    margin: .55rem 0 0;
}

.construction-safe-section {
    border: 1px solid #dbe7fb;
    box-shadow: 0 14px 34px rgba(7, 26, 51, .06);
}

.construction-safe-info-card,
.construction-safe-step {
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: 16px;
    height: 100%;
    padding: 1rem;
}

.construction-safe-info-card h3,
.construction-safe-step h3 {
    color: var(--dch-navy);
    font-size: 1rem;
    font-weight: 900;
}

.construction-safe-info-card p,
.construction-safe-step p {
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.construction-safe-monitor {
    height: 100%;
}

.construction-safe-monitor ul {
    color: #475569;
    display: grid;
    gap: .35rem;
    margin: 0;
    padding-left: 1.1rem;
}

.construction-safe-chart-card {
    align-items: stretch;
    background: #fff;
    border: 1px solid #dbe7fb;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(7, 26, 51, .06);
    display: grid;
    gap: .75rem;
    height: 100%;
    justify-content: stretch;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    padding: 1rem;
    text-align: left;
    word-break: normal;
}

.construction-safe-chart-card img {
    aspect-ratio: 16 / 9;
    background: #f8fbff;
    border: 1px solid #e4ebf5;
    border-radius: 14px;
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    overflow: hidden;
    width: 100%;
}

.construction-safe-chart-card strong {
    color: var(--dch-navy);
    display: block;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}

.construction-safe-chart-card span {
    color: #475569;
    display: block;
    font-size: .92rem;
    line-height: 1.55;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: normal;
}

.construction-safe-step > span {
    align-items: center;
    background: var(--dch-primary-dark);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    height: 36px;
    justify-content: center;
    margin-bottom: .75rem;
    width: 36px;
}

.construction-safe-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.construction-safe-tags span {
    background: #fff;
    border: 1px solid #cfe1f5;
    border-radius: 999px;
    color: #173b5c;
    font-size: .88rem;
    font-weight: 750;
    padding: .52rem .75rem;
}

.construction-safe-audience {
    height: 100%;
}

.construction-safe-audience p {
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.construction-safe-cta {
    align-items: center;
    background: linear-gradient(135deg, #eaf3ff, #eefdf8);
    border: 1px solid #cfe1f5;
    border-radius: 18px;
}

.construction-safe-cta h2 {
    color: var(--dch-navy);
}

.construction-safe-disclaimer {
    background: #fff8e8;
    border: 1px solid #f2d58a;
    border-radius: 16px;
    color: #54390b;
    padding: 1.25rem;
}

.construction-safe-disclaimer h2 {
    color: #7c4a03;
    font-size: 1.15rem;
    font-weight: 900;
}

.construction-safe-disclaimer p {
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .construction-kpi-grid,
    .construction-solution-grid,
    .construction-view-grid,
    .construction-audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .construction-v2-kpi-featured,
    .construction-v2-monitor-grid,
    .construction-v2-audience-grid,
    .construction-v2-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .construction-v2-kpi-strip,
    .construction-v2-chart-sections,
    .construction-v2-request {
        grid-template-columns: 1fr;
    }

    .construction-demo-preview {
        margin-top: 1rem;
    }

    .construction-safe-cta {
        align-items: flex-start;
    }

    .construction-safe-summary-intro {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .construction-v2-actions .btn {
        width: 100%;
    }

    .construction-v2-trust,
    .construction-v2-source-cloud,
    .construction-v2-request-options,
    .construction-v2-link-row {
        align-items: stretch;
        flex-direction: column;
    }

    .construction-v2-trust span,
    .construction-v2-source-cloud span,
    .construction-v2-request-options span,
    .construction-v2-link-row a {
        border-radius: 14px;
        width: 100%;
    }

    .construction-v2-section-head {
        text-align: left;
    }

    .construction-v2-kpi-featured,
    .construction-v2-kpi-strip,
    .construction-v2-problem-grid,
    .construction-v2-monitor-grid,
    .construction-v2-audience-grid,
    .construction-v2-process {
        grid-template-columns: 1fr;
    }

    .construction-v2-chart-card {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .construction-v2-chart-art {
        height: 120px;
    }

    .construction-safe-hero .display-5 {
        font-size: 2rem;
    }

    .construction-exec-section {
        border-radius: 18px;
        margin-inline: 0;
    }

    .construction-safe-tags {
        flex-direction: column;
    }

    .construction-safe-tags span {
        border-radius: 12px;
        width: 100%;
    }

    .construction-safe-chart-card {
        padding: .85rem;
    }

    .construction-demo-hero {
        text-align: left;
    }

    .construction-demo-actions .btn,
    .construction-demo-actions-dark .btn {
        width: 100%;
    }

    .construction-demo-trust,
    .construction-source-tags,
    .construction-request-options {
        align-items: stretch;
        flex-direction: column;
    }

    .construction-demo-trust span,
    .construction-source-tags span,
    .construction-request-options div {
        border-radius: 14px;
        width: 100%;
    }

    .construction-preview-grid,
    .construction-kpi-grid,
    .construction-solution-grid,
    .construction-view-grid,
    .construction-audience-grid {
        grid-template-columns: 1fr;
    }

    .construction-section-heading {
        text-align: left;
    }

    .construction-demo-kpi,
    .construction-process article {
        align-items: flex-start;
    }

    .guidance-topic-grid {
        grid-template-columns: 1fr;
    }

    .hero-mini-dashboard,
    .hero-service-links,
    .hero-company-strip,
    .mission-purpose-section,
    .mission-purpose-grid,
    .home-secondary-hero__services,
    .home-secondary-hero__companies,
    .opportunity-explorer-header {
        grid-template-columns: 1fr;
    }

    .mission-purpose-section {
        padding: 1rem;
    }

    .mission-purpose-actions .btn {
        width: 100%;
    }

    .hero-company-links a {
        flex: 1 1 calc(50% - .5rem);
        text-align: center;
    }
}

@media print {
    @page {
        margin: 12mm 10mm 20mm;
        size: A4;
    }

    html,
    body {
        background: #fff !important;
        color: #0f172a !important;
        width: 210mm;
    }

    .generated-report-body main {
        margin: 0 auto !important;
        padding: 0 0 12mm !important;
    }

    .generated-report-body,
    .generated-report-body * {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .generated-report-toolbar,
    .generated-report-body .construction-tabs,
    .generated-report-body .btn,
    .generated-report-body script {
        display: none !important;
    }

    .generated-print-document {
        display: none !important;
        margin: 0 auto !important;
        padding: 0 !important;
        width: 190mm;
    }

    .generated-print-page {
        background: #fff;
        box-sizing: border-box;
        min-height: 265mm;
        page-break-after: always;
        padding: 10mm 8mm 19mm;
        position: relative;
        width: 190mm;
    }

    .generated-print-page:last-child {
        page-break-after: auto;
    }

    .generated-print-page-content {
        max-height: 236mm;
        overflow: hidden;
    }

    .generated-print-page-cover {
        background:
            linear-gradient(90deg, #0f8f9e 0 5mm, transparent 5mm),
            linear-gradient(135deg, #0f172a, #173b5c 62%, #0f8f9e) !important;
        border-radius: 0;
        color: #fff;
        display: flex;
        flex-direction: column;
        min-height: 265mm;
        padding: 18mm 15mm 16mm 20mm;
        page-break-after: always;
        position: relative;
    }

    .generated-print-page-cover::after {
        border: 1px solid rgba(255, 255, 255, .22);
        bottom: 9mm;
        content: "";
        left: 14mm;
        position: absolute;
        right: 9mm;
        top: 9mm;
    }

    .generated-print-cover-mark {
        color: #bfdbfe;
        font-size: 10pt;
        font-weight: 900;
        letter-spacing: .18em;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
    }

    .generated-print-cover-grid {
        align-items: flex-end;
        display: grid;
        gap: 12mm;
        grid-template-columns: 1fr 58mm;
        margin-top: 42mm;
        position: relative;
        z-index: 1;
    }

    .generated-print-eyebrow {
        color: #67e8f9;
        display: block;
        font-size: 9pt;
        font-weight: 900;
        letter-spacing: .12em;
        margin-bottom: 7mm;
        text-transform: uppercase;
    }

    .generated-print-page-cover h1 {
        color: #fff;
        font-size: 30pt;
        font-weight: 850;
        letter-spacing: 0;
        line-height: 1.08;
        margin: 0 0 8mm;
    }

    .generated-print-page-cover p {
        color: #dbeafe;
        font-size: 10.5pt;
        line-height: 1.65;
        margin: 0;
    }

    .generated-print-meta-card {
        background: rgba(255, 255, 255, .11);
        border: 1px solid rgba(255, 255, 255, .24);
        border-radius: 8mm;
        display: grid;
        gap: 2mm;
        padding: 7mm;
    }

    .generated-print-meta-card span,
    .generated-print-meta-card small {
        color: #bfdbfe;
        font-size: 8pt;
        font-weight: 800;
        text-transform: uppercase;
    }

    .generated-print-meta-card strong {
        color: #fff;
        font-size: 15pt;
        line-height: 1.2;
    }

    .generated-print-cover-meta {
        border-top: 1px solid rgba(255, 255, 255, .22);
        display: grid;
        gap: 5mm;
        grid-template-columns: repeat(4, 1fr);
        margin-top: auto;
        padding-top: 8mm;
        position: relative;
        z-index: 1;
    }

    .generated-print-cover-meta div {
        display: grid;
        gap: 1.5mm;
    }

    .generated-print-cover-meta span {
        color: #93c5fd;
        font-size: 7.5pt;
        font-weight: 900;
        text-transform: uppercase;
    }

    .generated-print-cover-meta strong {
        color: #fff;
        font-size: 9.5pt;
        line-height: 1.25;
    }

    .generated-print-confidential {
        border-left: 3px solid #67e8f9;
        color: #dbeafe !important;
        font-size: 8.5pt !important;
        margin-top: 8mm !important;
        max-width: 155mm;
        padding-left: 4mm;
        position: relative;
        z-index: 1;
    }

    .generated-print-footer {
        align-items: start;
        background: #fff !important;
        border-top: 1px solid #dbe4f0;
        bottom: 5mm !important;
        box-sizing: border-box;
        color: #475569;
        display: grid;
        font-size: 7.2pt;
        gap: 4mm;
        grid-template-columns: 1.4fr 1.25fr 1fr 22mm;
        height: 11mm;
        left: 8mm !important;
        line-height: 1.25;
        padding: 2.2mm 0 0;
        position: absolute !important;
        right: 8mm !important;
        top: auto !important;
        transform: none !important;
        width: auto !important;
        z-index: 10;
    }

    .generated-print-footer div {
        display: grid;
        gap: .6mm;
        min-width: 0;
    }

    .generated-print-footer strong {
        color: #0f2742;
        font-size: 7.4pt;
        font-weight: 850;
        letter-spacing: .04em;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .generated-print-footer span {
        color: #64748b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .generated-print-page-count {
        text-align: right;
    }

    .generated-print-page-count span::before {
        content: none;
    }

    .generated-print-section-heading {
        background: #f8fafc;
        border-left: 4px solid #0f8f9e;
        color: #0f2742;
        display: block;
        font-size: 13pt;
        font-weight: 850;
        margin: 0 0 4mm;
        padding: 2.5mm 4mm;
    }

    .generated-print-hero {
        margin-bottom: 4mm;
        padding: 7mm !important;
    }

    .generated-report-shell {
        display: block !important;
        max-width: 190mm;
        padding-bottom: 14mm;
        width: 190mm;
    }

    .generated-report-body .construction-hero {
        background: linear-gradient(135deg, #0f172a, #173b5c 58%, #0f8f9e) !important;
        border-radius: 12px;
        box-shadow: none;
        margin-bottom: 6mm;
        padding: 9mm;
    }

    .generated-report-body .construction-hero h1 {
        font-size: 22pt;
        letter-spacing: 0;
    }

    .generated-report-body .construction-hero p {
        font-size: 10pt;
    }

    .generated-report-body .construction-company-card {
        background: rgba(255, 255, 255, .12) !important;
        border-color: rgba(255, 255, 255, .24) !important;
        min-width: 52mm;
    }

    .generated-report-alert {
        border-radius: 8px;
        font-size: 9pt;
        margin-bottom: 5mm;
        padding: 3mm 4mm;
    }

    .generated-report-body .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
        page-break-before: auto;
    }

    .generated-report-body .tab-pane::before {
        background: #f8fafc;
        border-left: 4px solid #0f8f9e;
        color: #0f2742;
        display: block;
        font-size: 13pt;
        font-weight: 850;
        margin: 0 0 4mm;
        padding: 2.5mm 4mm;
    }

    .generated-report-body #overview::before { content: "Executive Overview"; }
    .generated-report-body #summary::before { content: "Executive Summary"; }
    .generated-report-body #sources::before { content: "Data Sources Reviewed"; }
    .generated-report-body #kpis::before { content: "KPI Summary"; }
    .generated-report-body #sections::before { content: "Dashboard Sections"; }
    .generated-report-body #results::before { content: "Analytics Results"; }
    .generated-report-body #risks::before { content: "Risks and Limitations"; }
    .generated-report-body #next::before { content: "Client Next Steps"; }

    .generated-report-body .tab-pane + .tab-pane {
        margin-top: 8mm;
    }

    .generated-report-body .lab-card,
    .generated-report-body .construction-kpi {
        border-color: #dbe4f0 !important;
        box-shadow: 0 2mm 8mm rgba(15, 39, 66, .08) !important;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .generated-report-body .lab-card h2 {
        color: #0f2742;
        font-weight: 850;
    }

    .generated-report-body .row {
        --bs-gutter-x: 4mm;
        --bs-gutter-y: 4mm;
    }

    .generated-report-body [class*="col-"] {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .generated-chart-card,
    .generated-chart-card-wide {
        min-height: auto;
        padding: 4mm;
    }

    .generated-chart-frame {
        background: #ffffff !important;
        border-color: #dbe4f0 !important;
        min-height: 64mm;
        padding: 3mm;
    }

    .generated-chart-card-wide .generated-chart-frame {
        min-height: 72mm;
    }

    .generated-score-chart {
        min-height: 58mm;
    }

    .generated-chart-card-wide .generated-score-chart {
        min-height: 66mm;
    }

    .generated-report-body .generated-chart-frame {
        display: none !important;
    }

    .generated-report-body .generated-print-static-chart {
        background: #f8fafc;
        border: 1px solid #dbe4f0;
        border-radius: 12px;
        display: grid !important;
        gap: 2.2mm;
        min-height: 45mm;
        padding: 4mm;
    }

    .generated-print-bar-row {
        align-items: center;
        display: grid;
        gap: 2.5mm;
        grid-template-columns: 34mm 1fr 17mm;
    }

    .generated-print-bar-label {
        color: #334155;
        font-size: 7.8pt;
        font-weight: 800;
        line-height: 1.15;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .generated-print-bar-track {
        background: #e2e8f0;
        border-radius: 999px;
        height: 4.2mm;
        overflow: hidden;
    }

    .generated-print-bar-track span {
        background: linear-gradient(90deg, #0f8f9e, #2563eb);
        border-radius: inherit;
        display: block;
        height: 100%;
    }

    .generated-print-bar-value {
        color: #0f2742;
        font-size: 8pt;
        font-weight: 900;
        text-align: right;
    }

    .generated-chart-note {
        border-radius: 6px;
        font-size: 8pt;
        margin-top: 3mm;
        padding: 2mm 3mm;
    }

    .generated-chart-status,
    .generated-chart-card .badge {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
}

@media print {
    .generated-report-body {
        background: #fff !important;
    }

    .generated-report-body main {
        margin: 0 !important;
        padding: 0 !important;
    }

    .generated-report-toolbar,
    .generated-print-document,
    .generated-print-footer {
        display: none !important;
    }

    .generated-report-shell {
        display: grid !important;
        gap: 1rem !important;
        margin: 0 auto !important;
        max-width: 1320px !important;
        padding: 0 !important;
        width: auto !important;
    }

    .generated-report-body .construction-tabs {
        display: none !important;
    }

    .generated-report-body .generated-selected-section-title {
        background: #f8fafc;
        border-left: 4px solid #0f8f9e;
        color: #0f2742;
        display: block !important;
        font-size: 13pt;
        font-weight: 850;
        margin: 0 0 4mm;
        padding: 2.5mm 4mm;
    }

    .generated-report-body .tab-content > .tab-pane {
        display: none !important;
        opacity: 0 !important;
    }

    .generated-report-body .tab-content > .tab-pane.active,
    .generated-report-body .tab-content > .tab-pane.show.active {
        display: block !important;
        opacity: 1 !important;
    }

    .generated-report-body .tab-pane::before {
        content: none !important;
        display: none !important;
    }

    .generated-report-body .generated-chart-frame {
        display: block !important;
        aspect-ratio: 16 / 9 !important;
        min-height: 0 !important;
    }

    .generated-report-body .generated-score-chart {
        display: block !important;
        min-height: 0 !important;
    }

    .generated-report-body .generated-print-static-chart {
        display: none !important;
    }

    .generated-report-body .lab-card,
    .generated-report-body .construction-kpi {
        box-shadow: 0 14px 32px rgba(15, 23, 42, .07) !important;
        break-inside: avoid-page !important;
        page-break-inside: avoid !important;
    }

    .generated-report-body .generated-chart-card,
    .generated-report-body .generated-chart-card-wide,
    .generated-report-body .generated-table-frame,
    .generated-report-body .row > [class*="col-"] {
        break-inside: avoid-page !important;
        page-break-inside: avoid !important;
    }

    .generated-report-body .generated-chart-card h2,
    .generated-report-body .lab-card h2,
    .generated-report-body .generated-chart-head {
        break-after: avoid-page !important;
        page-break-after: avoid !important;
    }

    .generated-report-body #overview .row.g-4,
    .generated-report-body #kpis .row.g-4,
    .generated-report-body #results .row.g-4 {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .generated-report-body #overview .row.g-4 > [class*="col-"],
    .generated-report-body #kpis .row.g-4 > [class*="col-"],
    .generated-report-body #results .row.g-4 > [class*="col-"] {
        display: block !important;
        flex: none !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .generated-report-body #overview .row.g-4 > [class*="col-"]:not(:first-child),
    .generated-report-body #kpis .row.g-4 > [class*="col-"]:not(:first-child),
    .generated-report-body #results .row.g-4 > [class*="col-"]:not(:first-child) {
        break-before: page !important;
        page-break-before: always !important;
    }

    .generated-report-body .construction-hero {
        border-radius: 28px !important;
        padding: 2rem !important;
    }

    .generated-report-body .generated-report-footer {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

/* Learning-first homepage cascade guard */
body {
    background: var(--color-background);
    color: var(--color-text);
    font-family: Inter, "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-brand {
    color: var(--color-primary);
    font-family: Manrope, "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    letter-spacing: 0;
}

.site-navbar {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--color-border);
    box-shadow: 0 12px 28px rgba(19, 34, 56, .06);
}

.site-navbar .container {
    min-height: 62px;
}

.site-navbar .nav-link {
    color: var(--color-primary);
    font-weight: 800;
}

.btn-primary,
.site-nav-cta {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.site-nav-cta:hover,
.site-nav-cta:focus {
    background: #0c1728;
    border-color: #0c1728;
    color: #fff;
}

.btn-outline-primary {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
}

.dch-announcement-strip,
.dch-learning-hero,
.dch-home-section,
.dch-subscribe-band,
.dch-quick-subscribe {
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
}

.dch-learning-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(244, 162, 97, .24), transparent 30%),
        linear-gradient(135deg, #132238 0%, #15364c 46%, #087e8b 100%);
    color: #fff;
}

.dch-learning-hero h1,
.dch-learning-hero p,
.dch-learning-hero .dch-kicker {
    color: #fff;
}

.dch-home-section {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    box-shadow: var(--dch-shadow-soft);
}

.dch-subscribe-band {
    background: linear-gradient(135deg, var(--color-primary), #0f4250);
    border-radius: 8px;
    color: #fff;
}

.dch-quick-subscribe .form-control {
    min-height: 52px;
}

.dch-quick-subscribe .btn {
    min-height: 52px;
}

@media (max-width: 767.98px) {
    .dch-announcement-strip {
        font-size: .82rem;
    }

    .site-navbar .container {
        gap: .45rem;
        min-height: 58px;
    }

    .dch-nav-search,
    .site-nav-cta,
    .navbar-toggler {
        min-height: 44px;
    }

    .dch-learning-hero {
        padding: 2.1rem 0 1.8rem;
    }

    .dch-learning-hero h1 {
        font-size: clamp(2rem, 13vw, 3rem);
    }

    .dch-home-section,
    .dch-subscribe-band {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        margin-left: -12px;
        margin-right: -12px;
    }
}

/* DataCareerHub vibrant learning-product homepage */
:root {
    --dch-v2-ink: #172033;
    --dch-v2-blue: #1746A2;
    --dch-v2-teal: #00A6A6;
    --dch-v2-coral: #FF6B57;
    --dch-v2-gold: #FFC857;
    --dch-v2-green: #63B35D;
    --dch-v2-lilac: #7B61FF;
    --dch-v2-cream: #FFF8EA;
    --dch-v2-sky: #E9F8FF;
    --dch-v2-pink: #FFF0ED;
    --dch-v2-line: #D9E3F0;
    --dch-v2-shadow: 0 22px 60px rgba(23, 32, 51, .13);
}

body {
    background: #fbfcff;
    color: var(--dch-v2-ink);
}

.dch-announcement-strip {
    background: linear-gradient(90deg, var(--dch-v2-coral), var(--dch-v2-gold) 50%, var(--dch-v2-teal));
    color: #172033;
    text-align: center;
}

.dch-announcement-strip a {
    color: #172033;
}

.site-navbar {
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(23, 32, 51, .08);
}

.site-brand .brand-mark {
    background: linear-gradient(135deg, var(--dch-v2-blue), var(--dch-v2-teal));
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.dropdown-item:hover,
.dropdown-item:focus,
.dch-nav-search:hover,
.dch-nav-search:focus {
    color: var(--dch-v2-coral);
}

.btn-primary,
.site-nav-cta {
    background: var(--dch-v2-blue);
    border-color: var(--dch-v2-blue);
}

.btn-primary:hover,
.btn-primary:focus,
.site-nav-cta:hover,
.site-nav-cta:focus {
    background: #0f3277;
    border-color: #0f3277;
}

.btn-light {
    background: #fff;
    border-color: #fff;
    color: var(--dch-v2-ink);
}

.btn-outline-primary {
    border-color: var(--dch-v2-blue);
    color: var(--dch-v2-blue);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: var(--dch-v2-blue);
    border-color: var(--dch-v2-blue);
}

.dch-home-v2-hero {
    background:
        radial-gradient(circle at 12% 14%, rgba(255, 200, 87, .46), transparent 17rem),
        radial-gradient(circle at 88% 18%, rgba(0, 166, 166, .2), transparent 22rem),
        linear-gradient(180deg, #fff8ea 0%, #e9f8ff 56%, #ffffff 100%);
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4.2rem) 0 2rem;
    position: relative;
}

.dch-home-v2-hero::before {
    background:
        linear-gradient(90deg, rgba(23, 70, 162, .12) 1px, transparent 1px),
        linear-gradient(180deg, rgba(23, 70, 162, .12) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    inset: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
}

.dch-home-v2-hero .container,
.dch-home-v2 .container {
    position: relative;
    z-index: 1;
}

.dch-home-v2-hero__grid {
    align-items: center;
    display: grid;
    gap: clamp(1.4rem, 4vw, 3.25rem);
    grid-template-columns: minmax(0, 1fr);
}

.dch-home-v2-hero__copy {
    display: grid;
    gap: 1rem;
}

.dch-v2-kicker {
    align-items: center;
    color: var(--dch-v2-blue);
    display: inline-flex;
    font-size: .76rem;
    font-weight: 900;
    gap: .45rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dch-v2-kicker::before {
    background: var(--dch-v2-coral);
    border-radius: 999px;
    content: "";
    height: .62rem;
    width: .62rem;
}

.dch-home-v2-hero h1 {
    color: var(--dch-v2-ink);
    font-size: clamp(2.6rem, 7.6vw, 5.65rem);
    font-weight: 900;
    line-height: .96;
    margin: 0;
    max-width: 860px;
}

.dch-home-v2-hero p {
    color: #4e5d73;
    font-size: clamp(1.05rem, 1.7vw, 1.28rem);
    line-height: 1.65;
    margin: 0;
    max-width: 720px;
}

.dch-home-v2-actions,
.dch-home-v2-proof,
.dch-v2-pill-row,
.dch-v2-lab-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.dch-home-v2-actions .btn {
    box-shadow: 0 12px 28px rgba(23, 70, 162, .16);
}

.dch-home-v2-proof span {
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(23, 32, 51, .1);
    border-radius: 999px;
    color: #4e5d73;
    font-size: .9rem;
    padding: .55rem .8rem;
}

.dch-home-v2-proof strong {
    color: var(--dch-v2-ink);
}

.dch-home-v2-hero__visual {
    border: 10px solid #fff;
    border-radius: 30px;
    box-shadow: var(--dch-v2-shadow);
    min-height: 280px;
    overflow: hidden;
    position: relative;
    transform: rotate(1.2deg);
}

.dch-home-v2-hero__visual img,
.dch-v2-showcase img,
.dch-v2-interview-band img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.dch-home-v2-floating-card {
    background: #fff;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 18px;
    bottom: 1rem;
    box-shadow: 0 16px 40px rgba(23, 32, 51, .18);
    display: grid;
    gap: .2rem;
    left: 1rem;
    max-width: 260px;
    padding: .9rem;
    position: absolute;
}

.dch-home-v2-floating-card span,
.dch-v2-mini-steps span,
.dch-v2-flagship-card span,
.dch-v2-resource-card span,
.dch-v2-path-card span {
    font-size: .72rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dch-home-v2-floating-card span {
    color: var(--dch-v2-coral);
}

.dch-home-v2-floating-card strong {
    color: var(--dch-v2-ink);
    line-height: 1.22;
}

.dch-home-v2-join {
    align-items: center;
    background: #172033;
    border-radius: 24px;
    box-shadow: var(--dch-v2-shadow);
    color: #fff;
    display: grid;
    gap: 1rem;
    margin-top: clamp(1.4rem, 4vw, 2.4rem);
    padding: 1rem;
}

.dch-home-v2-join > div:first-child {
    display: grid;
    gap: .35rem;
}

.dch-home-v2-join .dch-v2-kicker,
.dch-home-v2-join .dch-v2-kicker::before {
    color: var(--dch-v2-gold);
}

.dch-home-v2-join strong {
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: clamp(1.2rem, 3vw, 1.85rem);
    line-height: 1.15;
}

.dch-home-v2-join .dch-quick-subscribe {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.dch-home-v2-join .dch-quick-subscribe__copy {
    display: none;
}

.dch-home-v2 section {
    padding: clamp(2.4rem, 6vw, 5rem) 0;
}

.dch-v2-section-head {
    display: grid;
    gap: .55rem;
    margin-bottom: clamp(1.2rem, 3vw, 2rem);
    max-width: 820px;
}

.dch-v2-section-head--row {
    align-items: end;
    display: flex;
    justify-content: space-between;
    max-width: none;
}

.dch-v2-section-head h2,
.dch-v2-showcase h2,
.dch-v2-interview-band h2,
.dch-v2-lab h2 {
    color: var(--dch-v2-ink);
    font-size: clamp(2rem, 4.5vw, 3.45rem);
    font-weight: 900;
    line-height: 1;
    margin: 0;
}

.dch-v2-section-head p,
.dch-v2-showcase p,
.dch-v2-interview-band p,
.dch-v2-lab p {
    color: #59677c;
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
}

.dch-v2-path-grid,
.dch-v2-flagship-grid,
.dch-v2-resource-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.dch-v2-path-card,
.dch-v2-flagship-card,
.dch-v2-resource-card {
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(23, 32, 51, .08);
    color: inherit;
    display: grid;
    gap: .65rem;
    min-height: 100%;
    overflow: hidden;
    padding: 1.15rem;
    position: relative;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.dch-v2-path-card::after,
.dch-v2-flagship-card::after,
.dch-v2-resource-card::after {
    border-radius: 999px;
    content: "";
    height: 76px;
    opacity: .28;
    position: absolute;
    right: -22px;
    top: -22px;
    width: 76px;
}

.dch-v2-path-card:hover,
.dch-v2-path-card:focus,
.dch-v2-flagship-card:hover,
.dch-v2-flagship-card:focus,
.dch-v2-resource-card:hover,
.dch-v2-resource-card:focus {
    box-shadow: var(--dch-v2-shadow);
    transform: translateY(-4px);
}

.dch-v2-path-card span {
    align-items: center;
    border-radius: 16px;
    color: #fff;
    display: inline-grid;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.dch-v2-path-card strong,
.dch-v2-flagship-card strong,
.dch-v2-resource-card strong {
    color: var(--dch-v2-ink);
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: 1.22rem;
    line-height: 1.18;
}

.dch-v2-path-card small,
.dch-v2-flagship-card small,
.dch-v2-resource-card small {
    color: #5b687c;
    line-height: 1.55;
}

.dch-v2-path-card em,
.dch-v2-flagship-card em {
    color: var(--dch-v2-blue);
    font-style: normal;
    font-weight: 900;
    margin-top: .3rem;
}

.dch-v2-path-card--teal {
    background: #e9fbfb;
}

.dch-v2-path-card--teal span,
.dch-v2-path-card--teal::after {
    background: var(--dch-v2-teal);
}

.dch-v2-path-card--coral {
    background: #fff0ed;
}

.dch-v2-path-card--coral span,
.dch-v2-path-card--coral::after {
    background: var(--dch-v2-coral);
}

.dch-v2-path-card--gold {
    background: #fff8df;
}

.dch-v2-path-card--gold span,
.dch-v2-path-card--gold::after {
    background: #d79200;
}

.dch-v2-path-card--green {
    background: #effbea;
}

.dch-v2-path-card--green span,
.dch-v2-path-card--green::after {
    background: var(--dch-v2-green);
}

.dch-v2-showcase {
    background: #172033;
    color: #fff;
}

.dch-v2-showcase__grid,
.dch-v2-interview-band__grid,
.dch-v2-lab__grid {
    align-items: center;
    display: grid;
    gap: clamp(1.4rem, 4vw, 3rem);
    grid-template-columns: 1fr;
}

.dch-v2-showcase h2,
.dch-v2-showcase p,
.dch-v2-showcase .dch-v2-kicker {
    color: #fff;
}

.dch-v2-showcase .dch-v2-kicker::before {
    background: var(--dch-v2-gold);
}

.dch-v2-showcase img,
.dch-v2-interview-band img {
    aspect-ratio: 16 / 10;
    border: 10px solid rgba(255, 255, 255, .14);
    border-radius: 28px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
}

.dch-v2-mini-steps {
    display: grid;
    gap: .6rem;
    margin: 1.25rem 0;
}

.dch-v2-mini-steps span {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #fff;
    padding: .7rem .9rem;
}

.dch-v2-flagships {
    background:
        radial-gradient(circle at 90% 10%, rgba(123, 97, 255, .12), transparent 22rem),
        #fff;
}

.dch-v2-link {
    color: var(--dch-v2-blue);
    font-weight: 900;
    text-decoration: none;
}

.dch-v2-flagship-card:nth-child(1) {
    background: var(--dch-v2-pink);
}

.dch-v2-flagship-card:nth-child(2) {
    background: var(--dch-v2-sky);
}

.dch-v2-flagship-card:nth-child(3) {
    background: var(--dch-v2-cream);
}

.dch-v2-flagship-card span,
.dch-v2-resource-card span {
    color: var(--dch-v2-coral);
}

.dch-v2-interview-band {
    background:
        radial-gradient(circle at 12% 16%, rgba(255, 107, 87, .18), transparent 20rem),
        linear-gradient(180deg, #f8fbff, #ffffff);
}

.dch-v2-pill-row a {
    background: #fff;
    border: 1px solid var(--dch-v2-line);
    border-radius: 999px;
    color: var(--dch-v2-blue);
    font-weight: 900;
    padding: .7rem .95rem;
    text-decoration: none;
}

.dch-v2-resource-wall {
    background: #fff8ea;
}

.dch-v2-resource-card {
    background: #fff;
}

.dch-v2-lab {
    background: linear-gradient(135deg, #e9fbfb, #f7f1ff);
}

.dch-v2-lab__grid {
    background: #fff;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 28px;
    box-shadow: var(--dch-v2-shadow);
    padding: clamp(1.2rem, 4vw, 2.2rem);
}

.dch-v2-subscribe {
    background: #172033;
}

.dch-v2-subscribe .dch-quick-subscribe {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: none;
}

@media (min-width: 768px) {
    .dch-home-v2-hero__grid {
        grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
    }

    .dch-home-v2-join {
        grid-template-columns: .9fr 1.1fr;
        padding: 1.25rem;
    }

    .dch-v2-path-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .dch-v2-flagship-grid,
    .dch-v2-resource-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dch-v2-showcase__grid,
    .dch-v2-interview-band__grid {
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    }

    .dch-v2-interview-band__grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    }

    .dch-v2-lab__grid {
        grid-template-columns: 1fr auto;
    }
}

@media (max-width: 767.98px) {
    .dch-home-v2-hero {
        padding-top: 1.4rem;
    }

    .dch-home-v2-hero h1 {
        font-size: clamp(2.35rem, 13vw, 3.6rem);
    }

    .dch-home-v2-actions .btn,
    .dch-v2-lab-actions .btn {
        width: 100%;
    }

    .dch-home-v2-proof {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dch-home-v2-proof span {
        text-align: center;
    }

    .dch-home-v2-hero__visual {
        border-radius: 22px;
        min-height: 220px;
        transform: none;
    }

    .dch-home-v2-floating-card {
        left: .7rem;
        right: .7rem;
        max-width: none;
    }

    .dch-home-v2-join,
    .dch-v2-lab__grid {
        border-radius: 20px;
    }

    .dch-v2-section-head--row {
        align-items: start;
        display: grid;
    }

    .dch-v2-showcase img,
    .dch-v2-interview-band img {
        border-width: 6px;
        border-radius: 20px;
    }
}

/* DataCareerHub identity polish: prism palette, header, and subscription strip */
:root {
    --dch-brand-ink: #10162F;
    --dch-brand-blue: #275EFE;
    --dch-brand-teal: #13C6B4;
    --dch-brand-guava: #FF5C7A;
    --dch-brand-sun: #FFD166;
    --dch-brand-mint: #8BE28B;
    --dch-brand-paper: #FFFBF2;
    --dch-brand-cloud: #F4F7FF;
    --dch-brand-line: #DDE5F5;
}

.dch-announcement-strip {
    background:
        linear-gradient(90deg, rgba(19, 198, 180, .24), transparent 22%),
        linear-gradient(270deg, rgba(255, 92, 122, .22), transparent 22%),
        var(--dch-brand-ink);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    font-size: .9rem;
    text-align: left;
}

.dch-announcement-link {
    align-items: center;
    color: #fff;
    display: flex;
    gap: .7rem;
    justify-content: center;
    min-height: 42px;
    padding: .45rem 0;
    text-decoration: none;
}

.dch-announcement-link:hover,
.dch-announcement-link:focus {
    color: #fff;
}

.dch-announcement-badge {
    background: var(--dch-brand-sun);
    border-radius: 999px;
    color: #291b00;
    flex: 0 0 auto;
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .05em;
    padding: .32rem .62rem;
    text-transform: uppercase;
}

.dch-announcement-copy {
    color: rgba(255, 255, 255, .9);
    font-weight: 760;
    line-height: 1.25;
}

.dch-announcement-action {
    align-items: center;
    color: var(--dch-brand-sun);
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 950;
    gap: .35rem;
}

.dch-announcement-action::after {
    content: "->";
    font-weight: 950;
}

.site-navbar {
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(16, 22, 47, .08);
    box-shadow: 0 14px 36px rgba(16, 22, 47, .08);
}

.site-navbar .container {
    min-height: 74px;
}

.site-brand {
    align-items: center;
    color: var(--dch-brand-ink);
    display: inline-flex;
    gap: .75rem;
    min-width: 0;
    text-decoration: none;
}

.site-brand:hover,
.site-brand:focus {
    color: var(--dch-brand-ink);
}

.site-brand .brand-mark {
    align-items: center;
    background:
        linear-gradient(135deg, var(--dch-brand-guava) 0 32%, var(--dch-brand-sun) 32% 55%, var(--dch-brand-teal) 55% 100%);
    border: 2px solid #fff;
    border-radius: 16px 16px 16px 5px;
    box-shadow: 0 12px 28px rgba(39, 94, 254, .24);
    color: #fff;
    display: inline-grid;
    flex: 0 0 auto;
    height: 46px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 46px;
}

.site-brand .brand-mark::after {
    background: rgba(16, 22, 47, .88);
    border-radius: 12px 12px 12px 3px;
    content: "";
    inset: 6px;
    position: absolute;
}

.site-brand .brand-mark span {
    color: #fff;
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: 1.35rem;
    font-weight: 950;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.brand-copy {
    display: grid;
    line-height: 1;
    min-width: 0;
}

.brand-name {
    color: var(--dch-brand-ink);
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: 1.12rem;
    font-weight: 950;
    letter-spacing: 0;
    white-space: nowrap;
}

.brand-dot {
    color: var(--dch-brand-guava);
}

.brand-tagline {
    color: #66718a;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .06em;
    margin-top: .22rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-navbar .nav-link,
.site-navbar .dropdown-toggle,
.site-navbar .dropdown-item {
    color: var(--dch-brand-ink);
    font-size: .94rem;
    font-weight: 850;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.site-navbar .dropdown-toggle:hover,
.site-navbar .dropdown-toggle:focus,
.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus {
    color: var(--dch-brand-blue);
}

.dch-nav-search {
    background: var(--dch-brand-cloud);
    border: 1px solid var(--dch-brand-line);
    border-radius: 999px;
    color: var(--dch-brand-ink);
    min-height: 42px;
    padding: .48rem .85rem;
}

.dch-nav-search::before {
    content: "/";
    color: var(--dch-brand-guava);
    font-weight: 950;
    margin-right: .2rem;
}

.site-nav-cta {
    background: linear-gradient(135deg, var(--dch-brand-blue), #1839B8);
    border: 0;
    box-shadow: 0 12px 26px rgba(39, 94, 254, .25);
    min-height: 42px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.site-nav-cta:hover,
.site-nav-cta:focus {
    background: linear-gradient(135deg, #1839B8, var(--dch-brand-blue));
    transform: translateY(-1px);
}

.dch-menu-toggle {
    align-items: center;
    background: var(--dch-brand-ink);
    border: 0;
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(16, 22, 47, .18);
    display: inline-grid;
    gap: 4px;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 44px;
}

.dch-menu-toggle:focus {
    box-shadow: 0 0 0 .22rem rgba(19, 198, 180, .28), 0 12px 24px rgba(16, 22, 47, .18);
}

.dch-menu-toggle span {
    background: #fff;
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 18px;
}

.dch-menu-toggle span:nth-child(2) {
    background: var(--dch-brand-sun);
    width: 14px;
}

.dch-home-v2-hero {
    background:
        radial-gradient(circle at 10% 12%, rgba(255, 209, 102, .58), transparent 17rem),
        radial-gradient(circle at 86% 14%, rgba(19, 198, 180, .24), transparent 23rem),
        linear-gradient(180deg, #fffbf2 0%, #f4f7ff 58%, #ffffff 100%);
}

.dch-home-v2-hero h1,
.dch-v2-section-head h2,
.dch-v2-showcase h2,
.dch-v2-interview-band h2,
.dch-v2-lab h2 {
    color: var(--dch-brand-ink);
}

.dch-v2-kicker {
    color: var(--dch-brand-blue);
}

.dch-v2-kicker::before {
    background: var(--dch-brand-guava);
}

.dch-v2-showcase {
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 92, 122, .22), transparent 20rem),
        radial-gradient(circle at 88% 70%, rgba(19, 198, 180, .2), transparent 22rem),
        var(--dch-brand-ink);
}

.dch-v2-showcase h2,
.dch-v2-showcase p,
.dch-v2-showcase .dch-v2-kicker {
    color: #fff;
}

.dch-v2-path-card--teal span,
.dch-v2-path-card--teal::after {
    background: var(--dch-brand-teal);
}

.dch-v2-path-card--coral span,
.dch-v2-path-card--coral::after {
    background: var(--dch-brand-guava);
}

.dch-v2-path-card--gold span,
.dch-v2-path-card--gold::after {
    background: #E0A400;
}

.dch-v2-path-card--green span,
.dch-v2-path-card--green::after {
    background: var(--dch-brand-mint);
}

@media (max-width: 767.98px) {
    .dch-announcement-link {
        align-items: start;
        display: grid;
        gap: .32rem;
        justify-content: stretch;
        min-height: 0;
        padding: .62rem 0;
    }

    .dch-announcement-badge {
        justify-self: start;
    }

    .dch-announcement-copy {
        font-size: .86rem;
    }

    .dch-announcement-action {
        font-size: .86rem;
    }

    .site-navbar .container {
        min-height: 64px;
    }

    .site-brand {
        gap: .55rem;
        max-width: calc(100vw - 178px);
    }

    .site-brand .brand-mark {
        border-radius: 14px 14px 14px 4px;
        height: 40px;
        width: 40px;
    }

    .brand-name {
        font-size: .98rem;
    }

    .brand-tagline {
        display: none;
    }

    .dch-nav-search {
        font-size: 0;
        min-height: 40px;
        padding: 0;
        width: 40px;
    }

    .dch-nav-search::before {
        content: "Search";
        font-size: .72rem;
        margin: 0;
    }

    .navbar-collapse {
        border-radius: 22px;
    }
}

/* Final identity and jobs pass */
:root {
    --dch-brand-ink: #15122B;
    --dch-brand-indigo: #4237FF;
    --dch-brand-aqua: #00C2A8;
    --dch-brand-rose: #FF4F7B;
    --dch-brand-marigold: #FFBE3D;
    --dch-brand-lime: #A3E635;
    --dch-brand-ice: #EFFBFF;
    --dch-brand-blush: #FFF1F5;
    --dch-brand-cream: #FFF8E6;
    --dch-brand-border: #E3E8F4;
}

.dch-announcement-strip {
    background: var(--dch-brand-ink) !important;
    color: #fff !important;
}

.dch-announcement-link {
    color: #fff !important;
    display: flex !important;
    flex-wrap: nowrap;
    gap: .65rem;
    justify-content: center;
    min-height: 38px;
    overflow: hidden;
    padding: .42rem 0;
    white-space: nowrap;
}

.dch-announcement-badge {
    background: var(--dch-brand-marigold) !important;
    color: #1e1600 !important;
    font-size: .68rem;
    padding: .24rem .5rem;
}

.dch-announcement-copy {
    color: rgba(255, 255, 255, .94) !important;
    font-size: .88rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dch-announcement-action {
    color: var(--dch-brand-marigold) !important;
    font-size: .86rem;
}

.site-brand .brand-mark {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 48px;
    overflow: visible;
    width: 48px;
}

.site-brand .brand-mark::after {
    content: none !important;
}

.site-brand .brand-mark img {
    display: block;
    height: 44px;
    width: 44px;
}

.brand-name {
    color: var(--dch-brand-ink);
}

.brand-dot {
    color: var(--dch-brand-rose);
}

.site-nav-cta,
.btn-primary {
    background: linear-gradient(135deg, var(--dch-brand-indigo), #2C26B8) !important;
    border-color: transparent !important;
}

.dch-nav-search:hover,
.dch-nav-search:focus,
.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
    color: var(--dch-brand-indigo);
}

.dch-home-v2-hero {
    background:
        radial-gradient(circle at 8% 14%, rgba(255, 190, 61, .55), transparent 18rem),
        radial-gradient(circle at 88% 12%, rgba(0, 194, 168, .28), transparent 24rem),
        linear-gradient(180deg, #fff8e6 0%, #effbff 56%, #ffffff 100%) !important;
}

.dch-v2-showcase,
.dch-v2-subscribe {
    background:
        radial-gradient(circle at 15% 18%, rgba(255, 79, 123, .2), transparent 18rem),
        radial-gradient(circle at 88% 75%, rgba(0, 194, 168, .18), transparent 22rem),
        var(--dch-brand-ink) !important;
}

.dch-v2-path-card--teal {
    background: #E8FFFB;
}

.dch-v2-path-card--coral {
    background: var(--dch-brand-blush);
}

.dch-v2-path-card--gold {
    background: var(--dch-brand-cream);
}

.dch-v2-path-card--green {
    background: #F5FFE8;
}

.dch-v2-path-card--teal span,
.dch-v2-path-card--teal::after {
    background: var(--dch-brand-aqua);
}

.dch-v2-path-card--coral span,
.dch-v2-path-card--coral::after {
    background: var(--dch-brand-rose);
}

.dch-v2-path-card--gold span,
.dch-v2-path-card--gold::after {
    background: var(--dch-brand-marigold);
}

.dch-v2-path-card--green span,
.dch-v2-path-card--green::after {
    background: #6CBF18;
}

.dch-v2-jobs {
    background:
        linear-gradient(180deg, #fff, #f7f9ff),
        radial-gradient(circle at 10% 20%, rgba(66, 55, 255, .12), transparent 18rem);
    margin: 0;
    padding: clamp(2.5rem, 6vw, 5rem) 0 !important;
}

.dch-v2-jobs .opportunity-explorer-header {
    align-items: stretch;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: 1.25rem !important;
}

.dch-v2-jobs .opportunity-explorer-copy {
    background:
        radial-gradient(circle at right top, rgba(255, 190, 61, .24), transparent 14rem),
        #fff;
    border: 1px solid var(--dch-brand-border);
    border-radius: 26px;
    box-shadow: 0 18px 44px rgba(21, 18, 43, .08);
    padding: clamp(1.1rem, 3vw, 1.6rem);
}

.dch-v2-jobs .opportunity-explorer-copy h2 {
    color: var(--dch-brand-ink);
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 950;
    line-height: 1;
}

.dch-v2-jobs .opportunity-inspiration,
.dch-v2-jobs .country-context {
    color: #5b647a;
    line-height: 1.6;
}

.dch-v2-job-filter {
    background: var(--dch-brand-ink) !important;
    border: 0 !important;
    border-radius: 26px !important;
    box-shadow: 0 18px 44px rgba(21, 18, 43, .16);
    color: #fff;
}

.dch-v2-job-filter label {
    color: var(--dch-brand-marigold) !important;
}

.dch-v2-job-filter .form-select {
    border: 0;
    border-radius: 16px;
    min-height: 46px;
}

.dch-v2-job-filter a {
    color: var(--dch-brand-marigold) !important;
}

.dch-v2-jobs .dch-job-card {
    background: #fff;
    border: 1px solid var(--dch-brand-border) !important;
    border-image: none !important;
    border-radius: 22px !important;
    box-shadow: 0 16px 40px rgba(21, 18, 43, .08);
    overflow: hidden;
}

.dch-v2-jobs .dch-job-card::before {
    background: linear-gradient(90deg, var(--dch-brand-indigo), var(--dch-brand-aqua), var(--dch-brand-rose));
    content: "";
    display: block;
    height: 5px;
    margin: -1.5rem -1.5rem 1rem;
}

.dch-v2-jobs .dch-job-card h3 a {
    color: var(--dch-brand-ink);
}

.dch-v2-jobs .dch-badge {
    background: var(--dch-brand-ice);
    color: var(--dch-brand-indigo);
}

.dch-v2-jobs .job-score {
    border-radius: 18px;
}

.dch-v2-jobs .return-note,
.dch-v2-jobs .dch-quick-subscribe--jobs {
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(21, 18, 43, .08);
}

.dch-v2-jobs .dch-quick-subscribe--jobs {
    background: linear-gradient(135deg, var(--dch-brand-indigo), var(--dch-brand-ink));
}

.quick-paths {
    background: #fff;
    border-top: 1px solid var(--dch-brand-border);
    margin-top: 0 !important;
}

@media (min-width: 992px) {
    .dch-v2-jobs .opportunity-explorer-header {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .52fr);
    }
}

@media (max-width: 767.98px) {
    .dch-announcement-link {
        align-items: center;
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) auto;
        min-height: 36px;
    }

    .dch-announcement-badge {
        font-size: .62rem;
    }

    .dch-announcement-copy {
        font-size: .78rem;
    }

    .dch-announcement-action {
        font-size: .78rem;
    }

    .site-brand .brand-mark,
    .site-brand .brand-mark img {
        height: 42px;
        width: 42px;
    }

    .dch-v2-jobs .row.g-4.align-items-start {
        --bs-gutter-y: 1rem;
    }
}

/* Professional refinement: calmer identity, stable mobile frames, footer, legal pages */
:root {
    --dch-pro-ink: #14213D;
    --dch-pro-blue: #2563EB;
    --dch-pro-teal: #0F9F9A;
    --dch-pro-copper: #D97706;
    --dch-pro-sage: #5B8C5A;
    --dch-pro-bg: #F6F8FB;
    --dch-pro-surface: #FFFFFF;
    --dch-pro-soft: #EAF3F4;
    --dch-pro-border: #D8E1EA;
    --dch-pro-muted: #5F6F86;
    --dch-pro-shadow: 0 18px 48px rgba(20, 33, 61, .1);
}

body {
    background: var(--dch-pro-bg);
    color: var(--dch-pro-ink);
}

.dch-announcement-strip {
    background: #14213D !important;
}

.dch-announcement-link {
    color: #fff !important;
    min-height: 40px;
}

.dch-announcement-badge {
    background: #E9F7F6 !important;
    color: #075F5A !important;
}

.dch-announcement-copy {
    color: #F8FAFC !important;
}

.dch-announcement-action {
    color: #F7C873 !important;
}

.site-navbar {
    background: rgba(255, 255, 255, .95) !important;
    border-bottom-color: rgba(20, 33, 61, .08) !important;
}

.brand-name,
.site-navbar .nav-link,
.site-navbar .dropdown-toggle,
.site-navbar .dropdown-item {
    color: var(--dch-pro-ink) !important;
}

.brand-dot,
.dch-v2-kicker {
    color: var(--dch-pro-teal) !important;
}

.dch-v2-kicker::before {
    background: var(--dch-pro-copper) !important;
}

.btn-primary,
.site-nav-cta {
    background: var(--dch-pro-blue) !important;
    border-color: var(--dch-pro-blue) !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.site-nav-cta:hover,
.site-nav-cta:focus {
    background: #1D4ED8 !important;
    border-color: #1D4ED8 !important;
}

.dch-home-v2-hero {
    background:
        radial-gradient(circle at 10% 12%, rgba(15, 159, 154, .18), transparent 20rem),
        radial-gradient(circle at 88% 10%, rgba(217, 119, 6, .14), transparent 24rem),
        linear-gradient(180deg, #F9FBFD 0%, #EDF7F7 58%, #FFFFFF 100%) !important;
}

.dch-v2-showcase,
.dch-v2-subscribe {
    background:
        radial-gradient(circle at 12% 20%, rgba(15, 159, 154, .17), transparent 20rem),
        radial-gradient(circle at 88% 80%, rgba(217, 119, 6, .14), transparent 22rem),
        var(--dch-pro-ink) !important;
}

.dch-v2-path-card--teal {
    background: #EAF7F6 !important;
}

.dch-v2-path-card--coral {
    background: #FFF3EA !important;
}

.dch-v2-path-card--gold {
    background: #FFF8E8 !important;
}

.dch-v2-path-card--green {
    background: #EEF7EE !important;
}

.dch-v2-path-card--teal span,
.dch-v2-path-card--teal::after {
    background: var(--dch-pro-teal) !important;
}

.dch-v2-path-card--coral span,
.dch-v2-path-card--coral::after,
.dch-v2-path-card--gold span,
.dch-v2-path-card--gold::after {
    background: var(--dch-pro-copper) !important;
}

.dch-v2-path-card--green span,
.dch-v2-path-card--green::after {
    background: var(--dch-pro-sage) !important;
}

.dch-quick-subscribe {
    background: #14213D !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    color: #fff !important;
    max-width: 100%;
    overflow: hidden;
}

.dch-quick-subscribe__copy span {
    color: #F7C873 !important;
}

.dch-quick-subscribe__copy strong {
    color: #fff !important;
    font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.dch-quick-subscribe__copy small,
.dch-quick-subscribe p {
    color: rgba(255, 255, 255, .82) !important;
}

.dch-quick-subscribe__fields {
    min-width: 0;
}

.dch-quick-subscribe .form-control {
    background: #fff;
    border: 1px solid transparent;
    color: var(--dch-pro-ink);
    min-width: 0;
}

.dch-quick-subscribe .form-control::placeholder {
    color: #7A8798;
}

.dch-quick-subscribe .btn {
    background: #F7C873 !important;
    border-color: #F7C873 !important;
    color: #2B2107 !important;
    font-weight: 950;
    white-space: nowrap;
}

.dch-home-v2-join,
.dch-v2-subscribe .container,
.dch-v2-lab__grid,
.dch-v2-jobs .opportunity-explorer-copy,
.dch-v2-job-filter,
.dch-v2-jobs .dch-job-card {
    max-width: 100%;
}

.dch-home-v2-join {
    background: #14213D !important;
    border-radius: 22px;
    margin-left: 0;
    margin-right: 0;
}

.dch-home-v2-join strong {
    color: #fff;
}

.dch-v2-subscribe {
    overflow: hidden;
}

.dch-v2-subscribe .container {
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
}

.site-footer {
    background: var(--dch-pro-ink);
    color: #DCE7F3;
    margin-top: 0 !important;
}

.site-footer-top {
    background:
        radial-gradient(circle at 12% 12%, rgba(15, 159, 154, .18), transparent 20rem),
        radial-gradient(circle at 88% 18%, rgba(217, 119, 6, .12), transparent 20rem),
        var(--dch-pro-ink);
    padding: clamp(2.5rem, 5vw, 4.25rem) 0 2rem;
}

.site-footer-brand {
    align-items: center;
    color: #fff;
    display: inline-flex;
    gap: .85rem;
    text-decoration: none;
}

.site-footer-brand:hover,
.site-footer-brand:focus {
    color: #fff;
}

.site-footer-brand-mark,
.site-footer-brand-mark img {
    display: block;
    height: 44px;
    width: 44px;
}

.site-footer-brand span:last-child {
    display: grid;
    gap: .2rem;
}

.site-footer-brand strong {
    color: #fff;
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: 1.2rem;
    line-height: 1;
}

.site-footer-brand small {
    color: #AEBBD0;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.site-footer-copy {
    color: #B8C5D8;
    line-height: 1.7;
    max-width: 34rem;
}

.site-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.site-footer-heading {
    color: #fff;
    display: block;
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: .86rem;
    letter-spacing: .07em;
    margin-bottom: .8rem;
    text-transform: uppercase;
}

.site-footer-links {
    display: grid;
    gap: .55rem;
}

.site-footer-links a,
.site-footer-bottom-links a,
.site-footer-company a {
    color: #C8D4E6;
    text-decoration: none;
}

.site-footer-links a {
    border-radius: 10px;
    line-height: 1.35;
    padding: .18rem 0;
}

.site-footer-links a:hover,
.site-footer-links a:focus,
.site-footer-bottom-links a:hover,
.site-footer-bottom-links a:focus,
.site-footer-company a:hover,
.site-footer-company a:focus {
    color: #F7C873;
}

.site-footer-note {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    color: #B8C5D8;
    font-size: .9rem;
    line-height: 1.65;
    padding: 1rem;
}

.site-footer-bottom {
    background: #0E172B;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 1.15rem 0;
}

.site-footer-legal {
    display: grid;
    gap: .9rem;
}

.site-footer-bottom-links,
.site-footer-company {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem .9rem;
}

.site-footer-bottom-links a {
    font-weight: 800;
}

.site-footer-company {
    color: #99A8BE;
    font-size: .84rem;
    line-height: 1.45;
}

.legal-page-hero {
    background:
        radial-gradient(circle at 12% 20%, rgba(15, 159, 154, .18), transparent 20rem),
        linear-gradient(135deg, #F9FBFD 0%, #EAF3F4 100%) !important;
    border-bottom: 1px solid var(--dch-pro-border);
    color: var(--dch-pro-ink) !important;
}

.legal-page-hero h1,
.legal-page-hero p,
.legal-page-hero .lead {
    color: var(--dch-pro-ink) !important;
}

.legal-page-hero .section-kicker {
    color: var(--dch-pro-teal) !important;
}

.legal-page-hero .public-hero-stat-card {
    background: #fff;
    border: 1px solid var(--dch-pro-border);
    border-radius: 22px;
    box-shadow: var(--dch-pro-shadow);
    color: var(--dch-pro-ink);
    padding: 1.1rem;
}

.legal-page {
    max-width: 980px;
}

.legal-content-card {
    background: #fff;
    border: 1px solid var(--dch-pro-border);
    border-radius: 24px;
    box-shadow: var(--dch-pro-shadow);
    overflow: hidden;
    padding: clamp(1.2rem, 3vw, 2rem);
}

.legal-rich-text {
    color: #334155;
    font-size: 1rem;
    line-height: 1.78;
}

.legal-rich-text h1,
.legal-rich-text h2,
.legal-rich-text h3 {
    color: var(--dch-pro-ink);
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-weight: 900;
    line-height: 1.15;
    margin-top: 1.6em;
}

.legal-rich-text h1:first-child,
.legal-rich-text h2:first-child,
.legal-rich-text h3:first-child {
    margin-top: 0;
}

.legal-rich-text a {
    color: var(--dch-pro-blue);
    font-weight: 800;
}

.legal-rich-text ul,
.legal-rich-text ol {
    padding-left: 1.2rem;
}

.legal-rich-text li + li {
    margin-top: .45rem;
}

@media (min-width: 768px) {
    .site-footer-legal {
        align-items: start;
        grid-template-columns: .85fr 1fr;
    }

    .site-footer-company {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .dch-quick-subscribe {
        border-radius: 18px;
        padding: .9rem;
    }

    .dch-quick-subscribe__fields {
        grid-template-columns: 1fr !important;
    }

    .dch-quick-subscribe .btn,
    .dch-quick-subscribe .form-control {
        width: 100%;
    }

    .dch-home-v2-join {
        border-radius: 18px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: .9rem;
    }

    .dch-v2-subscribe .container,
    .dch-home-v2-hero .container,
    .dch-home-v2 .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-footer-top {
        padding-top: 2rem;
    }

    .site-footer-column {
        width: 100%;
    }

    .site-footer-links {
        gap: .45rem;
    }

    .site-footer-links a {
        background: rgba(255, 255, 255, .05);
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 12px;
        padding: .62rem .7rem;
    }

    .site-footer-bottom-links,
    .site-footer-company {
        display: grid;
        gap: .45rem;
    }

    .legal-content-card {
        border-radius: 18px;
        padding: 1rem;
    }
}

/* Jobs-first polish for homepage and jobs app pages */
.dch-nav-jobs-link {
    color: var(--dch-pro-blue) !important;
    position: relative;
}

.dch-nav-jobs-link::after {
    background: var(--dch-pro-teal);
    border-radius: 999px;
    content: "";
    height: 6px;
    position: absolute;
    right: .2rem;
    top: .6rem;
    width: 6px;
}

.dch-v2-jobs--home {
    background:
        radial-gradient(circle at 8% 8%, rgba(15, 159, 154, .15), transparent 18rem),
        linear-gradient(180deg, #FFFFFF 0%, #F1F6FA 100%) !important;
    border-bottom: 1px solid var(--dch-pro-border);
    border-top: 1px solid var(--dch-pro-border);
}

.dch-v2-jobs-head {
    margin-bottom: 1.25rem;
}

.dch-v2-jobs-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: .65rem;
}

.dch-v2-jobs-actions .btn,
.dch-v2-more-jobs .btn {
    min-height: 46px;
}

.dch-v2-job-toolbar {
    align-items: center;
    background: #fff;
    border: 1px solid var(--dch-pro-border);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(20, 33, 61, .07);
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
}

.dch-v2-job-toolbar > div:first-child {
    display: grid;
    gap: .2rem;
}

.dch-v2-job-toolbar strong {
    color: var(--dch-pro-ink);
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: 1.12rem;
}

.dch-v2-job-toolbar span {
    color: var(--dch-pro-muted);
    font-size: .92rem;
}

.dch-v2-country-filter {
    align-items: end;
    display: grid;
    gap: .45rem;
    grid-template-columns: 1fr;
}

.dch-v2-country-filter label {
    color: var(--dch-pro-muted);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.dch-v2-country-filter .form-select {
    border-color: var(--dch-pro-border);
    border-radius: 14px;
    min-height: 44px;
}

.dch-v2-country-filter a {
    color: var(--dch-pro-blue);
    font-weight: 900;
    text-decoration: none;
}

.dch-v2-jobs--home .dch-job-card {
    border-radius: 20px !important;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.dch-v2-jobs--home .dch-job-card .btn {
    background: #fff;
    border-color: var(--dch-pro-blue);
    color: var(--dch-pro-blue);
    font-weight: 900;
}

.dch-v2-jobs--home .dch-job-card .btn:hover,
.dch-v2-jobs--home .dch-job-card .btn:focus {
    background: var(--dch-pro-blue);
    color: #fff;
}

.dch-v2-more-jobs {
    align-items: center;
    background:
        radial-gradient(circle at 92% 12%, rgba(247, 200, 115, .18), transparent 16rem),
        var(--dch-pro-ink);
    border-radius: 24px;
    box-shadow: var(--dch-pro-shadow);
    color: #fff;
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
    padding: clamp(1rem, 3vw, 1.4rem);
}

.dch-v2-more-jobs strong {
    color: #fff;
    display: block;
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: 1.35rem;
    line-height: 1.15;
}

.dch-v2-more-jobs span {
    color: #C9D5E5;
}

.dch-v2-more-jobs > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.jobs-page {
    background: var(--dch-pro-bg);
}

.jobs-page .dch-hero {
    background:
        radial-gradient(circle at 12% 12%, rgba(15, 159, 154, .16), transparent 18rem),
        radial-gradient(circle at 88% 10%, rgba(217, 119, 6, .12), transparent 18rem),
        linear-gradient(180deg, #FFFFFF 0%, #EAF3F4 100%) !important;
    border-bottom: 1px solid var(--dch-pro-border);
    color: var(--dch-pro-ink) !important;
}

.jobs-page .dch-hero h1,
.jobs-page .dch-hero p,
.jobs-page .dch-hero .lead {
    color: var(--dch-pro-ink) !important;
}

.jobs-page .dch-hero .section-kicker {
    color: var(--dch-pro-teal) !important;
}

.jobs-page .dch-card,
.jobs-page .dch-search-panel,
.jobs-page .new-jobs-banner {
    border: 1px solid var(--dch-pro-border);
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(20, 33, 61, .08);
}

.dch-jobs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.1rem;
}

.jobs-page .dch-search-panel {
    background: #fff;
    padding: 1rem;
}

.jobs-page .dch-search-panel .form-control,
.jobs-page .dch-search-panel .form-select {
    border-color: var(--dch-pro-border);
    border-radius: 14px;
    min-height: 46px;
}

.jobs-page .country-search-field label {
    color: var(--dch-pro-muted);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.jobs-page .dch-job-card {
    border: 1px solid var(--dch-pro-border) !important;
    border-image: none !important;
    border-radius: 20px !important;
    box-shadow: 0 16px 38px rgba(20, 33, 61, .08);
}

.jobs-page .dch-job-card::before {
    background: linear-gradient(90deg, var(--dch-pro-blue), var(--dch-pro-teal));
    content: "";
    display: block;
    height: 5px;
    margin: -1.5rem -1.5rem 1rem;
}

@media (min-width: 768px) {
    .dch-v2-job-toolbar {
        grid-template-columns: 1fr minmax(280px, .45fr);
    }

    .dch-v2-more-jobs {
        grid-template-columns: 1fr auto;
    }
}

@media (max-width: 767.98px) {
    .dch-v2-jobs-actions,
    .dch-v2-more-jobs > div:last-child {
        display: grid;
        width: 100%;
    }

    .dch-v2-jobs-actions .btn,
    .dch-v2-more-jobs .btn {
        width: 100%;
    }

    .dch-v2-job-toolbar {
        border-radius: 18px;
        padding: .9rem;
    }

    .jobs-page .dch-search-panel {
        padding: .85rem;
    }
}

/* Homepage jobs as concise opportunity teasers */
.dch-home-v2-hero h1,
.dch-v2-section-head h2,
.dch-v2-showcase h2,
.dch-v2-interview-band h2,
.dch-v2-lab h2,
.dch-v2-jobs .opportunity-explorer-copy h2 {
    font-family: Inter, "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: 850 !important;
    letter-spacing: 0;
}

.dch-v2-jobs-head h2 {
    font-size: clamp(1.8rem, 3.8vw, 2.85rem);
    line-height: 1.08;
}

.dch-v2-jobs-head p {
    max-width: 760px;
}

.dch-job-teaser {
    background: #fff;
    border: 1px solid var(--dch-pro-border);
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(20, 33, 61, .07);
    color: var(--dch-pro-ink);
    display: grid;
    gap: .9rem;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dch-job-teaser::before {
    background: linear-gradient(90deg, var(--dch-pro-teal), var(--dch-pro-blue));
    border-radius: 20px 20px 0 0;
    content: "";
    height: 4px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.dch-job-teaser:hover,
.dch-job-teaser:focus-within {
    border-color: rgba(37, 99, 235, .3);
    box-shadow: var(--dch-pro-shadow);
    transform: translateY(-2px);
}

.dch-job-teaser__type {
    background: var(--dch-pro-soft);
    border-radius: 999px;
    color: #0B6F6B;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    margin-bottom: .65rem;
    padding: .32rem .58rem;
    text-transform: uppercase;
}

.dch-job-teaser h3 {
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: 1.08rem;
    font-weight: 850;
    line-height: 1.25;
    margin: 0 0 .25rem;
}

.dch-job-teaser h3 a {
    color: var(--dch-pro-ink);
    text-decoration: none;
}

.dch-job-teaser h3 a:hover,
.dch-job-teaser h3 a:focus {
    color: var(--dch-pro-blue);
}

.dch-job-teaser p {
    color: var(--dch-pro-muted);
    font-weight: 750;
    margin: 0;
}

.dch-job-teaser__meta {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.dch-job-teaser__meta span {
    background: #F6F8FB;
    border: 1px solid var(--dch-pro-border);
    border-radius: 999px;
    color: #506177;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.2;
    padding: .36rem .55rem;
}

.dch-job-teaser .btn {
    justify-self: start;
}

@media (max-width: 767.98px) {
    .dch-job-teaser {
        border-radius: 18px;
    }
}

/* Top career path job cards */
.dch-v2-career-paths {
    background:
        radial-gradient(circle at 90% 18%, rgba(15, 159, 154, .12), transparent 18rem),
        #fff;
    border-bottom: 1px solid var(--dch-pro-border);
}

.dch-v2-path-map {
    background: var(--dch-pro-ink);
    border: 1px solid rgba(20, 33, 61, .1);
    border-radius: 28px;
    box-shadow: var(--dch-pro-shadow);
    margin: 0 0 clamp(1.6rem, 4vw, 2.5rem);
    overflow: hidden;
    position: relative;
}

.dch-v2-path-map img {
    aspect-ratio: 21 / 8;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.dch-v2-path-map figcaption {
    align-items: center;
    background: rgba(20, 33, 61, .88);
    backdrop-filter: blur(10px);
    bottom: 0;
    color: #fff;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    left: 0;
    padding: .85rem 1rem;
    position: absolute;
    right: 0;
}

.dch-v2-path-map figcaption strong {
    color: #fff;
    flex: 0 0 auto;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-weight: 900;
}

.dch-v2-path-map figcaption span {
    color: #D6E1F0;
    font-size: .92rem;
    line-height: 1.35;
    text-align: right;
}

.dch-v2-career-grid {
    display: grid;
    gap: .9rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dch-v2-career-card {
    background: #fff;
    border: 1px solid var(--dch-pro-border);
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(20, 33, 61, .06);
    color: var(--dch-pro-ink);
    display: grid;
    gap: .45rem;
    min-height: 100%;
    padding: .95rem;
    position: relative;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dch-v2-career-card:hover,
.dch-v2-career-card:focus {
    border-color: rgba(37, 99, 235, .28);
    box-shadow: var(--dch-pro-shadow);
    color: var(--dch-pro-ink);
    transform: translateY(-2px);
}

.dch-v2-career-icon {
    align-items: center;
    border-radius: 16px;
    color: #fff;
    display: inline-grid;
    font-family: Inter, system-ui, sans-serif;
    font-size: .85rem;
    font-weight: 950;
    height: 46px;
    justify-content: center;
    letter-spacing: .02em;
    width: 46px;
}

.dch-v2-career-card strong {
    color: var(--dch-pro-ink);
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 850;
    line-height: 1.2;
}

.dch-v2-career-card small {
    color: var(--dch-pro-muted);
    line-height: 1.45;
}

.dch-v2-career-card em {
    color: var(--dch-pro-blue);
    font-style: normal;
    font-weight: 900;
    margin-top: .15rem;
}

.dch-v2-career-card em::after {
    content: " ->";
}

.dch-v2-career-card--teal .dch-v2-career-icon {
    background: var(--dch-pro-teal);
}

.dch-v2-career-card--blue .dch-v2-career-icon {
    background: var(--dch-pro-blue);
}

.dch-v2-career-card--sage .dch-v2-career-icon {
    background: var(--dch-pro-sage);
}

.dch-v2-career-card--copper .dch-v2-career-icon {
    background: var(--dch-pro-copper);
}

.dch-v2-career-card--navy .dch-v2-career-icon {
    background: var(--dch-pro-ink);
}

.dch-v2-career-card--gold .dch-v2-career-icon {
    background: #B7791F;
}

@media (min-width: 768px) {
    .dch-v2-career-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .dch-v2-career-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

/* Stable dropdown behavior */
@media (min-width: 992px) {
    .site-navbar .dropdown {
        position: relative;
    }

    .site-navbar .dropdown-menu {
        left: auto;
        margin-top: 0;
        min-width: 230px;
        right: 0;
        top: 100%;
    }

    .site-navbar .dropdown:hover > .dropdown-menu,
    .site-navbar .dropdown:focus-within > .dropdown-menu,
    .site-navbar .dropdown-menu:hover {
        display: block;
    }

    .site-navbar .dropdown::after {
        bottom: -12px;
        content: "";
        height: 12px;
        left: 0;
        position: absolute;
        right: 0;
    }
}

/* Learning-app treatment for core public pages */
.career-resource-hub,
.guides-page,
.career-advice-page,
.about-page,
.subscribe-guidance-page {
    background: var(--dch-pro-bg);
}

.resources-hero,
.guides-page-hero,
.page-hero,
.page-hero-dark,
.about-page-hero {
    background:
        radial-gradient(circle at 12% 12%, rgba(15, 159, 154, .18), transparent 19rem),
        radial-gradient(circle at 88% 12%, rgba(217, 119, 6, .12), transparent 20rem),
        linear-gradient(180deg, #fff 0%, #EAF3F4 100%) !important;
    border-bottom: 1px solid var(--dch-pro-border);
    color: var(--dch-pro-ink) !important;
}

.resources-hero h1,
.guides-page-hero h1,
.page-hero h1,
.page-hero-dark h1,
.about-page-hero h1 {
    color: var(--dch-pro-ink) !important;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-weight: 850;
    letter-spacing: 0;
}

.resources-hero p,
.guides-page-hero p,
.page-hero p,
.page-hero-dark p,
.about-page-hero p {
    color: #4F6075 !important;
}

.resources-hero .section-kicker,
.guides-page-hero .section-kicker,
.page-hero .section-kicker,
.page-hero-dark .section-kicker,
.about-page-hero .section-kicker {
    color: var(--dch-pro-teal) !important;
}

.public-hero-stat-card,
.resources-search-card,
.resource-side-panel,
.toolkit-request-card,
.toolkit-intro-main,
.toolkit-trust-panel,
.subscribe-guidance-card {
    background: #fff !important;
    border: 1px solid var(--dch-pro-border) !important;
    border-radius: 24px !important;
    box-shadow: var(--dch-pro-shadow) !important;
    color: var(--dch-pro-ink) !important;
}

.public-hero-stat-card strong {
    color: var(--dch-pro-ink);
}

.resource-hub-band,
.guides-page,
.career-advice-page .container,
.about-page section:not(.public-page-hero) {
    position: relative;
}

.resource-index-card,
.resource-start-card,
.related-resource-card,
.resource-card,
.guides-page .card,
.career-advice-page .resource-card {
    background: #fff !important;
    border: 1px solid var(--dch-pro-border) !important;
    border-image: none !important;
    border-radius: 22px !important;
    box-shadow: 0 14px 34px rgba(20, 33, 61, .07) !important;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.resource-index-card::before,
.resource-card::before,
.guides-page .card::before,
.career-advice-page .resource-card::before {
    background: linear-gradient(90deg, var(--dch-pro-teal), var(--dch-pro-blue));
    content: "";
    display: block;
    height: 4px;
    margin: -1px -1px 1rem;
}

.resource-index-card:hover,
.resource-start-card:hover,
.related-resource-card:hover,
.resource-card:hover,
.guides-page .card:hover,
.career-advice-page .resource-card:hover {
    border-color: rgba(37, 99, 235, .28) !important;
    box-shadow: var(--dch-pro-shadow) !important;
    transform: translateY(-2px);
}

.resource-index-card h3 a,
.guides-page .card h2 a,
.career-advice-page .resource-card h2 a {
    color: var(--dch-pro-ink);
    text-decoration: none;
}

.resource-index-card h3 a:hover,
.guides-page .card h2 a:hover,
.career-advice-page .resource-card h2 a:hover {
    color: var(--dch-pro-blue);
}

.resource-category-badge,
.resource-status,
.resource-pillar-badge {
    border-radius: 999px !important;
    font-weight: 850 !important;
}

.resources-category-nav {
    background: #fff;
    border: 1px solid var(--dch-pro-border);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(20, 33, 61, .06);
    padding: .65rem;
}

.resources-category-nav a {
    border-radius: 999px;
    color: var(--dch-pro-blue);
    font-weight: 850;
    padding: .45rem .7rem;
    text-decoration: none;
}

.toolkit-intro-panel,
.career-advice-page .row.g-4,
.guides-page .row.g-4 {
    align-items: stretch;
}

.toolkit-feature-list,
.toolkit-process-list,
.toolkit-trust-list {
    color: #405166;
    line-height: 1.7;
}

.subscribe-guidance-page {
    max-width: 1120px;
}

.subscribe-guidance-card {
    overflow: hidden;
}

.subscribe-guidance-card .card-body {
    background:
        radial-gradient(circle at 100% 0%, rgba(15, 159, 154, .12), transparent 17rem),
        #fff;
}

.guidance-topic-grid {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guidance-topic-option {
    align-items: center;
    background: #F6F8FB;
    border: 1px solid var(--dch-pro-border);
    border-radius: 14px;
    display: flex;
    gap: .55rem;
    padding: .7rem .8rem;
}

.guidance-topic-option span {
    color: var(--dch-pro-ink);
    font-weight: 800;
}

.guidance-subscribe-confirm {
    background: #EAF3F4;
    border: 1px solid #CFE5E4;
    border-radius: 16px;
    display: flex;
    gap: .65rem;
    padding: .85rem;
}

.about-page h2,
.about-page h3 {
    color: var(--dch-pro-ink);
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-weight: 850;
}

.about-page section:not(.public-page-hero) .container {
    background: transparent;
}

@media (max-width: 767.98px) {
    .guidance-topic-grid {
        grid-template-columns: 1fr;
    }

    .public-hero-stat-card,
    .resources-search-card,
    .subscribe-guidance-card,
    .resource-index-card,
    .resource-card,
    .guides-page .card,
    .career-advice-page .resource-card {
        border-radius: 18px !important;
    }
}

/* Resources page full redesign */
.career-resource-hub {
    background: #F6F8FB;
}

.career-resource-hub .resources-hero {
    background:
        radial-gradient(circle at 12% 12%, rgba(15, 159, 154, .18), transparent 20rem),
        radial-gradient(circle at 90% 8%, rgba(247, 200, 115, .18), transparent 20rem),
        linear-gradient(180deg, #FFFFFF 0%, #EAF3F4 100%) !important;
    color: var(--dch-pro-ink) !important;
    overflow: visible;
    position: relative;
}

.career-resource-hub .resources-hero::after {
    content: none !important;
}

.career-resource-hub .resources-hero .container {
    position: relative;
    z-index: 1;
}

.career-resource-hub .resources-hero h1 {
    color: var(--dch-pro-ink) !important;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: clamp(2.2rem, 5vw, 4.35rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.02;
    max-width: 860px;
}

.career-resource-hub .resources-hero .lead {
    color: #4D5F76 !important;
    font-size: clamp(1.05rem, 1.6vw, 1.24rem);
    line-height: 1.65;
    max-width: 760px;
}

.career-resource-hub .resources-hero .section-kicker {
    color: var(--dch-pro-teal) !important;
}

.career-resource-hub .resources-hero .btn {
    min-height: 44px;
}

.career-resource-hub .resources-hero .btn-outline-primary {
    background: rgba(255, 255, 255, .72);
    border-color: var(--dch-pro-border);
    color: var(--dch-pro-blue);
}

.hero-popular-searches {
    align-items: center;
    background: rgba(255, 255, 255, .76);
    border: 1px solid var(--dch-pro-border);
    border-radius: 999px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: .45rem;
    padding: .45rem;
}

.hero-popular-searches span {
    background: var(--dch-pro-ink);
    border-radius: 999px;
    color: #fff !important;
    font-size: .74rem;
    font-weight: 900;
    padding: .35rem .65rem;
    text-transform: uppercase;
}

.hero-popular-searches a {
    color: var(--dch-pro-blue) !important;
    font-weight: 850;
    padding: .3rem .45rem;
    text-decoration: none;
}

.resources-search-card {
    background: #fff !important;
    border: 1px solid var(--dch-pro-border) !important;
    border-radius: 26px !important;
    box-shadow: var(--dch-pro-shadow) !important;
    padding: 1.15rem !important;
}

.resources-search-card label {
    color: var(--dch-pro-ink);
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
}

.resources-search-card .form-control,
.resources-search-card .form-select {
    border-color: var(--dch-pro-border);
    border-radius: 14px;
    min-height: 46px;
}

.resources-search-card small {
    color: var(--dch-pro-muted) !important;
    display: block;
    margin-top: .75rem;
}

.career-resource-hub .dch-quick-subscribe--compact {
    background: var(--dch-pro-ink) !important;
    border-radius: 24px;
}

.career-resource-hub .resource-hub-band {
    background: transparent;
    padding: 0;
}

.career-resource-hub .resource-hub-band > .container {
    padding-bottom: clamp(2.2rem, 5vw, 4rem) !important;
    padding-top: clamp(2.2rem, 5vw, 4rem) !important;
}

.career-resource-hub .resource-hub-band-muted {
    background:
        radial-gradient(circle at 88% 18%, rgba(37, 99, 235, .08), transparent 18rem),
        #FFFFFF;
    border-bottom: 1px solid var(--dch-pro-border);
    border-top: 1px solid var(--dch-pro-border);
}

.career-resource-hub .resource-hub-band h2,
.career-resource-hub .resource-category-section h3 {
    color: var(--dch-pro-ink);
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-weight: 850;
    letter-spacing: 0;
}

.resource-section-intro {
    color: var(--dch-pro-muted);
    line-height: 1.65;
    max-width: 760px;
}

.resource-start-card {
    background: #fff !important;
    border: 1px solid var(--dch-pro-border) !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 30px rgba(20, 33, 61, .06) !important;
    display: grid;
    gap: .55rem;
    overflow: hidden;
    padding: 1rem !important;
    position: relative;
}

.resource-start-card::before {
    background: linear-gradient(90deg, var(--dch-pro-teal), var(--dch-pro-blue));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.resource-start-card span,
.resource-index-card .resource-category-badge,
.related-resource-card span {
    color: var(--dch-pro-teal) !important;
}

.resource-start-card strong,
.related-resource-card strong {
    color: var(--dch-pro-ink) !important;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-weight: 850;
}

.resource-start-card small,
.related-resource-card small {
    color: var(--dch-pro-muted) !important;
}

.resource-index-card {
    padding: 1.05rem !important;
}

.resource-card-icon {
    align-items: center;
    background: var(--dch-pro-soft);
    border-radius: 16px;
    color: var(--dch-pro-teal);
    display: inline-grid;
    font-size: 1.2rem;
    height: 44px;
    justify-content: center;
    margin-bottom: .7rem;
    width: 44px;
}

.resource-card-meta {
    color: var(--dch-pro-muted);
    font-size: .86rem;
    font-weight: 800;
}

.resource-side-panel {
    padding: 1.15rem;
}

.resource-recent-list {
    display: grid;
    gap: .65rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.resource-recent-list a {
    background: #F6F8FB;
    border: 1px solid var(--dch-pro-border);
    border-radius: 16px;
    display: grid;
    gap: .3rem;
    padding: .75rem;
    text-decoration: none;
}

.resource-recent-list strong {
    color: var(--dch-pro-ink);
}

.resource-recent-meta {
    color: var(--dch-pro-muted);
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.resources-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.resource-category-section {
    background: #fff;
    border: 1px solid var(--dch-pro-border);
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(20, 33, 61, .06);
    padding: clamp(1rem, 3vw, 1.35rem);
}

.resource-hub-band-cta {
    background: var(--dch-pro-ink) !important;
    color: #fff;
}

.resource-hub-band-cta h2,
.resource-hub-band-cta p {
    color: #fff;
}

@media (max-width: 767.98px) {
    .hero-popular-searches {
        align-items: stretch;
        border-radius: 18px;
        display: grid;
    }

    .hero-popular-searches a {
        background: #fff;
        border-radius: 12px;
        padding: .55rem .65rem;
    }

    .resources-search-card,
    .career-resource-hub .dch-quick-subscribe--compact,
    .resource-category-section {
        border-radius: 18px !important;
    }
}

/* Page imagery and varied learning-card accents */
.dch-page-image-card,
.dch-page-banner-image,
.dch-inline-learning-image {
    background: #fff;
    border: 1px solid var(--dch-pro-border);
    border-radius: 24px;
    box-shadow: var(--dch-pro-shadow);
    margin: 0;
    overflow: hidden;
}

.dch-page-image-card img,
.dch-page-banner-image img,
.dch-inline-learning-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.dch-page-image-card img {
    aspect-ratio: 4 / 3;
}

.dch-page-image-card div,
.dch-page-banner-image figcaption {
    align-items: center;
    background: #fff;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    padding: .85rem 1rem;
}

.dch-page-image-card strong,
.dch-page-banner-image figcaption {
    color: var(--dch-pro-ink);
    font-weight: 850;
}

.dch-page-image-card a {
    color: var(--dch-pro-blue);
    flex: 0 0 auto;
    font-weight: 900;
    text-decoration: none;
}

.dch-page-banner-image {
    margin-bottom: 1.4rem;
}

.dch-page-banner-image img {
    aspect-ratio: 21 / 8;
}

.dch-page-banner-image figcaption {
    color: var(--dch-pro-muted);
    line-height: 1.45;
}

.dch-inline-learning-image {
    margin-bottom: 1.1rem;
}

.dch-inline-learning-image img {
    aspect-ratio: 16 / 7;
}

.dch-inline-learning-image--subscribe {
    margin: 1rem 0 1.2rem;
}

.guides-page .card:nth-child(4n + 1),
.career-advice-page .resource-card:nth-child(4n + 1),
.career-resource-hub .resource-index-card:nth-child(4n + 1) {
    background: #FFFFFF !important;
}

.guides-page .row > div:nth-child(4n + 2) .card,
.career-advice-page .row > div:nth-child(4n + 2) .resource-card,
.career-resource-hub [data-resource-card]:nth-child(4n + 2) .resource-index-card {
    background: #F4FAFA !important;
}

.guides-page .row > div:nth-child(4n + 3) .card,
.career-advice-page .row > div:nth-child(4n + 3) .resource-card,
.career-resource-hub [data-resource-card]:nth-child(4n + 3) .resource-index-card {
    background: #F8FAFF !important;
}

.guides-page .row > div:nth-child(4n) .card,
.career-advice-page .row > div:nth-child(4n) .resource-card,
.career-resource-hub [data-resource-card]:nth-child(4n) .resource-index-card {
    background: #FFF9EC !important;
}

.guides-page .row > div:nth-child(4n + 2) .card::before,
.career-advice-page .row > div:nth-child(4n + 2) .resource-card::before,
.career-resource-hub [data-resource-card]:nth-child(4n + 2) .resource-index-card::before {
    background: var(--dch-pro-teal);
}

.guides-page .row > div:nth-child(4n + 3) .card::before,
.career-advice-page .row > div:nth-child(4n + 3) .resource-card::before,
.career-resource-hub [data-resource-card]:nth-child(4n + 3) .resource-index-card::before {
    background: var(--dch-pro-blue);
}

.guides-page .row > div:nth-child(4n) .card::before,
.career-advice-page .row > div:nth-child(4n) .resource-card::before,
.career-resource-hub [data-resource-card]:nth-child(4n) .resource-index-card::before {
    background: var(--dch-pro-copper);
}

.toolkit-intro-main,
.toolkit-request-card,
.toolkit-trust-panel,
.subscribe-guidance-card {
    background:
        radial-gradient(circle at 100% 0%, rgba(15, 159, 154, .08), transparent 16rem),
        #fff !important;
}

.career-toolkit-page .resource-card:nth-child(3n + 1),
.toolkit-intro-panel .resource-card:nth-child(3n + 1) {
    background: #F4FAFA !important;
}

.career-toolkit-page .resource-card:nth-child(3n + 2),
.toolkit-intro-panel .resource-card:nth-child(3n + 2) {
    background: #F8FAFF !important;
}

.career-toolkit-page .resource-card:nth-child(3n),
.toolkit-intro-panel .resource-card:nth-child(3n) {
    background: #FFF9EC !important;
}

@media (max-width: 767.98px) {
    .dch-page-image-card,
    .dch-page-banner-image,
    .dch-inline-learning-image {
        border-radius: 18px;
    }

    .dch-page-banner-image img {
        aspect-ratio: 4 / 3;
    }

    .dch-page-image-card div,
    .dch-page-banner-image figcaption {
        align-items: start;
        display: grid;
    }
}

/* Learning card icon system */
.dch-card-icon-badge {
    align-items: center;
    background: var(--dch-pro-ink);
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(20, 33, 61, .14);
    color: #fff !important;
    display: inline-grid !important;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: 1.15rem !important;
    font-weight: 950 !important;
    height: 44px;
    justify-content: center;
    letter-spacing: 0 !important;
    line-height: 1;
    margin: 0 0 .8rem !important;
    min-width: 44px;
    padding: 0;
    text-transform: uppercase;
    width: fit-content;
}

.dch-card-icon-badge .bi {
    display: block;
    line-height: 1;
}

.resource-start-card .dch-card-icon-badge,
.guides-page .card .dch-card-icon-badge,
.career-advice-page .resource-card .dch-card-icon-badge,
.career-toolkit-page .resource-card .dch-card-icon-badge {
    color: #fff !important;
}

.career-resource-hub #start-here .row > div:nth-child(4n + 1) .dch-card-icon-badge,
.guides-page .row > div:nth-child(4n + 1) .dch-card-icon-badge,
.career-advice-page .row > div:nth-child(4n + 1) .dch-card-icon-badge,
.career-toolkit-page .row > div:nth-child(4n + 1) .dch-card-icon-badge {
    background: var(--dch-pro-teal);
}

.career-resource-hub #start-here .row > div:nth-child(4n + 2) .dch-card-icon-badge,
.guides-page .row > div:nth-child(4n + 2) .dch-card-icon-badge,
.career-advice-page .row > div:nth-child(4n + 2) .dch-card-icon-badge,
.career-toolkit-page .row > div:nth-child(4n + 2) .dch-card-icon-badge {
    background: var(--dch-pro-blue);
}

.career-resource-hub #start-here .row > div:nth-child(4n + 3) .dch-card-icon-badge,
.guides-page .row > div:nth-child(4n + 3) .dch-card-icon-badge,
.career-advice-page .row > div:nth-child(4n + 3) .dch-card-icon-badge,
.career-toolkit-page .row > div:nth-child(4n + 3) .dch-card-icon-badge {
    background: var(--dch-pro-copper);
}

.career-resource-hub #start-here .row > div:nth-child(4n) .dch-card-icon-badge,
.guides-page .row > div:nth-child(4n) .dch-card-icon-badge,
.career-advice-page .row > div:nth-child(4n) .dch-card-icon-badge,
.career-toolkit-page .row > div:nth-child(4n) .dch-card-icon-badge {
    background: var(--dch-pro-sage);
}

.career-resource-hub .resource-start-card,
.guides-page .card .card-body,
.career-advice-page .resource-card,
.career-toolkit-page .resource-card {
    display: flex;
    flex-direction: column;
}

.guides-page .card .card-body,
.career-advice-page .resource-card,
.career-toolkit-page .resource-card {
    min-height: 100%;
}

.guides-page .card h2,
.career-advice-page .resource-card h2,
.career-toolkit-page .resource-card h3 {
    margin-top: .15rem;
}

.career-resource-hub .resource-start-card strong,
.guides-page .card h2,
.career-advice-page .resource-card h2,
.career-toolkit-page .resource-card h3 {
    max-width: 92%;
}

.career-resource-hub .resource-start-card small,
.guides-page .card p,
.career-advice-page .resource-card p {
    margin-bottom: 1rem;
}

.guides-page .card a:last-child,
.career-advice-page .resource-card a:last-child,
.career-toolkit-page .resource-card .d-flex.flex-wrap.gap-2 {
    margin-top: auto;
}

.career-resource-hub .resource-index-card {
    display: grid;
    grid-template-rows: auto auto auto 1fr auto auto;
}

.career-resource-hub .resource-index-card .btn,
.career-resource-hub .related-resource-card,
.career-resource-hub .resource-start-card {
    margin-top: auto;
}

@media (max-width: 767.98px) {
    .dch-card-icon-badge {
        border-radius: 14px;
        height: 40px;
        min-width: 40px;
    }
}

/* Curated resource library presentation */
.dch-v2-resource-wall {
    background:
        radial-gradient(circle at 12% 14%, rgba(15, 159, 154, .12), transparent 18rem),
        linear-gradient(180deg, #FFFFFF 0%, #F6F8FB 100%) !important;
}

.dch-v2-resource-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: .65rem;
}

.dch-v2-resource-showcase {
    align-items: stretch;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.dch-v2-resource-feature {
    background:
        radial-gradient(circle at 92% 10%, rgba(247, 200, 115, .22), transparent 16rem),
        var(--dch-pro-ink);
    border-radius: 26px;
    box-shadow: var(--dch-pro-shadow);
    color: #fff;
    display: grid;
    gap: .85rem;
    padding: clamp(1.2rem, 3vw, 1.7rem);
}

.dch-v2-resource-feature span {
    color: #F7C873;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.dch-v2-resource-feature h3 {
    color: #fff;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    font-weight: 850;
    line-height: 1.05;
    margin: 0;
}

.dch-v2-resource-feature p {
    color: #C9D5E5;
    line-height: 1.65;
    margin: 0;
}

.dch-v2-resource-feature div {
    display: grid;
    gap: .55rem;
    margin-top: .35rem;
}

.dch-v2-resource-feature a {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    color: #fff;
    display: flex;
    font-weight: 850;
    justify-content: space-between;
    padding: .72rem .82rem;
    text-decoration: none;
}

.dch-v2-resource-feature a::after {
    color: #F7C873;
    content: "->";
}

.dch-v2-resource-grid {
    gap: .85rem;
}

.dch-v2-resource-card {
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(20, 33, 61, .06);
    padding: 1rem;
}

.dch-v2-resource-card::after {
    background: var(--dch-pro-teal);
    height: 58px;
    opacity: .16;
    width: 58px;
}

.dch-v2-resource-card:nth-child(2n)::after {
    background: var(--dch-pro-blue);
}

.dch-v2-resource-card:nth-child(3n)::after {
    background: var(--dch-pro-copper);
}

.dch-v2-resource-card span {
    color: var(--dch-pro-teal) !important;
}

.dch-v2-resource-card strong {
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 850;
}

.dch-v2-resource-card em {
    color: var(--dch-pro-blue);
    font-style: normal;
    font-weight: 900;
    margin-top: .2rem;
}

.dch-v2-resource-card em::after {
    content: " ->";
}

@media (min-width: 992px) {
    .dch-v2-resource-showcase {
        grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
    }

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

@media (max-width: 767.98px) {
    .dch-v2-path-map {
        border-radius: 20px;
    }

    .dch-v2-path-map img {
        aspect-ratio: 4 / 3;
    }

    .dch-v2-path-map figcaption {
        display: grid;
        gap: .25rem;
        position: static;
    }

    .dch-v2-path-map figcaption span {
        font-size: .84rem;
        text-align: left;
    }

    .dch-v2-resource-actions {
        display: grid;
        width: 100%;
    }

    .dch-v2-resource-actions .btn {
        width: 100%;
    }

    .dch-v2-resource-feature,
    .dch-v2-resource-card {
        border-radius: 18px;
    }
}

/* Final icon and progressive-growth image overrides */
.dch-inline-icon {
    display: block;
    height: 23px;
    width: 23px;
}

.resource-card-icon .dch-inline-icon {
    height: 24px;
    width: 24px;
}

.dch-card-icon-badge .dch-inline-icon {
    color: #fff;
}

.dch-v2-growth-strip {
    display: grid;
    gap: .85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 clamp(1.7rem, 4vw, 2.6rem);
}

.dch-v2-growth-card {
    background: #fff;
    border: 1px solid var(--dch-pro-border);
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(20, 33, 61, .07);
    margin: 0;
    overflow: hidden;
}

.dch-v2-growth-card img {
    aspect-ratio: 4 / 3;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.dch-v2-growth-card figcaption {
    display: grid;
    gap: .25rem;
    padding: .8rem;
}

.dch-v2-growth-card figcaption span {
    align-items: center;
    background: var(--dch-pro-ink);
    border-radius: 999px;
    color: #fff;
    display: inline-grid;
    font-size: .74rem;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.dch-v2-growth-card figcaption strong {
    color: var(--dch-pro-ink);
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-weight: 850;
}

.dch-v2-growth-card figcaption small {
    color: var(--dch-pro-muted);
    line-height: 1.4;
}

.dch-v2-growth-card:nth-child(2) figcaption span {
    background: var(--dch-pro-teal);
}

.dch-v2-growth-card:nth-child(3) figcaption span {
    background: var(--dch-pro-blue);
}

.dch-v2-growth-card:nth-child(4) figcaption span {
    background: var(--dch-pro-copper);
}

.dch-v2-growth-card:nth-child(5) figcaption span {
    background: var(--dch-pro-sage);
}

.dch-page-image-card img {
    aspect-ratio: 5 / 4;
}

.dch-page-banner-image img {
    aspect-ratio: 18 / 7;
}

.dch-inline-learning-image img {
    aspect-ratio: 16 / 8;
}

@media (min-width: 768px) {
    .dch-v2-growth-strip {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .dch-inline-icon {
        height: 21px;
        width: 21px;
    }
}

/* Homepage visible icon polish */
.dch-v2-path-card .dch-v2-track-mark {
    align-items: center;
    border-radius: 18px;
    color: #fff;
    display: inline-flex;
    gap: .48rem;
    height: auto;
    min-height: 48px;
    padding: .62rem .7rem;
    position: relative;
    width: max-content;
    z-index: 1;
}

.dch-v2-track-mark b {
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: .82rem;
    font-weight: 900;
    line-height: 1;
}

.dch-v2-track-mark .dch-inline-icon,
.dch-v2-career-icon .dch-inline-icon {
    color: #fff;
    height: 22px;
    width: 22px;
}

.dch-v2-career-icon {
    position: relative;
    z-index: 1;
}

.dch-v2-growth-card img {
    min-height: 132px;
}

@media (min-width: 768px) {
    .dch-v2-growth-card img {
        min-height: 148px;
    }
}

@media (min-width: 1200px) {
    .dch-v2-growth-card img {
        min-height: 164px;
    }
}

/* Homepage job market signals CTA */
.dch-v2-market-signals {
    background: #FFFFFF;
    border-bottom: 1px solid var(--dch-pro-border);
    border-top: 1px solid var(--dch-pro-border);
    padding: clamp(2.2rem, 5vw, 4rem) 0;
}

.dch-v2-market-signals__grid {
    align-items: start;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
}

.dch-v2-market-signals h2 {
    color: var(--dch-pro-ink);
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.08;
}

.dch-v2-market-signals p {
    color: var(--dch-pro-muted);
    line-height: 1.65;
    margin: .8rem 0 0;
    max-width: 660px;
}

.dch-v2-market-signals__cards {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dch-v2-market-signals__cards a {
    background: #F7F9FC;
    border: 1px solid var(--dch-pro-border);
    border-radius: 14px;
    color: inherit;
    display: grid;
    gap: .42rem;
    min-height: 100%;
    padding: 1rem;
    text-decoration: none;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.dch-v2-market-signals__cards a:hover,
.dch-v2-market-signals__cards a:focus {
    border-color: #8AB5C0;
    box-shadow: 0 10px 24px rgba(20, 33, 61, .07);
    transform: translateY(-1px);
}

.dch-v2-market-signals__cards span {
    align-items: center;
    background: #EAF3F4;
    border: 1px solid #CFE1E3;
    border-radius: 10px;
    color: var(--dch-pro-teal);
    display: inline-grid;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.dch-v2-market-signals__cards .dch-inline-icon {
    height: 21px;
    width: 21px;
}

.dch-v2-market-signals__cards strong {
    color: var(--dch-pro-ink);
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: 1.04rem;
    font-weight: 850;
}

.dch-v2-market-signals__cards small {
    color: var(--dch-pro-muted);
    line-height: 1.45;
}

@media (max-width: 991.98px) {
    .dch-v2-market-signals__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .dch-v2-market-signals__cards {
        grid-template-columns: 1fr;
    }
}

/* Resources page library redesign */
.career-resource-hub .resources-hero {
    background:
        linear-gradient(120deg, rgba(234, 243, 244, .94), rgba(255, 255, 255, .9)),
        #F6F8FB !important;
}

.dch-resource-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin: 0 0 1.2rem;
}

.dch-resource-proof-row span {
    align-items: center;
    background: #fff;
    border: 1px solid var(--dch-pro-border);
    border-radius: 999px;
    color: var(--dch-pro-muted);
    display: inline-flex;
    font-size: .9rem;
    gap: .35rem;
    padding: .45rem .75rem;
}

.dch-resource-proof-row strong {
    color: var(--dch-pro-ink);
    font-weight: 900;
}

.dch-resource-hero-visual {
    background: #fff;
    border: 1px solid var(--dch-pro-border);
    border-radius: 26px;
    box-shadow: var(--dch-pro-shadow);
    margin: 0 0 1rem;
    overflow: hidden;
}

.dch-resource-hero-visual img {
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    width: 100%;
}

.dch-resource-hero-visual figcaption {
    align-items: center;
    display: flex;
    gap: .8rem;
    padding: .95rem 1rem;
}

.dch-resource-hero-visual figcaption > span {
    align-items: center;
    background: var(--dch-pro-ink);
    border-radius: 16px;
    color: #fff;
    display: inline-grid;
    flex: 0 0 auto;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.dch-resource-hero-visual strong {
    color: var(--dch-pro-ink);
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-weight: 850;
    line-height: 1.25;
}

.dch-resource-search-card {
    box-shadow: 0 14px 30px rgba(20, 33, 61, .08) !important;
}

.dch-resource-section-head {
    align-items: end;
    display: flex;
    gap: 1.2rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.dch-resource-section-head p {
    color: var(--dch-pro-muted);
    line-height: 1.6;
    margin: 0;
    max-width: 520px;
}

.resource-start-card {
    background: #fff !important;
    border-radius: 22px !important;
    gap: .7rem;
    min-height: 100%;
    padding: 1.1rem !important;
}

.resource-start-card__top {
    align-items: center;
    display: flex !important;
    gap: .7rem;
    margin-bottom: .2rem;
}

.resource-start-card__label {
    color: var(--dch-pro-teal) !important;
    font-size: .76rem !important;
    font-weight: 900 !important;
    letter-spacing: .06em !important;
    line-height: 1.2;
    text-transform: uppercase;
}

.resource-start-card .dch-card-icon-badge {
    flex: 0 0 auto;
    margin: 0 !important;
}

.resource-start-card strong {
    font-size: 1.06rem;
    line-height: 1.22;
}

.resource-start-card em,
.resource-card-action {
    color: var(--dch-pro-blue);
    font-style: normal;
    font-weight: 900;
    margin-top: auto;
    text-decoration: none;
}

.resource-start-card em::after,
.resource-card-action::after {
    content: " ->";
}

.resource-card-topline {
    align-items: center;
    display: flex;
    gap: .7rem;
    justify-content: space-between;
    margin-bottom: .35rem;
}

.resource-card-topline > span {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    justify-content: flex-end;
}

.career-resource-hub .resource-index-card {
    background: #fff !important;
    border: 1px solid var(--dch-pro-border) !important;
    border-radius: 22px !important;
    box-shadow: 0 12px 28px rgba(20, 33, 61, .065) !important;
    padding: 1.05rem !important;
}

.career-resource-hub .resource-index-card::before {
    display: none;
}

.resource-featured-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(244, 250, 250, .92)) !important;
}

.resource-card-icon {
    border-radius: 16px !important;
    flex: 0 0 auto;
    height: 48px !important;
    margin: 0 !important;
    width: 48px !important;
}

.resource-card-icon .dch-inline-icon {
    height: 25px;
    width: 25px;
}

.resource-category-badge,
.resource-pillar-badge {
    letter-spacing: .035em !important;
    white-space: normal;
}

.career-resource-hub .resource-index-card h3 {
    line-height: 1.2;
    margin-bottom: .6rem;
}

.career-resource-hub .resource-index-card p {
    color: var(--dch-pro-muted);
    line-height: 1.55;
    margin: 0 0 .9rem;
}

.career-resource-hub .resource-card-meta {
    background: transparent;
    border: 0;
    color: var(--dch-pro-muted) !important;
    display: flex;
    flex-wrap: wrap;
    font-size: .82rem !important;
    font-weight: 850;
    gap: .45rem;
    padding: 0;
}

.career-resource-hub .resource-card-meta span {
    background: #F1F6FA;
    border: 1px solid var(--dch-pro-border);
    border-radius: 999px;
    padding: .28rem .55rem;
}

.related-resource-card {
    background: #fff !important;
    border-radius: 20px !important;
    display: grid !important;
    gap: .5rem;
    padding: 1rem !important;
}

.related-resource-card__icon {
    align-items: center;
    background: var(--dch-pro-ink) !important;
    border-radius: 15px !important;
    color: #fff !important;
    display: inline-grid !important;
    height: 42px;
    justify-content: center;
    padding: 0 !important;
    width: 42px;
}

.related-resource-card__category {
    background: transparent !important;
    color: var(--dch-pro-teal) !important;
    padding: 0 !important;
}

.related-resource-card small {
    line-height: 1.5;
}

.resource-side-panel {
    border-radius: 24px !important;
}

.resource-recent-list a {
    align-items: start;
    display: grid !important;
    gap: .25rem .75rem;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: .8rem !important;
}

.resource-recent-icon {
    align-items: center;
    background: #EAF3F4;
    border-radius: 14px;
    color: var(--dch-pro-teal);
    display: inline-grid !important;
    grid-row: span 2;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.resource-recent-icon .dch-inline-icon {
    height: 22px;
    width: 22px;
}

.resource-category-section {
    border-radius: 26px;
    padding: clamp(1rem, 3vw, 1.5rem);
}

@media (max-width: 767.98px) {
    .dch-resource-section-head {
        align-items: start;
        display: grid;
    }

    .dch-resource-hero-visual,
    .resource-category-section,
    .resource-side-panel {
        border-radius: 20px !important;
    }

    .dch-resource-hero-visual img {
        aspect-ratio: 4 / 3;
    }

    .resource-card-topline {
        align-items: start;
    }
}

/* Resources page professional reset */
.career-resource-hub {
    background: #F7F9FC !important;
}

.career-resource-hub .resources-hero {
    background: #F7F9FC !important;
    border-bottom: 1px solid #DDE5EF !important;
}

.career-resource-hub .resources-hero .container {
    padding-bottom: clamp(2rem, 5vw, 3.5rem) !important;
    padding-top: clamp(2rem, 5vw, 3.5rem) !important;
}

.career-resource-hub .resources-hero h1 {
    color: #14213D !important;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: clamp(2.25rem, 4vw, 3.8rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.03;
    max-width: 760px;
}

.career-resource-hub .resources-hero .lead {
    color: #4B5D73 !important;
    font-size: clamp(1.02rem, 1.35vw, 1.18rem);
    line-height: 1.65;
    max-width: 720px;
}

.career-resource-hub .section-kicker {
    color: #0E7C78 !important;
    font-size: .76rem;
    letter-spacing: .08em;
}

.dch-resource-proof-row span {
    background: #FFFFFF;
    border-color: #DDE5EF;
    border-radius: 8px;
    box-shadow: none;
    color: #53667D;
}

.dch-resource-command-panel {
    background: #FFFFFF !important;
    border: 1px solid #D8E2EE !important;
    border-radius: 16px !important;
    box-shadow: 0 18px 40px rgba(20, 33, 61, .08) !important;
    padding: clamp(1.1rem, 3vw, 1.35rem) !important;
}

.dch-resource-panel-head {
    align-items: center;
    border-bottom: 1px solid #E4EAF2;
    display: flex;
    gap: .75rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.dch-resource-panel-head > span {
    align-items: center;
    background: #14213D;
    border-radius: 12px;
    color: #FFFFFF;
    display: inline-grid;
    flex: 0 0 auto;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.dch-resource-panel-head strong,
.dch-resource-panel-head small {
    display: block;
}

.dch-resource-panel-head strong {
    color: #14213D;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-weight: 850;
}

.dch-resource-panel-head small {
    color: #64748B;
}

.dch-resource-command-panel .form-control,
.dch-resource-command-panel .form-select {
    background-color: #FFFFFF;
    border-color: #CBD6E2;
    border-radius: 10px;
    min-height: 44px;
}

.dch-resource-focus-list {
    border-top: 1px solid #E4EAF2;
    display: grid;
    gap: .55rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
    padding-top: 1rem;
}

.dch-resource-focus-list span {
    align-items: center;
    background: #F7F9FC;
    border: 1px solid #E4EAF2;
    border-radius: 10px;
    color: #344256;
    display: flex;
    font-size: .88rem;
    font-weight: 800;
    gap: .45rem;
    padding: .55rem .65rem;
}

.dch-resource-focus-list .dch-inline-icon {
    color: #0E7C78;
    height: 18px;
    width: 18px;
}

.career-resource-hub .resource-hub-band > .container {
    padding-bottom: clamp(2rem, 4vw, 3rem) !important;
    padding-top: clamp(2rem, 4vw, 3rem) !important;
}

.career-resource-hub .resource-hub-band-muted {
    background: #FFFFFF !important;
    border-color: #E4EAF2 !important;
}

.dch-resource-section-head {
    align-items: start;
    border-bottom: 1px solid #DDE5EF;
    margin-bottom: 1.25rem;
    padding-bottom: .9rem;
}

.dch-resource-section-head h2,
.career-resource-hub .resource-hub-band h2,
.career-resource-hub .resource-category-section h3 {
    color: #14213D !important;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
}

.dch-resource-section-head p {
    color: #53667D;
    font-size: .98rem;
}

.career-resource-hub .resource-start-card,
.career-resource-hub .resource-index-card,
.career-resource-hub .related-resource-card,
.career-resource-hub .resource-side-panel,
.career-resource-hub .resource-category-section {
    background: #FFFFFF !important;
    border: 1px solid #DDE5EF !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.career-resource-hub .resource-start-card,
.career-resource-hub .resource-index-card,
.career-resource-hub .related-resource-card {
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.career-resource-hub .resource-start-card:hover,
.career-resource-hub .resource-start-card:focus,
.career-resource-hub .resource-index-card:hover,
.career-resource-hub .resource-index-card:focus-within,
.career-resource-hub .related-resource-card:hover,
.career-resource-hub .related-resource-card:focus {
    border-color: #8AB5C0 !important;
    box-shadow: 0 12px 28px rgba(20, 33, 61, .08) !important;
    transform: translateY(-2px);
}

.resource-start-card::before {
    display: none;
}

.resource-start-card__top,
.resource-card-topline {
    align-items: center;
}

.career-resource-hub .dch-card-icon-badge,
.career-resource-hub .resource-card-icon,
.career-resource-hub .related-resource-card__icon,
.career-resource-hub .resource-recent-icon {
    background: #EAF3F4 !important;
    border: 1px solid #CFE1E3;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #0E7C78 !important;
    height: 40px !important;
    min-width: 40px !important;
    width: 40px !important;
}

.career-resource-hub .dch-card-icon-badge .dch-inline-icon,
.career-resource-hub .resource-card-icon .dch-inline-icon,
.career-resource-hub .related-resource-card__icon .dch-inline-icon,
.career-resource-hub .resource-recent-icon .dch-inline-icon {
    color: #0E7C78 !important;
    height: 21px !important;
    width: 21px !important;
}

.resource-start-card__label,
.related-resource-card__category,
.career-resource-hub .resource-index-card .resource-category-badge {
    color: #0E7C78 !important;
}

.career-resource-hub .resource-index-card {
    display: grid;
    gap: .55rem;
    grid-template-rows: auto auto 1fr auto auto;
    padding: 1rem !important;
}

.career-resource-hub .resource-index-card h3 {
    font-size: 1.06rem;
    margin: .15rem 0 .2rem;
}

.career-resource-hub .resource-index-card h3 a,
.career-resource-hub .resource-start-card strong,
.career-resource-hub .related-resource-card strong,
.resource-recent-list strong {
    color: #14213D !important;
}

.career-resource-hub .resource-index-card p,
.career-resource-hub .resource-start-card small,
.career-resource-hub .related-resource-card small {
    color: #53667D !important;
}

.career-resource-hub .resource-card-meta span,
.resource-category-badge,
.resource-pillar-badge {
    background: #F7F9FC !important;
    border: 1px solid #DDE5EF !important;
    border-radius: 999px !important;
    color: #53667D !important;
}

.career-resource-hub .resource-card-action,
.career-resource-hub .resource-start-card em {
    color: #1D5C63 !important;
    font-size: .92rem;
}

.career-resource-hub .resources-category-nav {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.career-resource-hub .resources-category-nav a {
    background: #FFFFFF !important;
    border: 1px solid #DDE5EF !important;
    border-radius: 8px !important;
    color: #344256 !important;
}

.career-resource-hub .resource-category-section {
    padding: clamp(1rem, 2vw, 1.25rem) !important;
}

.resource-side-panel {
    padding: 1rem !important;
}

.resource-recent-list {
    gap: .5rem;
}

.resource-recent-list li {
    border: 0 !important;
}

.resource-recent-list a {
    background: #F7F9FC !important;
    border: 1px solid #E4EAF2 !important;
    border-radius: 10px !important;
}

.hero-popular-searches {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.hero-popular-searches span,
.hero-popular-searches a {
    border-radius: 8px !important;
}

.hero-popular-searches span {
    background: #14213D !important;
}

.hero-popular-searches a {
    background: #FFFFFF !important;
    border: 1px solid #DDE5EF;
}

@media (max-width: 767.98px) {
    .dch-resource-focus-list {
        grid-template-columns: 1fr;
    }

    .career-resource-hub .resource-start-card,
    .career-resource-hub .resource-index-card,
    .career-resource-hub .related-resource-card,
    .career-resource-hub .resource-side-panel,
    .career-resource-hub .resource-category-section,
    .dch-resource-command-panel {
        border-radius: 12px !important;
    }
}

/* Final resources page authority overrides */
.career-resource-hub.career-resource-hub .resource-start-card,
.career-resource-hub.career-resource-hub .resource-index-card,
.career-resource-hub.career-resource-hub .related-resource-card,
.career-resource-hub.career-resource-hub .resource-side-panel,
.career-resource-hub.career-resource-hub .resource-category-section {
    background: #FFFFFF !important;
    border: 1px solid #DDE5EF !important;
    border-image: none !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.career-resource-hub.career-resource-hub .resource-start-card:hover,
.career-resource-hub.career-resource-hub .resource-start-card:focus,
.career-resource-hub.career-resource-hub .resource-index-card:hover,
.career-resource-hub.career-resource-hub .resource-index-card:focus-within,
.career-resource-hub.career-resource-hub .related-resource-card:hover,
.career-resource-hub.career-resource-hub .related-resource-card:focus {
    border-color: #8AB5C0 !important;
    box-shadow: 0 10px 24px rgba(20, 33, 61, .07) !important;
    transform: translateY(-1px);
}

.career-resource-hub.career-resource-hub .resource-index-card::before,
.career-resource-hub.career-resource-hub .resource-start-card::before {
    display: none !important;
}

.career-resource-hub.career-resource-hub .resource-card-icon,
.career-resource-hub.career-resource-hub .dch-card-icon-badge,
.career-resource-hub.career-resource-hub .related-resource-card__icon,
.career-resource-hub.career-resource-hub .resource-recent-icon {
    background: #EAF3F4 !important;
    border: 1px solid #CFE1E3 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #0E7C78 !important;
}

/* Resources finder refinement */
.career-resource-hub .dch-resource-command-panel {
    background: #FFFFFF !important;
    border: 1px solid #D6E0EC !important;
    border-radius: 14px !important;
    box-shadow: 0 16px 34px rgba(20, 33, 61, .075) !important;
    padding: 1rem !important;
}

.dch-resource-finder-title {
    align-items: center;
    display: flex;
    gap: .65rem;
    margin-bottom: .85rem;
}

.dch-resource-finder-title > span {
    align-items: center;
    background: #14213D;
    border-radius: 10px;
    color: #FFFFFF;
    display: inline-grid;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.dch-resource-finder-title .dch-inline-icon {
    height: 19px;
    width: 19px;
}

.dch-resource-finder-title strong {
    color: #14213D;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: 1.08rem;
    font-weight: 850;
}

.dch-resource-search-row {
    display: grid;
    gap: .6rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.career-resource-hub .dch-resource-search-row .form-control {
    border-color: #C9D6E5;
    border-radius: 10px;
    font-size: .96rem;
    min-height: 46px;
}

.career-resource-hub .dch-resource-command-panel .form-select {
    border-color: #D6E0EC;
    border-radius: 10px;
    color: #344256;
    font-size: .92rem;
    min-height: 42px;
}

.dch-resource-finder-links {
    border-top: 1px solid #E5EBF2;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .85rem;
    padding-top: .85rem;
}

.dch-resource-finder-links a {
    background: #F7F9FC;
    border: 1px solid #DDE5EF;
    border-radius: 999px;
    color: #1D5C63;
    font-size: .84rem;
    font-weight: 850;
    padding: .38rem .62rem;
    text-decoration: none;
}

.dch-resource-finder-links a:hover,
.dch-resource-finder-links a:focus {
    background: #EAF3F4;
    border-color: #BBD4D8;
    color: #14213D;
}

@media (max-width: 575.98px) {
    .dch-resource-search-row {
        grid-template-columns: 1fr;
    }

    .dch-resource-search-row .btn {
        width: 100%;
    }
}

/* Resources page section redesign */
.dch-resource-sequence {
    background: #FFFFFF;
    border: 1px solid #DDE5EF;
    border-radius: 14px;
    display: grid;
    overflow: hidden;
}

.dch-resource-step {
    align-items: center;
    border-top: 1px solid #E4EAF2;
    color: inherit;
    display: grid;
    gap: .9rem;
    grid-template-columns: 42px 42px minmax(0, 1fr) auto;
    padding: 1rem;
    text-decoration: none;
}

.dch-resource-step:first-child {
    border-top: 0;
}

.dch-resource-step:hover,
.dch-resource-step:focus {
    background: #F7F9FC;
}

.dch-resource-step__number {
    color: #8A98AA;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: .78rem;
    font-weight: 900;
}

.dch-resource-step__icon {
    align-items: center;
    background: #EAF3F4;
    border: 1px solid #CFE1E3;
    border-radius: 10px;
    color: #0E7C78;
    display: inline-grid;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.dch-resource-step__icon .dch-inline-icon {
    height: 21px;
    width: 21px;
}

.dch-resource-step__copy {
    display: grid;
    gap: .18rem;
}

.dch-resource-step__copy em {
    color: #0E7C78;
    font-size: .75rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.dch-resource-step__copy strong {
    color: #14213D;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 850;
    line-height: 1.25;
}

.dch-resource-step__copy small {
    color: #53667D;
    line-height: 1.45;
}

.dch-resource-step__action {
    border: 1px solid #DDE5EF;
    border-radius: 999px;
    color: #1D5C63;
    font-weight: 850;
    padding: .38rem .7rem;
}

.dch-featured-resource-layout {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.dch-featured-resource-primary {
    background: #14213D;
    border-radius: 14px;
    color: #FFFFFF;
    display: grid;
    gap: .8rem;
    padding: clamp(1.2rem, 3vw, 1.6rem);
}

.dch-featured-resource-primary .resource-card-icon {
    background: rgba(255, 255, 255, .1) !important;
    border-color: rgba(255, 255, 255, .18) !important;
    color: #FFFFFF !important;
}

.dch-featured-resource-primary .resource-card-icon .dch-inline-icon {
    color: #FFFFFF !important;
}

.dch-featured-resource-primary .resource-category-badge {
    background: rgba(255, 255, 255, .1) !important;
    border-color: rgba(255, 255, 255, .18) !important;
    color: #D8F0EF !important;
    width: fit-content;
}

.dch-featured-resource-primary h3 {
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.25rem);
    font-weight: 850;
    line-height: 1.08;
    margin: .2rem 0;
}

.dch-featured-resource-primary h3 a {
    color: #FFFFFF;
    text-decoration: none;
}

.dch-featured-resource-primary p {
    color: #C9D5E5;
    line-height: 1.6;
}

.dch-featured-resource-primary .resource-card-meta span {
    background: rgba(255, 255, 255, .1) !important;
    border-color: rgba(255, 255, 255, .18) !important;
    color: #FFFFFF !important;
}

.dch-featured-resource-primary .resource-card-action {
    color: #9DE2DF !important;
}

.dch-featured-resource-list {
    background: #FFFFFF;
    border: 1px solid #DDE5EF;
    border-radius: 14px;
    display: grid;
    overflow: hidden;
}

.dch-featured-resource-row {
    align-items: center;
    border-top: 1px solid #E4EAF2;
    color: inherit;
    display: grid;
    gap: .85rem;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: .9rem 1rem;
    text-decoration: none;
}

.dch-featured-resource-row:first-child {
    border-top: 0;
}

.dch-featured-resource-row:hover,
.dch-featured-resource-row:focus {
    background: #F7F9FC;
}

.dch-featured-resource-row span:last-child {
    display: grid;
    gap: .18rem;
}

.dch-featured-resource-row em,
.dch-ranked-resource em {
    color: #0E7C78;
    font-size: .74rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.dch-featured-resource-row strong,
.dch-ranked-resource strong,
.dch-topic-resource-row strong {
    color: #14213D;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-weight: 850;
    line-height: 1.25;
}

.dch-featured-resource-row small,
.dch-ranked-resource small,
.dch-topic-resource-row small {
    color: #53667D;
    line-height: 1.45;
}

.dch-resource-insight-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
}

.dch-ranked-resource-list {
    background: #FFFFFF;
    border: 1px solid #DDE5EF;
    border-radius: 14px;
    display: grid;
    overflow: hidden;
}

.dch-ranked-resource {
    border-top: 1px solid #E4EAF2;
    color: inherit;
    display: grid;
    gap: .85rem;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: .9rem 1rem;
    text-decoration: none;
}

.dch-ranked-resource:first-child {
    border-top: 0;
}

.dch-ranked-resource:hover,
.dch-ranked-resource:focus {
    background: #F7F9FC;
}

.dch-ranked-resource > span:first-child {
    color: #8A98AA;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-weight: 900;
}

.dch-ranked-resource > span:last-child {
    display: grid;
    gap: .2rem;
}

.dch-topic-library {
    display: grid;
    gap: 1rem;
}

.dch-topic-group {
    background: #FFFFFF;
    border: 1px solid #DDE5EF;
    border-radius: 14px;
    overflow: hidden;
    scroll-margin-top: 96px;
}

.dch-topic-group header {
    align-items: center;
    background: #F7F9FC;
    border-bottom: 1px solid #E4EAF2;
    display: flex;
    gap: .8rem;
    padding: .9rem 1rem;
}

.dch-topic-group header > span {
    align-items: center;
    background: #EAF3F4;
    border: 1px solid #CFE1E3;
    border-radius: 10px;
    color: #0E7C78;
    display: inline-grid;
    flex: 0 0 auto;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.dch-topic-group header h3 {
    color: #14213D;
    font-family: Inter, "Source Sans 3", system-ui, sans-serif;
    font-size: 1.08rem;
    font-weight: 850;
    margin: 0;
}

.dch-topic-group header small {
    color: #64748B;
}

.dch-topic-resource-list {
    display: grid;
}

.dch-topic-resource-row {
    align-items: center;
    border-top: 1px solid #E4EAF2;
    color: inherit;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: .9rem 1rem;
    text-decoration: none;
}

.dch-topic-resource-row:first-child {
    border-top: 0;
}

.dch-topic-resource-row:hover,
.dch-topic-resource-row:focus {
    background: #F7F9FC;
}

.dch-topic-resource-row > span {
    display: grid;
    gap: .2rem;
}

.dch-topic-resource-row em {
    color: #53667D;
    font-size: .82rem;
    font-style: normal;
    font-weight: 850;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .dch-featured-resource-layout,
    .dch-resource-insight-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .dch-resource-step,
    .dch-topic-resource-row {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .dch-resource-step__action,
    .dch-topic-resource-row em {
        justify-self: start;
        text-align: left;
    }

    .dch-featured-resource-row,
    .dch-ranked-resource {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .dch-resource-step__number {
        display: none;
    }
}

/* Keep dashboard-specific layout decisions above later shared admin defaults. */
.admin-dashboard .admin-dashboard-recent {
    height: auto;
}

.admin-dashboard .admin-dashboard-workspaces {
    box-shadow: none;
}

/* Admin dashboard app polish and business-intelligence views */
.admin-body:has(.admin-dashboard) .admin-content {
    background:
        radial-gradient(circle at 84% 2%, rgba(124, 58, 237, .08), transparent 28rem),
        radial-gradient(circle at 12% 18%, rgba(0, 166, 166, .07), transparent 24rem),
        #f4f7fb;
}

.admin-body:has(.admin-dashboard) .admin-topbar {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, .9);
}

.admin-dashboard-hero {
    background:
        radial-gradient(circle at 88% 8%, rgba(69, 219, 202, .32), transparent 28%),
        radial-gradient(circle at 62% 120%, rgba(139, 92, 246, .36), transparent 38%),
        linear-gradient(125deg, #071b36 0%, #123b70 48%, #40389a 100%);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 24px 56px rgba(22, 39, 88, .22);
    min-height: 174px;
}

.admin-dashboard-hero::after {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: "";
    height: 220px;
    position: absolute;
    right: -55px;
    top: -105px;
    width: 220px;
}

.admin-dashboard-stat {
    border: 0;
    box-shadow: 0 10px 30px rgba(28, 45, 79, .075);
    overflow: hidden;
    position: relative;
}

.admin-dashboard-stat::before {
    content: "";
    height: 4px;
    inset: 0 0 auto;
    position: absolute;
}

.admin-dashboard-stat-blue::before { background: linear-gradient(90deg, #2563eb, #60a5fa); }
.admin-dashboard-stat-teal::before { background: linear-gradient(90deg, #059669, #2dd4bf); }
.admin-dashboard-stat-violet::before { background: linear-gradient(90deg, #7c3aed, #c084fc); }
.admin-dashboard-stat-orange::before { background: linear-gradient(90deg, #ea580c, #fbbf24); }

.admin-dashboard-range {
    background: #eef2f7;
    border: 1px solid #e1e7ef;
    border-radius: 10px;
    display: flex;
    gap: .15rem;
    padding: .2rem;
}

.admin-dashboard-range a {
    border-radius: 7px;
    color: #667085;
    font-size: .72rem;
    font-weight: 800;
    min-width: 38px;
    padding: .35rem .45rem;
    text-align: center;
    text-decoration: none;
}

.admin-dashboard-range a.active {
    background: #fff;
    box-shadow: 0 2px 8px rgba(16, 24, 40, .1);
    color: #175cd3;
}

.admin-dashboard-metric-row em {
    color: #98a2b3;
    font-size: .66rem;
    font-style: normal;
}

.admin-dashboard-activity {
    border: 0;
    box-shadow: 0 14px 38px rgba(28, 45, 79, .075);
}

.admin-dashboard-activity .admin-chart-bar {
    transition: filter .18s ease, transform .18s ease;
}

.admin-dashboard-activity .admin-chart-column:hover .admin-chart-bar {
    filter: saturate(1.2);
    transform: scaleX(1.08);
}

.admin-dashboard-full-report {
    align-items: center;
    border-top: 1px solid #eef2f6;
    color: #175cd3;
    display: flex;
    font-size: .78rem;
    font-weight: 800;
    gap: .4rem;
    justify-content: center;
    margin: .75rem -1.3rem -1.3rem;
    padding: .8rem;
    text-decoration: none;
}

.admin-dashboard-health {
    background:
        radial-gradient(circle at 100% 0, rgba(45, 212, 191, .12), transparent 34%),
        #fff;
    border: 0;
    box-shadow: 0 14px 38px rgba(28, 45, 79, .075);
}

.admin-bi-dashboard {
    background:
        radial-gradient(circle at 100% 0, rgba(45, 212, 191, .12), transparent 30%),
        radial-gradient(circle at 0 100%, rgba(124, 58, 237, .1), transparent 34%),
        linear-gradient(145deg, #071b36, #0d2850 58%, #172554);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    box-shadow: 0 22px 52px rgba(7, 27, 54, .2);
    color: #fff;
    overflow: hidden;
    padding: 1.4rem;
}

.admin-bi-heading {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

.admin-bi-heading > div > span {
    color: #5eead4;
    display: block;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.admin-bi-heading h2 {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 850;
    margin: .2rem 0;
}

.admin-bi-heading p {
    color: #a9bdd6;
    font-size: .83rem;
    margin: 0;
}

.admin-bi-period {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: #d9e7f5;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .72rem;
    font-weight: 750;
    gap: .4rem;
    padding: .45rem .7rem;
}

.admin-bi-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-bi-card {
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 17px;
    color: #101828;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: 1rem;
}

.admin-bi-card-head {
    align-items: center;
    display: flex;
    gap: .7rem;
    margin-bottom: 1rem;
}

.admin-bi-card-head > div {
    display: grid;
}

.admin-bi-card-head small,
.admin-bi-company-strip small,
.admin-bi-revenue-card small {
    color: #667085;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.admin-bi-card-head h3 {
    color: #101828;
    font-size: .98rem;
    font-weight: 800;
    margin: 0;
}

.admin-bi-icon {
    align-items: center;
    border-radius: 11px;
    display: inline-flex;
    flex: 0 0 40px;
    font-size: 1rem;
    height: 40px;
    justify-content: center;
}

.admin-bi-icon-blue { background: #eaf2ff; color: #2563eb; }
.admin-bi-icon-violet { background: #f3e8ff; color: #7c3aed; }
.admin-bi-icon-orange { background: #fff3e8; color: #ea580c; }
.admin-bi-icon-teal { background: #e7faf6; color: #059669; }

.admin-bi-funnel-row,
.admin-bi-rank-row {
    display: grid;
    gap: .38rem;
    margin-bottom: .85rem;
}

.admin-bi-funnel-row > div:first-child,
.admin-bi-rank-row > div:first-child {
    align-items: center;
    color: #475467;
    display: flex;
    font-size: .78rem;
    justify-content: space-between;
}

.admin-bi-funnel-row strong,
.admin-bi-rank-row strong {
    color: #101828;
}

.admin-bi-track {
    background: #edf1f6;
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
}

.admin-bi-fill {
    border-radius: inherit;
    display: block;
    height: 100%;
    min-width: 3px;
}

.admin-bi-fill-blue { background: linear-gradient(90deg, #2563eb, #60a5fa); }
.admin-bi-fill-violet { background: linear-gradient(90deg, #7c3aed, #c084fc); }
.admin-bi-fill-teal { background: linear-gradient(90deg, #059669, #2dd4bf); }

.admin-bi-insight {
    align-items: flex-start;
    background: linear-gradient(135deg, #eef6ff, #f3efff);
    border: 1px solid #d9d6fe;
    border-radius: 12px;
    color: #475467;
    display: flex;
    font-size: .72rem;
    gap: .55rem;
    margin-top: auto;
    padding: .75rem;
}

.admin-bi-insight > i {
    color: #7c3aed;
}

.admin-bi-insight span,
.admin-bi-insight strong {
    display: block;
}

.admin-bi-insight strong {
    color: #344054;
    margin-bottom: .15rem;
}

.admin-bi-ranking,
.admin-bi-job-list {
    flex: 1;
}

.admin-bi-job-list {
    display: grid;
}

.admin-bi-job-list > a {
    align-items: center;
    border-bottom: 1px solid #eef2f6;
    color: #101828;
    display: grid;
    gap: .55rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: .55rem 0;
    text-decoration: none;
}

.admin-bi-job-list > a > span:nth-child(2),
.admin-bi-job-list > a > span:last-child {
    display: grid;
    min-width: 0;
}

.admin-bi-job-list > a > span:nth-child(2) strong {
    font-size: .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-bi-job-list small {
    color: #98a2b3;
    font-size: .63rem;
}

.admin-bi-job-list > a > span:last-child {
    text-align: right;
}

.admin-bi-rank-number {
    align-items: center;
    background: #fff3e8;
    border-radius: 8px;
    color: #c2410c;
    display: inline-flex;
    font-size: .68rem;
    font-weight: 850;
    height: 27px;
    justify-content: center;
    width: 27px;
}

.admin-bi-card-link {
    align-items: center;
    color: #175cd3;
    display: inline-flex;
    font-size: .73rem;
    font-weight: 800;
    gap: .35rem;
    margin-top: .8rem;
    text-decoration: none;
}

.admin-bi-no-data {
    align-items: center;
    color: #98a2b3;
    display: flex;
    font-size: .78rem;
    justify-content: center;
    min-height: 150px;
    text-align: center;
}

.admin-bi-footer-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 2fr) minmax(250px, .72fr);
    margin-top: 1rem;
}

.admin-bi-company-strip,
.admin-bi-revenue-card {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 17px;
    color: #101828;
    min-width: 0;
    padding: .9rem 1rem;
}

.admin-bi-company-strip {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr);
}

.admin-bi-company-strip > div:first-child {
    align-items: center;
    display: flex;
    gap: .65rem;
}

.admin-bi-company-strip > div:first-child > span:last-child {
    display: grid;
}

.admin-bi-company-list {
    display: flex;
    gap: .5rem;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.admin-bi-company-list > span {
    background: #f5f7fa;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    display: grid;
    flex: 0 0 auto;
    min-width: 125px;
    padding: .5rem .6rem;
}

.admin-bi-company-list strong {
    font-size: .72rem;
}

.admin-bi-company-list em {
    color: #98a2b3;
    font-size: .63rem;
    font-style: normal;
}

.admin-bi-revenue-card {
    align-items: center;
    display: flex;
    gap: .75rem;
    text-decoration: none;
}

.admin-bi-revenue-card > .admin-bi-icon {
    background: linear-gradient(135deg, #059669, #2dd4bf);
    color: #fff;
}

.admin-bi-revenue-card > span:last-child {
    display: grid;
}

.admin-bi-revenue-card strong {
    color: #101828;
    font-size: 1.3rem;
}

.admin-bi-revenue-card em {
    color: #067647;
    font-size: .68rem;
    font-style: normal;
    font-weight: 750;
}

.admin-dashboard-mobile-nav,
.admin-nav-backdrop {
    display: none;
}

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

    .admin-bi-jobs {
        grid-column: 1 / -1;
        min-height: 300px;
    }

    .admin-bi-job-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1rem;
    }
}

@media (max-width: 767.98px) {
    .admin-sidebar {
        left: -305px;
        max-width: 286px;
        width: 286px;
    }

    .admin-nav-open .admin-sidebar {
        left: 0;
    }

    .admin-topbar > div {
        min-width: 0;
    }

    .admin-topbar > div strong,
    .admin-topbar > div small {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .admin-topbar > a {
        align-items: center;
        display: inline-flex;
        flex: 0 0 40px;
        font-size: 0;
        height: 40px;
        justify-content: center;
        padding: 0;
        width: 40px;
    }

    .admin-topbar > a i {
        font-size: 1rem;
        margin: 0 !important;
    }

    .admin-body:has(.admin-dashboard) {
        padding-bottom: 76px;
    }

    .admin-body:has(.admin-dashboard) .admin-content {
        padding: .85rem .7rem 1.25rem;
    }

    .admin-dashboard-hero {
        min-height: 0;
    }

    .admin-dashboard-stats {
        gap: .65rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-dashboard-stat {
        align-items: flex-start;
        flex-direction: column;
        gap: .55rem;
        min-height: 142px;
        padding: .85rem;
    }

    .admin-dashboard-stat-icon {
        flex-basis: 38px;
        height: 38px;
        width: 38px;
    }

    .admin-dashboard-stat strong {
        font-size: 1.45rem;
    }

    .admin-dashboard-stat em {
        white-space: normal;
    }

    .admin-dashboard-section-head {
        align-items: center;
    }

    .admin-dashboard-metric-row {
        gap: .55rem;
    }

    .admin-dashboard-metric-row > div {
        background: #f7f9fc;
        border: 1px solid #edf0f4;
        border-radius: 10px;
        padding: .65rem;
    }

    .admin-dashboard-activity .admin-chart {
        height: 178px;
    }

    .admin-dashboard-activity .admin-chart-bars {
        height: 138px;
    }

    .admin-bi-dashboard {
        border-radius: 17px;
        padding: .9rem;
    }

    .admin-bi-heading {
        flex-direction: column;
    }

    .admin-bi-grid,
    .admin-bi-footer-grid {
        grid-template-columns: 1fr;
    }

    .admin-bi-jobs {
        grid-column: auto;
    }

    .admin-bi-card {
        min-height: 0;
    }

    .admin-bi-job-list {
        grid-template-columns: 1fr;
    }

    .admin-bi-company-strip {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .admin-dashboard-workspace-grid {
        gap: .65rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-dashboard-workspace-grid > a {
        display: flex;
        flex-direction: column;
        min-height: 154px;
        padding: .8rem;
    }

    .admin-dashboard-workspace-grid > a > i:last-child {
        margin-left: auto;
        margin-top: auto;
    }

    .admin-dashboard-recent .table-responsive {
        overflow: visible;
    }

    .admin-dashboard-recent table,
    .admin-dashboard-recent tbody,
    .admin-dashboard-recent tr,
    .admin-dashboard-recent td {
        display: block;
        width: 100%;
    }

    .admin-dashboard-recent thead {
        display: none;
    }

    .admin-dashboard-recent tbody {
        display: grid;
        gap: .75rem;
        padding: 0 .8rem .8rem;
    }

    .admin-dashboard-recent tr {
        border: 1px solid #e4e7ec;
        border-radius: 13px;
        overflow: hidden;
    }

    .admin-dashboard-recent table tbody td {
        align-items: center;
        background: #fff;
        border-bottom: 1px solid #eef2f6;
        display: flex;
        justify-content: space-between;
        padding: .65rem .75rem;
        text-align: right !important;
    }

    .admin-dashboard-recent table tbody td:first-child {
        align-items: flex-start;
        display: grid;
        text-align: left !important;
    }

    .admin-dashboard-recent td[data-label]::before {
        color: #667085;
        content: attr(data-label);
        font-size: .66rem;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .admin-dashboard-recent table tbody td:last-child {
        border-bottom: 0;
    }

    .admin-dashboard-recent table tbody td:last-child .btn {
        width: 100%;
    }

    .admin-dashboard-mobile-nav {
        align-items: stretch;
        background: rgba(255, 255, 255, .96);
        border: 1px solid #e4e7ec;
        border-radius: 18px 18px 0 0;
        bottom: 0;
        box-shadow: 0 -10px 28px rgba(16, 24, 40, .13);
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        left: 0;
        padding: .42rem max(.5rem, env(safe-area-inset-right)) calc(.42rem + env(safe-area-inset-bottom)) max(.5rem, env(safe-area-inset-left));
        position: fixed;
        right: 0;
        z-index: 1030;
    }

    .admin-dashboard-mobile-nav a {
        align-items: center;
        border-radius: 10px;
        color: #667085;
        display: flex;
        flex-direction: column;
        font-size: .62rem;
        font-weight: 750;
        gap: .15rem;
        justify-content: center;
        min-height: 50px;
        text-decoration: none;
    }

    .admin-dashboard-mobile-nav a i {
        font-size: 1.05rem;
    }

    .admin-dashboard-mobile-nav a.active {
        background: #eef4ff;
        color: #175cd3;
    }

    .admin-nav-backdrop {
        background: rgba(7, 26, 51, .55);
        border: 0;
        bottom: 0;
        inset: 0;
        position: fixed;
        z-index: 1035;
    }

    .admin-nav-open .admin-nav-backdrop {
        display: block;
    }

    .admin-nav-open {
        overflow: hidden;
    }

    .admin-nav-open .admin-sidebar {
        box-shadow: 18px 0 44px rgba(7, 26, 51, .28);
        z-index: 1040;
    }
}

@media (max-width: 399.98px) {
    .admin-dashboard-workspace-grid {
        grid-template-columns: 1fr;
    }

    .admin-dashboard-workspace-grid > a {
        min-height: 120px;
    }
}

/* Final admin contrast layer: intentionally last to defeat legacy theme rules. */
.admin-body .admin-sidebar {
    background:
        radial-gradient(circle at 20% 0, rgba(45, 212, 191, .12), transparent 22rem),
        linear-gradient(180deg, #07182d 0%, #0a203b 52%, #071629 100%);
    border-right: 1px solid rgba(141, 184, 219, .16);
    color: #f8fbff;
    flex-basis: 288px;
    padding: 1.2rem .9rem;
    scrollbar-color: #36536f transparent;
    width: 288px;
}

.admin-body .admin-brand {
    border-bottom: 1px solid rgba(193, 218, 241, .15);
    color: #ffffff;
    font-size: 1.02rem;
    margin: 0 0 1.15rem;
    min-height: 60px;
    padding: 0 .55rem 1rem;
}

.admin-body .admin-brand:hover,
.admin-body .admin-brand:focus {
    color: #ffffff;
}

.admin-body .admin-brand-mark {
    background: linear-gradient(145deg, #2dd4bf, #3b82f6 72%, #8b5cf6);
    box-shadow: 0 8px 22px rgba(45, 212, 191, .24);
    color: #ffffff;
    flex: 0 0 42px;
    height: 42px;
    width: 42px;
}

.admin-body .admin-brand small {
    color: #a9bfd5;
    font-size: .7rem;
    letter-spacing: .02em;
    margin-top: .12rem;
}

.admin-body .admin-nav {
    gap: 1.15rem;
    padding-right: .15rem;
}

.admin-body .admin-nav-group {
    gap: .28rem;
}

.admin-body .admin-nav-group + .admin-nav-group {
    border-top: 1px solid rgba(193, 218, 241, .09);
    padding-top: 1rem;
}

.admin-body .admin-nav-label {
    color: #72ded4;
    font-size: .69rem;
    font-weight: 850;
    letter-spacing: .11em;
    padding: 0 .72rem .28rem;
}

.admin-body .admin-nav a,
.admin-body .admin-sidebar-footer a,
.admin-body .admin-nav-toggle {
    border: 1px solid transparent;
    border-radius: 11px;
    color: #dce8f5;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.25;
    min-height: 42px;
    padding: .68rem .72rem;
}

.admin-body .admin-nav a > i,
.admin-body .admin-sidebar-footer a > i,
.admin-body .admin-nav-toggle span > i {
    color: #91b7d7;
    flex: 0 0 20px;
    font-size: .98rem;
    text-align: center;
}

.admin-body .admin-nav a:hover,
.admin-body .admin-nav a:focus-visible,
.admin-body .admin-sidebar-footer a:hover,
.admin-body .admin-sidebar-footer a:focus-visible,
.admin-body .admin-nav-toggle:hover,
.admin-body .admin-nav-toggle:focus-visible {
    background: #143757;
    border-color: rgba(116, 202, 215, .2);
    color: #ffffff;
    outline: 0;
}

.admin-body .admin-nav a:hover > i,
.admin-body .admin-nav a:focus-visible > i,
.admin-body .admin-sidebar-footer a:hover > i,
.admin-body .admin-nav-toggle:hover span > i {
    color: #a7f3eb;
}

.admin-body .admin-nav a.active,
.admin-body .admin-nav-toggle.active {
    background: linear-gradient(100deg, rgba(13, 148, 136, .34), rgba(37, 99, 235, .2));
    border-color: rgba(94, 234, 212, .32);
    box-shadow: inset 3px 0 #5eead4, 0 7px 18px rgba(0, 0, 0, .13);
    color: #ffffff;
}

.admin-body .admin-nav a.active > i,
.admin-body .admin-nav-toggle.active span > i {
    color: #7ff4e8;
}

.admin-body .admin-nav-toggle > .bi-chevron-down {
    color: #9db5ca;
}

.admin-body .admin-nav-children {
    border-left: 1px solid rgba(94, 234, 212, .2);
    gap: .22rem;
    margin: .12rem 0 .25rem .95rem;
    padding: .15rem 0 .25rem .55rem;
}

.admin-body .admin-nav-children a {
    border-radius: 9px;
    color: #bfd1e2;
    font-size: .81rem;
    min-height: 37px;
    padding: .5rem .6rem;
}

.admin-body .admin-nav-children a.active {
    background: rgba(45, 212, 191, .16);
    border-color: rgba(94, 234, 212, .25);
    box-shadow: none;
    color: #ffffff;
}

.admin-body .admin-sidebar-footer {
    background: rgba(4, 17, 32, .28);
    border: 1px solid rgba(193, 218, 241, .1);
    border-radius: 14px;
    margin-top: 1.25rem;
    padding: .55rem;
}

.admin-body .admin-security-state {
    color: #f0f7ff;
    padding: .65rem .62rem;
}

.admin-body .admin-security-state small {
    color: #9eb6cc;
    margin-top: .12rem;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-body .admin-dashboard-hero .admin-dashboard-kicker {
    color: #93fff1 !important;
    text-shadow: 0 1px 12px rgba(45, 212, 191, .2);
}

.admin-body .admin-dashboard-hero h1 {
    color: #ffffff !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .2);
}

.admin-body .admin-dashboard-hero p {
    color: #e8f3ff !important;
    font-size: .96rem;
    font-weight: 500;
    line-height: 1.62;
}

.admin-body .admin-dashboard-hero .btn-outline-light {
    border-color: rgba(255, 255, 255, .7);
    color: #ffffff;
}

.admin-body .admin-dashboard-hero .btn-outline-light:hover,
.admin-body .admin-dashboard-hero .btn-outline-light:focus {
    background: #ffffff;
    color: #123b70;
}

.admin-body .admin-bi-dashboard .admin-bi-heading > div > span {
    color: #7ff4e8 !important;
}

.admin-body .admin-bi-dashboard .admin-bi-heading h2 {
    color: #ffffff !important;
}

.admin-body .admin-bi-dashboard .admin-bi-heading p {
    color: #d1e2f3 !important;
}

.admin-body .admin-bi-dashboard .admin-bi-period {
    color: #edf7ff !important;
}

.admin-body .dr-admin-hero .dr-admin-kicker {
    color: #9afff3 !important;
}

.admin-body .dr-admin-hero h1 {
    color: #ffffff !important;
}

.admin-body .dr-admin-hero p {
    color: #e2f6f7 !important;
    font-weight: 500;
}

.admin-body .dr-admin-hero-actions a {
    color: #ffffff !important;
}

@media (min-width: 992px) {
    .admin-body .admin-sidebar {
        flex-basis: 288px;
        width: 288px;
    }
}

@media (max-width: 991.98px) {
    .admin-body .admin-sidebar {
        left: -305px;
        max-width: 288px;
        width: 288px;
    }

    .admin-body.admin-nav-open .admin-sidebar {
        left: 0;
    }
}
