.bw-page-panel-detail {
  background: #f5f7fa;
  color: #111111;
  overflow-x: hidden;
}

.panel-detail-container {
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
}

.panel-detail-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1d2940;
}

.panel-detail-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panel-detail-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.88), rgba(17, 24, 39, 0.48), rgba(17, 24, 39, 0.2)),
    linear-gradient(180deg, rgba(29, 41, 64, 0.35), rgba(36, 63, 152, 0.28));
}

.panel-detail-hero .panel-detail-container {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}

.panel-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 54px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 800;
}

.panel-detail-breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.panel-detail-breadcrumb strong {
  color: #ffffff;
}

.panel-detail-hero-content {
  max-width: 920px;
}

.panel-detail-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(22, 208, 197, 0.18);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 22px;
}

.panel-detail-hero-content h1 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.07em;
}

.panel-detail-hero-content p {
  margin: 0;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.45;
  font-weight: 700;
}

.panel-detail-meta {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.panel-detail-meta span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  backdrop-filter: blur(10px);
  font-size: 14px;
  font-weight: 900;
}

.panel-detail-back-btn {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #1d2940;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
}

.panel-detail-section {
  padding: 90px 0;
}

.panel-detail-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 46px;
  align-items: start;
}

.panel-detail-summary {
  position: sticky;
  top: 110px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 56px rgba(17, 24, 39, 0.08);
  border: 1px solid #e5e7eb;
}

.panel-detail-summary span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(22, 208, 197, 0.12);
  color: #04766f;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
}

.panel-detail-summary h2 {
  margin: 0 0 20px;
  color: #111111;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.panel-detail-summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.panel-detail-summary li {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

.panel-detail-summary strong {
  color: #111111;
}

.panel-detail-content {
  display: grid;
  gap: 48px;
}

.panel-detail-block {
  padding: 42px;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 22px 56px rgba(17, 24, 39, 0.07);
  border: 1px solid #e5e7eb;
}

.panel-detail-block h2,
.panel-section-head h2 {
  margin: 0 0 24px;
  color: #111111;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.panel-detail-block p {
  margin: 0 0 22px;
  color: #374151;
  font-size: 17px;
  line-height: 1.9;
}

.panel-detail-block p:last-child {
  margin-bottom: 0;
}

.panel-objectives-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.panel-objective-card {
  padding: 24px;
  border-radius: 24px;
  background: #f7f8fb;
  border: 1px solid #e5e7eb;
}

.panel-objective-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #16d0c5, #f16462);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 16px;
}

.panel-objective-card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
}

.panel-speakers-section,
.panel-agenda-section {
  padding: 80px 0;
}

.panel-speakers-section {
  background: #ffffff;
}

.panel-agenda-section {
  background: #f5f7fa;
}

.panel-section-head {
  max-width: 880px;
  margin-bottom: 42px;
}

.panel-section-head span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(22, 208, 197, 0.12);
  color: #04766f;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px;
}

.panel-section-head p {
  margin: 0;
  color: #6b7280;
  font-size: 18px;
  line-height: 1.75;
}

.panel-speakers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.panel-speaker-card {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 24px;
  min-height: 190px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 32px;
  box-shadow: 0 20px 52px rgba(17, 24, 39, 0.08);
  overflow: hidden;
}

.panel-speaker-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.16), rgba(241, 100, 98, 0.16));
}

.panel-speaker-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);
}

.panel-speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panel-speaker-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #16d0c5, #f16462);
  color: #ffffff;
  font-size: 42px;
  font-weight: 900;
}

.panel-speaker-content {
  position: relative;
  z-index: 2;
}

.panel-speaker-content span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(36, 63, 152, 0.1);
  color: #243f98;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
}

.panel-speaker-content h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 27px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.panel-speaker-content p {
  margin: 0;
  color: #4b5563;
  font-size: 15.5px;
  line-height: 1.65;
}

.panel-timeline {
  position: relative;
  max-width: 900px;
  padding-left: 30px;
}

.panel-timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 2px;
  height: calc(100% - 16px);
  background: linear-gradient(180deg, #16d0c5, #f16462);
}

.panel-timeline-item {
  position: relative;
  padding: 0 0 28px 28px;
}

.panel-timeline-item:last-child {
  padding-bottom: 0;
}

.panel-timeline-item span {
  position: absolute;
  left: -30px;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 5px solid #16d0c5;
  box-shadow: 0 0 0 6px rgba(22, 208, 197, 0.12);
}

.panel-timeline-item p {
  margin: 0;
  padding: 22px 24px;
  border-radius: 24px;
  background: #ffffff;
  color: #374151;
  font-size: 16.5px;
  line-height: 1.75;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.06);
}

@media (max-width: 991px) {
  .panel-detail-layout {
    grid-template-columns: 1fr;
  }

  .panel-detail-summary {
    position: static;
  }

  .panel-objectives-grid,
  .panel-speakers-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .panel-detail-container {
    width: min(100% - 28px, 100%);
  }

  .panel-detail-hero {
    min-height: 620px;
  }

  .panel-detail-hero .panel-detail-container {
    padding-top: 96px;
  }

  .panel-detail-breadcrumb {
    margin-bottom: 34px;
  }

  .panel-detail-section,
  .panel-speakers-section,
  .panel-agenda-section {
    padding: 54px 0;
  }

  .panel-detail-block {
    padding: 26px 20px;
    border-radius: 26px;
  }

  .panel-speaker-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .panel-speaker-photo {
    margin: 0 auto;
  }
}