/* ============================================
   香蕉视频 官网样式表
   品牌：香蕉视频 | 域名：mmkap78.cn
   ============================================ */

/* === CSS Variables === */
:root {
  --primary: #FF2D78;
  --primary-dark: #D4145A;
  --secondary: #FF8C42;
  --accent: #8B5CF6;
  --dark: #1a1a2e;
  --darker: #16213e;
  --light: #f8f9fa;
  --text: #333333;
  --text-light: #666666;
  --text-muted: #999999;
  --border: #e5e7eb;
  --shadow: 0 2px 15px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: all 0.3s ease;
  --max-width: 1200px;
  --gradient: linear-gradient(135deg, var(--primary), var(--secondary));
}

/* === Reset & Base === */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--light);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

a:hover {
  color: var(--primary-dark);
}

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

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* === Header === */
.iawruw {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

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

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

.1bq7lej img {
  height: 42px;
  width: auto;
}

.1bq7lej span {
  font-size: 1.3rem;
  font-weight: 700;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Navigation */
.dej4hy97 {
  display: flex;
  align-items: center;
  gap: 6px;
}

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

.dej4hy97 a:hover,
.dej4hy97 a.active {
  color: var(--primary);
  background: rgba(255,45,120,0.06);
}

/* Search Box */
.1ywyo {
  background: #f5f5f5;
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
}

.1ywyo .container {
  display: flex;
  justify-content: center;
}

.8395dc {
  display: flex;
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid var(--border);
  transition: var(--transition);
}

.8395dc:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255,45,120,0.1);
}

.8395dc input {
  flex: 1;
  border: none;
  padding: 10px 20px;
  font-size: 0.95rem;
  outline: none;
  background: transparent;
}

.8395dc button {
  background: var(--gradient);
  color: #fff;
  border: none;
  padding: 10px 24px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
}

.8395dc button:hover {
  opacity: 0.9;
}

/* Mobile Menu Toggle */
.8cfyz8 {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text);
  padding: 5px;
}

/* === Hero Banner === */
.73gxevhx {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  min-height: 420px;
  display: flex;
  align-items: center;
}

.5sl266 {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}

.7aj0hnqo {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,26,46,0.85), rgba(255,45,120,0.3));
}

.4lddf {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 60px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.4lddf h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.4lddf p {
  font-size: 1.15rem;
  opacity: 0.92;
  margin-bottom: 28px;
  line-height: 1.7;
}

.pdn1hcg {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.pdn1hcg span {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.88rem;
  border: 1px solid rgba(255,255,255,0.2);
}

/* === Section Common === */
.section {
  padding: 60px 0;
}

.ltm9f6 {
  background: #fff;
}

.hfcgen2v {
  background: var(--dark);
  color: #fff;
}

.bgqxt281 {
  text-align: center;
  margin-bottom: 40px;
}

.bgqxt281 h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text);
}

.hfcgen2v .bgqxt281 h2 {
  color: #fff;
}

