:root {
  --nlbp-ink: #071018;
  --nlbp-charcoal: #10171d;
  --nlbp-paper: #f4f7f8;
  --nlbp-white: #ffffff;
  --nlbp-cyan: #00a9d2;
  --nlbp-green: #14b86a;
  --nlbp-gold: #d7a62a;
  --nlbp-coral: #dd5d4a;
  --nlbp-line: #d8e0e4;
  --nlbp-muted: #5c6b73;
  --nlbp-content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--nlbp-paper);
  color: var(--nlbp-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text,
.nlbp-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nlbp-skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  background: var(--nlbp-white);
  color: var(--nlbp-ink);
}

.nlbp-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(7, 16, 24, 0.97);
  color: var(--nlbp-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-bar .nlbp-site-header {
  top: 32px;
}

.nlbp-header-inner {
  width: min(calc(100% - 32px), var(--nlbp-content));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.nlbp-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 230px;
}

.custom-logo {
  width: auto;
  max-width: 118px;
  max-height: 48px;
}

.nlbp-brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--nlbp-cyan);
  background: #081f2a;
  color: var(--nlbp-white);
  font-size: 16px;
  font-weight: 900;
}

.nlbp-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.nlbp-brand-copy strong {
  font-size: 18px;
}

.nlbp-brand-copy span {
  margin-top: 5px;
  color: #99b1be;
  font-size: 11px;
}

.nlbp-navigation {
  justify-self: end;
}

.nlbp-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nlbp-menu a {
  color: #dbe7ec;
  font-size: 13px;
  font-weight: 700;
}

.nlbp-menu a:hover,
.nlbp-menu a:focus {
  color: var(--nlbp-cyan);
}

.nlbp-header-cta,
.nlbp-button {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nlbp-header-cta,
.nlbp-button-primary {
  background: var(--nlbp-green);
  color: #03140c;
}

.nlbp-header-cta:hover,
.nlbp-button:hover {
  transform: translateY(-1px);
}

.nlbp-button-secondary {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--nlbp-white);
  background: rgba(0, 0, 0, 0.22);
}

.nlbp-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid #31505f;
  border-radius: 4px;
  background: transparent;
}

.nlbp-menu-toggle span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: white;
}

.nlbp-hero {
  position: relative;
  min-height: clamp(560px, 76vh, 760px);
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #050a0d;
  color: white;
}

.nlbp-hero-media,
.nlbp-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nlbp-hero-media {
  object-fit: cover;
  object-position: center;
}

.nlbp-hero-shade {
  background: linear-gradient(90deg, rgba(3, 9, 13, 0.96) 0%, rgba(3, 9, 13, 0.82) 43%, rgba(3, 9, 13, 0.18) 75%, rgba(3, 9, 13, 0.24) 100%);
}

.nlbp-hero-content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 32px), var(--nlbp-content));
  margin: 0 auto;
  padding-bottom: 70px;
}

.nlbp-eyebrow,
.nlbp-section-kicker {
  display: block;
  color: var(--nlbp-cyan);
  font-size: 12px;
  font-weight: 900;
}

.nlbp-hero h1 {
  max-width: 780px;
  margin: 16px 0 18px;
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
}

.nlbp-hero p {
  max-width: 650px;
  margin: 0;
  color: #c9d6dc;
  font-size: 19px;
}

.nlbp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.nlbp-market-strip {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(7, 16, 24, 0.9);
}

.nlbp-market-strip span {
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: #d9e5ea;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.nlbp-band {
  padding: 86px max(16px, calc((100vw - var(--nlbp-content)) / 2));
}

.nlbp-broker-band {
  background: var(--nlbp-white);
}

.nlbp-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.nlbp-section-head h2,
.nlbp-service-intro h2,
.nlbp-cta-band h2,
.nlbp-page-head h1 {
  margin: 8px 0 0;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: 0;
}

.nlbp-text-link {
  color: #087895;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.nlbp-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--nlbp-line);
  border-bottom: 1px solid var(--nlbp-line);
}

.nlbp-feature-item {
  padding: 28px 24px;
  border-right: 1px solid var(--nlbp-line);
}

