
/* =========================================================
   08. White Label Drupal Team
   ========================================================= */
.hi-white-label-section {
  padding: 86px 0 70px;
  background:
    radial-gradient(
      circle at left center,
      rgba(0, 112, 255, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at right bottom,
      rgba(0, 90, 255, 0.1),
      transparent 28%
    ),
    linear-gradient(135deg, #061f55 0%, #05163c 48%, #03102d 100%);
}
.hi-white-label-section::before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: 130px;
  width: 330px;
  height: 330px;
  border-radius: 48% 52% 54% 46% / 58% 58% 42% 42%;
  background: rgba(0, 102, 255, 0.16);
  box-shadow: inset 0 0 0 28px rgba(255, 255, 255, 0.025);
  pointer-events: none;
}
.hi-white-label-section::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 118px;
  width: 160px;
  height: 130px;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.16) 2px,
    transparent 2px
  );
  background-size: 13px 13px;
  opacity: 0.65;
  pointer-events: none;
}
.hi-wl-left,
.hi-wl-process-card,
.hi-wl-bottom-cta {
  z-index: 2;
}
.hi-wl-kicker {
  gap: 14px;
  margin-bottom: 30px;
  color: #ff6a00;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.hi-wl-kicker i {
  font-size: 36px;
}
.hi-wl-title {
  max-width: 590px;
  font-size: clamp(42px, 5vw, 44px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.055em;
}
.hi-wl-title-line {
  width: 70px;
  height: 4px;
  margin: 28px 0 26px;
  border-radius: 99px;
  background: #ff6a00;
}
.hi-wl-desc {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}
.hi-wl-buttons {
  gap: 26px;
  margin-top: 34px;
}
.hi-wl-primary-btn,
.hi-wl-outline-btn {
  gap: 13px;
  min-height: 62px;
  padding: 0 32px;
  font-weight: 900;
}
.hi-wl-primary-btn {
  background: linear-gradient(135deg, #ff8a00, #ff4d00);
  box-shadow: 0 18px 38px rgba(255, 98, 0, 0.28);
}
.hi-wl-primary-btn:hover,
.hi-wl-outline-btn:hover {
  color: #ffffff;
}
.hi-wl-outline-btn {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
}
.hi-wl-benefits {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}
.hi-wl-benefit {
  gap: 15px;
  min-height: 94px;
  padding: 18px 16px;
  border-radius: 10px;
  background: rgba(15, 80, 155, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}
.hi-wl-benefit-icon {
  place-items: center;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(78, 160, 255, 0.65);
  font-size: 22px;
  background: rgba(0, 80, 170, 0.28);
}
.hi-wl-benefit span {
  line-height: 1.35;
}
.hi-wl-process-card {
  min-height: 650px;
  padding: 38px 48px 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  color: #061a45;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
}
.hi-wl-process-card h3 {
  color: #061a45;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.035em;
}
.hi-wl-process-line {
  width: 150px;
  height: 2px;
  margin: 18px auto 26px;
  background: linear-gradient(90deg, transparent, #ff6a00, transparent);
}
.hi-wl-process-wrap {
  grid-template-columns: 130px 1fr;
  gap: 28px;
}
.hi-wl-process-icons {
  display: grid;
  align-content: space-between;
  padding: 0 0 10px;
}
.hi-wl-process-icons::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 70px;
  bottom: 70px;
  width: 2px;
  border-left: 2px dashed #b9cdec;
  transform: translateX(-50%);
}
.hi-wl-process-icon {
  z-index: 2;
  place-items: center;
  width: 104px;
  height: 104px;
  background: #f0f6ff;
  color: #064fc4;
  font-size: 42px;
  box-shadow:
    0 14px 35px rgba(7, 29, 77, 0.09),
    inset 0 0 0 8px rgba(255, 255, 255, 0.8);
}
.hi-wl-step {
  grid-template-columns: 54px 1fr;
  gap: 22px;
  min-height: 132px;
}
.hi-wl-step:last-child {
  border-bottom: 0;
}
.hi-wl-step::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 50%;
  bottom: -50%;
  width: 1px;
  border-left: 1px dashed #b9cdec;
  z-index: 0;
}
.hi-wl-step:last-child::before {
  display: none;
}
.hi-wl-step-number {
  z-index: 2;
  place-items: center;
  width: 54px;
  height: 54px;
  background: #064fc4;
  font-size: 19px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(6, 79, 196, 0.28);
}
.hi-wl-step h4 {
  margin: 0 0 10px;
  color: #061a45;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.025em;
}
.hi-wl-step p {
  max-width: 455px;
  color: #071d4d;
  font-size: 16px;
  line-height: 1.55;
}
.hi-wl-bottom-cta {
  grid-template-columns: 300px 1fr auto;
  gap: 36px;
  margin-top: 36px;
  padding: 30px 56px;
  border-radius: 12px;
  background:
    radial-gradient(circle at left, rgba(0, 118, 255, 0.12), transparent 30%),
    linear-gradient(135deg, #f9fcff, #eef6ff);
  color: #061a45;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}
.hi-wl-laptop {
  width: 245px;
  height: 130px;
}
.hi-wl-laptop-screen {
  left: 58px;
  top: 6px;
  place-items: center;
  width: 150px;
  height: 92px;
  border: 8px solid #075be8;
  color: #1492ff;
  font-size: 60px;
}
.hi-wl-laptop-screen::after {
  content: "";
  position: absolute;
  left: -22px;
  right: -22px;
  bottom: -24px;
  height: 18px;
  border-radius: 50%;
  background: #d8e8ff;
}
.hi-wl-shield {
  left: 34px;
  bottom: 7px;
  place-items: center;
  width: 62px;
  height: 72px;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(180deg, #ff8a00, #ff4d00);
  clip-path: polygon(50% 0, 100% 18%, 88% 78%, 50% 100%, 12% 78%, 0 18%);
  box-shadow: 0 16px 30px rgba(255, 98, 0, 0.28);
}
.hi-wl-bottom-text h3 {
  color: #061a45;
  font-size: 26px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -0.035em;
}
.hi-wl-bottom-text p {
  max-width: 600px;
  margin: 12px 0 0;
  color: #071d4d;
  font-size: 19px;
  line-height: 1.45;
}
.hi-wl-bottom-btn {
  gap: 14px;
  min-height: 66px;
  padding: 0 38px;
  background: linear-gradient(135deg, #ff8a00, #ff4d00);
  font-size: 18px;
  box-shadow: 0 18px 38px rgba(255, 98, 0, 0.28);
}
.hi-wl-bottom-btn:hover {
  color: #ffffff;
}

/* =========================================================
   White Label Drupal Team Responsive
   ========================================================= */
@media (max-width: 1399px) {
  .hi-wl-title {
    font-size: 32px !important;
  }

  .hi-wl-desc {
    font-size: 15px !important;
  }

  .hi-wl-kicker,
  .hi-wl-kicker span {
    font-size: 14px !important;
  }

  .hi-wl-step p {
    font-size: 14px !important;
  }

  .hi-wl-process-card h3,
  .hi-wl-bottom-text h3 {
    font-size: 22px !important;
  }

  .hi-wl-step h4 {
    font-size: 16px !important;
  }

  .hi-wl-bottom-text p {
    font-size: 15px !important;
  }

  .hi-wl-kicker i,
  .hi-wl-process-icon {
    font-size: 34px !important;
  }

  .hi-wl-laptop-screen {
    font-size: 42px !important;
  }

  .hi-wl-benefit-icon {
    font-size: 18px !important;
  }
}

@media (max-width: 1199px) {
  .hi-wl-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .hi-wl-bottom-cta {
    grid-template-columns: 220px 1fr;
  }

  .hi-wl-bottom-btn {
    grid-column: 2;
    width: fit-content;
  }
}

@media (max-width: 991px) {
  .hi-wl-process-card {
    margin-top: 30px;
  }

  .hi-wl-bottom-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hi-wl-laptop {
    margin: 0 auto;
  }

  .hi-wl-bottom-btn {
    grid-column: auto;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .hi-white-label-section {
    padding: 70px 0;
  }

  .hi-wl-title {
    font-size: 42px;
  }

  .hi-wl-desc {
    font-size: 17px;
  }

  .hi-wl-buttons {
    gap: 14px;
  }

  .hi-wl-primary-btn,
  .hi-wl-outline-btn {
    width: 100%;
  }

  .hi-wl-benefits {
    grid-template-columns: 1fr;
  }

  .hi-wl-process-card {
    padding: 30px 22px;
  }

  .hi-wl-process-wrap {
    grid-template-columns: 1fr;
  }

  .hi-wl-process-icons {
    display: none;
  }

  .hi-wl-step {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hi-wl-step::before {
    display: none;
  }

  .hi-wl-step p {
    font-size: 16px;
  }

  .hi-wl-bottom-cta {
    padding: 28px;
  }

  .hi-wl-bottom-text h3 {
    font-size: 26px;
  }

  .hi-wl-bottom-text p {
    font-size: 17px;
  }

  .hi-wl-bottom-btn {
    width: 100%;
  }
}
