/* ========================================
   NETBRIDGE AGENCY — HOMEPAGE
   File: assets/css/home.css
======================================== */

/* ========================================
   PAGE BACKGROUND
======================================== */

.nb-home-page {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: var(--nb-white);
  background:
    radial-gradient(circle at 14% 2%, rgba(0, 123, 255, 0.24), transparent 34rem),
    radial-gradient(circle at 88% 0%, rgba(255, 213, 57, 0.13), transparent 30rem),
    radial-gradient(circle at 50% 44%, rgba(0, 123, 255, 0.07), transparent 44rem),
    linear-gradient(180deg, var(--nb-dark) 0%, var(--nb-dark-2) 48%, var(--nb-dark) 100%);
}

.nb-home-page::before,
.nb-home-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.nb-home-page::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.42;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.68), transparent 76%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.68), transparent 76%);
}

.nb-home-page::after {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.052), transparent 38%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
  opacity: 0.52;
}

.nb-home-page > * {
  position: relative;
  z-index: 1;
}

/* ========================================
   HERO
======================================== */

.nb-home-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 88svh;
  overflow: hidden;
  padding: clamp(118px, 11vw, 158px) 0 clamp(48px, 6vw, 78px);
}

.nb-home-hero__glow {
  position: absolute;
  width: 34rem;
  height: 34rem;
  border-radius: var(--nb-radius-pill);
  filter: blur(42px);
  opacity: 0.38;
  pointer-events: none;
}

.nb-home-hero__glow--blue {
  top: 5%;
  left: -13rem;
  background: rgba(0, 123, 255, 0.38);
}

.nb-home-hero__glow--yellow {
  right: -16rem;
  bottom: 0;
  background: rgba(255, 213, 57, 0.22);
}

.nb-home-hero__mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.nb-home-hero__mesh span {
  position: absolute;
  border-radius: var(--nb-radius-pill);
  filter: blur(58px);
  opacity: 0.3;
  animation: nbHeroMeshFloat 12s ease-in-out infinite;
}

.nb-home-hero__mesh span:nth-child(1) {
  top: 16%;
  left: 42%;
  width: 22rem;
  height: 22rem;
  background: rgba(0, 123, 255, 0.3);
}

.nb-home-hero__mesh span:nth-child(2) {
  right: 6%;
  bottom: 14%;
  width: 18rem;
  height: 18rem;
  background: rgba(255, 213, 57, 0.2);
  animation-delay: 1.8s;
}

.nb-home-hero__mesh span:nth-child(3) {
  top: 48%;
  left: 8%;
  width: 16rem;
  height: 16rem;
  background: rgba(255, 255, 255, 0.07);
  animation-delay: 3s;
}

.nb-home-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.72fr);
  align-items: center;
  gap: clamp(30px, 5vw, 68px);
}

.nb-home-hero__copy,
.nb-home-hero__visual {
  min-width: 0;
}

.nb-home-hero__copy h1 {
  max-width: 1040px;
  margin: 16px 0 0;
  color: var(--nb-white);
  font-size: clamp(2.65rem, 5.9vw, 5.85rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.nb-home-hero__text {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.03rem, 1.35vw, 1.2rem);
  line-height: 1.72;
}

.nb-home-hero__proof,
.nb-home-projects__bar,
.nb-home-final-cta__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.nb-home-hero__proof {
  max-width: 760px;
  margin-top: 22px;
}

.nb-home-hero__proof span,
.nb-home-projects__bar span,
.nb-home-final-cta__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--nb-radius-pill);
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.052);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
}

.nb-home-hero__proof span {
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 123, 255, 0.2), transparent 44%),
    rgba(255, 255, 255, 0.052);
  font-size: 0.84rem;
  letter-spacing: 0.015em;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.nb-home-hero__proof span::before,
.nb-home-projects__bar span::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: var(--nb-radius-pill);
  background: var(--nb-yellow);
  box-shadow: 0 0 18px rgba(255, 213, 57, 0.55);
}

.nb-home-projects__bar span::before {
  width: 6px;
  height: 6px;
  opacity: 0.9;
  box-shadow: none;
}

.nb-home-hero__note {
  display: none;
}

.nb-home-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

/* ========================================
   HERO VISUAL SYSTEM
======================================== */

