.bw-page-panels {
  background: #f5f7fa;
  overflow-x: hidden;
}

.bw-page-panels .article-breadcrumb-hero::before {
  display: none;
}

.bw-page-panels .article-breadcrumb-hero {
  min-height: 360px;
  padding: 120px 0 70px;
  background-color: #333673;
  background-image:
    linear-gradient(90deg, rgba(29, 41, 64, 0.28), rgba(36, 63, 152, 0.12)),
    url("../images/agenda/agenda-hero-bg-desktop.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.panels-section {
  position: relative;
  padding: 76px 0 100px;
}

.panels-section::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("../images/agenda/register-bg-desktop.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.055;
  pointer-events: none;
}

.panels-container {
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
}

.panels-intro {
  max-width: 900px;
  margin-bottom: 46px;
}

.panels-intro span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(22, 208, 197, 0.12);
  color: #04766f;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px;
}

.panels-intro h2 {
  margin: 0 0 16px;
  color: #111111;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.panels-intro p {
  margin: 0;
  color: #6b7280;
  font-size: 18px;
  line-height: 1.8;
}

.panels-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.panelist-card {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 24px;
  min-height: 190px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(229, 231, 235, 0.95);
  border-radius: 32px;
  box-shadow: 0 20px 52px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.panelist-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(22, 208, 197, 0.18), rgba(241, 100, 98, 0.18));
  pointer-events: none;
}

.panelist-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 78px rgba(17, 24, 39, 0.13);
}

.panelist-photo {
  position: relative;
  z-index: 2;
  width: 150px;
  height: 150px;
  border-radius: 34px;
  overflow: hidden;
  background: #e5e7eb;
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.14);
}

.panelist-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panelist-photo-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #16d0c5, #f16462);
  color: #ffffff;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.panelist-content {
  position: relative;
  z-index: 2;
}

.panelist-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(36, 63, 152, 0.1);
  color: #243f98;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
}

.panelist-content h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.panelist-content p {
  margin: 0;
  color: #4b5563;
  font-size: 15.5px;
  line-height: 1.65;
}

@media (max-width: 991px) {
  .panels-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .bw-page-panels .article-breadcrumb-hero {
    min-height: 280px;
    padding: 96px 0 52px;
    background-image:
      linear-gradient(90deg, rgba(29, 41, 64, 0.34), rgba(36, 63, 152, 0.18)),
      url("../images/agenda/agenda-hero-bg-mobile.png");
  }

  .panels-section {
    padding: 50px 0 72px;
  }

  .panels-section::before {
    background-image: url("../images/agenda/register-bg-mobile.png");
    opacity: 0.06;
  }

  .panels-container {
    width: min(100% - 28px, 100%);
  }

  .panelist-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px 20px;
  }

  .panelist-photo {
    margin: 0 auto;
  }

  .panelist-content h3 {
    font-size: 24px;
  }

}



.bw-page-panels {
  background: #f5f7fa;
  overflow-x: hidden;
}

.bw-page-panels .article-breadcrumb-hero::before {
  display: none;
}

.bw-page-panels .article-breadcrumb-hero {
  min-height: 360px;
  padding: 120px 0 70px;
  background-color: #333673;
  background-image:
    linear-gradient(90deg, rgba(29, 41, 64, 0.30), rgba(36, 63, 152, 0.14)),
    url("../images/agenda/agenda-hero-bg-desktop.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.panels-section {
  position: relative;
  padding: 76px 0 100px;
}

.panels-section::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("../images/agenda/register-bg-desktop.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.055;
  pointer-events: none;
}

.panels-container {
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
}

.panels-intro {
  max-width: 900px;
  margin-bottom: 46px;
}

.panels-intro span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(22, 208, 197, 0.12);
  color: #04766f;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px;
}

.panels-intro h2 {
  margin: 0 0 16px;
  color: #111111;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.panels-intro p {
  margin: 0;
  color: #6b7280;
  font-size: 18px;
  line-height: 1.8;
}

.panels-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.panel-topic-card {
  position: relative;
  min-height: 330px;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 24px 62px rgba(17, 24, 39, 0.13);
  background: #1d2940;
  isolation: isolate;
}

.panel-topic-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease, filter 0.65s ease;
  z-index: -2;
}

.panel-topic-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.08), rgba(17, 24, 39, 0.86)),
    linear-gradient(90deg, rgba(36, 63, 152, 0.28), rgba(241, 100, 98, 0.16));
  z-index: -1;
}

.panel-topic-content {
  padding: 34px;
  width: 100%;
  transform: translateY(10px);
  transition: transform 0.35s ease;
}

.panel-topic-content span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 16px;
}

.panel-topic-content h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.panel-topic-content p {
  margin: 0 0 18px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

.panel-topic-content strong {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.panel-topic-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.05);
}

.panel-topic-card:hover .panel-topic-content {
  transform: translateY(0);
}

.panel-topic-card:hover .panel-topic-content strong {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .panels-cards-grid {
    grid-template-columns: 1fr;
  }

  .panel-topic-card {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .bw-page-panels .article-breadcrumb-hero {
    min-height: 280px;
    padding: 96px 0 52px;
    background-image:
      linear-gradient(90deg, rgba(29, 41, 64, 0.34), rgba(36, 63, 152, 0.18)),
      url("../images/agenda/agenda-hero-bg-mobile.png");
  }

  .panels-section {
    padding: 50px 0 72px;
  }

  .panels-section::before {
    background-image: url("../images/agenda/register-bg-mobile.png");
    opacity: 0.06;
  }

  .panels-container {
    width: min(100% - 28px, 100%);
  }

  .panel-topic-card {
    min-height: 270px;
    border-radius: 24px;
  }

  .panel-topic-content {
    padding: 24px;
  }

  .panel-topic-content p {
    font-size: 14px;
  }
}