/* 黑丝 - 全站样式表 */
/* sawfapx.cn - 植物视频精选推荐平台 */

/* ===== 基础重置 ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: #333;
  background: #f8f9fa;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #2d8c3c;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #1a6b28;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
}

/* ===== 容器 ===== */
.hjw-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== 顶部导航 ===== */
.hjw-header {
  background: linear-gradient(135deg, #1a3a1a 0%, #2d5a2d 50%, #1a4a2a 100%);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.hjw-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.hjw-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hjw-logo a {
  display: flex;
  align-items: center;
}

.hjw-logo img {
  height: 50px;
  width: auto;
}

.hjw-brand-text {
  color: #90ee90;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.hjw-nav-list {
  display: flex;
  gap: 5px;
}

.hjw-nav-list li a {
  color: #e0f0e0;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}

.hjw-nav-list li a:hover,
.hjw-nav-list li a.active {
  background: rgba(144,238,144,0.2);
  color: #90ee90;
  text-decoration: none;
}

/* 搜索栏 */
.hjw-search-bar {
  background: rgba(0,0,0,0.15);
  padding: 8px 0;
}

.hjw-search-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 10px;
}

.hjw-search-input {
  flex: 1;
  padding: 8px 16px;
  border: 2px solid #4a8a4a;
  border-radius: 25px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.3s;
}

.hjw-search-input::placeholder {
  color: rgba(255,255,255,0.5);
}

.hjw-search-input:focus {
  border-color: #90ee90;
  background: rgba(255,255,255,0.15);
}

.hjw-search-btn {
  padding: 8px 24px;
  background: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background 0.3s;
}

.hjw-search-btn:hover {
  background: #45a049;
}

/* 移动端菜单按钮 */
.hjw-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}

.hjw-mobile-menu span {
  width: 25px;
  height: 3px;
  background: #90ee90;
  border-radius: 2px;
  transition: all 0.3s;
}

/* ===== 面包屑 ===== */
.hjw-breadcrumb {
  background: #e8f5e9;
  padding: 10px 0;
  font-size: 0.85rem;
  border-bottom: 1px solid #c8e6c9;
}

.hjw-breadcrumb a {
  color: #2d8c3c;
}

.hjw-breadcrumb span {
  color: #666;
}

/* ===== Banner ===== */
.hjw-banner {
  position: relative;
  overflow: hidden;
}

.hjw-banner-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 550px;
  display: flex;
  align-items: center;
}

.hjw-banner-overlay {
  background: linear-gradient(135deg, rgba(26,58,26,0.88) 0%, rgba(45,90,45,0.78) 50%, rgba(26,74,42,0.85) 100%);
  width: 100%;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hjw-banner-content {
  max-width: 900px;
  text-align: center;
  padding: 40px 20px;
  color: #fff;
}

.hjw-banner-content h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  line-height: 1.3;
}

.hjw-banner-content h2 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #90ee90;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.hjw-banner-desc {
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(255,255,255,0.9);
  margin-bottom: 30px;
  text-align: left;
}

.hjw-banner-btns {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.hjw-btn-primary {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(135deg, #4CAF50, #2E7D32);
  color: #fff;
  border-radius: 30px;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(76,175,80,0.4);
}

.hjw-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76,175,80,0.5);
  color: #fff;
  text-decoration: none;
}

.hjw-btn-secondary {
  display: inline-block;
  padding: 14px 36px;
  background: transparent;
  color: #90ee90;
  border: 2px solid #90ee90;
  border-radius: 30px;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hjw-btn-secondary:hover {
  background: rgba(144,238,144,0.15);
  color: #90ee90;
  text-decoration: none;
}

/* ===== 内页Banner ===== */
.hjw-page-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 300px;
}

.hjw-page-banner-overlay {
  background: linear-gradient(135deg, rgba(26,58,26,0.85), rgba(45,90,45,0.75));
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.hjw-page-banner-overlay h1 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hjw-page-banner-overlay h2 {
  color: #90ee90;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 2px;
}

/* ===== 通用Section ===== */
.hjw-section {
  padding: 60px 0;
}

.hjw-section:nth-child(even) {
  background: #fff;
}

.hjw-section-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a3a1a;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
}

