/*
  Jobs-style global surface pass v1.
  Aligns regular pages with the calmer jobs-page system: Manrope, thin cyan lines,
  compact surfaces and restrained orange accents.
*/

body.home-index,
body.about-page,
body.contact-page,
body.news-page,
body.legal-page {
  --oh-bg: #020a12;
  --oh-surface: rgba(4, 17, 28, .88);
  --oh-surface-2: rgba(6, 22, 36, .82);
  --oh-surface-hover: rgba(8, 28, 44, .92);
  --oh-line: rgba(45, 86, 120, .72);
  --oh-line-soft: rgba(78, 121, 154, .22);
  --oh-text: #f4f8fc;
  --oh-muted: #9fb4c7;
  --oh-muted-2: #c5d4e2;
  --oh-cyan: #18c6e8;
  --oh-orange: #ff7618;
  font-family: Manrope, Inter, Segoe UI, Arial, sans-serif !important;
  color: var(--oh-text);
}

body.home-index .page,
body.about-page .page,
body.contact-page .page,
body.news-page .page,
body.legal-page .site-shell {
  background:
    radial-gradient(circle at 72% 0%, rgba(255, 118, 24, .09), transparent 30%),
    linear-gradient(180deg, rgba(3, 12, 20, .98), rgba(1, 7, 12, .98)) !important;
  border-color: rgba(0, 153, 255, .58) !important;
}

body.home-index .box,
body.about-page .box,
body.contact-page .box,
body.news-page .panel,
body.news-page .side-panel,
body.news-page .article-card,
body.news-page .story-card,
body.news-page .lead-card,
body.news-page .news-mini,
body.news-page .news-side-card,
body.legal-page .toc,
body.legal-page .legal-card,
body.legal-page .side-panel,
body.legal-page .mini-card,
body.legal-page .action-box,
body.home-index .feature-card,
body.home-index .home-job-card,
body.home-index .home-cta,
body.home-index .metric,
body.about-page .source-row,
body.contact-page .contact-form {
  border: 1px solid var(--oh-line) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(6, 22, 36, .88), rgba(3, 13, 23, .88)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 18px 44px rgba(0, 0, 0, .24) !important;
}

body.home-index .box:hover,
body.about-page .box:hover,
body.contact-page .box:hover,
body.news-page .panel:hover,
body.news-page .story-card:hover,
body.news-page .news-mini:hover,
body.legal-page .mini-card:hover,
body.home-index .feature-card:hover,
body.home-index .home-job-card:hover {
  border-color: rgba(51, 124, 176, .95) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 20px 48px rgba(0, 0, 0, .28) !important;
}

body.home-index .box-head,
body.about-page .box-head,
body.contact-page .box-head,
body.news-page .section-intro,
body.news-page .news-feature-head,
body.legal-page .legal-section,
body.legal-page .stat-row,
body.legal-page .toc a,
body.about-page .source-row,
body.home-index .home-job-foot,
body.home-index .table td,
body.contact-page .contact-note {
  border-color: var(--oh-line-soft) !important;
}

body.home-index .box-title,
body.about-page .box-title,
body.contact-page .box-title,
body.news-page .section-intro h2,
body.news-page .article-card h2,
body.news-page .article-card h3,
body.legal-page .legal-section h2,
body.legal-page .toc h3,
body.legal-page .side-panel h3 {
  color: var(--oh-text) !important;
  font-weight: 800 !important;
  letter-spacing: -.015em !important;
  text-shadow: none !important;
}

body.home-index .box-title span,
body.about-page .box-title span,
body.contact-page .box-title span,
body.news-page .news-tag,
body.news-page .orange-link,
body.legal-page .legal-section h2:before,
body.legal-page .action-box a,
body.legal-page .legal-btn,
body.home-index .orange-link,
body.about-page .orange-link,
body.contact-page .orange-link {
  color: var(--oh-orange) !important;
  text-shadow: none !important;
}

body.home-index p,
body.about-page p,
body.contact-page p,
body.news-page p,
body.legal-page p,
body.legal-page li,
body.news-page .article-card p {
  color: var(--oh-muted-2) !important;
  font-weight: 520 !important;
}

body.home-index .field,
body.home-index input,
body.home-index select,
body.about-page input,
body.about-page select,
body.about-page textarea,
body.contact-page input,
body.contact-page select,
body.contact-page textarea,
body.news-page input,
body.news-page select,
body.legal-page input,
body.legal-page select {
  border: 1px solid rgba(56, 97, 128, .88) !important;
  border-radius: 6px !important;
  background: rgba(2, 12, 20, .94) !important;
  color: var(--oh-text) !important;
  box-shadow: none !important;
  font-family: Manrope, Inter, Segoe UI, Arial, sans-serif !important;
}

body.home-index input:focus,
body.home-index select:focus,
body.about-page input:focus,
body.about-page select:focus,
body.about-page textarea:focus,
body.contact-page input:focus,
body.contact-page select:focus,
body.contact-page textarea:focus,
body.news-page input:focus,
body.news-page select:focus {
  border-color: rgba(24, 198, 232, .86) !important;
  box-shadow: 0 0 0 2px rgba(24, 198, 232, .10) !important;
}

body.home-index .pill,
body.about-page .pill,
body.contact-page .pill,
body.news-page .pill,
body.legal-page .legal-btn,
body.home-index .panel-btn,
body.about-page .panel-btn,
body.contact-page .panel-btn {
  border: 1px solid rgba(56, 97, 128, .86) !important;
  border-radius: 6px !important;
  background: rgba(7, 23, 35, .78) !important;
  color: var(--oh-text) !important;
  box-shadow: none !important;
}

