.font-jura { font-family: "Jura", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
body { background-color: white; background-image: url("background.svg?v=20260413b"); background-size: cover; background-repeat: no-repeat; background-position: center; }
.topbar-bg { background-color: #2a2a2a; }
.banner-bg { background-color: #216778ff; }
.footer-bg { background-color: #2a2a2a; }
.btn-accent{ background-color:#216778; color:#fff; border:1px solid rgba(255,255,255,.95); border-radius:.375rem; padding:.45rem .75rem; font-size:.95rem; line-height:1.2; }
.btn-accent:hover{ background-color:#1c5260; }
.icon-white { display:inline-block; width:1rem; height:1rem; background-color:#fff; mask:url('/static/icons/join.svg') no-repeat center / contain; -webkit-mask:url('/static/icons/join.svg') no-repeat center / contain; }
#mobileMenu a { text-align: center; }
@media (min-width:1024px){ #desktopNav{display:flex !important} #menuBtn{display:none !important} #desktopCta{display:flex !important} #mobileMenu{display:none !important} }
@media (max-width:1023.98px){ #desktopNav{display:none !important} #menuBtn{display:inline-flex !important; grid-column:3; justify-self:end} }
.alpha-badge{ display:inline-block; margin-left:.5rem; vertical-align:middle; font-size:10px; line-height:1; letter-spacing:.04em; color:#d1d5db; border:2px solid #e6e2cb; border-radius:4px; padding:2px 6px; white-space:nowrap; }
@media (max-width:640px){ .alpha-badge{ display:none; } }

.article-card { border: 1px solid #216778; border-radius: .75rem; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.article-card:hover { box-shadow: 0 1px 3px rgba(0,0,0,.06); transform: none; transition: none; }
.tag { display:inline-block; font-size:.75rem; border-radius:9999px; padding:.2rem .55rem; background:#e4e5ca !important; color:#216778; border:1px solid rgba(33,103,120,.5); }
.hero-grid { background: transparent; border: 0; }

.blog-hero-box {
  position: relative;
  overflow: visible;
  isolation: isolate;
  border-color: #e4e5ca !important;
  box-shadow: inset 0 0 0 4px #e4e5ca;
}

.blog-hero-box:hover {
  box-shadow: inset 0 0 0 4px #e4e5ca;
  transform: none;
}

.article-card h2,
.article-card h3 {
  color: #216778;
}

.article-card > div > h2.text-xl.font-semibold.text-white {
  color: #ffffff !important;
}

.blog-editorial-box {
  background-color: #216778;
  border: 0 !important;
  box-shadow: none !important;
}

.blog-editorial-box h2,
.blog-editorial-box p {
  color: #ffffff !important;
}

.blog-hero-content {
  position: relative;
  z-index: 1;
  padding-right: min(36%, 14rem);
}

.blog-hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 133%;
  width: auto;
  max-width: none;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .blog-hero-content {
    padding-right: 0;
  }

  .blog-hero-image {
    right: 50%;
    bottom: 0;
    height: 100%;
    transform: translateX(50%);
    opacity: 0.15;
  }
}

.cv-grid-3cols { grid-template-columns:1fr auto 1fr; }
.cv-justify-self-center { justify-self:center; }
.cv-justify-self-end { justify-self:end; }
.cv-banner-fixed { height:220px; padding:8px 0; }
.cv-banner-logo { height:145px; width:auto; max-height:none; flex-shrink:0; }
.cv-main-shell { background-color:#dfebecff; min-height:980px; }
.cv-footer-strip { background-color:#216778; }
