.lp-detail {
  padding: 80px 40px;
  background: #fff;
}

.lp-detail-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.lp-detail h2 {
  font-size: 2.3em;
  color: #10195c;
  text-align: center;
  margin-bottom: 10px;
}

.lp-detail .lp-det-sub {
  text-align: center;
  color: #555;
  font-size: 1.1em;
  margin-bottom: 50px;
}

.lp-det-course {
  margin-bottom: 50px;
}

.lp-det-course-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid;
  flex-wrap: wrap;
}

.lp-det-course-title.ahp {
  border-color: #3c5fd7;
}

.lp-det-course-title.ss {
  border-color: #1a9b6c;
}

.lp-det-course-title h3 {
  font-size: 1.5em;
  color: #10195c;
  margin: 0;
}

.lp-det-course-title .lp-det-badge {
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
}

.lp-det-badge.ahp {
  background: #3c5fd7;
}

.lp-det-badge.ss {
  background: #1a9b6c;
}

.lp-det-themes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

.lp-det-theme {
  border: 2px solid #e8eeff;
  border-radius: 16px;
  padding: 25px;
  transition: all 0.3s;
}

.lp-det-theme:hover {
  border-color: #3c5fd7;
  box-shadow: 0 5px 20px rgba(60, 95, 215, 0.1);
}

.lp-det-theme.ss {
  border-color: #e0f5ec;
}

.lp-det-theme.ss:hover {
  border-color: #1a9b6c;
  box-shadow: 0 5px 20px rgba(26, 155, 108, 0.1);
}

.lp-det-theme h4 {
  color: #10195c;
  margin: 0 0 5px;
  font-size: 1.15em;
}

.lp-det-theme .lp-det-desc {
  color: #666;
  font-size: 0.9em;
  margin: 0 0 15px;
  line-height: 1.5;
}

.lp-det-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-det-item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f4f6ff;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 0.85em;
  color: #444;
}

.lp-det-item.ss {
  background: #edf8f3;
}

.lp-det-item .lp-di-icon {
  font-size: 1em;
}

.lp-det-topics {
  margin-top: 12px;
}

.lp-det-topics h5 {
  font-size: 0.9em;
  color: #888;
  margin: 0 0 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.lp-det-topics ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.lp-det-topics li {
  background: #f8f9fc;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 0.82em;
  color: #555;
  border: 1px solid #eee;
}