body.home-index .pill:hover,
body.about-page .pill:hover,
body.contact-page .pill:hover,
body.news-page .pill:hover,
body.legal-page .legal-btn:hover,
body.home-index .panel-btn:hover,
body.about-page .panel-btn:hover,
body.contact-page .panel-btn:hover {
  border-color: rgba(255, 118, 24, .82) !important;
  color: #fff !important;
}

body.home-index .cta,
body.home-index .searchbtn,
body.about-page .cta,
body.contact-page .cta,
body.contact-page button[type="submit"],
body.news-page .cta,
body.legal-page .legal-btn.primary {
  border-radius: 7px !important;
  background: linear-gradient(135deg, #ff8526, #ff6f12) !important;
  color: #fff !important;
  box-shadow: 0 14px 36px rgba(255, 111, 18, .20) !important;
  font-weight: 850 !important;
}

body.home-index .metric,
body.news-page .metric {
  border-right-color: var(--oh-line-soft) !important;
  background: rgba(4, 17, 28, .78) !important;
}

body.home-index .micon,
body.news-page .micon,
body.legal-page .stat-ico,
body.about-page .source-row i,
body.contact-page .source-row i {
  border-color: rgba(255, 118, 24, .55) !important;
  background: rgba(255, 118, 24, .055) !important;
  color: var(--oh-orange) !important;
  border-radius: 7px !important;
}

body.home-index .table tr:hover {
  background: rgba(24, 198, 232, .045) !important;
}

body.home-index .table tr.is-new {
  background: linear-gradient(90deg, rgba(24, 198, 232, .08), transparent 58%) !important;
}

body.news-page .news-tag {
  border-color: rgba(255, 118, 24, .45) !important;
  background: rgba(255, 118, 24, .07) !important;
}

body.legal-page .legal-section h2:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid var(--oh-orange);
  border-radius: 2px;
  background: rgba(255, 118, 24, .08);
  flex: 0 0 8px;
}

@media (max-width: 860px) {
  body.home-index .box,
  body.about-page .box,
  body.contact-page .box,
  body.news-page .panel,
  body.news-page .side-panel,
  body.news-page .article-card,
  body.legal-page .toc,
  body.legal-page .legal-card,
  body.legal-page .side-panel {
    border-radius: 7px !important;
  }
}

/*
  Jobs-style global surface pass v2.
  Stronger late-loaded page shell alignment for the non-jobs pages.
*/

body.home-index:not(.jobs-page) .hero,
body.about-page .hero,
body.contact-page .hero,
body.news-page .hero,
body.news-page .article-hero {
  position: relative !important;
  min-height: 555px !important;
  overflow: hidden !important;
  border-bottom: 1px solid rgba(0, 153, 255, .62) !important;
  background: #020912 !important;
}

body.home-index:not(.jobs-page) .hero::before,
body.about-page .hero::before,
body.contact-page .hero::before,
body.news-page .hero::before,
body.news-page .article-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  background:
    linear-gradient(90deg, rgba(2, 7, 13, .97) 0%, rgba(2, 7, 13, .88) 32%, rgba(2, 7, 13, .44) 62%, rgba(2, 7, 13, .14) 100%),
    linear-gradient(180deg, rgba(2, 7, 13, .04) 0%, rgba(2, 7, 13, .40) 100%),
    url('/assets/Hero/hero3.png?v=jobs-global-shell-v2') 70% 50% / cover no-repeat !important;
  filter: brightness(.82) contrast(1.12) saturate(1.08) !important;
  transform: none !important;
  opacity: 1 !important;
  z-index: 0 !important;
}

body.home-index:not(.jobs-page) .hero::after,
body.about-page .hero::after,
body.contact-page .hero::after,
body.news-page .hero::after,
body.news-page .article-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  background: linear-gradient(180deg, rgba(1, 7, 12, .08), rgba(1, 7, 12, .64)) !important;
  opacity: 1 !important;
  z-index: 1 !important;
}

body.home-index:not(.jobs-page) .hero > *,
body.about-page .hero > *,
body.contact-page .hero > *,
body.news-page .hero > *,
body.news-page .article-hero > * {
  position: relative !important;
  z-index: 2 !important;
}

body.home-index:not(.jobs-page) .hero-inner,
body.about-page .hero-inner,
body.contact-page .hero-inner,
body.news-page .hero-inner,
body.news-page .article-hero .hero-inner {
  width: 100% !important;
  max-width: var(--oh-content-wide, min(1680px, calc(100vw - 44px))) !important;
  min-height: 555px !important;
  margin: 0 auto !important;
  padding: 64px clamp(42px, 4.2vw, 74px) 54px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px) !important;
  gap: clamp(34px, 5vw, 76px) !important;
  align-items: center !important;
}

body.home-index:not(.jobs-page) .hero h1,
body.about-page .hero h1,
body.contact-page .hero h1,
body.news-page .hero h1,
body.news-page .article-hero h1 {
  max-width: 900px !important;
  margin: 0 0 16px !important;
  font-size: clamp(52px, 4.3vw, 78px) !important;
  line-height: .94 !important;
  letter-spacing: -.055em !important;
  color: #f5f7fb !important;
  text-shadow: none !important;
}

body.home-index:not(.jobs-page) .hero h1 span,
body.about-page .hero h1 span,
body.contact-page .hero h1 span,
body.news-page .hero h1 span,
body.news-page .article-hero h1 span {
  color: var(--oh-orange) !important;
  text-shadow: none !important;
}

