.nb-cta-band {
  position: relative;
  overflow: hidden;
  padding: 96px 48px;
  text-align: center;
  color: #fff;
  background: var(--nb-ink);
}

@media (max-width: 767.98px) {
  .nb-cta-band {
    padding: 64px 24px;
  }
}

.nb-cta-band--pattern::before {
  position: absolute;
  content: "";
  transform: rotate(-18deg) scale(1.4);
  transform-origin: center;
  pointer-events: none;
  opacity: 0.05;
  background-image: var(--nb-cta-pattern-url, none);
  background-repeat: repeat;
  background-size: 100px auto;
  inset: 0;
}

[dir="rtl"] .nb-cta-band--pattern::before {
  transform: rotate(18deg) scale(1.4);
}

.nb-cta-band__inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
}

.nb-cta-band .nb-eyebrow::before {
  width: 32px;
}

.nb-cta-band__title {
  margin: 0 0 24px;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--nb-font-display);
  font-size: clamp(3rem, 7vw, 88px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.02;
}

.nb-cta-band__title em,
.nb-cta-band__title .nb-em {
  color: var(--nb-amber-500);
  font-weight: inherit;
  font-style: normal;
}

.nb-cta-band__subtitle {
  max-width: 520px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--nb-font-body);
  font-size: var(--nb-fs-body, 16px);
  line-height: 1.6;
}

.nb-cta-band__btn {
  display: inline-flex;
  align-items: center;
  padding: 18px 28px;
  cursor: pointer;
  transition: background var(--nb-dur-std, 200ms) var(--nb-ease-std, cubic-bezier(0.4, 0, 0.2, 1));
  text-decoration: none;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nb-ink);
  border: 0;
  border-radius: 2px;
  background: var(--nb-amber-500);
  font-family: var(--nb-font-body);
  font-size: 13px;
  font-weight: 700;
  gap: 14px;
}

.nb-cta-band__btn:hover,
.nb-cta-band__btn:focus {
  color: var(--nb-ink);
  background: var(--nb-amber-600);
}

.nb-cta-band__btn:active {
  transform: scale(0.985);
}

.nb-cta-band__arrow {
  flex-shrink: 0;
  width: 18px;
  height: 9px;
}
