/* PPCC 2026 Global Theme Overrides — Figma-accurate */

/* ========== Page background ========== */
html, body {
  background: var(--ppcc-charcoal-blue) !important;
  color: var(--ppcc-off-white) !important;
  font-family: var(--ppcc-font) !important;
}

/* Full-page scrolling gradient backdrop */
body::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(
      180deg,
      var(--ppcc-charcoal-blue) 0%,
      rgba(var(--ppcc-charcoal-blue-rgb), 0.9) 18%,
      rgba(var(--ppcc-dark-magenta-rgb), 0.35) 38%,
      rgba(var(--ppcc-charcoal-blue-rgb), 0.88) 55%,
      rgba(var(--ppcc-magenta-rgb), 0.25) 72%,
      rgba(var(--ppcc-charcoal-blue-rgb), 0.9) 88%,
      var(--ppcc-charcoal-blue) 100%
    );
}

/* Ambient glow blobs for depth */
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: screen;
  opacity: 0.55;
  filter: blur(120px);
  width: 900px; height: 600px;
  top: -80px; left: -10%;
  background: linear-gradient(334deg, transparent 15%, var(--ppcc-magenta) 70%);
  transform: rotate(-15deg);
}

.content--wrapper {
  --bs-gutter-x: 0;
  position: relative;
  z-index: 1;
  padding-top: var(--ppcc-nav-height) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.backdrop { display: none !important; }

/* ========== Navbar ========== */
.navbar-conference {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  height: var(--ppcc-nav-height) !important;
  transition: background-color 220ms ease, box-shadow 220ms ease;
}

.navbar-conference.ppcc-navbar-scrolled {
  background: var(--ppcc-charcoal-blue) !important;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3) !important;
}

.main-menu ul li a,
.main-menu .priority-nav__dropdown-toggle {
  font-family: var(--ppcc-font) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: var(--ppcc-nav-line) !important;
  color: var(--ppcc-off-white) !important;
}

.main-menu ul li a {
  text-decoration: none !important;
}
.main-menu ul li a:hover {
  color: var(--ppcc-teal) !important;
  text-decoration: none !important;
}

.btn-menu .hamburger-bar {
  background: var(--ppcc-off-white) !important;
}

/* Register button in nav */
.btn.btn-register.navbar-register,
a.btn.btn-register.navbar-register {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--ppcc-magenta) !important;
  border: 1px solid var(--ppcc-magenta) !important;
  border-radius: var(--ppcc-btn-radius) !important;
  color: var(--ppcc-off-white) !important;
  font-weight: 700 !important;
  font-size: var(--ppcc-btn-font-size) !important;
  padding: var(--ppcc-btn-padding) !important;
  line-height: 1 !important;
  min-height: 48px !important;
}

/* ========== Sub navigation banner ========== */
.ppcc-sub-nav {
  background: var(--ppcc-teal);
  text-align: center;
  padding: 10px;
  margin-top: var(--ppcc-nav-height);
  margin-bottom: calc(-1 * var(--ppcc-nav-height));
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-h3-weight);
  font-size: var(--ppcc-h3-size);
  line-height: var(--ppcc-h3-line);
  color: var(--ppcc-charcoal-blue);
  text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
  position: relative;
  z-index: 2;
}
.ppcc-sub-nav--home {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

/* ========== Buttons (global) ========== */
.ppcc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-btn-font-weight);
  font-size: var(--ppcc-btn-font-size);
  line-height: var(--ppcc-btn-line-height);
  padding: var(--ppcc-btn-padding);
  border-radius: var(--ppcc-btn-radius);
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.32s;
}
.ppcc-btn:hover { opacity: 0.88; }

.ppcc-btn-magenta {
  background: var(--ppcc-magenta) !important;
  border: 1px solid var(--ppcc-magenta) !important;
  color: var(--ppcc-off-white) !important;
}

.ppcc-btn-outline-magenta {
  background: transparent !important;
  border: 1px solid var(--ppcc-magenta) !important;
  color: var(--ppcc-magenta) !important;
}

.ppcc-btn.ppcc-btn-outline-magenta:hover,
.ppcc-btn.ppcc-btn-outline-magenta:focus-visible {
  opacity: 1 !important;
  background: rgba(192, 59, 196, 0.18) !important;
  border-color: #e78ce9 !important;
  color: var(--ppcc-off-white) !important;
  box-shadow: 0 0 0 2px rgba(192, 59, 196, 0.2);
}

/* ========== Section defaults ========== */
.section,
.section.black,
.section.dark,
.section.primary,
.section.light,
.section.secondary {
  background: transparent !important;
  color: var(--ppcc-off-white) !important;
}

.section h1, .section h2, .section h3,
.section h4, .section h5, .section h6,
.section p, .section li, .section span {
  color: inherit !important;
}

.ppcc-under-hero-gradient {
  border-top: 1px solid rgba(73, 197, 177, 0.22);
  background: linear-gradient(180deg, rgba(112, 37, 115, 0.28) 0%, rgba(42, 68, 111, 0.08) 24%, rgba(42, 68, 111, 0) 90%);
}

/* ========== Typography helpers ========== */
.ppcc-h1 {
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-h1-weight);
  font-size: var(--ppcc-h1-size);
  line-height: var(--ppcc-h1-line);
  color: var(--ppcc-off-white);
  text-shadow: var(--ppcc-text-shadow);
}
.ppcc-display-large {
  font-family: var(--ppcc-font);
  font-style: normal;
  font-weight: var(--ppcc-display-large-weight);
  font-size: var(--ppcc-display-large-size);
  line-height: var(--ppcc-display-large-line);
  color: var(--ppcc-pure-black);
}
.ppcc-display {
  font-family: var(--ppcc-font);
  font-style: normal;
  font-weight: var(--ppcc-display-weight);
  font-size: var(--ppcc-display-size);
  line-height: var(--ppcc-display-line);
  color: var(--ppcc-pure-black);
}
.ppcc-display-xl {
  font-family: var(--ppcc-font);
  font-style: normal;
  font-weight: var(--ppcc-display-xl-weight);
  font-size: var(--ppcc-display-xl-size);
  line-height: var(--ppcc-display-xl-line);
  color: var(--ppcc-pure-black);
}
.ppcc-h2 {
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-h2-weight);
  font-size: var(--ppcc-h2-size);
  line-height: var(--ppcc-h2-line);
  text-shadow: var(--ppcc-text-shadow);
}

/* Optional utility for mixed teal/white H2 text */
.ppcc-h2-mixed-teal-white {
  color: var(--ppcc-teal);
  background-image: linear-gradient(90deg, var(--ppcc-teal) 0%, #87e2ef 46%, var(--ppcc-off-white) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  text-shadow: none;
}
.ppcc-h3 {
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-h3-weight);
  font-size: var(--ppcc-h3-size);
  line-height: var(--ppcc-h3-line);
}
.ppcc-h4 {
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-h4-weight);
  font-size: var(--ppcc-h4-size);
  line-height: var(--ppcc-h4-line);
}
.ppcc-h5 {
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-h5-weight);
  font-size: var(--ppcc-h5-size);
  line-height: var(--ppcc-h5-line);
}
.ppcc-h6 {
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-h6-weight);
  font-size: var(--ppcc-h6-size);
  line-height: var(--ppcc-h6-line);
}
.ppcc-eyebrow {
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-eyebrow-weight);
  font-size: var(--ppcc-eyebrow-size);
  line-height: var(--ppcc-eyebrow-line);
  color: var(--ppcc-off-white);
}
.ppcc-subhead {
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-subhead-weight);
  font-size: var(--ppcc-subhead-size);
  line-height: var(--ppcc-subhead-line);
  color: var(--ppcc-off-white);
}
.ppcc-paragraph-l {
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-paragraph-l-weight);
  font-size: var(--ppcc-paragraph-l-size);
  line-height: var(--ppcc-paragraph-l-line);
}
.ppcc-paragraph-s {
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-paragraph-s-weight);
  font-size: var(--ppcc-paragraph-s-size);
  line-height: var(--ppcc-paragraph-s-line);
}
.ppcc-caption-1 {
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-caption-weight);
  font-size: var(--ppcc-caption-size);
  line-height: var(--ppcc-caption-line);
}
.ppcc-caption-2 {
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-caption-2-weight);
  font-size: var(--ppcc-caption-2-size);
  line-height: var(--ppcc-caption-2-line);
}
.ppcc-style-title {
  font-family: var(--ppcc-font);
  font-style: normal;
  font-weight: var(--ppcc-style-title-weight);
  font-size: var(--ppcc-style-title-size);
  line-height: var(--ppcc-style-title-line);
  color: var(--ppcc-style-title-color);
}

/* ========== Home: Hero ========== */
:root {
  --ppcc-layout-side-padding: clamp(20px, 5vw, 100px);
  --ppcc-page-gutter: var(--ppcc-layout-side-padding);
  --ppcc-layout-max: calc(100vw - (2 * var(--ppcc-layout-side-padding)));
  --ppcc-home-gutter: var(--ppcc-layout-side-padding);
  --ppcc-home-layout-max: var(--ppcc-layout-max);
}

@media (max-width: 991px) {
  :root {
    --ppcc-home-gutter: var(--ppcc-page-gutter);
    --ppcc-home-layout-max: calc(100vw - (2 * var(--ppcc-page-gutter)));
  }
}

.ppcc-hero-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 50px var(--ppcc-home-gutter);
  gap: 40px;
}

/* ========== Home: BOGO ========== */
.ppcc-bogo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(36px, 4vw, 64px);
  padding: 0;
  width: min(100%, 1260px);
  max-width: 1260px;
  margin: 0 auto !important;
}
.ppcc-bogo-card {
  background: var(--ppcc-charcoal-blue);
  border: 4px solid var(--ppcc-teal);
  border-left: 0;
  border-radius: 0 15px 15px 0;
  padding: 43px 64px 43px 110px;
  position: relative;
  overflow: hidden;
  width: auto;
  max-width: 860px;
  min-height: 332px;
  flex: 0 1 860px;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ppcc-bogo-card::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 550px;
  right: -160px;
  top: -300px;
  background: linear-gradient(318deg, #0A0908 -2%, #C13CC5 29%);
  mix-blend-mode: screen;
  opacity: 0.38;
  filter: blur(140px);
  transform: rotate(51deg);
  pointer-events: none;
}
.ppcc-bogo-card .ppcc-h2 { color: var(--ppcc-off-white) !important; }
.ppcc-bogo-card .ppcc-h2 strong { color: var(--ppcc-teal); }
.ppcc-bogo-card .ppcc-btn { align-self: flex-start; }

/* ========== Home: Why Attend ========== */
.ppcc-why-attend {
  background: var(--ppcc-charcoal-blue);
  border: 2px solid rgba(73, 197, 177, 0.5);
  border-radius: var(--ppcc-card-radius);
  box-shadow: 0 14px 30px rgba(7, 16, 36, 0.3);
  padding: 56px 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(40px, 4vw, 84px);
  width: min(100%, 1260px);
  max-width: 1260px;
  margin: 0 auto;
}
.ppcc-why-attend .ppcc-h2 { color: var(--ppcc-off-white) !important; }

/* ========== Home: Benefit cards ========== */
.ppcc-benefit-card {
  background: var(--ppcc-off-white);
  border-radius: var(--ppcc-card-radius);
  position: relative;
  min-height: 226px;
  display: flex;
  align-items: center;
}
.ppcc-benefit-card h3, .ppcc-benefit-card p {
  color: var(--ppcc-pure-black) !important;
}
.ppcc-benefits-section {
  padding: 72px 0 94px;
}
.ppcc-benefits-title {
  margin-bottom: 72px !important;
}
.ppcc-benefit-row {
  display: flex;
  justify-content: center;
  padding: 34px var(--ppcc-home-gutter);
}
.ppcc-benefit-row.first {
  padding-top: 56px;
}
.ppcc-benefit-shell {
  position: relative;
  width: min(100%, 1120px);
}
.ppcc-benefit-card-alt {
  min-height: 300px;
  padding: 30px 72px;
  margin-left: 120px;
  margin-right: 120px;
}
.ppcc-benefit-copy {
  max-width: 360px;
}
.ppcc-benefit-shell.image-left .ppcc-benefit-copy {
  margin-left: 320px;
}
.ppcc-benefit-shell.image-right .ppcc-benefit-copy {
  margin-right: 320px;
}
.ppcc-benefit-image-wrap {
  position: absolute;
  width: 340px;
  height: 230px;
  top: 50%;
  transform: translateY(-50%);
}
.ppcc-benefit-shell.image-left .ppcc-benefit-image-wrap {
  left: 0;
}
.ppcc-benefit-shell.image-right .ppcc-benefit-image-wrap {
  right: 0;
}
.ppcc-benefit-img {
  border: 3px solid var(--ppcc-off-white);
  box-shadow: var(--ppcc-card-shadow);
  border-radius: var(--ppcc-card-radius);
  object-fit: cover;
}

/* ========== Home: Focus cards ========== */
.ppcc-home-focus-item {
  display: flex;
  flex-direction: column;
}
.ppcc-focus-card {
  border-radius: var(--ppcc-card-radius-sm);
  padding: 38px 36px;
  text-align: center;
  border-width: 3px;
  border-style: solid;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.ppcc-focus-card.variant-1 {
  background: var(--ppcc-off-white);
  border-color: var(--ppcc-magenta);
  color: var(--ppcc-pure-black);
}
.ppcc-focus-number {
  font-family: var(--ppcc-font);
  font-weight: 900;
  font-size: 55px;
  line-height: 62px;
  color: var(--ppcc-magenta);
  margin: 0 0 -8px;
}
.ppcc-focus-divider {
  width: 60px;
  height: 0;
  border-width: 4.6px;
  border-style: solid;
  border-color: var(--ppcc-teal);
  margin: 16px auto;
}

/* ========== Home: Speakers ========== */
.ppcc-featured-speakers-section {
  width: 100%;
}
.ppcc-featured-speakers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 261px));
  justify-content: center;
  justify-items: stretch;
  width: 100%;
  max-width: var(--ppcc-home-layout-max);
  margin: 0 auto;
  column-gap: clamp(16px, 2vw, 28px);
  row-gap: 24px;
}

