
/* Medication synchronization cycle */
.pf-sync .pf-section--cream {
  background:
    radial-gradient(circle at 50% 10%, rgba(47, 122, 229, .08), transparent 30%),
    linear-gradient(180deg, #F8FCFF 0%, #F7FAFD 100%);
}

.pf-sync .pf-section--cream .pf-section-head {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pf-sync .pf-section--cream .pf-kicker {
  justify-content: center;
}

.pf-sync-wave {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  max-width: 1180px;
  margin: 10px auto 0;
  padding: 0;
}

.pf-sync-wave::before {
  display: none;
}

.pf-sync-wave article,
.pf-sync-wave article:nth-child(even) {
  position: relative;
  min-height: 280px;
  margin-top: 0;
  padding: 24px 20px 22px;
  border: 1px solid rgba(47, 122, 229, .16);
  border-right: 0;
  border-radius: 24px 0 0 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(242, 248, 255, .82) 100%);
  box-shadow: none;
  text-align: center;
}

.pf-sync-wave article:last-child {
  border-right: 1px solid rgba(47, 122, 229, .16);
  border-radius: 0 24px 24px 0;
}

.pf-sync-wave article:not(:last-child)::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: -15px;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  color: #2F7AE5;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(47, 122, 229, .14);
}

.pf-sync-wave article::before {
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
  background: linear-gradient(135deg, #0F56C9 0%, #2F7AE5 100%);
  color: #fff;
  font-size: 15px;
  box-shadow: 0 10px 20px rgba(47, 122, 229, .18);
}

.pf-sync-wave article > i {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  margin: 0 auto 16px;
  border: 6px solid rgba(47, 122, 229, .16);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, .96), rgba(255, 255, 255, .62) 36%, transparent 37%),
    linear-gradient(145deg, #EFF8FF 0%, #E8EEFF 100%);
  color: #2F7AE5;
  font-size: 44px;
}

.pf-sync-wave article:nth-child(2n) > i {
  color: #153B63;
  border-color: rgba(21, 59, 99, .16);
  background: linear-gradient(145deg, #F7F1FF 0%, #EDF5FF 100%);
}

.pf-sync-wave h3 {
  margin: 0 0 8px;
  color: #0D1B68;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.pf-sync-wave p {
  max-width: 190px;
  margin: 0 auto;
  color: #213062;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1020px) {
  .pf-sync-wave {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .pf-sync-wave article,
  .pf-sync-wave article:nth-child(even),
  .pf-sync-wave article:last-child {
    border: 1px solid rgba(47, 122, 229, .16);
    border-radius: 22px;
  }

  .pf-sync-wave article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .pf-sync-wave {
    grid-template-columns: 1fr;
  }

  .pf-sync-wave article,
  .pf-sync-wave article:nth-child(even) {
    min-height: 0;
  }
}
