.jb-hero {
    background: linear-gradient(135deg, #0D1B2E 0%, #1a3a5c 55%, #0a1628 100%);
    padding: 88px 0 64px;
    position: relative;
    overflow: hidden;
  }
  .jb-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -8%;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(8,106,216,0.14) 0%, transparent 65%);
    pointer-events: none;
  }
  .jb-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 40px;
    align-items: center;
  }
  .jb-hero-photo {
    width: 200px;
    max-width: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    object-fit: cover;
    object-position: center center;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 16px 40px rgba(0,0,0,0.3);
  }
  .jb-hero-eyebrow {
    font-family: Rubik, sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #4A9EFF;
    margin-bottom: 12px;
  }
  .jb-hero h1 {
    font-family: Poppins, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.1;
  }
  .jb-hero-role {
    font-family: Rubik, sans-serif;
    font-size: 1.02rem;
    color: rgba(255,255,255,0.72);
    margin: 0 0 14px;
  }
  .jb-hero-position {
    font-family: Rubik, sans-serif;
    font-size: 1.02rem;
    color: rgba(255,255,255,0.88);
    line-height: 1.65;
    margin: 0 0 12px;
  }
  .jb-hero-meta {
    font-family: Rubik, sans-serif;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.55);
    margin: 0 0 22px;
  }
  .jb-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .jb-hero-actions a,
  .jb-cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: Rubik, sans-serif;
    font-size: 0.88rem;
    padding: 12px 18px;
    border-radius: 4px;
    text-decoration: none;
    transition: background .2s, color .2s, border-color .2s;
    white-space: nowrap;
  }
  .jb-btn-primary {
    background: #086AD8;
    color: #fff;
    border: 1px solid #086AD8;
  }
  .jb-btn-primary:hover { background: #0658b5; }
  .jb-btn-ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.28);
  }
  .jb-btn-ghost:hover { border-color: rgba(255,255,255,0.55); background: rgba(255,255,255,0.06); }
  .jb-btn-light {
    background: #fff;
    color: #0D1B2E;
    border: 1px solid #fff;
  }
  .jb-btn-light:hover { background: #eef3f9; }

  .jb-section { padding: 64px 0; }
  .jb-section.alt { background: #F8F9FB; }
  .jb-section.dark {
    background: #0D1B2E;
    color: rgba(255,255,255,0.78);
  }
  .jb-section.dark h2,
  .jb-section.dark h3 { color: #fff; }
  .jb-section.dark .section-eyebrow { color: #4A9EFF; }
  .jb-section.dark p { color: rgba(255,255,255,0.68); }
  .jb-section .container > .section-title { margin-bottom: 20px; }
  .jb-prose {
    max-width: none;
    width: 100%;
  }
  .jb-prose p {
    font-family: Rubik, sans-serif;
    font-size: 1.02rem;
    line-height: 1.75;
    color: #444;
    margin: 0 0 18px;
  }
  .jb-prose p:last-child { margin-bottom: 0; }
  .jb-prose a { color: #086AD8; text-decoration: underline; text-underline-offset: 3px; }
  .jb-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: start;
  }
  .jb-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .jb-list li {
    font-family: Rubik, sans-serif;
    font-size: 0.98rem;
    color: #444;
    line-height: 1.65;
    padding: 12px 0;
    border-bottom: 1px solid #e8edf3;
  }
  .jb-list li:last-child { border-bottom: none; }
  .jb-list strong {
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 0.95rem;
    color: #0D1B2E;
    margin-bottom: 4px;
  }
  .jb-sector-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .jb-sector {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    padding: 22px;
  }
  .jb-section.alt .jb-sector { background: #fff; }
  .jb-sector h3 {
    font-size: 1.02rem;
    margin: 0 0 8px;
  }
  .jb-sector p {
    font-family: Rubik, sans-serif;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.65;
    margin: 0;
  }
  .jb-sector a { color: #086AD8; }
  .jb-timeline {
    border-left: 2px solid #dbe5f0;
    margin: 24px 0 0;
    padding-left: 22px;
  }
  .jb-timeline-item { position: relative; margin-bottom: 22px; }
  .jb-timeline-item:last-child { margin-bottom: 0; }
  .jb-timeline-item::before {
    content: '';
    position: absolute;
    left: -29px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #086AD8;
  }
  .jb-timeline-label {
    font-family: Poppins, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #086AD8;
    margin-bottom: 4px;
  }
  .jb-timeline-item h3 {
    font-size: 1.05rem;
    margin: 0 0 6px;
  }
  .jb-timeline-item p {
    font-family: Rubik, sans-serif;
    font-size: 0.94rem;
    color: #555;
    line-height: 1.65;
    margin: 0;
  }
  .jb-pub-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    background: #0D1B2E;
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 20px;
    text-decoration: none;
    color: inherit;
    align-items: center;
  }
  .jb-pub-featured:hover { outline: 1px solid rgba(8,106,216,0.5); }
  .jb-pub-tag {
    font-family: Poppins, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4A9EFF;
    margin-bottom: 10px;
    display: block;
  }
  .jb-pub-featured h3 {
    color: #fff;
    font-size: 1.25rem;
    margin: 0 0 10px;
  }
  .jb-pub-featured p {
    color: rgba(255,255,255,0.6);
    font-family: Rubik, sans-serif;
    font-size: 0.94rem;
    line-height: 1.65;
    margin: 0 0 12px;
  }
  .jb-pub-meta {
    font-family: Rubik, sans-serif;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.4);
  }
  .jb-pub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .jb-pub-card {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    padding: 20px;
    text-decoration: none;
    display: block;
    transition: border-color .2s, box-shadow .2s;
  }
  .jb-pub-card:hover {
    border-color: #086AD8;
    box-shadow: 0 8px 24px rgba(13,27,46,0.06);
  }
  .jb-pub-card h3 {
    font-size: 0.98rem;
    margin: 8px 0 8px;
    color: #0D1B2E;
  }
  .jb-pub-card p {
    font-family: Rubik, sans-serif;
    font-size: 0.88rem;
    color: #666;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .jb-pub-card .meta {
    font-family: Rubik, sans-serif;
    font-size: 0.78rem;
    color: #888;
  }
  .jb-ext-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .jb-ext {
    border: 1px solid #e8edf3;
    border-radius: 8px;
    padding: 18px;
    background: #fff;
  }
  .jb-ext h3 {
    font-size: 0.95rem;
    margin: 0 0 6px;
  }
  .jb-ext p {
    font-family: Rubik, sans-serif;
    font-size: 0.85rem;
    color: #666;
    margin: 0 0 10px;
    line-height: 1.5;
  }
  .jb-ext a { color: #086AD8; font-family: Rubik, sans-serif; font-size: 0.88rem; }
  .jb-cta {
    text-align: center;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .jb-cta h2 { margin-bottom: 12px; }
  .jb-cta > p {
    font-family: Rubik, sans-serif;
    font-size: 1.02rem;
    color: rgba(255,255,255,0.68);
    margin: 0 auto 28px;
    line-height: 1.7;
    max-width: 720px;
  }
  .jb-cta-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
  }
  .jb-cta-actions a {
    width: 100%;
  }
  .jb-note {
    font-family: Rubik, sans-serif;
    font-size: 0.9rem;
    color: #666;
    border-left: 3px solid #086AD8;
    padding-left: 16px;
    margin: 20px 0 0;
    line-height: 1.65;
  }
  .jb-section.dark .jb-list li {
    border-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.75);
  }
  .jb-section.dark .jb-list strong { color: #fff; }
  .jb-section.dark .jb-prose p { color: rgba(255,255,255,0.72); }
  .jb-section.dark .jb-prose a { color: #4A9EFF; }
  @media (max-width: 900px) {
    .jb-hero-grid,
    .jb-two,
    .jb-pub-featured,
    .jb-pub-grid,
    .jb-ext-grid,
    .jb-sector-grid,
    .jb-cta-actions { grid-template-columns: 1fr; }
    .jb-hero { padding: 64px 0 48px; }
    .jb-hero-photo { width: 160px; margin: 0 auto; }
    .jb-hero-grid { text-align: center; justify-items: center; }
    .jb-hero-actions { justify-content: center; }
    .jb-section { padding: 48px 0; }
  }