@media (min-width: 1200px) {
  .ppcc-featured-speakers-grid {
    grid-template-columns: repeat(3, minmax(240px, 320px));
    column-gap: clamp(28px, 3vw, 56px);
  }

  .ppcc-featured-speakers-grid .ppcc-speaker-card-new {
    max-width: 320px;
  }

  .ppcc-featured-speakers-grid .ppcc-speaker-card-media {
    width: min(240px, 100%);
  }
}
.ppcc-speaker-card-new {
  text-decoration: none;
  display: block;
}
.ppcc-speaker-card-new img {
  border-radius: var(--ppcc-card-radius);
  width: 220px;
  height: 220px;
  object-fit: cover;
}
.ppcc-speaker-badge {
  background: var(--ppcc-teal);
  border: 1px solid var(--ppcc-teal);
  backdrop-filter: blur(7px);
  border-radius: var(--ppcc-card-radius);
  padding: 8px 20px;
  color: var(--ppcc-pure-black);
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ppcc-speaker-card-media-wrap .ppcc-speaker-badge,
.ppcc-session-speaker-photo .ppcc-speaker-badge {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.ppcc-speaker-name-new {
  font-weight: var(--ppcc-h6-weight);
  font-size: var(--ppcc-h6-size);
  line-height: var(--ppcc-h6-line);
  color: var(--ppcc-magenta) !important;
}
.ppcc-speaker-title-new {
  font-weight: 400;
  font-size: var(--ppcc-paragraph-s-size);
  line-height: var(--ppcc-paragraph-s-line);
  color: var(--ppcc-off-white);
}

/* ========== Home: Agenda ========== */
.ppcc-agenda-tabs {
  display: flex;
  background: var(--ppcc-off-white);
  border-radius: 40px;
  padding: 10px;
  gap: 0;
}
.ppcc-agenda-tab {
  border: none;
  background: transparent;
  padding: 10px 20px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 16px;
  color: var(--ppcc-pure-black);
  text-align: center;
  flex: 1;
  cursor: pointer;
  font-family: var(--ppcc-font);
}
.ppcc-agenda-tab.active {
  background: var(--ppcc-teal);
}
.ppcc-agenda-bullets {
  margin: 0 0 24px;
  padding-left: 24px;
  list-style: disc outside;
}
.ppcc-agenda-bullets li {
  color: var(--ppcc-off-white);
  font-family: var(--ppcc-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  list-style: disc outside;
}
.ppcc-agenda-bullets li::marker {
  color: var(--ppcc-off-white);
}
.ppcc-agenda-workshops {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ppcc-agenda-workshop-group h3 {
  margin-top: 0;
}
.ppcc-agenda-item {
  background: var(--ppcc-charcoal-blue);
  border: 1px solid var(--ppcc-teal);
  border-radius: var(--ppcc-card-radius);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 100px;
}
.ppcc-agenda-item.keynote {
  border-color: var(--ppcc-off-white);
}

/* ========== Home: Past highlights collage ========== */
.ppcc-highlights-collage-wrap {
  flex: none;
  width: 547px;
  max-width: 100%;
  height: auto;
  position: relative;
}
.ppcc-highlights-composite-image {
  width: 100%;
  height: auto;
  display: block;
}
.ppcc-highlights-collage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.ppcc-highlights-dots {
  position: absolute;
  width: 243px;
  height: 251px;
  background-image: radial-gradient(circle, #49C5B1 5px, transparent 5px);
  background-size: 47px 48px;
  opacity: 1;
}
.ppcc-highlights-dots--left {
  left: 28px;
  top: 142px;
}
.ppcc-highlights-dots--right {
  left: 318px;
  top: 1px;
}
.ppcc-highlights-shape {
  position: absolute;
  left: 11px;
  top: 184px;
  width: 219px;
  height: 246px;
  background: #49C5B1;
  border-radius: 5px;
  clip-path: polygon(0 0, 72% 0, 100% 30%, 100% 100%, 0 100%);
}
.ppcc-highlights-img {
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
}
.ppcc-highlights-img--small {
  left: 29px;
  top: 65px;
  width: 139px;
  height: 138px;
  z-index: 3;
}
.ppcc-highlights-img--large {
  left: 190px;
  top: 36px;
  width: 333px;
  height: 246px;
  z-index: 2;
}
.ppcc-highlights-img--bottom {
  left: 130px;
  top: 253px;
  width: 240px;
  height: 160px;
  z-index: 4;
}

/* ========== Home: Testimonials ========== */
.ppcc-community-voices {
  display: flex;
  gap: clamp(36px, 4vw, 72px);
  width: min(100%, var(--ppcc-home-section-max));
  max-width: var(--ppcc-home-section-max);
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .ppcc-community-voices {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.ppcc-community-voices-timeline {
  flex: none;
  width: 494px;
  height: 808.5px;
  padding: 10px;
  box-sizing: border-box;
}
.ppcc-community-voices-stack {
  position: relative;
  width: 474px;
  height: 788.5px;
}
.ppcc-community-voices-stack::before {
  content: none;
  position: absolute;
  left: 67px;
  top: 202px;
  width: 2px;
  height: 539px;
  background: var(--ppcc-teal);
}
.ppcc-community-voices-item {
  position: absolute;
}
.ppcc-community-voices-item--one {
  left: 0;
  top: 0;
  width: 474px;
  height: 249.5px;
}
.ppcc-community-voices-item--two {
  left: 0;
  top: 269.5px;
  width: 402px;
  height: 249.5px;
}
.ppcc-community-voices-item--three {
  left: 0;
  top: 539px;
  width: 449px;
  height: 249.5px;
}
.ppcc-community-voices-item .ppcc-testimonial {
  position: absolute;
  left: 68px;
  top: 10px;
}
.ppcc-community-voices-item--one .ppcc-testimonial {
  width: 416px;
  height: 192px;
}
.ppcc-community-voices-item--two .ppcc-testimonial {
  width: 347px;
  height: 192px;
  left: 65px;
}
.ppcc-community-voices-item--three .ppcc-testimonial {
  width: 393px;
  height: 192px;
  left: 66px;
}
.ppcc-community-voices-marker {
  position: absolute;
  left: 10px;
  top: 144px;
  width: 115.5px;
  height: 115.5px;
  border-radius: 50%;
  background: #49C5B1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.ppcc-community-voices-item--two .ppcc-community-voices-marker {
  top: 144px;
}
.ppcc-community-voices-item--three .ppcc-community-voices-marker {
  top: 144px;
}
.ppcc-testimonial {
  background: #2A446F;
  border: 2px solid var(--ppcc-teal);
  border-radius: 30px 8px 30px 30px;
  padding: 30px 30px 31px 80px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.ppcc-testimonial::before {
  content: "";
  position: absolute;
  width: 657px;
  height: 607px;
  left: 169px;
  top: -482px;
  background: linear-gradient(318deg, #0A0908 -2%, #C13CC5 29%);
  mix-blend-mode: screen;
  opacity: 0.42;
  filter: blur(109px);
  transform: matrix(0.63, 0.77, -0.79, 0.61, 0, 0);
  pointer-events: none;
}
.ppcc-testimonial--quote-card {
  max-width: none;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
}
.ppcc-testimonial--quote-card .ppcc-subhead {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 !important;
  position: relative;
  z-index: 1;
}
.ppcc-testimonial--quote-card .ppcc-testimonial-name {
  margin: 0 !important;
  position: relative;
  z-index: 1;
}
.ppcc-community-voices-item--one .ppcc-subhead,
.ppcc-community-voices-item--one .ppcc-testimonial-name {
  max-width: 307px;
}
.ppcc-community-voices-item--two .ppcc-testimonial {
  padding-left: 70px;
}
.ppcc-community-voices-item--two .ppcc-subhead,
.ppcc-community-voices-item--two .ppcc-testimonial-name {
  max-width: 247px;
}
.ppcc-community-voices-item--three .ppcc-testimonial {
  padding-left: 86px;
}
.ppcc-community-voices-item--three .ppcc-subhead,
.ppcc-community-voices-item--three .ppcc-testimonial-name {
  max-width: 282px;
}
.ppcc-testimonial-name {
  color: var(--ppcc-teal) !important;
  font-weight: 400;
  font-size: var(--ppcc-h6-size);
}

/* ========== Home: Who Should Attend ========== */
.ppcc-who-attend {
  background: var(--ppcc-off-white);
  border-radius: var(--ppcc-card-radius-sm);
  color: var(--ppcc-pure-black);
}
.ppcc-who-panel {
  width: min(100%, 1440px);
  max-width: 1440px;
  min-height: 503px;
  margin: 0 auto;
  background: var(--ppcc-off-white);
  border-radius: 15px;
  padding: 50px;
  padding-right: 560px;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}
.ppcc-who-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.ppcc-who-copy {
  flex: 0 1 auto;
  max-width: 560px;
  min-width: 0;
}
.ppcc-who-list {
  margin: 0 0 24px;
  padding-left: 24px;
  list-style: disc outside;
  color: var(--ppcc-pure-black);
  font-family: var(--ppcc-font);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.ppcc-who-list li {
  list-style: disc outside;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
.ppcc-who-list li::marker {
  color: var(--ppcc-pure-black);
}
.ppcc-who-image-wrap {
  position: absolute;
  right: -30px;
  top: 30px;
  width: 500px;
  height: 380px;
  border: none;
  border-radius: 15px;
  overflow: visible;
  z-index: 2;
}
.ppcc-who-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ppcc-teal);
  border-radius: 15px;
  transform: translate(12px, 12px) rotate(2deg);
  z-index: -1;
}
.ppcc-who-image-wrap .ppcc-framed-img {
  border: none;
  box-shadow: none;
  border-radius: 15px;
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ppcc-who-panel h2,
.ppcc-who-panel p,
.ppcc-who-panel li {
  color: var(--ppcc-pure-black) !important;
}
.ppcc-who-panel .ppcc-h2 {
  text-shadow: 0 1px 2px rgba(10, 9, 8, 0.08) !important;
}
.ppcc-who-panel .ppcc-paragraph-s {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

/* ========== Home: Framed image ========== */
.ppcc-framed-img {
  border: 3px solid var(--ppcc-off-white);
  box-shadow: var(--ppcc-card-shadow-lg);
  border-radius: var(--ppcc-card-radius);
  object-fit: cover;
}

/* ========== Sessions page ========== */
.ppcc-sessions-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 140px;
  padding: 60px var(--ppcc-page-gutter);
  max-width: calc(var(--ppcc-layout-max) + (2 * var(--ppcc-page-gutter)));
  margin: 0 auto;
  box-sizing: border-box;
}
.ppcc-sessions-hero-content {
  width: 598px;
  max-width: 100%;
}
.ppcc-sessions-hero-image {
  width: 388px;
  height: 258px;
  position: relative;
  flex-shrink: 0;
}
.ppcc-sessions-body {
  padding: 88px var(--ppcc-page-gutter) 56px;
  max-width: calc(var(--ppcc-layout-max) + (2 * var(--ppcc-page-gutter)));
  margin: 0 auto;
  box-sizing: border-box;
}
.ppcc-workshops-body {
  padding: 88px var(--ppcc-page-gutter) 56px;
  max-width: calc(var(--ppcc-layout-max) + (2 * var(--ppcc-page-gutter)));
  margin: 0 auto;
  box-sizing: border-box;
}
.ppcc-sessions-intro {
  max-width: 516px;
  margin: 0 auto 80px;
  text-align: center;
}
.ppcc-sessions-layout {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 44px;
}
.ppcc-sessions-sidebar {
  width: 385px;
  flex-shrink: 0;
}
.ppcc-sessions-refine-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 27px;
}
.ppcc-sessions-clear-btn {
  background: transparent;
  border: 0;
  color: var(--ppcc-off-white);
  font-family: var(--ppcc-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.ppcc-sessions-search {
  display: flex;
  height: 37px;
  margin-bottom: 38px;
}
.ppcc-sessions-search input {
  flex: 1;
  border: 1px solid var(--ppcc-off-white);
  border-radius: 6px 0 0 6px;
  background: var(--ppcc-off-white);
  color: var(--ppcc-pure-black);
  padding: 0 12px;
  font-size: 16px;
}
.ppcc-sessions-search input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.ppcc-sessions-search button {
  width: 42px;
  border: 0;
  background: var(--ppcc-magenta);
  color: var(--ppcc-off-white);
  border-radius: 0 6px 6px 0;
}
.ppcc-sessions-filter-sections {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.ppcc-sessions-filter-section {
  border-bottom: 1px solid var(--ppcc-teal);
  padding-bottom: 12px;
}
.ppcc-sessions-filter-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--ppcc-off-white);
  font-family: var(--ppcc-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.ppcc-sessions-filter-header i {
  color: var(--ppcc-teal);
}
.ppcc-sessions-filter-options {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 170px;
  overflow: auto;
  padding-right: 6px;
}
.ppcc-sessions-check-row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ppcc-off-white);
  font-family: var(--ppcc-font);
  font-size: 16px;
}
.ppcc-sessions-check-row input {
  accent-color: var(--ppcc-teal);
  width: 18px;
  height: 18px;
}
.ppcc-sessions-results {
  width: 820px;
  max-width: 100%;
}
.ppcc-workshops-list {
  width: min(100%, 900px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.ppcc-workshops-list-controls {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.ppcc-workshops-clear-btn {
  background: transparent;
  border: 0;
  color: var(--ppcc-off-white);
  font-family: var(--ppcc-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.ppcc-workshops-search {
  display: flex;
  height: 37px;
  width: 380px;
}
.ppcc-workshops-search input {
  flex: 1;
  border: 1px solid var(--ppcc-off-white);
  border-radius: 6px 0 0 6px;
  background: var(--ppcc-off-white);
  color: var(--ppcc-pure-black);
  padding: 0 12px;
  font-size: 16px;
}
.ppcc-workshops-search input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.ppcc-workshops-search button {
  width: 42px;
  border: 0;
  background: var(--ppcc-magenta);
  color: var(--ppcc-off-white);
  border-radius: 0 6px 6px 0;
}
.ppcc-workshops-day-tabs {
  display: flex;
  gap: 50px;
  border-bottom: 1px solid var(--ppcc-off-white);
}
.ppcc-workshops-day-tabs button {
  border: 0;
  background: transparent;
  color: var(--ppcc-off-white);
  font-family: var(--ppcc-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
}
.ppcc-workshops-day-tabs button.active {
  color: var(--ppcc-teal);
  border-bottom: 3px solid var(--ppcc-teal);
  font-weight: 500;
}
.ppcc-workshops-card-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.ppcc-workshops-card {
  background: var(--ppcc-charcoal-blue);
  border: 2px solid var(--ppcc-teal);
  box-shadow: 0px 2.32903px 2.32903px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 17px;
  display: flex;
  gap: 32px;
  align-items: center;
}
.ppcc-workshops-card-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ppcc-workshops-day-tabs {
  display: none;
}
.ppcc-workshops-card-date {
  margin: 0;
  color: var(--ppcc-teal);
  font-family: var(--ppcc-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.ppcc-workshops-card-title {
  margin: 0;
  font-family: var(--ppcc-font);
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: var(--ppcc-off-white);
}
.ppcc-workshops-card-abstract {
  margin: 0;
  color: var(--ppcc-off-white);
  font-family: var(--ppcc-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ppcc-workshops-card-cta {
  align-self: flex-end;
}
.ppcc-sessions-active-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.ppcc-sessions-tag {
  border: 1px solid var(--ppcc-teal);
  border-radius: 15px;
  background: var(--ppcc-teal);
  color: var(--ppcc-pure-black);
  font-family: var(--ppcc-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ppcc-sessions-tag span {
  color: var(--ppcc-charcoal-blue);
}
.ppcc-sessions-day-tabs {
  display: flex;
  gap: 50px;
  border-bottom: 1px solid var(--ppcc-off-white);
  margin-bottom: 28px;
}
.ppcc-sessions-day-tabs button {
  border: 0;
  background: transparent;
  color: var(--ppcc-off-white);
  font-family: var(--ppcc-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
}
.ppcc-sessions-day-tabs button.active {
  color: var(--ppcc-teal);
  border-bottom: 3px solid var(--ppcc-teal);
  font-weight: 500;
}
.ppcc-sessions-cards {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.ppcc-sessions-card {
  background: var(--ppcc-charcoal-blue);
  border: 2px solid var(--ppcc-teal);
  box-shadow: 0px 2.32903px 2.32903px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 17px;
  display: flex;
  gap: 32px;
  align-items: center;
}
.ppcc-sessions-card-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ppcc-sessions-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ppcc-sessions-card-cta {
  align-self: flex-end;
}

/* ========== Session detail page ========== */
.ppcc-session-detail-hero {
  background: linear-gradient(180deg, rgba(var(--ppcc-dark-magenta-rgb), 0.26) 0%, rgba(var(--ppcc-charcoal-blue-rgb), 0) 100%);
  padding: 60px 0 24px;
}
.ppcc-session-detail-hero-inner {
  max-width: var(--ppcc-layout-max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  padding-left: var(--ppcc-page-gutter);
  padding-right: var(--ppcc-page-gutter);
}
.ppcc-session-back {
  color: var(--ppcc-off-white);
  text-decoration: none;
  font-family: var(--ppcc-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ppcc-session-back:hover {
  color: var(--ppcc-teal);
}
.ppcc-session-detail-main {
  background: linear-gradient(180deg, var(--ppcc-charcoal-blue) 0%, rgba(30, 30, 30, 0) 100%);
  padding: 100px var(--ppcc-page-gutter) 50px;
  display: flex;
  justify-content: center;
  gap: 130px;
}
.ppcc-session-detail-content {
  width: 765px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.ppcc-session-abstract {
  color: var(--ppcc-off-white);
  font-family: var(--ppcc-font);
  font-size: 16px;
  line-height: 24px;
}
.ppcc-session-abstract p {
  margin-bottom: 16px;
}
.ppcc-session-abstract strong,
.ppcc-session-abstract b {
  font-weight: 700;
}
.ppcc-session-abstract h2,
.ppcc-session-abstract h3,
.ppcc-session-abstract h4 {
  margin: 26px 0 10px;
  font-weight: 700;
  line-height: 1.3;
}
.ppcc-session-abstract ul,
.ppcc-session-abstract ol {
  margin: 0 0 20px 10px;
  padding-left: 22px;
}
.ppcc-session-abstract li {
  margin-bottom: 10px;
}
.ppcc-session-detail-speaker-col {
  width: 305px;
  max-width: 100%;
}
.ppcc-session-speaker-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ppcc-session-side-title {
  margin: 0 0 28px;
  font-family: var(--ppcc-font);
  font-weight: 800;
  font-size: 39px;
  line-height: 43px;
  color: var(--ppcc-off-white);
  text-shadow: var(--ppcc-text-shadow);
}
.ppcc-session-speaker-card {
  text-decoration: none;
  display: block;
  color: inherit;
}
.ppcc-session-speaker-photo {
  width: 257px;
  height: 257px;
  position: relative;
}
.ppcc-session-more {
  background: linear-gradient(180deg, var(--ppcc-charcoal-blue) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 41px 0;
}
.ppcc-session-more-list {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* ========== FAQ page ========== */
.ppcc-faq-page {
  width: 100%;
}
.ppcc-faq-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
  padding: 40px var(--ppcc-page-gutter) 20px;
}
.ppcc-faq-hero .ppcc-eyebrow {
  margin: 0;
}
.ppcc-faq-heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.ppcc-faq-heading-top {
  color: var(--ppcc-teal);
}
.ppcc-faq-heading-bottom {
  color: var(--ppcc-off-white);
}
.ppcc-faq-body {
  max-width: var(--ppcc-layout-max);
  margin: 0 auto;
  padding: 30px var(--ppcc-page-gutter) 80px;
}
.ppcc-faq-search {
  display: flex;
  width: 380px;
  max-width: 100%;
  height: 37px;
  margin-bottom: 30px;
}
.ppcc-faq-search input {
  flex: 1;
  border: 1px solid var(--ppcc-off-white);
  border-radius: 6px 0 0 6px;
  background: var(--ppcc-off-white);
  color: var(--ppcc-pure-black);
  padding: 0 12px;
  font-size: 16px;
  line-height: 24px;
  outline: none;
}
.ppcc-faq-search input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.ppcc-faq-search button {
  width: 42px;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: var(--ppcc-teal);
  color: var(--ppcc-off-white);
}
.ppcc-faq-list {
  border-top: 1px solid var(--ppcc-magenta);
}
.ppcc-faq-item {
  border-bottom: 1px solid var(--ppcc-magenta);
}
.ppcc-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border: 0;
  background: transparent;
  color: var(--ppcc-off-white);
  padding: 18px 0;
  text-align: left;
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-h4-weight);
  font-size: var(--ppcc-h4-size);
  line-height: var(--ppcc-h4-line);
}
.ppcc-faq-question span:first-child {
  max-width: 1024px;
}
.ppcc-faq-caret {
  color: var(--ppcc-teal);
  font-size: 18px;
  line-height: 1;
  transition: transform 0.32s ease;
}
.ppcc-faq-caret.is-open {
  transform: rotate(180deg);
}
.ppcc-faq-answer {
  max-width: 1024px;
  padding: 0 0 22px;
}
.ppcc-faq-answer .ppcc-paragraph-l {
  margin: 0 0 14px;
  color: var(--ppcc-off-white);
}
.ppcc-faq-bullet-list {
  margin: 0 0 14px;
  padding-left: 22px;
  color: var(--ppcc-off-white);
}
.ppcc-faq-bullet-list li {
  margin-bottom: 8px;
  font-family: var(--ppcc-font);
  font-weight: var(--ppcc-paragraph-l-weight);
  font-size: var(--ppcc-paragraph-l-size);
  line-height: var(--ppcc-paragraph-l-line);
}
.ppcc-faq-bullet-list li::marker {
  color: var(--ppcc-off-white);
}
.ppcc-faq-link {
  color: var(--ppcc-teal) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ppcc-faq-link:hover {
  color: var(--ppcc-off-white) !important;
}
.ppcc-faq-empty {
  margin: 20px 0;
}

/* ========== Footer ========== */
.ppcc-footer {
  background: var(--ppcc-charcoal-blue) !important;
  min-height: 461px;
  position: relative;
  z-index: 6;
}
.ppcc-footer-inner {
  max-width: var(--ppcc-layout-max);
  margin: 0 auto;
  padding: 44px var(--ppcc-page-gutter) 46px;
}
.ppcc-footer-divider {
  border: none;
  border-top: 1px solid var(--ppcc-teal);
  margin: 0 0 41px;
}
.ppcc-footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 159px;
  min-height: 329px;
}
.ppcc-footer-left {
  width: 634px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 75px;
}
.ppcc-footer-logo {
  width: 197px;
  height: 31px;
}
.ppcc-footer-links-wrap {
  display: flex;
  align-items: flex-start;
  gap: 66px;
  width: 100%;
}
.ppcc-footer-policy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 135px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ppcc-footer-policy-list a {
  color: var(--ppcc-off-white) !important;
  text-decoration: none;
}
.ppcc-footer-policy-list a:hover {
  color: var(--ppcc-teal) !important;
}
.ppcc-footer-contact {
  width: 429px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ppcc-footer-contact p {
  margin: 0;
}
.ppcc-footer-contact a {
  color: var(--ppcc-off-white) !important;
  text-decoration: none;
}
.ppcc-footer-contact a:hover {
  color: var(--ppcc-teal) !important;
}
.ppcc-footer-contact-label {
  color: var(--ppcc-teal) !important;
  font-weight: 700;
}
.ppcc-footer-copyright {
  margin: 0;
  width: 100%;
  font-family: var(--ppcc-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--ppcc-muted) !important;
}
.ppcc-footer-copyright a {
  color: var(--ppcc-muted) !important;
}
.ppcc-footer-right {
  width: 414px;
  max-width: 100%;
  min-height: 329px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 18px;
}
.ppcc-footer-social {
  width: 120px;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
.ppcc-footer-social a {
  color: var(--ppcc-off-white) !important;
  font-size: 24px;
  line-height: 24px;
}
.ppcc-footer-social-x {
  display: inline-block;
  font-family: var(--ppcc-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
.ppcc-footer-newsletter {
  width: 414px;
  max-width: 100%;
}
.ppcc-footer-newsletter p {
  margin: 0 0 10px;
  color: var(--ppcc-off-white) !important;
}
.ppcc-footer-newsletter-form {
  width: 414px;
  max-width: 100%;
  height: 48px;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background: var(--ppcc-off-white);
}
.ppcc-footer-newsletter-form input {
  width: 298px;
  flex: 0 0 298px;
  border: 0;
  padding: 12px 20px;
  font-family: var(--ppcc-font);
  font-size: 16px;
  line-height: 24px;
  color: var(--ppcc-pure-black);
  background: transparent;
}
.ppcc-footer-newsletter-form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.ppcc-footer-newsletter-form button {
  width: 116px;
  flex: 0 0 116px;
  border: 0;
  background: var(--ppcc-magenta);
  color: var(--ppcc-off-white);
  font-family: var(--ppcc-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.ppcc-footer-newsletter-form button:hover {
  background: var(--ppcc-magenta-light);
}

/* ========== Speaker Detail: session card ========== */
.ppcc-session-card {
  background: var(--ppcc-charcoal-blue);
  border: 2px solid var(--ppcc-teal);
  box-shadow: 0px 2.3px 2.3px rgba(0,0,0,0.25);
  border-radius: 15px;
  padding: 17px;
  display: flex;
  align-items: center;
  gap: 50px;
}
.ppcc-session-card:hover {
  border-color: var(--ppcc-magenta);
  box-shadow: 0px 4px 12px rgba(192,59,196,0.25);
}
.ppcc-session-tag-teal {
  background: var(--ppcc-teal);
  border: 1px solid var(--ppcc-teal);
  border-radius: 9px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 500;
  color: var(--ppcc-pure-black);
}
.ppcc-session-tag-blue {
  background: var(--ppcc-vivid-blue);
  border: 1px solid var(--ppcc-vivid-blue);
  border-radius: 9px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 500;
  color: var(--ppcc-pure-black);
}
.ppcc-session-tag-magenta {
  background: var(--ppcc-magenta);
  border: 1px solid var(--ppcc-magenta);
  border-radius: 9px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 500;
  color: var(--ppcc-pure-black);
}
.ppcc-btn-teal {
  background: var(--ppcc-teal);
  border: 1px solid var(--ppcc-teal);
  border-radius: 23px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ppcc-pure-black);
  text-decoration: none;
  white-space: nowrap;
}
.ppcc-btn-teal:hover {
  background: var(--ppcc-teal-dark);
  border-color: var(--ppcc-teal-dark);
  color: var(--ppcc-pure-black);
  text-decoration: none;
}
.ppcc-btn-teal-sm {
  border-radius: 24px;
  padding: 7px 16px;
  min-width: 88px;
  min-height: 28px;
  font-size: 10px;
  line-height: 13px;
}
.ppcc-workshop-video {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(73, 197, 177, 0.45);
  background: var(--ppcc-pure-black);
  aspect-ratio: 16 / 9;
}
.ppcc-workshop-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ========== Travel page ========== */
.ppcc-travel-hero {
  max-width: var(--ppcc-layout-max);
  margin: 0 auto;
  padding: 60px var(--ppcc-page-gutter) 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.ppcc-travel-hero-content {
  width: min(100%, 620px);
}
.ppcc-travel-hero-image {
  width: 420px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.ppcc-travel-body {
  max-width: var(--ppcc-layout-max);
  margin: 0 auto;
  padding: 24px var(--ppcc-page-gutter) 80px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.ppcc-travel-host-card,
.ppcc-travel-transport-card {
  background: rgba(var(--ppcc-charcoal-blue-rgb), 0.55);
  border: 1px solid rgba(73, 197, 177, 0.4);
  border-radius: 16px;
  padding: 28px;
}
.ppcc-travel-gallery {
  background: rgba(var(--ppcc-charcoal-blue-rgb), 0.3);
  border-radius: 16px;
  border: 1px solid rgba(73, 197, 177, 0.25);
  padding: 28px;
}
.ppcc-travel-gallery-head {
  margin-bottom: 20px;
}
.ppcc-travel-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.ppcc-travel-image-card {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px;
}
.ppcc-travel-image-card img {
  object-fit: cover;
}
.ppcc-travel-directions {
  margin: 0 0 24px 18px;
  padding: 0;
}
.ppcc-travel-directions li {
  margin-bottom: 8px;
}

/* ========== Sponsors page ========== */
.ppcc-sponsors-hero {
  max-width: var(--ppcc-layout-max);
  margin: 0 auto;
  padding: 60px var(--ppcc-page-gutter) 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 36px;
  align-items: center;
}
.ppcc-sponsors-hero-content {
  width: min(100%, 620px);
}
.ppcc-sponsors-video {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(73, 197, 177, 0.45);
  background: var(--ppcc-pure-black);
  aspect-ratio: 16 / 9;
}
.ppcc-sponsors-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.ppcc-sponsors-body {
  max-width: var(--ppcc-layout-max);
  margin: 0 auto;
  padding: 24px var(--ppcc-page-gutter) 80px;
}
.ppcc-sponsors-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ppcc-sponsor-category {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ppcc-sponsor-category-title {
  margin: 0;
  color: var(--ppcc-teal);
  text-transform: uppercase;
}
.ppcc-sponsor-card {
  background: rgba(var(--ppcc-charcoal-blue-rgb), 0.52);
  border: 1px solid rgba(73, 197, 177, 0.32);
  border-radius: 16px;
  padding: 18px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
}
.ppcc-sponsor-logo-wrap {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(42, 68, 111, 0.18);
  border-radius: 12px;
  padding: 14px;
  box-sizing: border-box;
}
.ppcc-sponsor-logo {
  display: block;
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}
.ppcc-sponsor-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ppcc-sponsor-bio {
  margin: 0;
  color: var(--ppcc-off-white);
}
.ppcc-sponsor-site-btn {
  align-self: flex-start;
}

/* ========== Register page ========== */
.ppcc-register-page {
  position: relative;
  z-index: 1;
  background: transparent;
  padding-bottom: 56px;
  overflow: visible;
}
.ppcc-register-page::before,
.ppcc-register-page::after {
  content: none;
}
.ppcc-register-page > * {
  position: relative;
  z-index: 1;
}
.ppcc-register-page .ppcc-register-pricing-wrap {
  background: transparent;
}
.ppcc-register-content {
  position: relative;
}
.ppcc-register-content::before {
  content: none;
}
.ppcc-register-content::after {
  content: none;
}
.ppcc-register-content > * {
  position: relative;
  z-index: 1;
}
.ppcc-register-max {
  width: 100%;
  max-width: var(--ppcc-layout-max);
  margin: 0 auto;
  padding-left: var(--ppcc-page-gutter);
  padding-right: var(--ppcc-page-gutter);
  box-sizing: border-box;
}
.ppcc-register-banner {
  padding: 20px 0 0;
}
.ppcc-register-banner-inner {
  background: var(--ppcc-teal);
  border-radius: 14px;
  padding: 14px 18px;
}
.ppcc-register-pricing-wrap {
  padding: 18px 0 70px;
}
.ppcc-register-top-hero {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(40px, 5vw, 60px) var(--ppcc-page-gutter);
  gap: 20px;
  width: 100%;
  max-width: var(--ppcc-layout-max);
  min-height: auto;
  margin: 0 auto 18px;
}
.ppcc-register-top-hero-frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  gap: 18px;
  width: min(760px, 100%);
  max-width: 100%;
  min-height: auto;
}
.ppcc-register-top-hero .ppcc-h1 {
  margin: 0 auto;
  color: var(--ppcc-off-white);
  width: 100%;
  max-width: 100%;
  min-height: auto;
  font-family: var(--ppcc-font);
  font-style: normal;
  font-weight: 800;
  font-size: clamp(42px, 4.2vw, 58px);
  line-height: clamp(48px, 4.8vw, 65px);
  text-align: center;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  align-self: stretch;
}
.ppcc-register-top-hero .ppcc-h1 span {
  color: var(--ppcc-teal);
}
.ppcc-register-top-hero .ppcc-subhead {
  width: min(700px, 100%);
  max-width: 100%;
  min-height: auto;
  margin: 0 auto;
  font-family: var(--ppcc-font);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: block;
  text-align: center;
  color: var(--ppcc-off-white);
}
.ppcc-register-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ppcc-register-secure {
  text-align: center;
  max-width: 645px;
  margin: 32px auto 24px;
}
.ppcc-register-page .pricing-box {
  background: rgba(var(--ppcc-charcoal-blue-rgb), 0.58) !important;
  border: 1px solid rgba(73, 197, 177, 0.4) !important;
  border-radius: 16px !important;
  color: var(--ppcc-off-white) !important;
  padding: 20px !important;
}
.ppcc-register-page .pricing-box.active {
  border-color: var(--ppcc-magenta) !important;
  box-shadow: 0 0 0 1px rgba(var(--ppcc-magenta-rgb), 0.35) inset;
}
.ppcc-register-page .pricing-box h3 {
  margin: 0 0 4px !important;
  color: var(--ppcc-teal) !important;
}
.ppcc-register-page .pricing-box h4 {
  margin: 0 0 12px !important;
  color: var(--ppcc-off-white) !important;
}
.ppcc-register-page .pricing-box .price {
  color: var(--ppcc-teal) !important;
  font-weight: 800;
}
.ppcc-register-page .pricing-box .package {
  color: var(--ppcc-off-white) !important;
}
.ppcc-register-note p {
  margin: 0 !important;
}
.ppcc-register-form-intro {
  margin: 8px 0 22px !important;
  text-align: center;
}
.ppcc-register-form-title {
  margin: 22px 0 0 !important;
  color: var(--ppcc-off-white);
  text-align: center;
}
.ppcc-register-form-shell {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.ppcc-register-promo {
  margin-top: 48px;
  text-align: center;
}
.ppcc-register-promo h2 {
  margin: 0 0 16px;
  color: var(--ppcc-off-white);
}
.ppcc-register-promo-image {
  width: min(100%, 760px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(73, 197, 177, 0.45);
}
.ppcc-register-promo-image img {
  object-fit: cover;
}
.ppcc-register-benefits {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.ppcc-register-benefits > h2 {
  margin: 0;
}
.ppcc-register-benefits-list {
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ppcc-register-benefit-card {
  background: var(--ppcc-off-white);
  color: var(--ppcc-pure-black);
  border-radius: 15px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.ppcc-register-benefit-image {
  width: 280px;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.ppcc-register-benefit-image img {
  object-fit: cover;
}
.ppcc-register-benefit-copy h3 {
  margin: 0 0 8px;
  color: var(--ppcc-pure-black);
}
.ppcc-register-benefit-copy p {
  margin: 0;
  color: var(--ppcc-pure-black) !important;
}
.ppcc-register-page .register-form h2 {
  color: var(--ppcc-teal) !important;
  margin: 10px 0 14px !important;
  font-family: var(--ppcc-font);
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
}
.ppcc-register-page .register-form label,
.ppcc-register-page .register-form p,
.ppcc-register-page .register-form li,
.ppcc-register-page .register-form span {
  color: var(--ppcc-off-white) !important;
}
.ppcc-register-page .register-form .form-control,
.ppcc-register-page .register-form .form-select,
.ppcc-register-page .register-form input[type="text"],
.ppcc-register-page .register-form input[type="email"],
.ppcc-register-page .register-form input[type="tel"],
.ppcc-register-page .register-form select,
.ppcc-register-page .register-form textarea {
  background: var(--ppcc-off-white) !important;
  color: var(--ppcc-pure-black) !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 10px !important;
}
.ppcc-register-page .register-form .form-control::placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
}
.ppcc-register-page .register-form .form-control:focus,
.ppcc-register-page .register-form .form-select:focus,
.ppcc-register-page .register-form input:focus,
.ppcc-register-page .register-form select:focus,
.ppcc-register-page .register-form textarea:focus {
  border-color: var(--ppcc-teal) !important;
  box-shadow: 0 0 0 3px rgba(73, 197, 177, 0.25) !important;
}
.ppcc-register-page .register-form .form-required {
  color: var(--ppcc-magenta) !important;
}
.ppcc-register-page .register-form .ticket {
  background: rgba(10, 9, 8, 0.35) !important;
  border: 1px solid rgba(73, 197, 177, 0.35) !important;
  border-radius: 16px;
  padding: 20px;
}
.ppcc-register-page .register-form .ticket img {
  max-width: 200px;
}
.ppcc-register-page .register-form .badge-register {
  background: rgba(73, 197, 177, 0.2) !important;
  border: 1px solid rgba(73, 197, 177, 0.5);
  border-radius: 999px;
  padding: 7px 12px;
}
.ppcc-register-page .register-form .small.red {
  color: var(--ppcc-magenta) !important;
}
.ppcc-pass-type-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  width: 645px;
  max-width: 100%;
}
.ppcc-pass-field-row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 45px;
}
.ppcc-pass-label {
  width: 186px;
  min-height: 20px;
  text-align: right;
  margin: 12px 0 0 !important;
}
.ppcc-pass-label-note {
  display: block;
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: var(--ppcc-teal) !important;
}
.ppcc-pass-control {
  width: 400px;
  max-width: 100%;
}
.ppcc-pass-workshop-stack {
  width: 400px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ppcc-pass-control-dark {
  width: 100%;
}
.ppcc-register-page .register-form .ppcc-pass-select {
  width: 100%;
  height: 50px;
  padding: 0 20px !important;
  border-radius: 15px !important;
  background: var(--ppcc-off-white) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent !important;
}
.ppcc-register-page .register-form .ppcc-pass-select:focus {
  border-color: var(--ppcc-teal) !important;
}
.ppcc-register-page .register-form .ppcc-pass-select-dark {
  background: var(--ppcc-charcoal-blue) !important;
  border: 2px solid var(--ppcc-teal) !important;
  color: var(--ppcc-off-white) !important;
}
.ppcc-register-page .register-form .ppcc-pass-select-dark option {
  color: var(--ppcc-pure-black);
}
.ppcc-pass-field-row--focus .ppcc-pass-label {
  margin-top: 6px !important;
}
.ppcc-pass-focus-list {
  width: 400px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px;
  background: var(--ppcc-off-white);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.ppcc-pass-focus-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 10px;
  color: rgba(var(--ppcc-charcoal-blue-rgb), 0.9) !important;
  cursor: pointer;
}
.ppcc-pass-focus-option:hover {
  background: rgba(var(--ppcc-charcoal-blue-rgb), 0.08);
}
.ppcc-pass-focus-option input[type="radio"] {
  margin: 0;
}
.ppcc-pass-focus-option span {
  color: rgba(var(--ppcc-charcoal-blue-rgb), 0.9) !important;
}
.ppcc-payment-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 454px;
  max-width: 100%;
  min-height: 487px;
}
.ppcc-payment-title {
  margin: 0;
  color: var(--ppcc-off-white) !important;
  width: 100%;
}
.ppcc-payment-subtitle {
  margin: 0;
  color: var(--ppcc-off-white) !important;
  width: 100%;
}
.ppcc-payment-options {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ppcc-payment-option {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: var(--ppcc-off-white);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 15px;
  cursor: pointer;
}
.ppcc-payment-option .ppcc-subhead {
  margin: 0;
  color: rgba(var(--ppcc-charcoal-blue-rgb), 0.8) !important;
}
.ppcc-payment-option.is-selected {
  border-color: var(--ppcc-teal);
}
.ppcc-payment-radio {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 2px solid var(--ppcc-teal);
  background: var(--ppcc-pure-white);
  position: relative;
  margin: 0;
  flex: 0 0 auto;
}
.ppcc-payment-radio:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ppcc-teal);
}
.ppcc-payment-cc-panel {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ppcc-register-page .register-form .ppcc-payment-cc-field {
  background: var(--ppcc-charcoal-blue) !important;
  border: 2px solid var(--ppcc-teal) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1) !important;
  border-radius: 15px !important;
  color: var(--ppcc-off-white) !important;
  height: 50px;
  padding: 20px !important;
}
.ppcc-register-page .register-form .ppcc-payment-cc-field::placeholder {
  color: rgba(244, 243, 245, 0.78) !important;
}
.ppcc-register-page .register-form .ppcc-payment-exp-cvv {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ppcc-register-page .register-form .ppcc-payment-exp-cvv .col-lg-8,
.ppcc-register-page .register-form .ppcc-payment-exp-cvv .col-lg-4 {
  margin-bottom: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ppcc-register-page .register-form .ppcc-payment-exp-cvv .col-lg-8 {
  flex: 0 0 185px;
  max-width: 185px;
}
.ppcc-register-page .register-form .ppcc-payment-exp-cvv .col-lg-4 {
  flex: 0 0 181px;
  max-width: 181px;
}
.ppcc-pricing-table-wrap {
  overflow-x: auto;
  margin-bottom: 18px;
}
.ppcc-pricing-table {
  display: flex;
  flex-direction: column;
  gap: 21px;
  min-width: 1240px;
}
.ppcc-register-pass-intro {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 16px;
}
.ppcc-register-pass-intro .ppcc-h1 {
  color: var(--ppcc-off-white);
  font-size: clamp(36px, 3.8vw, 52px);
  line-height: clamp(42px, 4.3vw, 58px);
}
.ppcc-register-pass-intro .ppcc-h1 span {
  color: var(--ppcc-teal);
}
.ppcc-pricing-row {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 290px 157px 172.33px 172.33px 172.33px 256px;
  align-items: center;
  width: 1240px;
  padding: 10px;
  background: var(--ppcc-charcoal-blue);
  border: 3px solid var(--ppcc-teal);
  border-radius: 15px;
}
.ppcc-pricing-row--header {
  background: transparent;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 96px;
}
.ppcc-pricing-cell {
  min-height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  text-align: center;
}
.ppcc-pricing-cell--label {
  justify-content: flex-start;
}
.ppcc-pricing-cell-text {
  margin: 0;
  color: var(--ppcc-off-white) !important;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
.ppcc-pricing-cell-note {
  margin: 2px 0 0;
  color: rgba(244, 243, 245, 0.65) !important;
  font-family: var(--ppcc-font);
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.ppcc-pricing-tier-title {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  width: fit-content;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: left;
}
.ppcc-pricing-tier-title:hover { opacity: 0.85; }
.ppcc-pricing-tier-title i {
  color: var(--ppcc-magenta);
  font-size: 24px;
  transition: transform 0.4s ease;
}
.ppcc-pricing-tier-title h3 {
  margin: 0;
  color: var(--ppcc-magenta);
  font-family: var(--ppcc-font);
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
}
.ppcc-pricing-tier-title h3 span {
  display: block;
  color: var(--ppcc-off-white);
  font-family: var(--ppcc-font);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.ppcc-pricing-tier-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s ease;
}
.ppcc-pricing-tier-body--open {
  grid-template-rows: 1fr;
}
.ppcc-pricing-tier-body-inner {
  overflow: hidden;
  min-height: 0;
}

/* ========== Registration Form (ppcc-reg-*) — Figma two-column layout ========== */
.ppcc-reg-form {
  --ppcc-reg-label-col: 199px;
  --ppcc-reg-field-col: 400px;
  --ppcc-reg-col-gap: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(645.13px, 100%);
  max-width: 645.13px;
  margin: 0 auto;
  padding: 50px 0;
  gap: 30px;
  box-sizing: border-box;
}
.ppcc-reg-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  width: min(645.13px, 100%);
  padding: 0;
}
.ppcc-reg-section-title {
  color: var(--ppcc-teal) !important;
  font-family: var(--ppcc-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  align-self: stretch;
}
.ppcc-reg-row {
  display: grid;
  grid-template-columns: var(--ppcc-reg-label-col) var(--ppcc-reg-field-col);
  justify-content: flex-end;
  gap: var(--ppcc-reg-col-gap);
  align-items: flex-start;
  width: 100%;
  min-height: 50px;
}
.ppcc-reg-row--stack {
  align-items: start;
}
.ppcc-reg-section--pass .ppcc-reg-section-title {
  color: var(--ppcc-teal) !important;
  font-weight: 700;
}
.ppcc-reg-section--pass .ppcc-reg-label {
  color: #F4F3F5 !important;
}
.ppcc-reg-section--pass .ppcc-reg-select {
  background: #F4F3F5 !important;
  color: var(--ppcc-pure-black) !important;
}
.ppcc-reg-section--pass .ppcc-reg-select--dark {
  background: #2D4473 !important;
  color: #DCE5F8 !important;
  border: 2px solid #34D2C8 !important;
  box-shadow: none !important;
}
.ppcc-reg-section--pass .ppcc-reg-select--dark:focus {
  box-shadow: 0 0 0 2px rgba(52, 210, 200, 0.35) !important;
}
.ppcc-reg-section--pass .ppcc-reg-helper {
  color: #34D2C8 !important;
}
.ppcc-reg-row--radios,
.ppcc-reg-row--checkboxes {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}
.ppcc-reg-section--address .ppcc-reg-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ppcc-reg-row--payment .ppcc-reg-label {
  text-align: right;
  padding-top: 0;
}
.ppcc-reg-label {
  flex: none;
  display: block;
  width: var(--ppcc-reg-label-col);
  max-width: var(--ppcc-reg-label-col);
  justify-self: end;
  text-align: right;
  color: var(--ppcc-off-white) !important;
  font-family: var(--ppcc-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding-top: 0;
}
.ppcc-reg-label-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  width: var(--ppcc-reg-label-col);
  max-width: var(--ppcc-reg-label-col);
  justify-self: end;
}
.ppcc-reg-req {
  color: var(--ppcc-magenta) !important;
}
.ppcc-reg-control {
  flex: none;
  width: 400px;
  height: 50px !important;
  background: #F4F3F5 !important;
  color: var(--ppcc-pure-black) !important;
  border: none !important;
  border-radius: 15px !important;
  padding: 0 20px !important;
  font-family: var(--ppcc-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  outline: none;
  box-sizing: border-box !important;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
}
.ppcc-reg-control::placeholder {
  color: rgba(42, 68, 111, 0.8) !important;
}
.ppcc-reg-control:focus {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1), 0 0 0 2px var(--ppcc-teal) !important;
}
.ppcc-reg-select {
  flex: none;
  width: 400px;
  height: 50px !important;
  background: #F4F3F5 !important;
  color: var(--ppcc-pure-black) !important;
  border: none !important;
  border-radius: 15px !important;
  padding: 0 40px 0 20px !important;
  font-family: var(--ppcc-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  background-size: 10px 5px !important;
}
.ppcc-reg-select:focus {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1), 0 0 0 2px var(--ppcc-teal) !important;
}
.ppcc-reg-select--dark {
  background: var(--ppcc-charcoal-blue) !important;
  color: var(--ppcc-off-white) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23F4F3F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
.ppcc-reg-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
}
.ppcc-reg-stack .ppcc-reg-control,
.ppcc-reg-stack .ppcc-reg-select {
  width: 400px;
}
.ppcc-reg-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 400px;
}
.ppcc-reg-field .ppcc-reg-control,
.ppcc-reg-field .ppcc-reg-select {
  width: 100%;
}
.ppcc-reg-about-fields {
  width: 400px;
  max-width: 100%;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ppcc-reg-about-fields .ppcc-reg-control,
.ppcc-reg-about-fields .ppcc-reg-select,
.ppcc-reg-about-fields .ppcc-reg-field {
  width: 100%;
}
.ppcc-reg-field-error {
  color: var(--ppcc-magenta) !important;
  font-family: var(--ppcc-font);
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.ppcc-reg-inline-pair {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 45px;
  width: 100%;
}
.ppcc-reg-inline-pair .ppcc-reg-row {
  flex: 1 1 0;
  min-width: 0;
}
.ppcc-reg-inline-pair .ppcc-reg-control,
.ppcc-reg-inline-pair .ppcc-reg-select {
  width: 100%;
  max-width: 400px;
}
.ppcc-reg-helper {
  font-family: var(--ppcc-font);
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: var(--ppcc-teal) !important;
  margin: 0;
  max-width: 199px;
}
.ppcc-reg-section--requirements .ppcc-reg-section-title {
  margin-bottom: 4px;
}
.ppcc-reg-row--requirements {
  display: grid;
  grid-template-columns: var(--ppcc-reg-label-col) var(--ppcc-reg-field-col);
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--ppcc-reg-col-gap);
  min-height: 50px;
}
.ppcc-reg-label-wrap--requirements {
  align-items: flex-end;
  text-align: right;
}
.ppcc-reg-label-wrap--requirements .ppcc-reg-label {
  padding-top: 0;
  text-align: right;
}
.ppcc-reg-helper--requirements {
  text-align: right;
  max-width: 199px;
}
.ppcc-reg-row--payment {
  display: grid;
  grid-template-columns: var(--ppcc-reg-label-col) var(--ppcc-reg-field-col);
  justify-content: flex-start;
  align-items: start;
  gap: var(--ppcc-reg-col-gap);
}
.ppcc-reg-row--additional {
  display: grid;
  grid-template-columns: var(--ppcc-reg-label-col) var(--ppcc-reg-field-col);
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--ppcc-reg-col-gap);
}
.ppcc-reg-label-wrap--additional {
  align-items: flex-end;
  text-align: right;
}
.ppcc-reg-label-wrap--additional .ppcc-reg-label {
  text-align: right;
  padding-top: 0;
}
.ppcc-reg-helper--additional {
  text-align: right;
  max-width: 199px;
}

/* Radio cards — Figma: 400px × 50px, off-white bg, 15px radius, padding 20px, gap 15px */
.ppcc-reg-radio-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  width: 400px;
}
.ppcc-reg-radio-group--payment {
  width: 400px;
  align-items: stretch;
  gap: 20px;
}
.ppcc-reg-payment-option {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ppcc-reg-radio-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding: 20px;
  width: 400px;
  height: 50px;
  box-sizing: border-box;
  background: #F4F3F5;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  color: rgba(42, 68, 111, 0.8);
  font-family: var(--ppcc-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.ppcc-reg-radio-card--payment {
  width: 100%;
  height: 50px;
  border-radius: 15px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 24px;
}
.ppcc-reg-radio-card:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
}
.ppcc-reg-radio-card.is-selected {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
}
.ppcc-reg-radio {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: none;
  border-radius: 50%;
  background: transparent;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  background-color: rgba(244, 243, 245, 0.5);
}
.ppcc-reg-radio--payment {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 2px #34D2C8;
}
.ppcc-reg-radio-card.is-selected .ppcc-reg-radio,
.ppcc-reg-radio:checked {
  background-color: var(--ppcc-teal);
}
.ppcc-reg-radio--payment:checked {
  background: #34D2C8;
}
.ppcc-reg-radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ppcc-teal);
}
.ppcc-reg-radio--payment:checked::after {
  width: 10px;
  height: 10px;
  background: #34D2C8;
  box-shadow: inset 0 0 0 2px #ffffff;
}

/* Checkboxes — Figma: 24×24px, border-radius 5px, teal when checked */
.ppcc-reg-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: 400px;
}
.ppcc-reg-checkbox-group--requirements {
  width: 100%;
  gap: 18px 34px;
}
.ppcc-reg-requirement-block {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}
.ppcc-reg-requirement-title {
  color: var(--ppcc-off-white) !important;
  font-family: var(--ppcc-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: right;
  margin: 0;
}
.ppcc-reg-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  cursor: pointer;
  color: var(--ppcc-off-white);
  font-family: var(--ppcc-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.ppcc-reg-checkbox--requirement {
  align-items: center;
  gap: 18px;
  min-width: 200px;
  font-size: 24px;
  line-height: 30px;
}
.ppcc-reg-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: none;
  border-radius: 5px;
  background: var(--ppcc-teal);
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  flex-shrink: 0;
}
.ppcc-reg-checkbox--requirement input[type="checkbox"] {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background: transparent;
  box-shadow: inset 0 0 0 4px rgba(244, 243, 245, 0.35);
  margin-top: 0;
}
.ppcc-reg-checkbox--requirement input[type="checkbox"]:checked {
  background: var(--ppcc-teal);
  box-shadow: none;
}
.ppcc-reg-checkbox--requirement input[type="checkbox"]:checked::after {
  font-size: 24px;
  color: var(--ppcc-charcoal-blue);
}
.ppcc-reg-checkbox input[type="checkbox"]:not(:checked) {
  background: transparent;
  box-shadow: inset 0 0 0 2px rgba(244, 243, 245, 0.4);
}
.ppcc-reg-checkbox input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
  color: var(--ppcc-charcoal-blue);
  line-height: 1;
}
.ppcc-reg-checkbox a {
  color: var(--ppcc-teal);
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}
.ppcc-reg-consent-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  align-items: flex-start;
}
.ppcc-reg-checkbox--consent {
  width: 100%;
  align-items: flex-start;
  gap: 20px;
  font-size: 16px;
  line-height: 24px;
}
.ppcc-reg-checkbox--consent input[type="checkbox"] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 5px;
  margin-top: 0;
  background: transparent;
  box-shadow: inset 0 0 0 2px rgba(73, 197, 177, 0.85);
}
.ppcc-reg-checkbox--consent input[type="checkbox"]:not(:checked) {
  background: transparent;
  box-shadow: inset 0 0 0 2px rgba(73, 197, 177, 0.85);
}
.ppcc-reg-checkbox--consent input[type="checkbox"]:checked {
  background: var(--ppcc-teal);
  box-shadow: none;
}
.ppcc-reg-checkbox--consent input[type="checkbox"]:checked::after {
  color: var(--ppcc-charcoal-blue);
  font-size: 18px;
}
.ppcc-reg-consent-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ppcc-reg-required-inline {
  display: inline;
}
.ppcc-reg-consent-copy a {
  color: var(--ppcc-teal);
  font-style: italic;
  text-decoration: none;
}
.ppcc-reg-consent-copy a:hover {
  text-decoration: underline;
}

/* Divider — Figma: 1px solid #49C5B1, full width */
.ppcc-reg-divider {
  border: none;
  border-top: 1px solid var(--ppcc-teal);
  width: 100%;
  margin: 0;
  align-self: stretch;
}

/* Order summary card — Figma: #2A446F bg, 2px solid #49C5B1, 15px radius, 20px padding */
.ppcc-reg-summary {
  border: 2px solid var(--ppcc-teal);
  border-radius: 15px;
  padding: 18px 24px;
  margin: 0;
  background: var(--ppcc-charcoal-blue);
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.ppcc-reg-summary-title {
  color: var(--ppcc-off-white) !important;
  font-family: var(--ppcc-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  align-self: stretch;
  text-align: center;
}
.ppcc-reg-summary-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: none;
  color: var(--ppcc-off-white) !important;
  font-family: var(--ppcc-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.ppcc-reg-summary-line span:last-child {
  font-weight: 400;
}
.ppcc-reg-summary .ppcc-reg-divider {
  width: 343px;
  max-width: 100%;
  align-self: center;
}
.ppcc-reg-summary-total {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  gap: 10px;
}
.ppcc-reg-summary-total span:last-child {
  font-weight: 400;
}

/* Submit button — Figma: 180px × 50px, border-radius 40px, padding 13px 28px */
.ppcc-reg-submit-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ppcc-reg-submit {
  width: 180px;
  height: 50px;
  background: var(--ppcc-magenta);
  color: var(--ppcc-off-white);
  border: 1px solid var(--ppcc-magenta);
  border-radius: 40px;
  font-family: var(--ppcc-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 28px;
  cursor: pointer;
  transition: opacity 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
.ppcc-reg-submit:hover { opacity: 0.92; }
.ppcc-reg-submit:disabled { opacity: 0.45; cursor: not-allowed; }

/* Notes / messages */
.ppcc-reg-note {
  color: rgba(244, 243, 245, 0.6) !important;
  font-family: var(--ppcc-font);
  font-size: 13px;
  line-height: 19px;
  margin: 0;
}
.ppcc-reg-message {
  text-align: center;
  margin-top: 16px;
  font-family: var(--ppcc-font);
  font-size: 16px;
}
.ppcc-reg-message--ok { color: var(--ppcc-teal); }
.ppcc-reg-message--err { color: var(--ppcc-magenta); }
.ppcc-reg-cc-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.ppcc-reg-control--dark {
  background: #1f3e70 !important;
  color: var(--ppcc-off-white) !important;
  box-shadow: none !important;
  border: 4px solid var(--ppcc-teal) !important;
}
.ppcc-reg-control--dark::placeholder {
  color: rgba(244, 243, 245, 0.95) !important;
}
.ppcc-reg-cc-inline {
  display: flex;
  gap: 16px;
}
.ppcc-reg-cc-inline .ppcc-reg-control {
  width: 100%;
}
.ppcc-reg-cc-fields > .ppcc-reg-control {
  width: 100%;
}

/* ========== Responsive ========== */
@media (max-width: 991px) {
  .ppcc-hero-section { flex-direction: column; padding: 30px 24px; }
  .ppcc-home-bogo-section {
    padding-left: var(--ppcc-page-gutter);
    padding-right: var(--ppcc-page-gutter);
  }
  .ppcc-bogo { flex-direction: column; gap: 40px; }
  .ppcc-bogo-card {
    padding: 40px 30px;
    border: 4px solid var(--ppcc-teal);
    border-radius: var(--ppcc-card-radius);
    margin-left: 0;
    min-height: auto;
  }
  .ppcc-why-attend { flex-direction: column; padding: 30px 24px; gap: 30px; }
  .ppcc-benefits-section {
    padding: 28px 0 56px;
  }
  .ppcc-benefits-title {
    margin-bottom: 34px !important;
  }
  .ppcc-benefit-row,
  .ppcc-benefit-row.first {
    padding: 18px 24px;
  }
  .ppcc-benefit-shell {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .ppcc-benefit-image-wrap {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: 220px;
    top: auto;
    transform: none;
    left: auto !important;
    right: auto !important;
    margin: 0 auto;
  }
  .ppcc-benefit-card-alt {
    margin: 0;
    min-height: 0;
    padding: 26px 24px;
  }
  .ppcc-benefit-copy,
  .ppcc-benefit-shell.image-left .ppcc-benefit-copy,
  .ppcc-benefit-shell.image-right .ppcc-benefit-copy {
    margin: 0;
    max-width: 100%;
  }
  .ppcc-faq-hero {
    padding: 36px 24px 18px;
  }
  .ppcc-faq-body {
    padding: 26px 24px 56px;
  }
  .ppcc-sub-nav { font-size: 20px; }
  .ppcc-footer-inner { padding: 32px 24px 40px; }
  .ppcc-footer-main { flex-direction: column; align-items: flex-start; gap: 42px; }
  .ppcc-footer-left, .ppcc-footer-right { width: 100%; min-height: auto; }
  .ppcc-footer-right { align-items: flex-start; }
  .ppcc-footer-social { justify-content: flex-start; }
  .ppcc-footer-links-wrap { flex-direction: column; gap: 24px; }
  .ppcc-sessions-hero {
    flex-direction: column;
    gap: 40px;
    padding: 40px 24px;
  }
  .ppcc-sessions-body { padding: 60px 24px 40px; }
  .ppcc-workshops-body { padding: 60px 24px 40px; }
  .ppcc-sessions-intro { margin-bottom: 40px; }
  .ppcc-sessions-layout { flex-direction: column; }
  .ppcc-sessions-sidebar, .ppcc-sessions-results { width: 100%; }
  .ppcc-workshops-list,
  .ppcc-workshops-search {
    width: 100%;
  }
  .ppcc-workshops-list-controls {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
  }
  .ppcc-session-detail-hero { padding: 40px 0; }
  .ppcc-session-detail-main { padding: 60px 24px 40px; flex-direction: column; gap: 42px; }
  .ppcc-session-detail-content, .ppcc-session-detail-speaker-col { width: 100%; }
  .ppcc-travel-hero {
    flex-direction: column;
    padding: 40px 24px 20px;
    gap: 30px;
  }
  .ppcc-travel-body {
    padding: 20px 24px 56px;
  }
  .ppcc-travel-hero-image {
    width: 100%;
    max-width: 560px;
    height: 280px;
  }
  .ppcc-travel-gallery-grid {
    grid-template-columns: 1fr;
  }
  .ppcc-sponsors-hero {
    grid-template-columns: 1fr;
    padding: 40px 24px 20px;
  }
  .ppcc-sponsors-body {
    padding: 20px 24px 56px;
  }
  .ppcc-sponsor-card {
    grid-template-columns: 1fr;
  }
  .ppcc-register-max {
    padding-left: 24px;
    padding-right: 24px;
  }
  .ppcc-register-content,
  .ppcc-register-form-shell {
    padding: 16px;
  }
  .ppcc-register-top-hero {
    padding: 40px 24px;
    gap: 20px;
    min-height: auto;
  }
  .ppcc-register-top-hero-frame {
    width: 100%;
    min-height: auto;
    align-items: center;
  }
  .ppcc-register-top-hero .ppcc-h1 {
    width: 100%;
    min-height: auto;
    font-size: 46px;
    line-height: 50px;
  }
  .ppcc-register-top-hero .ppcc-subhead {
    width: 100%;
    min-height: auto;
  }
  .ppcc-pass-type-panel {
    width: 100%;
  }
  .ppcc-pass-field-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .ppcc-pass-label {
    width: auto;
    text-align: left;
    margin-top: 0 !important;
  }
  .ppcc-pass-control,
  .ppcc-pass-workshop-stack,
  .ppcc-pass-focus-list {
    width: 100%;
    max-width: 100%;
  }
  .ppcc-pass-focus-list {
    grid-template-columns: 1fr;
  }
  .ppcc-payment-panel {
    max-width: 100%;
    min-height: auto;
    width: 100%;
  }
  .ppcc-payment-options,
  .ppcc-payment-cc-panel {
    max-width: 100%;
  }
  .ppcc-register-page .register-form .ppcc-payment-exp-cvv {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ppcc-register-page .register-form .ppcc-payment-exp-cvv .col-lg-8,
  .ppcc-register-page .register-form .ppcc-payment-exp-cvv .col-lg-4 {
    flex: unset;
    max-width: 100%;
  }
  .ppcc-register-benefit-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .ppcc-register-benefit-image {
    width: 100%;
    height: 190px;
  }
  .ppcc-pricing-table-wrap {
    margin-left: -8px;
    margin-right: -8px;
    padding: 0 8px;
  }
}

@media (max-width: 640px) {
  .ppcc-featured-speakers-grid {
    grid-template-columns: minmax(220px, 1fr);
  }

  .ppcc-home-focus-grid {
    grid-template-columns: minmax(240px, 1fr);
  }
}
@media (max-width: 768px) {
  .ppcc-h1 { font-size: 36px; line-height: 42px; }
  .ppcc-hero-section { padding: 24px 16px; }
  .ppcc-faq-hero {
    padding: 28px 16px 14px;
    gap: 16px;
  }
  .ppcc-faq-body {
    padding: 20px 16px 44px;
  }
  .ppcc-faq-search {
    width: 100%;
    margin-bottom: 20px;
  }
  .ppcc-faq-question {
    font-size: 20px;
    line-height: 26px;
    padding: 16px 0;
  }
  .ppcc-faq-answer {
    padding-bottom: 18px;
  }
  .ppcc-faq-answer .ppcc-paragraph-l,
  .ppcc-faq-bullet-list li {
    font-size: 15px;
    line-height: 22px;
  }
  .ppcc-sub-nav { font-size: 16px; padding: 8px; }
  .ppcc-footer-inner { padding: 24px 16px 32px; }
  .ppcc-footer-left { gap: 28px; }
  .ppcc-footer-newsletter-form { height: 44px; }
  .ppcc-footer-newsletter-form input { width: auto; flex: 1 1 auto; }
  .ppcc-footer-newsletter-form button { width: 110px; flex: 0 0 110px; font-size: 14px; }
  .ppcc-sessions-day-tabs { gap: 18px; overflow-x: auto; }
  .ppcc-workshops-day-tabs { gap: 18px; overflow-x: auto; }
  .ppcc-sessions-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .ppcc-workshops-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .ppcc-workshops-card-cta { align-self: flex-start; }
  .ppcc-sessions-card-cta { align-self: flex-start; }
  .ppcc-session-side-title { font-size: 32px; line-height: 36px; }
  .ppcc-session-speaker-photo { width: 220px; height: 220px; }
  .ppcc-travel-hero,
  .ppcc-travel-body,
  .ppcc-sponsors-hero,
  .ppcc-sponsors-body {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ppcc-travel-host-card,
  .ppcc-travel-transport-card,
  .ppcc-travel-gallery,
  .ppcc-sponsor-card {
    padding: 16px;
  }
  .ppcc-register-max {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ppcc-register-page .register-form h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .ppcc-register-top-hero {
    margin-bottom: 22px;
    padding: 32px 16px;
  }
  .ppcc-register-top-hero .ppcc-h1 {
    font-size: 38px;
    line-height: 42px;
  }
  .ppcc-register-top-hero .ppcc-subhead {
    font-size: 16px;
    line-height: 22px;
  }
  .ppcc-pricing-tier-title h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .ppcc-pricing-tier-title h3 span {
    font-size: 20px;
    line-height: 24px;
  }
  .ppcc-register-pass-intro .ppcc-h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .ppcc-highlights-collage-wrap {
    width: 100%;
    max-width: 547px;
    height: auto;
  }
  .ppcc-highlights-dots {
    opacity: 0.9;
    transform: scale(0.84);
    transform-origin: top left;
  }
  .ppcc-featured-speakers-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    column-gap: clamp(20px, 3vw, 36px);
    row-gap: 26px;
  }
  .ppcc-community-voices {
    gap: 40px;
  }
  .ppcc-community-voices-timeline {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .ppcc-community-voices-stack {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .ppcc-community-voices-stack::before {
    display: none;
  }
  .ppcc-community-voices-item,
  .ppcc-community-voices-item--one,
  .ppcc-community-voices-item--two,
  .ppcc-community-voices-item--three {
    position: static;
    width: 100%;
    height: auto;
  }
  .ppcc-community-voices-item .ppcc-testimonial,
  .ppcc-community-voices-item--one .ppcc-testimonial,
  .ppcc-community-voices-item--two .ppcc-testimonial,
  .ppcc-community-voices-item--three .ppcc-testimonial {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
  .ppcc-community-voices-marker {
    position: relative;
    left: auto;
    top: auto;
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
  }
  .ppcc-testimonial--quote-card {
    max-width: 100%;
  }
  .ppcc-who-panel {
    padding: 24px;
    padding-right: 24px;
    min-height: auto;
  }
  .ppcc-who-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .ppcc-who-copy {
    max-width: none;
    width: 100%;
  }
  .ppcc-who-image-wrap {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 560px;
    height: 260px;
    overflow: hidden;
  }
  .ppcc-who-image-wrap::before {
    display: none;
  }
  .ppcc-reg-form {
    padding: 24px 16px;
  }
  .ppcc-reg-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
  }
  .ppcc-reg-row--requirements {
    display: flex;
    gap: 8px;
  }
  .ppcc-reg-row--payment,
  .ppcc-reg-row--additional {
    display: flex;
    gap: 8px;
  }
  .ppcc-reg-label-wrap--requirements {
    align-items: flex-start;
    text-align: left;
  }
  .ppcc-reg-label-wrap--requirements .ppcc-reg-label {
    text-align: left;
  }
  .ppcc-reg-helper--requirements {
    text-align: left;
    max-width: none;
  }
  .ppcc-reg-label-wrap--additional {
    align-items: flex-start;
    text-align: left;
  }
  .ppcc-reg-label-wrap--additional .ppcc-reg-label {
    text-align: left;
  }
  .ppcc-reg-helper--additional {
    text-align: left;
    max-width: none;
  }
  .ppcc-reg-label {
    width: auto;
    max-width: none;
    justify-self: auto;
    text-align: left;
    padding-top: 0;
  }
  .ppcc-reg-label-wrap {
    width: auto;
    max-width: none;
    justify-self: auto;
    align-items: flex-start;
  }
  .ppcc-reg-helper {
    text-align: left;
    max-width: none;
  }
  .ppcc-reg-control,
  .ppcc-reg-select {
    width: 100% !important;
    max-width: 100%;
  }
  .ppcc-reg-stack .ppcc-reg-control,
  .ppcc-reg-stack .ppcc-reg-select {
    width: 100% !important;
  }
  .ppcc-reg-field {
    width: 100% !important;
  }
  .ppcc-reg-about-fields {
    width: 100%;
    margin-left: 0;
  }
  .ppcc-reg-inline-pair {
    flex-direction: column;
    align-items: stretch;
  }
  .ppcc-reg-inline-pair .ppcc-reg-control,
  .ppcc-reg-inline-pair .ppcc-reg-select {
    width: 100% !important;
  }
  .ppcc-reg-radio-group {
    flex-direction: column;
    width: 100%;
  }
  .ppcc-reg-radio-card {
    width: 100%;
    box-sizing: border-box;
  }
  .ppcc-reg-radio-card--payment {
    height: 50px;
    border-radius: 15px;
    padding: 0 20px;
    font-size: 18px;
  }
  .ppcc-reg-radio--payment {
    width: 24px;
    height: 24px;
    min-width: 24px;
    box-shadow: inset 0 0 0 2px #34D2C8;
  }
  .ppcc-reg-radio--payment:checked::after {
    width: 10px;
    height: 10px;
    box-shadow: inset 0 0 0 2px #ffffff;
  }
  .ppcc-reg-cc-inline {
    flex-direction: row;
  }
  .ppcc-reg-checkbox-group {
    width: 100%;
  }
  .ppcc-reg-checkbox-group--requirements {
    gap: 12px 18px;
  }
  .ppcc-reg-requirement-title {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }
  .ppcc-reg-checkbox--requirement {
    min-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
  .ppcc-reg-checkbox--requirement input[type="checkbox"] {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 3px rgba(244, 243, 245, 0.35);
  }
  .ppcc-reg-checkbox--requirement input[type="checkbox"]:checked::after {
    font-size: 18px;
  }
  .ppcc-reg-checkbox--consent {
    font-size: 16px;
    line-height: 1.35;
    gap: 12px;
  }
  .ppcc-reg-checkbox--consent input[type="checkbox"] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    box-shadow: inset 0 0 0 2px rgba(73, 197, 177, 0.85);
  }
  .ppcc-reg-checkbox--consent input[type="checkbox"]:not(:checked) {
    box-shadow: inset 0 0 0 2px rgba(73, 197, 177, 0.85);
  }
  .ppcc-reg-summary-line {
    font-size: 18px;
    line-height: 24px;
  }
  .ppcc-reg-summary-total {
    font-size: 16px;
  }
  .ppcc-reg-submit {
    width: 180px;
    font-size: 16px;
  }
  .ppcc-reg-submit {
    width: 100%;
    max-width: 280px;
  }
}

/* ========== Responsive hardening overrides ========== */
.ppcc-data-error-section {
  padding: 60px var(--ppcc-page-gutter);
}

.ppcc-more-speakers-section {
  padding: 60px 0;
  text-align: center;
}

.ppcc-more-speakers-inner {
  max-width: var(--ppcc-layout-max);
  margin: 0 auto;
  padding-left: var(--ppcc-page-gutter);
  padding-right: var(--ppcc-page-gutter);
}

.ppcc-speakers-grid--centered {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-items: center;
  max-width: 1134px;
  margin: 0 auto;
}

.ppcc-home-video-section {
  padding: 20px var(--ppcc-home-gutter);
  display: flex;
  justify-content: center;
}

.ppcc-home-video-frame {
  width: 100%;
  max-width: var(--ppcc-home-layout-max);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.ppcc-home-bogo-section {
  padding-top: 50px;
  padding-left: var(--ppcc-home-gutter);
  padding-right: var(--ppcc-home-gutter);
  padding-bottom: 50px;
}

.ppcc-home-bogo-meta {
  min-width: clamp(250px, 24vw, 320px);
}

.ppcc-home-bogo-meta {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
  padding: 9px 0;
  flex: 0 0 clamp(250px, 24vw, 320px);
  align-self: center;
}

.ppcc-home-why-section {
  padding: 74px var(--ppcc-home-gutter) 58px;
}

.ppcc-home-why-media {
  width: 389px;
  height: 300px;
  max-width: 100%;
  flex-shrink: 0;
  position: relative;
}

.ppcc-home-highlights-section {
  padding: 74px var(--ppcc-home-gutter) 92px;
}

.ppcc-home-highlights-layout {
  display: flex;
  justify-content: center;
  gap: clamp(40px, 4vw, 72px);
  align-items: center;
  width: min(100%, 1260px);
  max-width: 1260px;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.ppcc-home-highlights-copy {
  flex: 0 1 520px;
  max-width: 520px;
  min-width: 0;
}

.ppcc-home-focus-section {
  padding: 56px var(--ppcc-home-gutter) 76px;
  text-align: center;
}

.ppcc-home-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  width: min(100%, var(--ppcc-home-section-max));
  max-width: var(--ppcc-home-section-max);
  margin: 0 auto;
  justify-content: center;
  column-gap: clamp(28px, 3vw, 48px);
  row-gap: 48px;
}

.ppcc-home-focus-item {
  width: 100%;
  max-width: none;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.ppcc-home-community-section {
  padding: 50px var(--ppcc-home-gutter) 24px;
}

.ppcc-home-community-copy {
  flex: 0 1 560px;
  max-width: 560px;
  min-width: 0;
}

.ppcc-home-who-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 24px var(--ppcc-home-gutter) 50px;
  overflow: visible;
}

.ppcc-featured-speakers-shell {
  padding: 74px var(--ppcc-home-gutter) 62px;
  text-align: center;
}

.ppcc-featured-speakers-heading {
  max-width: var(--ppcc-home-layout-max);
  margin: 0 auto 60px;
}

.ppcc-featured-speakers-subhead {
  margin-bottom: 30px;
  color: var(--ppcc-off-white);
  max-width: 900px;
  margin-inline: auto;
}

.ppcc-agenda-section {
  display: flex;
  justify-content: center;
  padding: 70px 100px;
  box-sizing: border-box;
}

.ppcc-agenda-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: min(1436px, 100%);
  max-width: 1436px;
  margin: 0 auto;
}

.ppcc-agenda-top {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  width: min(933px, 100%);
}

.ppcc-agenda-heading-block {
  width: 371px;
  max-width: 100%;
  flex: 0 0 auto;
}

.ppcc-agenda-copy {
  width: 492px;
  max-width: 100%;
  flex: 0 0 auto;
}

.ppcc-agenda-panel {
  width: min(996px, 100%);
  max-width: 996px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
}

.ppcc-agenda-tabs-wrap {
  margin-bottom: 0;
  width: min(976px, 100%);
  box-sizing: border-box;
}

.ppcc-agenda-tabs {
  width: 100%;
  padding: 10px;
  gap: 10px;
  box-sizing: border-box;
}

.ppcc-agenda-tab {
  flex: 0 0 151px;
  width: 151px;
  min-height: 49px;
  height: 49px;
  padding: 10px;
  line-height: 20px;
}

.ppcc-agenda-tab-panel {
  width: min(976px, 100%);
}

.ppcc-agenda-day-heading {
  width: min(976px, 100%);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
}

.ppcc-agenda-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.ppcc-agenda-item {
  width: min(956px, 100%);
  min-height: 100px;
  box-sizing: border-box;
}

.ppcc-agenda-item-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 326px;
  max-width: 100%;
}

.ppcc-agenda-item-time {
  margin: 0;
  color: var(--ppcc-off-white);
  font-family: var(--ppcc-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.ppcc-agenda-item-title {
  margin: 0;
  color: var(--ppcc-off-white);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.ppcc-agenda-item-keynote {
  overflow: hidden;
  padding: 0;
  border-color: var(--ppcc-off-white);
  background: linear-gradient(96deg, #2A446F 0%, #8A81BE 100%);
}

.ppcc-agenda-keynote-media {
  width: 172px;
  height: 100px;
  position: relative;
  flex-shrink: 0;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}

.ppcc-agenda-keynote-copy {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ppcc-newsletter-section {
  padding: 50px var(--ppcc-page-gutter);
}

.ppcc-newsletter-layout {
  display: flex;
  gap: 126px;
  max-width: var(--ppcc-home-layout-max);
  margin: 0 auto;
  flex-wrap: wrap;
}

.ppcc-newsletter-col {
  flex: 1 1 420px;
  min-width: 0;
}

.ppcc-newsletter-form {
  display: flex;
  gap: 0;
  max-width: 414px;
  width: 100%;
}

.ppcc-newsletter-input {
  flex: 1;
  min-width: 0;
  background: var(--ppcc-off-white);
  color: var(--ppcc-pure-black);
  border: none;
  border-radius: 6px 0 0 6px;
  padding: 12px 20px;
  font-size: 16px;
  height: 48px;
}

.ppcc-newsletter-btn {
  background: var(--ppcc-magenta);
  color: var(--ppcc-off-white);
  border: none;
  border-radius: 0 6px 6px 0;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 16px;
  height: 48px;
  cursor: pointer;
}

.ppcc-newsletter-btn:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.ppcc-speakers-hero {
  gap: clamp(56px, 14vw, 190px);
  max-width: calc(var(--ppcc-layout-max) + (2 * var(--ppcc-page-gutter)));
  margin: 0 auto;
  box-sizing: border-box;
}

.ppcc-speakers-body {
  padding: 100px var(--ppcc-page-gutter) 50px;
  max-width: calc(var(--ppcc-layout-max) + (2 * var(--ppcc-page-gutter)));
  margin: 0 auto;
  box-sizing: border-box;
}

.ppcc-speakers-grid-shell {
  max-width: 1134px;
  margin: 0 auto;
}

.ppcc-speakers-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.ppcc-speakers-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 38px;
}
.ppcc-speakers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  justify-items: center;
  column-gap: 24px;
  row-gap: 34px;
}

.ppcc-speakers-search-label {
  display: block;
  margin-bottom: 10px;
  color: var(--ppcc-off-white);
}

.ppcc-speakers-search-row {
  display: flex;
  max-width: 297px;
}

.ppcc-speakers-search-input {
  flex: 1;
  background: var(--ppcc-off-white);
  color: var(--ppcc-pure-black);
  border: 1px solid var(--ppcc-off-white);
  border-radius: 6px 0 0 6px;
  padding: 6px 14px;
  font-size: 16px;
  height: 37px;
}

.ppcc-speakers-search-btn {
  width: 37px;
  height: 37px;
  background: var(--ppcc-teal);
  border: none;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ppcc-speakers-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ppcc-speakers-page-btn {
  line-height: 1;
}

.ppcc-speaker-card-new {
  width: 100%;
  max-width: 261px;
  text-align: left;
}

.ppcc-speaker-card-media-wrap {
  position: relative;
  margin-bottom: 20px;
}

.ppcc-speaker-card-media {
  border-radius: var(--ppcc-card-radius);
  width: min(220px, 100%);
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.ppcc-speaker-card-placeholder {
  background: var(--ppcc-charcoal-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ppcc-speaker-card-placeholder-icon {
  font-size: 60px;
  color: var(--ppcc-off-white);
  opacity: 0.3;
}

.ppcc-speaker-hero {
  justify-content: center;
  gap: 80px;
  padding: 60px var(--ppcc-page-gutter);
  max-width: calc(var(--ppcc-layout-max) + (2 * var(--ppcc-page-gutter)));
  margin: 0 auto;
  box-sizing: border-box;
}

.ppcc-speaker-hero-copy {
  max-width: 520px;
}

.ppcc-speaker-hero-title {
  font-family: var(--ppcc-font);
  font-weight: 700;
  font-size: clamp(38px, 5.2vw, 52px);
  line-height: clamp(44px, 6vw, 59px);
  color: var(--ppcc-teal);
  text-shadow: var(--ppcc-text-shadow);
  margin: 0 0 13px;
}

.ppcc-speaker-hero-photo-wrap {
  width: 332px;
  height: 332px;
  max-width: 100%;
  flex-shrink: 0;
  filter: drop-shadow(var(--ppcc-drop-shadow));
}

.ppcc-speaker-hero-photo {
  border-radius: 15px;
  object-fit: cover;
  border: 3px solid var(--ppcc-off-white);
  box-shadow: var(--ppcc-card-shadow-lg);
}

.ppcc-speaker-hero-photo-placeholder {
  width: 332px;
  height: 332px;
  max-width: 100%;
  border-radius: 15px;
  background: var(--ppcc-charcoal-blue);
  border: 3px solid var(--ppcc-off-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ppcc-speaker-hero-photo-icon {
  font-size: 80px;
  color: var(--ppcc-off-white);
  opacity: 0.3;
}

.ppcc-speaker-about {
  padding: 100px 0 0;
}

.ppcc-speaker-about-layout {
  display: flex;
  gap: 92px;
  max-width: var(--ppcc-layout-max);
  margin: 0 auto;
  flex-wrap: wrap;
  padding-left: var(--ppcc-page-gutter);
  padding-right: var(--ppcc-page-gutter);
}

.ppcc-speaker-about-bio {
  flex: 1 1 500px;
  min-width: 0;
}

.ppcc-speaker-about-sessions {
  flex: 1 1 506px;
  max-width: 506px;
  min-width: 0;
}

.ppcc-speaker-about-session-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.ppcc-session-detail-tags {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.ppcc-session-card-title {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: var(--ppcc-off-white);
}

.ppcc-session-card-title--tight {
  margin: 0;
}

.ppcc-session-card-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ppcc-next-logo {
  display: inline-block;
}

.ppcc-hotel-info {
  min-width: 0;
  width: min(100%, 450px);
}

@media (max-width: 991px) {
  .ppcc-footer-policy-list {
    width: auto;
  }

  .ppcc-footer-newsletter,
  .ppcc-footer-newsletter-form {
    width: 100%;
  }

  .ppcc-footer-newsletter-form input {
    width: auto;
    flex: 1 1 auto;
  }

  .ppcc-footer-newsletter-form button {
    width: 110px;
    flex: 0 0 110px;
  }

  .ppcc-featured-speakers-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    column-gap: clamp(20px, 3vw, 36px);
    row-gap: 26px;
  }

  .ppcc-home-highlights-layout {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 48px;
  }

  .ppcc-home-focus-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    column-gap: clamp(24px, 3vw, 40px);
    row-gap: 34px;
  }

  .ppcc-home-focus-item {
    width: 100%;
    max-width: none;
  }

  .ppcc-featured-speakers-shell {
    padding-left: var(--ppcc-page-gutter);
    padding-right: var(--ppcc-page-gutter);
  }

  .ppcc-agenda-section {
    padding: 56px var(--ppcc-page-gutter) 40px;
  }

  .ppcc-agenda-layout {
    gap: 36px;
    max-width: 100%;
  }

  .ppcc-agenda-top {
    width: 100%;
    flex-direction: column;
    gap: 28px;
  }

  .ppcc-agenda-heading-block,
  .ppcc-agenda-copy,
  .ppcc-agenda-panel,
  .ppcc-agenda-tabs-wrap,
  .ppcc-agenda-tab-panel {
    width: 100%;
    max-width: 100%;
  }

  .ppcc-agenda-tabs {
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
  }

  .ppcc-agenda-tab {
    flex: 0 0 151px;
    min-width: 151px;
  }

  .ppcc-agenda-day-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .ppcc-agenda-item {
    width: 100%;
  }

  .ppcc-newsletter-section {
    padding: 50px var(--ppcc-page-gutter);
  }

  .ppcc-newsletter-layout {
    gap: 48px;
  }

  .ppcc-speakers-hero {
    gap: 40px;
  }

  .ppcc-speakers-body {
    padding: 60px var(--ppcc-page-gutter) 40px;
  }

  .ppcc-speakers-toolbar {
    margin-bottom: 32px;
  }

  .ppcc-speaker-hero {
    gap: 36px;
  }

  .ppcc-speaker-about {
    padding: 60px 0 0;
  }

  .ppcc-speaker-about-layout {
    gap: 40px;
  }

  .ppcc-speaker-about-sessions {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .ppcc-speakers-grid--centered {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .ppcc-footer-newsletter-form {
    height: auto;
    min-height: 44px;
  }

  .ppcc-home-video-section,
  .ppcc-home-why-section,
  .ppcc-home-highlights-section,
  .ppcc-home-focus-section,
  .ppcc-home-community-section {
    padding-left: var(--ppcc-page-gutter);
    padding-right: var(--ppcc-page-gutter);
  }

  .ppcc-home-bogo-meta {
    gap: 30px;
  }

  .ppcc-home-why-media {
    width: 100%;
    height: 240px;
  }

  .ppcc-home-highlights-copy {
    flex-basis: 100%;
  }

  .ppcc-home-who-section {
    padding: 30px var(--ppcc-page-gutter);
  }

  .ppcc-featured-speakers-heading {
    margin-bottom: 36px;
  }

  .ppcc-agenda-item {
    gap: 16px;
  }

  .ppcc-agenda-item-title {
    font-size: 18px;
    line-height: 24px;
  }

  .ppcc-agenda-keynote-media {
    width: 130px;
    height: 90px;
  }

  .ppcc-agenda-keynote-copy {
    padding: 10px 14px;
  }

  .ppcc-newsletter-form {
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
  }

  .ppcc-newsletter-input,
  .ppcc-newsletter-btn {
    border-radius: 6px;
    width: 100%;
  }

  .ppcc-btn-teal {
    white-space: normal;
    text-align: center;
  }

  .ppcc-speakers-grid--centered {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .ppcc-speakers-pagination {
    justify-content: flex-start;
  }

  .ppcc-speakers-page-btn {
    width: 32px !important;
    height: 32px !important;
    font-size: 16px !important;
  }

  .ppcc-speaker-hero {
    padding: 32px var(--ppcc-page-gutter);
  }

  .ppcc-speaker-hero-title {
    font-size: clamp(34px, 8.8vw, 40px);
    line-height: clamp(40px, 10.2vw, 46px);
  }

  .ppcc-speaker-hero-photo-wrap,
  .ppcc-speaker-hero-photo-placeholder {
    width: min(332px, 100%);
    height: min(332px, 100vw - 48px);
  }

  .ppcc-session-card-title {
    font-size: 16px;
    line-height: 22px;
  }

  .ppcc-hotel-info {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .ppcc-speakers-grid--centered {
    grid-template-columns: 1fr;
  }

  .ppcc-agenda-item.keynote {
    flex-direction: column;
    align-items: stretch;
  }

  .ppcc-agenda-keynote-media {
    width: 100%;
    height: 180px;
    border-radius: 15px 15px 0 0;
  }
}

/* ========== Second-pass mobile parity refinements ========== */
.ppcc-h1 {
  font-size: clamp(36px, 5.8vw, var(--ppcc-h1-size));
  line-height: clamp(42px, 6.5vw, var(--ppcc-h1-line));
}

.ppcc-h2 {
  font-size: clamp(30px, 4.8vw, var(--ppcc-h2-size));
  line-height: clamp(36px, 5.4vw, var(--ppcc-h2-line));
}

.ppcc-subhead {
  font-size: clamp(16px, 2.4vw, var(--ppcc-subhead-size));
  line-height: clamp(24px, 3.1vw, var(--ppcc-subhead-line));
}

@media (max-width: 991px) {
  .navbar-container #main-navigation.main-menu.show {
    margin-top: 12px;
    padding: 12px 16px;
    border: 1px solid rgba(223, 243, 255, 0.22);
    border-radius: 12px;
    background: rgba(2, 26, 39, 0.96);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  }

  .navbar-container .main-menu .menu--top-list {
    gap: 2px;
  }

  .navbar-container .main-menu .menu--top-list li a {
    display: block;
    width: 100%;
    padding: 6px 0;
  }

  .navbar-container .navbar-register {
    min-height: 44px;
  }

  .ppcc-hero-section {
    gap: 28px;
  }

  .ppcc-home-highlights-section {
    padding-top: 44px;
    padding-bottom: 64px;
  }

  .ppcc-agenda-section {
    padding-top: 56px;
    padding-bottom: 36px;
  }

  .ppcc-speakers-intro {
    margin-bottom: 44px;
  }
}

@media (max-width: 768px) {
  .ppcc-h1 {
    font-size: clamp(30px, 9vw, 36px);
    line-height: clamp(36px, 10.5vw, 42px);
  }

  .ppcc-h2 {
    font-size: clamp(28px, 7.6vw, 34px);
    line-height: clamp(34px, 8.8vw, 40px);
  }

  .ppcc-subhead {
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: clamp(23px, 6.2vw, 28px);
  }

  .ppcc-home-highlights-section {
    padding-top: 38px;
    padding-bottom: 56px;
  }

  .ppcc-agenda-section {
    padding-top: 48px;
  }

  .ppcc-newsletter-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* ========== Motion system: global ==========
   Principles: fade + slight move; one easing curve; GPU-friendly (opacity + transform).
   Durations: standard 560ms / emphasis 700ms / BOGO 640ms = intentional “slow & premium”
   (spec’s 250–350ms is faster; we keep the slower values sitewide unless noted).
   Tab / hover interactions stay snappy per spec (≤200ms). */
:root {
  --ppcc-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ppcc-motion-duration-fast: 180ms;
  --ppcc-motion-duration-hover: 150ms;
  --ppcc-motion-duration-tab: 175ms;
  --ppcc-motion-duration-standard: 560ms;
  --ppcc-motion-duration-emphasis: 700ms;
  --ppcc-motion-duration-bogo: 640ms;
  --ppcc-motion-distance-y: 20px;
  --ppcc-motion-distance-x: 40px;
  /* Home sub-nav: one direction of shimmer; with alternate, out+back = 2× this (~6–8s full cycle) */
  --ppcc-sub-nav-shimmer-duration: 3.5s;
  --ppcc-home-section-max: 1260px;
}

@keyframes ppcc-shimmer {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: var(--ppcc-sub-nav-shimmer-travel, 220%) 50%;
  }
}

@keyframes ppcc-pulse-soft {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

@keyframes ppcc-tab-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ppcc-sub-nav--home {
  --ppcc-sub-nav-shimmer-travel: 200%;
  background: linear-gradient(
    90deg,
    #3bb8a3 0%,
    #49c5b1 20%,
    #87e2d4 50%,
    #49c5b1 80%,
    #3bb8a3 100%
  );
  background-size: 200% 100%;
  animation: ppcc-shimmer var(--ppcc-sub-nav-shimmer-duration) ease-in-out infinite alternate;
  will-change: background-position;
}

.ppcc-reveal {
  opacity: 1;
  transform: none;
  transition-property: opacity, transform, filter;
  transition-duration: var(--ppcc-motion-duration-standard);
  transition-timing-function: var(--ppcc-motion-ease);
}

html.ppcc-motion-init .ppcc-reveal:not(.ppcc-motion-visible) {
  opacity: 0;
  transform: translate3d(0, var(--ppcc-motion-distance-y), 0);
  will-change: opacity, transform;
}

html.ppcc-motion-init .ppcc-reveal-left:not(.ppcc-motion-visible) {
  transform: translate3d(calc(-1 * var(--ppcc-motion-distance-x)), 0, 0);
}

html.ppcc-motion-init .ppcc-reveal-right:not(.ppcc-motion-visible) {
  transform: translate3d(var(--ppcc-motion-distance-x), 0, 0);
}

html.ppcc-motion-init .ppcc-reveal-up:not(.ppcc-motion-visible) {
  transform: translate3d(0, var(--ppcc-motion-distance-y), 0);
}

.ppcc-reveal-emphasis {
  transition-duration: var(--ppcc-motion-duration-emphasis);
}

.ppcc-reveal-bogo {
  transition-duration: var(--ppcc-motion-duration-bogo);
  --ppcc-motion-distance-x: 60px;
}

.ppcc-reveal-speakers-soft {
  transition-duration: 820ms;
}

html.ppcc-motion-init .ppcc-reveal-speakers-soft.ppcc-reveal-up:not(.ppcc-motion-visible) {
  transform: translate3d(0, 12px, 0);
}

.ppcc-reveal-focus-soft {
  transition-duration: 860ms;
}

html.ppcc-motion-init .ppcc-reveal-focus-soft.ppcc-reveal-up:not(.ppcc-motion-visible) {
  transform: translate3d(0, 10px, 0);
}

.ppcc-reveal-who-soft {
  transition-duration: 820ms;
}

html.ppcc-motion-init .ppcc-reveal-who-soft.ppcc-reveal-up:not(.ppcc-motion-visible) {
  transform: translate3d(0, 12px, 0);
}

.ppcc-reveal-cta {
  transition-duration: var(--ppcc-motion-duration-standard);
}

html.ppcc-motion-init .ppcc-reveal-cta:not(.ppcc-motion-visible) {
  transform: translate3d(0, var(--ppcc-motion-distance-y), 0) scale(0.97);
}

html.ppcc-motion-init .ppcc-reveal-cta-hero:not(.ppcc-motion-visible) {
  transform: scale(0.97);
}

.ppcc-reveal.ppcc-reveal-cta-hero {
  transition:
    opacity var(--ppcc-motion-duration-standard) var(--ppcc-motion-ease),
    transform var(--ppcc-motion-duration-standard) var(--ppcc-motion-ease),
    filter var(--ppcc-motion-duration-standard) var(--ppcc-motion-ease),
    background-color var(--ppcc-motion-duration-standard) var(--ppcc-motion-ease),
    border-color var(--ppcc-motion-duration-standard) var(--ppcc-motion-ease),
    color var(--ppcc-motion-duration-standard) var(--ppcc-motion-ease);
}

.ppcc-motion-visible {
  opacity: 1;
  filter: none;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

.ppcc-video-overlay-fade {
  position: relative;
  overflow: hidden;
}

.ppcc-video-overlay-fade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(42, 68, 111, 0.2) 0%, rgba(42, 68, 111, 0.55) 100%);
  opacity: 0;
  transition: opacity var(--ppcc-motion-duration-standard) var(--ppcc-motion-ease) var(--ppcc-video-overlay-delay, 0ms);
  pointer-events: none;
}

.ppcc-video-overlay-fade--hero {
  --ppcc-video-overlay-delay: 300ms;
}

html.ppcc-motion-init .ppcc-video-overlay-fade::after {
  opacity: 0;
}

html.ppcc-motion-init .ppcc-video-overlay-fade.ppcc-motion-visible::after {
  opacity: 1;
}

.ppcc-agenda-tab-panel {
  animation: ppcc-tab-fade var(--ppcc-motion-duration-tab) var(--ppcc-motion-ease);
}

.ppcc-btn {
  transition:
    opacity var(--ppcc-motion-duration-fast) var(--ppcc-motion-ease),
    transform var(--ppcc-motion-duration-fast) var(--ppcc-motion-ease),
    filter var(--ppcc-motion-duration-fast) var(--ppcc-motion-ease),
    background-color var(--ppcc-motion-duration-fast) var(--ppcc-motion-ease),
    border-color var(--ppcc-motion-duration-fast) var(--ppcc-motion-ease),
    color var(--ppcc-motion-duration-fast) var(--ppcc-motion-ease);
}

.ppcc-cta-emphasis:hover,
.ppcc-cta-emphasis:focus-visible {
  opacity: 1;
  transform: scale(1.05);
  filter: brightness(1.06);
}

.ppcc-pulse-soft {
  animation: ppcc-pulse-soft 5s var(--ppcc-motion-ease) infinite;
  transform-origin: center;
}

.ppcc-pulse-soft:hover,
.ppcc-pulse-soft:focus-visible {
  animation-play-state: paused;
}

.ppcc-btn.ppcc-btn-magenta:hover,
.ppcc-btn.ppcc-btn-magenta:focus-visible,
.btn.btn-register.navbar-register:hover,
.btn.btn-register.navbar-register:focus-visible {
  opacity: 1 !important;
  background: #d75eda !important;
  border-color: var(--ppcc-magenta) !important;
  color: var(--ppcc-off-white) !important;
  outline: 2px solid var(--ppcc-magenta);
  outline-offset: 1px;
  box-shadow: 0 0 0 2px rgba(192, 59, 196, 0.25);
}

.ppcc-speaker-card-new {
  transition:
    transform var(--ppcc-motion-duration-hover) var(--ppcc-motion-ease),
    filter var(--ppcc-motion-duration-hover) var(--ppcc-motion-ease);
  transform-origin: center;
}

.ppcc-speaker-card {
  transition:
    transform var(--ppcc-motion-duration-hover) var(--ppcc-motion-ease),
    filter var(--ppcc-motion-duration-hover) var(--ppcc-motion-ease);
  transform-origin: center;
}

.ppcc-speaker-card-media {
  transition:
    transform var(--ppcc-motion-duration-hover) var(--ppcc-motion-ease),
    filter var(--ppcc-motion-duration-hover) var(--ppcc-motion-ease);
}

.ppcc-speaker-card .ppcc-speaker-photo img {
  transition:
    transform var(--ppcc-motion-duration-hover) var(--ppcc-motion-ease),
    filter var(--ppcc-motion-duration-hover) var(--ppcc-motion-ease);
}

.ppcc-speaker-card-new:hover,
.ppcc-speaker-card-new:focus-visible {
  transform: scale(1.03);
}

.ppcc-speaker-card:hover,
.ppcc-speaker-card:focus-visible {
  transform: scale(1.03);
}

.ppcc-speaker-card-new:hover .ppcc-speaker-card-media,
.ppcc-speaker-card-new:focus-visible .ppcc-speaker-card-media {
  filter: brightness(1.08);
}

.ppcc-speaker-card:hover .ppcc-speaker-photo img,
.ppcc-speaker-card:focus-visible .ppcc-speaker-photo img {
  filter: brightness(1.08);
}

.ppcc-sessions-card,
.ppcc-workshops-card,
.ppcc-session-card {
  transition:
    transform var(--ppcc-motion-duration-fast) var(--ppcc-motion-ease),
    border-color var(--ppcc-motion-duration-fast) var(--ppcc-motion-ease),
    box-shadow var(--ppcc-motion-duration-fast) var(--ppcc-motion-ease);
  transform-origin: center;
}

.ppcc-sessions-card:hover,
.ppcc-sessions-card:focus-within,
.ppcc-workshops-card:hover,
.ppcc-workshops-card:focus-within,
.ppcc-session-card:hover,
.ppcc-session-card:focus-within {
  transform: scale(1.01);
  border-color: var(--ppcc-magenta);
  box-shadow: 0 4px 12px rgba(192, 59, 196, 0.25);
}

.ppcc-community-voices {
  align-items: flex-start;
}

.ppcc-home-community-copy {
  position: sticky;
  top: calc(var(--ppcc-nav-height) + 24px);
  align-self: flex-start;
  max-height: min(72vh, 560px);
}

.ppcc-community-voices-timeline {
  width: min(460px, 100%);
  height: auto;
  padding: 0 0 clamp(24px, 6vh, 72px);
  overflow: visible;
}

.ppcc-community-voices-stack {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vh, 56px);
  overflow: visible;
}

.ppcc-community-voices-stack::before {
  content: none;
}

.ppcc-community-voices-item,
.ppcc-community-voices-item--one,
.ppcc-community-voices-item--two,
.ppcc-community-voices-item--three {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  padding-left: 62px;
  min-height: 192px;
}

.ppcc-community-voices-item .ppcc-testimonial,
.ppcc-community-voices-item--one .ppcc-testimonial,
.ppcc-community-voices-item--two .ppcc-testimonial,
.ppcc-community-voices-item--three .ppcc-testimonial {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
}

.ppcc-community-voices-item--one .ppcc-testimonial,
.ppcc-community-voices-item--two .ppcc-testimonial,
.ppcc-community-voices-item--three .ppcc-testimonial {
  padding-left: 68px;
}

.ppcc-community-voices-marker {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 84px;
  height: 84px;
}

.ppcc-community-voices-item--two .ppcc-community-voices-marker,
.ppcc-community-voices-item--three .ppcc-community-voices-marker {
  top: 50%;
}

.ppcc-quote-reveal {
  opacity: 1;
  transform: none;
  transition:
    opacity var(--ppcc-motion-duration-standard) var(--ppcc-motion-ease),
    transform var(--ppcc-motion-duration-standard) var(--ppcc-motion-ease);
}

html.ppcc-motion-init .ppcc-quote-reveal {
  opacity: 0.6;
  transform: translate3d(0, 30px, 0) scale(0.98);
  will-change: opacity, transform;
}

html.ppcc-motion-init .ppcc-quote-reveal.ppcc-motion-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 991px) {
  .ppcc-home-community-copy {
    position: static;
    max-height: none;
  }

  .ppcc-community-voices-timeline {
    width: 100%;
    padding-bottom: 0;
  }

  .ppcc-community-voices-stack {
    gap: 18px;
  }

  .ppcc-community-voices-item,
  .ppcc-community-voices-item--one,
  .ppcc-community-voices-item--two,
  .ppcc-community-voices-item--three {
    min-height: 0;
    padding-left: 0;
  }

  .ppcc-community-voices-marker {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ppcc-sub-nav--home,
  .ppcc-pulse-soft {
    animation: none !important;
  }

  .ppcc-reveal,
  .ppcc-quote-reveal,
  .ppcc-reveal-cta,
  .ppcc-agenda-tab-panel,
  .ppcc-btn,
  .ppcc-speaker-card-new,
  .ppcc-speaker-card,
  .ppcc-speaker-card-media,
  .ppcc-sessions-card,
  .ppcc-workshops-card,
  .ppcc-session-card {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
}
