body.page-id-218599 #main-content .container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body.page-id-218599 #main-header,
body.page-id-218599 #top-header,
body.page-id-218599 #et-main-area > footer,
body.page-id-218599 .et-l--header,
body.page-id-218599 .et-l--footer {
  display: none !important;
}

body.page-id-218599 #page-container,
body.page-id-218599.et_fixed_nav #page-container {
  padding-top: 0 !important;
}

body.page-id-218599 #main-content {
  padding-top: 0 !important;
}

body.page-id-218599 #content-area {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.page-id-218599 #post-218599,
body.page-id-218599 #left-area article {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.page-id-218599 #post-218599 > .main_title {
  display: none !important;
}

body.page-id-218599 #left-area {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

body.page-id-218599 #sidebar,
body.page-id-218599 #main-content .container::before {
  display: none;
}

body.page-id-218599 .entry-content {
  margin: 0;
  padding: 0;
}

.nbd-v3 {
  --ink: #061012;
  --deep: #081416;
  --deep-2: #0d1d20;
  --cream: #f4f1e8;
  --paper: #fbfaf5;
  --muted: rgba(244, 241, 232, 0.68);
  --muted-dark: rgba(6, 16, 18, 0.62);
  --line: rgba(107, 229, 220, 0.18);
  --line-dark: rgba(6, 16, 18, 0.12);
  --teal: #62e9df;
  --teal-2: #13ada6;
  --gold: #cbb47d;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.28);
  --soft-shadow: 0 18px 60px rgba(6, 16, 18, 0.12);
  --max: 1220px;
  color: var(--cream);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: clip;
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
}

.nbd-v3 *,
.nbd-v3 *::before,
.nbd-v3 *::after {
  box-sizing: border-box;
}

.nbd-v3 a {
  color: inherit;
  text-decoration: none;
}

.nbd-v3 img {
  display: block;
  max-width: 100%;
}

.nbd-v3__svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.nbd-v3__shell {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}

.nbd-v3__hero .nbd-v3__shell {
  width: min(1500px, calc(100% - 44px));
}

.nbd-v3__nav {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 50%;
  display: flex;
  width: 100%;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px clamp(24px, 4.6vw, 72px);
  border-bottom: 1px solid rgba(203, 180, 125, 0.2);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(5, 14, 16, 0.88), rgba(5, 14, 16, 0.58));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.nbd-v3__brand {
  display: inline-flex;
  align-items: center;
  min-width: 220px;
}

.nbd-v3__brand-logo {
  width: clamp(176px, 14vw, 222px);
  height: auto;
  object-fit: contain;
}

.nbd-v3__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(98, 233, 223, 0.52);
  border-radius: 50%;
  color: var(--teal);
  font-family: Inter, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  box-shadow: inset 0 0 20px rgba(98, 233, 223, 0.16), 0 0 22px rgba(98, 233, 223, 0.2);
}

.nbd-v3__brand strong {
  display: block;
  color: #fff8eb;
  font-weight: 500;
}

.nbd-v3__brand small {
  display: block;
  margin-top: 3px;
  color: var(--teal);
  font-family: Inter, sans-serif;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.28em;
}

.nbd-v3__navlinks {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: rgba(244, 241, 232, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nbd-v3__navlinks a {
  transition: color 180ms ease;
}

.nbd-v3__navlinks a:hover,
.nbd-v3__navlinks a:focus-visible {
  color: var(--teal);
}

.nbd-v3__navcta,
.nbd-v3__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.nbd-v3__navcta {
  padding: 0 24px;
  border: 1px solid rgba(98, 233, 223, 0.58);
  color: #061012;
  background: linear-gradient(135deg, var(--teal), #c3fff7);
  box-shadow: 0 0 36px rgba(98, 233, 223, 0.26);
}

.nbd-v3__button {
  min-height: 54px;
  gap: 0;
  padding: 0 25px;
  border: 0;
  border-radius: 0;
  box-shadow: 6px 6px 0 #061012;
  font-size: 0.86rem;
  font-weight: 900;
  transform: skewX(-12deg);
  transition: transform 220ms ease, box-shadow 500ms ease, background 220ms ease;
}

.nbd-v3 a.nbd-v3__button--primary {
  color: #fff !important;
  background: #27b8b3;
  text-shadow: 0 1px 1px rgba(0, 37, 38, 0.42);
}

.nbd-v3__button--ghost {
  color: #fff;
  background: #152528;
  box-shadow: 6px 6px 0 rgba(39, 184, 179, 0.72);
}

.nbd-v3__button-label,
.nbd-v3__button-arrows {
  transform: skewX(12deg);
}

.nbd-v3 .nbd-v3__button .nbd-v3__button-label {
  display: inline-block !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: 1 !important;
  text-transform: inherit !important;
}

.nbd-v3__button-arrows {
  display: inline-flex;
  width: 48px;
  align-items: center;
  margin-left: 18px;
  transition: width 500ms ease, margin-right 500ms ease;
}

.nbd-v3__button-arrows svg {
  display: block;
  width: 48px;
  height: 31px;
  overflow: visible;
}

.nbd-v3__button-arrows use {
  fill: #fff;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 500ms ease;
}

.nbd-v3__button-arrows .one {
  transform: translateX(-12px);
}

.nbd-v3__button-arrows .two {
  transform: translateX(-6px);
}

.nbd-v3__button:hover,
.nbd-v3__button:focus-visible {
  box-shadow: 10px 10px 0 #ffbf43;
  transform: translate(-2px, -2px) skewX(-12deg);
}

.nbd-v3__button:hover .nbd-v3__button-arrows,
.nbd-v3__button:focus-visible .nbd-v3__button-arrows {
  width: 58px;
  margin-right: 10px;
}

.nbd-v3__button:hover .nbd-v3__button-arrows use,
.nbd-v3__button:focus-visible .nbd-v3__button-arrows use,
.nbd-v3__button.is-arrow-active .nbd-v3__button-arrows use {
  transform: translateX(0);
  animation: nbd-v3-arrow-color 1.15s infinite 0.08s;
}

.nbd-v3__button:hover .nbd-v3__button-arrows .two,
.nbd-v3__button:focus-visible .nbd-v3__button-arrows .two,
.nbd-v3__button.is-arrow-active .nbd-v3__button-arrows .two {
  animation-delay: 0.26s;
}

.nbd-v3__button:hover .nbd-v3__button-arrows .three,
.nbd-v3__button:focus-visible .nbd-v3__button-arrows .three,
.nbd-v3__button.is-arrow-active .nbd-v3__button-arrows .three {
  animation-delay: 0.44s;
}

@keyframes nbd-v3-arrow-color {
  0%, 34%, 100% { fill: #fff; }
  58% { fill: #ffbf43; }
}

.nbd-v3__navcta:hover,
.nbd-v3__navcta:focus-visible {
  transform: translateY(-2px);
}

.nbd-v3__button--ghost:hover,
.nbd-v3__button--ghost:focus-visible {
  background: #1a3033;
}

.nbd-v3__hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  background: #061012;
}

.nbd-v3__hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 68% 42%, rgba(98, 233, 223, 0.14), transparent 28%),
    linear-gradient(90deg, rgba(3, 10, 12, 0.96) 0%, rgba(3, 10, 12, 0.76) 36%, rgba(3, 10, 12, 0.18) 74%, rgba(3, 10, 12, 0.72) 100%),
    linear-gradient(180deg, rgba(3, 10, 12, 0.12) 0%, rgba(3, 10, 12, 0.9) 100%),
    var(--hero-mountain) center/cover no-repeat;
  content: "";
}

.nbd-v3__hero::after {
  position: absolute;
  inset: auto -10% -24% -10%;
  z-index: -2;
  height: 44%;
  background: radial-gradient(circle at 62% 22%, rgba(98, 233, 223, 0.2), transparent 34%), linear-gradient(180deg, rgba(6, 16, 18, 0), var(--ink) 72%);
  content: "";
}

.nbd-v3__grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.21;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px);
  background-size: 31px 31px, 43px 43px;
  mix-blend-mode: screen;
}

.nbd-v3__hero-grid {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(420px, 0.76fr) minmax(680px, 1.24fr);
  align-items: center;
  gap: clamp(40px, 5vw, 84px);
  padding: 128px 0 112px;
}

.nbd-v3__hero-content {
  position: relative;
  z-index: 4;
}

.nbd-v3__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nbd-v3 h1,
.nbd-v3 h2,
.nbd-v3 h3,
.nbd-v3 p {
  margin-top: 0;
}

.nbd-v3 h1,
.nbd-v3 h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.nbd-v3 h2,
.nbd-v3 h3 {
  color: inherit;
}

.nbd-v3 h1 {
  max-width: 640px;
  margin-bottom: 24px;
  color: #fffaf0;
  font-size: clamp(4.1rem, 6.35vw, 6.55rem);
  line-height: 0.9;
  text-shadow: 0 22px 90px rgba(0, 0, 0, 0.65);
}

.nbd-v3__hero-copy {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(255, 252, 242, 0.84);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.62;
}

.nbd-v3__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.nbd-v3__hero-stage {
  position: relative;
  display: grid;
  min-height: 650px;
  align-content: center;
  justify-items: end;
  gap: 14px;
  z-index: 1;
}

.nbd-v3__hero-stage > br,
.nbd-v3__mockup-wrap > br,
.nbd-v3__motion-system > br,
.nbd-v3__before-after > br,
.nbd-v3__signal > br {
  display: none !important;
}

.nbd-v3__hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.nbd-v3__hero-proof span {
  padding: 9px 12px;
  border: 1px solid rgba(98, 233, 223, 0.18);
  border-radius: 999px;
  color: rgba(244, 241, 232, 0.76);
  background: rgba(4, 15, 17, 0.46);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.nbd-v3__hero-beam {
  position: absolute;
  top: 18%;
  right: 8%;
  width: min(72vw, 730px);
  height: 2px;
  transform: rotate(-21deg);
  transform-origin: right;
  background: linear-gradient(90deg, transparent, rgba(98, 233, 223, 0.08), rgba(98, 233, 223, 0.94), transparent);
  box-shadow: 0 0 24px rgba(98, 233, 223, 0.55);
  animation: nbdBeamPulse 4.8s ease-in-out infinite;
}

.nbd-v3__mockup-wrap {
  position: relative;
  top: auto;
  right: auto;
  width: min(820px, 100%);
  padding: 12px;
  border: 1px solid rgba(98, 233, 223, 0.2);
  border-radius: 22px;
  background: rgba(6, 16, 18, 0.72);
  box-shadow: var(--shadow), 0 0 95px rgba(98, 233, 223, 0.2);
  transform: perspective(1400px) rotateY(-8deg) rotateX(3deg);
  transform-origin: 54% 52%;
  animation: nbdHeroFloat 7s ease-in-out infinite;
  backdrop-filter: blur(10px);
  isolation: isolate;
  overflow: visible;
}

.nbd-v3__motion-system {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 232, 0.12);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 50%, rgba(98, 233, 223, 0.2), transparent 26%),
    radial-gradient(circle at 20% 23%, rgba(203, 180, 125, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(11, 30, 33, 0.96), rgba(3, 11, 13, 0.94) 58%, rgba(11, 38, 40, 0.92));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  isolation: isolate;
}

.nbd-v3__motion-system::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(98, 233, 223, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 233, 223, 0.07) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 58%, transparent 82%);
  content: "";
  opacity: 0.56;
  animation: nbdGridDrift 8s linear infinite;
}

.nbd-v3__motion-system::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0 38%, rgba(255, 255, 255, 0.18) 48%, rgba(98, 233, 223, 0.18) 50%, transparent 60% 100%);
  content: "";
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateX(-85%);
  animation: nbdSystemSweep 5.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.nbd-v3__motion-paths {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.nbd-v3__flow {
  fill: none;
  stroke: rgba(98, 233, 223, 0.78);
  stroke-width: 2;
  stroke-dasharray: 8 13;
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px rgba(98, 233, 223, 0.72));
  animation: nbdFlowDraw 3.4s linear infinite;
}

.nbd-v3__flow--two,
.nbd-v3__flow--four {
  stroke: rgba(203, 180, 125, 0.72);
  filter: drop-shadow(0 0 7px rgba(203, 180, 125, 0.45));
  animation-delay: -1.2s;
}

.nbd-v3__flow--three {
  animation-delay: -2.1s;
}

.nbd-v3__flow--lead {
  stroke-width: 3;
  stroke-dasharray: 12 12;
  animation-duration: 2.2s;
}

.nbd-v3__system-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 190px;
  min-height: 150px;
  place-items: center;
  padding: 28px 22px;
  border: 1px solid rgba(98, 233, 223, 0.42);
  border-radius: 28px;
  color: #f7fff9;
  background: rgba(3, 18, 20, 0.82);
  box-shadow: 0 0 60px rgba(98, 233, 223, 0.24), inset 0 0 35px rgba(98, 233, 223, 0.09);
  text-align: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(16px);
}

.nbd-v3__system-core strong {
  position: relative;
  z-index: 2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.72rem;
  font-weight: 500;
  line-height: 1;
}

