/* All-in-One / #features carousel */
#features video.codform-aio-video {
  background: #fbfbfb;
}

.codform-features__header {
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 2rem;
  padding-inline: 0.25rem;
}

@media (min-width: 810px) {
  .codform-features__header {
    margin-bottom: 2.5rem;
  }
}

.codform-features__title {
  margin: 0;
  text-wrap: balance;
  line-height: 1.4;
}

.codform-features__title-accent {
  background-image: linear-gradient(
    90deg,
    #3e86c6,
    #a666aa 24%,
    #ec4492 50%,
    #ee4454 73%,
    #f05427 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.codform-features__desc {
  margin: 0;
  max-width: 640px;
  text-wrap: balance;
  line-height: 1.75;
  font-weight: 450;
}

.codform-features__visual img {
  display: block;
}

/* تبويبات Holo (فيديو / إعلانات / سوشيال / بريد) — مخفية إن عادت من التحويل */
#features.codform-aio-tabs-removed .flex.w-full.items-start.justify-center:has(button) {
  display: none !important;
}