.bgqxt281 p {
  color: var(--text-light);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.hfcgen2v .bgqxt281 p {
  color: rgba(255,255,255,0.7);
}

/* Breadcrumb */
.breadcrumb {
  padding: 15px 0;
  font-size: 0.88rem;
  color: var(--text-muted);
}

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

.breadcrumb a:hover {
  color: var(--primary);
}

.breadcrumb span {
  margin: 0 6px;
}

/* === Video Cards === */
.tqk423d {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.jzc2u5 {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  cursor: pointer;
}

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

.ucjs1x {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #000;
}

.ucjs1x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.jzc2u5:hover .ucjs1x img {
  transform: scale(1.05);
}

.sua06xnh {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 60px;
  height: 60px;
  background: rgba(255,45,120,0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}

.jzc2u5:hover .sua06xnh {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.sua06xnh::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.ch0eqm {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.78rem;
}

.62wszy {
  padding: 14px 16px;
}

.62wszy h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zxhckefz {
  display: flex;
  gap: 14px;
  font-size: 0.82rem;
  color: var(--text-muted);
}

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

.mhi0f0m {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.mhi0f0m span {
  background: rgba(255,45,120,0.08);
  color: var(--primary);
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 0.75rem;
}

/* === Expert Cards === */
.jnyna00 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.tvxb0 {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

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

.s0cgw0a {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 3px solid var(--primary);
}

.tvxb0 h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.tvxb0 .role {
  color: var(--primary);
  font-size: 0.88rem;
  margin-bottom: 10px;
}

.tvxb0 .desc {
  font-size: 0.88rem;
  color: var(--text-light);
  margin-bottom: 16px;
  line-height: 1.6;
}

.tvxb0 .awards {
  font-size: 0.82rem;
  color: var(--secondary);
  margin-bottom: 14px;
}

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

.btn {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-align: center;
}

.btn-primary {
  background: var(--gradient);
  color: #fff;
}

.btn-primary:hover {
  opacity: 0.9;
  color: #fff;
}

.btn-outline {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: transparent;
}

.btn-outline:hover {
  background: var(--primary);
  color: #fff;
}

.btn-lg {
  padding: 12px 32px;
  font-size: 1rem;
}

/* === Brand Logo Wall === */
.0wiwezx {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.2znzxyvs {
  background: #fff;
  padding: 16px 28px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-light);
  transition: var(--transition);
}

.2znzxyvs:hover {
  box-shadow: var(--shadow-lg);
  color: var(--primary);
}

/* === How-To Section === */
.1fx0730 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  counter-reset: step;
}

.snp0ifg {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  counter-increment: step;
}

.snp0ifg::before {
  content: counter(step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--gradient);
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.snp0ifg h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

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

/* === About Section === */
.41e1x {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.wlpnzao h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.wlpnzao p {
  color: var(--text-light);
  margin-bottom: 14px;
  line-height: 1.8;
}

.nuzt2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.t20j5x {
  text-align: center;
}

.t20j5x .num {
  font-size: 1.8rem;
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.t20j5x .label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.2szb5hi {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

/* === Reviews === */
.h9lek4re {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.zaahvh0 {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.tigvm1bj {
  color: #FFB800;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.zaahvh0 p {
  font-size: 0.92rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 14px;
}

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

.loslj2e .avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}

.loslj2e .name {
  font-weight: 600;
  font-size: 0.9rem;
}

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

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

.xj8tzav {
  background: #fff;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.pvzabhb {
  padding: 18px 24px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}

.pvzabhb:hover {
  color: var(--primary);
}

.pvzabhb::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 300;
  transition: var(--transition);
}

.xj8tzav.active .pvzabhb::after {
  content: '-';
}

.9qh19 {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.xj8tzav.active .9qh19 {
  padding: 0 24px 18px;
  max-height: 500px;
}

.9qh19 p {
  font-size: 0.92rem;
  color: var(--text-light);
  line-height: 1.7;
}

/* === Contact Section === */
.7pshqh4f {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
}

.4ror3 {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow);
}

.4ror3 h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.4ror3 p {
  font-size: 0.9rem;
  color: var(--text-light);
}

.4ror3 .icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

/* === AI Section === */
.kuyfgcj1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.wl8lo3 {
  background: linear-gradient(135deg, #1a1a2e, #2d1b69);
  border-radius: var(--radius);
  padding: 28px;
  color: #fff;
  transition: var(--transition);
}

.wl8lo3:hover {
  transform: translateY(-4px);
}

.wl8lo3 h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.wl8lo3 p {
  font-size: 0.9rem;
  opacity: 0.85;
  line-height: 1.7;
}

.wl8lo3 .icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
}

/* === Community Section === */
.t29mibg0 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.rr6ozn8 {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border-left: 4px solid var(--primary);
}

.rr6ozn8:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.rr6ozn8 h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.rr6ozn8 p {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* === Social Share === */
.ridqt8i {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.e4oc4 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.88rem;
  color: #fff;
  transition: var(--transition);
}

.e4oc4:hover {
  opacity: 0.85;
  color: #fff;
  transform: translateY(-2px);
}

.x1vkk { background: #07C160; }
.af9bi1l { background: #E6162D; }
.opn7by0 { background: #111; }
.uinggd0 { background: #00A1D6; }

/* === Footer === */
.oe8tad {
  background: var(--darker);
  color: rgba(255,255,255,0.7);
  padding: 50px 0 0;
}

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

.8ke2ust .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.8ke2ust .logo img {
  height: 36px;
}

.8ke2ust .logo span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.8ke2ust p {
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.9a7t8 {
  display: flex;
  gap: 16px;
}

.9a7t8 .wfn6xq0s {
  text-align: center;
}

.9a7t8 .wfn6xq0s img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin-bottom: 6px;
}

.9a7t8 .wfn6xq0s span {
  font-size: 0.78rem;
  display: block;
}

.0y08e7 h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
  font-weight: 600;
}

.0y08e7 ul {
  list-style: none;
}

.0y08e7 ul li {
  margin-bottom: 8px;
}

.0y08e7 ul li a {
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  transition: var(--transition);
}

.0y08e7 ul li a:hover {
  color: var(--primary);
}

.brykz {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 0.82rem;
}

.brykz p {
  margin-bottom: 4px;
}

/* === Inner Page === */
.drbdg1l {
  background: var(--dark);
  padding: 50px 0;
  text-align: center;
  color: #fff;
}

.drbdg1l h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.drbdg1l p {
  opacity: 0.8;
  font-size: 1rem;
}

.8p0la7i {
  padding: 40px 0 60px;
}

.8p0la7i h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 30px 0 16px;
  color: var(--text);
}

.8p0la7i h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 24px 0 12px;
}

.8p0la7i p {
  margin-bottom: 14px;
  line-height: 1.8;
  color: var(--text-light);
}

.f292i0 {
  background: #fff;
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  margin-bottom: 24px;
}

/* === Lazy Load === */
.lazy {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lazy.loaded {
  opacity: 1;
}

/* === Responsive === */
@media (max-width: 992px) {
  .ab6l4vu {
    grid-template-columns: 1fr 1fr;
  }
  .41e1x {
    grid-template-columns: 1fr;
  }
  .4lddf h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .dej4hy97 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  .dej4hy97.active {
    display: flex;
  }

  .8cfyz8 {
    display: block;
  }

  .4lddf h1 {
    font-size: 1.6rem;
  }

  .4lddf p {
    font-size: 1rem;
  }

  .section {
    padding: 40px 0;
  }

  .bgqxt281 h2 {
    font-size: 1.5rem;
  }

  .tqk423d {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .ab6l4vu {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nuzt2 {
    grid-template-columns: repeat(3, 1fr);
  }

  .jnyna00 {
    grid-template-columns: 1fr;
  }
}

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

  .4lddf h1 {
    font-size: 1.4rem;
  }

  .nuzt2 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .9a7t8 {
    flex-direction: column;
    align-items: center;
  }
}