.hjw-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #4CAF50, #81C784);
  border-radius: 2px;
}

.hjw-section-subtitle {
  text-align: center;
  font-size: 1rem;
  color: #4CAF50;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.hjw-section-desc {
  text-align: center;
  color: #666;
  max-width: 900px;
  margin: 15px auto 40px;
  line-height: 1.9;
  font-size: 0.95rem;
}

/* ===== 视频卡片网格 ===== */
.hjw-video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hjw-video-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}

.hjw-video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.hjw-video-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.hjw-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hjw-video-card:hover .hjw-video-thumb img {
  transform: scale(1.08);
}

/* 播放按钮 - 默认隐藏，hover显示 */
.hjw-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(76,175,80,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.hjw-play-btn-large {
  width: 80px;
  height: 80px;
}

.hjw-video-card:hover .hjw-play-btn,
.hjw-video-player:hover .hjw-play-btn {
  opacity: 1;
}

.hjw-play-icon {
  color: #fff;
  font-size: 1.5rem;
  margin-left: 4px;
}

.hjw-play-btn-large .hjw-play-icon {
  font-size: 2rem;
}

.hjw-video-duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
}

.hjw-video-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: linear-gradient(135deg, #4CAF50, #2E7D32);
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}

.hjw-video-info {
  padding: 15px;
}

.hjw-video-info h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hjw-video-info h3 a {
  color: #333;
}

.hjw-video-info h3 a:hover {
  color: #2d8c3c;
  text-decoration: none;
}

.hjw-video-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 6px;
}

.hjw-video-desc {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== 视频播放器 ===== */
.hjw-video-player-wrapper {
  margin-bottom: 40px;
}

.hjw-video-player {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
}

.hjw-video-detail h2 {
  font-size: 1.4rem;
  color: #1a3a1a;
  margin-bottom: 10px;
}

.hjw-video-detail .hjw-video-meta {
  margin-bottom: 15px;
}

.hjw-video-detail .hjw-date {
  color: #999;
}

/* ===== 传媒卡片 ===== */
.hjw-media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.hjw-media-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  padding-bottom: 20px;
}

.hjw-media-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.hjw-media-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.hjw-media-card h4 {
  padding: 15px 20px 8px;
  font-size: 1.1rem;
  color: #1a3a1a;
}

.hjw-media-card p {
  padding: 0 20px;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.7;
}

.hjw-link {
  display: inline-block;
  margin: 10px 20px 0;
  color: #4CAF50;
  font-weight: 600;
  font-size: 0.9rem;
}

/* ===== 娱乐专区 ===== */
.hjw-entertainment {
  background: linear-gradient(135deg, #1a3a1a, #2d5a2d) !important;
}

.hjw-entertainment .hjw-section-title {
  color: #fff;
}

.hjw-entertainment .hjw-section-title::after {
  background: linear-gradient(90deg, #90ee90, #4CAF50);
}

.hjw-entertainment .hjw-section-subtitle {
  color: #90ee90;
}

.hjw-entertainment .hjw-section-desc {
  color: rgba(255,255,255,0.8);
}

.hjw-ent-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.hjw-ent-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 3/4;
}

.hjw-ent-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hjw-ent-card:hover img {
  transform: scale(1.1);
}

.hjw-ent-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
  padding: 30px 15px 20px;
  color: #fff;
}

.hjw-ent-overlay h4 {
  font-size: 1rem;
  margin-bottom: 5px;
}

.hjw-ent-overlay p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
}

/* ===== AI赋能 ===== */
.hjw-ai-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.hjw-ai-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border-top: 4px solid #4CAF50;
}

.hjw-ai-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.hjw-ai-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.hjw-ai-card h4 {
  font-size: 1.1rem;
  color: #1a3a1a;
  margin-bottom: 10px;
}

.hjw-ai-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.8;
}

.hjw-ai-features {
  margin-top: 40px;
}

.hjw-ai-features h3 {
  text-align: center;
  font-size: 1.4rem;
  color: #1a3a1a;
  margin-bottom: 30px;
}

/* ===== 社区功能 ===== */
.hjw-community-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hjw-comm-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

.hjw-comm-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  border-bottom-color: #4CAF50;
}