.nbd-v3__system-core small {
  position: relative;
  z-index: 2;
  max-width: 128px;
  margin-top: 8px;
  color: rgba(244, 241, 232, 0.66);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.nbd-v3__core-ring {
  position: absolute;
  inset: -16px;
  border: 1px solid rgba(98, 233, 223, 0.2);
  border-radius: 34px;
  animation: nbdCorePulse 3.8s ease-in-out infinite;
}

.nbd-v3__core-ring--two {
  inset: -31px;
  border-color: rgba(203, 180, 125, 0.18);
  animation-delay: -1.3s;
}

.nbd-v3__system-node,
.nbd-v3__lead-card {
  position: absolute;
  border: 1px solid rgba(244, 241, 232, 0.13);
  border-radius: 18px;
  background: rgba(3, 15, 17, 0.78);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.nbd-v3__system-node {
  display: grid;
  width: 150px;
  gap: 5px;
  padding: 15px 16px;
  animation: nbdNodeLift 5.5s ease-in-out infinite;
}

.nbd-v3__system-node span {
  color: var(--teal);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.nbd-v3__system-node strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.23rem;
  font-weight: 500;
}

.nbd-v3__system-node small {
  color: rgba(244, 241, 232, 0.58);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nbd-v3__system-node--site {
  top: 56px;
  left: 34px;
}

.nbd-v3__system-node--seo {
  top: 50px;
  right: 34px;
  animation-delay: -1.4s;
}

.nbd-v3__system-node--ads {
  bottom: 48px;
  left: 38px;
  animation-delay: -2.6s;
}

.nbd-v3__system-node--brand {
  right: 34px;
  bottom: 48px;
  animation-delay: -3.8s;
}

.nbd-v3__lead-card {
  top: 50%;
  right: 28px;
  display: grid;
  width: 158px;
  gap: 7px;
  padding: 15px;
  transform: translateY(-50%);
}

.nbd-v3__lead-card span {
  color: var(--teal);
  font-size: 0.6rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nbd-v3__lead-card strong {
  color: #fff7e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.05;
}

.nbd-v3__lead-card i {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: rgba(244, 241, 232, 0.12);
}

.nbd-v3__lead-card i::before {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), #fff3c6);
  box-shadow: 0 0 18px rgba(98, 233, 223, 0.62);
  content: "";
  transform-origin: left center;
  animation: nbdLeadFill 2.8s ease-in-out infinite;
}

.nbd-v3__system-dashboard {
  position: absolute;
  right: 38px;
  bottom: 26px;
  left: 38px;
  display: grid;
  grid-template-columns: 0.9fr 1.15fr 0.72fr 1fr;
  gap: 8px;
  opacity: 0.72;
}

.nbd-v3__system-dashboard span {
  height: 8px;
  border-radius: 999px;
  background: rgba(98, 233, 223, 0.18);
  animation: nbdDashboardBars 3.8s ease-in-out infinite;
}

.nbd-v3__system-dashboard span:nth-child(2) {
  animation-delay: -0.7s;
}

.nbd-v3__system-dashboard span:nth-child(3) {
  animation-delay: -1.4s;
}

.nbd-v3__system-dashboard span:nth-child(4) {
  animation-delay: -2.1s;
}

.nbd-v3__mockup-wrap::before,
.nbd-v3__mockup-wrap::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.nbd-v3__mockup-wrap::before {
  inset: -34px;
  z-index: -1;
  border-radius: 34px;
  background:
    radial-gradient(circle at 74% 28%, rgba(98, 233, 223, 0.3), transparent 31%),
    radial-gradient(circle at 18% 78%, rgba(203, 180, 125, 0.2), transparent 34%);
  filter: blur(18px);
  opacity: 0.75;
  animation: nbdAuraBreathe 5.6s ease-in-out infinite;
}

.nbd-v3__mockup-wrap::after {
  inset: 12px;
  z-index: 3;
  overflow: hidden;
  border-radius: 14px;
  background:
    linear-gradient(105deg, transparent 0 34%, rgba(255, 255, 255, 0.2) 44%, rgba(98, 233, 223, 0.22) 49%, transparent 60% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 38%);
  mix-blend-mode: screen;
  opacity: 0.72;
  transform: translateX(-72%);
  animation: nbdGlassSweep 6.5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.nbd-v3__mockup-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 14px;
  filter: brightness(1.18) contrast(1.06) saturate(1.04);
}

.nbd-v3__mockup-orbit {
  position: absolute;
  inset: -18px;
  z-index: 0;
  border: 1px solid rgba(98, 233, 223, 0.18);
  border-radius: 30px;
  pointer-events: none;
}

.nbd-v3__mockup-orbit::before,
.nbd-v3__mockup-orbit::after {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 8px rgba(98, 233, 223, 0.12), 0 0 28px rgba(98, 233, 223, 0.9);
  content: "";
}

.nbd-v3__mockup-orbit::before {
  top: 18%;
  left: -6px;
  animation: nbdOrbitPointOne 7s ease-in-out infinite;
}

.nbd-v3__mockup-orbit::after {
  right: -6px;
  bottom: 22%;
  animation: nbdOrbitPointTwo 7s ease-in-out infinite;
}

.nbd-v3__mockup-effects {
  position: absolute;
  inset: 12px;
  z-index: 4;
  overflow: hidden;
  border-radius: 14px;
  pointer-events: none;
}

.nbd-v3__trace {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(98, 233, 223, 0.08), rgba(98, 233, 223, 0.95), rgba(255, 248, 235, 0.8), transparent);
  box-shadow: 0 0 18px rgba(98, 233, 223, 0.56);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  animation: nbdTraceFlow 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.nbd-v3__trace--one {
  top: 22%;
  left: 11%;
  width: 46%;
}

.nbd-v3__trace--two {
  top: 51%;
  left: 23%;
  width: 54%;
  animation-delay: 1.1s;
}

.nbd-v3__trace--three {
  top: 73%;
  left: 15%;
  width: 38%;
  animation-delay: 2.2s;
}

.nbd-v3__node {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 248, 235, 0.7);
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 0 rgba(98, 233, 223, 0.36), 0 0 26px rgba(98, 233, 223, 0.95);
  animation: nbdNodePulse 2.8s ease-in-out infinite;
}

.nbd-v3__node--one {
  top: 19%;
  left: 55%;
}

.nbd-v3__node--two {
  top: 48%;
  left: 76%;
  animation-delay: 0.85s;
}

.nbd-v3__node--three {
  top: 70%;
  left: 51%;
  animation-delay: 1.7s;
}

.nbd-v3__chip {
  position: absolute;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(98, 233, 223, 0.32);
  border-radius: 999px;
  color: #edfffb;
  background: rgba(3, 14, 16, 0.78);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.26), 0 0 30px rgba(98, 233, 223, 0.18);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(12px);
  animation: nbdChipRise 5.8s ease-in-out infinite;
}

.nbd-v3__chip--one {
  top: 12%;
  right: 9%;
}

.nbd-v3__chip--two {
  right: 15%;
  bottom: 13%;
  border-color: rgba(203, 180, 125, 0.44);
  color: #fff7df;
  animation-delay: 1.55s;
}

.nbd-v3__signal {
  position: relative;
  right: auto;
  bottom: auto;
  display: grid;
  width: min(820px, 100%);
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(98, 233, 223, 0.22);
  border-radius: 18px;
  background: rgba(4, 15, 17, 0.76);
  box-shadow: 0 0 55px rgba(98, 233, 223, 0.16);
  backdrop-filter: blur(16px);
  animation: nbdSignalLift 5.8s ease-in-out infinite;
}

.nbd-v3__signal span {
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nbd-v3__signal strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.7vw, 1.85rem);
  font-weight: 500;
  line-height: 1.08;
}

.nbd-v3__before-after {
  position: relative;
  left: auto;
  bottom: auto;
  display: grid;
  width: min(820px, 100%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nbd-v3__location-thread {
  display: none;
  position: absolute;
  top: 12%;
  right: 9%;
  bottom: 18%;
  width: 128px;
  border-right: 1px solid rgba(98, 233, 223, 0.24);
  pointer-events: none;
}

.nbd-v3__location-thread::before {
  position: absolute;
  top: 2%;
  right: -1px;
  width: 1px;
  height: 96%;
  background: linear-gradient(180deg, transparent, rgba(98, 233, 223, 0.9), transparent);
  box-shadow: 0 0 28px rgba(98, 233, 223, 0.6);
  content: "";
  animation: nbdThreadScan 4.8s ease-in-out infinite;
}

.nbd-v3__loc {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 248, 235, 0.86);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(18px);
}

.nbd-v3__loc::before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 7px rgba(98, 233, 223, 0.12), 0 0 24px rgba(98, 233, 223, 0.85);
  content: "";
  animation: nbdNodePulse 3.2s ease-in-out infinite;
}

.nbd-v3__loc--reno { top: 8%; }
.nbd-v3__loc--tahoe { top: 48%; }
.nbd-v3__loc--carson { top: 78%; }

.nbd-v3__transform-section {
  position: relative;
  z-index: 2;
  padding: clamp(68px, 7vw, 104px) 0 clamp(74px, 8vw, 118px);
  background: #fff;
  box-shadow: 0 -1px 0 rgba(6, 16, 18, 0.08);
}

.nbd-v3__transform-shell {
  width: min(calc(100% - 64px), 1600px);
}

.nbd-v3__transform-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  align-items: end;
  gap: clamp(44px, 7vw, 120px);
  margin-bottom: clamp(34px, 4vw, 54px);
  color: var(--ink);
}

.nbd-v3__transform-intro h2 {
  max-width: 960px;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 4.5vw, 5.2rem);
  font-weight: 500;
  line-height: 0.98;
}

.nbd-v3__transform-intro p {
  max-width: 560px;
  margin: 0 0 5px;
  color: var(--muted-dark);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.68;
}

.nbd-v3__transform-rail {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  grid-column: 1 / -1;
  display: grid;
  grid-template-areas:
    "bridge bridge"
    "before after";
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  width: 100%;
  min-height: 620px;
  margin-top: 0;
  overflow: visible;
  padding: 12px;
  border: 1px solid rgba(203, 180, 125, 0.3);
  background:
    radial-gradient(circle at 50% 50%, rgba(98, 233, 223, 0.1), transparent 36%),
    linear-gradient(90deg, rgba(8, 16, 16, 0.78), rgba(8, 16, 16, 0.62), rgba(8, 40, 40, 0.78));
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(16px);
}

.nbd-v3__transform-rail::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 0 42%, rgba(98, 233, 223, 0.18) 48%, rgba(255, 248, 235, 0.16) 50%, transparent 58% 100%);
  content: "";
  opacity: 0;
  transform: translateX(-86%);
  animation: nbdRailScan 7.2s cubic-bezier(0.22, 1, 0.36, 1) infinite 1.2s;
}

.nbd-v3__rail-media {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 460px;
  place-items: center;
  padding: 16px;
  border: 1px solid rgba(244, 241, 232, 0.12);
  background: #071214;
}

.nbd-v3__rail-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(203, 180, 125, 0.12), rgba(98, 233, 223, 0.9), rgba(203, 180, 125, 0.12));
  box-shadow: 0 0 22px rgba(98, 233, 223, 0.5);
  content: "";
  transform: scaleX(0.22);
  transform-origin: left center;
  animation: nbdRailProgress 5.6s ease-in-out infinite;
}

.nbd-v3__rail-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  filter: saturate(0.96) contrast(1.04) brightness(0.96);
}

.nbd-v3__rail-media span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(98, 233, 223, 0.26);
  color: rgba(238, 255, 252, 0.9);
  background: rgba(2, 12, 14, 0.72);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.nbd-v3__rail-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(260px, 1.12fr);
  min-width: 0;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 232, 0.1);
  background: linear-gradient(135deg, rgba(3, 13, 15, 0.86), rgba(4, 29, 29, 0.7));
}

.nbd-v3__rail-panel--before {
  grid-area: before;
}

.nbd-v3__rail-panel--after {
  grid-area: after;
  background: linear-gradient(135deg, rgba(4, 31, 30, 0.88), rgba(4, 52, 50, 0.72));
}

.nbd-v3__rail-copy {
  display: grid;
  align-content: center;
  padding: 32px clamp(26px, 2.3vw, 38px);
  border-left: 1px solid rgba(203, 180, 125, 0.18);
}

.nbd-v3__rail-copy span {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.nbd-v3__rail-copy p {
  margin: 0 0 14px;
  color: rgba(255, 248, 235, 0.86);
  font-size: clamp(0.88rem, 0.84vw, 1rem);
  line-height: 1.48;
}

.nbd-v3__rail-copy h3 {
  max-width: 420px;
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 1.75vw, 2rem);
  font-weight: 500;
  line-height: 1.12;
}

.nbd-v3__rail-copy ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nbd-v3__rail-copy li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(244, 241, 232, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nbd-v3__rail-copy li::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 14px rgba(98, 233, 223, 0.62);
  content: "";
}

.nbd-v3__rail-copy--after span {
  color: var(--teal);
}

.nbd-v3__rail-bridge {
  position: relative;
  display: grid;
  grid-area: bridge;
  grid-template-columns: minmax(180px, 0.55fr) minmax(320px, 0.85fr) minmax(520px, 1.6fr);
  align-items: center;
  gap: clamp(24px, 4vw, 66px);
  min-height: 128px;
  padding: 24px clamp(28px, 4vw, 64px);
  border: 1px solid rgba(98, 233, 223, 0.24);
  background: rgba(2, 15, 17, 0.76);
  box-shadow: inset 0 0 36px rgba(98, 233, 223, 0.08);
}

.nbd-v3__rail-bridge::before,
.nbd-v3__rail-bridge::after {
  position: absolute;
  top: 50%;
  display: none;
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 233, 223, 0.86), transparent);
  content: "";
}

.nbd-v3__rail-bridge::before {
  right: 100%;
}

.nbd-v3__rail-bridge::after {
  left: 100%;
}

.nbd-v3__rail-bridge > span {
  color: var(--teal);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nbd-v3__rail-bridge strong {
  color: #fff8ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  font-weight: 500;
  line-height: 1.08;
}

.nbd-v3__rail-bridge ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nbd-v3__rail-bridge li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 8px;
  color: rgba(244, 241, 232, 0.74);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.3;
}

.nbd-v3__rail-bridge b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(98, 233, 223, 0.34);
  border-radius: 50%;
  color: var(--teal);
  font-size: 0.64rem;
}

.nbd-v3__ba-card {
  position: relative;
  padding: 17px 18px 17px 42px;
  border: 1px solid rgba(244, 241, 232, 0.12);
  border-radius: 18px;
  color: rgba(244, 241, 232, 0.82);
  background: rgba(4, 13, 15, 0.68);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.nbd-v3__ba-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nbd-v3__ba-card::before {
  position: absolute;
  top: 22px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(244, 241, 232, 0.35);
  content: "";
}

.nbd-v3__ba-card--after {
  border-color: rgba(98, 233, 223, 0.28);
}

.nbd-v3__ba-card--after::before {
  background: var(--teal);
  box-shadow: 0 0 22px rgba(98, 233, 223, 0.8);
}

.nbd-v3__section {
  position: relative;
  padding: clamp(78px, 10vw, 140px) 0;
}

.nbd-v3__section--light {
  color: var(--ink);
  background: var(--paper);
}

.nbd-v3__section--light::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6, 16, 18, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(6, 16, 18, 0.035) 1px, transparent 1px);
  background-size: 86px 86px;
  content: "";
}

.nbd-v3__section--deep {
  background: radial-gradient(circle at 78% 20%, rgba(98, 233, 223, 0.12), transparent 30%), linear-gradient(180deg, #061012, #0a1719);
}

.nbd-v3__kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--teal-2);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nbd-v3__section-title {
  max-width: 860px;
  margin-bottom: 22px;
  color: var(--cream);
  font-size: clamp(2.85rem, 5.8vw, 6.5rem);
  line-height: 0.98;
}

.nbd-v3__lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.5vw, 1.24rem);
  line-height: 1.72;
}

.nbd-v3__section--light .nbd-v3__lead {
  color: var(--muted-dark);
}

.nbd-v3__section--light .nbd-v3__section-title,
.nbd-v3__section--light h2,
.nbd-v3__section--light h3,
.nbd-v3__process .nbd-v3__section-title,
.nbd-v3__process h2,
.nbd-v3__process h3 {
  color: var(--ink);
}

.nbd-v3__section--deep .nbd-v3__section-title,
.nbd-v3__section--deep h2,
.nbd-v3__section--deep h3,
.nbd-v3__local .nbd-v3__section-title,
.nbd-v3__local h2,
.nbd-v3__local h3,
.nbd-v3__cta .nbd-v3__section-title,
.nbd-v3__cta h2,
.nbd-v3__cta h3 {
  color: #fff8eb;
}

.nbd-v3__diagnostic {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(32px, 6vw, 84px);
}

.nbd-v3__problem-list {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.nbd-v3__problem-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line-dark);
  color: rgba(6, 16, 18, 0.78);
  font-size: 1rem;
  line-height: 1.5;
}

.nbd-v3__problem-index {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(19, 173, 166, 0.28);
  border-radius: 50%;
  color: var(--teal-2);
  font-size: 0.72rem;
  font-weight: 900;
}

.nbd-v3__diagnostic-visual {
  position: relative;
  min-height: 520px;
}

.nbd-v3__diagnostic-visual::before {
  position: absolute;
  inset: 10% 10% 3% 2%;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(19, 173, 166, 0.18), rgba(203, 180, 125, 0.08));
  filter: blur(32px);
  content: "";
}

