.elementor-2980 .elementor-element.elementor-element-3c0ec31{--display:flex;}.elementor-2980 .elementor-element.elementor-element-686fa2b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2980 .elementor-element.elementor-element-16ee8d1{max-width:label_off !important;}@media(min-width:768px){.elementor-2980 .elementor-element.elementor-element-686fa2b{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-16ee8d1 *//* =========================================================
   STEWARDSHIP DYNAMICS | NATE BLOCK DARK DROP PAGE
   Elementor Pro Corporate Dark Theme
========================================================= */

.nb-corp-page {
  --nb-black: #05070b;
  --nb-navy: #07111f;
  --nb-navy-2: #0d1b2f;
  --nb-navy-3: #132842;
  --nb-blue: #2d9cdb;
  --nb-blue-2: #4bb4f0;
  --nb-gold: #d8a94f;
  --nb-gold-2: #f2d58a;
  --nb-text: #f6f8fc;
  --nb-text-soft: #b8c3d5;
  --nb-muted: #7f8da3;
  --nb-white: #ffffff;
  --nb-line: rgba(255, 255, 255, 0.14);
  --nb-card: rgba(255, 255, 255, 0.075);
  --nb-card-2: rgba(255, 255, 255, 0.105);
  --nb-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  --nb-shadow-strong: 0 36px 110px rgba(0, 0, 0, 0.52);
  --nb-radius: 26px;

  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--nb-text);
  background:
    radial-gradient(circle at 18% 0%, rgba(45, 156, 219, 0.20), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(216, 169, 79, 0.16), transparent 24%),
    linear-gradient(180deg, #05070b 0%, #07111f 45%, #05070b 100%);
  overflow: hidden;
  position: relative;
}

.nb-corp-page * {
  box-sizing: border-box;
}

.nb-corp-page a {
  text-decoration: none;
  color: inherit;
}

.nb-corp-page img {
  max-width: 100%;
}

/* BACKGROUND GRID / DARK CORPORATE TEXTURE */
.nb-corp-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.nb-corp-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.06), transparent 16%),
    radial-gradient(circle at 88% 22%, rgba(45,156,219,0.08), transparent 18%),
    radial-gradient(circle at 70% 78%, rgba(216,169,79,0.06), transparent 18%);
  mix-blend-mode: screen;
}

.nb-corp-page > * {
  position: relative;
  z-index: 2;
}

/* GLOBAL WRAPPER */
.nb-wrap {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

/* GLOBAL SECTIONS */
.nb-sec {
  padding: 96px 0;
  position: relative;
}

.nb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--nb-gold-2);
  margin-bottom: 16px;
}

.nb-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--nb-gold), transparent);
}

.nb-h1 {
  font-size: clamp(2.5rem, 5.4vw, 5.15rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
  margin: 0 0 24px;
  color: var(--nb-text);
  font-weight: 950;
}

.nb-h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1;
  letter-spacing: -0.055em;
  margin: 0 0 18px;
  color: var(--nb-text);
  font-weight: 900;
}

.nb-lead {
  font-size: 1.14rem;
  line-height: 1.85;
  color: var(--nb-text-soft);
  margin: 0;
}

/* OPTIONAL SHINING TITLE */
.nb-h1 {
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #c9d7ee 28%,
    #f2d58a 48%,
    #4bb4f0 68%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 240% 240%;
  animation: nbTitleShift 9s ease-in-out infinite;
}

@keyframes nbTitleShift {
  0%, 100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

/* BUTTONS */
.nb-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.nb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 850;
  transition: all 0.28s ease;
  position: relative;
  overflow: hidden;
}

.nb-btn-primary {
  background: linear-gradient(135deg, var(--nb-gold), var(--nb-gold-2));
  color: #111827 !important;
  box-shadow:
    0 18px 48px rgba(216, 169, 79, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.45);
}

.nb-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow:
    0 26px 70px rgba(216, 169, 79, 0.36),
    0 0 30px rgba(242, 213, 138, 0.18);
}

.nb-btn-ghost {
  background: rgba(255, 255, 255, 0.075);
  color: var(--nb-text) !important;
  border: 1px solid var(--nb-line);
  backdrop-filter: blur(14px);
}

.nb-btn-ghost:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: var(--nb-shadow);
}

/* SHIMMER */
@keyframes nbShimmerSweep {
  0% {
    transform: translateX(-160%) skewX(-22deg);
    opacity: 0;
  }

  18% {
    opacity: 0.28;
  }

  55% {
    opacity: 0.38;
  }

  100% {
    transform: translateX(240%) skewX(-22deg);
    opacity: 0;
  }
}

