.drupal-support-cta-box {
  padding: 60px;
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 91, 255, 0.26),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(0, 91, 255, 0.18),
      transparent 26%
    ),
    linear-gradient(135deg, #020b25 0%, #061d49 50%, #020b25 100%);
  box-shadow: 0 24px 60px rgba(3, 21, 55, 0.28);
}

.drupal-support-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(46, 139, 255, 0.25) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
  opacity: 0.22;
  pointer-events: none;
}

.drupal-support-content,
.drupal-support-visual,
.drupal-support-list,
.drupal-support-proof {
  position: relative;
  z-index: 2;
}

.drupal-support-kicker {
  color: #ff6a00;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.drupal-support-kicker span {
  width: 54px;
  height: 2px;
  display: block;
  background: currentColor;
}

.drupal-support-kicker i {
  font-size: 30px;
}

.drupal-support-content h2 {
  color: #ffffff;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.drupal-support-title-line {
  width: 116px;
  height: 6px;
  border-radius: 50rem;
  background: #1687ff;
}

.drupal-support-content p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.55;
}

.drupal-support-primary,
.drupal-support-outline {
  min-height: 76px;
  padding: 0 32px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.drupal-support-primary {
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 16px 34px rgba(255, 90, 0, 0.28);
}

.drupal-support-outline {
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: transparent;
}

.drupal-support-primary i,
.drupal-support-outline i {
  font-size: 28px;
}

.drupal-support-mini {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

.drupal-support-mini > div {
  padding-right: 28px;
  border-right: 1px solid rgba(75, 143, 255, 0.35);
}

.drupal-support-mini > div:last-child {
  border-right: 0;
}

.drupal-support-mini i {
  color: #2e8bff;
  font-size: 28px;
}

.drupal-support-visual {
  max-width: 620px;
}

.drupal-support-list-item {
  min-height: 76px;
  padding: 14px 20px;
  border: 1px solid rgba(75, 143, 255, 0.3);
  background: rgba(5, 31, 80, 0.55);
}

.support-list-icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 25px;
}

.drupal-support-list-item h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.drupal-support-list-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.3;
}

.bg-blue {
  background: linear-gradient(135deg, #0d6efd, #0046d9);
}

.bg-green {
  background: linear-gradient(135deg, #4caf28, #146c2e);
}

.bg-orange {
  background: linear-gradient(135deg, #ff7a00, #e85d04);
}

.bg-red {
  background: linear-gradient(135deg, #f44336, #c90015);
}

.bg-purple {
  background: linear-gradient(135deg, #7c4dff, #34187a);
}

.bg-teal {
  background: linear-gradient(135deg, #21c7c7, #006b70);
}

.drupal-support-proof {
  border: 1px solid rgba(75, 143, 255, 0.38);
  background: rgba(5, 31, 80, 0.45);
}

.support-proof-item {
  min-height: 116px;
  border-right: 1px solid rgba(75, 143, 255, 0.3);
}

.support-proof-icon {
  width: 66px;
  min-width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.16);
  color: #2e8bff;
  font-size: 32px;
}

.support-proof-item h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.support-proof-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.35;
}

/* Responsive */
@media (max-width: 1399px) {
  .drupal-support-cta-box {
    padding: 46px;
  }

  .drupal-support-content h2 {
    font-size: 32px;
  }
  .drupal-support-kicker {
    font-size: 14px;
  }

  .drupal-support-content p {
    font-size: 17px;
  }

  .drupal-support-primary,
  .drupal-support-outline {
    min-height: 64px;
    font-size: 14px;
  }

  .drupal-support-list-item h3 {
    font-size: 16px;
  }

  .drupal-support-list-item p,
  .support-proof-item p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .drupal-support-visual {
    max-width: 560px;
  }

  .support-proof-item {
    border-right: 0;
    border-bottom: 1px solid rgba(75, 143, 255, 0.3);
  }
}

@media (max-width: 575.98px) {
  .drupal-support-cta-box {
    padding: 28px 18px;
  }

  .drupal-support-kicker {
    font-size: 12px;
    justify-content: center;
  }

  .drupal-support-kicker span {
    width: 34px;
  }

  .drupal-support-content {
    text-align: center;
  }

  .drupal-support-content h2 {
    font-size: 26px;
  }
  .support-proof-item h3 {
    font-size: 16px;
  }

  .drupal-support-title-line {
    margin-left: auto;
    margin-right: auto;
  }

  .drupal-support-content p {
    font-size: 15px;
  }

  .drupal-support-primary,
  .drupal-support-outline {
    width: 100%;
    min-height: 58px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .drupal-support-mini {
    justify-content: center;
    gap: 16px !important;
    font-size: 15px;
  }

  .drupal-support-mini > div {
    padding-right: 0;
    border-right: 0;
  }

  .drupal-support-list-item {
    align-items: flex-start !important;
  }

  .drupal-support-list-item h3 {
    font-size: 15px;
  }

  .drupal-support-list-item p {
    font-size: 13px;
  }

  .support-proof-item {
    align-items: flex-start !important;
  }
}

.drupal-support-right {
  position: relative;
  z-index: 2;
}

.drupal-support-visual {
  max-width: 520px;
  margin: 0 auto 24px;
}

.drupal-support-visual img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  display: block;
}

.drupal-support-list {
  max-width: 620px;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .drupal-support-visual {
    max-width: 560px;
    margin-top: -70px;
    margin-bottom: -32px;
  }

  .drupal-support-visual img {
    height: 270px;
  }
}

@media (max-width: 991px) {
  .drupal-support-visual {
    max-width: 520px;
    margin-top: 30px;
  }

  .drupal-support-visual img {
    height: 240px;
  }

  .drupal-support-list {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .drupal-support-visual {
    max-width: 100%;
    margin-top: 22px;
    margin-bottom: 20px;
  }

  .drupal-support-visual img {
    height: 190px;
  }
}