.nb-home-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 530px;
  isolation: isolate;
}

.nb-hero-system {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1;
  isolation: isolate;
  transform: translateZ(0);
}

.nb-hero-system::before {
  content: "";
  position: absolute;
  inset: 9%;
  z-index: -4;
  border-radius: var(--nb-radius-pill);
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 123, 255, 0.23), transparent 48%),
    radial-gradient(circle at 50% 50%, rgba(255, 213, 57, 0.15), transparent 64%);
  filter: blur(18px);
  animation: nbHeroCoreGlow 5.5s ease-in-out infinite;
}

.nb-hero-system::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  border-radius: var(--nb-radius-pill);
  background:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.58;
  mask-image: radial-gradient(circle, black 0 48%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle, black 0 48%, transparent 72%);
  animation: nbHeroGridRotate 28s linear infinite;
}

.nb-hero-system__halo {
  position: absolute;
  inset: 7%;
  z-index: -3;
  border-radius: var(--nb-radius-pill);
  background:
    conic-gradient(
      from 120deg,
      transparent,
      rgba(0, 123, 255, 0.4),
      transparent,
      rgba(255, 213, 57, 0.32),
      transparent
    );
  opacity: 0.68;
  animation: nbHeroRotate 18s linear infinite;
}

.nb-hero-system__bridge {
  position: absolute;
  left: 50%;
  z-index: -1;
  height: 34%;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  pointer-events: none;
  transform: translateX(-50%);
  transform-origin: center bottom;
}

.nb-hero-system__bridge--one {
  top: 15%;
  width: 78%;
  border-top: 15px solid rgba(255, 213, 57, 0.22);
  filter:
    drop-shadow(0 0 18px rgba(255, 213, 57, 0.16))
    drop-shadow(0 14px 30px rgba(255, 213, 57, 0.08));
  opacity: 0.84;
  animation: nbHeroBridgeFloat 7s ease-in-out infinite;
}

.nb-hero-system__bridge--two {
  top: 23%;
  width: 62%;
  border-top: 13px solid rgba(0, 123, 255, 0.25);
  filter:
    drop-shadow(0 0 18px rgba(0, 123, 255, 0.18))
    drop-shadow(0 14px 30px rgba(0, 123, 255, 0.08));
  opacity: 0.76;
  animation: nbHeroBridgeFloat 7s ease-in-out infinite reverse;
}

.nb-hero-system__ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--nb-radius-pill);
  box-shadow:
    inset 0 0 40px rgba(255, 255, 255, 0.025),
    0 0 44px rgba(0, 123, 255, 0.055);
}

.nb-hero-system__ring--one {
  inset: 8%;
  animation: nbHeroRotate 26s linear infinite reverse;
}

.nb-hero-system__ring--two {
  inset: 20%;
  border-color: rgba(0, 123, 255, 0.26);
  animation: nbHeroRotate 22s linear infinite;
}

.nb-hero-system__ring--three {
  inset: 32%;
  border-color: rgba(255, 213, 57, 0.24);
  animation: nbHeroPulseRing 3.2s ease-in-out infinite;
}

.nb-hero-system__core {
  position: absolute;
  inset: 32%;
  z-index: 5;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 34px;
  background:
    radial-gradient(circle at 28% 0%, rgba(255, 255, 255, 0.15), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(5, 9, 18, 0.78);
  box-shadow:
    0 30px 82px rgba(0, 0, 0, 0.4),
    0 0 48px rgba(0, 123, 255, 0.17),
    0 0 34px rgba(255, 213, 57, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.nb-hero-system__core::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  background:
    radial-gradient(circle at 26% 18%, rgba(0, 123, 255, 0.17), transparent 46%),
    radial-gradient(circle at 78% 28%, rgba(255, 213, 57, 0.15), transparent 42%);
  pointer-events: none;
}

.nb-hero-system__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: min(72%, 124px);
  max-width: 124px;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 16px 30px rgba(0, 123, 255, 0.28))
    drop-shadow(0 10px 24px rgba(255, 213, 57, 0.14));
  transform: translateZ(0);
}

