/* =========================================================
   06. Partnership Process
   ========================================================= */

.partner-process-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.07),
      transparent 24%
    ),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  color: #071333;
}

.partner-process-head {
  max-width: 1120px;
}

.partner-process-kicker {
  color: #ff5a00;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.partner-process-kicker span {
  width: 54px;
  height: 2px;
  background: currentColor;
  display: block;
}

.partner-process-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.partner-process-head p {
  max-width: 960px;
  color: #17213b;
  font-size: 18px;
  line-height: 1.55;
}

.process-step-card {
  min-height: 365px;
  border: 1px solid #e3edf8;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.process-step-card::after {
  content: "\f061";
  position: absolute;
  right: -34px;
  top: 50%;
  z-index: 4;
  color: #064fc4;
  font-family: "Font Awesome 6 Free";
  font-size: 28px;
  font-weight: 900;
  transform: translateY(-50%);
}

.partner-process-steps .col-xl:last-child .process-step-card::after {
  display: none;
}

.process-step-no {
  position: absolute;
  top: -22px;
  left: 50%;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  transform: translateX(-50%);
  box-shadow: 0 8px 20px rgba(17, 40, 80, 0.12);
}

.process-step-icon {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 46px;
  box-shadow: 0 14px 30px rgba(17, 40, 80, 0.08);
}

.process-step-card h3 {
  color: #071333;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.process-step-line {
  width: 44px;
  height: 3px;
  margin: 18px auto;
  border-radius: 50rem;
}

.process-step-card p {
  color: #071333;
  font-size: 16px;
  line-height: 1.55;
}

.bg-orange {
  background: #ff5a00;
}

.bg-blue {
  background: #0056d6;
}

.icon-orange {
  color: #ff5a00;
  background: #fff0e6;
}

.icon-blue {
  color: #0056d6;
  background: #eaf3ff;
}

.relationship-box {
  border: 1px solid #cfe1fa;
}

.relationship-item strong {
  display: block;
  color: #071333;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.relationship-item i {
  margin-top: 12px;
  color: #0056d6;
  font-size: 70px;
}

.relationship-item.active {
  background: rgba(255, 255, 255, 0.55);
}

.relationship-arrow {
  color: #0056d6;
  font-size: 26px;
}

.relationship-divider {
  width: 1px;
  height: 120px;
  margin: 0 auto;
  background: #c4d8f4;
}

.relationship-shield {
  width: 96px;
  min-width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 1px solid #c4d8f4;
  border-radius: 50%;
  background: #ffffff;
  color: #0056d6;
  font-size: 44px;
}

.relationship-box h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.relationship-box p {
  color: #17213b;
  font-size: 18px;
  line-height: 1.45;
}

.trial-partner-box {
  border: 1px solid #f3d8c2;
  background: linear-gradient(90deg, #fff7ef 0%, #ffffff 100%);
}

.trial-partner-img {
  width: 260px;
  max-width: 100%;
}

.trial-partner-img img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.trial-partner-box h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.trial-partner-box p {
  color: #071333;
  font-size: 18px;
  line-height: 1.45;
}

.trial-primary-btn,
.trial-outline-btn {
  min-height: 58px;
  padding: 0 34px;
  font-size: 16px;
  font-weight: 900;
}

.trial-primary-btn {
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.trial-outline-btn {
  border: 2px solid #0056d6;
  color: #0056d6;
  background: #ffffff;
}

.trial-primary-btn:hover {
  color: #ffffff;
}

.trial-outline-btn:hover {
  color: #0056d6;
}

.partner-proof-row {
  grid-template-columns: repeat(5, 1fr);
}

.partner-proof-item {
  justify-content: center;
  min-height: 72px;
  padding: 0 24px;
  border-right: 1px solid #c4d8f4;
}

.partner-proof-item:last-child {
  border-right: 0;
}

.partner-proof-item i {
  color: #0056d6;
  font-size: 38px;
}

.partner-proof-item span {
  color: #071333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

/* =========================================================
   Partnership Process Responsive
   ========================================================= */

@media (max-width: 1399px) {
  .partner-process-head {
    max-width: 960px;
  }

  .partner-process-head h2 {
    font-size: 32px;
  }

  .partner-process-head p {
    font-size: 15px;
  }

  .partner-process-kicker {
    font-size: 16px;
  }

  .process-step-card {
    min-height: 340px;
  }

  .process-step-card h3 {
    font-size: 16px;
  }

  .process-step-card p {
    font-size: 14px;
  }

  .process-step-icon {
    width: 90px;
    height: 90px;
    font-size: 38px;
  }

  .process-step-no {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .relationship-box h3,
  .trial-partner-box h3 {
    font-size: 22px;
  }

  .relationship-box p,
  .trial-partner-box p {
    font-size: 16px;
  }

  .trial-primary-btn,
  .trial-outline-btn,
  .partner-proof-item span {
    font-size: 14px;
  }

  .partner-proof-item i {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .process-step-card::after {
    display: none;
  }

  .partner-proof-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-proof-item {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #c4d8f4;
  }

  .partner-proof-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .partner-process-head h2 {
    font-size: 32px;
  }

  .partner-process-head p {
    font-size: 16px;
  }

  .partner-process-kicker {
    font-size: 14px;
  }

  .partner-process-kicker span {
    width: 34px;
  }

  .process-step-card {
    min-height: auto;
  }

  .relationship-flow {
    flex-direction: column;
  }

  .relationship-arrow {
    transform: rotate(90deg);
  }

  .relationship-shield {
    width: 76px;
    min-width: 76px;
    height: 76px;
    font-size: 34px;
  }

  .trial-primary-btn,
  .trial-outline-btn {
    width: 100%;
  }

  .trial-partner-img {
    margin: 0 auto;
  }

  .partner-proof-row {
    grid-template-columns: 1fr;
  }
}
