/* 鲲鹏旅游品牌增强样式 - 针对现有HTML结构 */

/* ===================== 通用增强 ===================== */

/* 页面标题区域 */
.page-header {
  background: linear-gradient(135deg, rgba(230, 0, 126, 0.1) 0%, rgba(0, 102, 204, 0.1) 100%) !important;
}

.page-header h1 {
  background: linear-gradient(135deg, #E6007E 0%, #0066CC 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* 按钮增强 */
.view-more-btn,
.submit-btn,
.btn-primary {
  background: linear-gradient(135deg, #E6007E 0%, #0066CC 100%) !important;
  color: white !important;
  border: none !important;
}

.view-more-btn:hover,
.submit-btn:hover,
.btn-primary:hover {
  background: linear-gradient(135deg, #CC0066 0%, #0055AA 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(230, 0, 126, 0.3) !important;
}

/* ===================== 首页增强 ===================== */

/* 轮播banner增强 */
.hero-banner {
  position: relative;
  overflow: hidden;
}

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(230, 0, 126, 0.2) 0%, rgba(0, 102, 204, 0.2) 100%);
  z-index: 1;
}

.slider-controls button {
  background: rgba(230, 0, 126, 0.8) !important;
  color: white !important;
  border: none !important;
}

.slider-controls button:hover {
  background: rgba(204, 0, 102, 0.9) !important;
}

/* 分类图标增强 */
.category-icon {
  background: linear-gradient(135deg, #E6007E 0%, #0066CC 100%) !important;
}

.category-card:hover .category-icon {
  background: linear-gradient(135deg, #CC0066 0%, #0055AA 100%) !important;
  transform: rotate(5deg) scale(1.1) !important;
}

/* 产品卡片增强 */
.product-card {
  border: 1px solid rgba(230, 0, 126, 0.1) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.product-card:hover {
  border-color: rgba(230, 0, 126, 0.3) !important;
  box-shadow: 0 8px 32px rgba(230, 0, 126, 0.15) !important;
  transform: translateY(-6px) !important;
}

/* 新闻卡片增强 */
.news-card {
  border: 1px solid rgba(0, 102, 204, 0.1) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.news-card:hover {
  border-color: rgba(0, 102, 204, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 102, 204, 0.15) !important;
  transform: translateY(-6px) !important;
}

.news-title a:hover {
  color: #E6007E !important;
}

/* 特色功能卡片增强 */
.feature-card {
  border: 1px solid rgba(230, 0, 126, 0.1) !important;
  background: rgba(230, 0, 126, 0.02) !important;
  transition: all 0.3s !important;
}

.feature-card:hover {
  border-color: rgba(230, 0, 126, 0.3) !important;
  background: rgba(230, 0, 126, 0.05) !important;
  transform: translateY(-4px) !important;
}

.feature-icon {
  font-size: 32px !important;
  background: linear-gradient(135deg, #E6007E 0%, #0066CC 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* 页脚增强 */
.site-footer {
  background: linear-gradient(135deg, #1a1f35 0%, #2d3748 100%) !important;
  color: white !important;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.site-footer a:hover {
  color: #E6007E !important;
}

/* ===================== 产品列表页增强 ===================== */

/* 筛选区域增强 */
.filter-bar {
  background: rgba(230, 0, 126, 0.03) !important;
  border: 1px solid rgba(230, 0, 126, 0.1) !important;
  border-radius: 12px !important;
}

.filter-item label {
  color: #E6007E !important;
  font-weight: 600 !important;
}

.filter-item select,
.filter-item input {
  border: 2px solid rgba(230, 0, 126, 0.2) !important;
}

.filter-item select:focus,
.filter-item input:focus {
  border-color: #E6007E !important;
  box-shadow: 0 0 0 3px rgba(230, 0, 126, 0.1) !important;
}

/* 产品标签增强 */
.product-tag {
  border: 1px solid rgba(230, 0, 126, 0.2) !important;
  background: rgba(230, 0, 126, 0.08) !important;
  color: #E6007E !important;
}

.product-tag.blue {
  border: 1px solid rgba(0, 102, 204, 0.2) !important;
  background: rgba(0, 102, 204, 0.08) !important;
  color: #0066CC !important;
}

/* 价格显示增强 */
.product-price .current {
  color: #E6007E !important;
}

/* ===================== 产品详情页增强 ===================== */

/* 详情标题增强 */
.detail-title {
  color: #333 !important;
  position: relative !important;
  padding-bottom: 10px !important;
}

.detail-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #E6007E 0%, #0066CC 100%);
  border-radius: 2px;
}

/* 画廊增强 */
.gallery-main {
  border: 3px solid white !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

.gallery-thumb.active {
  border: 3px solid #E6007E !important;
  box-shadow: 0 0 0 2px rgba(230, 0, 126, 0.3) !important;
}

/* 预订侧边栏增强 */
.booking-sidebar {
  border: 2px solid rgba(230, 0, 126, 0.1) !important;
  box-shadow: 0 8px 32px rgba(230, 0, 126, 0.1) !important;
}

.price-amount {
  color: #E6007E !important;
}

.booking-form label {
  color: #E6007E !important;
  font-weight: 600 !important;
}

/* ===================== 新闻页增强 ===================== */

/* 新闻分类标签 */
.news-category {
  background: linear-gradient(135deg, #E6007E 0%, #0066CC 100%) !important;
  color: white !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* 新闻元数据增强 */
.news-meta {
  color: #666 !important;
  border-top: 1px solid rgba(230, 0, 126, 0.1) !important;
}

.news-meta i {
  color: #E6007E !important;
}

/* 新闻详情页增强 */
.news-detail-title {
  color: #333 !important;
  position: relative !important;
  padding-bottom: 15px !important;
}

.news-detail-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #E6007E 0%, #0066CC 100%);
  border-radius: 2px;
}

.news-detail-content h2,
.news-detail-content h3 {
  color: #E6007E !important;
  border-bottom: 2px solid rgba(230, 0, 126, 0.1) !important;
}

.news-detail-content blockquote {
  background: rgba(230, 0, 126, 0.05) !important;
  border-left: 4px solid #E6007E !important;
}

/* ===================== 导航增强 ===================== */

/* 顶部导航增强 */
.top-header {
  background: linear-gradient(135deg, #E6007E 0%, #CC0066 100%) !important;
  color: white !important;
}

.top-header a {
  color: rgba(255, 255, 255, 0.9) !important;
}

.top-header a:hover {
  color: white !important;
  text-decoration: underline !important;
}

/* 主导航增强 */
.main-nav {
  background: white !important;
  box-shadow: 0 2px 12px rgba(230, 0, 126, 0.1) !important;
}

.logo a {
  background: linear-gradient(135deg, #E6007E 0%, #0066CC 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: 700 !important;
}

.nav-menu li a:hover {
  color: #E6007E !important;
  background: rgba(230, 0, 126, 0.05) !important;
}

.nav-menu li a.active {
  background: linear-gradient(135deg, #E6007E 0%, #0066CC 100%) !important;
  color: white !important;
  font-weight: 600 !important;
}

.nav-search input {
  border: 2px solid rgba(230, 0, 126, 0.2) !important;
}

.nav-search input:focus {
  border-color: #E6007E !important;
  box-shadow: 0 0 0 3px rgba(230, 0, 126, 0.1) !important;
}

.nav-search button {
  background: linear-gradient(135deg, #E6007E 0%, #0066CC 100%) !important;
  color: white !important;
  border: none !important;
}

.nav-search button:hover {
  background: linear-gradient(135deg, #CC0066 0%, #0055AA 100%) !important;
}

/* ===================== 移动端增强 ===================== */
@media (max-width: 768px) {
  /* 移动端导航增强 */
  .mobile-menu-btn {
    background: #E6007E !important;
    color: white !important;
    border: none !important;
  }
  
  .mobile-menu-btn:hover {
    background: #CC0066 !important;
  }
  
  /* 移动端卡片增强 */
  .category-card,
  .product-card,
  .news-card {
    margin-bottom: 12px !important;
  }
  
  /* 移动端筛选区域增强 */
  .filter-bar {
    padding: 16px !important;
  }
  
  .filter-item {
    width: 100% !important;
    margin-bottom: 12px !important;
  }
  
  /* 移动端详情页增强 */
  .detail-header {
    padding: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .gallery-main {
    height: 250px !important;
  }
  
  .booking-sidebar {
    margin-top: 24px !important;
  }
}

@media (max-width: 480px) {
  .page-header h1 {
    font-size: 24px !important;
  }
  
  .category-icon {
    width: 48px !important;
    height: 48px !important;
  }
  
  .product-grid,
  .news-grid {
    grid-template-columns: 1fr !important;
  }
  
  .detail-title {
    font-size: 20px !important;
  }
  
  .news-detail-title {
    font-size: 22px !important;
  }
}