
/* Immunizations pathway */
.pf-immunity-map {
  background:
    radial-gradient(circle at 50% 38%, rgba(73, 149, 255, .18), transparent 32%),
    radial-gradient(circle at 12% 26%, rgba(21, 59, 99, .13), transparent 24%),
    linear-gradient(180deg, #F8FCFF 0%, #EEF6FD 100%);
}

.pf-immunity-map__head {
  max-width: 940px;
  margin: 0 auto 34px;
  text-align: center;
}

.pf-immunity-map__head .pf-kicker {
  justify-content: center;
}

.pf-immunity-map__head h2 {
  color: #0D1B68;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(42px, 6.8vw, 86px);
  line-height: .96;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.pf-immunity-map__head p {
  color: #2443B8;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.35;
}

.pf-immunity-map__board {
  position: relative;
  min-height: 620px;
  max-width: 1180px;
  margin: 0 auto;
}

.pf-immunity-map__board::before {
  content: "";
  position: absolute;
  inset: 86px 138px 92px;
  border: 3px solid rgba(74, 139, 232, .18);
  border-radius: 50%;
  pointer-events: none;
}

.pf-immunity-map__board::after {
  content: "";
  position: absolute;
  inset: 150px 180px;
  border-top: 4px dashed rgba(74, 139, 232, .24);
  border-bottom: 4px dashed rgba(21, 59, 99, .16);
  border-radius: 50%;
  pointer-events: none;
}

.pf-immunity-map__center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(36vw, 360px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 247, 255, .98) 0%, rgba(213, 237, 255, .88) 48%, rgba(244, 240, 250, 0) 72%);
}

.pf-immunity-map__shield {
  width: 220px;
  height: 250px;
  display: grid;
  place-items: center;
  padding-top: 34px;
  clip-path: polygon(50% 0, 86% 16%, 82% 58%, 50% 100%, 18% 58%, 14% 16%);
  background: linear-gradient(145deg, #4EA6FF 0%, #3268D8 56%, #153B63 100%);
  color: #fff;
  box-shadow: 0 28px 60px rgba(49, 108, 220, .28);
}

.pf-immunity-map__shield i {
  font-size: 66px;
}

.pf-immunity-map__shield span {
  display: block;
  margin-top: -22px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pf-immunity-map__vial {
  position: absolute;
  bottom: 44px;
  width: 86px;
  height: 108px;
  display: grid;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, .85);
  border-radius: 18px 18px 26px 26px;
  background: linear-gradient(180deg, #fff 0%, #E6F5FF 44%, #4EA6FF 100%);
  color: #0D56B7;
  box-shadow: 0 18px 42px rgba(49, 108, 220, .22);
}

.pf-immunity-map__vial i {
  font-size: 32px;
  transform: rotate(-26deg);
}

.pf-immunity-step {
  position: absolute;
  z-index: 3;
  width: 258px;
  min-height: 134px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(21, 59, 99, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 52px rgba(44, 76, 154, .12);
}

.pf-immunity-step__num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #2F7AE5 0%, #153B63 100%);
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
}

.pf-immunity-step > i {
  display: grid;
  width: 44px;
  height: 44px;
  grid-column: 1;
  place-items: center;
  border-radius: 50%;
  background: #EAF5FF;
  color: #3F7FE7;
  font-size: 22px;
}

.pf-immunity-step div {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.pf-immunity-step h3 {
  margin: 0 0 6px;
  color: #1636A8;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  line-height: 1.15;
}

.pf-immunity-step p {
  margin: 0;
  color: #1f2758;
  font-size: 15px;
  line-height: 1.45;
}

.pf-immunity-step--one { top: 6%; left: 8%; }
.pf-immunity-step--two { top: 36%; left: 0; }
.pf-immunity-step--three { bottom: 8%; left: 13%; }
.pf-immunity-step--four { right: 13%; bottom: 8%; }
.pf-immunity-step--five { top: 36%; right: 0; }
.pf-immunity-step--six { top: 6%; right: 8%; }

.pf-prevention-strip {
  max-width: 1040px;
  margin: 18px auto 0;
  padding: 22px;
  border: 1px solid rgba(74, 139, 232, .18);
  border-radius: 26px;
  background: rgba(255, 255, 255, .72);
}

.pf-prevention-strip h3 {
  margin: 0 0 18px;
  color: #0D1B68;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(22px, 2.6vw, 32px);
  text-align: center;
}

.pf-prevention-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.pf-prevention-grid div {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  color: #14276D;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.pf-prevention-grid i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #EAF5FF 0%, #F4E8FF 100%);
  color: #2F7AE5;
  font-size: 22px;
}

@media (max-width: 980px) {
  .pf-immunity-map__board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-height: 0;
  }

  .pf-immunity-map__board::before,
  .pf-immunity-map__board::after {
    display: none;
  }

  .pf-immunity-map__center {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1 / -1;
    width: min(74vw, 330px);
    margin: 0 auto 8px;
    transform: none;
  }

  .pf-immunity-step {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
  }

  .pf-prevention-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pf-immunity-map__head h2 {
    font-size: 42px;
  }

  .pf-immunity-map__board,
  .pf-prevention-grid {
    grid-template-columns: 1fr;
  }

  .pf-immunity-map__shield {
    width: 184px;
    height: 210px;
  }

  .pf-immunity-map__shield i {
    font-size: 52px;
  }

  .pf-immunity-map__vial {
    bottom: 26px;
    width: 70px;
    height: 88px;
  }
}
