#fw-section-custom-html-bb198743-01f5-42ef-92c9-ee7e4b50cc0d {

.nbc-hero {
  position: relative;
  isolation: isolate;
  padding: 1.5rem 1.25rem 2.5rem;
  background: linear-gradient(180deg, rgba(5, 2, 26, 0.92), rgba(5, 2, 26, 0.94)),
    url('https://imagedelivery.net/l4m9hY1FQqIndgpNv57tgA/6c203e5a-01a6-4b9e-53a2-4515ee032000/public') center/cover no-repeat;
  color: #eaeaf2;
  overflow: hidden;
}

.nbc-hero__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 0, 255, 0.2), transparent 35%),
    radial-gradient(circle at 80% 10%, rgba(0, 255, 255, 0.18), transparent 30%);
  z-index: 0;
  pointer-events: none;
}

.nbc-hero__scanlines {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    180deg,
    rgba(234, 234, 242, 0.06),
    rgba(234, 234, 242, 0.06) 1px,
    transparent 1px,
    transparent 3px
  );
  opacity: 0.5;
  mix-blend-mode: screen;
  z-index: 1;
  pointer-events: none;
}

.nbc-hero__content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.nbc-hero__header {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.nbc-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: #00ffff;
  margin: 0;
}

.nbc-hero__title {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #eaeaf2;
}

.nbc-hero__subhead {
  margin: 0;
  font-size: 1rem;
  color: #cfd0df;
  max-width: 32rem;
}

.nbc-hero__media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.nbc-hero__video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(5, 2, 26, 0.8);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(0, 255, 255, 0.15);
}

.nbc-hero__video iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.nbc-hero__card {
  background: rgba(10, 8, 30, 0.82);
  border: 1px solid rgba(255, 0, 255, 0.2);
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}

.nbc-hero__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    180deg,
    rgba(234, 234, 242, 0.04),
    rgba(234, 234, 242, 0.04) 1px,
    transparent 1px,
    transparent 4px
  );
  opacity: 0.65;
  pointer-events: none;
}

.nbc-hero__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}

.nbc-hero__list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.98rem;
}

.nbc-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: radial-gradient(circle, #ff00ff 0%, #00ffff 100%);
  box-shadow: 0 0 12px rgba(255, 0, 255, 0.7);
}

.nbc-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff00ff, #00ffff);
  color: #05021a;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0 18px rgba(255, 0, 255, 0.6), 0 0 26px rgba(0, 255, 255, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  z-index: 1;
}

.nbc-hero__cta:hover,
.nbc-hero__cta:focus-visible {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 0 26px rgba(255, 0, 255, 0.8), 0 0 34px rgba(0, 255, 255, 0.6);
}

.nbc-hero__micro {
  margin: 0.6rem 0 0;
  font-size: 0.75rem;
  color: #9ea0b6;
  z-index: 1;
  position: relative;
}

@media (min-width: 640px) {
  .nbc-hero__title {
    font-size: 2.1rem;
  }

  .nbc-hero__subhead {
    font-size: 1.05rem;
  }
}

@media (min-width: 820px) {
  .nbc-hero__content {
    gap: 1.5rem;
  }

  .nbc-hero__media {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
  }

  .nbc-hero__video,
  .nbc-hero__card {
    height: 100%;
  }
}

}
#fw-section-custom-html-bf7bea9c-15b7-4fec-9469-86df1b63a9f7 {

