.page-performance-center main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}

.pc-hero {
  position: relative;
  height: 90vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.pc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
}


.pc-hero-grid {
  align-items: center;
  max-width: 600px;
}

.hero-copy img {
  height: auto;
  width: 162px;
  vertical-align: middle;
  display: inline;
  margin: 0 2px 2px;
}

.pc-hero-visual {
  display: flex;
  justify-content: flex-end;
}

.pc-hero-visual img {
  width: min(650px, 100%);
  height: auto;
}

.scroll-indicator img {
  width: 16px;
  height: auto;
  display: block;
}

.pc-panel-1 {
  background: #20243b;
  padding: 100px 0;
}

.pc-panel-1-grid {
  display: flex;
  gap: 24px;
  align-items: center;
}

.pc-panel-1-copy {
  grid-column: span 6;
  max-width: 500px;
}


.pc-panel-1-copy ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 10px;
  font-size: 14px;
}

.pc-panel-1-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pc-panel-1-copy .bullet-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

.pc-panel-1-visual {
  grid-column: span 6;
  display: flex;
  justify-content: flex-end;
}

.pc-panel-1-visual img {
  height: auto;
  max-width: 650px;
}

.pc-panel-2 {
  background: url("https://vanrmarketingassets.blob.core.windows.net/assets/Performance%20Center/Vanr_PC_P2_BG.png") center/cover no-repeat;
  padding: 100px 0;
}

.pc-panel-2-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}

.pc-panel-2-visual {
  grid-column: span 6;
  display: flex;
  justify-content: flex-start;
}

.pc-panel-2-visual img {
  max-width: 480px;
  height: auto;
}

.pc-panel-2-copy {
  grid-column: span 6;
}

.pc-panel-2-copy ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 10px;
  font-size: 14px;
}

.pc-panel-2-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pc-panel-2-copy .bullet-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

.pc-panel-3 {
  background: #20243b;
}

.pc-panel-3-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}

.pc-panel-3-copy {
  grid-column: span 6;
}

.pc-panel-3-copy ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 10px;
  font-size: 14px;
}

.pc-panel-3-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pc-panel-3-copy .bullet-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

.pc-panel-3-visual {
  grid-column: span 6;
  display: flex;
  justify-content: flex-end;
}

.pc-panel-3-visual img {
  width: min(500px, 100%);
  height: auto;
}

.pc-panel-4 {
  background: url("../img/Coloured-Background.png") center/cover no-repeat;
  padding: 64px 0;
}

.pc-panel-4-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}

.pc-panel-4-visual {
  grid-column: span 6;
  display: flex;
  justify-content: flex-start;
}

.pc-panel-4-visual img {
  width: min(560px, 100%);
  height: auto;
}

.pc-panel-4-copy {
  grid-column: span 6;
}

@media (max-width: 1280px) {

  .pc-panel-1-visual img {
    height: auto;
    max-width: 90%;
  }

}


@media (max-width: 1120px) {
  .pc-panel-1-visual img {
    height: auto;
    width: auto;
  }

  .pc-panel-1-grid {
    display: flex;
    gap: 54px;
    align-items: center;
    flex-direction: column;
  }

  .pc-panel-1-copy {
    grid-column: span 6;
    max-width: unset;
  }

  .pc-panel-1 {
    padding: 60px 0;
  }

  .pc-panel-2 {
    background: url(https://vanrmarketingassets.blob.core.windows.net/assets/Performance%20Center/Vanr_PC_P2_BG.png) center / cover no-repeat;
    padding: 60px 0;
  }

  .pc-panel-2-grid {
    display: flex;
    gap: 54px;
    align-items: center;
    flex-direction: column;
  }

  .pc-panel-3 {
    background: #20243b;
    padding: 60px 0px 0px;
  }




}

/* ─── 980px ─── */
@media (max-width: 980px) {

  .pc-panel-1-grid,
  .pc-panel-2-grid,
  .pc-panel-3-grid,
  .pc-panel-4-grid {
    grid-template-columns: 1fr;
  }

  .pc-panel-1-copy,
  .pc-panel-1-visual,
  .pc-panel-2-copy,
  .pc-panel-2-visual,
  .pc-panel-3-copy,
  .pc-panel-3-visual,
  .pc-panel-4-copy,
  .pc-panel-4-visual {
    grid-column: 1 / -1;
  }

  .pc-panel-1-visual,
  .pc-panel-2-visual,
  .pc-panel-3-visual,
  .pc-panel-4-visual {
    justify-content: center;
  }


  .pc-panel-1-copy h2,
  .pc-panel-2-copy h2,
  .pc-panel-3-copy h2,
  .pc-panel-4-copy h2 {
    font-size: 24px;
  }
}

/* ─── 640px ─── */
@media (max-width: 640px) {
  .pc-hero {
    padding: 80px 0 48px;
  }

  .pc-hero h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .pc-panel-1-copy h2,
  .pc-panel-2-copy h2,
  .pc-panel-3-copy h2,
  .pc-panel-4-copy h2 {
    font-size: 22px;
  }

  .hero-copy {
    font-size: 14px;
    line-height: 1.6;
  }

  .pc-panel-2-visual img {
    max-width: 100%;
    height: auto;
  }
}