:root {
  --nsrl-blue: #0a4074;
  --nsrl-blue-dark: #07335e;
  --nsrl-teal: #0d8f9d;
  --nsrl-gold: #d9a441;
  --nsrl-text: #111827;
  --nsrl-muted: #5f6b7a;
  --nsrl-border: #dce5ec;
  --nsrl-soft: #f7fafc;
}

.nsrl-page {
  margin: 12px 0 36px;
  color: var(--nsrl-text);
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

.nsrl-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid var(--nsrl-border);
  border-left: 6px solid var(--nsrl-gold);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10, 64, 116, .07);
}

.nsrl-heading span,
.nsrl-section-title span {
  display: block;
  margin-bottom: 8px;
  color: var(--nsrl-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.nsrl-heading h1 {
  margin: 0 0 9px;
  color: var(--nsrl-blue) !important;
  font-size: 22px !important;
  font-weight: 800;
  line-height: 1.3;
}

.nsrl-heading p {
  max-width: 830px;
  margin: 0;
  padding-top: 12px;
  border-top: 1px dotted #b7cddd;
  color: var(--nsrl-muted);
  font-size: 14px;
  line-height: 1.62;
}

.nsrl-stats {
  display: grid;
  gap: 8px;
}

.nsrl-stats div {
  padding: 12px;
  border: 1px solid #c9dde9;
  border-left: 4px solid var(--nsrl-gold);
  border-radius: 7px;
  background: var(--nsrl-soft);
}

.nsrl-stats strong {
  display: block;
  color: var(--nsrl-blue);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.nsrl-stats span {
  display: block;
  margin-top: 3px;
  color: var(--nsrl-muted);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.nsrl-resource-panel,
.nsrl-about,
.nsrl-services,
.nsrl-quick-links {
  border: 1px solid var(--nsrl-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(10, 64, 116, .05);
}

.nsrl-resource-panel,
.nsrl-about {
  padding: 20px;
}

.nsrl-resource-panel {
  margin-bottom: 18px;
}

.nsrl-section-title {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--nsrl-border);
}

.nsrl-section-title h2,
.nsrl-services h2 {
  margin: 0;
  color: var(--nsrl-blue);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.nsrl-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.nsrl-resource-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 78px;
  padding: 13px;
  border: 1px solid var(--nsrl-border);
  border-left: 4px solid var(--nsrl-gold);
  border-radius: 7px;
  background: var(--nsrl-soft);
  color: var(--nsrl-blue) !important;
  text-decoration: none !important;
}

.nsrl-resource-card:hover {
  border-color: #c9dde9;
  background: #fff;
  box-shadow: 0 8px 18px rgba(10, 64, 116, .08);
}

.nsrl-resource-card i,
.nsrl-quick-links i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #fff;
  color: var(--nsrl-teal);
  font-size: 18px;
}

.nsrl-resource-card span {
  color: var(--nsrl-blue);
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.3;
}

.nsrl-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.nsrl-about p {
  margin: 0 0 13px;
  color: var(--nsrl-text);
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}

.nsrl-about p:last-child {
  margin-bottom: 0;
}

.nsrl-services {
  padding: 18px;
  background: var(--nsrl-soft);
}

.nsrl-services h2 {
  margin-bottom: 12px;
}

.nsrl-services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nsrl-services li {
  padding: 10px 0 10px 18px;
  border-top: 1px solid var(--nsrl-border);
  color: var(--nsrl-muted);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
}

.nsrl-services li:first-child {
  border-top: 0;
}

.nsrl-services li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--nsrl-gold);
}

.nsrl-quick-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
}

.nsrl-quick-links a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--nsrl-border);
  border-radius: 7px;
  background: var(--nsrl-soft);
  color: var(--nsrl-blue) !important;
  text-decoration: none !important;
}

.nsrl-quick-links a:hover {
  background: #fff;
  box-shadow: 0 8px 18px rgba(10, 64, 116, .08);
}

.nsrl-quick-links span {
  color: var(--nsrl-blue);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

@media (max-width: 1100px) {
  .nsrl-resource-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .nsrl-hero,
  .nsrl-layout {
    grid-template-columns: 1fr;
  }

  .nsrl-stats,
  .nsrl-services {
    max-width: 440px;
  }

  .nsrl-resource-grid,
  .nsrl-quick-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bb-container.container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .row,
  .row-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .gsc-column,
  .column-inner,
  .column-content-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .nsrl-hero,
  .nsrl-resource-panel,
  .nsrl-about,
  .nsrl-services,
  .nsrl-quick-links {
    padding: 16px;
  }

  .nsrl-stats,
  .nsrl-services {
    max-width: none;
  }

  .nsrl-resource-grid,
  .nsrl-quick-links {
    grid-template-columns: 1fr;
  }
}
