/* ========================================
   抖荫短视频 - 原创样式表
   品牌色系：甜心玫红 + 梦幻紫
   ======================================== */

/* CSS Variables */
:root {
  --p87ix: #E8456B;
  --p87ix-light: #FF7E9D;
  --cvdiml: #6C3AED;
  --b7fwuqy: #1A1025;
  --11zv7f: #FFF5F7;
  --2u79a: #2D1B3D;
  --2u79a-sub: #6B5B7B;
  --4xvnr1: #FFFFFF;
  --bd34zn1: #F0E4F0;
  --4rkr1: linear-gradient(135deg, #E8456B 0%, #6C3AED 100%);
  --4rkr1-h: linear-gradient(90deg, #E8456B 0%, #6C3AED 100%);
  --2eofxg7e: 0 4px 24px rgba(108, 58, 237, 0.10);
  --2eofxg7e-hover: 0 8px 32px rgba(232, 69, 107, 0.18);
  --1ah9flj: 12px;
  --1ah9flj-sm: 8px;
  --1ah9flj-lg: 20px;
  --iaplopp: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  color: var(--2u79a);
  background: var(--4xvnr1);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--p87ix); text-decoration: none; transition: var(--iaplopp); }
a:hover { color: var(--cvdiml); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.3; color: var(--2u79a); }

/* Container */
.qr2se4 { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.rmvxx { max-width: 1400px; margin: 0 auto; padding: 0 20px; }

/* ========== Header / Navigation ========== */
.c50b4hi6 {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(26, 16, 37, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(232, 69, 107, 0.15);
  transition: var(--iaplopp);
}
.c7o9s5c {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; max-width: 1400px; margin: 0 auto; padding: 0 24px;
}
.s4x0ms0j { display: flex; align-items: center; gap: 10px; }
.s4x0ms0j img { width: 40px; height: 40px; border-radius: 8px; }
.qzkacq9 {
  font-size: 1.3rem; font-weight: 800; color: var(--4xvnr1);
  background: var(--4rkr1-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.c6q70i6q { display: flex; align-items: center; gap: 6px; }
.c6q70i6q a {
  color: rgba(255,255,255,0.78); font-size: 0.95rem; padding: 8px 16px;
  border-radius: var(--1ah9flj-sm); transition: var(--iaplopp);
  font-weight: 500; position: relative;
}
.c6q70i6q a:hover, .c6q70i6q a.active {
  color: var(--4xvnr1); background: rgba(232, 69, 107, 0.18);
}
.c6q70i6q a.active::after {
  content: ''; position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%);
  width: 20px; height: 3px; background: var(--4rkr1-h); border-radius: 2px;
}

/* Search Box */
.c8x7quj9 {
  background: var(--11zv7f); padding: 12px 0;
  border-bottom: 1px solid var(--bd34zn1);
  margin-top: 68px;
}
.jwqqpac {
  max-width: 680px; margin: 0 auto; display: flex; gap: 0;
  background: var(--4xvnr1); border-radius: 50px;
  border: 2px solid var(--bd34zn1); overflow: hidden;
  transition: var(--iaplopp);
}
.jwqqpac:focus-within { border-color: var(--p87ix); box-shadow: 0 0 0 3px rgba(232,69,107,0.12); }
.p6w0we {
  flex: 1; border: none; outline: none; padding: 12px 24px;
  font-size: 0.95rem; background: transparent; color: var(--2u79a);
}
.p6w0we::placeholder { color: var(--2u79a-sub); }
.gav080o {
  background: var(--4rkr1); color: var(--4xvnr1); border: none;
  padding: 12px 28px; font-size: 0.95rem; cursor: pointer;
  font-weight: 600; transition: var(--iaplopp);
}
.gav080o:hover { opacity: 0.9; }

/* Mobile Menu Toggle */
.pnm8f {
  display: none; background: none; border: none; cursor: pointer;
  width: 36px; height: 36px; position: relative;
}
.pnm8f span {
  display: block; width: 24px; height: 2px; background: var(--4xvnr1);
  position: absolute; left: 6px; transition: var(--iaplopp);
}
.pnm8f span:nth-child(1) { top: 10px; }
.pnm8f span:nth-child(2) { top: 17px; }
.pnm8f span:nth-child(3) { top: 24px; }

/* ========== Hero Banner ========== */
.se1g8 {
  position: relative; height: 560px; overflow: hidden;
  background: var(--b7fwuqy);
}
.c2p1o49b { position: relative; width: 100%; height: 100%; }
.c8dtxov {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 1s ease;
}
.c8dtxov.active { opacity: 1; }
.c8dtxov img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.55);
}
.c5ua6 {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align: center; z-index: 10; width: 90%; max-width: 800px;
}
.c5ua6 h1 {
  font-size: 2.8rem; color: var(--4xvnr1); margin-bottom: 16px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.c5ua6 h1 span {
  background: var(--4rkr1-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.c5ua6 p {
  font-size: 1.15rem; color: rgba(255,255,255,0.88);
  margin-bottom: 28px; line-height: 1.8;
}
.q4pyi { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.c32u45ibl {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 32px; border-radius: 50px; font-weight: 600;
  font-size: 1rem; transition: var(--iaplopp); cursor: pointer;
  border: none; text-decoration: none;
}
.km7fu29r {
  background: var(--4rkr1); color: var(--4xvnr1);
  box-shadow: 0 4px 16px rgba(232,69,107,0.3);
}
.km7fu29r:hover {
  transform: translateY(-2px); box-shadow: 0 6px 24px rgba(232,69,107,0.4);
  color: var(--4xvnr1);
}
.c0qko4 {
  background: transparent; color: var(--4xvnr1);
  border: 2px solid rgba(255,255,255,0.5);
}
.c0qko4:hover {
  border-color: var(--p87ix); background: rgba(232,69,107,0.15);
  color: var(--4xvnr1);
}
.zogi9nb {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 10;
}
.ig95eczf {
  width: 12px; height: 12px; border-radius: 50%;
  background: rgba(255,255,255,0.4); cursor: pointer;
  transition: var(--iaplopp); border: none;
}
.ig95eczf.active { background: var(--p87ix); width: 32px; border-radius: 6px; }

/* ========== Section Common ========== */
.c9d4dqug {
  padding: 72px 0;
}
.qnij4vhs { background: var(--11zv7f); }
.c0865941 { background: var(--b7fwuqy); color: var(--4xvnr1); }
.c0865941 h2, .c0865941 h3, .c0865941 h4 { color: var(--4xvnr1); }
.vyfgcg {
  text-align: center; margin-bottom: 48px;
}
.vyfgcg h2 {
  font-size: 2rem; margin-bottom: 12px;
}
.vyfgcg h2 span {
  background: var(--4rkr1-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.vyfgcg p {
  font-size: 1.05rem; color: var(--2u79a-sub); max-width: 640px; margin: 0 auto;
}
.c0865941 .vyfgcg p { color: rgba(255,255,255,0.7); }
.c7602buuy {
  display: inline-block; padding: 4px 14px; border-radius: 50px;
  font-size: 0.8rem; font-weight: 600; margin-bottom: 12px;
  background: rgba(232,69,107,0.1); color: var(--p87ix);
}
.c0865941 .c7602buuy { background: rgba(232,69,107,0.2); }

/* ========== Video Cards ========== */
.c2fvjl {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.c867sb {
  background: var(--4xvnr1); border-radius: var(--1ah9flj);
  overflow: hidden; box-shadow: var(--2eofxg7e);
  transition: var(--iaplopp); position: relative;
}
.c867sb:hover {
  transform: translateY(-6px); box-shadow: var(--2eofxg7e-hover);
}
.w64qwt {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.w64qwt img {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform 0.5s ease;
}
.c867sb:hover .w64qwt img { transform: scale(1.06); }
.c8706hpwj {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8);
  width: 56px; height: 56px; background: rgba(232,69,107,0.9);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: var(--iaplopp); z-index: 5;
}
.c8706hpwj::after {
  content: ''; width: 0; height: 0;
  border-left: 18px solid var(--4xvnr1);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 4px;
}
.c867sb:hover .c8706hpwj { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.pb9lzb7l {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,0.75); color: var(--4xvnr1);
  padding: 2px 8px; border-radius: 4px; font-size: 0.78rem;
  font-weight: 500;
}
.c83uld30 { padding: 14px 16px; }
.c83uld30 h4 {
  font-size: 0.95rem; margin-bottom: 8px; font-weight: 600;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; line-height: 1.4;
}
.c8dy56 {
  display: flex; align-items: center; gap: 14px;
  font-size: 0.8rem; color: var(--2u79a-sub);
}
.c8dy56 span { display: flex; align-items: center; gap: 4px; }

/* ========== Service Cards ========== */
.thkb35dk {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.c1nvnen5b {
  background: var(--4xvnr1); border-radius: var(--1ah9flj-lg);
  padding: 36px 28px; text-align: center;
  border: 1px solid var(--bd34zn1);
  transition: var(--iaplopp); position: relative; overflow: hidden;
}
.c1nvnen5b::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: var(--4rkr1-h);
  transform: scaleX(0); transition: transform 0.4s ease;
  transform-origin: left;
}
.c1nvnen5b:hover::before { transform: scaleX(1); }
.c1nvnen5b:hover {
  transform: translateY(-4px); box-shadow: var(--2eofxg7e-hover);
  border-color: transparent;
}
.tu40hbd {
  width: 64px; height: 64px; border-radius: 16px;
  background: var(--11zv7f); display: flex;
  align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 1.8rem;
}
.c1nvnen5b h4 { font-size: 1.15rem; margin-bottom: 10px; }
.c1nvnen5b p { font-size: 0.9rem; color: var(--2u79a-sub); line-height: 1.7; }

/* ========== Expert Cards ========== */
.ykczrwbr {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.g7d0i {
  background: var(--4xvnr1); border-radius: var(--1ah9flj-lg);
  padding: 28px 20px; text-align: center;
  box-shadow: var(--2eofxg7e); transition: var(--iaplopp);
}
.g7d0i:hover { transform: translateY(-4px); box-shadow: var(--2eofxg7e-hover); }
.fcp5o {
  width: 96px; height: 96px; border-radius: 50%;
  margin: 0 auto 16px; overflow: hidden;
  border: 3px solid var(--11zv7f);
  box-shadow: 0 4px 12px rgba(232,69,107,0.15);
}
.fcp5o img { width: 100%; height: 100%; object-fit: cover; }
.g7d0i h4 { font-size: 1.05rem; margin-bottom: 4px; }
.g7d0i .c6ellf {
  font-size: 0.85rem; color: var(--p87ix); margin-bottom: 10px; font-weight: 500;
}
.g7d0i p { font-size: 0.85rem; color: var(--2u79a-sub); margin-bottom: 14px; line-height: 1.6; }
.bb4383m9 { display: flex; gap: 8px; justify-content: center; }
.gklaph {
  padding: 6px 16px; font-size: 0.8rem; border-radius: 50px;
  font-weight: 500; transition: var(--iaplopp); cursor: pointer;
  border: none; text-decoration: none;
}
.gklaph.primary { background: var(--4rkr1); color: var(--4xvnr1); }
.gklaph.outline { background: transparent; color: var(--p87ix); border: 1px solid var(--p87ix); }
.gklaph:hover { transform: translateY(-1px); }

/* ========== Partners ========== */
.toe77 {
  display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; align-items: center;
}
.c2yni4g8l {
  width: 160px; height: 80px; background: var(--4xvnr1);
  border-radius: var(--1ah9flj); display: flex;
  align-items: center; justify-content: center;
  border: 1px solid var(--bd34zn1); transition: var(--iaplopp);
  font-weight: 700; font-size: 0.95rem; color: var(--2u79a-sub);
}
.c2yni4g8l:hover {
  border-color: var(--p87ix); box-shadow: var(--2eofxg7e);
  color: var(--p87ix);
}

/* ========== Reviews ========== */
.c7nb5bfs {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.vp55r {
  background: var(--4xvnr1); border-radius: var(--1ah9flj-lg);
  padding: 28px; box-shadow: var(--2eofxg7e);
  transition: var(--iaplopp); position: relative;
}
.vp55r:hover { box-shadow: var(--2eofxg7e-hover); }
.vp55r::before {
  content: '\201C'; position: absolute; top: 16px; left: 24px;
  font-size: 3.5rem; color: rgba(232,69,107,0.12); font-family: Georgia, serif;
  line-height: 1;
}
.efwsgw { color: #FFB800; font-size: 0.9rem; margin-bottom: 12px; letter-spacing: 2px; }
.vp55r p { font-size: 0.95rem; color: var(--2u79a); line-height: 1.8; margin-bottom: 16px; }
.lyhfwf { display: flex; align-items: center; gap: 12px; }
.c9suqo2 {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--4rkr1); display: flex;
  align-items: center; justify-content: center;
  color: var(--4xvnr1); font-weight: 700; font-size: 1rem;
}
.lj7els8r .name { font-weight: 600; font-size: 0.9rem; }
.lj7els8r .role { font-size: 0.8rem; color: var(--2u79a-sub); }

/* ========== FAQ ========== */
.jlwdf { max-width: 800px; margin: 0 auto; }
.g27co {
  background: var(--4xvnr1); border-radius: var(--1ah9flj);
  margin-bottom: 12px; overflow: hidden;
  border: 1px solid var(--bd34zn1);
  transition: var(--iaplopp);
}
.g27co:hover { border-color: rgba(232,69,107,0.3); }
.c34scvs {
  padding: 18px 24px; cursor: pointer; display: flex;
  justify-content: space-between; align-items: center;
  font-weight: 600; font-size: 1rem; user-select: none;
  transition: var(--iaplopp);
}
.c34scvs:hover { color: var(--p87ix); }
.c34scvs .arrow {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--11zv7f); display: flex;
  align-items: center; justify-content: center;
  font-size: 0.8rem; transition: transform 0.3s ease;
  flex-shrink: 0;
}
.g27co.open .c34scvs .arrow { transform: rotate(180deg); }
.c7s2080k {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.ad5s6s {
  padding: 0 24px 18px; font-size: 0.93rem; color: var(--2u79a-sub); line-height: 1.8;
}

/* ========== Contact ========== */
.bluzmx {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;
}
.gales h3 { font-size: 1.3rem; margin-bottom: 20px; }
.c5f0k2 {
  display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start;
}
.d9iq6o {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--11zv7f); display: flex;
  align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.c5f0k2 .label { font-size: 0.85rem; color: var(--2u79a-sub); }
.c5f0k2 .value { font-weight: 600; font-size: 0.95rem; }
.j71o8z3 {
  display: flex; gap: 24px; justify-content: center;
}
.h97y6x { text-align: center; }
.h97y6x img {
  width: 140px; height: 140px; border-radius: var(--1ah9flj);
  border: 2px solid var(--bd34zn1); margin-bottom: 8px;
}
.h97y6x p { font-size: 0.85rem; color: var(--2u79a-sub); font-weight: 500; }

/* ========== Footer ========== */
.c0dfdq {
  background: var(--b7fwuqy); color: rgba(255,255,255,0.7);
  padding: 48px 0 0;
}
.p18eoz6a {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.c47r4hl .s4x0ms0j { margin-bottom: 14px; }
.c47r4hl p { font-size: 0.9rem; line-height: 1.7; margin-bottom: 16px; }
.c0dfdq h5 {
  color: var(--4xvnr1); font-size: 1rem; margin-bottom: 16px; font-weight: 600;
}
.pnnf25p a {
  display: block; color: rgba(255,255,255,0.6); font-size: 0.9rem;
  padding: 4px 0; transition: var(--iaplopp);
}
.pnnf25p a:hover { color: var(--p87ix); padding-left: 4px; }
.to2nib { display: flex; gap: 10px; margin-top: 12px; }
.to2nib a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.08); display: flex;
  align-items: center; justify-content: center;
  color: rgba(255,255,255,0.7); font-size: 0.9rem;
  transition: var(--iaplopp);
}
.to2nib a:hover { background: var(--p87ix); color: var(--4xvnr1); }
.c59epb3qj {
  padding: 20px 0; text-align: center; font-size: 0.85rem;
}
.c59epb3qj a { color: rgba(255,255,255,0.5); }
.c59epb3qj a:hover { color: var(--p87ix); }

/* ========== Breadcrumb ========== */
.ead0nzhi {
  padding: 14px 0; font-size: 0.85rem; color: var(--2u79a-sub);
  border-bottom: 1px solid var(--bd34zn1);
}
.ead0nzhi a { color: var(--2u79a-sub); }
.ead0nzhi a:hover { color: var(--p87ix); }
.ead0nzhi span { margin: 0 8px; }

/* ========== Share Buttons ========== */
.qr2rzwjx { display: flex; gap: 10px; align-items: center; }
.itl7ql { font-size: 0.9rem; font-weight: 600; margin-right: 4px; }
.qr2rzwjx a {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; color: var(--4xvnr1); transition: var(--iaplopp);
}
.qr2rzwjx a:hover { transform: translateY(-2px); }
.qr2rzwjx .wechat { background: #07C160; }
.qr2rzwjx .weibo { background: #E6162D; }
.qr2rzwjx .douyin { background: #161823; }
.qr2rzwjx .bilibili { background: #00A1D6; }

/* ========== Animations ========== */
.l7pfj0z6 {
  opacity: 1; transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.l7pfj0z6.visible { opacity: 1; transform: translateY(0); }

/* ========== How-To Guide ========== */
.facifpwq {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  counter-reset: step;
}
.c6brak {
  text-align: center; padding: 24px 16px; position: relative;
  counter-increment: step;
}
.c6brak::before {
  content: counter(step); display: flex; width: 48px; height: 48px;
  border-radius: 50%; background: var(--4rkr1);
  color: var(--4xvnr1); font-weight: 800; font-size: 1.2rem;
  align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.c6brak h4 { font-size: 1rem; margin-bottom: 8px; }
.c6brak p { font-size: 0.88rem; color: var(--2u79a-sub); }

/* ========== AI Feature Section ========== */
.f2ddgyzm {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.oxvttlbu {
  border-radius: var(--1ah9flj-lg); overflow: hidden;
  background: var(--4xvnr1); box-shadow: var(--2eofxg7e);
  transition: var(--iaplopp);
}
.oxvttlbu:hover { transform: translateY(-4px); box-shadow: var(--2eofxg7e-hover); }
.jkzouqxn { height: 200px; overflow: hidden; }
.jkzouqxn img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.oxvttlbu:hover .jkzouqxn img { transform: scale(1.05); }
.k9fwff7 { padding: 20px; }
.k9fwff7 h4 { font-size: 1.05rem; margin-bottom: 8px; }
.k9fwff7 p { font-size: 0.9rem; color: var(--2u79a-sub); line-height: 1.7; }

/* ========== Community Section ========== */
.zbdoxa5 {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
}
.c119utb {
  display: flex; gap: 20px; padding: 24px;
  background: rgba(255,255,255,0.06); border-radius: var(--1ah9flj-lg);
  border: 1px solid rgba(255,255,255,0.08);
  transition: var(--iaplopp);
}
.c119utb:hover {
  background: rgba(232,69,107,0.08); border-color: rgba(232,69,107,0.2);
}
.mp0qu8 {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--4rkr1); display: flex;
  align-items: center; justify-content: center;
  font-size: 1.4rem; flex-shrink: 0;
}
.c119utb h4 { color: var(--4xvnr1); font-size: 1.05rem; margin-bottom: 6px; }
.c119utb p { font-size: 0.88rem; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* ========== Inner Page Styles ========== */
.c7yogft {
  background: var(--b7fwuqy); padding: 120px 0 60px;
  text-align: center; position: relative; overflow: hidden;
}
.c7yogft::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at center, rgba(232,69,107,0.15) 0%, transparent 70%);
}
.c7yogft h1 { color: var(--4xvnr1); font-size: 2.2rem; margin-bottom: 12px; position: relative; }
.c7yogft p { color: rgba(255,255,255,0.7); font-size: 1.05rem; position: relative; }
.ej3fb { padding: 48px 0; }

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .c2fvjl { grid-template-columns: repeat(3, 1fr); }
  .ykczrwbr { grid-template-columns: repeat(2, 1fr); }
  .p18eoz6a { grid-template-columns: 1fr 1fr; gap: 28px; }
  .facifpwq { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .c6q70i6q { display: none; }
  .pnm8f { display: block; }
  .c6q70i6q.open {
    display: flex; flex-direction: column; position: absolute;
    top: 68px; left: 0; right: 0; background: var(--b7fwuqy);
    padding: 16px; gap: 4px; border-bottom: 1px solid rgba(232,69,107,0.15);
  }
  .se1g8 { height: 420px; }
  .c5ua6 h1 { font-size: 1.8rem; }
  .c2fvjl { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .thkb35dk { grid-template-columns: 1fr; }
  .f2ddgyzm { grid-template-columns: 1fr; }
  .zbdoxa5 { grid-template-columns: 1fr; }
  .c7nb5bfs { grid-template-columns: 1fr; }
  .bluzmx { grid-template-columns: 1fr; }
  .p18eoz6a { grid-template-columns: 1fr; gap: 24px; }
  .c9d4dqug { padding: 48px 0; }
  .vyfgcg h2 { font-size: 1.6rem; }
  .facifpwq { grid-template-columns: 1fr 1fr; }
  .ykczrwbr { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .c2fvjl { grid-template-columns: 1fr; }
  .facifpwq { grid-template-columns: 1fr; }
  .se1g8 { height: 360px; }
  .c5ua6 h1 { font-size: 1.5rem; }
  .j71o8z3 { flex-direction: column; align-items: center; }
}

/* ========== Lazy Load ========== */
img[data-src] { opacity: 1; transition: opacity 0.4s ease; }
img[data-src].loaded { opacity: 1; }

/* ========== Video Tags ========== */
.dcvr3u { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.g6i67jw {
  padding: 2px 10px; border-radius: 50px; font-size: 0.72rem;
  background: var(--11zv7f); color: var(--p87ix); font-weight: 500;
}

/* ========== Stats Bar ========== */
.c4lbp4ynn {
  background: var(--4rkr1); padding: 36px 0;
}
.c5hn5i {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  text-align: center;
}
.nnnhjas h3 { font-size: 2.2rem; color: var(--4xvnr1); font-weight: 800; }
.nnnhjas p { font-size: 0.9rem; color: rgba(255,255,255,0.85); margin-top: 4px; }

@media (max-width: 768px) {
  .c5hn5i { grid-template-columns: repeat(2, 1fr); }
}