.nb-hero-system__logo--text {
  display: grid;
  place-items: center;
  width: min(72%, 124px);
  aspect-ratio: 1;
  border-radius: 28px;
  color: #03111f;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.5), transparent 42%),
    linear-gradient(135deg, var(--nb-blue), var(--nb-yellow));
  box-shadow:
    0 18px 46px rgba(0, 123, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.06em;
}

.nb-hero-system__orbit {
  position: absolute;
  inset: 0;
  animation: nbHeroRotate 32s linear infinite;
}

.nb-hero-system__node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--nb-radius-pill);
  color: rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.04)),
    rgba(5, 9, 18, 0.74);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-size: 0.78rem;
  font-weight: 820;
  white-space: nowrap;
  animation: nbHeroCounterRotate 32s linear infinite;
}

.nb-hero-system__node::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: var(--nb-radius-pill);
  background: var(--nb-yellow);
  box-shadow: 0 0 18px rgba(255, 213, 57, 0.55);
}

.nb-hero-system__node--1 {
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.nb-hero-system__node--2 {
  top: 25%;
  right: 2%;
}

.nb-hero-system__node--3 {
  right: 8%;
  bottom: 18%;
}

.nb-hero-system__node--4 {
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}

.nb-hero-system__node--5 {
  bottom: 20%;
  left: 3%;
}

.nb-hero-system__node--6 {
  top: 25%;
  left: 0;
}

.nb-hero-system__line {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 42%;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(255, 213, 57, 0.44), transparent);
  opacity: 0.48;
}

.nb-hero-system__line--one {
  transform: rotate(18deg);
}

.nb-hero-system__line--two {
  transform: rotate(142deg);
}

.nb-hero-system__line--three {
  transform: rotate(262deg);
}

.nb-hero-system__signal {
  position: absolute;
  z-index: 6;
  width: 10px;
  height: 10px;
  border-radius: var(--nb-radius-pill);
  background: var(--nb-yellow);
  box-shadow:
    0 0 18px rgba(255, 213, 57, 0.76),
    0 0 34px rgba(255, 213, 57, 0.3);
  animation: nbHeroSignal 4.6s ease-in-out infinite;
}

.nb-hero-system__signal--one {
  top: 14%;
  left: 50%;
}

.nb-hero-system__signal--two {
  right: 14%;
  bottom: 30%;
  background: var(--nb-blue);
  box-shadow:
    0 0 18px rgba(0, 123, 255, 0.76),
    0 0 34px rgba(0, 123, 255, 0.3);
  animation-delay: 1.4s;
}

.nb-hero-system__signal--three {
  bottom: 18%;
  left: 22%;
  animation-delay: 2.8s;
}

.nb-hero-floating {
  position: absolute;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--nb-radius-pill);
  color: rgba(255, 255, 255, 0.86);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(5, 9, 18, 0.76);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font-size: 0.84rem;
  font-weight: 820;
  white-space: nowrap;
  animation: nbHeroChipFloat 5.4s ease-in-out infinite;
}

.nb-hero-floating::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: var(--nb-radius-pill);
  background: var(--nb-blue);
  box-shadow: 0 0 18px rgba(0, 123, 255, 0.58);
}

.nb-hero-floating--one {
  top: 74px;
  left: -12px;
}

.nb-hero-floating--two {
  right: -10px;
  bottom: 126px;
  animation-delay: 0.5s;
}

.nb-hero-floating--two::before {
  background: var(--nb-yellow);
  box-shadow: 0 0 18px rgba(255, 213, 57, 0.58);
}

.nb-hero-floating--three {
  left: 48px;
  bottom: 54px;
  animation-delay: 1s;
}

/* ========================================
   SECTION BASE
======================================== */

.nb-home-page .nb-section {
  position: relative;
}

.nb-section--services,
.nb-section--projects,
.nb-section--cta {
  padding-top: clamp(56px, 7vw, 92px);
}

.nb-section--cta {
  padding-bottom: clamp(68px, 8vw, 108px);
}

.nb-home-page .nb-section-head h2 {
  margin: 12px 0 0;
  color: var(--nb-white);
  font-size: clamp(1.95rem, 4.1vw, 3.95rem);
  line-height: 1.04;
  letter-spacing: -0.044em;
  text-wrap: balance;
}

