body.programs-overview-page {
  background:
    radial-gradient(circle at 4% -12%, rgba(26, 115, 232, 0.19) 0%, rgba(26, 115, 232, 0) 35%),
    radial-gradient(circle at 97% 7%, rgba(255, 111, 97, 0.16) 0%, rgba(255, 111, 97, 0) 30%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 38%, #ffffff 100%);
}

.po-main {
  position: relative;
  overflow: hidden;
}

.po-main::before {
  content: "KORA";
  position: absolute;
  top: 95px;
  right: -0.12em;
  font-family: "Noto Serif KR", serif;
  font-size: clamp(5rem, 15vw, 12rem);
  line-height: 1;
  color: rgba(26, 115, 232, 0.08);
  pointer-events: none;
  z-index: 0;
}

.po-hero {
  position: relative;
  min-height: min(910px, calc(100vh - 122px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
}

.po-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: saturate(1.07) contrast(1.03);
}

.po-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(7, 19, 42, 0.88) 10%, rgba(7, 19, 42, 0.48) 58%, rgba(7, 19, 42, 0.22) 100%),
    linear-gradient(180deg, rgba(26, 115, 232, 0.22), rgba(17, 24, 39, 0.5));
}

.po-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 390px);
  gap: 2rem;
  padding: clamp(2.4rem, 6vw, 5.6rem) 0;
}

.po-hero-content {
  color: #ffffff;
}

.po-kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
}

.po-hero-content h1 {
  margin: 0.62rem 0 0;
  max-width: 18ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5.3vw, 3.5rem);
  line-height: 1.08;
}

.po-subtitle {
  margin: 0.95rem 0 0;
  max-width: 63ch;
  font-size: clamp(0.98rem, 1.9vw, 1.1rem);
  color: rgba(255, 255, 255, 0.9);
}

.po-seat-alert {
  margin-top: 1.15rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.46rem 0.8rem;
  border-radius: 999px;
  background: rgba(229, 57, 53, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.36);
  font-size: 0.82rem;
  color: #ffffff;
}

.po-pulse {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background: #ffc107;
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
  animation: poPulse 1.6s ease-in-out infinite;
}

@keyframes poPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(255, 193, 7, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
  }
}

.po-hero-actions {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.po-hero-actions .po-open-quiz {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.po-hero-actions .po-open-quiz:hover {
  border-color: rgba(255, 255, 255, 0.7);
}

.po-hero-proof {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.po-hero-proof article {
  padding: 0.7rem 0.72rem;
  border-radius: 12px;
  background: rgba(13, 33, 70, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.po-hero-proof strong {
  display: block;
  font-size: 1.24rem;
  line-height: 1;
}

.po-hero-proof span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.88);
}

.po-hero-card {
  align-self: center;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  padding: 1.2rem 1.12rem;
  border: 1px solid rgba(26, 115, 232, 0.24);
  box-shadow: 0 16px 34px rgba(10, 34, 64, 0.2);
}

.po-card-kicker {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #2c5fca;
  text-transform: uppercase;
}

.po-hero-card h2 {
  margin: 0.45rem 0 0;
  font-size: 1.32rem;
  color: #0f172a;
}

.po-hero-card ul {
  margin: 0.82rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.po-hero-card li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.48rem;
  color: #334155;
  font-size: 0.86rem;
}

.po-hero-card li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background: rgba(26, 115, 232, 0.12);
  color: #2c5fca;
  font-size: 0.72rem;
  font-weight: 800;
}

.po-hero-card a {
  display: inline-flex;
  margin-top: 0.86rem;
  color: #e53935;
  font-weight: 700;
  font-size: 0.87rem;
}

.po-roadmap {
  position: relative;
  z-index: 1;
}

.po-roadmap-flow {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 0.6rem;
}

.po-roadmap-flow article {
  background: #ffffff;
  border: 1px solid rgba(26, 115, 232, 0.24);
  border-radius: 14px;
  padding: 0.95rem 0.88rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.po-roadmap-flow .step {
  margin: 0;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #e53935;
  font-weight: 800;
}

.po-roadmap-flow h3 {
  margin: 0.38rem 0 0;
  font-size: 1rem;
  color: #0f172a;
}

.po-roadmap-flow article p:last-child {
  margin: 0.45rem 0 0;
  color: #475569;
  font-size: 0.84rem;
}

.po-roadmap-flow .connector {
  align-self: center;
  color: #2c5fca;
  font-size: 1.2rem;
  font-weight: 800;
}

.po-level-game {
  margin-top: 1.2rem;
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.08), rgba(255, 111, 97, 0.06));
  border: 1px solid rgba(26, 115, 232, 0.22);
  border-radius: 16px;
  padding: 1rem;
}

.po-level-game h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1.16rem;
}