.hjw-comm-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.hjw-comm-card h4 {
  font-size: 1.05rem;
  color: #1a3a1a;
  margin-bottom: 10px;
}

.hjw-comm-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 10px;
}

.hjw-comm-stat {
  font-size: 0.8rem;
  color: #4CAF50;
  font-weight: 600;
}

/* ===== 专家展示 ===== */
.hjw-expert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.hjw-expert-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 25px;
  transition: all 0.3s ease;
}

.hjw-expert-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.hjw-expert-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.hjw-expert-card h4 {
  font-size: 1.15rem;
  color: #1a3a1a;
  margin-bottom: 5px;
}

.hjw-expert-title {
  font-size: 0.85rem;
  color: #4CAF50;
  margin-bottom: 10px;
  font-weight: 600;
}

.hjw-expert-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 8px;
}

.hjw-expert-btns {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.hjw-btn-sm {
  display: inline-block;
  padding: 8px 20px;
  background: #4CAF50;
  color: #fff;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.hjw-btn-sm:hover {
  background: #388E3C;
  color: #fff;
  text-decoration: none;
}

.hjw-btn-sm-outline {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #4CAF50;
  color: #4CAF50;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.hjw-btn-sm-outline:hover {
  background: #4CAF50;
  color: #fff;
  text-decoration: none;
}

/* ===== 合作区域 ===== */
.hjw-coop-logos {
  margin-bottom: 30px;
}

.hjw-coop-logos img {
  border-radius: 12px;
}

.hjw-howto {
  background: #f0f7f0;
  border-radius: 12px;
  padding: 40px;
}

.hjw-howto h3 {
  text-align: center;
  font-size: 1.4rem;
  color: #1a3a1a;
  margin-bottom: 30px;
}

.hjw-howto-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.hjw-step {
  text-align: center;
  padding: 20px;
}

.hjw-step-num {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #4CAF50, #2E7D32);
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.hjw-step h4 {
  font-size: 1rem;
  color: #1a3a1a;
  margin-bottom: 8px;
}

.hjw-step p {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
}

/* ===== FAQ ===== */
.hjw-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.hjw-faq-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  overflow: hidden;
}

.hjw-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  transition: background 0.3s;
}

.hjw-faq-q:hover {
  background: #f0f7f0;
}

.hjw-faq-q h4 {
  font-size: 1rem;
  color: #1a3a1a;
  flex: 1;
}

.hjw-faq-toggle {
  font-size: 1.5rem;
  color: #4CAF50;
  font-weight: 700;
  min-width: 30px;
  text-align: center;
  transition: transform 0.3s;
}

.hjw-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.hjw-faq-a.active {
  max-height: 500px;
  padding: 0 25px 20px;
}

.hjw-faq-a p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.8;
}

/* ===== 用户评价 ===== */
.hjw-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hjw-review-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.hjw-review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.hjw-review-stars {
  color: #FFD700;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.hjw-review-text {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
  font-style: italic;
}

.hjw-review-author {
  font-size: 0.8rem;
  color: #999;
}

.hjw-review-author strong {
  color: #1a3a1a;
}

/* ===== 联系区域 ===== */
.hjw-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.hjw-contact-info h4,
.hjw-contact-community h4 {
  font-size: 1.2rem;
  color: #1a3a1a;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #4CAF50;
}

.hjw-contact-info p,
.hjw-contact-community p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 8px;
  line-height: 1.7;
}