.nb-home-page .nb-section-head p:not(.nb-kicker):not(.nb-eyebrow):not(.nb-section-eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.nb-home-page .nb-section-head--split {
  gap: clamp(22px, 4vw, 46px);
}

.nb-home-page .nb-section-head--split > p,
.nb-home-page .nb-section-head--split .nb-home-projects__intro {
  justify-self: end;
}

/* ========================================
   SERVICES
======================================== */

.nb-section--services .nb-section-head {
  margin-bottom: clamp(26px, 4vw, 42px);
}

.nb-home-page .nb-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: stretch;
}

.nb-home-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
}

.nb-home-service-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 123, 255, 0.22), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(255, 213, 57, 0.13), transparent 30%);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--nb-transition);
}

.nb-home-service-card > * {
  position: relative;
  z-index: 1;
}

.nb-home-service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.nb-home-service-card .nb-service-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
}

.nb-home-service-card .nb-service-card__icon svg {
  width: 23px;
  height: 23px;
}

.nb-home-service-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(0, 123, 255, 0.32);
  border-radius: var(--nb-radius-pill);
  color: rgba(255, 255, 255, 0.76);
  background: rgba(0, 123, 255, 0.1);
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nb-home-service-card h3 {
  margin-top: 0;
  font-size: clamp(1.42rem, 2vw, 2.08rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.nb-home-service-card p {
  font-size: clamp(0.96rem, 1.05vw, 1.04rem);
  line-height: 1.62;
}

.nb-home-service-card__ideal {
  margin: 18px 0 0;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.86rem;
  line-height: 1.56;
}

.nb-home-service-card__ideal span {
  display: block;
  margin-bottom: 5px;
  color: var(--nb-yellow);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nb-home-service-card .nb-service-card__list {
  gap: 8px;
  margin-top: 18px;
}

.nb-home-service-card .nb-service-card__list li {
  min-height: 30px;
  padding: 0 10px;
  font-size: 0.76rem;
}

.nb-home-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding-top: 24px;
  color: var(--nb-yellow);
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
}

.nb-home-service-card__link span {
  transition: transform var(--nb-transition);
}

.nb-home-services__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

/* ========================================
   PROJECTS
======================================== */

.nb-home-projects__intro {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.nb-home-projects__intro p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.nb-home-projects__bar {
  margin: 0 0 24px;
}

.nb-home-projects__bar span {
  background:
    radial-gradient(circle at 16% 0%, rgba(0, 123, 255, 0.17), transparent 42%),
    rgba(255, 255, 255, 0.045);
  font-size: 0.8rem;
}

.nb-home-projects-grid {
  align-items: stretch;
}

.nb-home-projects-grid .nb-project-card {
  min-height: 100%;
}

.nb-project-card--home .nb-project-card__title {
  font-size: clamp(1.24rem, 1.45vw, 1.48rem);
  line-height: 1.18;
}

.nb-project-card--home .nb-project-card__excerpt {
  margin-top: 13px;
}

.nb-project-card--home .nb-project-card__services {
  margin-top: 15px;
  line-height: 1.52;
}

.nb-project-card--home .nb-project-card__link {
  padding-top: 20px;
}

/* ========================================
   PROJECTS EMPTY
======================================== */

.nb-home-projects-empty {
  position: relative;
  max-width: 780px;
  padding: clamp(26px, 5vw, 48px);
  overflow: hidden;
  border: 1px solid var(--nb-border);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 123, 255, 0.2), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(255, 213, 57, 0.11), transparent 30%),
    rgba(255, 255, 255, 0.052);
  box-shadow:
    var(--nb-shadow-soft),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nb-home-projects-empty::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 210px;
  height: 210px;
  border-radius: var(--nb-radius-pill);
  background: rgba(0, 123, 255, 0.18);
  filter: blur(42px);
  pointer-events: none;
}

.nb-home-projects-empty > * {
  position: relative;
  z-index: 1;
}

.nb-home-projects-empty h3 {
  margin: 14px 0 0;
  color: var(--nb-white);
  font-size: clamp(1.55rem, 3.1vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.nb-home-projects-empty p:not(.nb-kicker) {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.nb-home-projects-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* ========================================
   FINAL CTA
======================================== */

.nb-home-final-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.nb-home-final-cta::before,
.nb-home-final-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  border-radius: var(--nb-radius-pill);
  filter: blur(58px);
}

.nb-home-final-cta::before {
  top: -150px;
  right: -125px;
  background: rgba(255, 213, 57, 0.22);
}

.nb-home-final-cta::after {
  left: -135px;
  bottom: -160px;
  background: rgba(0, 123, 255, 0.28);
}

.nb-home-final-cta__text {
  max-width: 760px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1.28vw, 1.12rem);
  line-height: 1.72;
}

.nb-home-final-cta__chips {
  justify-content: center;
  max-width: 860px;
  margin: 24px auto 0;
}

.nb-home-final-cta__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 960px;
  margin: 28px auto 0;
}

.nb-home-final-cta__step {
  display: flex;
  gap: 13px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nb-home-final-cta__step > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 15px;
  color: #03111f;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.45), transparent 42%),
    linear-gradient(135deg, var(--nb-blue), var(--nb-yellow));
  box-shadow:
    0 14px 32px rgba(0, 123, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font-size: 0.76rem;
  font-weight: 950;
}

.nb-home-final-cta__step strong {
  display: block;
  color: var(--nb-white);
  font-size: 0.94rem;
  line-height: 1.2;
  letter-spacing: -0.018em;
}

.nb-home-final-cta__step p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.52;
}

/* ========================================
   INTERACTIONS
======================================== */

@media (hover: hover) and (pointer: fine) {
  .nb-home-service-card:hover::before {
    opacity: 1;
  }

  .nb-home-service-card__link:hover span {
    transform: translateX(4px);
  }

  .nb-hero-system__node,
  .nb-hero-floating {
    transition:
      border-color var(--nb-transition),
      box-shadow var(--nb-transition),
      background-color var(--nb-transition);
  }

  .nb-hero-system__node:hover,
  .nb-hero-floating:hover {
    border-color: rgba(255, 213, 57, 0.28);
    box-shadow:
      0 28px 68px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.13);
  }
}

