/* ===== 中基"攀登者"干部培养项目·情境高尔夫专题 ===== */
/* 主题色：森林绿 #1a6b3c + 金棕 #9a7b3c */

.detail-hero {
  background: linear-gradient(135deg,#0f4d2b 0%,#1a6b3c 40%,#2a8a52 100%);
  padding: clamp(48px,7vw,80px) 6% clamp(44px,6vw,68px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.detail-hero::before {
  content:"";
  position:absolute; inset:0;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.06) 0%, transparent 55%);
  pointer-events:none;
}
.detail-hero .tag {
  display:inline-block;
  background: rgba(255,255,255,.14);
  color:#d4f0e0;
  border:1px solid rgba(255,255,255,.2);
  padding:5px 16px;
  border-radius:20px;
  font-size:12.5px;
  letter-spacing:.8px;
  margin-bottom:18px;
  backdrop-filter: blur(4px);
}
.detail-hero h1 {
  font-size:clamp(22px,3vw,31px);
  font-weight:800;
  line-height:1.5;
  letter-spacing:.4px;
  color:#fff !important;
  text-shadow:0 2px 14px rgba(0,0,0,.35);
  max-width:720px;
  margin:0 auto 14px;
}
.detail-hero .subline {
  margin-top:16px;
  font-size:14.5px;
  color:rgba(255,255,255,.9);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
}
.chips {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin-top:22px;
}
.chips span {
  display:inline-block;
  background: rgba(154,123,60,.2);
  color:#e8d5a8;
  border:1px solid rgba(154,123,60,.35);
  padding:4px 13px;
  border-radius:20px;
  font-size:12px;
  font-weight:600;
}

/* meta bar */
.detail-meta {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px 18px;
  padding:15px 28px 0;
  font-size:13px;
  color:var(--muted);
  border-bottom:1px solid var(--border);
  margin-bottom:26px;
}
.detail-meta b {color:var(--text);}
.detail-meta .dot {
  width:4px;height:4px;border-radius:50%;background:var(--muted);opacity:.5;
}

/* body */
.detail-body {
  padding:8px 28px 36px;
  font-size:15.5px;
  line-height:1.85;
  color:var(--text);
}
.detail-body h2 {
  font-size:19px;
  font-weight:700;
  color:#1a6b3c;
  margin:34px 0 14px;
  padding-left:13px;
  border-left:4px solid #1a6b3c;
}
.detail-body h3 {
  font-size:16px;
  font-weight:700;
  color:#2a5a38;
  margin:24px 0 10px;
}
.detail-body p {margin:0 0 14px;}
.detail-body strong {color:#1a6b3c;}

/* lead text */
.lead-text {
  background: linear-gradient(135deg,#f0faf4,#eaf6ee);
  border-left:4px solid #1a6b3c;
  padding:18px 22px;
  border-radius:0 10px 10px 0;
  font-size:15px;
  line-height:1.8;
  color:#1a3a26;
  margin-bottom:26px;
}

/* figures */
figure {
  margin:22px 0;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 4px 16px rgba(26,107,60,.1);
}
figure img {
  width:100%;
  height:auto;
  display:block;
}
figcaption {
  font-size:12.5px;
  color:var(--muted);
  text-align:center;
  padding:9px 12px;
  background:#fafcf9;
  border-top:1px solid #e8efe8;
}
.figure-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin:22px 0;
}
.figure-grid figure {margin:0;}

/* quote block */
.quote-blk {
  background:linear-gradient(135deg,#f6fbf8,#eff7f1);
  border-left:4px solid #9a7b3c;
  padding:20px 24px;
  border-radius:0 10px 10px 0;
  margin:26px 0;
  font-size:15.5px;
  line-height:1.75;
  color:#2a4a35;
  font-style:italic;
}
.quote-blk .by {
  display:block;
  margin-top:10px;
  font-size:13px;
  color:var(--muted);
  font-style:normal;
}

/* about card */
.about-card {
  background:linear-gradient(135deg,#f0faf4,#fff);
  border:1px solid #cde8d6;
  border-radius:14px;
  padding:24px 26px;
  margin:32px 0 18px;
  box-shadow:0 3px 14px rgba(26,107,60,.08);
}
.about-card h3 {
  font-size:17px;
  font-weight:700;
  color:#1a6b3c;
  margin:0 0 12px;
  display:flex;
  align-items:center;
  gap:8px;
}
.about-card h3 .ic {
  display:inline-flex;
  width:26px;height:26px;
  background:#1a6b3c;
  color:#fff;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-style:normal;
  flex-shrink:0;
}
.about-card p {
  font-size:14.5px;
  line-height:1.8;
  color:#3a5a45;
  margin:0;
}
.about-card a {color:#1a6b3c;font-weight:600;text-decoration:none;}
.about-card a:hover {text-decoration:underline;}

/* course module cards — 结构化版权课程展示 */
.course-modules {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:14px;
  margin:22px 0;
}
.module-card {
  background:#f8fcf9;
  border:1px solid #d4ead8;
  border-radius:12px;
  padding:18px 18px 14px;
  transition:.2s;
}
.module-card:hover {
  border-color:#1a6b3c;
  box-shadow:0 4px 16px rgba(26,107,60,.12);
  transform:translateY(-2px);
}
.module-card h4 {
  font-size:14.5px;
  font-weight:700;
  color:#1a6b3c;
  margin:0 0 8px;
  display:flex;
  align-items:center;
  gap:7px;
}
.module-card p {
  font-size:13.5px;
  line-height:1.65;
  color:#4a6a54;
  margin:0;
}

/* copyright badge */
.copyright-badge {
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:linear-gradient(135deg,#9a7b3c,#b8943c);
  color:#fff;
  padding:5px 14px;
  border-radius:20px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.5px;
  margin:4px 0 18px;
}
.copyright-badge::before {
  content:"©";
  font-size:14px;
}

/* feedback cards */
.feedback-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:14px;
  margin:22px 0;
}
.feedback-item {
  background:#fffbf5;
  border:1px solid #eeddb8;
  border-radius:12px;
  padding:18px 18px 14px;
  position:relative;
}
.feedback-item::before {
  content:"\"";
  font-size:40px;
  color:#d4b84a;
  opacity:.35;
  position:absolute;
  top:6px;
  left:12px;
  font-family:Georgia,serif;
  line-height:1;
}
.feedback-item p {
  font-size:14px;
  line-height:1.7;
  color:#5a4a2a;
  margin:0 0 8px;
  padding-left:18px;
}
.feedback-item .fb-from {
  font-size:12px;
  color:#9a8050;
  font-weight:600;
  padding-left:18px;
}

/* back link */
.back-link {
  display:inline-block;
  margin-top:28px;
  font-size:14px;
  color:#1a6b3c;
  text-decoration:none;
  font-weight:600;
  transition:.18s;
}
.back-link:hover {color:#0f4d2b;text-decoration:underline;}

@media(max-width:640px){
  .detail-hero{padding:36px 5% 32px;}
  .detail-body{padding:8px 16px 28px;}
  .detail-meta{padding:12px 16px 0;}
  .figure-grid{grid-template-columns:1fr;}
  .course-modules{grid-template-columns:1fr;}
  .feedback-grid{grid-template-columns:1fr;}
}
