.section-publishing-ecosystem-01 {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  isolation: isolate;
  margin: 0 24px;
}

.section-publishing-ecosystem-01::before {
  background: linear-gradient(
    140deg,
    color-mix(in srgb, var(--color-primary-dark) calc(var(--ecosystem-overlay-opacity, 0.72) * 100%), transparent) 0%,
    color-mix(in srgb, var(--color-primary) calc((var(--ecosystem-overlay-opacity, 0.72) + 0.08) * 100%), transparent) 55%,
    color-mix(in srgb, var(--color-text-primary) 92%, transparent) 100%
  );
  z-index: -3;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__overlay {
  backdrop-filter: blur(8px);
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--color-secondary) 14%, transparent), transparent 30%),
    radial-gradient(circle at bottom right, color-mix(in srgb, var(--color-primary) 18%, transparent), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  inset: 0;
  position: absolute;
  z-index: -2;
}

.section-publishing-ecosystem-01.section-publishing-ecosystem-01--no-glow .publishing-ecosystem-01__overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__overlay::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  opacity: 0.16;
  position: absolute;
}

.section-publishing-ecosystem-01.section-publishing-ecosystem-01--no-glow .publishing-ecosystem-01__overlay::before {
  opacity: 0.08;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__shape {
  max-width: 520px;
  opacity: 0.68;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__shape img {
  display: block;
  max-width: 100%;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__container {
  position: relative;
  z-index: 1;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__header {
  margin: 0 auto 34px;
  max-width: 960px;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__eyebrow {
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__title {
  margin-bottom: 0;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__title .title-highlight {
  color: var(--color-secondary, #c8f169);
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__description {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--type-body-lg, 17px);
  line-height: 1.76;
  margin: 18px auto 0;
  max-width: 780px;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__wrapper {
  margin: 0;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__item {
  display: flex;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__card {
  --glow-x: 50%;
  --glow-y: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 20px 40px rgba(0, 0, 0, 0.18);
  color: #fff;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 28px 24px 24px;
  position: relative;
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.section-publishing-ecosystem-01.section-publishing-ecosystem-01--no-glass .publishing-ecosystem-01__card {
  backdrop-filter: none;
}

.section-publishing-ecosystem-01:not(.section-publishing-ecosystem-01--no-glass) .publishing-ecosystem-01__card {
  backdrop-filter: blur(16px);
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__card::before {
  background: radial-gradient(circle at var(--glow-x) var(--glow-y), color-mix(in srgb, var(--color-secondary) 16%, transparent), transparent 34%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 220ms ease;
}

.section-publishing-ecosystem-01.section-publishing-ecosystem-01--no-glow .publishing-ecosystem-01__card::before {
  display: none;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__card:hover,
.section-publishing-ecosystem-01 .publishing-ecosystem-01__card:focus-visible {
  border-color: color-mix(in srgb, var(--color-secondary) 28%, transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 26px 54px rgba(0, 0, 0, 0.24);
  transform: translateY(-6px);
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__card:hover::before,
.section-publishing-ecosystem-01 .publishing-ecosystem-01__card:focus-visible::before {
  opacity: 1;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__card:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--color-secondary) 80%, transparent);
  outline-offset: 4px;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__item.is-featured .publishing-ecosystem-01__card,
.section-publishing-ecosystem-01 .publishing-ecosystem-01__item.is-active .publishing-ecosystem-01__card {
  border-color: color-mix(in srgb, var(--color-secondary) 22%, transparent);
  background: rgba(255, 255, 255, 0.08);
}

.section-publishing-ecosystem-01.section-publishing-ecosystem-01--bordered .publishing-ecosystem-01__card {
  background: rgba(12, 31, 40, 0.52);
  border-color: rgba(255, 255, 255, 0.22);
}

.section-publishing-ecosystem-01.section-publishing-ecosystem-01--transparent .publishing-ecosystem-01__card {
  background: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}

.section-publishing-ecosystem-01.section-publishing-ecosystem-01--soft-glow .publishing-ecosystem-01__card {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 26px 55px color-mix(in srgb, var(--color-primary) 14%, transparent);
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__icon {
  align-items: center;
  background: linear-gradient(99deg, var(--color-secondary) 0%, var(--color-primary) 93.92%);
  border-radius: 50%;
  color: var(--color-primary-dark, #092433);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 24px;
  height: 68px;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  width: 68px;
  z-index: 1;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__card:hover .publishing-ecosystem-01__icon i,
.section-publishing-ecosystem-01 .publishing-ecosystem-01__card:focus-visible .publishing-ecosystem-01__icon i {
  transform: rotateY(360deg);
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__icon i {
  transition: transform 900ms ease;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__card-title {
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 14px;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__card-description {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.78;
  margin: 0;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__link {
  align-items: center;
  color: var(--color-secondary, #c8f169);
  display: inline-flex;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
  text-decoration: none;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__link i {
  transition: transform 200ms ease;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__card:hover .publishing-ecosystem-01__link i,
.section-publishing-ecosystem-01 .publishing-ecosystem-01__card:focus-visible .publishing-ecosystem-01__link i {
  transform: translateX(4px);
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__bottom-cta {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-pill);
  display: inline-flex;
  gap: 14px;
  justify-content: center;
  margin: 52px auto 0;
  min-height: 72px;
  padding: 10px 14px 10px 24px;
  text-decoration: none;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__bottom-cta:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--color-secondary) 80%, transparent);
  outline-offset: 4px;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__bottom-cta-text {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__bottom-cta-icon {
  align-items: center;
  background: linear-gradient(99deg, var(--color-secondary) 0%, var(--color-primary) 93.92%);
  border-radius: 50%;
  color: var(--color-primary-dark, #092433);
  display: inline-flex;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__bottom-cta:hover .publishing-ecosystem-01__bottom-cta-icon i,
.section-publishing-ecosystem-01 .publishing-ecosystem-01__bottom-cta:focus-visible .publishing-ecosystem-01__bottom-cta-icon i {
  transform: translateX(3px);
}

.section-publishing-ecosystem-01 .publishing-ecosystem-01__bottom-cta-icon i {
  transition: transform 200ms ease;
}

@media (min-width: 1200px) {
  .section-publishing-ecosystem-01.section-publishing-ecosystem-01--four_column .publishing-ecosystem-01__item {
    width: 25%;
  }

  .section-publishing-ecosystem-01.section-publishing-ecosystem-01--three_column .publishing-ecosystem-01__item {
    width: 33.333333%;
  }

  .section-publishing-ecosystem-01.section-publishing-ecosystem-01--auto_grid .publishing-ecosystem-01__item {
    width: 25%;
  }
}

@media (max-width: 1199.98px) {
  .section-publishing-ecosystem-01 {
    margin: 0 16px;
  }
}

@media (max-width: 767.98px) {
  .section-publishing-ecosystem-01 {
    border-radius: 24px;
    margin: 0 12px;
  }

  .section-publishing-ecosystem-01 .publishing-ecosystem-01__description {
    font-size: 16px;
    line-height: 1.75;
  }

  .section-publishing-ecosystem-01 .publishing-ecosystem-01__card {
    border-radius: 22px;
    padding: 24px 20px 22px;
  }

  .section-publishing-ecosystem-01 .publishing-ecosystem-01__card-title {
    font-size: 22px;
  }

  .section-publishing-ecosystem-01 .publishing-ecosystem-01__bottom-cta {
    border-radius: 24px;
    display: flex;
    padding: 14px 16px;
    width: 100%;
  }

  .section-publishing-ecosystem-01 .publishing-ecosystem-01__bottom-cta-text {
    font-size: 16px;
  }
}