@keyframes nbSoftPulse {
  0%, 100% {
    opacity: 0.42;
    transform: scale(1);
  }

  50% {
    opacity: 0.82;
    transform: scale(1.06);
  }
}

@keyframes nbFloatLight {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-14px) translateX(10px);
  }
}

.nb-btn::after,
.nb-brand-cta::after,
.nb-linkedin-btn::after,
.nb-brand-link::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -58%;
  width: 34%;
  height: 140%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(255,255,255,0.42),
    rgba(255,255,255,0)
  );
  transform: skewX(-22deg);
  pointer-events: none;
}

.nb-btn:hover::after,
.nb-brand-cta:hover::after,
.nb-linkedin-btn:hover::after,
.nb-brand-link:hover::after {
  animation: nbShimmerSweep 1.2s ease forwards;
}

/* BRAND BAR / LOGO */
.nb-brand-bar {
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.96), rgba(5, 7, 11, 0.92));
  border-bottom: 1px solid var(--nb-line);
  position: relative;
  z-index: 20;
  box-shadow: 0 14px 48px rgba(0,0,0,0.38);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.nb-brand-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 32%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.18),
    transparent
  );
  transform: skewX(-22deg);
  animation: nbShimmerSweep 8s ease-in-out infinite;
  pointer-events: none;
}

.nb-brand-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nb-brand-logo {
  display: inline-flex;
  align-items: center;
  max-width: 310px;
  position: relative;
}

.nb-brand-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 70px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 18px rgba(255,255,255,0.10))
    drop-shadow(0 8px 26px rgba(45,156,219,0.14));
}

.nb-brand-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nb-brand-link {
  min-height: 44px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--nb-text) !important;
  font-weight: 850;
  border: 1px solid var(--nb-line);
  background: rgba(255,255,255,0.075);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.nb-brand-link:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.13);
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.nb-brand-cta {
  min-height: 44px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #111827 !important;
  font-weight: 900;
  background: linear-gradient(135deg, var(--nb-gold), var(--nb-gold-2));
  box-shadow: 0 16px 34px rgba(216,169,79,0.22);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.nb-brand-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(216,169,79,0.32);
}

/* HERO */
.nb-hero {
  padding: 105px 0 95px;
  background:
    radial-gradient(circle at 78% 8%, rgba(45, 156, 219, 0.22), transparent 28%),
    radial-gradient(circle at 10% 8%, rgba(216, 169, 79, 0.16), transparent 24%),
    radial-gradient(circle at 55% 105%, rgba(255,255,255,0.06), transparent 30%),
    linear-gradient(135deg, #05070b 0%, #07111f 48%, #0d1b2f 100%);
  border-bottom: 1px solid var(--nb-line);
  overflow: hidden;
  position: relative;
}

.nb-hero::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -110px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45,156,219,0.26), transparent 68%);
  filter: blur(8px);
  animation: nbFloatLight 9s ease-in-out infinite;
  pointer-events: none;
}

.nb-hero::after {
  content: "";
  position: absolute;
  bottom: -130px;
  left: -120px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216,169,79,0.18), transparent 70%);
  filter: blur(12px);
  animation: nbSoftPulse 7s ease-in-out infinite;
  pointer-events: none;
}

.nb-hero-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 42px;
  align-items: center;
}

.nb-photo-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045));
  border: 1px solid var(--nb-line);
  border-radius: 32px;
  padding: 18px;
  box-shadow: var(--nb-shadow-strong);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
}

.nb-photo-card::before {
  content: "";
  position: absolute;
  inset: auto auto -12px -12px;
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, rgba(45,156,219,0.22), rgba(216,169,79,0.18));
  border-radius: 30px;
  z-index: 0;
}

.nb-photo-card::after {
  content: "";
  position: absolute;
  top: -15%;
  left: -45%;
  width: 42%;
  height: 130%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(255,255,255,0.34),
    rgba(255,255,255,0)
  );
  transform: skewX(-22deg);
  animation: nbShimmerSweep 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 4;
}

.nb-photo-wrap {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  background: linear-gradient(180deg, #132842, #05070b);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -26px 60px rgba(5,7,11,0.22);
}

.nb-photo-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* LINKEDIN CARD */
.nb-social-card {
  position: relative;
  z-index: 5;
  margin-top: 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.055));
  border: 1px solid var(--nb-line);
  border-radius: 22px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  box-shadow: 0 18px 46px rgba(0,0,0,0.25);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.nb-social-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -55%;
  width: 36%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.18),
    transparent
  );
  transform: skewX(-22deg);
  animation: nbShimmerSweep 10s ease-in-out infinite;
  pointer-events: none;
}

