/* ============================================
   熟女人妻 - 原创样式表
   品牌：熟女人妻 | 域名：ta310937.cn
   定位：国内影视传媒公司+动漫社区
   ============================================ */

/* === 基础重置与变量 === */
:root {
  --primary: #1a0a2e;
  --secondary: #ff6b35;
  --accent: #00d4aa;
  --bg-dark: #0d0d1a;
  --bg-card: #1e1e3a;
  --bg-card-hover: #2a2a50;
  --text-light: #e8e8f0;
  --text-muted: #9a9ab8;
  --text-white: #ffffff;
  --gradient-main: linear-gradient(135deg, #1a0a2e 0%, #0d0d1a 50%, #1a1a3e 100%);
  --gradient-accent: linear-gradient(135deg, #ff6b35 0%, #ff3366 100%);
  --gradient-teal: linear-gradient(135deg, #00d4aa 0%, #00a8cc 100%);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.3);
  --shadow-hover: 0 12px 48px rgba(255, 107, 53, 0.2);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background: var(--bg-dark);
  color: var(--text-light);
  line-height: 1.7;
  overflow-x: hidden;
}

a {
  color: var(--secondary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--accent);
}

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

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* === 头部导航 === */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(13, 13, 26, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 107, 53, 0.15);
  transition: var(--transition);
}

.kkmxt3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  max-width: 1280px;
  margin: 0 auto;
}

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

.prj0w4re img {
  height: 48px;
  width: auto;
}

.yh1ca {
  font-size: 1.5rem;
  font-weight: 800;
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 1px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a {
  color: var(--text-light);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
  background: rgba(255, 107, 53, 0.15);
  color: var(--secondary);
}

.j9zuoc {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}

.j9zuoc span {
  width: 26px;
  height: 3px;
  background: var(--text-light);
  border-radius: 2px;
  transition: var(--transition);
}

/* === 搜索框 === */
.yz40yun {
  background: rgba(30, 30, 58, 0.8);
  border-bottom: 1px solid rgba(255, 107, 53, 0.1);
  padding: 10px 0;
  margin-top: 72px;
}

.e5imo7 {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  padding: 0 20px;
}

.e5imo7 input {
  flex: 1;
  background: rgba(13, 13, 26, 0.8);
  border: 1px solid rgba(255, 107, 53, 0.25);
  border-radius: 8px;
  padding: 10px 18px;
  color: var(--text-light);
  font-size: 0.95rem;
  outline: none;
  transition: var(--transition);
}

.e5imo7 input:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 12px rgba(255, 107, 53, 0.2);
}

.e5imo7 input::placeholder {
  color: var(--text-muted);
}

.e5imo7 button {
  background: var(--gradient-accent);
  color: var(--bg-dark);
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.e5imo7 button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 212, 170, 0.3);
}

/* === Hero Banner === */
.hero-section {
  position: relative;
  height: 520px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}

.wgvq5 {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
}

.wgvq5 h1 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 16px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.wgvq5 h1 .pptzc0 {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wgvq5 p {
  font-size: 1.2rem;
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto 28px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.jfbwl2 {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.dfknvw9 {
  display: inline-block;
  background: var(--gradient-accent);
  color: var(--bg-dark);
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  transition: var(--transition);
  border: none;
  cursor: pointer;
}

.dfknvw9:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0, 212, 170, 0.35);
  color: var(--bg-dark);
}

.bm4h9x {
  display: inline-block;
  border: 2px solid var(--secondary);
  color: var(--secondary);
  padding: 12px 34px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  transition: var(--transition);
  background: transparent;
  cursor: pointer;
}

.bm4h9x:hover {
  background: var(--secondary);
  color: var(--text-white);
  transform: translateY(-3px);
}

/* === 通用板块 === */
.section {
  padding: 80px 0;
}

.section-alt {
  background: rgba(30, 30, 58, 0.3);
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--text-white);
}

.section-title h2 .ji49ndm {
  color: var(--secondary);
}

.section-title p {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto;
}

/* === 动漫视频卡片 === */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.video-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid rgba(255, 107, 53, 0.08);
  cursor: pointer;
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(255, 107, 53, 0.25);
}

.video-thumb {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}

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

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

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 72px;
  height: 72px;
  background: rgba(255, 107, 53, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  opacity: 0;
}