.hjw-qr-codes {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.hjw-qr-item {
  text-align: center;
}

.hjw-qr-item img {
  border-radius: 8px;
  border: 2px solid #e8f5e9;
}

.hjw-qr-item p {
  font-size: 0.8rem;
  color: #666;
  margin-top: 5px;
}

/* ===== 社交分享 ===== */
.hjw-share {
  background: #e8f5e9 !important;
  padding: 30px 0 !important;
  text-align: center;
}

.hjw-share h3 {
  font-size: 1.1rem;
  color: #1a3a1a;
  margin-bottom: 15px;
}

.hjw-share-btns {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.hjw-share-btn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.hjw-share-wechat { background: #07C160; }
.hjw-share-weibo { background: #E6162D; }
.hjw-share-douyin { background: #161823; }
.hjw-share-bilibili { background: #00A1D6; }

.hjw-share-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}

/* ===== MCP服务 ===== */
.hjw-mcp-service {
  padding: 40px 0;
  background: #f0f7f0;
}

.hjw-mcp-widget {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.hjw-mcp-header {
  background: linear-gradient(135deg, #1a3a1a, #2d5a2d);
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hjw-mcp-header h4 {
  color: #fff;
  font-size: 1rem;
}

.hjw-mcp-status {
  background: #4CAF50;
  color: #fff;
  padding: 3px 12px;
  border-radius: 15px;
  font-size: 0.75rem;
}

.hjw-mcp-body {
  padding: 20px;
}

.hjw-mcp-chat {
  min-height: 100px;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 15px;
}

.hjw-mcp-msg {
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  line-height: 1.6;
}

.hjw-mcp-bot {
  background: #e8f5e9;
  color: #333;
}

.hjw-mcp-input {
  display: flex;
  gap: 10px;
}

.hjw-mcp-input input {
  flex: 1;
  padding: 10px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 25px;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.3s;
}

.hjw-mcp-input input:focus {
  border-color: #4CAF50;
}

.hjw-mcp-send {
  padding: 10px 20px;
  background: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background 0.3s;
}

.hjw-mcp-send:hover {
  background: #388E3C;
}

/* ===== 内容块 ===== */
.hjw-content-block {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.hjw-content-block h3 {
  font-size: 1.3rem;
  color: #1a3a1a;
  margin-bottom: 15px;
}

.hjw-content-block p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.9;
  margin-bottom: 12px;
}

/* ===== 页脚 ===== */
.hjw-footer {
  background: linear-gradient(135deg, #0d1f0d, #1a3a1a, #0d2a1a);
  color: #ccc;
  padding: 50px 0 0;
}

.hjw-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.hjw-footer-brand img {
  margin-bottom: 15px;
}

.hjw-footer-brand p {
  font-size: 0.85rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.6);
}

.hjw-footer-links h5,
.hjw-footer-contact h5 {
  color: #90ee90;
  font-size: 1rem;
  margin-bottom: 15px;
}

.hjw-footer-links ul li {
  margin-bottom: 8px;
}

.hjw-footer-links ul li a {
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  transition: color 0.3s;
}

.hjw-footer-links ul li a:hover {
  color: #90ee90;
  text-decoration: none;
}

.hjw-footer-contact p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
}

.hjw-footer-qr {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.hjw-footer-qr img {
  border-radius: 6px;
  border: 2px solid rgba(255,255,255,0.1);
}

.hjw-footer-bottom {
  text-align: center;
  padding: 20px 0;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

/* ===== 响应式 ===== */
@media (max-width: 1024px) {
  .hjw-video-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hjw-ent-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hjw-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hjw-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #1a3a1a;
    padding: 20px;
    z-index: 999;
  }

  .hjw-nav.active {
    display: block;
  }

  .hjw-nav-list {
    flex-direction: column;
    gap: 5px;
  }

  .hjw-mobile-menu {
    display: flex;
  }

  .hjw-banner-bg,
  .hjw-banner-overlay {
    min-height: 400px;
  }

  .hjw-banner-content h1 {
    font-size: 1.6rem;
  }

  .hjw-banner-content h2 {
    font-size: 1rem;
  }

  .hjw-video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .hjw-media-grid,
  .hjw-ai-grid,
  .hjw-community-grid,
  .hjw-review-grid {
    grid-template-columns: 1fr;
  }

  .hjw-expert-grid {
    grid-template-columns: 1fr;
  }

  .hjw-ent-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hjw-howto-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .hjw-contact-grid {
    grid-template-columns: 1fr;
  }

  .hjw-footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .hjw-section-title {
    font-size: 1.4rem;
  }

  .hjw-page-banner-overlay h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hjw-video-grid {
    grid-template-columns: 1fr;
  }

  .hjw-ent-grid {
    grid-template-columns: 1fr;
  }

  .hjw-howto-steps {
    grid-template-columns: 1fr;
  }

  .hjw-banner-btns {
    flex-direction: column;
    align-items: center;
  }

  .hjw-header-inner {
    height: 60px;
  }

  .hjw-brand-text {
    font-size: 1.1rem;
  }
}