body.home-index:not(.jobs-page) .hero p,
body.about-page .hero p,
body.contact-page .hero p,
body.news-page .hero p,
body.news-page .article-hero p {
  max-width: 740px !important;
  margin: 0 0 24px !important;
  color: #d7e4f0 !important;
  font-size: 17px !important;
  line-height: 1.48 !important;
  font-weight: 650 !important;
}

body.home-index:not(.jobs-page) .eyebrow,
body.about-page .eyebrow,
body.contact-page .eyebrow,
body.news-page .eyebrow,
body.legal-page .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 18px !important;
  color: var(--oh-orange) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
}

body.home-index:not(.jobs-page) .eyebrow::before,
body.about-page .eyebrow::before,
body.contact-page .eyebrow::before,
body.news-page .eyebrow::before,
body.legal-page .eyebrow::before {
  content: "" !important;
  width: 18px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: var(--oh-orange) !important;
  margin: 0 !important;
}

body.home-index:not(.jobs-page) .features,
body.about-page .features,
body.contact-page .features,
body.news-page .features {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 26px !important;
  margin-top: 24px !important;
}

body.home-index:not(.jobs-page) .feat,
body.about-page .feat,
body.contact-page .feat,
body.news-page .feat {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
}

body.home-index:not(.jobs-page) .feat .ic,
body.about-page .feat .ic,
body.contact-page .feat .ic,
body.news-page .feat .ic {
  width: 16px !important;
  height: 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--oh-orange) !important;
  box-shadow: none !important;
  font-size: 15px !important;
}

body.home-index:not(.jobs-page) .feat b,
body.about-page .feat b,
body.contact-page .feat b,
body.news-page .feat b {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #f2f7fc !important;
}

body.home-index:not(.jobs-page) .feat small,
body.about-page .feat small,
body.contact-page .feat small,
body.news-page .feat small {
  display: none !important;
}

body.home-index:not(.jobs-page) .stat-card,
body.about-page .stat-card,
body.contact-page .stat-card,
body.news-page .stat-card {
  width: min(360px, 100%) !important;
  justify-self: end !important;
  border: 1px solid rgba(255, 118, 24, .62) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, rgba(15, 24, 32, .90), rgba(4, 13, 22, .92)) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .04) !important;
  padding: 24px 26px !important;
}

body.about-page .metrics,
body.contact-page .metrics,
body.news-page .metrics,
body.about-page .metric-strip,
body.contact-page .metric-strip,
body.news-page .metric-strip {
  display: none !important;
}

/* Jobs-style global surface pass v3: cache-bumped late override. */
body.home-index:not(.jobs-page) .hero::before,
body.about-page .hero::before,
body.contact-page .hero::before,
body.news-page .hero::before,
body.news-page .article-hero::before {
  background:
    linear-gradient(90deg, rgba(2, 7, 13, .96) 0%, rgba(2, 7, 13, .84) 30%, rgba(2, 7, 13, .36) 60%, rgba(2, 7, 13, .08) 100%),
    linear-gradient(180deg, rgba(2, 7, 13, .02) 0%, rgba(2, 7, 13, .34) 100%),
    url('/assets/Hero/hero3.png?v=jobs-global-shell-v3') 70% 50% / cover no-repeat !important;
  filter: brightness(.90) contrast(1.10) saturate(1.08) !important;
}

body.about-page .page-shell,
body.contact-page .page-shell,
body.news-page .section,
body.news-page .article-shell,
body.legal-page .legal-wrap {
  padding-top: 22px !important;
  padding-bottom: 0 !important;
}

body.about-page .copy-layout,
body.contact-page .contact-layout,
body.news-page .news-layout,
body.news-page .article-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px) !important;
  gap: 18px !important;
  align-items: start !important;
}

body.about-page .copy-panel,
body.contact-page .contact-form,
body.news-page .article-card,
body.legal-page .legal-card {
  padding: 24px !important;
}