.nlbp-feature-item:last-child {
  border-right: 0;
}

.nlbp-feature-item > span {
  color: var(--nlbp-coral);
  font-size: 13px;
  font-weight: 900;
}

.nlbp-feature-item h3 {
  margin: 28px 0 8px;
  font-size: 21px;
}

.nlbp-feature-item p {
  margin: 0;
  color: var(--nlbp-muted);
}

.nlbp-service-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(440px, 1.5fr);
  gap: 72px;
  background: var(--nlbp-charcoal);
  color: white;
}

.nlbp-service-intro {
  align-self: start;
  position: sticky;
  top: 112px;
}

.nlbp-service-intro p {
  color: #aebcc3;
}

.nlbp-service-list {
  border-top: 1px solid #35434a;
}

.nlbp-service-list a {
  display: grid;
  grid-template-columns: 48px 0.7fr 1fr;
  gap: 18px;
  align-items: center;
  padding: 28px 4px;
  border-bottom: 1px solid #35434a;
}

.nlbp-service-list a:hover {
  background: #182127;
}

.nlbp-service-list span {
  color: var(--nlbp-gold);
  font-weight: 900;
}

.nlbp-service-list strong {
  font-size: 20px;
}

.nlbp-service-list small {
  color: #aebcc3;
  font-size: 14px;
}

.nlbp-content-band {
  background: #edf1f2;
}

.nlbp-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nlbp-post-card {
  overflow: hidden;
  background: var(--nlbp-white);
  border: 1px solid var(--nlbp-line);
  border-radius: 7px;
}

.nlbp-post-media {
  display: grid;
  aspect-ratio: 16 / 9;
  place-items: center;
  overflow: hidden;
  background: #12242c;
  color: var(--nlbp-cyan);
  font-size: 44px;
  font-weight: 900;
}

.nlbp-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nlbp-post-body {
  padding: 22px;
}

.nlbp-post-body h3 {
  margin: 9px 0;
  font-size: 22px;
  line-height: 1.2;
}

.nlbp-post-body p {
  color: var(--nlbp-muted);
}

.nlbp-article-meta {
  color: #68777e;
  font-size: 12px;
  font-weight: 700;
}

.nlbp-cta-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  padding: 68px max(16px, calc((100vw - var(--nlbp-content)) / 2));
  background: #153326;
  color: white;
}

.nlbp-cta-band h2 {
  max-width: 750px;
}

.nlbp-main {
  min-height: 60vh;
  padding: 42px 0 80px;
}

.nlbp-container {
  width: min(calc(100% - 32px), var(--nlbp-content));
  margin: 0 auto;
}

.nlbp-readable {
  max-width: 850px;
}

.nlbp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--nlbp-muted);
  font-size: 13px;
}

.nlbp-breadcrumbs a {
  color: #087895;
}

.nlbp-page-head {
  margin-bottom: 34px;
}

.nlbp-page-head h1 {
  max-width: 940px;
}

.nlbp-lead {
  max-width: 760px;
  color: var(--nlbp-muted);
  font-size: 20px;
}

.nlbp-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 44px;
}

.nlbp-entry-content {
  font-size: 17px;
}

.nlbp-entry-content h2 {
  margin-top: 42px;
  font-size: 30px;
  line-height: 1.2;
}

.nlbp-entry-content h3 {
  margin-top: 30px;
  font-size: 23px;
}

.nlbp-entry-content a {
  color: #087895;
  text-decoration: underline;
}

.nlbp-entry-content table {
  width: 100%;
  border-collapse: collapse;
}

.nlbp-entry-content th,
.nlbp-entry-content td {
  padding: 12px;
  border: 1px solid var(--nlbp-line);
  text-align: left;
}

.nlbp-featured {
  margin: 0 0 30px;
}

.nlbp-sidebar {
  align-self: start;
  position: sticky;
  top: 112px;
}

.nlbp-widget {
  margin-bottom: 18px;
  padding: 20px;
  background: white;
  border: 1px solid var(--nlbp-line);
  border-radius: 6px;
}

.nlbp-widget-title {
  margin: 0 0 12px;
  font-size: 18px;
}