.nb-social-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.nb-social-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0a66c2, #1f8fff);
  color: #ffffff;
  flex: 0 0 48px;
  box-shadow: 0 10px 26px rgba(10, 102, 194, 0.32);
}

.nb-social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.nb-social-copy strong {
  display: block;
  font-size: 1rem;
  color: var(--nb-text);
  margin-bottom: 4px;
  white-space: nowrap;
}

.nb-social-copy span {
  display: block;
  font-size: 0.92rem;
  color: var(--nb-text-soft);
  line-height: 1.4;
}

.nb-linkedin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  color: #ffffff !important;
  border: 1px solid var(--nb-line);
  font-size: 0.92rem;
  font-weight: 850;
  white-space: nowrap;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.nb-linkedin-btn:hover {
  transform: translateY(-2px);
  background: #0a66c2;
}

/* HERO TAGS */
.nb-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 21px;
  padding: 0;
  list-style: none;
}

.nb-kicker li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.075);
  border: 1px solid var(--nb-line);
  color: var(--nb-text);
  font-size: 0.9rem;
  font-weight: 750;
  box-shadow: 0 10px 24px rgba(0,0,0,0.16);
  backdrop-filter: blur(14px);
}

/* MINI STATS */
.nb-mini-stats {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.nb-stat {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.105), rgba(255,255,255,0.05));
  border: 1px solid var(--nb-line);
  border-radius: 20px;
  padding: 19px;
  box-shadow: 0 16px 36px rgba(0,0,0,0.20);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.nb-stat::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.35),
    rgba(45,156,219,0.12),
    rgba(216,169,79,0.20)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.nb-stat strong {
  display: block;
  font-size: 1.55rem;
  color: var(--nb-gold-2);
  margin-bottom: 7px;
  line-height: 1;
}

.nb-stat span {
  display: block;
  color: var(--nb-text-soft);
  font-size: 0.92rem;
  line-height: 1.46;
}

/* EXECUTIVE SUMMARY */
.nb-summary {
  background:
    radial-gradient(circle at 85% 20%, rgba(45,156,219,0.12), transparent 30%),
    linear-gradient(180deg, #07111f 0%, #05070b 100%);
}

.nb-summary-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 26px;
}

.nb-panel {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.045));
  border: 1px solid var(--nb-line);
  border-radius: 26px;
  padding: 32px;
  box-shadow: var(--nb-shadow);
  backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
}

.nb-panel::after,
.nb-card::after,
.nb-role::after,
.nb-exp-note::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 30%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.18),
    transparent
  );
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}

.nb-panel:hover::after,
.nb-card:hover::after,
.nb-role:hover::after,
.nb-exp-note:hover::after {
  opacity: 1;
  animation: nbShimmerSweep 1.4s ease;
}

.nb-panel h2 {
  font-size: 1.95rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
  margin: 0 0 17px;
  font-weight: 900;
  color: var(--nb-text);
}

.nb-panel p {
  margin: 0 0 18px;
  color: var(--nb-text-soft);
  line-height: 1.82;
  font-size: 1.03rem;
}

.nb-panel p:last-child {
  margin-bottom: 0;
}

.nb-highlight {
  background:
    radial-gradient(circle at 80% 0%, rgba(216,169,79,0.18), transparent 35%),
    linear-gradient(135deg, rgba(19,40,66,0.95), rgba(7,17,31,0.98));
  border-color: rgba(216,169,79,0.28);
}

.nb-highlight .nb-eyebrow {
  color: var(--nb-gold-2);
}

.nb-highlight .nb-eyebrow::before {
  background: linear-gradient(90deg, var(--nb-gold-2), transparent);
}

/* EXPERTISE */
.nb-expertise {
  background:
    radial-gradient(circle at 10% 10%, rgba(216,169,79,0.10), transparent 25%),
    radial-gradient(circle at 88% 15%, rgba(45,156,219,0.12), transparent 25%),
    linear-gradient(180deg, #05070b 0%, #07111f 100%);
  border-top: 1px solid var(--nb-line);
  border-bottom: 1px solid var(--nb-line);
}

.nb-head {
  max-width: 790px;
  margin-bottom: 36px;
}

.nb-head p {
  margin: 0;
  color: var(--nb-text-soft);
  line-height: 1.75;
  font-size: 1.06rem;
}

.nb-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nb-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.105), rgba(255,255,255,0.045));
  border: 1px solid var(--nb-line);
  border-radius: 24px;
  padding: 25px;
  box-shadow: 0 18px 46px rgba(0,0,0,0.20);
  transition: all 0.28s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.nb-card:hover {
  transform: translateY(-7px);
  border-color: rgba(216,169,79,0.34);
  box-shadow:
    0 28px 70px rgba(0,0,0,0.34),
    0 0 24px rgba(45,156,219,0.08);
}