body.about-page .copy-panel h2,
body.contact-page .copy-panel h2,
body.news-page .section-intro h2,
body.legal-page .legal-section h2 {
  font-size: clamp(24px, 2.1vw, 34px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
}

body.about-page .info-grid,
body.contact-page .info-grid,
body.news-page .news-grid,
body.news-page .read-next-grid {
  gap: 12px !important;
}

@media (max-width: 1180px) {
  body.home-index:not(.jobs-page) .hero-inner,
  body.about-page .hero-inner,
  body.contact-page .hero-inner,
  body.news-page .hero-inner,
  body.news-page .article-hero .hero-inner,
  body.about-page .copy-layout,
  body.contact-page .contact-layout,
  body.news-page .news-layout,
  body.news-page .article-layout {
    grid-template-columns: 1fr !important;
  }

  body.home-index:not(.jobs-page) .stat-card,
  body.about-page .stat-card,
  body.contact-page .stat-card,
  body.news-page .stat-card {
    justify-self: start !important;
  }
}

@media (max-width: 760px) {
  body.home-index:not(.jobs-page) .hero,
  body.about-page .hero,
  body.contact-page .hero,
  body.news-page .hero,
  body.news-page .article-hero {
    min-height: auto !important;
  }

  body.home-index:not(.jobs-page) .hero-inner,
  body.about-page .hero-inner,
  body.contact-page .hero-inner,
  body.news-page .hero-inner,
  body.news-page .article-hero .hero-inner {
    min-height: auto !important;
    padding: 42px 22px 38px !important;
  }

  body.home-index:not(.jobs-page) .hero h1,
  body.about-page .hero h1,
  body.contact-page .hero h1,
  body.news-page .hero h1,
  body.news-page .article-hero h1 {
    font-size: clamp(38px, 11vw, 52px) !important;
  }
}

/* Jobs-style global surface pass v4: make regular pages follow the jobs shell. */
@media (min-width: 901px) {
  html body.about-page .hero,
  html body.contact-page .hero,
  html body.news-page .hero,
  html body.news-page .article-hero,
  html body.legal-page .legal-hero {
    height: 460px !important;
    min-height: 460px !important;
    max-height: 460px !important;
    border-bottom: 1px solid rgba(0, 153, 255, .62) !important;
    overflow: hidden !important;
    background-color: #020912 !important;
    background-image:
      linear-gradient(90deg, rgba(2, 7, 13, .96) 0%, rgba(2, 7, 13, .82) 31%, rgba(2, 7, 13, .38) 61%, rgba(2, 7, 13, .08) 100%),
      linear-gradient(180deg, rgba(2, 7, 13, .02) 0%, rgba(2, 7, 13, .38) 100%),
      url('/assets/Hero/hero3.png?v=jobs-global-shell-v4') !important;
    background-size: 100% 100%, 100% 100%, cover !important;
    background-position: center center, center center, 70% 50% !important;
    background-repeat: no-repeat !important;
  }

  html body.about-page .hero::before,
  html body.about-page .hero::after,
  html body.contact-page .hero::before,
  html body.contact-page .hero::after,
  html body.news-page .hero::before,
  html body.news-page .hero::after,
  html body.news-page .article-hero::before,
  html body.news-page .article-hero::after,
  html body.legal-page .legal-hero::before,
  html body.legal-page .legal-hero::after {
    display: none !important;
    content: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  html body.about-page .hero-inner,
  html body.contact-page .hero-inner,
  html body.news-page .hero-inner,
  html body.news-page .article-hero .hero-inner,
  html body.legal-page .legal-hero-inner {
    height: 460px !important;
    min-height: 460px !important;
    max-height: 460px !important;
    width: 100% !important;
    max-width: var(--oh-content-wide, min(1680px, calc(100vw - 44px))) !important;
    margin: 0 auto !important;
    padding: 54px clamp(42px, 4.2vw, 74px) 48px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px) !important;
    gap: clamp(34px, 5vw, 76px) !important;
    align-items: center !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body.about-page .hero h1,
  html body.contact-page .hero h1,
  html body.news-page .hero h1,
  html body.news-page .article-hero h1,
  html body.legal-page .legal-hero h1 {
    max-width: 760px !important;
    margin: 0 0 16px !important;
    font-size: clamp(48px, 3.6vw, 64px) !important;
    line-height: .96 !important;
    letter-spacing: -.055em !important;
    text-shadow: none !important;
  }

  html body.about-page .hero p,
  html body.contact-page .hero p,
  html body.news-page .hero p,
  html body.news-page .article-hero p,
  html body.legal-page .legal-hero p {
    max-width: 690px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 620 !important;
  }

  html body.about-page section.metrics,
  html body.contact-page section.metrics,
  html body.news-page section.metrics,
  html body.about-page .metric-strip,
  html body.contact-page .metric-strip,
  html body.news-page .metric-strip {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
  }
}

/* Jobs-style global surface pass v6: make the News index use the jobs grid system. */
body.news-page .news-spotlight,
body.news-page > .page > section.metrics {
  display: none !important;
}

body.news-page .news-toolbar-section,
body.news-page #latest-news {
  max-width: var(--oh-content-wide, min(1680px, calc(100vw - 44px))) !important;
  margin-inline: auto !important;
  padding-inline: 22px !important;
  background: transparent !important;
  border: 0 !important;
}

body.news-page .news-toolbar-section {
  padding-top: 14px !important;
  padding-bottom: 0 !important;
}

body.news-page .news-toolbar {
  width: calc(100% - 382px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(45, 86, 120, .78) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(5, 20, 33, .88), rgba(2, 11, 19, .90)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025) !important;
}

body.news-page .news-toolbar-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding-bottom: 12px !important;
  margin-bottom: 14px !important;
  border-bottom: 1px solid rgba(78, 121, 154, .22) !important;
}

body.news-page .news-toolbar-head h2 {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.15 !important;
  letter-spacing: -.02em !important;
}

body.news-page .toolbar-kicker,
body.news-page .toolbar-field span,
body.news-page .section-intro .eyebrow {
  color: #9db3c6 !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
}

body.news-page .toolbar-form {
  display: grid !important;
  grid-template-columns: minmax(240px, 1.35fr) repeat(4, minmax(130px, .8fr)) 90px !important;
  gap: 12px !important;
  align-items: end !important;
}

body.news-page .toolbar-field {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
}

body.news-page .toolbar-field input,
body.news-page .toolbar-field select {
  height: 40px !important;
  min-height: 40px !important;
  width: 100% !important;
  padding: 0 14px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 760 !important;
}

body.news-page .toolbar-submit {
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: linear-gradient(135deg, #ff8526, #ff6f12) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 36px rgba(255, 111, 18, .20) !important;
}

body.news-page .toolbar-foot {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin-top: 14px !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(78, 121, 154, .22) !important;
  color: #9fb4c7 !important;
  font-size: 12px !important;
  font-weight: 650 !important;
}

body.news-page .quick-topics {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  justify-content: flex-end !important;
}

body.news-page #latest-news {
  padding-top: 10px !important;
  padding-bottom: 22px !important;
}

body.news-page .news-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 14px !important;
  align-items: start !important;
}

body.news-page .news-layout > main {
  border: 1px solid rgba(45, 86, 120, .78) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(4, 17, 28, .78), rgba(2, 11, 19, .84)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025) !important;
  overflow: hidden !important;
}

