/* ===== Project CTA Start ===== */
.hi-project-content {
  z-index: 4;
  max-width: 960px;
}
.hi-project-kicker {
  margin-bottom: 22px;
  color: #ff6a00;
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hi-project-kicker span {
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff6a00);
}
.hi-project-kicker span:first-child::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6a00;
  transform: translateY(-50%);
}
.hi-project-kicker span:last-child {
  background: linear-gradient(90deg, #ff6a00, transparent);
}
.hi-project-kicker span:last-child::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6a00;
  transform: translateY(-50%);
}
.hi-project-content h2 {
  font-size: clamp(46px, 5.5vw, 44px);
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -0.06em;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}
.hi-project-content h2 span {
  color: #ff6a00;
}
.hi-project-title-line {
  width: 110px;
  height: 5px;
  margin: 28px auto 26px;
  border-radius: 999px;
  background: #ff6a00;
}
.hi-project-content p {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.45;
}
.hi-project-actions {
  gap: 26px;
  margin-top: 38px;
}
.hi-project-primary-btn,
.hi-project-outline-btn {
  gap: 18px;
  min-height: 72px;
  padding: 0 42px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 950;
}
.hi-project-primary-btn {
  background: linear-gradient(135deg, #ff8a00, #ff4d00);
  border: 2px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 22px 44px rgba(255, 98, 0, 0.26);
}
.hi-project-outline-btn {
  border: 2px solid rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.03);
}
.hi-project-primary-btn:hover,
.hi-project-outline-btn:hover {
  color: #ffffff;
}
.hi-project-primary-btn i,
.hi-project-outline-btn i {
  font-size: 34px;
}
.hi-project-note {
  align-items: center;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.35;
}
.hi-project-note i {
  color: #0877ff;
  font-size: 34px;
}
.hi-drupal-glow {
  left: 58px;
  top: 300px;
  z-index: 2;
  width: 255px;
  height: 300px;
  pointer-events: none;
}
.hi-drupal-glow::before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: -42px;
  width: 320px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 140, 255, 0.45), transparent 68%);
  filter: blur(8px);
}
.hi-drupal-glow::after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -40px;
  width: 360px;
  height: 150px;
  border-radius: 50%;
  border-top: 1px solid rgba(0, 150, 255, 0.4);
  border-bottom: 1px solid rgba(0, 150, 255, 0.12);
  transform: rotate(-8deg);
}
.hi-global-orb {
  right: -16px;
  top: 260px;
  z-index: 2;
  width: 340px;
  height: 340px;
  background:
    radial-gradient(circle at center, rgba(0, 119, 255, 0.42), transparent 60%),
    radial-gradient(circle, rgba(16, 124, 255, 0.18) 1.8px, transparent 2px);
  background-size:
    auto,
    13px 13px;
  box-shadow: inset 0 0 0 1px rgba(93, 170, 255, 0.24);
  pointer-events: none;
}
.hi-global-orb::before {
  content: "";
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 145, 255, 0.24) 1.6px,
    transparent 2px
  );
  background-size: 11px 11px;
  opacity: 0.8;
}
.hi-global-orb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(63, 151, 255, 0.35);
}
.hi-global-dot {
  z-index: 4;
  width: 11px;
  height: 11px;
  background: #ff6a00;
  box-shadow: 0 0 0 5px rgba(255, 106, 0, 0.22);
}
.hi-bg-code {
  z-index: 1;
  color: rgba(0, 112, 255, 0.38);
  font-size: 55px;
  pointer-events: none;
}
.hi-bg-code-left {
  left: 45px;
  top: 130px;
}
.hi-bg-code-right-top {
  right: 65px;
  top: 175px;
}
.hi-bg-code-right-bottom {
  right: 45px;
  top: 510px;
}
.hi-project-features {
  position: absolute;
  left: 54px;
  right: 54px;
  bottom: 52px;
  z-index: 4;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.hi-project-feature {
  grid-template-columns: 105px 1fr;
  gap: 22px;
  min-height: 118px;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.hi-project-feature:last-child {
  border-right: 0;
}
.hi-project-feature-icon {
  place-items: center;
  width: 92px;
  height: 92px;
  background: rgba(75, 150, 255, 0.15);
  font-size: 48px;
}
.hi-project-feature h3 {
  margin: 0 0 7px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.02em;
}
.hi-project-feature p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.35;
}
.hi-drupal-mark {
  place-items: center;
  width: 215px;
  height: 250px;
  border-radius: 48% 52% 54% 46% / 58% 58% 42% 42%;
  background: radial-gradient(
    circle at top,
    #18a7ff 0%,
    #086fff 45%,
    #00319a 100%
  );
  font-size: 135px;
  box-shadow:
    0 30px 70px rgba(0, 117, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}
.hi-orbit {
  left: -18px;
  right: -18px;
  top: 50%;
  height: 130px;
  border-top: 2px solid rgba(255, 255, 255, 0.64);
  transform: translateY(-50%) rotate(-22deg);
}
.hi-orbit-two {
  transform: translateY(-50%) rotate(22deg);
  border-top-color: rgba(255, 106, 0, 0.74);
}
.dot-one {
  left: 62px;
  top: 118px;
}
.dot-two {
  right: 72px;
  top: 96px;
}
.dot-three {
  left: 82px;
  bottom: 76px;
}
.dot-four {
  right: 18px;
  bottom: 122px;
}

/* ===== Project CTA End ===== */