.nbd-v3__framed-img {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 232, 0.14);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.nbd-v3__framed-img img {
  width: 100%;
}

.nbd-v3__diagnostic-visual .nbd-v3__framed-img {
  position: absolute;
  top: 9%;
  right: 0;
  width: 82%;
  transform: rotate(-1.2deg);
}

.nbd-v3__solution-panel {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: min(420px, 70%);
  padding: 24px;
  border: 1px solid rgba(98, 233, 223, 0.22);
  border-radius: 22px;
  color: var(--cream);
  background: rgba(5, 16, 18, 0.88);
  box-shadow: var(--shadow);
}

.nbd-v3__solution-panel h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.nbd-v3__solution-panel p {
  margin-bottom: 0;
  color: rgba(244, 241, 232, 0.72);
  line-height: 1.62;
}

.nbd-v3__hidden-leak {
  overflow: hidden;
  padding: clamp(84px, 8vw, 118px) 0;
}

.nbd-v3__diagnostic {
  display: block;
}

.nbd-v3__diagnostic-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: clamp(36px, 7vw, 110px);
  margin-bottom: clamp(32px, 4vw, 50px);
}

.nbd-v3__diagnostic-intro .nbd-v3__section-title {
  max-width: 900px;
  margin-bottom: 0;
  font-size: clamp(3.05rem, 4.7vw, 5.1rem);
}

.nbd-v3__diagnostic-intro .nbd-v3__lead {
  margin-bottom: 4px;
}

.nbd-v3__diagnostic-showcase {
  position: relative;
  isolation: isolate;
}

.nbd-v3__diagnostic-glow {
  position: absolute;
  inset: -7% 12% 14%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 54% 46%, rgba(19, 173, 166, 0.32), rgba(11, 43, 49, 0.08) 43%, transparent 72%);
  filter: blur(42px);
  opacity: 0.3;
  transform: scale(1);
  transform-origin: 50% 50%;
}

.nbd-v3__diagnostic-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  aspect-ratio: 2752 / 1536;
  border: 1px solid rgba(6, 16, 18, 0.18);
  border-radius: 6px;
  background: #101a2a;
  box-shadow: 0 34px 90px rgba(7, 24, 32, 0.24), 0 8px 22px rgba(7, 24, 32, 0.12);
  transform-origin: 50% 58%;
}

.nbd-v3__diagnostic-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nbd-v3__diagnostic-sheen {
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -34%;
  width: 24%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), rgba(98, 233, 223, 0.16), transparent);
  opacity: 0;
  transform: skewX(-16deg);
  mix-blend-mode: screen;
}

.nbd-v3__diagnostic-beacon {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(236, 255, 249, 0.9);
  border-radius: 50%;
  background: #62e9c5;
  box-shadow: 0 0 0 0 rgba(98, 233, 197, 0.32), 0 0 24px rgba(98, 233, 197, 0.9);
  opacity: 0;
  transform: scale(0.35);
}

.nbd-v3__diagnostic-beacon--one { top: 40%; left: 35%; }
.nbd-v3__diagnostic-beacon--two { top: 29%; left: 61%; }
.nbd-v3__diagnostic-beacon--three { top: 61%; left: 65%; }
.nbd-v3__diagnostic-beacon--four { top: 76%; left: 40%; }

.nbd-v3__diagnostic-verdict {
  display: grid;
  grid-template-columns: minmax(270px, 0.8fr) minmax(300px, 1.1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 58px);
  padding: 30px 0 2px;
  border-bottom: 1px solid rgba(6, 16, 18, 0.14);
}

.nbd-v3__diagnostic-verdict span {
  display: block;
  margin-bottom: 7px;
  color: var(--teal-2);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nbd-v3__diagnostic-verdict h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.3vw, 2.55rem);
  font-weight: 500;
  line-height: 1.05;
}

.nbd-v3__diagnostic-verdict p {
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.62;
}

.nbd-v3__diagnostic-verdict .nbd-v3__button {
  white-space: nowrap;
}

.nbd-v3__diagnostic-signals {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid rgba(6, 16, 18, 0.12);
  border-bottom: 1px solid rgba(6, 16, 18, 0.12);
}

.nbd-v3__diagnostic-signals > div {
  display: grid;
  min-width: 0;
  gap: 8px;
  padding: 22px 20px;
  border-right: 1px solid rgba(6, 16, 18, 0.12);
}

.nbd-v3__diagnostic-signals > div:last-child {
  border-right: 0;
}

.nbd-v3__diagnostic-signals span {
  color: var(--teal-2);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.nbd-v3__diagnostic-signals strong {
  color: rgba(6, 16, 18, 0.82);
  font-size: 0.88rem;
  line-height: 1.25;
}

.nbd-v3.is-enhanced .nbd-v3__diagnostic-showcase[data-reveal] {
  transform: translateY(42px) scale(0.975);
  transition: opacity 780ms ease, transform 920ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nbd-v3.is-enhanced .nbd-v3__diagnostic-showcase[data-reveal].is-visible {
  transform: translateY(0) scale(1);
}

.nbd-v3.is-enhanced .nbd-v3__diagnostic-showcase:not(.is-visible) .nbd-v3__diagnostic-glow {
  opacity: 0;
  transform: scale(0.82);
}

.nbd-v3.is-enhanced .nbd-v3__diagnostic-showcase.is-visible .nbd-v3__diagnostic-glow {
  transition: opacity 1100ms ease 160ms, transform 1200ms cubic-bezier(0.16, 1, 0.3, 1) 160ms;
}

.nbd-v3.is-enhanced .nbd-v3__diagnostic-showcase.is-visible .nbd-v3__diagnostic-sheen {
  animation: nbdDiagnosticSheen 1500ms linear 700ms 1 both;
}

.nbd-v3.is-enhanced .nbd-v3__diagnostic-showcase.is-visible .nbd-v3__diagnostic-beacon {
  opacity: 1;
  transform: scale(1);
  transition: opacity 420ms ease, transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
  animation: nbdDiagnosticBeacon 3.4s ease-in-out 1.5s infinite;
}

.nbd-v3.is-enhanced .nbd-v3__diagnostic-showcase.is-visible .nbd-v3__diagnostic-beacon--two { transition-delay: 120ms; animation-delay: 2.1s; }
.nbd-v3.is-enhanced .nbd-v3__diagnostic-showcase.is-visible .nbd-v3__diagnostic-beacon--three { transition-delay: 240ms; animation-delay: 2.7s; }
.nbd-v3.is-enhanced .nbd-v3__diagnostic-showcase.is-visible .nbd-v3__diagnostic-beacon--four { transition-delay: 360ms; animation-delay: 3.3s; }

.nbd-v3.is-enhanced .nbd-v3__diagnostic-signals[data-reveal] > div {
  opacity: 0;
  transform: translateY(14px);
}

.nbd-v3.is-enhanced .nbd-v3__diagnostic-signals[data-reveal].is-visible > div {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nbd-v3.is-enhanced .nbd-v3__diagnostic-signals.is-visible > div:nth-child(2) { transition-delay: 70ms; }
.nbd-v3.is-enhanced .nbd-v3__diagnostic-signals.is-visible > div:nth-child(3) { transition-delay: 140ms; }
.nbd-v3.is-enhanced .nbd-v3__diagnostic-signals.is-visible > div:nth-child(4) { transition-delay: 210ms; }
.nbd-v3.is-enhanced .nbd-v3__diagnostic-signals.is-visible > div:nth-child(5) { transition-delay: 280ms; }

.nbd-v3__services-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 54px;
}

.nbd-v3__services-head .nbd-v3__lead {
  max-width: 430px;
}

.nbd-v3__services {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 16px;
}

.nbd-v3__service {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 22px;
  border: 1px solid rgba(244, 241, 232, 0.12);
  border-radius: 24px;
  background: #0b1719;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  isolation: isolate;
  transition: transform 260ms ease, border-color 260ms ease;
}

.nbd-v3__service:nth-child(even) {
  margin-top: 44px;
}

.nbd-v3__service::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(5, 14, 16, 0.05) 0%, rgba(5, 14, 16, 0.52) 56%, #061012 100%);
  content: "";
}

.nbd-v3__service img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 500ms ease, opacity 260ms ease;
}

.nbd-v3__service:hover {
  border-color: rgba(98, 233, 223, 0.38);
  transform: translateY(-8px);
}

.nbd-v3__service:hover img {
  opacity: 0.86;
  transform: scale(1.045);
}

.nbd-v3__service-index {
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.nbd-v3__service h3 {
  position: absolute;
  right: 22px;
  bottom: 84px;
  left: 22px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  font-weight: 500;
  line-height: 1.02;
}

.nbd-v3__service p {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  margin: 0;
  color: rgba(244, 241, 232, 0.72);
  font-size: 0.9rem;
  line-height: 1.5;
}

.nbd-v3__services-shell {
  width: min(calc(100% - 72px), 1500px);
}

.nbd-v3__service-showcase {
  position: relative;
}

.nbd-v3__service-tabs > br,
.nbd-v3__service-stage > br,
.nbd-v3__service-panel > br,
.nbd-v3__service-detail > br {
  display: none !important;
}

.nbd-v3__service-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(244, 241, 232, 0.16);
  border-bottom: 1px solid rgba(244, 241, 232, 0.16);
}

.nbd-v3__service-tabs button {
  position: relative;
  display: grid;
  min-height: 86px;
  align-content: center;
  gap: 7px;
  padding: 14px 20px;
  border: 0;
  border-right: 1px solid rgba(244, 241, 232, 0.12);
  color: rgba(244, 241, 232, 0.58);
  background: transparent;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
  transform-origin: 50% 50%;
  transition: color 220ms ease, background 220ms ease, transform 120ms ease;
}

.nbd-v3__service-tabs button:last-child {
  border-right: 0;
}

.nbd-v3__service-tabs button::after {
  position: absolute;
  right: 20px;
  bottom: -1px;
  left: 20px;
  height: 2px;
  background: var(--teal);
  box-shadow: 0 0 18px rgba(98, 233, 223, 0.7);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nbd-v3__service-tabs button span {
  color: var(--teal);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.nbd-v3__service-tabs button:hover,
.nbd-v3__service-tabs button:focus-visible,
.nbd-v3__service-tabs button[aria-selected="true"] {
  color: #fff8ec;
  background: rgba(98, 233, 223, 0.055);
}

.nbd-v3__service-tabs button[aria-selected="true"]::after {
  transform: scaleX(1);
}

.nbd-v3__service-tabs button:active {
  transform: scale(0.97);
}

.nbd-v3__service-stage {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 232, 0.15);
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background:
    radial-gradient(circle at 24% 50%, rgba(98, 233, 223, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(8, 24, 27, 0.98), rgba(3, 13, 15, 0.98));
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.32);
  isolation: isolate;
}

.nbd-v3__service-stage::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(98, 233, 223, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 233, 223, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  mask-image: radial-gradient(circle at 35% 50%, #000, transparent 78%);
}

.nbd-v3__service-stage::after {
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -24%;
  z-index: 4;
  width: 18%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), rgba(98, 233, 223, 0.12), transparent);
  content: "";
  opacity: 0;
  transform: skewX(-16deg);
  mix-blend-mode: screen;
}

.nbd-v3__service-stage.is-swapping::after {
  animation: nbdServiceSweep 760ms linear 1 both;
}

.nbd-v3__service-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.55fr);
  align-items: center;
  gap: clamp(30px, 4vw, 66px);
  padding: clamp(24px, 3vw, 42px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.982);
  transform-origin: 50% 52%;
  transition: opacity 280ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nbd-v3__service-panel.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.nbd-v3__service-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1500 / 837;
  border: 1px solid rgba(244, 241, 232, 0.14);
  border-radius: 4px;
  background: #071214;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.nbd-v3__service-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 34%, rgba(98, 233, 223, 0.05));
  content: "";
}

.nbd-v3__service-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.025);
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 360ms ease;
}

.nbd-v3__service-panel.is-active .nbd-v3__service-media img {
  transform: scale(1);
}

.nbd-v3__service-number {
  display: block;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nbd-v3__service-detail h3 {
  max-width: 480px;
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 3.5vw, 4.3rem);
  font-weight: 500;
  line-height: 0.96;
}

.nbd-v3__service-detail > p {
  margin: 0 0 24px;
  color: rgba(244, 241, 232, 0.72);
  font-size: 1rem;
  line-height: 1.66;
}

.nbd-v3__service-detail ul {
  display: grid;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.nbd-v3__service-detail li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(244, 241, 232, 0.82);
  font-size: 0.83rem;
  font-weight: 750;
}

.nbd-v3__service-detail li::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 14px rgba(98, 233, 223, 0.56);
  content: "";
}

.nbd-v3__service-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 18px;
  padding: 0 20px;
  border: 1px solid rgba(98, 233, 223, 0.34);
  border-radius: 4px;
  color: #ecfffb;
  background: rgba(98, 233, 223, 0.08);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.nbd-v3__service-link:hover,
.nbd-v3__service-link:focus-visible {
  color: var(--ink);
  background: var(--teal);
  transform: translateY(-2px);
}

@keyframes nbdServiceSweep {
  0% { opacity: 0; transform: translateX(0) skewX(-16deg); }
  22%, 68% { opacity: 0.34; }
  100% { opacity: 0; transform: translateX(820%) skewX(-16deg); }
}

.nbd-v3__local {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.nbd-v3__local::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(6, 16, 18, 0.96), rgba(6, 16, 18, 0.78), rgba(6, 16, 18, 0.98)),
    var(--local-background) center/cover no-repeat;
  content: "";
}

.nbd-v3__local-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(36px, 6vw, 84px);
}

.nbd-v3__map {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(98, 233, 223, 0.18);
  border-radius: 30px;
  background: rgba(3, 12, 14, 0.48);
  box-shadow: var(--shadow);
}

.nbd-v3__map img {
  width: 100%;
  border-radius: 20px;
}

.nbd-v3__pin {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(244, 241, 232, 0.88);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nbd-v3__pin::before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 7px rgba(98, 233, 223, 0.12), 0 0 24px rgba(98, 233, 223, 0.78);
  content: "";
}

.nbd-v3__pin--reno { top: 23%; left: 27%; }
.nbd-v3__pin--tahoe { top: 50%; left: 15%; }
.nbd-v3__pin--carson { top: 55%; left: 45%; }
.nbd-v3__pin--gardnerville { top: 71%; left: 39%; }
.nbd-v3__pin--minden { top: 64%; left: 55%; }
.nbd-v3__pin--valley { top: 79%; left: 55%; }

.nbd-v3__local-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.nbd-v3__metric {
  padding: 20px;
  border: 1px solid rgba(244, 241, 232, 0.1);
  border-radius: 18px;
  background: rgba(244, 241, 232, 0.045);
}

.nbd-v3__metric span {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nbd-v3__metric strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.nbd-v3__local::before {
  background:
    radial-gradient(circle at 24% 42%, rgba(98, 233, 223, 0.11), transparent 30%),
    linear-gradient(180deg, rgba(2, 12, 13, 0.95), rgba(5, 25, 27, 0.96), rgba(2, 12, 13, 0.98)),
    var(--local-background) center/cover no-repeat;
  background-blend-mode: screen, normal, luminosity;
}

.nbd-v3__local-shell {
  width: min(calc(100% - 72px), 1500px);
}

.nbd-v3__local-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  align-items: end;
  gap: clamp(46px, 8vw, 132px);
  margin-bottom: clamp(40px, 5vw, 64px);
}