body.news-page .newslist-intro {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 16px 18px 12px !important;
  border-bottom: 1px solid rgba(78, 121, 154, .22) !important;
  background: transparent !important;
}

body.news-page .newslist-intro h2 {
  margin: 0 0 4px !important;
  font-size: 22px !important;
  line-height: 1.08 !important;
}

body.news-page .newslist-intro p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

body.news-page .news-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  padding: 14px !important;
}

body.news-page .story-card {
  min-height: 292px !important;
  border: 1px solid rgba(45, 86, 120, .78) !important;
  border-radius: 8px !important;
  background: rgba(5, 20, 33, .72) !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

body.news-page .story-card img {
  height: 118px !important;
  filter: brightness(.72) contrast(1.05) saturate(1.02) !important;
}

body.news-page .story-content {
  padding: 13px 14px 14px !important;
}

body.news-page .story-content h3 {
  margin: 8px 0 8px !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
  letter-spacing: -.02em !important;
}

body.news-page .story-content p {
  font-size: 12px !important;
  line-height: 1.42 !important;
}

body.news-page .story-meta {
  gap: 10px !important;
  font-size: 11px !important;
}

body.news-page .news-layout > .sidebar {
  display: grid !important;
  gap: 12px !important;
  margin-top: -206px !important;
}

body.news-page .side-panel {
  border-radius: 8px !important;
  padding: 16px !important;
  background: linear-gradient(180deg, rgba(4, 17, 28, .82), rgba(2, 11, 19, .88)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025) !important;
}

body.news-page .side-panel h3 {
  margin: 0 0 12px !important;
  color: #ff7618 !important;
  font-size: 13px !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

body.news-page .news-aside-list a,
body.news-page .coverage-row {
  border-bottom-color: rgba(78, 121, 154, .18) !important;
}

body.news-page .home-cta {
  max-width: var(--oh-content-wide, min(1680px, calc(100vw - 44px))) !important;
  margin: 0 auto 24px !important;
}

@media (max-width: 1180px) {
  body.news-page .news-toolbar {
    width: 100% !important;
  }

  body.news-page .news-layout {
    grid-template-columns: 1fr !important;
  }

  body.news-page .news-layout > .sidebar {
    margin-top: 0 !important;
  }

  body.news-page .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.news-page .toolbar-form,
  body.news-page .news-grid {
    grid-template-columns: 1fr !important;
  }

  body.news-page .news-toolbar-section,
  body.news-page #latest-news {
    padding-inline: 12px !important;
  }
}

/* Jobs-style global surface pass v7: undo the cramped news pass and use a clean jobs-like board. */
@media (min-width: 901px) {
  html body.news-page .hero,
  html body.news-page .article-hero {
    height: 430px !important;
    min-height: 430px !important;
    max-height: 430px !important;
    background-image:
      linear-gradient(90deg, rgba(2, 7, 13, .94) 0%, rgba(2, 7, 13, .76) 34%, rgba(2, 7, 13, .30) 63%, rgba(2, 7, 13, .08) 100%),
      linear-gradient(180deg, rgba(2, 7, 13, .04) 0%, rgba(2, 7, 13, .38) 100%),
      url('/assets/Hero/hero3.png?v=jobs-global-news-v7') !important;
    background-position: center center, center center, 70% 49% !important;
  }

  html body.news-page .hero-inner,
  html body.news-page .article-hero .hero-inner {
    height: 430px !important;
    min-height: 430px !important;
    max-height: 430px !important;
    padding-top: 52px !important;
    padding-bottom: 46px !important;
  }

  html body.news-page .hero h1,
  html body.news-page .article-hero h1 {
    max-width: 820px !important;
    font-size: clamp(48px, 3.6vw, 66px) !important;
    line-height: .96 !important;
  }

  html body.news-page .hero p,
  html body.news-page .article-hero p {
    max-width: 690px !important;
    font-size: 16px !important;
  }
}

body.news-page .news-spotlight,
body.news-page > .page > section.metrics {
  display: none !important;
}

body.news-page .news-toolbar-section,
body.news-page #latest-news {
  max-width: var(--oh-content-wide, min(1680px, calc(100vw - 44px))) !important;
  margin-inline: auto !important;
  padding-inline: 22px !important;
  border: 0 !important;
  background: transparent !important;
}

body.news-page .news-toolbar-section {
  padding-top: 14px !important;
  padding-bottom: 0 !important;
}

body.news-page .news-toolbar {
  width: 100% !important;
  margin: 0 !important;
  padding: 18px 20px !important;
  border: 1px solid rgba(45, 86, 120, .78) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(5, 20, 33, .88), rgba(2, 11, 19, .90)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025) !important;
}

body.news-page .news-toolbar-head {
  padding-bottom: 13px !important;
  margin-bottom: 14px !important;
}

body.news-page .toolbar-form {
  grid-template-columns: minmax(260px, 1.4fr) repeat(4, minmax(150px, .8fr)) 110px !important;
  gap: 12px !important;
}

body.news-page .toolbar-submit {
  width: 100% !important;
}

body.news-page .toolbar-foot {
  margin-top: 14px !important;
}

body.news-page #latest-news {
  padding-top: 12px !important;
  padding-bottom: 24px !important;
}

body.news-page .news-layout {
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 14px !important;
}

body.news-page .news-layout > .sidebar {
  margin-top: 0 !important;
  gap: 12px !important;
}

body.news-page .news-layout > main {
  border: 1px solid rgba(45, 86, 120, .78) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(4, 17, 28, .78), rgba(2, 11, 19, .84)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025) !important;
  overflow: hidden !important;
}

