.detail-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  padding: 8px 0;
  margin-bottom: 8px;
  cursor: pointer;
  border: none;
  background: none;
  transition: color 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.detail-back:hover { color: var(--navy); }
.detail-back svg { width: 16px; height: 16px; }

.detail-hero {
  text-align: center;
  padding: 0 0 20px;
}

.detail-icon {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid var(--gray-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 16px;
}

.detail-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}
.badge-preschool { background: #FEE2E8; color: #BE123C; }
.badge-school   { background: #DBEAFE; color: #1E40AF; }
.badge-english  { background: #DCFCE7; color: #166534; }
.badge-consult  { background: #EDE9FE; color: #6D28D9; }

.detail-title {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 4px;
}

.detail-subtitle {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
  max-width: 400px;
  margin: 0 auto;
}

/* Cards */
.detail-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-border);
  padding: 22px 20px;
  margin-bottom: 12px;
}

.detail-section-title {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.detail-description {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text);
}

/* Benefits */
.detail-benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.detail-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
}
.detail-benefits li::before {
  content: '';
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  background: var(--orange-light);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23F7A813' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
}

/* Info Grid */
.detail-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.detail-info-box {
  background: var(--gray-bg);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
}
.detail-info-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.detail-info-value {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
}

/* CTA */
.detail-cta-section {
  margin-top: 6px;
  padding-bottom: 4px;
}

.detail-cta-intro {
  text-align: center;
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: 12px;
  line-height: 1.6;
}
.detail-cta-intro strong { color: var(--navy); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: var(--radius-md);
  padding: 13px 24px;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: -0.01em;
  width: 100%;
}
.btn-whatsapp {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 2px 12px rgba(247, 168, 19, 0.25);
}
.btn-whatsapp:hover {
  background: var(--orange-dark);
  box-shadow: 0 4px 18px rgba(247, 168, 19, 0.35);
}
.btn-whatsapp:active { transform: scale(0.98); }
.btn-whatsapp-icon { width: 20px; height: 20px; flex-shrink: 0; }

/* Other Programs */
.other-programs {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--gray-border);
}
.other-programs-title {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  text-align: center;
}
.other-programs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.other-program-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-secondary);
  background: var(--white);
  border: 1px solid var(--gray-border);
  padding: 6px 12px;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.other-program-chip:hover {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

@media (max-width: 480px) {
  .detail-title { font-size: 20px; }
  .detail-info-grid { grid-template-columns: 1fr; }
  .detail-card { padding: 18px 16px; }
  .btn { padding: 12px 20px; font-size: 13px; }
}