/* ========================================
   ANIMATIONS
======================================== */

@keyframes nbHeroMeshFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(18px, -22px, 0) scale(1.08);
  }
}

@keyframes nbHeroChipFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes nbHeroRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes nbHeroCounterRotate {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes nbHeroGridRotate {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes nbHeroPulseRing {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(1);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.035);
  }
}

@keyframes nbHeroCoreGlow {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(1);
  }

  50% {
    opacity: 0.92;
    transform: scale(1.045);
  }
}

@keyframes nbHeroBridgeFloat {
  0%,
  100% {
    opacity: 0.74;
    transform: translateX(-50%) translateY(0) scale(1);
  }

  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-7px) scale(1.025);
  }
}

@keyframes nbHeroSignal {
  0%,
  100% {
    opacity: 0.32;
    transform: scale(0.75);
  }

  45%,
  55% {
    opacity: 1;
    transform: scale(1.18);
  }
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1180px) {
  .nb-home-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nb-home-hero__visual {
    width: min(100%, 680px);
    min-height: 510px;
    margin-inline: auto;
  }

  .nb-hero-system {
    margin-inline: auto;
  }

  .nb-home-page .nb-section-head--split {
    grid-template-columns: minmax(0, 1fr);
  }

  .nb-home-page .nb-section-head--split > p,
  .nb-home-page .nb-section-head--split .nb-home-projects__intro {
    justify-self: start;
  }
}