body.news-page .newslist-intro {
  padding: 18px 20px 14px !important;
  margin: 0 !important;
}

body.news-page .newslist-intro h2 {
  font-size: 26px !important;
}

body.news-page .news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  padding: 16px !important;
}

body.news-page .story-card {
  min-height: 360px !important;
  background: rgba(5, 20, 33, .76) !important;
}

body.news-page .story-card img {
  height: 154px !important;
}

body.news-page .story-content {
  padding: 15px 16px 16px !important;
}

body.news-page .story-content h3 {
  font-size: 18px !important;
  line-height: 1.16 !important;
}

body.news-page .story-content p {
  display: block !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.news-page .side-panel {
  padding: 18px !important;
}

body.news-page .home-cta {
  max-width: var(--oh-content-wide, min(1680px, calc(100vw - 44px))) !important;
  margin: 0 auto 24px !important;
  border-radius: 8px !important;
}

/* Jobs-style global surface pass v8: actual jobs interface for News. */
body.news-page .news-toolbar-section:not(.news-left-column > .news-toolbar-section),
body.news-page .section#latest-news {
  display: none !important;
}

body.news-page .news-jobs-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: var(--oh-content-wide, min(1680px, calc(100vw - 44px))) !important;
  margin: 0 auto !important;
  padding: 14px 22px 22px !important;
  align-items: start !important;
  background: transparent !important;
  border: 0 !important;
}

body.news-page .news-left-column {
  display: grid !important;
  gap: 12px !important;
  min-width: 0 !important;
}

body.news-page .news-left-column > #news-filters {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.news-page .news-left-column .news-toolbar {
  width: 100% !important;
  margin: 0 !important;
  padding: 16px 18px 14px !important;
  border: 1px solid rgba(45, 86, 120, .78) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(5, 20, 33, .88), rgba(2, 11, 19, .92)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025) !important;
}

body.news-page .news-left-column .news-toolbar-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 0 0 14px !important;
  padding: 0 0 13px !important;
  border-bottom: 1px solid rgba(78, 121, 154, .22) !important;
}

body.news-page .news-left-column .news-toolbar-head h2 {
  margin: 0 !important;
  color: #f4f8fc !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  letter-spacing: -.02em !important;
}

body.news-page .news-left-column .toolbar-form {
  display: grid !important;
  grid-template-columns: minmax(240px, 1.38fr) repeat(4, minmax(132px, .82fr)) 112px !important;
  gap: 12px !important;
  align-items: end !important;
}

body.news-page .news-left-column .toolbar-field {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
}

body.news-page .news-left-column .toolbar-field span,
body.news-page .news-left-column .toolbar-kicker {
  color: #9db3c6 !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
}

body.news-page .news-left-column .toolbar-field input,
body.news-page .news-left-column .toolbar-field select {
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(56, 97, 128, .88) !important;
  border-radius: 6px !important;
  background: rgba(2, 12, 20, .94) !important;
  color: #f4f8fc !important;
  font-size: 13px !important;
  font-weight: 760 !important;
}

body.news-page .news-left-column .toolbar-submit {
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: linear-gradient(135deg, #ff8526, #ff6f12) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 36px rgba(255, 111, 18, .20) !important;
}

body.news-page .news-left-column .toolbar-foot {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 14px 0 0 !important;
  padding: 13px 0 0 !important;
  border-top: 1px solid rgba(78, 121, 154, .22) !important;
  color: #9fb4c7 !important;
  font-size: 12px !important;
  font-weight: 650 !important;
}

body.news-page .news-card-board {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(45, 86, 120, .78) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(4, 17, 28, .78), rgba(2, 11, 19, .84)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025) !important;
  overflow: hidden !important;
}

body.news-page .news-card-board .newslist-intro {
  margin: 0 !important;
  padding: 16px 18px 12px !important;
  border-bottom: 1px solid rgba(78, 121, 154, .22) !important;
  background: transparent !important;
}

body.news-page .news-card-board .newslist-intro h2 {
  margin: 0 0 4px !important;
  font-size: 22px !important;
  line-height: 1.08 !important;
}

body.news-page .news-card-board .newslist-intro p {
  margin: 0 !important;
  color: #9fcde5 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

body.news-page .news-card-board .news-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  padding: 14px !important;
}

