/* ===== 湘菜工匠班 手机版 页面样式 ===== */

/* Banner */
.banner-box {
  width: 100%; position: relative; overflow: hidden;
}
.banner-box img { width: 100%; display: block; }
.banner-overlay {
  position: absolute; left: 0; top: 0; width: 60%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; color: #fff; padding: 0 1rem; box-sizing: border-box;
  margin-right:60%;
}
.banner-overlay h1 {
  font-size: 2.15rem; font-weight: bold; letter-spacing: .15rem;
  text-shadow: 0 .15rem .5rem rgba(0,0,0,.5); margin-bottom: .5rem;
}
.banner-overlay .subtitle {
  font-size: .8rem; letter-spacing: .05rem; opacity: .95;
  text-shadow: 0 .1rem .3rem rgba(0,0,0,.4); margin-bottom: .8rem;
}
.banner-overlay .tags {
  display: flex; flex-wrap: wrap; gap: .4rem; justify-content: center;
}
.banner-overlay .tags span {
  background: rgba(255,255,255,.9); padding: .25rem .7rem;
  border-radius: 1rem; font-size: .75rem; color: #c8161d;
}
.banner-cta {
  margin-top: .8rem; display: flex; gap: .5rem; justify-content: center;
}
.banner-cta a {
  display: inline-block; padding: .25rem 1rem; font-size: .9rem;
  border-radius: 1.5rem; letter-spacing: .05rem;
}
.banner-cta .btn-primary {
  background: #c8161d; color: #fff; box-shadow: 0 .15rem .5rem rgba(200,22,29,.4);border: 1px solid #fff;
}
.banner-cta .btn-outline {
  border: 1px solid #fff; color: #fff;
}

/* 通用标题 */
.sec-title {
  width: 100%; text-align: center; margin-top: 2.5rem; padding-bottom: .5rem;
}
.sec-title h2 {
  font-size: 1.25rem; color: #333; font-weight: bold; letter-spacing: .1rem;
  position: relative; display: inline-block; padding-bottom: .4rem;
}
.sec-title h2::after {
  content: ""; position: absolute; left: 50%; bottom: 0;
  transform: translateX(-50%); width: 2rem; height: 2px;
  background: #c8161d; border-radius: 1px;
}
.sec-title p {
  margin-top: .3rem; font-size: .75rem; color: #999; letter-spacing: .03rem;
}

/* 咨询按钮通用 */
.zixun { width: 40%; margin: auto; height: 2.6rem; line-height: 2.6rem;
  font-size: 1.05rem; letter-spacing: .1rem; text-align: center;
  color: #fff; background: #c8161d; border-radius: .25rem; }
.zixun a { color: #fff; }

.zixun_h { width: 100%; margin: auto; display: flex; justify-content: center; gap: .6rem; }
.zixun8 { width: 35%; background: #c8161d; line-height: 2.6rem; text-align: center;
  height: 2.6rem; font-size: 1rem; letter-spacing: .05rem; color: #fff; border-radius: .25rem; }
.zixun9 { width: 35%; background: #333; line-height: 2.6rem; text-align: center;
  height: 2.6rem; font-size: 1rem; letter-spacing: .05rem; color: #fff; border-radius: .25rem; }
.zixun8 a, .zixun9 a { color: #fff; }

/* ===== 阶段教学 ===== */
.stages-list { width: 96%; margin: auto; }
.stage-card {
  background: #fff; border-radius: .5rem; overflow: hidden;
  box-shadow: 0 .1rem .5rem rgba(0,0,0,.08); margin-top: 1rem;
}
.stage-card .stage-img {
  width: 100%; height: 9rem; overflow: hidden; position: relative;
}
.stage-card .stage-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.stage-card .stage-badge {
  position: absolute; top: .5rem; left: .5rem;
  background: rgba(200,22,29,.92); color: #fff; padding: .2rem .6rem;
  border-radius: 1rem; font-size: .75rem;
}
.stage-card .stage-body { padding: .7rem .9rem .9rem; }
.stage-card .stage-body h4 {
  font-size: 1.05rem; color: #333; margin-bottom: .25rem; font-weight: bold;
}
.stage-card .stage-body .stage-time {
  font-size: .8rem; color: #c8161d; margin-bottom: .35rem;
}
.stage-card .stage-body p {
  font-size: .8rem; color: #777; line-height: 1.6;
}

/* ===== 核心课程表 ===== */
.curriculum-list { width: 96%; margin: auto; }
.curr-group {
  margin-top: .8rem; border-radius: .5rem; overflow: hidden;
  box-shadow: 0 .1rem .5rem rgba(0,0,0,.06);
}
.curr-group-header {
  background: linear-gradient(135deg, #c8161d, #9a0f14);
  color: #fff; padding: .7rem .9rem; display: flex; justify-content: space-between; align-items: center;
}
.curr-group-header .cat-name { font-size: 1rem; font-weight: bold; }
.curr-group-header .cat-hours { font-size: .85rem; opacity: .9; }
.curr-group-body { background: #fff; }
.curr-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: .55rem .9rem; border-bottom: 1px solid #f0f0f0;
}
.curr-item:last-child { border-bottom: none; }
.curr-item .curr-name { font-size: .85rem; color: #555; flex: 1; padding-right: .5rem; }
.curr-item .curr-meta { font-size: .75rem; color: #999; text-align: right; white-space: nowrap; }
.curr-item .curr-meta span { margin-left: .3rem; }
.curr-total {
  background: #fdf6f6; padding: .7rem .9rem; text-align: center;
  font-size: .95rem; color: #c8161d; font-weight: bold;
  border-top: 2px solid #c8161d;
}

/* ===== 就业方向 ===== */
.emp-grid {
  width: 96%; margin: auto; display: grid;
  grid-template-columns: 1fr 1fr; gap: .6rem;
}
.emp-card {
  background: #fff; border-radius: .5rem; padding: .8rem .5rem;
  text-align: center; box-shadow: 0 .1rem .5rem rgba(0,0,0,.06);
  border-top: 3px solid #c8161d;
}
.emp-card .emp-icon {
  width: 2.2rem; height: 2.2rem; margin: 0 auto .4rem;
  display: flex; align-items: center; justify-content: center;
}
.emp-card .emp-icon img { width: 2.2rem; height: 2.2rem; }
.emp-card h4 {
  font-size: .95rem; color: #333; margin-bottom: .3rem; font-weight: bold;
}
.emp-card ul { width: 100%; }
.emp-card ul li {
  font-size: .75rem; color: #666; padding: .15rem 0;
  border-bottom: 1px dashed #eee; text-align: center;
}
.emp-card ul li:last-child { border-bottom: none; }

/* ===== FAQ ===== */
.faq-list { width: 98%; margin: auto; }
.faq-list li {
  width: 100%; float: left; min-height: 2.8rem;
  border-bottom: solid 1px #d6d6d6; display: flex; align-items: center; justify-content: space-between;
}
.faq-list li:first-child { border-top: solid 1px #d6d6d6; }
.faq-list li .faq-q {
  width: 70%; float: left; font-size: .9rem; line-height: 1.6rem;
  margin-left: 3%; color: #333;
}
.faq-list li .faq-btn {
  width:100%; float: left; background: linear-gradient(to bottom, #e84148, #b6141b);
  text-align: center; color: #fff; height: 1.8rem; font-size: .8rem;
  line-height: 1.8rem; margin-right: 3%; border-radius: .15rem; padding: 0 .3rem;
}
.faq-list li .faq-btn a { color: #fff; }
