:root {
  --nbs-blue: #0875ce;
  --nbs-blue-deep: #004a8c;
  --nbs-accent: #f7b918;
}

.nbs-child-front {
  color: #17212b;
  overflow: hidden;
}

.nbs-child-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 54px;
  min-height: 520px;
  align-items: center;
  padding: 70px max(28px, calc((100vw - 1380px) / 2));
  background: linear-gradient(125deg, #eaf6ff 0%, #f8fbfe 58%, #d9eeff 100%);
}

.nbs-child-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 90, 160, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 90, 160, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  pointer-events: none;
}

.nbs-child-hero__inner,
.nbs-child-hero__paper {
  position: relative;
  z-index: 1;
}

.nbs-child-hero__eyebrow,
.nbs-child-section-title p {
  margin: 0 0 12px;
  color: #0766b4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.nbs-child-hero h1 {
  margin: 0;
  color: #102437;
  font-size: clamp(42px, 5.7vw, 78px);
  font-weight: 900;
  line-height: 1.17;
  letter-spacing: -0.04em;
}

.nbs-child-hero__lead {
  margin: 24px 0 28px;
  color: #3f566a;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 650;
}

.nbs-child-hero__button {
  display: inline-flex;
  min-width: 190px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff !important;
  background: #0875ce;
  box-shadow: 0 9px 24px rgba(0, 89, 164, 0.22);
  font-weight: 800;
  text-decoration: none !important;
}

.nbs-child-hero__paper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  padding: 23px;
  border: 2px solid #1d2d39;
  border-top: 9px solid #0875ce;
  background: #fffdf7;
  box-shadow: 14px 16px 0 rgba(0, 71, 129, 0.12);
  transform: rotate(2deg);
}

.nbs-child-hero__paper span {
  grid-column: 1 / -1;
  padding-bottom: 15px;
  border-bottom: 3px double #1d2d39;
  font-size: clamp(26px, 4vw, 54px);
  font-weight: 950;
  letter-spacing: 0.08em;
}

.nbs-child-hero__paper i {
  display: block;
  min-height: 52px;
  border: 1px solid #7e8990;
  background: repeating-linear-gradient(#fffdf7 0 7px, #d5dadd 7px 8px);
}

.nbs-child-hero__paper i:nth-of-type(1) {
  grid-column: 1 / -1;
  min-height: 105px;
  background: linear-gradient(135deg, #dceffe, #87c8f4);
}

.nbs-child-front__jobs {
  width: min(calc(100% - 32px), 1480px);
  margin: 0 auto;
  padding: 72px 0 90px;
}

.nbs-child-section-title {
  margin-bottom: 28px;
  text-align: center;
}

.nbs-child-section-title h2 {
  margin: 0;
  color: #17212b;
  font-size: clamp(30px, 4vw, 48px);
}

.nbs-child-setup-note {
  padding: 28px;
  border: 1px solid #e3b557;
  background: #fff9e9;
  text-align: center;
}

@media (max-width: 960px) {
  .nbs-child-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 54px; padding-bottom: 60px; }
  .nbs-child-hero__paper { width: min(100%, 560px); justify-self: center; transform: none; }
}

@media (max-width: 560px) {
  .nbs-child-hero { gap: 38px; padding: 42px 18px 46px; }
  .nbs-child-hero__paper { padding: 15px; box-shadow: 7px 8px 0 rgba(0, 71, 129, 0.12); }
  .nbs-child-front__jobs { width: min(calc(100% - 20px), 1480px); padding: 50px 0 64px; }
}