.nbd-v3__local-head .nbd-v3__section-title {
  max-width: 960px;
  margin-bottom: 0;
  font-size: clamp(3.2rem, 5vw, 5.8rem);
}

.nbd-v3__local-head .nbd-v3__lead {
  margin-bottom: 4px;
}

.nbd-v3__local-stage > br,
.nbd-v3__local-map-media > br,
.nbd-v3__local-intelligence > br,
.nbd-v3__local-signals > br,
.nbd-v3__local-markets > br {
  display: none !important;
}

.nbd-v3__local-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(500px, 0.75fr);
  overflow: hidden;
  border: 1px solid rgba(244, 241, 232, 0.15);
  border-radius: 6px;
  background: rgba(2, 13, 15, 0.88);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.38);
}

.nbd-v3__local-map-media {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(18px, 2.5vw, 36px);
  border-right: 1px solid rgba(244, 241, 232, 0.13);
  background:
    radial-gradient(circle at 50% 50%, rgba(98, 233, 223, 0.1), transparent 52%),
    rgba(3, 14, 16, 0.5);
}

.nbd-v3__local-map-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1500 / 837;
  object-fit: contain;
  border: 1px solid rgba(98, 233, 223, 0.15);
  border-radius: 4px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.nbd-v3__local-map-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(244, 241, 232, 0.12);
}

.nbd-v3__local-map-status span,
.nbd-v3__local-label {
  color: var(--teal);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nbd-v3__local-map-status strong {
  color: rgba(255, 248, 235, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
}

.nbd-v3__local-intelligence {
  display: grid;
  align-content: center;
  padding: clamp(34px, 4vw, 62px);
}

.nbd-v3__local-intelligence h3 {
  margin: 16px 0 22px;
  color: #fff8eb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 2.8vw, 3.4rem);
  font-weight: 500;
  line-height: 0.98;
}

.nbd-v3__local-intelligence > p {
  margin: 0 0 28px;
  color: rgba(244, 241, 232, 0.7);
  line-height: 1.68;
}

.nbd-v3__local-signals {
  display: grid;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(244, 241, 232, 0.12);
}

.nbd-v3__local-signals > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 3px 12px;
  padding: 15px 0;
  border-top: 1px solid rgba(244, 241, 232, 0.12);
}

.nbd-v3__local-signals span {
  grid-row: 1 / span 2;
  color: var(--teal);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.nbd-v3__local-signals strong {
  color: rgba(255, 248, 235, 0.9);
  font-size: 0.86rem;
}

.nbd-v3__local-signals small {
  color: rgba(244, 241, 232, 0.48);
  font-size: 0.72rem;
}

.nbd-v3__local-intelligence .nbd-v3__service-link {
  width: max-content;
}

.nbd-v3__local-markets {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 32px;
  border-top: 1px solid rgba(244, 241, 232, 0.15);
  border-bottom: 1px solid rgba(244, 241, 232, 0.15);
}

.nbd-v3__local-markets > div {
  display: grid;
  min-width: 0;
  gap: 8px;
  padding: 22px 18px;
  border-right: 1px solid rgba(244, 241, 232, 0.11);
}

.nbd-v3__local-markets > div:last-child {
  border-right: 0;
}

.nbd-v3__local-markets span {
  color: #fff8eb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
}

.nbd-v3__local-markets small {
  color: rgba(98, 233, 223, 0.68);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nbd-v3__portfolio-head {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.42fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  margin-bottom: 64px;
}

.nbd-v3__portfolio-shell {
  width: min(calc(100% - 72px), 1500px);
}

.nbd-v3__portfolio-showcase {
  display: grid;
  gap: 34px;
}

.nbd-v3__portfolio-showcase > br,
.nbd-v3__project > br,
.nbd-v3__project-window > br,
.nbd-v3__browser-bar > br,
.nbd-v3__project-meta > br,
.nbd-v3__project-pair > br,
.nbd-v3__project-row > br,
.nbd-v3__portfolio-cta > br {
  display: none;
}

.nbd-v3__project {
  min-width: 0;
}

.nbd-v3__project-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(6, 16, 18, 0.14);
  border-radius: 6px;
  background: #101c24;
  box-shadow: 0 28px 76px rgba(7, 24, 32, 0.18);
  outline: 0;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.nbd-v3__project-window:hover,
.nbd-v3__project-window:focus-visible {
  border-color: rgba(19, 173, 166, 0.52);
  box-shadow: 0 34px 90px rgba(7, 24, 32, 0.24), 0 0 0 1px rgba(19, 173, 166, 0.14);
  transform: translateY(-4px);
}

.nbd-v3__browser-bar {
  position: relative;
  z-index: 2;
  display: flex;
  height: 46px;
  align-items: center;
  gap: 7px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.48);
  background: #101c24;
}

.nbd-v3__browser-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.nbd-v3__browser-bar span:first-child {
  background: #62e9df;
}

.nbd-v3__browser-bar small {
  position: absolute;
  left: 50%;
  overflow: hidden;
  width: min(48%, 390px);
  padding: 7px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-overflow: ellipsis;
  transform: translateX(-50%);
  white-space: nowrap;
}

.nbd-v3__project-viewport {
  --project-view-height: 360px;
  position: relative;
  overflow: hidden;
  height: var(--project-view-height);
  background: #dce2e3;
}

.nbd-v3__project--feature .nbd-v3__project-viewport {
  --project-view-height: 650px;
}

.nbd-v3__project-viewport::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 18%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(7, 24, 32, 0.12));
  content: "";
}

.nbd-v3__project-viewport img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: transform 11s cubic-bezier(0.2, 0.72, 0.18, 1);
  will-change: transform;
}

.nbd-v3__project-window:hover .nbd-v3__project-viewport img,
.nbd-v3__project-window:focus-visible .nbd-v3__project-viewport img {
  transform: translateY(calc(-100% + var(--project-view-height)));
}

.nbd-v3__project-pair,
.nbd-v3__project-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.nbd-v3__project-row .nbd-v3__project-viewport {
  --project-view-height: 440px;
}

.nbd-v3__project-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.7fr);
  gap: 28px;
  align-items: end;
  padding: 24px 2px 4px;
}

.nbd-v3__project-pair .nbd-v3__project-meta,
.nbd-v3__project-row .nbd-v3__project-meta {
  grid-template-columns: 1fr;
  gap: 10px;
}

.nbd-v3__project-meta span,
.nbd-v3__portfolio-cta span {
  color: var(--teal-2);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nbd-v3__project-meta h3,
.nbd-v3__portfolio-cta h3 {
  margin: 7px 0 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.8vw, 3.15rem);
  font-weight: 500;
  line-height: 0.98;
}

.nbd-v3__project-pair .nbd-v3__project-meta h3,
.nbd-v3__project-row .nbd-v3__project-meta h3 {
  font-size: clamp(1.55rem, 2vw, 2.25rem);
}

.nbd-v3__project-meta p {
  max-width: 580px;
  margin: 0;
  color: rgba(7, 24, 32, 0.68);
  font-size: 0.95rem;
  line-height: 1.65;
}

.nbd-v3__portfolio-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 16px;
  padding: 38px 0 0;
  border-top: 1px solid rgba(6, 16, 18, 0.14);
}

.nbd-v3__portfolio-cta h3 {
  max-width: 780px;
  font-size: clamp(2rem, 3.6vw, 4.15rem);
}

.nbd-v3__standards-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(98, 233, 223, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 233, 223, 0.025) 1px, transparent 1px),
    #071820;
  background-size: 72px 72px;
}

.nbd-v3__standards-section::before {
  position: absolute;
  top: 0;
  right: 8%;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 233, 223, 0.8), transparent);
  content: "";
}

.nbd-v3__standards-shell {
  width: min(calc(100% - 72px), 1500px);
}

.nbd-v3__standards-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(44px, 9vw, 140px);
  align-items: end;
  margin-bottom: 70px;
}

.nbd-v3__standards-head .nbd-v3__section-title {
  max-width: 900px;
  font-size: clamp(3.1rem, 5.7vw, 6.6rem);
  line-height: 0.93;
}

.nbd-v3__standards-head .nbd-v3__lead {
  color: rgba(244, 241, 232, 0.68);
}

.nbd-v3__standards-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(410px, 0.82fr);
  border-top: 1px solid rgba(98, 233, 223, 0.17);
  border-bottom: 1px solid rgba(98, 233, 223, 0.17);
}

.nbd-v3__standards-stage > br,
.nbd-v3__standards-console > br,
.nbd-v3__console-bar > br,
.nbd-v3__console-map > br,
.nbd-v3__console-core > br,
.nbd-v3__console-node > br,
.nbd-v3__console-flow > br,
.nbd-v3__standards-ledger > br,
.nbd-v3__ledger-intro > br,
.nbd-v3__standard > br {
  display: none;
}

.nbd-v3__standards-section p:empty,
.nbd-v3__standard > p,
.nbd-v3__console-map > p,
.nbd-v3__console-node > p,
.nbd-v3__console-core > p {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nbd-v3__standards-console {
  min-width: 0;
  border-right: 1px solid rgba(98, 233, 223, 0.17);
  background: rgba(3, 14, 19, 0.45);
}

.nbd-v3__console-bar {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  border-bottom: 1px solid rgba(98, 233, 223, 0.13);
  color: rgba(244, 241, 232, 0.5);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nbd-v3__console-bar strong {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--teal);
  font-size: 0.65rem;
}

.nbd-v3__console-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 0 rgba(98, 233, 223, 0.5);
  animation: nbdStandardStatus 2.4s ease-out infinite;
}

.nbd-v3__console-map {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(23, 175, 167, 0.12), transparent 35%),
    linear-gradient(rgba(98, 233, 223, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 233, 223, 0.035) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
}

.nbd-v3__console-map::before,
.nbd-v3__console-map::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(98, 233, 223, 0.1);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.nbd-v3__console-map::after {
  width: 270px;
  height: 270px;
  border-style: dashed;
  animation: nbdStandardOrbit 28s linear infinite;
}

.nbd-v3__console-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 218px;
  min-height: 196px;
  align-content: center;
  justify-items: center;
  padding: 28px;
  border: 1px solid rgba(98, 233, 223, 0.48);
  border-radius: 50%;
  background: rgba(7, 31, 38, 0.94);
  box-shadow: 0 0 0 14px rgba(98, 233, 223, 0.035), 0 0 70px rgba(23, 175, 167, 0.18);
  text-align: center;
  transform: translate(-50%, -50%);
}

