.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 .project-cta-description {
  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;
}

/* =========================================================
   Project CTA Extra Styles
   ========================================================= */
.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 Responsive
   ========================================================= */
@media (max-width: 1399px) {
  .hi-project-content h2 {
    font-size: 32px !important;
  }

  .hi-project-content .project-cta-description {
    font-size: 18px;
  }

  .hi-project-primary-btn {
    min-width: 300px;
  }

  .hi-project-outline-btn {
    min-width: 350px;
  }

  .hi-project-feature {
    padding: 0 20px;
  }

  .hi-project-primary-btn,
  .hi-project-outline-btn {
    font-size: 14px !important;
  }

  .hi-project-feature p {
    font-size: 14px !important;
  }

  .hi-project-feature h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 1199px) {
  .hi-project-cta-box {
    min-height: auto;
    padding-bottom: 56px;
  }

  .hi-drupal-glow,
  .hi-global-orb,
  .hi-bg-code {
    opacity: 0.22;
  }

  .hi-project-features {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 44px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hi-project-feature:nth-child(2) {
    border-right: 0;
  }

  .hi-project-feature:nth-child(1),
  .hi-project-feature:nth-child(2) {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hi-project-feature:nth-child(3),
  .hi-project-feature:nth-child(4) {
    padding-top: 24px;
  }
}

@media (max-width: 991px) {
  .hi-project-actions {
    flex-direction: column;
    align-items: center;
  }

  .hi-project-primary-btn,
  .hi-project-outline-btn {
    width: 100%;
    min-width: 0;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .hi-project-cta-section {
    padding: 50px 0;
  }

  .hi-project-cta-box {
    padding: 42px 22px;
    border-radius: 20px;
  }

  .hi-project-kicker {
    font-size: 15px;
  }

  .hi-project-kicker span {
    width: 36px;
  }

  .hi-project-content h2 {
    font-size: 38px;
  }

  .hi-project-content .project-cta-description {
    font-size: 17px;
  }

  .hi-project-primary-btn,
  .hi-project-outline-btn {
    min-height: 62px;
    padding: 0 20px;
    font-size: 18px;
  }

  .hi-project-primary-btn i,
  .hi-project-outline-btn i {
    font-size: 26px;
  }

  .hi-project-note {
    align-items: flex-start;
    font-size: 16px;
    text-align: left;
  }

  .hi-project-features {
    grid-template-columns: 1fr;
  }

  .hi-project-feature {
    grid-template-columns: 78px 1fr;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hi-project-feature:last-child {
    border-bottom: 0;
  }

  .hi-project-feature-icon {
    width: 68px;
    height: 68px;
    font-size: 34px;
  }

  .hi-project-feature h3 {
    font-size: 20px;
  }

  .hi-project-feature p {
    font-size: 16px;
  }
  .hi-project-primary-btn,
  .hi-project-outline-btn {
    width: 100% !important;
    max-width: 280px !important;
    min-width: 0 !important;
    min-height: 58px !important;
    padding: 0 16px !important;
    justify-content: space-between !important;
    gap: 10px !important;
    font-size: 15px !important;
  }
}

.hi-project-cta-section {
  padding: 60px 0;
  background: #f4f8ff;
}

.hi-project-cta-box {
  padding: 72px 70px 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 20%, rgba(0, 91, 255, 0.34), transparent 25%),
    radial-gradient(circle at 8% 10%, rgba(0, 91, 255, 0.16), transparent 24%),
    linear-gradient(135deg, #031537 0%, #061d49 52%, #020b25 100%);
  box-shadow: 0 20px 45px rgba(3, 21, 55, 0.35);
}

.hi-project-cta-box::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 45px;
  width: 130px;
  height: 130px;
  opacity: 0.28;
  background-image: radial-gradient(#0b63e8 2px, transparent 2px);
  background-size: 28px 28px;
}

.hi-project-cta-box::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -125px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(255, 90, 0, 0.8);
  box-shadow:
    -22px -22px 0 -21px rgba(0, 86, 214, 0.8),
    -44px -44px 0 -43px rgba(0, 86, 214, 0.6),
    -66px -66px 0 -65px rgba(0, 86, 214, 0.45);
  opacity: 0.7;
}

.hi-project-content {
  max-width: 1120px;
  z-index: 2;
}

.hi-project-kicker {
  color: #ff5a00;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
}

.hi-project-kicker span {
  width: 70px;
  height: 3px;
  background: #ff5a00;
}

.hi-project-title-line {
  width: 45px;
  height: 3px;
  background: #ff5a00;
  margin: 0 auto 34px;
  border-radius: 20px;
}

.hi-project-content h2 {
  font-size: 44px;
  line-height: 1.16;
  font-weight: 800;
  margin-bottom: 30px !important;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.hi-project-content .project-cta-description {
  max-width: 960px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.hi-project-actions {
  gap: 38px;
  margin-top: 48px;
}

.hi-project-primary-btn,
.hi-project-outline-btn {
  gap: 22px;
  padding: 0 42px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 800;
}

.hi-project-primary-btn {
  background: linear-gradient(90deg, #ff5a00, #ff7417);
  box-shadow: 0 14px 30px rgba(255, 90, 0, 0.28);
}

.hi-project-outline-btn {
  min-width: 430px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(3, 21, 55, 0.2);
}

.hi-project-primary-btn i,
.hi-project-outline-btn i {
  font-size: 34px;
}

.hi-project-primary-btn .fa-arrow-right,
.hi-project-outline-btn .fa-arrow-right {
  font-size: 32px;
}

.hi-project-bg-drupal {
  right: 70px;
  top: 82px;
  font-size: 210px;
  color: rgba(0, 86, 214, 0.45);
  z-index: 1;
}

.hi-project-bg-code {
  right: 65px;
  top: 360px;
  font-size: 110px;
  color: rgba(0, 86, 214, 0.45);
  z-index: 1;
}

.hi-project-features {
  position: unset;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 62px;
  padding: 42px 40px;
  border-top: 1px solid rgba(45, 117, 255, 0.28);
  z-index: 2;
}

.hi-project-feature {
  grid-template-columns: 90px 1fr;
  gap: 22px;
  padding: 0 30px;
  border-right: 1px solid rgba(45, 117, 255, 0.5);
}

.hi-project-feature:last-child {
  border-right: 0;
}

.hi-project-feature-icon {
  width: 74px;
  height: 74px;
  place-items: center;
  border: 2px solid #1e67e8;
  background: rgba(0, 86, 214, 0.18);
  font-size: 32px;
}

.hi-project-feature h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
}

/* =========================================================
   Project CTA Responsive
   ========================================================= */
@media (max-width: 1399.98px) {
  .hi-project-actions a {
    min-width: 300px;
  }
}

@media (max-width: 991px) {
  .hi-project-cta-box {
    padding: 45px 24px 0;
  }

  .hi-project-content h2 {
    font-size: 42px;
  }

  .hi-project-content .project-cta-description {
    font-size: 19px;
  }

  .hi-project-primary-btn,
  .hi-project-outline-btn {
    width: 100%;
    min-width: auto;
    min-height: 68px;
    font-size: 20px;
  }

  .hi-project-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 32px 0;
  }

  .hi-project-feature {
    border-right: 0;
    padding: 0;
  }

  .hi-project-bg-drupal,
  .hi-project-bg-code {
    display: none;
  }
}

@media (max-width: 575px) {
  .hi-project-content h2 {
    font-size: 34px;
  }

  .hi-project-kicker {
    font-size: 15px;
  }

  .hi-project-kicker span {
    width: 35px;
  }

  .hi-project-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hi-project-content h2 {
    font-size: 26px !important;
  }

  .hi-project-content .project-cta-description {
    font-size: 17px;
  }
}