.po-level-track {
  margin-top: 0.82rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.35rem;
}

.po-level-track span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 2.2rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(26, 115, 232, 0.26);
  font-weight: 700;
  color: #2c5fca;
}

.po-level-track span:last-child {
  background: linear-gradient(135deg, #e53935, #c62828);
  color: #ffffff;
  border-color: rgba(198, 40, 40, 0.8);
}

.po-skill-bars {
  margin-top: 0.92rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.po-skill-bars p {
  margin: 0 0 0.35rem;
  font-weight: 700;
  color: #334155;
  font-size: 0.84rem;
}

.po-meter {
  position: relative;
  height: 0.54rem;
  border-radius: 999px;
  background: rgba(26, 115, 232, 0.15);
  overflow: hidden;
}

.po-meter span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1a73e8, #ff6f61);
  transition: width 900ms ease;
}

.po-meter.is-visible span {
  width: calc(var(--meter-value) * 1%);
}

.po-stat-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.78rem;
}

.po-stat-card {
  background: #ffffff;
  border: 1px solid rgba(26, 115, 232, 0.22);
  border-radius: 14px;
  padding: 1rem 0.82rem;
  text-align: center;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
}

.po-stat-card strong {
  display: block;
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #e53935;
  line-height: 1;
}

.po-stat-card span {
  display: block;
  margin-top: 0.45rem;
  color: #475569;
  font-size: 0.8rem;
}

.po-country-block {
  margin-top: 1rem;
  background: #ffffff;
  border: 1px solid rgba(26, 115, 232, 0.2);
  border-radius: 14px;
  padding: 1rem;
}

.po-country-block h3 {
  margin: 0;
  color: #0f172a;
}

.po-country-block p {
  margin: 0.4rem 0 0;
  color: #475569;
}

.po-country-chips {
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.po-country-chips span {
  padding: 0.36rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(26, 115, 232, 0.28);
  background: rgba(26, 115, 232, 0.08);
  color: #2c5fca;
  font-size: 0.76rem;
  font-weight: 700;
}

.po-program-grid {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.po-program-card {
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(26, 115, 232, 0.21);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.09);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.po-program-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 34px rgba(15, 23, 42, 0.14);
}

.po-program-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.po-program-body {
  padding: 0.9rem;
}

.po-badge {
  margin: 0;
  display: inline-flex;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2c5fca;
  background: rgba(26, 115, 232, 0.13);
}

.po-program-body h3 {
  margin: 0.5rem 0 0;
  font-size: 1.12rem;
  color: #0f172a;
}

.po-program-body ul {
  margin: 0.62rem 0 0;
  padding-left: 1rem;
  color: #334155;
  font-size: 0.82rem;
  display: grid;
  gap: 0.34rem;
}

.po-mini-testimonial {
  margin-top: 0.72rem;
  padding: 0.55rem;
  border-radius: 12px;
  border: 1px solid rgba(26, 115, 232, 0.2);
  background: #f8fbff;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0.55rem;
}

.po-mini-testimonial img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(26, 115, 232, 0.25);
}

.po-mini-testimonial p {
  margin: 0;
  font-size: 0.77rem;
  color: #334155;
  line-height: 1.5;
}

.po-mini-testimonial span {
  color: #e53935;
  font-weight: 700;
}

.po-inline-link {
  margin-top: 0.75rem;
  display: inline-flex;
  color: #e53935;
  font-weight: 700;
  font-size: 0.84rem;
}

.po-program-card.po-recommended {
  outline: 2px solid rgba(229, 57, 53, 0.7);
  outline-offset: -2px;
}

.po-table-wrap {
  margin-top: 1rem;
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid rgba(26, 115, 232, 0.24);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
}

.po-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}

.po-table-wrap th,
.po-table-wrap td {
  padding: 0.8rem 0.78rem;
  border-bottom: 1px solid rgba(26, 115, 232, 0.14);
  text-align: left;
}

.po-table-wrap thead {
  background: rgba(26, 115, 232, 0.1);
}

.po-table-wrap th {
  color: #0f172a;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.po-table-wrap td {
  color: #334155;
  font-size: 0.84rem;
}

.po-quiz-block {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 0.95rem;
  align-items: center;
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.1), rgba(255, 111, 97, 0.12));
  border: 1px solid rgba(26, 115, 232, 0.24);
  border-radius: 16px;
  padding: 1.05rem;
}