.nb-icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(216,169,79,0.20), rgba(45,156,219,0.13));
  color: var(--nb-gold-2);
  font-weight: 950;
  margin-bottom: 19px;
  font-size: 1.05rem;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.15),
    0 12px 28px rgba(0,0,0,0.18);
}

.nb-card h3 {
  margin: 0 0 10px;
  color: var(--nb-text);
  font-size: 1.22rem;
  letter-spacing: -0.03em;
}

.nb-card p {
  margin: 0;
  color: var(--nb-text-soft);
  line-height: 1.72;
  font-size: 0.98rem;
}

/* CORPORATE BIO FEATURE */
.nb-bio-feature {
  background:
    radial-gradient(circle at 80% 10%, rgba(216,169,79,0.13), transparent 28%),
    radial-gradient(circle at 10% 30%, rgba(45,156,219,0.12), transparent 30%),
    linear-gradient(180deg, #07111f 0%, #05070b 100%);
}

.nb-bio-box {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.105), rgba(255,255,255,0.04));
  color: #ffffff;
  border-radius: 32px;
  padding: clamp(34px, 6vw, 66px);
  box-shadow: var(--nb-shadow-strong);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--nb-line);
  backdrop-filter: blur(18px);
}

.nb-bio-box::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -15%;
  width: 46%;
  height: 130%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(255,255,255,0.10),
    rgba(255,255,255,0.22),
    rgba(255,255,255,0)
  );
  transform: skewX(-18deg);
  animation: nbShimmerSweep 9.5s ease-in-out infinite;
  pointer-events: none;
}

.nb-bio-box::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(216,169,79,0.20);
  background: radial-gradient(circle, rgba(216,169,79,0.08), transparent 70%);
}

.nb-bio-label {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(216,169,79,0.13);
  border: 1px solid rgba(216,169,79,0.26);
  margin-bottom: 22px;
}

.nb-bio-label span {
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 850;
  color: var(--nb-gold-2);
}

.nb-bio-box h2 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.055em;
  color: var(--nb-text);
}

.nb-bio-box p {
  max-width: 880px;
  margin: 0 0 18px;
  color: var(--nb-text-soft);
  line-height: 1.82;
  font-size: 1.06rem;
}

.nb-bio-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 31px;
}

.nb-bio-points div {
  background: rgba(255,255,255,0.075);
  border: 1px solid var(--nb-line);
  border-radius: 22px;
  padding: 23px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 14px 32px rgba(0,0,0,0.18);
}

.nb-bio-points strong {
  display: block;
  color: var(--nb-gold-2);
  font-size: 1.17rem;
  margin-bottom: 8px;
}

.nb-bio-points span {
  display: block;
  color: var(--nb-text-soft);
  line-height: 1.6;
}

/* EXPERIENCE */
.nb-exp {
  background:
    radial-gradient(circle at 90% 10%, rgba(45,156,219,0.12), transparent 28%),
    linear-gradient(180deg, #05070b 0%, #07111f 100%);
}

.nb-exp-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 34px;
  align-items: start;
}

.nb-exp-left {
  position: sticky;
  top: 70px;
}

.nb-exp-note {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.045));
  border: 1px solid var(--nb-line);
  border-radius: 26px;
  padding: 29px;
  box-shadow: var(--nb-shadow);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.nb-exp-note p {
  margin: 0 0 18px;
  color: var(--nb-text-soft);
  line-height: 1.78;
}

.nb-exp-note p:last-child {
  margin-bottom: 0;
}

.nb-timeline {
  position: relative;
  padding-left: 30px;
}

.nb-timeline::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 8px;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(216,169,79,0.88),
    rgba(45,156,219,0.55),
    rgba(255,255,255,0.08)
  );
}

.nb-role {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.105), rgba(255,255,255,0.045));
  border: 1px solid var(--nb-line);
  border-radius: 24px;
  padding: 23px 23px 23px 25px;
  box-shadow: 0 16px 42px rgba(0,0,0,0.20);
  margin-bottom: 18px;
  transition: all 0.28s ease;
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.nb-role:hover {
  transform: translateY(-4px);
  border-color: rgba(216,169,79,0.30);
  box-shadow: 0 24px 58px rgba(0,0,0,0.32);
}

