.oss-cta-band {
  position: relative;
  isolation: isolate;
  padding: 120px 0;
  background: #00ccff;
  color: #0a0a0f;
  text-align: center;
}
.oss-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  margin-inline: calc(50% - 50vw);
  background: #00ccff;
  z-index: -1;
  pointer-events: none;
}
.oss-cta-band__inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.oss-cta-band__title {
  font-family: var(--oss-display);
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 900;
  margin: 0 0 22px;
  color: #0a0a0f;
  max-width: 18ch;
  text-wrap: balance;
}
.oss-cta-band__sub {
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(10, 10, 15, 0.82);
  margin: 0 0 40px;
  max-width: 60ch;
  text-wrap: pretty;
}
.oss-cta-band .oss-btn--dark {
  background: #0a0a0f;
  color: #ffffff;
}
.oss-cta-band .oss-btn--dark:hover {
  transform: translateY(-1px);
  background: #18181f;
}
.oss-cta-band .oss-btn--dark .oss-arrow {
  background: #0a0a0f;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}
.oss-cta-band__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0a0a0f;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.oss-cta-band__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0a0a0f;
}
.oss-cta-band__note {
  font-size: 14px;
  color: rgba(10, 10, 15, 0.62);
  margin: 18px 0 0;
}
.oss-cta-band__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}
.oss-cta-band__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #0a0a0f;
}
.oss-cta-band__trust-check {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #0a0a0f;
  color: var(--oss-cyan);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.oss-cta-band__trust-check svg {
  width: 13px;
  height: 13px;
  display: block;
}
.oss-cta-band__trust-divider {
  width: 1px;
  height: 18px;
  background: rgba(10, 10, 15, 0.25);
}
@media (max-width: 1180px) {
  .oss-cta-band {
    padding: 96px 0;
  }
  .oss-cta-band__inner {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .oss-cta-band__inner {
    padding: 0px;
  }
  .oss-cta-band__sub {
    font-size: 17px;
  }
}