.play-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}

.video-card:hover .play-btn {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.video-info {
  padding: 18px;
}

.video-info h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-white);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-meta {
  display: flex;
  gap: 16px;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.video-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.video-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.video-tags span {
  background: rgba(0, 212, 170, 0.12);
  color: var(--accent);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.78rem;
}

/* === 模块卡片（影视传媒/娱乐/AI） === */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
  border: 1px solid rgba(255, 107, 53, 0.06);
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(255, 107, 53, 0.2);
}

.feature-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: var(--gradient-accent);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.feature-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-white);
}

.feature-card p {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

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

.expert-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;
  transition: var(--transition);
  border: 1px solid rgba(255, 107, 53, 0.06);
}

.expert-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.expert-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.expert-info {
  padding: 20px 16px;
}

.expert-info h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 4px;
}

.expert-info .role {
  color: var(--accent);
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.expert-info p {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 14px;
}

.expert-btns {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.expert-btns a {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  transition: var(--transition);
}

.expert-btns .s5lmpw {
  background: var(--gradient-accent);
  color: var(--bg-dark);
}

.expert-btns .r84u1g {
  border: 1px solid var(--secondary);
  color: var(--secondary);
}

.expert-btns .r84u1g:hover {
  background: var(--secondary);
  color: #fff;
}

/* === 合作品牌墙 === */
.brand-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  align-items: center;
}

.brand-wall .brand-item {
  background: var(--bg-card);
  padding: 20px 32px;
  border-radius: var(--radius);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-muted);
  transition: var(--transition);
  border: 1px solid rgba(255, 107, 53, 0.06);
}

.brand-wall .brand-item:hover {
  color: var(--secondary);
  border-color: rgba(255, 107, 53, 0.25);
  transform: translateY(-2px);
}

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

.faq-item {
  background: var(--bg-card);
  border-radius: var(--radius);
  margin-bottom: 12px;
  border: 1px solid rgba(255, 107, 53, 0.06);
  overflow: hidden;
}

.faq-question {
  padding: 20px 24px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
  color: var(--text-white);
}

.faq-question:hover {
  color: var(--secondary);
}

.faq-question .ezeguwtd {
  transition: transform 0.3s ease;
  font-size: 1.2rem;
  color: var(--secondary);
}

.faq-item.open .faq-question .ezeguwtd {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.open .faq-answer {
  max-height: 300px;
}

.faq-answer p {
  padding: 0 24px 20px;
  color: var(--text-muted);
  line-height: 1.7;
}

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

.review-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 28px 24px;
  border: 1px solid rgba(255, 107, 53, 0.06);
  transition: var(--transition);
}

.review-card:hover {
  border-color: rgba(0, 212, 170, 0.2);
}

.review-stars {
  color: #ffd700;
  margin-bottom: 12px;
  font-size: 1rem;
  letter-spacing: 2px;
}

.review-card blockquote {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 16px;
  font-style: italic;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--bg-dark);
}

.review-author .name {
  font-weight: 600;
  color: var(--text-white);
  font-size: 0.9rem;
}

.review-author .date {
  color: var(--text-muted);
  font-size: 0.8rem;
}

/* === 联系我们 === */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.contact-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 32px;
  border: 1px solid rgba(255, 107, 53, 0.06);
}

.contact-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(255, 107, 53, 0.15);
}

.contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  align-items: flex-start;
}

.contact-item .label {
  color: var(--accent);
  font-weight: 600;
  min-width: 80px;
  font-size: 0.9rem;
}

.contact-item .value {
  color: var(--text-light);
  font-size: 0.9rem;
}

/* === 社交分享 === */
.i1danp5 {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.rxbh42jp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: var(--transition);
  border: 1px solid rgba(255, 107, 53, 0.15);
  color: var(--text-light);
  background: var(--bg-card);
}

.rxbh42jp:hover {
  transform: translateY(-2px);
  border-color: var(--secondary);
  color: var(--secondary);
}

/* === 页脚 === */
.site-footer {
  background: rgba(10, 10, 20, 0.95);
  border-top: 1px solid rgba(255, 107, 53, 0.1);
  padding: 60px 0 30px;
}