.po-quiz-preview {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(26, 115, 232, 0.2);
  padding: 0.9rem;
}

.po-quiz-preview h3 {
  margin: 0;
  color: #0f172a;
}

.po-quiz-preview ul {
  margin: 0.6rem 0 0;
  padding-left: 1rem;
  color: #334155;
  display: grid;
  gap: 0.36rem;
}

.po-proof-video {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.po-video-card {
  border-radius: 14px;
  border: 1px solid rgba(26, 115, 232, 0.22);
  background: #ffffff;
  padding: 0.62rem;
  box-shadow: 0 9px 20px rgba(15, 23, 42, 0.07);
}

.po-video-card video {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16 / 10;
  background: #0f172a;
}

.po-video-card h3 {
  margin: 0.55rem 0 0;
  font-size: 0.95rem;
  color: #0f172a;
}

.po-video-card p {
  margin: 0.32rem 0 0;
  font-size: 0.8rem;
  color: #475569;
}

.po-stars-grid {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.6rem;
}

.po-stars-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(26, 115, 232, 0.22);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.po-final-cta {
  padding-top: 2rem;
}

.po-final-cta .container {
  background: linear-gradient(138deg, #1a73e8 0%, #2c5fca 62%, #ff6f61 100%);
  color: #ffffff;
  border-radius: 18px;
  padding: clamp(1.3rem, 3.5vw, 2.2rem);
  text-align: center;
}

.po-final-cta h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.3vw, 2.4rem);
  line-height: 1.15;
}

.po-final-cta p {
  margin: 0.68rem auto 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.93);
}

.po-final-actions {
  margin-top: 1.05rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.po-final-actions .btn-primary {
  background: #e53935;
  border-color: #e53935;
}

.po-final-actions .btn-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
}

.po-quiz-modal {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.72);
  display: grid;
  place-items: center;
  z-index: 300;
  padding: 1rem;
}

.po-quiz-modal[hidden] {
  display: none;
}

.po-quiz-dialog {
  width: min(640px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(26, 115, 232, 0.22);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.3);
  padding: 1.05rem;
  position: relative;
}

.po-modal-close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(26, 115, 232, 0.25);
  background: #f8fbff;
  color: #2c5fca;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

.po-quiz-dialog h2 {
  margin: 0 2rem 0 0;
  color: #0f172a;
  font-size: 1.35rem;
}

#programQuizForm {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.82rem;
}

#programQuizForm fieldset {
  margin: 0;
  padding: 0.76rem 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(26, 115, 232, 0.22);
  background: #f8fbff;
  display: grid;
  gap: 0.42rem;
}

#programQuizForm legend {
  padding: 0 0.24rem;
  font-size: 0.83rem;
  font-weight: 800;
  color: #0f172a;
}

#programQuizForm label {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  color: #334155;
  font-size: 0.84rem;
  cursor: pointer;
}

#programQuizForm input[type="radio"] {
  accent-color: #1a73e8;
}

.po-quiz-result {
  margin-top: 0.88rem;
  border-radius: 12px;
  border: 1px solid rgba(229, 57, 53, 0.28);
  background: linear-gradient(135deg, rgba(229, 57, 53, 0.08), rgba(255, 193, 7, 0.08));
  padding: 0.85rem;
}

.po-quiz-result h3 {
  margin: 0;
  color: #0f172a;
}

.po-quiz-result p {
  margin: 0.45rem 0 0;
  color: #334155;
}

.po-quiz-result a {
  margin-top: 0.64rem;
  display: inline-flex;
  color: #e53935;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .po-roadmap-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .po-roadmap-flow .connector {
    display: none;
  }

  .po-stars-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .po-main::before {
    display: none;
  }

  .po-hero-grid,
  .po-quiz-block {
    grid-template-columns: 1fr;
  }

  .po-hero-card {
    order: -1;
  }

  .po-hero-proof,
  .po-skill-bars,
  .po-stat-grid,
  .po-proof-video {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .po-program-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .po-hero {
    min-height: auto;
  }

  .po-hero-content h1 {
    max-width: none;
  }

  .po-hero-proof,
  .po-level-track,
  .po-skill-bars,
  .po-stat-grid,
  .po-proof-video,
  .po-stars-grid {
    grid-template-columns: 1fr;
  }

  .po-roadmap-flow {
    grid-template-columns: 1fr;
  }

  .po-seat-alert {
    border-radius: 12px;
  }

  .po-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .po-final-actions .btn {
    justify-content: center;
  }
}
