.detail-main-line {
  margin: 0;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.detail-main-line p {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.2px;
}

.detail-main-line p:last-child {
  margin-bottom: 0;
}

.detail-content-section {
  padding: 20px;
  margin: 20px 0 0;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.detail-section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
}

.detail-content-section h2 {
  margin: 0;
  color: #273653;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

.detail-section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  color: #005ccf;
  background: #e8f5ff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.detail-pricing-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.detail-pricing-grid,
.detail-maker-grid {
  display: grid;
  gap: 12px;
}

.detail-empty-state {
  border: 1px dashed #d8e0ea;
  border-radius: 12px;
  padding: 18px 14px;
  color: #7a879d;
  background: #f8fbff;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.detail-pricing-card {
  position: relative;
  border: 1.5px solid #117dff;
  border-radius: 16px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(39, 54, 83, 0.04);
}

.detail-pricing-card.is-selected {
  border: 1.5px solid #117dff;
  box-shadow: 0 8px 20px rgba(39, 54, 83, 0.04);
}

.detail-pricing-option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.detail-pricing-name {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  color: #273653;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
}

.detail-pricing-name span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.detail-pricing-name-icon {
  display: block;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: #117dff;
}

.detail-pricing-price {
  width: 100%;
  margin: 0;
  color: #202938;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.detail-pricing-price span {
  margin-left: 2px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.detail-pricing-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.2px;
}

.detail-pricing-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.detail-pricing-card li span {
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1.9;
}

.detail-pricing-card li p {
  margin: 0;
  min-width: 0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.2px;
}

.detail-pricing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 18px;
  border-radius: 12px;
  color: #fff;
  background: #117dff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(17, 125, 255, 0.18);
}

.detail-founder-comment {
  border-radius: 12px;
  background: #f8fbff;
  padding: 14px;
}

.detail-founder-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.detail-founder-avatar,
.detail-maker-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8eef6;
  color: #273653;
  font-size: 16px;
  font-weight: 800;
}

.detail-founder-avatar img,
.detail-maker-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-founder-head strong,
.detail-maker-card strong {
  display: block;
  color: #273653;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.detail-founder-head em,
.detail-maker-card em {
  display: block;
  margin-top: 3px;
  color: #7a879d;
  font-style: normal;
  font-size: 12px;
  line-height: 1.25;
}

.detail-founder-body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.2px;
}

.detail-founder-body p {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.2px;
}

.detail-founder-body p:last-child {
  margin-bottom: 0;
}

.detail-comment-video-card,
.detail-comment-video-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 184px;
  margin-top: 18px;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  padding: 0;
  color: #fff;
  background: #d9e2ee;
  text-decoration: none;
}

.detail-comment-video-card {
  cursor: pointer;
}

.detail-comment-video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-comment-video-shade {
  position: absolute;
  inset: 0;
  background: rgba(20, 28, 40, 0.42);
}

.detail-comment-video-play {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.detail-comment-video-play i {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(18, 31, 51, 0.18);
}

.detail-comment-video-play i::before {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #101828;
  content: "";
}

.detail-comment-video-card iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.detail-comment-video-card.is-playing {
  background: #000;
}

.detail-comment-video-link {
  min-height: 52px;
  aspect-ratio: auto;
  color: #117dff;
  background: #e8f5ff;
  font-size: 16px;
  font-weight: 700;
}

.detail-maker-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eef2f7;
}

.detail-maker-card:last-child {
  border-bottom: 0;
}

.detail-info-list {
  display: grid;
  gap: 12px;
}

.detail-info-list > div {
  display: grid;
  gap: 5px;
}

.detail-info-list span {
  color: #7a879d;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.detail-info-list p,
.detail-info-list a {
  margin: 0;
  color: #273653;
  font-size: 15px;
  line-height: 1.45;
}

.detail-info-list a {
  color: #006dc7;
  text-decoration: none;
  word-break: break-all;
}