@media (max-width: 860px) {
  .nb-home-hero__copy h1,
  .nb-home-page .nb-section-head h2 {
    letter-spacing: -0.044em;
  }

  .nb-home-final-cta__steps {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .nb-home-page .nb-services-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nb-home-hero__actions,
  .nb-home-services__actions,
  .nb-home-projects-empty__actions {
    flex-direction: column;
  }

  .nb-home-hero__actions .nb-btn,
  .nb-home-hero__actions .nb-button,
  .nb-home-services__actions .nb-btn,
  .nb-home-services__actions .nb-button,
  .nb-home-projects-empty__actions .nb-btn,
  .nb-home-projects-empty__actions .nb-button {
    width: 100%;
  }

  .nb-home-hero__visual {
    min-height: 460px;
  }

  .nb-hero-system {
    width: min(100%, 450px);
  }

  .nb-hero-floating--two {
    right: 4px;
  }
}

@media (max-width: 560px) {
  .nb-home-page::before {
    background-size: 54px 54px;
    opacity: 0.38;
  }

  .nb-home-page::after {
    opacity: 0.42;
  }

  .nb-home-hero {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 40px;
  }

  .nb-home-hero__glow {
    width: 24rem;
    height: 24rem;
    opacity: 0.3;
    filter: blur(38px);
  }

  .nb-home-hero__copy h1 {
    font-size: clamp(2.28rem, 11.2vw, 3.72rem);
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .nb-home-hero__text {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.66;
  }

  .nb-home-hero__proof {
    gap: 8px;
    margin-top: 18px;
  }

  .nb-home-hero__proof span,
  .nb-home-projects__bar span,
  .nb-home-final-cta__chips span {
    min-height: 32px;
    padding: 0 11px;
    font-size: 0.76rem;
  }

  .nb-home-hero__actions {
    margin-top: 24px;
  }

  .nb-home-hero__visual {
    min-height: 340px;
    padding-top: 10px;
  }

  .nb-home-hero__mesh span {
    filter: blur(46px);
    opacity: 0.24;
  }

  .nb-hero-system {
    width: min(100%, 330px);
  }

  .nb-hero-system::after {
    background-size: 26px 26px;
    opacity: 0.44;
  }

  .nb-hero-system__bridge--one {
    top: 16%;
    width: 80%;
    border-top-width: 11px;
  }

  .nb-hero-system__bridge--two {
    top: 24%;
    width: 64%;
    border-top-width: 10px;
  }

  .nb-hero-system__core {
    inset: 31%;
    border-radius: 26px;
  }

  .nb-hero-system__logo,
  .nb-hero-system__logo--text {
    width: min(74%, 92px);
    max-width: 92px;
  }

  .nb-hero-system__node {
    min-height: 31px;
    padding: 0 10px;
    font-size: 0.66rem;
  }

  .nb-hero-system__node::before {
    width: 6px;
    height: 6px;
    margin-right: 7px;
  }

  .nb-hero-system__line {
    width: 39%;
  }

  .nb-hero-system__signal {
    width: 8px;
    height: 8px;
  }

  .nb-hero-floating {
    display: none;
  }

  .nb-home-page .nb-section {
    padding-top: 54px;
  }

  .nb-home-page .nb-section-head h2 {
    font-size: clamp(1.82rem, 8.8vw, 2.92rem);
    line-height: 1.06;
    letter-spacing: -0.036em;
  }

  .nb-home-service-card {
    padding: 22px;
  }

  .nb-home-service-card__top {
    margin-bottom: 18px;
  }

  .nb-home-service-card .nb-service-card__icon {
    width: 44px;
    height: 44px;
  }

  .nb-home-service-card__label {
    max-width: 58%;
    padding-top: 7px;
    padding-bottom: 7px;
    white-space: normal;
    line-height: 1.15;
  }

  .nb-home-service-card h3 {
    font-size: clamp(1.3rem, 7vw, 1.82rem);
  }

  .nb-home-service-card p {
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .nb-home-service-card__ideal {
    padding: 11px 12px;
    border-radius: 16px;
    font-size: 0.8rem;
  }

  .nb-home-projects__bar {
    gap: 8px;
    margin-bottom: 20px;
  }

  .nb-section--cta {
    padding-bottom: 72px;
  }

  .nb-home-final-cta__text {
    margin-inline: 0;
  }

  .nb-home-final-cta__chips {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .nb-home-final-cta__steps {
    margin-top: 22px;
  }

  .nb-home-final-cta__step {
    padding: 14px;
    border-radius: 20px;
  }
}

@media (max-width: 380px) {
  .nb-home-hero__copy h1 {
    font-size: clamp(2.08rem, 11vw, 3.25rem);
  }

  .nb-hero-system {
    width: min(100%, 304px);
  }

  .nb-hero-system__node {
    font-size: 0.62rem;
  }

  .nb-hero-system__logo,
  .nb-hero-system__logo--text {
    max-width: 82px;
  }

  .nb-home-service-card__top {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .nb-home-service-card__label {
    max-width: 100%;
    justify-self: end;
  }
}

/* ========================================
   MOTION ACCESSIBILITY
======================================== */

@media (prefers-reduced-motion: reduce) {
  .nb-home-page *,
  .nb-home-page *::before,
  .nb-home-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}