/* ========================================
   暗网 - 原创样式表
   品牌色系：甜心玫红 + 梦幻紫
   ======================================== */

/* CSS Variables */
:root {
  --vpm80: #E8456B;
  --vpm80-light: #FF7E9D;
  --f3q0ngb: #6C3AED;
  --u3kmrkkf: #1A1025;
  --pxz3f4k1: #FFF5F7;
  --z8h1aun: #2D1B3D;
  --z8h1aun-sub: #6B5B7B;
  --uougmt: #FFFFFF;
  --2c2sl: #F0E4F0;
  --v03it: linear-gradient(135deg, #E8456B 0%, #6C3AED 100%);
  --v03it-h: linear-gradient(90deg, #E8456B 0%, #6C3AED 100%);
  --17a83t: 0 4px 24px rgba(108, 58, 237, 0.10);
  --17a83t-hover: 0 8px 32px rgba(232, 69, 107, 0.18);
  --qohzxz: 12px;
  --qohzxz-sm: 8px;
  --qohzxz-lg: 20px;
  --l5jzigk: 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(--z8h1aun);
  background: var(--uougmt);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--vpm80); text-decoration: none; transition: var(--l5jzigk); }
a:hover { color: var(--f3q0ngb); }
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(--z8h1aun); }

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

/* ========== Header / Navigation ========== */
.c2t6y78mb {
  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(--l5jzigk);
}
.qhc97xz8 {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; max-width: 1400px; margin: 0 auto; padding: 0 24px;
}
.c064ldz5 { display: flex; align-items: center; gap: 10px; }
.c064ldz5 img { width: 40px; height: 40px; border-radius: 8px; }
.uat1j82 {
  font-size: 1.3rem; font-weight: 800; color: var(--uougmt);
  background: var(--v03it-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.c2mxx64 { display: flex; align-items: center; gap: 6px; }
.c2mxx64 a {
  color: rgba(255,255,255,0.78); font-size: 0.95rem; padding: 8px 16px;
  border-radius: var(--qohzxz-sm); transition: var(--l5jzigk);
  font-weight: 500; position: relative;
}
.c2mxx64 a:hover, .c2mxx64 a.active {
  color: var(--uougmt); background: rgba(232, 69, 107, 0.18);
}
.c2mxx64 a.active::after {
  content: ''; position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%);
  width: 20px; height: 3px; background: var(--v03it-h); border-radius: 2px;
}

/* Search Box */
.etqkfjsz {
  background: var(--pxz3f4k1); padding: 12px 0;
  border-bottom: 1px solid var(--2c2sl);
  margin-top: 68px;
}
.c6c3okwxa {
  max-width: 680px; margin: 0 auto; display: flex; gap: 0;
  background: var(--uougmt); border-radius: 50px;
  border: 2px solid var(--2c2sl); overflow: hidden;
  transition: var(--l5jzigk);
}
.c6c3okwxa:focus-within { border-color: var(--vpm80); box-shadow: 0 0 0 3px rgba(232,69,107,0.12); }
.exvn7o7 {
  flex: 1; border: none; outline: none; padding: 12px 24px;
  font-size: 0.95rem; background: transparent; color: var(--z8h1aun);
}
.exvn7o7::placeholder { color: var(--z8h1aun-sub); }
.c7crdt3pa {
  background: var(--v03it); color: var(--uougmt); border: none;
  padding: 12px 28px; font-size: 0.95rem; cursor: pointer;
  font-weight: 600; transition: var(--l5jzigk);
}
.c7crdt3pa:hover { opacity: 0.9; }

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

/* ========== Hero Banner ========== */
.c0fzwfql {
  position: relative; height: 560px; overflow: hidden;
  background: var(--u3kmrkkf);
}
.bzgh7 { position: relative; width: 100%; height: 100%; }
.lz1pwx {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 1s ease;
}
.lz1pwx.active { opacity: 1; }
.lz1pwx img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.55);
}
.im9ga3 {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align: center; z-index: 10; width: 90%; max-width: 800px;
}
.im9ga3 h1 {
  font-size: 2.8rem; color: var(--uougmt); margin-bottom: 16px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.im9ga3 h1 span {
  background: var(--v03it-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.im9ga3 p {
  font-size: 1.15rem; color: rgba(255,255,255,0.88);
  margin-bottom: 28px; line-height: 1.8;
}
.lojzhu9 { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.as8256a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 32px; border-radius: 50px; font-weight: 600;
  font-size: 1rem; transition: var(--l5jzigk); cursor: pointer;
  border: none; text-decoration: none;
}
.bl0w1y1 {
  background: var(--v03it); color: var(--uougmt);
  box-shadow: 0 4px 16px rgba(232,69,107,0.3);
}
.bl0w1y1:hover {
  transform: translateY(-2px); box-shadow: 0 6px 24px rgba(232,69,107,0.4);
  color: var(--uougmt);
}
.c01wefop4 {
  background: transparent; color: var(--uougmt);
  border: 2px solid rgba(255,255,255,0.5);
}
.c01wefop4:hover {
  border-color: var(--vpm80); background: rgba(232,69,107,0.15);
  color: var(--uougmt);
}
.jd0cz {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 10;
}
.c2eix2p55 {
  width: 12px; height: 12px; border-radius: 50%;
  background: rgba(255,255,255,0.4); cursor: pointer;
  transition: var(--l5jzigk); border: none;
}
.c2eix2p55.active { background: var(--vpm80); width: 32px; border-radius: 6px; }

/* ========== Section Common ========== */
.c8vt4q631 {
  padding: 72px 0;
}
.hatz53z { background: var(--pxz3f4k1); }
.ac8ufol { background: var(--u3kmrkkf); color: var(--uougmt); }
.ac8ufol h2, .ac8ufol h3, .ac8ufol h4 { color: var(--uougmt); }
.c20m8kw0 {
  text-align: center; margin-bottom: 48px;
}
.c20m8kw0 h2 {
  font-size: 2rem; margin-bottom: 12px;
}
.c20m8kw0 h2 span {
  background: var(--v03it-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.c20m8kw0 p {
  font-size: 1.05rem; color: var(--z8h1aun-sub); max-width: 640px; margin: 0 auto;
}
.ac8ufol .c20m8kw0 p { color: rgba(255,255,255,0.7); }
.v9qk1 {
  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(--vpm80);
}
.ac8ufol .v9qk1 { background: rgba(232,69,107,0.2); }

/* ========== Video Cards ========== */
.c46tqg1 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.cl1gf {
  background: var(--uougmt); border-radius: var(--qohzxz);
  overflow: hidden; box-shadow: var(--17a83t);
  transition: var(--l5jzigk); position: relative;
}
.cl1gf:hover {
  transform: translateY(-6px); box-shadow: var(--17a83t-hover);
}
.c5c0yvh7a {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.c5c0yvh7a img {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform 0.5s ease;
}
.cl1gf:hover .c5c0yvh7a img { transform: scale(1.06); }
.jd0r6w {
  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(--l5jzigk); z-index: 5;
}
.jd0r6w::after {
  content: ''; width: 0; height: 0;
  border-left: 18px solid var(--uougmt);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 4px;
}
.cl1gf:hover .jd0r6w { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.c1i9k5u {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,0.75); color: var(--uougmt);
  padding: 2px 8px; border-radius: 4px; font-size: 0.78rem;
  font-weight: 500;
}
.r1fw8 { padding: 14px 16px; }
.r1fw8 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;
}
.s04s4yas {
  display: flex; align-items: center; gap: 14px;
  font-size: 0.8rem; color: var(--z8h1aun-sub);
}
.s04s4yas span { display: flex; align-items: center; gap: 4px; }

/* ========== Service Cards ========== */
.t0mb1exa {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.tir5g09g {
  background: var(--uougmt); border-radius: var(--qohzxz-lg);
  padding: 36px 28px; text-align: center;
  border: 1px solid var(--2c2sl);
  transition: var(--l5jzigk); position: relative; overflow: hidden;
}
.tir5g09g::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: var(--v03it-h);
  transform: scaleX(0); transition: transform 0.4s ease;
  transform-origin: left;
}
.tir5g09g:hover::before { transform: scaleX(1); }
.tir5g09g:hover {
  transform: translateY(-4px); box-shadow: var(--17a83t-hover);
  border-color: transparent;
}
.x9tf3k {
  width: 64px; height: 64px; border-radius: 16px;
  background: var(--pxz3f4k1); display: flex;
  align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 1.8rem;
}
.tir5g09g h4 { font-size: 1.15rem; margin-bottom: 10px; }
.tir5g09g p { font-size: 0.9rem; color: var(--z8h1aun-sub); line-height: 1.7; }

/* ========== Expert Cards ========== */
.wwzewvgj {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.c01qosl {
  background: var(--uougmt); border-radius: var(--qohzxz-lg);
  padding: 28px 20px; text-align: center;
  box-shadow: var(--17a83t); transition: var(--l5jzigk);
}
.c01qosl:hover { transform: translateY(-4px); box-shadow: var(--17a83t-hover); }
.kb8vc3s {
  width: 96px; height: 96px; border-radius: 50%;
  margin: 0 auto 16px; overflow: hidden;
  border: 3px solid var(--pxz3f4k1);
  box-shadow: 0 4px 12px rgba(232,69,107,0.15);
}
.kb8vc3s img { width: 100%; height: 100%; object-fit: cover; }
.c01qosl h4 { font-size: 1.05rem; margin-bottom: 4px; }
.c01qosl .c5dgltk {
  font-size: 0.85rem; color: var(--vpm80); margin-bottom: 10px; font-weight: 500;
}
.c01qosl p { font-size: 0.85rem; color: var(--z8h1aun-sub); margin-bottom: 14px; line-height: 1.6; }
.knzy7k { display: flex; gap: 8px; justify-content: center; }
.y8huqe6y {
  padding: 6px 16px; font-size: 0.8rem; border-radius: 50px;
  font-weight: 500; transition: var(--l5jzigk); cursor: pointer;
  border: none; text-decoration: none;
}
.y8huqe6y.primary { background: var(--v03it); color: var(--uougmt); }
.y8huqe6y.outline { background: transparent; color: var(--vpm80); border: 1px solid var(--vpm80); }
.y8huqe6y:hover { transform: translateY(-1px); }

/* ========== Partners ========== */
.c7lq2bzuc {
  display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; align-items: center;
}
.ouz0nz2 {
  width: 160px; height: 80px; background: var(--uougmt);
  border-radius: var(--qohzxz); display: flex;
  align-items: center; justify-content: center;
  border: 1px solid var(--2c2sl); transition: var(--l5jzigk);
  font-weight: 700; font-size: 0.95rem; color: var(--z8h1aun-sub);
}
.ouz0nz2:hover {
  border-color: var(--vpm80); box-shadow: var(--17a83t);
  color: var(--vpm80);
}

/* ========== Reviews ========== */
.b1bz4j {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.iyzcg0r {
  background: var(--uougmt); border-radius: var(--qohzxz-lg);
  padding: 28px; box-shadow: var(--17a83t);
  transition: var(--l5jzigk); position: relative;
}
.iyzcg0r:hover { box-shadow: var(--17a83t-hover); }
.iyzcg0r::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;
}
.cwr0rr { color: #FFB800; font-size: 0.9rem; margin-bottom: 12px; letter-spacing: 2px; }
.iyzcg0r p { font-size: 0.95rem; color: var(--z8h1aun); line-height: 1.8; margin-bottom: 16px; }
.c9dpfzppc { display: flex; align-items: center; gap: 12px; }
.me5sq {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--v03it); display: flex;
  align-items: center; justify-content: center;
  color: var(--uougmt); font-weight: 700; font-size: 1rem;
}
.kepkt7gf .name { font-weight: 600; font-size: 0.9rem; }
.kepkt7gf .role { font-size: 0.8rem; color: var(--z8h1aun-sub); }

/* ========== FAQ ========== */
.nlk82f { max-width: 800px; margin: 0 auto; }
.c550enh6s {
  background: var(--uougmt); border-radius: var(--qohzxz);
  margin-bottom: 12px; overflow: hidden;
  border: 1px solid var(--2c2sl);
  transition: var(--l5jzigk);
}
.c550enh6s:hover { border-color: rgba(232,69,107,0.3); }
.b2e2li0 {
  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(--l5jzigk);
}
.b2e2li0:hover { color: var(--vpm80); }
.b2e2li0 .arrow {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--pxz3f4k1); display: flex;
  align-items: center; justify-content: center;
  font-size: 0.8rem; transition: transform 0.3s ease;
  flex-shrink: 0;
}
.c550enh6s.open .b2e2li0 .arrow { transform: rotate(180deg); }
.c8g21f {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.c1na5ml {
  padding: 0 24px 18px; font-size: 0.93rem; color: var(--z8h1aun-sub); line-height: 1.8;
}

/* ========== Contact ========== */
.c2bwm5bwb {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;
}
.c12ph2e6 h3 { font-size: 1.3rem; margin-bottom: 20px; }
.tq080 {
  display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start;
}
.dr24w7it {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--pxz3f4k1); display: flex;
  align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.tq080 .label { font-size: 0.85rem; color: var(--z8h1aun-sub); }
.tq080 .value { font-weight: 600; font-size: 0.95rem; }
.zo0ajciw {
  display: flex; gap: 24px; justify-content: center;
}
.yu2q7v { text-align: center; }
.yu2q7v img {
  width: 140px; height: 140px; border-radius: var(--qohzxz);
  border: 2px solid var(--2c2sl); margin-bottom: 8px;
}
.yu2q7v p { font-size: 0.85rem; color: var(--z8h1aun-sub); font-weight: 500; }

/* ========== Footer ========== */
.c5fjbv58 {
  background: var(--u3kmrkkf); color: rgba(255,255,255,0.7);
  padding: 48px 0 0;
}
.zgn2br {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.dske3on .c064ldz5 { margin-bottom: 14px; }
.dske3on p { font-size: 0.9rem; line-height: 1.7; margin-bottom: 16px; }
.c5fjbv58 h5 {
  color: var(--uougmt); font-size: 1rem; margin-bottom: 16px; font-weight: 600;
}
.x1kioj a {
  display: block; color: rgba(255,255,255,0.6); font-size: 0.9rem;
  padding: 4px 0; transition: var(--l5jzigk);
}
.x1kioj a:hover { color: var(--vpm80); padding-left: 4px; }
.c12n5jcfi { display: flex; gap: 10px; margin-top: 12px; }
.c12n5jcfi 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(--l5jzigk);
}
.c12n5jcfi a:hover { background: var(--vpm80); color: var(--uougmt); }
.c7hwbsx {
  padding: 20px 0; text-align: center; font-size: 0.85rem;
}
.c7hwbsx a { color: rgba(255,255,255,0.5); }
.c7hwbsx a:hover { color: var(--vpm80); }

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

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

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

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

/* ========== AI Feature Section ========== */
.wbbkp0 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.e2ddq7q2 {
  border-radius: var(--qohzxz-lg); overflow: hidden;
  background: var(--uougmt); box-shadow: var(--17a83t);
  transition: var(--l5jzigk);
}
.e2ddq7q2:hover { transform: translateY(-4px); box-shadow: var(--17a83t-hover); }
.wuscmido { height: 200px; overflow: hidden; }
.wuscmido img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.e2ddq7q2:hover .wuscmido img { transform: scale(1.05); }
.vs4zsx37 { padding: 20px; }
.vs4zsx37 h4 { font-size: 1.05rem; margin-bottom: 8px; }
.vs4zsx37 p { font-size: 0.9rem; color: var(--z8h1aun-sub); line-height: 1.7; }

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

/* ========== Inner Page Styles ========== */
.kughubrg {
  background: var(--u3kmrkkf); padding: 120px 0 60px;
  text-align: center; position: relative; overflow: hidden;
}
.kughubrg::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%);
}
.kughubrg h1 { color: var(--uougmt); font-size: 2.2rem; margin-bottom: 12px; position: relative; }
.kughubrg p { color: rgba(255,255,255,0.7); font-size: 1.05rem; position: relative; }
.yvi2vyfz { padding: 48px 0; }

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .c46tqg1 { grid-template-columns: repeat(3, 1fr); }
  .wwzewvgj { grid-template-columns: repeat(2, 1fr); }
  .zgn2br { grid-template-columns: 1fr 1fr; gap: 28px; }
  .ylpqb4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .c2mxx64 { display: none; }
  .pep3w1 { display: block; }
  .c2mxx64.open {
    display: flex; flex-direction: column; position: absolute;
    top: 68px; left: 0; right: 0; background: var(--u3kmrkkf);
    padding: 16px; gap: 4px; border-bottom: 1px solid rgba(232,69,107,0.15);
  }
  .c0fzwfql { height: 420px; }
  .im9ga3 h1 { font-size: 1.8rem; }
  .c46tqg1 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .t0mb1exa { grid-template-columns: 1fr; }
  .wbbkp0 { grid-template-columns: 1fr; }
  .h19zaxx { grid-template-columns: 1fr; }
  .b1bz4j { grid-template-columns: 1fr; }
  .c2bwm5bwb { grid-template-columns: 1fr; }
  .zgn2br { grid-template-columns: 1fr; gap: 24px; }
  .c8vt4q631 { padding: 48px 0; }
  .c20m8kw0 h2 { font-size: 1.6rem; }
  .ylpqb4 { grid-template-columns: 1fr 1fr; }
  .wwzewvgj { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .c46tqg1 { grid-template-columns: 1fr; }
  .ylpqb4 { grid-template-columns: 1fr; }
  .c0fzwfql { height: 360px; }
  .im9ga3 h1 { font-size: 1.5rem; }
  .zo0ajciw { 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 ========== */
.fwbiyul5 { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.nwzyirv {
  padding: 2px 10px; border-radius: 50px; font-size: 0.72rem;
  background: var(--pxz3f4k1); color: var(--vpm80); font-weight: 500;
}

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

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