.w8nyb {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.aghcyfz img {
  height: 40px;
  margin-bottom: 14px;
}

.aghcyfz p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.mzlasjh6 h4 {
  color: var(--text-white);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.mzlasjh6 a {
  display: block;
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-bottom: 10px;
  transition: var(--transition);
}

.mzlasjh6 a:hover {
  color: var(--secondary);
  padding-left: 4px;
}

.u31zn0vx {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.u31zn0vx img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

.u31zn0vx .h5sh6 {
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 6px;
}

.a0lqbvw {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 107, 53, 0.08);
  color: var(--text-muted);
  font-size: 0.85rem;
}

.a0lqbvw a {
  color: var(--accent);
}

/* === 面包屑 === */
.breadcrumb {
  padding: 16px 0;
  margin-top: 72px;
}

.breadcrumb-list {
  display: flex;
  gap: 8px;
  align-items: center;
  list-style: none;
  font-size: 0.88rem;
}

.breadcrumb-list li {
  color: var(--text-muted);
}

.breadcrumb-list li a {
  color: var(--text-muted);
}

.breadcrumb-list li a:hover {
  color: var(--secondary);
}

.breadcrumb-list li.active {
  color: var(--secondary);
}

.breadcrumb-list .sep {
  color: var(--text-muted);
  opacity: 0.5;
}

/* === How-To指南 === */
.howto-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.howto-step {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255, 107, 53, 0.06);
}

.fp582 {
  width: 48px;
  height: 48px;
  background: var(--gradient-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--bg-dark);
  margin: 0 auto 16px;
}

.howto-step h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 8px;
}

.howto-step p {
  color: var(--text-muted);
  font-size: 0.88rem;
}

/* === 内页样式 === */
.page-hero {
  position: relative;
  height: 360px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
}

.page-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
}

.page-hero-content h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.page-hero-content p {
  color: var(--text-muted);
  font-size: 1.1rem;
}

.page-content {
  padding: 60px 0;
}

.page-content h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 20px;
}

.page-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--secondary);
  margin: 28px 0 12px;
}

.page-content p {
  color: var(--text-light);
  margin-bottom: 16px;
  line-height: 1.8;
}

/* === 动漫详情页 === */
.anime-detail-header {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.anime-poster {
  border-radius: var(--radius);
  overflow: hidden;
}

.anime-poster img {
  width: 100%;
  border-radius: var(--radius);
}

.anime-meta-info h1 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.anime-stats {
  display: flex;
  gap: 24px;
  margin: 20px 0;
}

.stat-item {
  text-align: center;
}

.stat-item .num {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--secondary);
}

.stat-item .label {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* === 懒加载 === */
.lazy {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lazy.loaded {
  opacity: 1;
}

/* === 响应式 === */
@media (max-width: 1024px) {
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .expert-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .w8nyb {
    grid-template-columns: repeat(2, 1fr);
  }
  .howto-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .anime-detail-header {
    grid-template-columns: 280px 1fr;
  }
}

@media (max-width: 768px) {
  .main-nav {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(13, 13, 26, 0.98);
    flex-direction: column;
    padding: 20px;
    gap: 4px;
    border-bottom: 1px solid rgba(255, 107, 53, 0.15);
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav a {
    padding: 12px 16px;
    width: 100%;
  }
  .j9zuoc {
    display: flex;
  }
  .hero-section {
    height: 400px;
  }
  .wgvq5 h1 {
    font-size: 2rem;
  }
  .video-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .expert-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .review-grid {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .w8nyb {
    grid-template-columns: 1fr;
  }
  .howto-steps {
    grid-template-columns: 1fr;
  }
  .anime-detail-header {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 50px 0;
  }
  .section-title h2 {
    font-size: 1.7rem;
  }
  .page-hero {
    height: 260px;
  }
  .page-hero-content h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .wgvq5 h1 {
    font-size: 1.6rem;
  }
  .wgvq5 p {
    font-size: 1rem;
  }
  .expert-grid {
    grid-template-columns: 1fr;
  }
  .brand-wall .brand-item {
    padding: 14px 20px;
    font-size: 0.95rem;
  }
}

/* === 滚动动画 === */
.sj17c3pb {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.sj17c3pb.visible {
  opacity: 1;
  transform: translateY(0);
}