.nb-role::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--nb-gold-2);
  border: 4px solid rgba(216,169,79,0.18);
  left: -30px;
  top: 25px;
  box-shadow: 0 0 24px rgba(216,169,79,0.46);
}

.nb-role h3 {
  margin: 0 0 7px;
  font-size: 1.14rem;
  color: var(--nb-text);
  letter-spacing: -0.02em;
}

.nb-role .nb-meta {
  display: block;
  color: var(--nb-blue-2);
  font-weight: 750;
  font-size: 0.94rem;
  margin-bottom: 10px;
}

.nb-role p {
  margin: 0;
  color: var(--nb-text-soft);
  line-height: 1.7;
  font-size: 0.96rem;
}

/* PLATFORM */
.nb-platform {
  background:
    radial-gradient(circle at 12% 15%, rgba(216,169,79,0.10), transparent 28%),
    linear-gradient(180deg, #07111f 0%, #05070b 100%);
  border-top: 1px solid var(--nb-line);
  border-bottom: 1px solid var(--nb-line);
  overflow: hidden;
}

.nb-platform::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 6%;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.10), transparent 70%);
  pointer-events: none;
  animation: nbFloatLight 8s ease-in-out infinite;
}

.nb-platform-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: start;
}

.nb-platform p {
  margin: 0 0 18px;
  color: var(--nb-text-soft);
  line-height: 1.82;
  font-size: 1.06rem;
}

.nb-platform p:last-child {
  margin-bottom: 0;
}

/* FINAL CTA */
.nb-cta {
  background:
    radial-gradient(circle at 80% 15%, rgba(216,169,79,0.22), transparent 28%),
    radial-gradient(circle at 12% 20%, rgba(45,156,219,0.18), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #132842 55%, #05070b 100%);
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.nb-cta::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 38%;
  height: 140%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.11),
    rgba(255,255,255,0.22),
    transparent
  );
  transform: skewX(-18deg);
  animation: nbShimmerSweep 8s ease-in-out infinite;
  pointer-events: none;
}

.nb-cta::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 70%);
  animation: nbSoftPulse 8s ease-in-out infinite;
  pointer-events: none;
}

.nb-cta .nb-wrap {
  max-width: 930px;
}

.nb-cta .nb-h2 {
  color: #ffffff;
}

.nb-cta p {
  margin: 0 auto;
  max-width: 760px;
  color: var(--nb-text-soft);
  line-height: 1.8;
  font-size: 1.08rem;
}

.nb-cta .nb-btn-row {
  justify-content: center;
}

.nb-cta .nb-btn-primary {
  background: linear-gradient(135deg, var(--nb-gold), var(--nb-gold-2));
  color: #111827 !important;
}

.nb-cta .nb-btn-ghost {
  background: rgba(255,255,255,0.08);
  color: #ffffff !important;
  border-color: var(--nb-line);
}

/* FOOTER STRIP */
.nb-foot {
  padding: 25px 0;
  background: #030509;
  color: rgba(255,255,255,0.62);
  text-align: center;
  font-size: 0.92rem;
  position: relative;
  overflow: hidden;
}

.nb-foot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 260px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(216,169,79,0.72),
    transparent
  );
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .nb-hero-grid,
  .nb-summary-grid,
  .nb-exp-grid,
  .nb-platform-grid {
    grid-template-columns: 1fr;
  }

  .nb-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nb-exp-left {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px) {
  .nb-sec {
    padding: 70px 0;
  }

  .nb-hero {
    padding: 74px 0 68px;
  }

  .nb-brand-inner {
    min-height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nb-brand-logo {
    max-width: 250px;
  }

  .nb-brand-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .nb-brand-link,
  .nb-brand-cta {
    width: 100%;
  }

  .nb-card-grid,
  .nb-mini-stats,
  .nb-bio-points {
    grid-template-columns: 1fr;
  }

  .nb-social-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .nb-linkedin-btn {
    width: 100%;
  }

  .nb-btn {
    width: 100%;
  }

  .nb-panel,
  .nb-role,
  .nb-exp-note,
  .nb-card,
  .nb-photo-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nb-h1 {
    font-size: clamp(2.5rem, 12vw, 3.7rem);
  }

  .nb-h2 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .nb-corp-page::before,
  .nb-corp-page::after,
  .nb-hero::before,
  .nb-hero::after,
  .nb-platform::before,
  .nb-cta::before,
  .nb-cta::after,
  .nb-brand-bar::after,
  .nb-photo-card::after,
  .nb-bio-box::before {
    opacity: 0.65;
  }
}/* End custom CSS */