.nlbp-empty {
  padding: 28px;
  border: 1px dashed #9aabb3;
  background: white;
  color: var(--nlbp-muted);
}

.navigation.pagination {
  margin-top: 32px;
}

.nav-links {
  display: flex;
  gap: 7px;
}

.page-numbers {
  min-width: 38px;
  padding: 8px;
  border: 1px solid var(--nlbp-line);
  background: white;
  text-align: center;
}

.page-numbers.current {
  background: var(--nlbp-ink);
  color: white;
}

.nlbp-site-footer {
  padding: 54px max(16px, calc((100vw - var(--nlbp-content)) / 2)) 22px;
  background: #050a0d;
  color: #cad7dc;
}

.nlbp-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 54px;
}

.nlbp-footer-brand {
  color: white;
  font-size: 24px;
  font-weight: 900;
}

.nlbp-site-footer h2 {
  margin-top: 0;
  color: white;
  font-size: 15px;
}

.nlbp-footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nlbp-footer-menu .nlbp-menu {
  display: contents;
}

.nlbp-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid #2c373c;
  color: #87969d;
  font-size: 13px;
}

@media (max-width: 1080px) {
  .nlbp-header-inner {
    grid-template-columns: 1fr auto auto;
  }

  .nlbp-navigation {
    display: none;
    position: absolute;
    top: 76px;
    right: 16px;
    left: 16px;
    padding: 18px;
    background: var(--nlbp-ink);
    border: 1px solid #34515f;
  }

  .nlbp-navigation.is-open {
    display: block;
  }

  .nlbp-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .nlbp-menu a {
    display: block;
    padding: 9px;
  }

  .nlbp-menu-toggle {
    display: block;
  }

  .nlbp-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nlbp-feature-item:nth-child(2) {
    border-right: 0;
  }

  .nlbp-feature-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--nlbp-line);
  }
}

@media (max-width: 782px) {
  .admin-bar .nlbp-site-header {
    top: 46px;
  }

  .nlbp-header-cta {
    display: none;
  }

  .nlbp-header-inner {
    grid-template-columns: 1fr auto;
  }

  .nlbp-brand-copy span {
    display: none;
  }

  .nlbp-hero {
    min-height: 660px;
    align-items: flex-end;
  }

  .nlbp-hero-media {
    object-position: 64% center;
  }

  .nlbp-hero-shade {
    background: linear-gradient(0deg, rgba(3, 9, 13, 0.98) 0%, rgba(3, 9, 13, 0.82) 62%, rgba(3, 9, 13, 0.24) 100%);
  }

  .nlbp-hero-content {
    padding-bottom: 120px;
  }

  .nlbp-hero h1 {
    font-size: 48px;
  }

  .nlbp-hero p {
    font-size: 17px;
  }

  .nlbp-market-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .nlbp-market-strip span {
    padding: 10px 5px;
    font-size: 10px;
  }

  .nlbp-market-strip span:nth-child(n+4) {
    display: none;
  }

  .nlbp-band {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .nlbp-section-head,
  .nlbp-cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .nlbp-feature-grid,
  .nlbp-service-band,
  .nlbp-post-grid,
  .nlbp-article-layout,
  .nlbp-footer-grid {
    grid-template-columns: 1fr;
  }

  .nlbp-service-band {
    gap: 34px;
  }

  .nlbp-service-intro,
  .nlbp-sidebar {
    position: static;
  }

  .nlbp-service-list a {
    grid-template-columns: 36px 1fr;
  }

  .nlbp-service-list small {
    grid-column: 2;
  }

  .nlbp-footer-menu {
    grid-template-columns: 1fr;
  }

  .nlbp-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .nlbp-brand {
    min-width: 0;
  }

  .nlbp-brand-copy strong {
    font-size: 16px;
  }

  .nlbp-hero h1 {
    font-size: 39px;
  }

  .nlbp-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .nlbp-button {
    width: 100%;
  }

  .nlbp-feature-grid {
    grid-template-columns: 1fr;
  }

  .nlbp-feature-item {
    border-right: 0;
    border-bottom: 1px solid var(--nlbp-line);
  }

  .nlbp-feature-item:last-child {
    border-bottom: 0;
  }
}

