/* ===== PROGRAM INTRO ===== */
.program-intro {
  max-width: 760px;
  margin: 0 auto;
  padding: 3rem 2rem 0;
  text-align: center;
}
.program-intro p { color: #444; font-size: 1.05rem; }

/* ===== 2-COL PROGRAMS ===== */
.programs-compare {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 2rem 4rem;
}
.programs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.program-card {
  border: 2px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.program-card .card-img-placeholder {
  width: 100%;
  height: 200px;
  background: #ccc;
}
.program-card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.program-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  margin-bottom: 0.25rem;
}
.program-card h2 {
  font-size: 1.75rem;
  margin-bottom: 0.15rem;
}
.program-full-name {
  font-weight: 600;
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 0;
}
.program-full-name-pt {
  font-style: italic;
  font-size: 1rem;
  color: #888;
  margin-bottom: 1rem;
}
.program-desc {
  color: #444;
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}
.program-card h4 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #555;
  margin: 1.25rem 0 0.4rem;
}
.program-card ul {
  list-style: disc;
  padding-left: 1.1rem;
  font-size: 0.92rem;
  color: #444;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.75rem;
}
.program-interest-btn {
  margin-top: auto;
  width: 100%;
  text-align: center;
}

/* ===== PLACEMENT & ENRICHMENT ===== */
.placement-enrichment {
  background: #f2ede4;
  max-width: 100%;
  padding: 4rem 2rem;
}
.pe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.pe-card { padding: 1.5rem; }
.pe-card .icon-placeholder {
  width: 56px;
  height: 56px;
  background: #bbb;
  border-radius: 50%;
  margin: 0 auto 1rem;
}
.pe-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  color: #c62828;
}
.pe-icon svg {
  width: 100%;
  height: 100%;
}
.pe-card h3 { margin-bottom: 0.5rem; font-size: 1.1rem; }
.pe-card p { color: #444; font-size: 0.92rem; }

/* ===== OUR SCHOOL (YOUTH) ===== */
.youth-school {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem;
}
.youth-school-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
.youth-school-img-placeholder {
  width: 100%;
  height: 360px;
  background: #ccc;
  border-radius: 8px;
}
.youth-school-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}
.youth-school-text p {
  color: #444;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

/* ===== TESTIMONIAL ===== */
.youth-testimonial {
  background: transparent;
  max-width: 100%;
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
}
.youth-testimonial .testimonial-card {
  max-width: 720px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 2rem;
  display: block;
}
.youth-testimonial .testimonial-text p {
  font-style: italic;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.youth-testimonial footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.youth-testimonial .avatar-placeholder {
  width: 40px;
  height: 40px;
  background: #bbb;
  border-radius: 50%;
  flex-shrink: 0;
}
.youth-testimonial cite {
  font-style: normal;
  font-size: 0.85rem;
  color: #555;
}
.youth-testimonial .testimonial-lang {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}
.youth-testimonial .lang-toggle {
  padding: 0.25rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f5f5f5;
  color: #888;
  cursor: pointer;
  font-family: inherit;
}
.youth-testimonial .lang-toggle.active {
  background: #555;
  color: #fff;
  border-color: #444;
}
.youth-testimonial .lang-toggle:hover:not(.active) { background: #e0e0e0; }

/* ===== HOW TO ENROLL ===== */
.enroll-steps {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem;
  text-align: center;
}
.enroll-steps > p { color: #444; margin-bottom: 2rem; }
.steps-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
.step-card {
  flex: 1;
  max-width: 300px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: left;
}
.step-card .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #c62828;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}
.step-card h3 { font-size: 1.05rem; margin-bottom: 0.5rem; color: #c62828; }
.step-card p { color: #444; font-size: 0.92rem; }
.step-card .btn { margin-top: 0.75rem; }
.step-arrow {
  font-size: 1.5rem;
  color: #aaa;
  padding-top: 2.5rem;
  flex-shrink: 0;
}

/* ===== TUITION ===== */
.tuition {
  background: #f2ede4;
  max-width: 100%;
  padding: 4rem 2rem;
}
.tuition-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}
.tuition-price-amount {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.25rem;
  line-height: 1.2;
  display: inline;
}
.tuition-price-period {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  margin-bottom: 0.25rem;
  display: inline;
}
.tuition-price-label {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.price-highlight {
  color: #f9a825;
}
.price-crossed {
  position: relative;
  color: #222;
  font-size: inherit;
  font-weight: inherit;
}
.price-crossed::before,
.price-crossed::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  right: -6px;
  margin-top: -1.5px;
  border-top: 3px solid #f9a825;
  transform-origin: center;
}
.price-crossed::before {
  transform: rotate(25deg);
}
.price-crossed::after {
  transform: rotate(-25deg);
}
.tuition h4 { margin-bottom: 0.5rem; }
.tuition ul {
  list-style: disc;
  padding-left: 1.1rem;
  color: #444;
  font-size: 0.92rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 1rem;
}
.tuition-note {
  font-size: 0.88rem;
  color: #666;
  font-style: italic;
}
.early-bird-callout {
  background: #fff8e1;
  border: 2px solid #f9a825;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-top: 1rem;
  font-size: 0.88rem;
  color: #5d4037;
  text-align: center;
}

.tuition-action {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.tuition-box {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
}
.tuition-box h3 { margin-bottom: 0.5rem; }
.tuition-box p { color: #444; font-size: 0.92rem; margin-bottom: 1rem; }

/* ===== INTEREST FORM ===== */
.interest-form {
  max-width: 800px;
  text-align: center;
}
.interest-form p {
  color: #444;
  margin-bottom: 2rem;
}
.form-embed {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #f9f9f9;
}
.form-embed iframe {
  display: block;
  width: 100%;
  min-height: 800px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .programs-grid { grid-template-columns: 1fr; }
  .pe-grid { grid-template-columns: 1fr; }
  .steps-row { flex-direction: column; align-items: center; }
  .step-arrow { transform: rotate(90deg); padding: 0; }
  .tuition-content { grid-template-columns: 1fr; }
  .youth-school-grid { grid-template-columns: 1fr; }
}