.nbd-v3__console-core span,
.nbd-v3__console-core small,
.nbd-v3__console-node span,
.nbd-v3__console-node small {
  color: rgba(98, 233, 223, 0.7);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nbd-v3__console-core strong {
  margin: 10px 0;
  color: #fff8eb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.05rem;
  font-weight: 500;
  line-height: 0.94;
}

.nbd-v3__console-core small {
  color: rgba(244, 241, 232, 0.43);
}

.nbd-v3__console-node {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 220px;
  min-height: 116px;
  align-content: center;
  padding: 18px 20px;
  border-left: 2px solid rgba(98, 233, 223, 0.56);
  background: rgba(8, 34, 42, 0.82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
}

.nbd-v3__console-node strong {
  margin: 7px 0;
  color: #fff8eb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.05;
}

.nbd-v3__console-node small {
  color: rgba(244, 241, 232, 0.42);
  letter-spacing: 0.03em;
  text-transform: none;
}

.nbd-v3__console-node--market {
  top: 54px;
  left: 34px;
}

.nbd-v3__console-node--platform {
  top: 54px;
  right: 34px;
}

.nbd-v3__console-node--channels {
  bottom: 54px;
  left: 34px;
}

.nbd-v3__console-node--evidence {
  right: 34px;
  bottom: 54px;
}

.nbd-v3__console-line {
  position: absolute;
  z-index: 1;
  width: 31%;
  height: 1px;
  overflow: hidden;
  background: rgba(98, 233, 223, 0.22);
  transform-origin: center;
}

.nbd-v3__console-line::after {
  position: absolute;
  width: 30%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  content: "";
  animation: nbdStandardSignal 3.4s ease-in-out infinite;
}

.nbd-v3__console-line--one {
  top: 33%;
  left: 24%;
  transform: rotate(28deg);
}

.nbd-v3__console-line--two {
  top: 33%;
  right: 24%;
  transform: rotate(-28deg);
}

.nbd-v3__console-line--three {
  bottom: 33%;
  left: 24%;
  transform: rotate(-28deg);
}

.nbd-v3__console-line--four {
  right: 24%;
  bottom: 33%;
  transform: rotate(28deg);
}

.nbd-v3__console-line--two::after,
.nbd-v3__console-line--four::after {
  animation-delay: -1.7s;
}

.nbd-v3__console-flow {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 0 24px;
  border-top: 1px solid rgba(98, 233, 223, 0.13);
  color: rgba(244, 241, 232, 0.6);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nbd-v3__console-flow i {
  height: 1px;
  background: linear-gradient(90deg, rgba(98, 233, 223, 0.18), rgba(98, 233, 223, 0.8));
}

.nbd-v3__standards-ledger {
  padding-left: clamp(30px, 4vw, 64px);
}

.nbd-v3__ledger-intro {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 24px;
  min-height: 130px;
  align-items: center;
  border-bottom: 1px solid rgba(244, 241, 232, 0.12);
}

.nbd-v3__ledger-intro span {
  grid-column: 1;
  color: var(--teal);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nbd-v3__ledger-intro p {
  grid-column: 2;
  margin: 0;
  color: rgba(244, 241, 232, 0.55);
  font-size: 0.88rem;
  line-height: 1.6;
}

.nbd-v3__standard {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid rgba(244, 241, 232, 0.12);
}

.nbd-v3__standard > span {
  grid-column: 1;
}

.nbd-v3__standard > div {
  grid-column: 2;
  min-width: 0;
}

.nbd-v3__standard:last-child {
  border-bottom: 0;
}

.nbd-v3__standard > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(98, 233, 223, 0.3);
  border-radius: 50%;
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 900;
}

.nbd-v3__standard small {
  color: rgba(98, 233, 223, 0.65);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nbd-v3__standard h3 {
  margin: 5px 0 8px;
  color: #fff8eb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.65vw, 1.7rem);
  font-weight: 500;
  line-height: 1.08;
}

.nbd-v3__standard p {
  max-width: 520px;
  margin: 0;
  color: rgba(244, 241, 232, 0.57);
  font-size: 0.85rem;
  line-height: 1.55;
}

@keyframes nbdStandardStatus {
  70%, 100% { box-shadow: 0 0 0 9px rgba(98, 233, 223, 0); }
}

@keyframes nbdStandardOrbit {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes nbdStandardSignal {
  0% { left: -35%; opacity: 0; }
  20%, 70% { opacity: 1; }
  100% { left: 110%; opacity: 0; }
}

.nbd-v3__process {
  color: var(--ink);
  background: var(--paper);
}

.nbd-v3__process .nbd-v3__lead {
  color: rgba(6, 16, 18, 0.76);
}

.nbd-v3__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.nbd-v3__timeline::before {
  position: absolute;
  top: 38px;
  right: 12%;
  left: 12%;
  height: 2px;
  background: rgba(6, 16, 18, 0.12);
  content: "";
}

.nbd-v3__timeline::after {
  position: absolute;
  top: 38px;
  left: 12%;
  width: var(--timeline-progress, 20%);
  height: 2px;
  background: linear-gradient(90deg, var(--teal-2), var(--teal));
  box-shadow: 0 0 20px rgba(19, 173, 166, 0.3);
  content: "";
  transition: width 980ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nbd-v3__step {
  position: relative;
  z-index: 1;
  min-height: 300px;
  padding: 0 8px;
}

.nbd-v3__step-dot {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(6, 16, 18, 0.14);
  border-radius: 50%;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 12px 40px rgba(6, 16, 18, 0.1);
  font-weight: 950;
  transition: border-color 760ms ease, color 760ms ease, background-color 860ms ease, box-shadow 920ms ease;
}

.nbd-v3__step.is-active .nbd-v3__step-dot {
  border-color: rgba(19, 173, 166, 0.42);
  color: var(--teal-2);
  box-shadow: 0 18px 55px rgba(19, 173, 166, 0.18);
}

.nbd-v3__step h3 {
  margin: 28px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  font-weight: 500;
}

.nbd-v3__step p {
  color: rgba(6, 16, 18, 0.62);
  line-height: 1.62;
}

.nbd-v3__cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #061012;
}

.nbd-v3__cta::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 16, 18, 0.96), rgba(6, 16, 18, 0.72)),
    var(--cta-flow) center/cover no-repeat;
  content: "";
}

.nbd-v3__audit {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.74fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: start;
}

.nbd-v3__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.nbd-v3__benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(244, 241, 232, 0.74);
  font-size: 0.94rem;
}

.nbd-v3__benefit::before {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 18px rgba(98, 233, 223, 0.65);
  content: "";
}

.nbd-v3__form-card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(98, 233, 223, 0.18);
  border-radius: 26px;
  background: rgba(5, 16, 18, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.nbd-v3__field {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.nbd-v3__field label {
  color: rgba(244, 241, 232, 0.68);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nbd-v3__field input,
.nbd-v3__field textarea {
  width: 100%;
  border: 1px solid rgba(244, 241, 232, 0.14);
  border-radius: 14px;
  color: var(--cream);
  background: rgba(244, 241, 232, 0.055);
  font: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nbd-v3__field input {
  min-height: 52px;
  padding: 0 15px;
}

.nbd-v3__field textarea {
  min-height: 104px;
  padding: 14px 15px;
  resize: vertical;
}

.nbd-v3__field input:focus,
.nbd-v3__field textarea:focus {
  border-color: rgba(98, 233, 223, 0.55);
  background: rgba(98, 233, 223, 0.07);
  box-shadow: 0 0 0 4px rgba(98, 233, 223, 0.08);
}

.nbd-v3__form-card .nbd-v3__button {
  width: 100%;
  margin-top: 6px;
}

.nbd-v3__form-note {
  margin: 16px 0 0;
  color: rgba(244, 241, 232, 0.55);
  font-size: 0.86rem;
  line-height: 1.5;
}

.nbd-v3__footer {
  padding: 48px 0;
  border-top: 1px solid rgba(244, 241, 232, 0.1);
  background: #050d0e;
}

.nbd-v3__footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 0.75fr 0.75fr;
  gap: 34px;
}

.nbd-v3__footer h3,
.nbd-v3__footer h4 {
  margin: 0 0 14px;
}

.nbd-v3__footer h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.nbd-v3__footer h4 {
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nbd-v3__footer p,
.nbd-v3__footer a {
  color: rgba(244, 241, 232, 0.62);
  line-height: 1.7;
}

.nbd-v3__footer a {
  display: block;
  margin: 6px 0;
}

.nbd-v3__footer a:hover,
.nbd-v3__footer a:focus-visible {
  color: var(--teal);
}

@keyframes nbdHeroFloat {
  0%,
  100% {
    transform: perspective(1400px) rotateY(-8deg) rotateX(3deg) translate3d(0, 0, 0);
  }

  50% {
    transform: perspective(1400px) rotateY(-6.6deg) rotateX(2.3deg) translate3d(0, -12px, 0);
  }
}

@keyframes nbdHeroFloatMobile {
  0%,
  100% {
    transform: perspective(1000px) rotateY(-4deg) rotateX(2deg) translate3d(0, 0, 0);
  }

  50% {
    transform: perspective(1000px) rotateY(-3.2deg) rotateX(1.5deg) translate3d(0, -8px, 0);
  }
}

@keyframes nbdGridDrift {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 38px 38px, 38px 38px;
  }
}

@keyframes nbdSystemSweep {
  0%,
  18% {
    opacity: 0;
    transform: translateX(-85%);
  }

  38% {
    opacity: 0.64;
  }

  64%,
  100% {
    opacity: 0;
    transform: translateX(85%);
  }
}

@keyframes nbdFlowDraw {
  0% {
    stroke-dashoffset: 42;
    opacity: 0.28;
  }

  35%,
  72% {
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
    opacity: 0.38;
  }
}

@keyframes nbdCorePulse {
  0%,
  100% {
    opacity: 0.36;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes nbdNodeLift {
  0%,
  100% {
    border-color: rgba(244, 241, 232, 0.13);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
    transform: translateY(0);
  }

  50% {
    border-color: rgba(98, 233, 223, 0.38);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.3), 0 0 34px rgba(98, 233, 223, 0.18);
    transform: translateY(-7px);
  }
}

@keyframes nbdLeadFill {
  0%,
  100% {
    transform: scaleX(0.28);
  }

  50% {
    transform: scaleX(1);
  }
}

@keyframes nbdDashboardBars {
  0%,
  100% {
    background: rgba(98, 233, 223, 0.14);
    transform: scaleX(0.38);
  }

  50% {
    background: rgba(98, 233, 223, 0.72);
    transform: scaleX(1);
  }
}

@keyframes nbdAuraBreathe {
  0%,
  100% {
    opacity: 0.56;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.92;
    transform: scale(1.03);
  }
}

@keyframes nbdGlassSweep {
  0%,
  18% {
    opacity: 0;
    transform: translateX(-82%);
  }

  38% {
    opacity: 0.7;
  }

  58%,
  100% {
    opacity: 0;
    transform: translateX(82%);
  }
}

@keyframes nbdTraceFlow {
  0%,
  16% {
    opacity: 0;
    transform: scaleX(0);
  }

  36%,
  58% {
    opacity: 0.9;
    transform: scaleX(1);
  }

  82%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes nbdNodePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(98, 233, 223, 0.32), 0 0 22px rgba(98, 233, 223, 0.78);
    transform: scale(0.92);
  }

  50% {
    box-shadow: 0 0 0 11px rgba(98, 233, 223, 0), 0 0 34px rgba(98, 233, 223, 0.98);
    transform: scale(1);
  }
}

@keyframes nbdChipRise {
  0%,
  18% {
    opacity: 0;
    transform: translateY(12px);
  }

  34%,
  72% {
    opacity: 1;
    transform: translateY(0);
  }

  92%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

@keyframes nbdOrbitPointOne {
  0%,
  100% {
    top: 18%;
    opacity: 0.78;
  }

  50% {
    top: 62%;
    opacity: 1;
  }
}

@keyframes nbdOrbitPointTwo {
  0%,
  100% {
    bottom: 22%;
    opacity: 0.72;
  }

  50% {
    bottom: 58%;
    opacity: 1;
  }
}

@keyframes nbdBeamPulse {
  0%,
  100% {
    opacity: 0.66;
    filter: saturate(0.95);
  }

  50% {
    opacity: 1;
    filter: saturate(1.25);
  }
}

@keyframes nbdSignalLift {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 0 55px rgba(98, 233, 223, 0.16);
  }

  50% {
    transform: translateY(-6px);
    box-shadow: 0 0 70px rgba(98, 233, 223, 0.24);
  }
}

@keyframes nbdThreadScan {
  0%,
  100% {
    opacity: 0.58;
    transform: translateY(-8%);
  }

  50% {
    opacity: 1;
    transform: translateY(8%);
  }
}

@keyframes nbdRailScan {
  0%,
  26% {
    opacity: 0;
    transform: translateX(-86%);
  }

  48% {
    opacity: 0.9;
  }

  68%,
  100% {
    opacity: 0;
    transform: translateX(86%);
  }
}

@keyframes nbdRailProgress {
  0%,
  100% {
    transform: scaleX(0.24);
    opacity: 0.62;
  }

  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes nbdDiagnosticSheen {
  0% {
    opacity: 0;
    transform: translateX(0) skewX(-16deg);
  }

  18%,
  72% {
    opacity: 0.38;
  }

  100% {
    opacity: 0;
    transform: translateX(650%) skewX(-16deg);
  }
}

@keyframes nbdDiagnosticBeacon {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(98, 233, 197, 0.28), 0 0 20px rgba(98, 233, 197, 0.72);
  }

  50% {
    box-shadow: 0 0 0 12px rgba(98, 233, 197, 0), 0 0 30px rgba(98, 233, 197, 0.95);
  }
}

.nbd-v3.is-enhanced [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.nbd-v3.is-enhanced [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .nbd-v3__navlinks {
    display: none;
  }

  .nbd-v3__hero-grid,
  .nbd-v3__diagnostic,
  .nbd-v3__local-grid,
  .nbd-v3__proof,
  .nbd-v3__audit {
    grid-template-columns: 1fr;
  }

  .nbd-v3__hero-grid {
    padding-top: 122px;
    padding-bottom: 96px;
  }

  .nbd-v3__hero-stage {
    min-height: auto;
  }

  .nbd-v3__mockup-wrap {
    right: 0;
    width: min(820px, 100%);
  }

  .nbd-v3__before-after {
    width: min(820px, 100%);
  }

  .nbd-v3__signal {
    width: min(820px, 100%);
  }

  .nbd-v3__location-thread {
    display: none;
  }

  .nbd-v3__transform-rail {
    grid-template-areas:
      "bridge"
      "before"
      "after";
    grid-template-columns: 1fr;
  }

  .nbd-v3__transform-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nbd-v3__rail-panel {
    grid-template-columns: minmax(300px, 0.82fr) 1fr;
  }

  .nbd-v3__rail-media {
    display: grid;
  }

  .nbd-v3__rail-bridge {
    grid-template-columns: 1fr 1.25fr;
  }

  .nbd-v3__rail-bridge ol {
    grid-column: 1 / -1;
  }

  .nbd-v3__rail-bridge::before,
  .nbd-v3__rail-bridge::after {
    display: none;
  }

  .nbd-v3__services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nbd-v3__service:nth-child(even) {
    margin-top: 0;
  }

  .nbd-v3__portfolio {
    grid-template-columns: 1fr 1fr;
  }

  .nbd-v3__portfolio-head,
  .nbd-v3__footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nbd-v3__proof-panel {
    position: relative;
    top: auto;
  }
}

@media (max-width: 980px) {
  .nbd-v3__rail-panel {
    grid-template-columns: 1fr !important;
  }

  .nbd-v3__rail-media {
    min-height: 420px;
    max-height: none;
  }

  .nbd-v3__rail-copy {
    border-left: 0;
    border-top: 1px solid rgba(203, 180, 125, 0.18);
  }
}

@media (max-width: 760px) {
  .nbd-v3__shell {
    width: min(100% - 28px, var(--max));
  }

  .nbd-v3__nav {
    top: 0;
    min-height: 66px;
    padding: 10px 12px;
  }

  .nbd-v3__brand {
    min-width: auto;
  }

  .nbd-v3__brand-logo {
    width: 150px;
  }

  .nbd-v3__mark {
    width: 32px;
    height: 32px;
    font-size: 0.66rem;
  }

  .nbd-v3__brand small {
    font-size: 0.48rem;
    letter-spacing: 0.2em;
  }

  .nbd-v3__navcta {
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.68rem;
    letter-spacing: 0.03em;
  }

  .nbd-v3__hero-grid {
    min-height: auto;
    padding: 96px 0 80px;
  }

  .nbd-v3 h1 {
    font-size: clamp(3.05rem, 14vw, 4.9rem);
  }

  .nbd-v3__section-title {
    font-size: clamp(2.65rem, 13vw, 4.3rem);
  }

  .nbd-v3__actions {
    display: grid;
  }

  .nbd-v3__button {
    width: 100%;
  }

  .nbd-v3__hero-stage {
    min-height: auto;
  }

  .nbd-v3__mockup-wrap {
    top: auto;
    width: 100%;
    transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
    animation-name: nbdHeroFloatMobile;
  }

  .nbd-v3__motion-system {
    min-height: 430px;
  }

  .nbd-v3__system-core {
    width: 148px;
    min-height: 126px;
    padding: 20px 16px;
    border-radius: 22px;
  }

  .nbd-v3__system-core strong {
    font-size: 1.28rem;
  }

  .nbd-v3__system-core small {
    font-size: 0.56rem;
  }

  .nbd-v3__system-node {
    width: 126px;
    padding: 12px;
    border-radius: 15px;
  }

  .nbd-v3__system-node strong {
    font-size: 1rem;
  }

  .nbd-v3__system-node small {
    font-size: 0.56rem;
  }

  .nbd-v3__system-node--site,
  .nbd-v3__system-node--ads {
    left: 16px;
  }

  .nbd-v3__system-node--seo,
  .nbd-v3__system-node--brand {
    right: 16px;
  }

  .nbd-v3__lead-card {
    display: none;
  }

  .nbd-v3__lead-card strong {
    font-size: 0.92rem;
  }

  .nbd-v3__system-dashboard {
    right: 20px;
    left: 20px;
  }

  .nbd-v3__mockup-wrap::before {
    inset: -18px;
    filter: blur(14px);
  }

  .nbd-v3__mockup-orbit,
  .nbd-v3__chip,
  .nbd-v3__trace {
    display: none;
  }

  .nbd-v3__signal {
    right: 0;
    bottom: auto;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .nbd-v3__before-after {
    bottom: auto;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .nbd-v3__ba-card {
    padding: 14px 14px 14px 36px;
    font-size: 0.88rem;
  }

  .nbd-v3__transform-rail {
    display: grid;
    grid-template-areas:
      "bridge"
      "before"
      "after";
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 8px;
    padding: 8px;
  }

  .nbd-v3__rail-panel {
    display: grid;
    grid-template-columns: 1fr !important;
  }

  .nbd-v3__rail-media {
    min-height: 0;
    max-height: none;
    padding: 10px;
  }

  .nbd-v3__rail-panel--before .nbd-v3__rail-media {
    aspect-ratio: 1600 / 2142;
  }

  .nbd-v3__rail-panel--after .nbd-v3__rail-media {
    aspect-ratio: 1;
  }

  .nbd-v3__rail-copy {
    padding: 16px;
  }

  .nbd-v3__rail-copy h3 {
    font-size: 1.15rem;
  }

  .nbd-v3__rail-copy p {
    font-size: 0.86rem;
  }

  .nbd-v3__rail-copy ul {
    gap: 6px;
  }

  .nbd-v3__rail-bridge {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .nbd-v3__rail-bridge ol {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .nbd-v3__rail-bridge strong {
    font-size: 1.25rem;
  }

  .nbd-v3__diagnostic-visual {
    min-height: 470px;
  }

  .nbd-v3__diagnostic-visual .nbd-v3__framed-img {
    width: 100%;
  }

  .nbd-v3__solution-panel {
    width: 88%;
  }

  .nbd-v3__services-head {
    display: block;
  }

  .nbd-v3__services {
    grid-template-columns: 1fr;
  }

  .nbd-v3__service {
    min-height: 360px;
  }

  .nbd-v3__local-panels,
  .nbd-v3__benefits,
  .nbd-v3__footer-grid,
  .nbd-v3__portfolio-head,
  .nbd-v3__portfolio,
  .nbd-v3__trust-list {
    grid-template-columns: 1fr;
  }

  .nbd-v3__pin {
    font-size: 0.58rem;
    letter-spacing: 0.05em;
  }

  .nbd-v3__pin::before {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 5px rgba(98, 233, 223, 0.12), 0 0 18px rgba(98, 233, 223, 0.78);
  }

  .nbd-v3__work,
  .nbd-v3__work--tall {
    min-height: 330px;
  }

  .nbd-v3__timeline {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .nbd-v3__timeline::before,
  .nbd-v3__timeline::after {
    top: 0;
    bottom: 0;
    left: 38px;
    width: 2px;
    height: auto;
  }

  .nbd-v3__timeline::after {
    height: var(--timeline-progress-mobile, 25%);
    transition: height 500ms ease;
  }

  .nbd-v3__step {
    min-height: auto;
    padding: 0 0 34px 96px;
  }

  .nbd-v3__step-dot {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 1120px) {
  .nbd-v3__diagnostic-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nbd-v3__diagnostic-verdict {
    grid-template-columns: 1fr 1fr;
  }

  .nbd-v3__diagnostic-verdict .nbd-v3__button {
    width: max-content;
  }

  .nbd-v3__diagnostic-signals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nbd-v3__diagnostic-signals > div:nth-child(3) {
    border-right: 0;
  }

  .nbd-v3__diagnostic-signals > div:nth-child(n + 4) {
    border-top: 1px solid rgba(6, 16, 18, 0.12);
  }
}

@media (max-width: 760px) {
  .nbd-v3__hidden-leak {
    padding-top: 88px;
  }

  .nbd-v3__diagnostic-intro .nbd-v3__section-title {
    font-size: clamp(2.75rem, 12vw, 4rem);
  }

  .nbd-v3__diagnostic-frame {
    border-radius: 4px;
    box-shadow: 0 20px 54px rgba(7, 24, 32, 0.22);
  }

  .nbd-v3__diagnostic-beacon {
    width: 8px;
    height: 8px;
  }

  .nbd-v3__diagnostic-verdict {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 24px;
  }

  .nbd-v3__diagnostic-verdict .nbd-v3__button {
    width: 100%;
  }

  .nbd-v3__diagnostic-signals {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .nbd-v3__diagnostic-signals > div,
  .nbd-v3__diagnostic-signals > div:nth-child(3) {
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 10px;
    padding: 15px 4px;
    border-top: 1px solid rgba(6, 16, 18, 0.12);
    border-right: 0;
  }

  .nbd-v3__diagnostic-signals > div:first-child {
    border-top: 0;
  }
}

@media (max-width: 1120px) {
  .nbd-v3__services-shell {
    width: min(calc(100% - 44px), 1500px);
  }

  .nbd-v3__service-stage {
    min-height: 920px;
  }

  .nbd-v3__service-panel {
    grid-template-columns: 1fr;
    align-content: center;
  }

  .nbd-v3__service-media {
    max-width: 940px;
  }

  .nbd-v3__service-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
    gap: 0 34px;
    align-items: start;
  }

  .nbd-v3__service-number,
  .nbd-v3__service-detail h3 {
    grid-column: 1;
  }

  .nbd-v3__service-detail > p,
  .nbd-v3__service-detail ul {
    grid-column: 2;
  }

  .nbd-v3__service-detail > p {
    grid-row: 1 / span 2;
  }

  .nbd-v3__service-link {
    grid-column: 1;
    width: max-content;
  }
}

@media (max-width: 760px) {
  .nbd-v3__services-shell {
    width: min(100% - 28px, 1500px);
  }

  .nbd-v3__services-head {
    margin-bottom: 34px;
  }

  .nbd-v3__service-tabs {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .nbd-v3__service-tabs::-webkit-scrollbar {
    display: none;
  }

  .nbd-v3__service-tabs button {
    min-height: 72px;
    flex: 0 0 148px;
    padding: 12px 14px;
  }

  .nbd-v3__service-stage {
    min-height: 810px;
  }

  .nbd-v3__service-panel {
    align-content: start;
    gap: 24px;
    padding: 14px;
  }

  .nbd-v3__service-detail {
    display: block;
  }

  .nbd-v3__service-number {
    margin-bottom: 12px;
  }

  .nbd-v3__service-detail h3 {
    margin-bottom: 16px;
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .nbd-v3__service-detail > p {
    margin-bottom: 18px;
    font-size: 0.94rem;
  }

  .nbd-v3__service-detail ul {
    margin-bottom: 22px;
  }

  .nbd-v3__service-link {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 1120px) {
  .nbd-v3__local-shell {
    width: min(calc(100% - 44px), 1500px);
  }

  .nbd-v3__local-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nbd-v3__local-stage {
    grid-template-columns: 1fr;
  }

  .nbd-v3__local-map-media {
    border-right: 0;
    border-bottom: 1px solid rgba(244, 241, 232, 0.13);
  }

  .nbd-v3__local-intelligence {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
    gap: 0 42px;
  }

  .nbd-v3__local-label,
  .nbd-v3__local-intelligence h3,
  .nbd-v3__local-intelligence .nbd-v3__service-link {
    grid-column: 1;
  }

  .nbd-v3__local-intelligence > p,
  .nbd-v3__local-signals {
    grid-column: 2;
  }

  .nbd-v3__local-intelligence > p {
    grid-row: 1 / span 2;
  }

  .nbd-v3__local-markets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nbd-v3__local-markets > div:nth-child(3) {
    border-right: 0;
  }

  .nbd-v3__local-markets > div:nth-child(n + 4) {
    border-top: 1px solid rgba(244, 241, 232, 0.11);
  }
}

@media (max-width: 760px) {
  .nbd-v3__local-shell {
    width: min(100% - 28px, 1500px);
  }

  .nbd-v3__local-head .nbd-v3__section-title {
    font-size: clamp(2.75rem, 12vw, 4rem);
  }

  .nbd-v3__local-map-media {
    padding: 12px;
  }

  .nbd-v3__local-map-status {
    display: grid;
    gap: 6px;
    margin-top: 14px;
    padding-top: 14px;
  }

  .nbd-v3__local-intelligence {
    display: block;
    padding: 28px 20px;
  }

  .nbd-v3__local-intelligence h3 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .nbd-v3__local-intelligence .nbd-v3__service-link {
    width: 100%;
    justify-content: space-between;
  }

  .nbd-v3__local-markets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nbd-v3__local-markets > div,
  .nbd-v3__local-markets > div:nth-child(3) {
    padding: 18px 12px;
    border-top: 1px solid rgba(244, 241, 232, 0.11);
    border-right: 1px solid rgba(244, 241, 232, 0.11);
  }

  .nbd-v3__local-markets > div:nth-child(odd) {
    border-right: 1px solid rgba(244, 241, 232, 0.11);
  }

  .nbd-v3__local-markets > div:nth-child(even) {
    border-right: 0;
  }

  .nbd-v3__local-markets > div:nth-child(-n + 2) {
    border-top: 0;
  }
}

@media (max-width: 1120px) {
  .nbd-v3__portfolio-shell {
    width: min(calc(100% - 44px), 1500px);
  }

  .nbd-v3__project--feature .nbd-v3__project-viewport {
    --project-view-height: 520px;
  }

  .nbd-v3__project-viewport,
  .nbd-v3__project-row .nbd-v3__project-viewport {
    --project-view-height: 330px;
  }
}

@media (max-width: 760px) {
  .nbd-v3__portfolio-shell {
    width: min(100% - 28px, 1500px);
  }

  .nbd-v3__portfolio-head {
    gap: 20px;
    margin-bottom: 36px;
  }

  .nbd-v3__portfolio-head .nbd-v3__section-title {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .nbd-v3__portfolio-showcase,
  .nbd-v3__project-pair,
  .nbd-v3__project-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .nbd-v3__project--feature .nbd-v3__project-viewport,
  .nbd-v3__project-viewport,
  .nbd-v3__project-row .nbd-v3__project-viewport {
    --project-view-height: 270px;
  }

  .nbd-v3__browser-bar {
    height: 40px;
    padding: 0 12px;
  }

  .nbd-v3__browser-bar small {
    width: 58%;
    padding: 6px 10px;
  }

  .nbd-v3__project-window:hover,
  .nbd-v3__project-window:focus-visible {
    transform: none;
  }

  .nbd-v3__project-window:hover .nbd-v3__project-viewport img,
  .nbd-v3__project-window:focus-visible .nbd-v3__project-viewport img {
    transform: translateY(0);
  }

  .nbd-v3__project-meta {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 18px;
  }

  .nbd-v3__portfolio-cta {
    display: grid;
    gap: 24px;
    padding-top: 30px;
  }
}

@media (max-width: 1120px) {
  .nbd-v3__standards-shell {
    width: min(calc(100% - 44px), 1500px);
  }

  .nbd-v3__standards-head,
  .nbd-v3__standards-stage {
    grid-template-columns: 1fr;
  }

  .nbd-v3__standards-head {
    gap: 24px;
  }

  .nbd-v3__standards-head .nbd-v3__lead {
    max-width: 760px;
  }

  .nbd-v3__standards-console {
    border-right: 0;
  }

  .nbd-v3__standards-ledger {
    padding-left: 0;
    border-top: 1px solid rgba(98, 233, 223, 0.17);
  }

  .nbd-v3__ledger-intro,
  .nbd-v3__standard {
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media (max-width: 760px) {
  .nbd-v3__standards-shell {
    width: min(100% - 28px, 1500px);
  }

  .nbd-v3__standards-head {
    margin-bottom: 40px;
  }

  .nbd-v3__standards-head .nbd-v3__section-title {
    font-size: clamp(2.8rem, 12vw, 4.2rem);
  }

  .nbd-v3__console-bar {
    min-height: 52px;
    padding: 0 14px;
  }

  .nbd-v3__console-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-height: auto;
    padding: 26px 12px;
  }

  .nbd-v3__console-map::before,
  .nbd-v3__console-map::after,
  .nbd-v3__console-line {
    display: none;
  }

  .nbd-v3__console-core {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1 / -1;
    width: 178px;
    min-height: 164px;
    margin: 0 auto 18px;
    padding: 20px;
    transform: none;
  }

  .nbd-v3__console-core strong {
    font-size: 1.7rem;
  }

  .nbd-v3__console-node,
  .nbd-v3__console-node--market,
  .nbd-v3__console-node--platform,
  .nbd-v3__console-node--channels,
  .nbd-v3__console-node--evidence {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    min-height: 124px;
    padding: 15px 12px;
  }

  .nbd-v3__console-node strong {
    font-size: 1rem;
  }

  .nbd-v3__console-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    min-height: 62px;
    padding: 0 10px;
    font-size: 0.54rem;
    text-align: center;
  }

  .nbd-v3__console-flow i {
    display: none;
  }

  .nbd-v3__ledger-intro {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 16px;
  }

  .nbd-v3__standard {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 24px 16px;
  }

  .nbd-v3__standard > span {
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nbd-v3__button:hover .nbd-v3__button-arrows use,
  .nbd-v3__button:focus-visible .nbd-v3__button-arrows use,
  .nbd-v3__button.is-arrow-active .nbd-v3__button-arrows use {
    animation-name: nbd-v3-arrow-color !important;
    animation-duration: 1.15s !important;
    animation-iteration-count: infinite !important;
  }

  .nbd-v3__button:hover .nbd-v3__button-arrows .one,
  .nbd-v3__button:focus-visible .nbd-v3__button-arrows .one,
  .nbd-v3__button.is-arrow-active .nbd-v3__button-arrows .one {
    animation-delay: 0.08s !important;
  }

  .nbd-v3__button:hover .nbd-v3__button-arrows .two,
  .nbd-v3__button:focus-visible .nbd-v3__button-arrows .two,
  .nbd-v3__button.is-arrow-active .nbd-v3__button-arrows .two {
    animation-delay: 0.26s !important;
  }

  .nbd-v3__button:hover .nbd-v3__button-arrows .three,
  .nbd-v3__button:focus-visible .nbd-v3__button-arrows .three,
  .nbd-v3__button.is-arrow-active .nbd-v3__button-arrows .three {
    animation-delay: 0.44s !important;
  }

  .nbd-v3 *,
  .nbd-v3 *::before,
  .nbd-v3 *::after {
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .nbd-v3.is-enhanced [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .nbd-v3__hero-beam,
  .nbd-v3__mockup-wrap,
  .nbd-v3__mockup-wrap::before,
  .nbd-v3__mockup-wrap::after,
  .nbd-v3__mockup-orbit::before,
  .nbd-v3__mockup-orbit::after,
  .nbd-v3__trace,
  .nbd-v3__node,
  .nbd-v3__chip,
  .nbd-v3__signal,
  .nbd-v3__location-thread::before,
  .nbd-v3__loc::before,
  .nbd-v3__transform-rail::after,
  .nbd-v3__rail-media::after {
    animation: none !important;
  }

  .nbd-v3__diagnostic-sheen,
  .nbd-v3__diagnostic-beacon,
  .nbd-v3__service-stage::after {
    animation: none !important;
  }

  .nbd-v3__console-bar i,
  .nbd-v3__console-map::after,
  .nbd-v3__console-line::after {
    animation: none !important;
  }

  .nbd-v3__project-viewport img,
  .nbd-v3__project-window:hover .nbd-v3__project-viewport img,
  .nbd-v3__project-window:focus-visible .nbd-v3__project-viewport img {
    transform: translateY(0) !important;
  }

  .nbd-v3__mockup-wrap {
    transform: perspective(1400px) rotateY(-8deg) rotateX(3deg);
  }

  .nbd-v3__motion-system::before {
    animation: nbdGridDrift 14s linear infinite !important;
  }

  .nbd-v3__motion-system::after {
    animation: nbdSystemSweep 8s cubic-bezier(0.22, 1, 0.36, 1) infinite !important;
  }

  .nbd-v3__flow {
    animation: nbdFlowDraw 5.4s linear infinite !important;
  }

  .nbd-v3__core-ring {
    animation: nbdCorePulse 5.8s ease-in-out infinite !important;
  }

  .nbd-v3__system-node {
    animation: nbdNodeLift 8s ease-in-out infinite !important;
  }

  .nbd-v3__lead-card i::before {
    animation: nbdLeadFill 4.8s ease-in-out infinite !important;
  }

  .nbd-v3__system-dashboard span {
    animation: nbdDashboardBars 6.8s ease-in-out infinite !important;
  }
}

/* Final implementation: keyboard access and the real homepage audit form. */
.nbd-v3__skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border: 2px solid var(--teal);
  border-radius: 4px;
  color: var(--ink) !important;
  background: var(--cream);
  font-family: Raleway, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.nbd-v3__skip-link:focus {
  transform: translateY(0);
}

.nbd-v3__form-card .elementor-widget-shortcode,
.nbd-v3__form-card .elementor-widget-container,
.nbd-v3__form-card .wpforms-container {
  width: 100%;
  margin: 0;
}

.nbd-v3__form-card .wpforms-field {
  width: 100%;
  padding: 0 0 16px;
}

.nbd-v3__form-card .wpforms-field-label {
  display: block;
  margin: 0 0 8px;
  color: rgba(244, 241, 232, 0.82) !important;
  font-family: Raleway, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.nbd-v3__form-card .wpforms-required-label {
  color: var(--teal);
}

.nbd-v3__form-card input[type="text"],
.nbd-v3__form-card input[type="email"],
.nbd-v3__form-card input[type="url"],
.nbd-v3__form-card select,
.nbd-v3__form-card textarea {
  width: 100% !important;
  max-width: none !important;
  min-height: 54px;
  padding: 13px 15px !important;
  border: 1px solid rgba(244, 241, 232, 0.18) !important;
  border-radius: 12px !important;
  color: var(--cream) !important;
  background: rgba(244, 241, 232, 0.06) !important;
  box-shadow: none !important;
  font: inherit !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
  outline: none;
  transition: border-color 260ms ease, box-shadow 260ms ease, background-color 260ms ease;
}

.nbd-v3__form-card textarea {
  min-height: 112px;
  resize: vertical;
}

.nbd-v3__form-card select option {
  color: var(--ink);
  background: var(--paper);
}

.nbd-v3__form-card input:focus,
.nbd-v3__form-card select:focus,
.nbd-v3__form-card textarea:focus {
  border-color: rgba(98, 233, 223, 0.72) !important;
  background: rgba(98, 233, 223, 0.08) !important;
  box-shadow: 0 0 0 4px rgba(98, 233, 223, 0.1) !important;
}

.nbd-v3__form-card .wpforms-error {
  border-color: #ffbf43 !important;
}

.nbd-v3__form-card em.wpforms-error,
.nbd-v3__form-card label.wpforms-error {
  display: block;
  margin-top: 7px;
  color: #ffd16f;
  font-size: 0.88rem;
  line-height: 1.4;
}

.nbd-v3__form-card .wpforms-submit-container {
  margin: 4px 8px 0 !important;
  padding: 0 0 8px !important;
}

.nbd-v3__form-card button[type="submit"].wpforms-submit {
  position: relative;
  display: flex !important;
  width: calc(100% - 8px) !important;
  min-height: 58px !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 64px 0 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: #27b8b3 !important;
  box-shadow: 7px 7px 0 #ffbf43 !important;
  font-family: Raleway, sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  transform: skewX(-12deg);
  transition: transform 720ms ease, box-shadow 720ms ease, background-color 720ms ease !important;
}

.nbd-v3__form-card button[type="submit"].wpforms-submit::after {
  position: absolute;
  top: 50%;
  right: 23px;
  color: #fff;
  content: "›››";
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.18em;
  line-height: 1;
  transform: translateY(-54%) skewX(12deg);
  transition: right 720ms ease, letter-spacing 720ms ease, color 720ms ease;
}

.nbd-v3__form-card button[type="submit"].wpforms-submit:hover,
.nbd-v3__form-card button[type="submit"].wpforms-submit:focus-visible {
  background: #31c8c2 !important;
  box-shadow: 10px 10px 0 #ffbf43 !important;
  transform: translate(-2px, -2px) skewX(-12deg);
}

.nbd-v3__form-card button[type="submit"].wpforms-submit:hover::after,
.nbd-v3__form-card button[type="submit"].wpforms-submit:focus-visible::after {
  right: 18px;
  color: #fff5d8;
  letter-spacing: -0.08em;
}

.nbd-v3__form-card button[type="submit"].wpforms-submit:focus-visible {
  outline: 3px solid var(--cream) !important;
  outline-offset: 5px;
}

.nbd-v3__form-card .wpforms-confirmation-container-full {
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(98, 233, 223, 0.45);
  border-radius: 14px;
  color: var(--cream);
  background: rgba(98, 233, 223, 0.08);
}

.nbd-v3__form-card .wpforms-confirmation-container-full p:last-child {
  margin-bottom: 0;
}

@media (max-width: 520px) {
  .nbd-v3__form-card button[type="submit"].wpforms-submit {
    padding-right: 48px !important;
    padding-left: 16px !important;
    font-size: 0.75rem !important;
  }

  .nbd-v3__form-card button[type="submit"].wpforms-submit::after {
    right: 16px;
    font-size: 1.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nbd-v3__skip-link,
  .nbd-v3__form-card button[type="submit"].wpforms-submit,
  .nbd-v3__form-card button[type="submit"].wpforms-submit::after {
    transition-duration: 0.01ms !important;
  }
}

/* Controlled portfolio preview navigation */
.nbd-v3__project-viewport {
  cursor: ns-resize;
}

.nbd-v3__project-viewport img,
.nbd-v3__project-window:hover .nbd-v3__project-viewport img,
.nbd-v3__project-window:focus-visible .nbd-v3__project-viewport img {
  transform: translate3d(0, var(--project-scroll-y, 0px), 0) !important;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform;
}

.nbd-v3__project-window.is-wheel-scrolling .nbd-v3__project-viewport img {
  transition-duration: 180ms !important;
  transition-timing-function: ease-out !important;
}

.nbd-v3__project-controls {
  position: absolute;
  z-index: 5;
  top: 60px;
  right: 14px;
  display: grid;
  gap: 8px;
}

.nbd-v3__project-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(98, 233, 223, 0.62);
  border-radius: 50%;
  color: #f7fffd;
  background: rgba(6, 16, 18, 0.86);
  box-shadow: 0 10px 26px rgba(6, 16, 18, 0.3);
  font: 800 1.22rem/1 Inter, sans-serif;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.nbd-v3__project-controls button:hover,
.nbd-v3__project-controls button:focus-visible {
  border-color: #62e9df;
  color: #061012;
  background: #62e9df;
  transform: scale(1.05);
}

.nbd-v3__project-controls button:disabled {
  border-color: rgba(244, 241, 232, 0.2);
  opacity: 0.38;
  cursor: default;
  transform: none;
}

@media (max-width: 760px) {
  .nbd-v3__project-controls {
    top: 52px;
    right: 10px;
  }

  .nbd-v3__project-controls button {
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nbd-v3__project-viewport img,
  .nbd-v3__project-window:hover .nbd-v3__project-viewport img,
  .nbd-v3__project-window:focus-visible .nbd-v3__project-viewport img {
    transition-duration: 0.001ms !important;
  }
}

/* Final navigation and footer refinements */
.nbd-v3__navlinks {
  gap: clamp(18px, 2vw, 34px);
  font-family: "Raleway", Inter, sans-serif;
  font-size: clamp(0.96rem, 1vw, 1.08rem);
  font-weight: 700;
  letter-spacing: 0.085em;
}

.nbd-v3__navlinks a {
  position: relative;
  padding: 10px 0;
  transition: color 360ms ease;
}

.nbd-v3__navlinks a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #27b8b3, #ffbf43);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nbd-v3__navlinks a:hover::after,
.nbd-v3__navlinks a:focus-visible::after,
.nbd-v3__navlinks a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.nbd-v3__navlinks a[aria-current="page"] {
  color: #f7fffd;
}

.nbd-v3__nav .nbd-v3__navcta {
  min-height: 50px;
  gap: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  color: #fff !important;
  background: #27b8b3;
  box-shadow: 5px 5px 0 #ffbf43;
  font-family: "Raleway", Inter, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  transform: skewX(-12deg);
}

.nbd-v3__nav .nbd-v3__navcta:hover,
.nbd-v3__nav .nbd-v3__navcta:focus-visible {
  color: #fff !important;
  background: #35c7c1;
  box-shadow: 8px 8px 0 #ffbf43;
  transform: translate(-2px, -2px) skewX(-12deg);
}

.nbd-v3__nav .nbd-v3__navcta .nbd-v3__button-arrows {
  width: 34px;
  margin-left: 10px;
}

.nbd-v3__nav .nbd-v3__navcta .nbd-v3__button-arrows svg {
  width: 34px;
  height: 24px;
}

.nbd-v3__nav .nbd-v3__navcta:hover .nbd-v3__button-arrows,
.nbd-v3__nav .nbd-v3__navcta:focus-visible .nbd-v3__button-arrows {
  width: 42px;
  margin-right: 6px;
}

.nbd-v3__footer-logo {
  width: min(230px, 100%);
  height: auto;
  object-fit: contain;
}

.nbd-v3__footer-page-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px clamp(18px, 2.6vw, 38px);
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid rgba(98, 233, 223, 0.18);
}

.nbd-v3__footer .nbd-v3__footer-page-row a {
  display: inline-flex;
  margin: 0;
  color: rgba(244, 241, 232, 0.74);
  font-family: "Raleway", Inter, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  line-height: 1.35;
  text-transform: uppercase;
  transition: color 260ms ease;
}

@media (max-width: 760px) {
  .nbd-v3__nav .nbd-v3__navcta {
    min-height: 44px;
    padding: 0 12px;
    font-size: 0.68rem;
  }

  .nbd-v3__nav .nbd-v3__navcta .nbd-v3__button-arrows {
    width: 28px;
    margin-left: 7px;
  }

  .nbd-v3__nav .nbd-v3__navcta .nbd-v3__button-arrows svg {
    width: 28px;
    height: 20px;
  }

  .nbd-v3__footer-logo {
    width: 210px;
  }

  .nbd-v3__footer-page-row {
    justify-content: flex-start;
    gap: 13px 22px;
    margin-top: 34px;
    padding-top: 24px;
  }

  .nbd-v3__footer .nbd-v3__footer-page-row a {
    font-size: 0.76rem;
  }
}

/* Browser feedback refinements */
.nbd-v3__button {
  transition:
    transform 480ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 720ms ease,
    background-color 720ms ease,
    color 720ms ease;
}

.nbd-v3__button-arrows {
  transition: width 720ms cubic-bezier(0.22, 1, 0.36, 1), margin-right 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nbd-v3__button-arrows use {
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1), fill 720ms ease;
}

.nbd-v3__button:hover .nbd-v3__button-arrows use,
.nbd-v3__button:focus-visible .nbd-v3__button-arrows use,
.nbd-v3__button.is-arrow-active .nbd-v3__button-arrows use {
  animation-duration: 2.35s;
  animation-timing-function: ease-in-out;
}

.nbd-v3__button:hover .nbd-v3__button-arrows .two,
.nbd-v3__button:focus-visible .nbd-v3__button-arrows .two,
.nbd-v3__button.is-arrow-active .nbd-v3__button-arrows .two {
  animation-delay: 0.36s;
}

.nbd-v3__button:hover .nbd-v3__button-arrows .three,
.nbd-v3__button:focus-visible .nbd-v3__button-arrows .three,
.nbd-v3__button.is-arrow-active .nbd-v3__button-arrows .three {
  animation-delay: 0.72s;
}

.nbd-v3__button--portfolio {
  border-color: #ffbf43;
  background: #ffbf43;
  box-shadow: 6px 6px 0 #27b8b3;
  text-shadow: 0 1px 1px rgba(83, 51, 0, 0.28);
}

.nbd-v3__button--portfolio:hover,
.nbd-v3__button--portfolio:focus-visible {
  background: #ffd16f;
  box-shadow: 9px 9px 0 #27b8b3;
}

.nbd-v3__form-card {
  padding-bottom: clamp(30px, 3.4vw, 42px);
}

.nbd-v3__form-card .nbd-v3__button {
  width: calc(100% - 16px);
  margin: 18px 8px 0;
}

.nbd-v3__form-note {
  position: relative;
  z-index: 2;
  margin: 28px 8px 0;
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
  .nbd-v3__mockup-wrap {
    transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
  }
}

/* Final premium refinement pass */
.nbd-v3 {
  font-size: 17px;
}

.nbd-v3 p,
.nbd-v3 li {
  text-wrap: pretty;
}

.nbd-v3__lead {
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.72;
}

.nbd-v3__hero-copy,
.nbd-v3__transform-intro p,
.nbd-v3__diagnostic-intro p,
.nbd-v3__diagnostic-verdict p,
.nbd-v3__service-detail > p,
.nbd-v3__local-intelligence > p,
.nbd-v3__project-meta p,
.nbd-v3__standard p,
.nbd-v3__step p,
.nbd-v3__footer p,
.nbd-v3__footer a {
  font-size: max(1rem, 16px);
  line-height: 1.72;
}

.nbd-v3__section,
.nbd-v3__transform,
.nbd-v3__hidden-leak {
  position: relative;
}

.nbd-v3__section::after,
.nbd-v3__transform::after,
.nbd-v3__hidden-leak::after {
  position: absolute;
  right: 8%;
  bottom: 0;
  left: 8%;
  z-index: 4;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(98, 233, 223, 0.48), transparent);
  content: "";
}

.nbd-v3__section--light::before,
.nbd-v3__process::before {
  position: absolute;
  inset: 0 0 auto;
  height: 72px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(19, 173, 166, 0.07), transparent);
  content: "";
}

.nbd-v3 .nbd-v3__button--primary {
  min-height: 62px;
  padding-right: 22px;
  padding-left: 25px;
  background: #27b8b3;
  box-shadow: 7px 7px 0 #ffbf43, 0 18px 38px rgba(39, 184, 179, 0.25);
}

.nbd-v3 .nbd-v3__button--primary:hover,
.nbd-v3 .nbd-v3__button--primary:focus-visible {
  box-shadow: 4px 4px 0 #ffbf43, 0 20px 44px rgba(39, 184, 179, 0.32);
}

.nbd-v3__button--portfolio {
  min-height: 58px;
  border-color: #b88618;
  color: #fff;
  background: #96701b;
  box-shadow: 6px 6px 0 #27b8b3;
}

.nbd-v3__hero .nbd-v3__button--primary {
  min-width: 298px;
}

.nbd-v3__motion-system {
  background:
    radial-gradient(circle at 50% 50%, rgba(98, 233, 223, 0.26), transparent 30%),
    radial-gradient(circle at 20% 23%, rgba(203, 180, 125, 0.13), transparent 24%),
    linear-gradient(135deg, rgba(11, 30, 33, 0.98), rgba(3, 11, 13, 0.97) 58%, rgba(11, 38, 40, 0.94));
}

.nbd-v3__system-core {
  width: 210px;
  min-height: 168px;
  border-width: 2px;
  box-shadow: 0 0 72px rgba(98, 233, 223, 0.3), inset 0 0 40px rgba(98, 233, 223, 0.11);
}

.nbd-v3__system-core strong {
  font-size: 1.95rem;
}

.nbd-v3__system-core small,
.nbd-v3__system-node small,
.nbd-v3__lead-card span {
  font-size: 0.74rem;
  line-height: 1.4;
}

.nbd-v3__system-node span {
  font-size: 0.72rem;
}

.nbd-v3__system-node strong {
  font-size: 1.35rem;
}

.nbd-v3__lead-card {
  width: 174px;
  border-color: rgba(98, 233, 223, 0.3);
}

.nbd-v3__lead-card strong {
  font-size: 1.16rem;
}

.nbd-v3__service-tabs button {
  min-height: 94px;
  color: rgba(244, 241, 232, 0.76);
  font-size: 0.94rem;
  line-height: 1.25;
}

.nbd-v3__service-tabs button span {
  font-size: 0.72rem;
}

.nbd-v3__service-tabs button[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(180deg, rgba(98, 233, 223, 0.15), rgba(98, 233, 223, 0.055));
  box-shadow: inset 0 0 0 1px rgba(98, 233, 223, 0.2);
}

.nbd-v3__service-detail li,
.nbd-v3__local-signals strong,
.nbd-v3__local-signals small,
.nbd-v3__local-markets small {
  font-size: 0.9rem;
  line-height: 1.45;
}

.nbd-v3__local-markets span {
  font-size: clamp(1.15rem, 1.4vw, 1.42rem);
}

.nbd-v3__project-meta span {
  font-size: 0.76rem;
  color: #087f79;
}

.nbd-v3__standards-ledger {
  align-self: start;
}

.nbd-v3__standard {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nbd-v3__standard small {
  font-size: 0.7rem;
}

.nbd-v3__standard h3 {
  font-size: clamp(1.22rem, 1.45vw, 1.56rem);
}

.nbd-v3__standard p {
  color: rgba(244, 241, 232, 0.7);
}

.nbd-v3__timeline {
  gap: 24px;
}

.nbd-v3__timeline::before,
.nbd-v3__timeline::after {
  top: 42px;
  height: 3px;
}

.nbd-v3__step-dot {
  width: 84px;
  height: 84px;
  border-width: 2px;
  font-size: 1rem;
}

.nbd-v3__step.is-active .nbd-v3__step-dot {
  color: #043d3a;
  background: #baf5ef;
  box-shadow: 0 16px 45px rgba(19, 173, 166, 0.24), 0 0 0 8px rgba(19, 173, 166, 0.08);
}

.nbd-v3__step p {
  color: rgba(6, 16, 18, 0.72);
}

.nbd-v3__audit-assurance {
  max-width: 650px;
  margin: 22px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--teal);
  color: rgba(244, 241, 232, 0.88);
  background: rgba(98, 233, 223, 0.07);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.6;
}

.nbd-v3__field label {
  color: rgba(244, 241, 232, 0.84);
  font-size: 0.82rem;
}

.nbd-v3__field input,
.nbd-v3__field textarea {
  font-size: 1rem;
}

.nbd-v3__footer {
  padding: 56px 0 50px;
}

.nbd-v3__footer-grid {
  grid-template-columns: 1.2fr 0.8fr 0.72fr 1fr;
  gap: clamp(28px, 4vw, 56px);
}

.nbd-v3__footer-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px !important;
  color: #fff8eb !important;
}

.nbd-v3__footer-brand strong,
.nbd-v3__footer-brand small {
  display: block;
}

.nbd-v3__footer-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

.nbd-v3__footer-brand small {
  margin-top: 4px;
  color: var(--teal);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nbd-v3__footer p,
.nbd-v3__footer a {
  color: rgba(244, 241, 232, 0.74);
}

@media (max-width: 760px) {
  .nbd-v3 {
    font-size: 16px;
  }

  .nbd-v3__shell,
  .nbd-v3__hero .nbd-v3__shell {
    width: min(100% - 28px, var(--max));
  }

  .nbd-v3__lead,
  .nbd-v3__hero-copy,
  .nbd-v3__service-detail > p,
  .nbd-v3__local-intelligence > p,
  .nbd-v3__project-meta p,
  .nbd-v3__standard p,
  .nbd-v3__step p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .nbd-v3__actions,
  .nbd-v3__actions .nbd-v3__button,
  .nbd-v3__hero .nbd-v3__button--primary {
    width: 100%;
    min-width: 0;
  }

  .nbd-v3__motion-system {
    min-height: 470px;
  }

  .nbd-v3__mockup-wrap {
    padding: 7px;
    border-radius: 15px;
    transform: none;
  }

  .nbd-v3__system-core {
    width: 168px;
    min-height: 142px;
    padding: 22px 16px;
  }

  .nbd-v3__system-core strong {
    font-size: 1.6rem;
  }

  .nbd-v3__system-node {
    width: 116px;
    padding: 12px;
  }

  .nbd-v3__system-node strong {
    font-size: 1.05rem;
  }

  .nbd-v3__system-node small,
  .nbd-v3__system-dashboard {
    display: none;
  }

  .nbd-v3__lead-card {
    top: auto;
    right: 14px;
    bottom: 14px;
    width: 148px;
    transform: none;
  }

  .nbd-v3__service-tabs {
    gap: 8px;
    padding: 8px 0 12px;
    scroll-snap-type: x proximity;
  }

  .nbd-v3__service-tabs button {
    min-height: 78px;
    flex-basis: 164px;
    border: 1px solid rgba(244, 241, 232, 0.14);
    border-radius: 6px;
    color: rgba(244, 241, 232, 0.82);
    font-size: 0.94rem;
    scroll-snap-align: start;
  }

  .nbd-v3__service-tabs button[aria-selected="true"] {
    border-color: rgba(98, 233, 223, 0.52);
  }

  .nbd-v3__service-stage {
    min-height: 760px;
  }

  .nbd-v3__local-markets span {
    font-size: 1.18rem;
  }

  .nbd-v3__local-markets small {
    font-size: 0.76rem;
  }

  .nbd-v3__project--feature .nbd-v3__project-viewport,
  .nbd-v3__project-viewport,
  .nbd-v3__project-row .nbd-v3__project-viewport {
    --project-view-height: clamp(280px, 82vw, 340px);
  }

  .nbd-v3__timeline {
    gap: 0;
    margin-top: 46px;
  }

  .nbd-v3__timeline::before,
  .nbd-v3__timeline::after {
    left: 30px;
  }

  .nbd-v3__step {
    padding: 0 0 42px 78px;
  }

  .nbd-v3__step-dot {
    width: 62px;
    height: 62px;
  }

  .nbd-v3__step h3 {
    margin-top: 4px;
  }

  .nbd-v3__benefits {
    grid-template-columns: 1fr;
  }

  .nbd-v3__form-card {
    padding: 22px 18px;
  }

  .nbd-v3__field input {
    min-height: 56px;
  }

  .nbd-v3__footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nbd-v3 *,
  .nbd-v3 *::before,
  .nbd-v3 *::after {
    animation: none !important;
    transition-duration: 0.001ms !important;
  }

  .nbd-v3.is-enhanced [data-reveal],
  .nbd-v3__service-panel.is-active {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Final browser-comment overrides — intentionally last in cascade */
.nbd-v3__button {
  transition:
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 720ms ease,
    background-color 720ms ease,
    color 720ms ease;
}

.nbd-v3__button-arrows,
.nbd-v3__button-arrows use {
  transition-duration: 1050ms;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.nbd-v3__button:hover .nbd-v3__button-arrows use,
.nbd-v3__button:focus-visible .nbd-v3__button-arrows use,
.nbd-v3__button.is-arrow-active .nbd-v3__button-arrows use {
  animation-duration: 2.35s;
  animation-timing-function: ease-in-out;
}

.nbd-v3__button--portfolio,
.nbd-v3__button--portfolio:visited {
  border-color: #ffbf43;
  color: #fff;
  background: #ffbf43;
  box-shadow: 6px 6px 0 #27b8b3;
}

.nbd-v3__button--portfolio:hover,
.nbd-v3__button--portfolio:focus-visible {
  background: #ffd16f;
  box-shadow: 9px 9px 0 #27b8b3;
}

.nbd-v3__form-card {
  padding-bottom: clamp(34px, 3.6vw, 46px);
}

.nbd-v3__form-card .nbd-v3__button {
  width: calc(100% - 20px);
  margin: 20px 10px 0;
}

.nbd-v3__form-note {
  position: relative;
  z-index: 2;
  margin: 0 10px;
  padding-top: 30px;
}

@media (prefers-reduced-motion: reduce) {
  .nbd-v3__button {
    transition: box-shadow 720ms ease, background-color 720ms ease, color 720ms ease !important;
  }

  .nbd-v3__button:hover,
  .nbd-v3__button:focus-visible {
    transform: skewX(-12deg);
  }

  .nbd-v3__button-arrows use {
    animation: none !important;
    transition: fill 720ms ease !important;
  }
}

/* Live typography, standards visual, and footer refinement */
@media (min-width: 1121px) {
  .nbd-v3__hero-grid {
    grid-template-columns: minmax(560px, 0.94fr) minmax(620px, 1.06fr);
    gap: clamp(34px, 4vw, 68px);
  }

  .nbd-v3 h1 {
    max-width: 610px;
    font-size: clamp(4.25rem, 5.15vw, 5.75rem);
    line-height: 0.93;
  }

  .nbd-v3__hero-proof {
    max-width: 610px;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .nbd-v3__hero-proof span {
    flex: 1 1 auto;
    padding: 9px 9px;
    font-size: 0.66rem;
    letter-spacing: 0.045em;
    text-align: center;
    white-space: nowrap;
  }
}

.nbd-v3__services-head .nbd-v3__section-title,
.nbd-v3__local-head .nbd-v3__section-title,
.nbd-v3__portfolio-head .nbd-v3__section-title {
  font-size: clamp(3.15rem, 4.1vw, 4.85rem);
  line-height: 1.01;
}

.nbd-v3__service-detail h3 {
  max-width: 540px;
  font-size: clamp(2.35rem, 2.75vw, 3.3rem);
  line-height: 1.01;
}

.nbd-v3__service-detail h3 .nbd-v3__heading-tail {
  display: block;
  color: inherit;
  font: inherit;
  white-space: nowrap;
}

.nbd-v3__standards-console {
  display: flex;
  flex-direction: column;
}

.nbd-v3__console-map {
  min-height: 520px;
}

.nbd-v3__console-insight > br,
.nbd-v3__insight-copy > br,
.nbd-v3__insight-pulse > br,
.nbd-v3__insight-steps > br {
  display: none !important;
}

.nbd-v3__console-insight {
  position: relative;
  display: grid;
  min-height: 220px;
  flex: 1 1 auto;
  grid-template-columns: minmax(210px, 0.78fr) minmax(250px, 1.22fr);
  gap: 28px 34px;
  align-content: center;
  align-items: end;
  overflow: hidden;
  padding: 30px 28px 28px;
  border-top: 1px solid rgba(98, 233, 223, 0.13);
  background:
    radial-gradient(circle at 78% 25%, rgba(98, 233, 223, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(7, 31, 38, 0.72), rgba(3, 14, 19, 0.25));
}

.nbd-v3__console-insight::after {
  position: absolute;
  top: -80px;
  right: -30px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(98, 233, 223, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(98, 233, 223, 0.025), 0 0 0 78px rgba(98, 233, 223, 0.018);
  content: "";
  pointer-events: none;
}

.nbd-v3__insight-copy {
  position: relative;
  z-index: 1;
}

.nbd-v3__insight-copy span {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nbd-v3__insight-copy strong {
  color: #fff8eb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 1.9vw, 2.05rem);
  font-weight: 500;
  line-height: 1.06;
}

.nbd-v3__insight-pulse {
  position: relative;
  z-index: 1;
  display: flex;
  height: 92px;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 0 8px;
  border-bottom: 1px solid rgba(98, 233, 223, 0.26);
}

.nbd-v3__insight-pulse i {
  width: 7%;
  min-width: 8px;
  height: 34%;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, #62e9df, rgba(19, 173, 166, 0.22));
  box-shadow: 0 0 18px rgba(98, 233, 223, 0.18);
  transform-origin: center bottom;
  animation: nbdInsightPulse 3.8s ease-in-out infinite alternate;
}

.nbd-v3__insight-pulse i:nth-child(2) { height: 58%; animation-delay: -0.4s; }
.nbd-v3__insight-pulse i:nth-child(3) { height: 42%; animation-delay: -0.8s; }
.nbd-v3__insight-pulse i:nth-child(4) { height: 76%; animation-delay: -1.2s; }
.nbd-v3__insight-pulse i:nth-child(5) { height: 92%; animation-delay: -1.6s; }
.nbd-v3__insight-pulse i:nth-child(6) { height: 66%; animation-delay: -2s; }
.nbd-v3__insight-pulse i:nth-child(7) { height: 82%; animation-delay: -2.4s; }
.nbd-v3__insight-pulse i:nth-child(8) { height: 54%; animation-delay: -2.8s; }
.nbd-v3__insight-pulse i:nth-child(9) { height: 72%; animation-delay: -3.2s; }

.nbd-v3__insight-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr auto 1fr auto;
  gap: 12px;
  align-items: center;
  color: rgba(244, 241, 232, 0.7);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nbd-v3__insight-steps span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.nbd-v3__insight-steps b {
  color: var(--teal);
  font-size: 0.58rem;
}

.nbd-v3__insight-steps > i {
  height: 1px;
  background: linear-gradient(90deg, rgba(98, 233, 223, 0.18), rgba(98, 233, 223, 0.72));
}

.nbd-v3__footer-bottom {
  display: flex;
  justify-content: center;
  padding-top: 22px;
  text-align: center;
}

.nbd-v3__footer .nbd-v3__footer-bottom p {
  margin: 0;
  color: rgba(244, 241, 232, 0.56);
  font-family: "Raleway", Inter, sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@keyframes nbdInsightPulse {
  0%, 100% { opacity: 0.55; transform: scaleY(0.62); }
  55% { opacity: 1; transform: scaleY(1); }
}

@media (max-width: 1120px) {
  .nbd-v3__console-map {
    min-height: 560px;
  }

  .nbd-v3__console-insight {
    min-height: 205px;
  }
}

@media (max-width: 760px) {
  .nbd-v3 h1 {
    font-size: clamp(3rem, 12.2vw, 4.05rem);
    line-height: 0.96;
  }

  .nbd-v3__hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nbd-v3__hero-proof span {
    text-align: center;
  }

  .nbd-v3__services-head .nbd-v3__section-title,
  .nbd-v3__local-head .nbd-v3__section-title,
  .nbd-v3__portfolio-head .nbd-v3__section-title {
    font-size: clamp(2.55rem, 10.5vw, 3.45rem);
    line-height: 1.03;
  }

  .nbd-v3__service-detail h3 {
    font-size: clamp(2.1rem, 9.5vw, 2.9rem);
    line-height: 1.04;
  }

  .nbd-v3__console-map {
    min-height: auto;
  }

  .nbd-v3__console-insight {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 16px 24px;
  }

  .nbd-v3__insight-pulse {
    height: 76px;
  }

  .nbd-v3__insight-steps {
    grid-column: 1;
    gap: 7px;
    font-size: 0.56rem;
  }

  .nbd-v3__footer-bottom {
    justify-content: flex-start;
    padding-top: 20px;
    text-align: left;
  }
}

/* Latest browser feedback: editorial alignment and restrained process pacing */
.nbd-v3__hero-content,
.nbd-v3__hero-content h1,
.nbd-v3__hero-content .nbd-v3__hero-copy {
  text-align: left !important;
}

.nbd-v3.is-enhanced .nbd-v3__timeline[data-reveal] {
  transition-duration: 1050ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Keep the approved editorial H1 above the legacy Divi homepage override. */
.home .nbd-v3 h1 {
  max-width: 640px !important;
  color: #fffaf0 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(4.1rem, 6.35vw, 6.55rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 0.9 !important;
  text-align: left !important;
}

@media (min-width: 1121px) {
  .home .nbd-v3 h1 {
    max-width: 610px !important;
    font-size: clamp(4.25rem, 5.15vw, 5.75rem) !important;
    line-height: 0.93 !important;
  }
}

@media (max-width: 760px) {
  .home .nbd-v3 h1 {
    font-size: clamp(3rem, 12.2vw, 4.05rem) !important;
    line-height: 0.96 !important;
  }
}
