/* =============================================
   成人小说传媒 响应式补丁
   wkzw2c.cn
   ============================================= */

/* AI Grid 移动端适配 */
@media (max-width: 768px) {
  .ai-grid {
    grid-template-columns: 1fr !important;
  }
  .ai-grid > div:first-child {
    order: 2;
  }
  .ai-grid > div:last-child {
    order: 1;
  }
}

/* 联系页面网格移动端 */
@media (max-width: 640px) {
  .contact-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 专家卡片移动端 */
@media (max-width: 480px) {
  .experts-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .expert-card {
    padding: 20px 14px !important;
  }
}

/* 视频卡片移动端 */
@media (max-width: 480px) {
  .video-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 搜索框移动端 */
@media (max-width: 480px) {
  .search-hot-tags {
    display: none;
  }
}

/* 英雄区移动端 */
@media (max-width: 480px) {
  .hero {
    min-height: 360px !important;
  }
  .hero-stat-num {
    font-size: 20px !important;
  }
}

/* 底部网格移动端 */
@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 步骤卡片移动端 */
@media (max-width: 640px) {
  .howto-steps {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* 统计行移动端 */
@media (max-width: 360px) {
  .stats-row {
    grid-template-columns: 1fr !important;
  }
}