body.news-page .news-card-board .story-card {
  min-height: 318px !important;
  border: 1px solid rgba(45, 86, 120, .78) !important;
  border-radius: 8px !important;
  background: rgba(5, 20, 33, .76) !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.news-page .news-card-board .story-card img {
  height: 132px !important;
  filter: brightness(.72) contrast(1.05) saturate(1.02) !important;
}

body.news-page .news-card-board .story-content {
  padding: 13px 14px 14px !important;
}

body.news-page .news-card-board .story-content h3 {
  margin: 8px 0 8px !important;
  color: #f4f8fc !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
  letter-spacing: -.02em !important;
}

body.news-page .news-card-board .story-content p {
  display: block !important;
  color: #b8c8d8 !important;
  font-size: 12px !important;
  line-height: 1.42 !important;
}

body.news-page .news-side-match {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.news-page .news-side-match .side-panel {
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(45, 86, 120, .78) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(4, 17, 28, .82), rgba(2, 11, 19, .90)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025) !important;
}

body.news-page .news-side-match .side-panel h3 {
  margin: 0 0 12px !important;
  color: #ff7618 !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

body.news-page .home-cta {
  max-width: var(--oh-content-wide, min(1680px, calc(100vw - 44px))) !important;
  margin: 0 auto 24px !important;
}

@media (max-width: 1180px) {
  body.news-page .news-jobs-layout {
    grid-template-columns: 1fr !important;
  }

  body.news-page .news-left-column .toolbar-form,
  body.news-page .news-card-board .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.news-page .news-jobs-layout {
    padding-inline: 12px !important;
  }

  body.news-page .news-left-column .toolbar-form,
  body.news-page .news-card-board .news-grid {
    grid-template-columns: 1fr !important;
  }
}

html body.about-page .page-shell,
html body.contact-page .page-shell,
html body.news-page .section,
html body.news-page .article-shell,
html body.legal-page .legal-wrap {
  max-width: var(--oh-content-wide, min(1680px, calc(100vw - 44px))) !important;
  margin-inline: auto !important;
  padding-inline: clamp(22px, 2.2vw, 36px) !important;
}

html body.about-page .box,
html body.contact-page .box,
html body.news-page .panel,
html body.news-page .side-panel,
html body.news-page .article-card,
html body.news-page .story-card,
html body.news-page .lead-card,
html body.news-page .news-mini,
html body.news-page .news-side-card,
html body.legal-page .toc,
html body.legal-page .legal-card,
html body.legal-page .side-panel,
html body.legal-page .mini-card,
html body.legal-page .action-box {
  border-color: rgba(45, 86, 120, .72) !important;
  background: linear-gradient(180deg, rgba(4, 17, 28, .78), rgba(2, 11, 19, .82)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .02) !important;
}

/* Jobs-style global surface pass v5: compact page heroes to avoid dead space. */
@media (min-width: 901px) {
  html body.about-page .hero,
  html body.contact-page .hero,
  html body.news-page .hero,
  html body.news-page .article-hero,
  html body.legal-page .legal-hero {
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
    background-image:
      linear-gradient(90deg, rgba(2, 7, 13, .94) 0%, rgba(2, 7, 13, .77) 34%, rgba(2, 7, 13, .28) 64%, rgba(2, 7, 13, .06) 100%),
      linear-gradient(180deg, rgba(2, 7, 13, .00) 0%, rgba(2, 7, 13, .28) 100%),
      url('/assets/Hero/hero3.png?v=jobs-global-shell-v5') !important;
    background-position: center center, center center, 72% 49% !important;
    filter: none !important;
  }

  html body.about-page .hero-inner,
  html body.contact-page .hero-inner,
  html body.news-page .hero-inner,
  html body.news-page .article-hero .hero-inner,
  html body.legal-page .legal-hero-inner {
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
    padding-top: 42px !important;
    padding-bottom: 38px !important;
  }

  html body.about-page .hero h1,
  html body.contact-page .hero h1,
  html body.news-page .hero h1,
  html body.news-page .article-hero h1,
  html body.legal-page .legal-hero h1 {
    max-width: 720px !important;
    font-size: clamp(42px, 3.05vw, 56px) !important;
    line-height: .98 !important;
  }

  html body.about-page .hero p,
  html body.contact-page .hero p,
  html body.news-page .hero p,
  html body.news-page .article-hero p,
  html body.legal-page .legal-hero p {
    max-width: 650px !important;
    font-size: 15px !important;
    line-height: 1.46 !important;
    margin-bottom: 18px !important;
  }

  html body.about-page .stat-card,
  html body.contact-page .stat-card,
  html body.news-page .stat-card,
  html body.legal-page .hero-card {
    transform: scale(.92) !important;
    transform-origin: right center !important;
  }
}
/* v9: definitive page hero map. Keep jobs-style hero treatment, but correct image per page. */
@media (min-width:901px){
  body.home-index:not(.jobs-page):not(.news-page):not(.about-page):not(.contact-page) .hero,
  body.jobs-page .jobs-as-news-hero,
  body.news-page .hero,
  body.news-page .article-hero,
  body.about-page .hero,
  body.contact-page .hero{
    background-size:100% 100%,100% 100%,cover!important;
    background-position:center center,center center,center center!important;
    background-repeat:no-repeat,no-repeat,no-repeat!important;
  }

  body.home-index:not(.jobs-page):not(.news-page):not(.about-page):not(.contact-page) .hero{
    background-image:
      linear-gradient(90deg,rgba(2,7,13,.94) 0%,rgba(2,7,13,.78) 29%,rgba(2,7,13,.28) 54%,rgba(2,7,13,.04) 82%,rgba(2,7,13,0) 100%),
      linear-gradient(180deg,rgba(2,7,13,.02) 0%,rgba(2,7,13,.22) 100%),
      url('/assets/Hero/hero1.png?v=hero-map-v9-home')!important;
  }

  body.jobs-page .jobs-as-news-hero{
    background-image:
      linear-gradient(90deg,rgba(2,7,13,.94) 0%,rgba(2,7,13,.78) 29%,rgba(2,7,13,.28) 54%,rgba(2,7,13,.04) 82%,rgba(2,7,13,0) 100%),
      linear-gradient(180deg,rgba(2,7,13,.02) 0%,rgba(2,7,13,.22) 100%),
      url('/assets/Hero/hero2.png?v=hero-map-v9-jobs')!important;
  }

  body.news-page .hero,
  body.news-page .article-hero{
    background-image:
      linear-gradient(90deg,rgba(2,7,13,.94) 0%,rgba(2,7,13,.78) 29%,rgba(2,7,13,.28) 54%,rgba(2,7,13,.04) 82%,rgba(2,7,13,0) 100%),
      linear-gradient(180deg,rgba(2,7,13,.02) 0%,rgba(2,7,13,.22) 100%),
      url('/assets/Hero/hero3.png?v=hero-map-v9-news')!important;
  }

  body.about-page .hero{
    background-image:
      linear-gradient(90deg,rgba(2,7,13,.94) 0%,rgba(2,7,13,.78) 29%,rgba(2,7,13,.28) 54%,rgba(2,7,13,.04) 82%,rgba(2,7,13,0) 100%),
      linear-gradient(180deg,rgba(2,7,13,.02) 0%,rgba(2,7,13,.22) 100%),
      url('/assets/Hero/hero4.png?v=hero-map-v9-about')!important;
  }

  body.contact-page .hero{
    background-image:
      linear-gradient(90deg,rgba(2,7,13,.94) 0%,rgba(2,7,13,.78) 29%,rgba(2,7,13,.28) 54%,rgba(2,7,13,.04) 82%,rgba(2,7,13,0) 100%),
      linear-gradient(180deg,rgba(2,7,13,.02) 0%,rgba(2,7,13,.22) 100%),
      url('/assets/Hero/hero5.png?v=hero-map-v9-contact')!important;
  }
}

/* v10: final hero lock. Direct backgrounds only, equal desktop hero height. */
@media (min-width:901px){
  html body.home-index:not(.jobs-page):not(.news-page):not(.about-page):not(.contact-page) .hero,
  html body.jobs-page .jobs-as-news-hero,
  html body.news-page .hero,
  html body.news-page .article-hero,
  html body.about-page .hero,
  html body.contact-page .hero{
    height:360px!important;
    min-height:360px!important;
    max-height:360px!important;
    overflow:hidden!important;
    background-color:#020912!important;
    background-size:100% 100%,100% 100%,cover!important;
    background-position:center center,center center,center center!important;
    background-repeat:no-repeat,no-repeat,no-repeat!important;
    filter:none!important;
  }

  html body.home-index:not(.jobs-page):not(.news-page):not(.about-page):not(.contact-page) .hero:before,
  html body.home-index:not(.jobs-page):not(.news-page):not(.about-page):not(.contact-page) .hero:after,
  html body.jobs-page .jobs-as-news-hero:before,
  html body.jobs-page .jobs-as-news-hero:after,
  html body.news-page .hero:before,
  html body.news-page .hero:after,
  html body.news-page .article-hero:before,
  html body.news-page .article-hero:after,
  html body.about-page .hero:before,
  html body.about-page .hero:after,
  html body.contact-page .hero:before,
  html body.contact-page .hero:after{
    display:none!important;
    content:none!important;
    opacity:0!important;
    visibility:hidden!important;
    background:none!important;
    background-image:none!important;
  }

  html body.home-index:not(.jobs-page):not(.news-page):not(.about-page):not(.contact-page) .hero{
    background-image:
      linear-gradient(90deg,rgba(2,7,13,.92) 0%,rgba(2,7,13,.74) 29%,rgba(2,7,13,.24) 54%,rgba(2,7,13,.03) 82%,rgba(2,7,13,0) 100%),
      linear-gradient(180deg,rgba(2,7,13,.01) 0%,rgba(2,7,13,.20) 100%),
      url('/assets/Hero/hero1.png?v=hero-lock-v10-home')!important;
  }

  html body.jobs-page .jobs-as-news-hero{
    background-image:
      linear-gradient(90deg,rgba(2,7,13,.92) 0%,rgba(2,7,13,.74) 29%,rgba(2,7,13,.24) 54%,rgba(2,7,13,.03) 82%,rgba(2,7,13,0) 100%),
      linear-gradient(180deg,rgba(2,7,13,.01) 0%,rgba(2,7,13,.20) 100%),
      url('/assets/Hero/hero2.png?v=hero-lock-v10-jobs')!important;
  }

  html body.news-page .hero,
  html body.news-page .article-hero{
    background-image:
      linear-gradient(90deg,rgba(2,7,13,.92) 0%,rgba(2,7,13,.74) 29%,rgba(2,7,13,.24) 54%,rgba(2,7,13,.03) 82%,rgba(2,7,13,0) 100%),
      linear-gradient(180deg,rgba(2,7,13,.01) 0%,rgba(2,7,13,.20) 100%),
      url('/assets/Hero/hero3.png?v=hero-lock-v10-news')!important;
  }

  html body.about-page .hero{
    background-image:
      linear-gradient(90deg,rgba(2,7,13,.92) 0%,rgba(2,7,13,.74) 29%,rgba(2,7,13,.24) 54%,rgba(2,7,13,.03) 82%,rgba(2,7,13,0) 100%),
      linear-gradient(180deg,rgba(2,7,13,.01) 0%,rgba(2,7,13,.20) 100%),
      url('/assets/Hero/hero4.png?v=hero-lock-v10-about')!important;
  }

  html body.contact-page .hero{
    background-image:
      linear-gradient(90deg,rgba(2,7,13,.92) 0%,rgba(2,7,13,.74) 29%,rgba(2,7,13,.24) 54%,rgba(2,7,13,.03) 82%,rgba(2,7,13,0) 100%),
      linear-gradient(180deg,rgba(2,7,13,.01) 0%,rgba(2,7,13,.20) 100%),
      url('/assets/Hero/hero5.png?v=hero-lock-v10-contact')!important;
  }

  html body.home-index .hero-inner,
  html body.jobs-page .jobs-as-news-hero .hero-inner,
  html body.news-page .hero-inner,
  html body.news-page .article-hero .hero-inner,
  html body.about-page .hero-inner,
  html body.contact-page .hero-inner{
    height:360px!important;
    min-height:360px!important;
    max-height:360px!important;
    align-items:center!important;
    box-sizing:border-box!important;
  }
}
