.csc-promo-slider {
  position: relative;
  width: 100%;
  height: 175px;
  min-height: 175px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #101827;
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.16),
    0 2px 8px rgba(15, 23, 42, 0.08);
  isolation: isolate;
}

.csc-promo-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.csc-promo-slide {
  position: absolute;
  inset: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  color: #ffffff;
  text-decoration: none;
  transition:
    opacity 0.55s ease,
    visibility 0.55s ease;
}

.csc-promo-slide.active {
  z-index: 2;
  visibility: visible;
  opacity: 1;
}

.csc-promo-slide:hover,
.csc-promo-slide:focus {
  color: #ffffff;
  text-decoration: none;
}

.csc-promo-slide::before,
.csc-promo-slide::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.csc-promo-slide::before {
  top: -95px;
  right: -85px;
  width: 230px;
  height: 230px;
  background: rgba(255, 255, 255, 0.1);
}

.csc-promo-slide::after {
  right: -25px;
  bottom: -85px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.06);
}

.csc-promo-slide-members {
  background:
    linear-gradient(160deg, #14254f 0%, #243f83 52%, #3659aa 100%);
}

.csc-promo-slide-search {
  background:
    linear-gradient(160deg, #12372f 0%, #1d604e 52%, #25866a 100%);
}

.csc-promo-slide-youtube {
  background:
    linear-gradient(160deg, #621518 0%, #a51820 52%, #d52932 100%);
}

.csc-promo-slide-cameras {
  background:
    linear-gradient(160deg, #183c52 0%, #23617e 52%, #2d85a8 100%);
}

.csc-promo-slide-volunteer {
  background:
    linear-gradient(160deg, #4b245f 0%, #713985 52%, #9651a7 100%);
}

.csc-promo-slide-evidence {
  background:
    linear-gradient(160deg, #3b2a18 0%, #6d4d25 52%, #9a7135 100%);
}

.csc-promo-slide-ai-documents {
  background:
    linear-gradient(160deg, #18334f 0%, #285d87 52%, #3e8fbd 100%);
}

.csc-promo-slide-flyer {
  background:
    linear-gradient(160deg, #4a2d15 0%, #875326 52%, #bd7a36 100%);
}

.csc-promo-slide-forums {
  background:
    linear-gradient(160deg, #252153 0%, #49428e 52%, #6c65c5 100%);
}

.csc-promo-slide-articles {
  background:
    linear-gradient(160deg, #173d46 0%, #276b77 52%, #3899a6 100%);
}

.csc-promo-slide-blog {
  background:
    linear-gradient(160deg, #4d1933 0%, #84305a 52%, #b74b7f 100%);
}

.csc-promo-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to bottom,
      rgba(6, 12, 24, 0.12) 0%,
      rgba(6, 12, 24, 0.02) 46%,
      rgba(6, 12, 24, 0.2) 100%
    );
  pointer-events: none;
}

.csc-promo-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  grid-template-rows: auto 1fr;
  column-gap: 10px;
  width: 100%;
  height: 100%;
  padding: 16px 16px 28px;
}

.csc-promo-heading {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
}

.csc-promo-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.csc-promo-title {
  display: block;
  max-width: 100%;
  color: #ffffff;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.csc-promo-visual {
  position: relative;
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 65px;
  min-height: 0;
  margin: 0;
  opacity: 0.94;
}

.csc-promo-visual svg {
  display: block;
  width: 100%;
  max-height: 65px;
  overflow: visible;
  fill: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 7px 12px rgba(0, 0, 0, 0.18));
}

.csc-promo-visual .csc-visual-ring {
  fill: rgba(255, 255, 255, 0.04);
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 2;
}

.csc-promo-visual .csc-play-icon {
  fill: #ffffff;
  stroke: none;
}

.csc-promo-button {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #172033;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  box-shadow:
    0 5px 14px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.csc-promo-button span {
  margin-left: 12px;
  font-size: 1rem;
  line-height: 1;
}

.csc-promo-slide:hover .csc-promo-button,
.csc-promo-slide:focus-visible .csc-promo-button {
  background: #ffffff;
  box-shadow:
    0 7px 20px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.csc-promo-arrow {
  position: absolute;
  top: 54%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: rgba(9, 17, 31, 0.42);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  backdrop-filter: blur(5px);
  transform: translateY(-50%);
  transition:
    opacity 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.csc-promo-slider:hover .csc-promo-arrow,
.csc-promo-arrow:focus-visible {
  opacity: 1;
}

.csc-promo-arrow:hover,
.csc-promo-arrow:focus-visible {
  background: rgba(9, 17, 31, 0.76);
  outline: none;
}

.csc-promo-prev {
  left: 8px;
}

.csc-promo-next {
  right: 8px;
}

.csc-promo-dots {
  position: absolute;
  right: 0;
  bottom: 9px;
  left: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  pointer-events: none;
}

.csc-promo-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  pointer-events: auto;
  transition:
    width 0.25s ease,
    background-color 0.25s ease,
    opacity 0.25s ease;
}

.csc-promo-dot:hover,
.csc-promo-dot:focus-visible {
  background: rgba(255, 255, 255, 0.75);
  outline: none;
}

.csc-promo-dot.active {
  width: 22px;
  background: #ffffff;
}

@media (min-width: 1200px) {
  .csc-promo-slider {
    height: 170px;
    min-height: 170px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .csc-promo-slider {
    height: 165px;
    min-height: 165px;
  }

  .csc-promo-content {
    grid-template-columns: minmax(0, 1fr) 64px;
    column-gap: 8px;
    padding: 14px 14px 27px;
  }

  .csc-promo-title {
    font-size: clamp(0.94rem, 1.8vw, 1.12rem);
  }

  .csc-promo-visual {
    width: 64px;
    height: 58px;
  }

  .csc-promo-visual svg {
    max-height: 58px;
  }

  .csc-promo-button {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 0.69rem;
  }
}

@media (max-width: 767px) {
  .csc-promo-slider {
    height: 190px;
    min-height: 190px;
    border-radius: 12px;
  }

  .csc-promo-content {
    grid-template-columns: minmax(0, 1fr) 90px;
    column-gap: 14px;
    padding: 17px 18px 29px;
  }

  .csc-promo-title {
    font-size: clamp(1.12rem, 4.5vw, 1.42rem);
  }

  .csc-promo-visual {
    width: 90px;
    height: 78px;
  }

  .csc-promo-visual svg {
    max-height: 78px;
  }

  .csc-promo-button {
    min-height: 40px;
    padding: 10px 12px;
    font-size: 0.78rem;
  }

  .csc-promo-arrow {
    width: 28px;
    height: 36px;
    opacity: 0.78;
  }
}

@media (max-width: 420px) {
  .csc-promo-slider {
    height: 180px;
    min-height: 180px;
  }

  .csc-promo-content {
    grid-template-columns: minmax(0, 1fr) 72px;
    column-gap: 9px;
    padding: 15px 15px 28px;
  }

  .csc-promo-title {
    font-size: 1.1rem;
  }

  .csc-promo-visual {
    width: 72px;
    height: 64px;
  }

  .csc-promo-visual svg {
    max-height: 64px;
  }

  .csc-promo-button {
    min-height: 37px;
    padding: 8px 10px;
    font-size: 0.7rem;
  }
}

@media (hover: none) {
  .csc-promo-arrow {
    opacity: 0.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .csc-promo-slide,
  .csc-promo-arrow,
  .csc-promo-dot,
  .csc-promo-button {
    transition: none;
  }
}