.hero-main-title {
  font-size: clamp(31px, 5.6vw, 62px);
}

.icon-circle {
  background: #e9f8ff;
  border-color: #9bddff;
}

.assessment {
  width: 100%;
  min-height: 560px;
  padding: 90px max(4%, calc((100vw - 1180px) / 2));
  border: 0;
  border-radius: 0;
  background: linear-gradient(rgba(4,18,43,.76), rgba(4,18,43,.76)), url('360-assessment.png') center/cover;
  color: #fff;
  box-shadow: 0 25px 80px rgba(6,42,99,.18);
}

.assessment .eyebrow {
  color: #8fe9ff;
}

.assessment p {
  color: #f2fbff;
  font-size: 18px;
  text-shadow: 0 2px 8px rgba(0,0,0,.8);
}

.assessment-copy {
  display: grid;
  gap: 22px;
  justify-items: start;
}

.assessment-cta {
  width: fit-content;
}

.photo-panel {
  min-height: 520px;
  background: linear-gradient(0deg, rgba(3,35,87,.08), rgba(3,35,87,.02)), url('dr-atanda-adesuwa.png') center top/cover;
}

.whatsapp {
  margin-top: 10px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 16px 32px rgba(37,211,102,.22);
}

.industries .section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.form-note:empty {
  display: none;
}

.form-note.success {
  color: #087a38;
  font-weight: 800;
}

.form-note.error {
  color: #b42318;
  font-weight: 800;
}

.form-note p {
  margin: 0;
}

.status-whatsapp {
  margin-top: 12px;
  width: fit-content;
}

.contact-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(5, 20, 46, .64);
  backdrop-filter: blur(8px);
}

.contact-popup-panel {
  position: relative;
  width: min(440px, 100%);
  padding: 34px 30px 30px;
  border: 1px solid #cbe9ff;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(6, 42, 99, .28);
  text-align: center;
}

.contact-popup-panel .eyebrow {
  margin: 0 0 10px;
  color: #0357c5;
}

.contact-popup-message {
  margin: 0 auto;
  color: #0a1733;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.contact-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #eef7ff;
  color: #062a63;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.contact-popup-close:hover,
.contact-popup-close:focus {
  background: #d9f2ff;
  outline: 2px solid rgba(20, 200, 238, .35);
  outline-offset: 2px;
}

.popup-whatsapp {
  margin-top: 20px;
}

.cipm-page-hero {
  min-height: 520px;
  display: grid;
  align-items: center;
  padding: 145px 0 80px;
  color: #fff;
  background: linear-gradient(rgba(2,27,69,.84), rgba(2,27,69,.84)), url('hero-building.jpg') center/cover;
}

.cipm-page-hero .wrap {
  max-width: 920px;
  margin-left: max(4%, calc((100vw - 1180px) / 2));
}

.cipm-page-hero p {
  max-width: 760px;
  color: #edf8ff;
  font-size: 20px;
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
}

.cipm-intro,
.cipm-why {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  padding: 100px 0;
  align-items: start;
}

.cipm-intro p,
.cipm-why p {
  font-size: 18px;
}

.cipm-levels {
  padding: 105px 0;
  background: #062a63;
  color: #fff;
}

.cipm-level-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 44px;
}

.cipm-level-grid article,
.why-list article {
  border: 1px solid rgba(191,239,255,.28);
  border-radius: 24px;
  padding: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 20px 60px rgba(0,0,0,.12);
}

.cipm-level-grid article:nth-child(5) {
  grid-column: 1 / -1;
}

.cipm-level-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #8fe9ff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

.cipm-level-grid p,
.cipm-level-grid h3 {
  color: #fff;
}

.cipm-level-grid p {
  color: #edf8ff;
}

.why-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.why-list article {
  background: #fff;
  border-color: #dcecff;
}

.cipm-ready {
  padding: 95px 0;
  background: #eef7ff;
  text-align: center;
}

.cipm-ready .wrap {
  max-width: 820px;
}

.cipm-ready p {
  font-size: 18px;
}

@media (max-width: 850px) {
  .hero-main-title {
    font-size: 29px;
  }

  .assessment {
    min-height: 460px;
    padding: 54px 24px;
  }

  .photo-panel {
    min-height: 420px;
    background-position: center top;
  }

  .cipm-page-hero {
    min-height: 460px;
    padding: 125px 0 60px;
  }

  .cipm-page-hero .wrap {
    margin-left: auto;
  }

  .cipm-page-hero p {
    font-size: 17px;
  }

  .cipm-intro,
  .cipm-why,
  .cipm-level-grid,
  .why-list {
    grid-template-columns: 1fr;
  }

  .cipm-intro,
  .cipm-why,
  .cipm-levels,
  .cipm-ready {
    padding: 70px 0;
  }

  .cipm-level-grid article:nth-child(5) {
    grid-column: auto;
  }
}