.nbc-signals {
  background: radial-gradient(circle at 20% 20%, rgba(110, 243, 255, 0.08), transparent 35%),
              radial-gradient(circle at 80% 30%, rgba(255, 71, 133, 0.1), transparent 40%),
              #050914;
  color: #f7faff;
  padding: 48px 20px 56px;
  border: 1px solid rgba(110, 243, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.nbc-signals__header {
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}

.nbc-signals__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(110, 243, 255, 0.08);
  color: #6ef3ff;
  border: 1px solid rgba(110, 243, 255, 0.2);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nbc-signals__title {
  margin: 12px 0 0;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 700;
}

.nbc-signals__grid {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.nbc-signals__card {
  background: linear-gradient(135deg, rgba(8, 13, 28, 0.9), rgba(10, 18, 32, 0.95));
  border: 1px solid rgba(110, 243, 255, 0.14);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.nbc-signals .nbc-signals__card .nbc-signals__image-wrapper {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #05021a;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nbc-signals .nbc-signals__card .nbc-signals__image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.nbc-signals__body {
  padding: 18px 18px 16px;
  display: grid;
  gap: 8px;
}

.nbc-signals__card-title {
  font-size: 18px;
  margin: 0;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.nbc-signals__quote {
  margin: 0;
  color: #d5deff;
  line-height: 1.5;
  font-size: 15px;
}

.nbc-signals__disclosure {
  margin: 0;
  color: rgba(247, 250, 255, 0.65);
  font-size: 12px;
}

.nbc-signals__cta-row {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.nbc-signals__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6ef3ff, #ff4785);
  color: #050914;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.01em;
  box-shadow: 0 16px 32px rgba(110, 243, 255, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  min-width: 180px;
}

.nbc-signals__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(255, 71, 133, 0.32);
  filter: brightness(1.04);
}

.nbc-signals__cta:active {
  transform: translateY(0);
}

@media (min-width: 720px) {
  .nbc-signals {
    padding: 56px 28px 64px;
  }

  .nbc-signals__title {
    font-size: 30px;
  }
}

@media (min-width: 980px) {
  .nbc-signals__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nbc-signals .nbc-signals__card .nbc-signals__image-wrapper {
    aspect-ratio: 16 / 9;
  }

  .nbc-signals__title {
    font-size: 32px;
  }
}

}
#fw-section-custom-html-5fa7c924-5d71-4d53-9c1a-00719f224e46 {

.fw-hud {
  background: radial-gradient(circle at 10% 20%, rgba(255, 68, 183, 0.2), transparent 25%),
    radial-gradient(circle at 80% 10%, rgba(0, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #0c0f1a 0%, #081124 50%, #040912 100%);
  color: #e6e8ff;
  border: 1px solid rgba(255, 68, 183, 0.35);
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.14), inset 0 0 20px rgba(255, 68, 183, 0.18);
  border-radius: 18px;
  padding: 1.5rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.fw-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  align-items: center;
}

.fw-visual-frame {
  position: relative;
  border: 1px solid rgba(0, 255, 255, 0.3);
  background: linear-gradient(145deg, rgba(0, 255, 255, 0.04), rgba(255, 68, 183, 0.08));
  border-radius: 14px;
  padding: 0.5rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.fw-visual-frame::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px dashed rgba(255, 68, 183, 0.3);
  border-radius: 12px;
  pointer-events: none;
}

.fw-visual img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.fw-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6cf1ff;
  font-size: 0.85rem;
  margin: 0 0 0.35rem;
}

.fw-title {
  font-size: 1.4rem;
  margin: 0 0 1rem;
  color: #f9f5ff;
}

.fw-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.75rem;
}

.fw-features li {
  background: rgba(8, 17, 36, 0.6);
  border: 1px solid rgba(108, 241, 255, 0.25);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  box-shadow: inset 0 0 10px rgba(0, 255, 255, 0.08);
}

.fw-feature-title {
  display: block;
  font-weight: 700;
  color: #ff58c8;
  margin-bottom: 0.15rem;
}

.fw-feature-copy {
  display: block;
  font-size: 0.95rem;
  color: #d8def0;
}

.fw-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.35rem;
  background: linear-gradient(120deg, #ff4abf, #45f6ff);
  color: #05070f;
  font-weight: 800;
  text-decoration: none;
  border-radius: 999px;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 20px rgba(255, 74, 191, 0.35), 0 10px 25px rgba(69, 246, 255, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.fw-cta:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 14px 28px rgba(255, 74, 191, 0.4), 0 14px 28px rgba(69, 246, 255, 0.32);
}

@media (min-width: 900px) {
  .fw-grid {
    grid-template-columns: 1.05fr 1fr;
    gap: 1.75rem;
  }

  .fw-title {
    font-size: 1.65rem;
  }

  .fw-features {
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
  }

  .fw-features li {
    height: 100%;
  }
}

}
#fw-section-custom-html-63ff4f66-8323-471a-9dc5-afcf5162bd70 {

.fw-hero {
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  color: #e6ecff;
  background: radial-gradient(circle at 10% 20%, rgba(0, 255, 255, 0.08), transparent 30%),
              radial-gradient(circle at 80% 0%, rgba(255, 0, 136, 0.16), transparent 35%),
              linear-gradient(135deg, #0a0b17 0%, #0a0c1f 40%, #070814 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.fw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  align-items: center;
}

.fw-block {
  padding: 12px 4px;
}

.fw-title {
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  margin: 4px 0 12px;
  color: #e8f4ff;
  text-shadow: 0 0 18px rgba(0, 255, 255, 0.4);
}

.fw-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: linear-gradient(120deg, rgba(0, 255, 255, 0.16), rgba(255, 0, 136, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9fd7ff;
}

.fw-copy {
  margin: 10px 0;
  line-height: 1.6;
  color: #c9d5ff;
}

.fw-divider {
  height: 1px;
  margin: 16px 0;
  background: linear-gradient(90deg, rgba(0, 255, 255, 0), rgba(0, 255, 255, 0.4), rgba(255, 0, 136, 0));
}

.fw-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.92rem;
  color: #9fb3ff;
}

.fw-links a {
  color: #9fe0ff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(159, 224, 255, 0.5);
}

.fw-links a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

.fw-panel {
  position: relative;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(0, 255, 255, 0.08), rgba(255, 0, 136, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.fw-glow {
  position: absolute;
  inset: -30% auto auto 20%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(0, 255, 255, 0.3) 0%, rgba(0, 255, 255, 0) 60%);
  filter: blur(18px);
  opacity: 0.7;
  pointer-events: none;
}

.fw-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  color: #0b1022;
  background: linear-gradient(120deg, #a0f8ff, #f857a6);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 255, 255, 0.25);
}

.fw-meter {
  position: relative;
  padding: 14px 14px 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.fw-meter__label {
  font-weight: 700;
  color: #aee6ff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.fw-meter__bar {
  position: relative;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.fw-meter__fill {
  position: absolute;
  inset: 0;
  width: 10%;
  background: linear-gradient(90deg, rgba(0, 255, 255, 0.8), rgba(255, 0, 136, 0.9));
  box-shadow: 0 0 16px rgba(0, 255, 255, 0.45);
}

.fw-meter__note {
  margin: 10px 0 0;
  color: #c3d8ff;
  font-size: 0.95rem;
}

.fw-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px 18px;
  font-weight: 800;
  color: #061022;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: linear-gradient(120deg, #36f5ff, #ff2fbf);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(255, 0, 136, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.fw-cta:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 16px 40px rgba(255, 0, 136, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

@media (max-width: 640px) {
  .fw-hero {
    padding: 22px;
  }

  .fw-title {
    font-size: 1.6rem;
  }
}

}
#fw-section-custom-html-8ff57357-fdc5-4905-9438-bab0b1eb09b2 {

.cta-final {
  position: relative;
  display: grid;
  place-items: center;
  padding: 64px 20px;
  min-height: 360px;
  color: #f8fbff;
  background: linear-gradient(180deg, rgba(8, 10, 21, 0.65) 0%, rgba(4, 6, 14, 0.88) 100%),
    url('https://imagedelivery.net/l4m9hY1FQqIndgpNv57tgA/df4f0e86-6595-40d1-0d9b-538db4229100/public') center/cover no-repeat;
  text-align: center;
}

.cta-final__content {
  max-width: 640px;
  display: grid;
  gap: 16px;
}

.cta-final__headline {
  margin: 0;
  font-size: clamp(24px, 6vw, 42px);
  line-height: 1.2;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.55);
}

.cta-final__subhead {
  margin: 0;
  font-size: clamp(16px, 4vw, 20px);
  color: #d8deea;
}

.cta-final__button {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6ee4ff, #4b8bff);
  color: #070a16;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.01em;
  box-shadow: 0 0 0 0 rgba(110, 228, 255, 0.6), 0 10px 30px rgba(5, 12, 28, 0.6);
  transition: transform 150ms ease, box-shadow 200ms ease, background 200ms ease;
}

.cta-final__button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #82f0ff, #5ca0ff);
  box-shadow: 0 0 12px 4px rgba(130, 240, 255, 0.6), 0 12px 36px rgba(5, 12, 28, 0.7);
}

.cta-final__button:active {
  transform: translateY(0);
}

@media (min-width: 768px) {
  .cta-final {
    padding: 96px 32px;
    min-height: 420px;
  }

  .cta-final__content {
    gap: 20px;
  }
}

}