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

/* CSS Variables */
:root {
  --zpxtw9k: #E8456B;
  --zpxtw9k-light: #FF7E9D;
  --t4mw7ryw: #6C3AED;
  --be7ia0w: #1A1025;
  --jdljqs0: #FFF5F7;
  --902jm7nh: #2D1B3D;
  --902jm7nh-sub: #6B5B7B;
  --n0qtekr: #FFFFFF;
  --15pxxf: #F0E4F0;
  --x1mwv5zq: linear-gradient(135deg, #E8456B 0%, #6C3AED 100%);
  --x1mwv5zq-h: linear-gradient(90deg, #E8456B 0%, #6C3AED 100%);
  --x90swm: 0 4px 24px rgba(108, 58, 237, 0.10);
  --x90swm-hover: 0 8px 32px rgba(232, 69, 107, 0.18);
  --wm151s: 12px;
  --wm151s-sm: 8px;
  --wm151s-lg: 20px;
  --aeoes: 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(--902jm7nh);
  background: var(--n0qtekr);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--zpxtw9k); text-decoration: none; transition: var(--aeoes); }
a:hover { color: var(--t4mw7ryw); }
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(--902jm7nh); }

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

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

/* Search Box */
.ipmmi4 {
  background: var(--jdljqs0); padding: 12px 0;
  border-bottom: 1px solid var(--15pxxf);
  margin-top: 68px;
}
.bi71fhf4 {
  max-width: 680px; margin: 0 auto; display: flex; gap: 0;
  background: var(--n0qtekr); border-radius: 50px;
  border: 2px solid var(--15pxxf); overflow: hidden;
  transition: var(--aeoes);
}
.bi71fhf4:focus-within { border-color: var(--zpxtw9k); box-shadow: 0 0 0 3px rgba(232,69,107,0.12); }
.kcbylfp {
  flex: 1; border: none; outline: none; padding: 12px 24px;
  font-size: 0.95rem; background: transparent; color: var(--902jm7nh);
}
.kcbylfp::placeholder { color: var(--902jm7nh-sub); }
.iuvtmfcz {
  background: var(--x1mwv5zq); color: var(--n0qtekr); border: none;
  padding: 12px 28px; font-size: 0.95rem; cursor: pointer;
  font-weight: 600; transition: var(--aeoes);
}
.iuvtmfcz:hover { opacity: 0.9; }

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

/* ========== Hero Banner ========== */
.in6bu06 {
  position: relative; height: 560px; overflow: hidden;
  background: var(--be7ia0w);
}
.my3l0xof { position: relative; width: 100%; height: 100%; }
.c6qb97h9 {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 1s ease;
}
.c6qb97h9.active { opacity: 1; }
.c6qb97h9 img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.55);
}
.pjoyz {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align: center; z-index: 10; width: 90%; max-width: 800px;
}
.pjoyz h1 {
  font-size: 2.8rem; color: var(--n0qtekr); margin-bottom: 16px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.pjoyz h1 span {
  background: var(--x1mwv5zq-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.pjoyz p {
  font-size: 1.15rem; color: rgba(255,255,255,0.88);
  margin-bottom: 28px; line-height: 1.8;
}
.c32jw1a { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.tg2lanv7 {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 32px; border-radius: 50px; font-weight: 600;
  font-size: 1rem; transition: var(--aeoes); cursor: pointer;
  border: none; text-decoration: none;
}
.dnd1nvz {
  background: var(--x1mwv5zq); color: var(--n0qtekr);
  box-shadow: 0 4px 16px rgba(232,69,107,0.3);
}
.dnd1nvz:hover {
  transform: translateY(-2px); box-shadow: 0 6px 24px rgba(232,69,107,0.4);
  color: var(--n0qtekr);
}
.c2agdto {
  background: transparent; color: var(--n0qtekr);
  border: 2px solid rgba(255,255,255,0.5);
}
.c2agdto:hover {
  border-color: var(--zpxtw9k); background: rgba(232,69,107,0.15);
  color: var(--n0qtekr);
}
.d6a7dl {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 10;
}
.mpi7u {
  width: 12px; height: 12px; border-radius: 50%;
  background: rgba(255,255,255,0.4); cursor: pointer;
  transition: var(--aeoes); border: none;
}
.mpi7u.active { background: var(--zpxtw9k); width: 32px; border-radius: 6px; }

/* ========== Section Common ========== */
.mfw8nq4q {
  padding: 72px 0;
}
.c1vt4in { background: var(--jdljqs0); }
.wi4rxcjc { background: var(--be7ia0w); color: var(--n0qtekr); }
.wi4rxcjc h2, .wi4rxcjc h3, .wi4rxcjc h4 { color: var(--n0qtekr); }
.c87k0arcj {
  text-align: center; margin-bottom: 48px;
}
.c87k0arcj h2 {
  font-size: 2rem; margin-bottom: 12px;
}
.c87k0arcj h2 span {
  background: var(--x1mwv5zq-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.c87k0arcj p {
  font-size: 1.05rem; color: var(--902jm7nh-sub); max-width: 640px; margin: 0 auto;
}
.wi4rxcjc .c87k0arcj p { color: rgba(255,255,255,0.7); }
.r5r1k {
  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(--zpxtw9k);
}
.wi4rxcjc .r5r1k { background: rgba(232,69,107,0.2); }

/* ========== Video Cards ========== */
.k2o71t {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.c6d6g6 {
  background: var(--n0qtekr); border-radius: var(--wm151s);
  overflow: hidden; box-shadow: var(--x90swm);
  transition: var(--aeoes); position: relative;
}
.c6d6g6:hover {
  transform: translateY(-6px); box-shadow: var(--x90swm-hover);
}
.o73irxe {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.o73irxe img {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform 0.5s ease;
}
.c6d6g6:hover .o73irxe img { transform: scale(1.06); }
.c1g93pg5 {
  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(--aeoes); z-index: 5;
}
.c1g93pg5::after {
  content: ''; width: 0; height: 0;
  border-left: 18px solid var(--n0qtekr);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 4px;
}
.c6d6g6:hover .c1g93pg5 { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.c62jyd {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,0.75); color: var(--n0qtekr);
  padding: 2px 8px; border-radius: 4px; font-size: 0.78rem;
  font-weight: 500;
}
.hfeveeq6 { padding: 14px 16px; }
.hfeveeq6 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;
}
.c4cim0nw {
  display: flex; align-items: center; gap: 14px;
  font-size: 0.8rem; color: var(--902jm7nh-sub);
}
.c4cim0nw span { display: flex; align-items: center; gap: 4px; }

/* ========== Service Cards ========== */
.hufaxs9 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.l5pf69g {
  background: var(--n0qtekr); border-radius: var(--wm151s-lg);
  padding: 36px 28px; text-align: center;
  border: 1px solid var(--15pxxf);
  transition: var(--aeoes); position: relative; overflow: hidden;
}
.l5pf69g::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: var(--x1mwv5zq-h);
  transform: scaleX(0); transition: transform 0.4s ease;
  transform-origin: left;
}
.l5pf69g:hover::before { transform: scaleX(1); }
.l5pf69g:hover {
  transform: translateY(-4px); box-shadow: var(--x90swm-hover);
  border-color: transparent;
}
.rjeau6 {
  width: 64px; height: 64px; border-radius: 16px;
  background: var(--jdljqs0); display: flex;
  align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 1.8rem;
}
.l5pf69g h4 { font-size: 1.15rem; margin-bottom: 10px; }
.l5pf69g p { font-size: 0.9rem; color: var(--902jm7nh-sub); line-height: 1.7; }

/* ========== Expert Cards ========== */
.slwlj {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.qxypp9 {
  background: var(--n0qtekr); border-radius: var(--wm151s-lg);
  padding: 28px 20px; text-align: center;
  box-shadow: var(--x90swm); transition: var(--aeoes);
}
.qxypp9:hover { transform: translateY(-4px); box-shadow: var(--x90swm-hover); }
.lnzjz {
  width: 96px; height: 96px; border-radius: 50%;
  margin: 0 auto 16px; overflow: hidden;
  border: 3px solid var(--jdljqs0);
  box-shadow: 0 4px 12px rgba(232,69,107,0.15);
}
.lnzjz img { width: 100%; height: 100%; object-fit: cover; }
.qxypp9 h4 { font-size: 1.05rem; margin-bottom: 4px; }
.qxypp9 .sh1la {
  font-size: 0.85rem; color: var(--zpxtw9k); margin-bottom: 10px; font-weight: 500;
}
.qxypp9 p { font-size: 0.85rem; color: var(--902jm7nh-sub); margin-bottom: 14px; line-height: 1.6; }
.c4bus1qha { display: flex; gap: 8px; justify-content: center; }
.hd1en {
  padding: 6px 16px; font-size: 0.8rem; border-radius: 50px;
  font-weight: 500; transition: var(--aeoes); cursor: pointer;
  border: none; text-decoration: none;
}
.hd1en.primary { background: var(--x1mwv5zq); color: var(--n0qtekr); }
.hd1en.outline { background: transparent; color: var(--zpxtw9k); border: 1px solid var(--zpxtw9k); }
.hd1en:hover { transform: translateY(-1px); }

/* ========== Partners ========== */
.ejzitng5 {
  display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; align-items: center;
}
.w4ciw {
  width: 160px; height: 80px; background: var(--n0qtekr);
  border-radius: var(--wm151s); display: flex;
  align-items: center; justify-content: center;
  border: 1px solid var(--15pxxf); transition: var(--aeoes);
  font-weight: 700; font-size: 0.95rem; color: var(--902jm7nh-sub);
}
.w4ciw:hover {
  border-color: var(--zpxtw9k); box-shadow: var(--x90swm);
  color: var(--zpxtw9k);
}

/* ========== Reviews ========== */
.yq29xsd {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.v9apjlp {
  background: var(--n0qtekr); border-radius: var(--wm151s-lg);
  padding: 28px; box-shadow: var(--x90swm);
  transition: var(--aeoes); position: relative;
}
.v9apjlp:hover { box-shadow: var(--x90swm-hover); }
.v9apjlp::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;
}
.c7q7xlv { color: #FFB800; font-size: 0.9rem; margin-bottom: 12px; letter-spacing: 2px; }
.v9apjlp p { font-size: 0.95rem; color: var(--902jm7nh); line-height: 1.8; margin-bottom: 16px; }
.c0qr9hj { display: flex; align-items: center; gap: 12px; }
.c4uyqamx {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--x1mwv5zq); display: flex;
  align-items: center; justify-content: center;
  color: var(--n0qtekr); font-weight: 700; font-size: 1rem;
}
.spaj6v .name { font-weight: 600; font-size: 0.9rem; }
.spaj6v .role { font-size: 0.8rem; color: var(--902jm7nh-sub); }

/* ========== FAQ ========== */
.gcti0j { max-width: 800px; margin: 0 auto; }
.sccin {
  background: var(--n0qtekr); border-radius: var(--wm151s);
  margin-bottom: 12px; overflow: hidden;
  border: 1px solid var(--15pxxf);
  transition: var(--aeoes);
}
.sccin:hover { border-color: rgba(232,69,107,0.3); }
.c0a1tcp {
  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(--aeoes);
}
.c0a1tcp:hover { color: var(--zpxtw9k); }
.c0a1tcp .arrow {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--jdljqs0); display: flex;
  align-items: center; justify-content: center;
  font-size: 0.8rem; transition: transform 0.3s ease;
  flex-shrink: 0;
}
.sccin.open .c0a1tcp .arrow { transform: rotate(180deg); }
.c8tpff {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.kmml1 {
  padding: 0 24px 18px; font-size: 0.93rem; color: var(--902jm7nh-sub); line-height: 1.8;
}

/* ========== Contact ========== */
.c1chn4iik {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;
}
.y305c h3 { font-size: 1.3rem; margin-bottom: 20px; }
.uo8amq8 {
  display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start;
}
.vv30ubar {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--jdljqs0); display: flex;
  align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.uo8amq8 .label { font-size: 0.85rem; color: var(--902jm7nh-sub); }
.uo8amq8 .value { font-weight: 600; font-size: 0.95rem; }
.c1uk0sis2 {
  display: flex; gap: 24px; justify-content: center;
}
.c0bguqpa { text-align: center; }
.c0bguqpa img {
  width: 140px; height: 140px; border-radius: var(--wm151s);
  border: 2px solid var(--15pxxf); margin-bottom: 8px;
}
.c0bguqpa p { font-size: 0.85rem; color: var(--902jm7nh-sub); font-weight: 500; }

/* ========== Footer ========== */
.b1qvpyp0 {
  background: var(--be7ia0w); color: rgba(255,255,255,0.7);
  padding: 48px 0 0;
}
.ng41ob {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ab16w021 .c0qaom93n { margin-bottom: 14px; }
.ab16w021 p { font-size: 0.9rem; line-height: 1.7; margin-bottom: 16px; }
.b1qvpyp0 h5 {
  color: var(--n0qtekr); font-size: 1rem; margin-bottom: 16px; font-weight: 600;
}
.a9qeu a {
  display: block; color: rgba(255,255,255,0.6); font-size: 0.9rem;
  padding: 4px 0; transition: var(--aeoes);
}
.a9qeu a:hover { color: var(--zpxtw9k); padding-left: 4px; }
.my5elhn2 { display: flex; gap: 10px; margin-top: 12px; }
.my5elhn2 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(--aeoes);
}
.my5elhn2 a:hover { background: var(--zpxtw9k); color: var(--n0qtekr); }
.cdfxhv {
  padding: 20px 0; text-align: center; font-size: 0.85rem;
}
.cdfxhv a { color: rgba(255,255,255,0.5); }
.cdfxhv a:hover { color: var(--zpxtw9k); }

/* ========== Breadcrumb ========== */
.nccnkp89 {
  padding: 14px 0; font-size: 0.85rem; color: var(--902jm7nh-sub);
  border-bottom: 1px solid var(--15pxxf);
}
.nccnkp89 a { color: var(--902jm7nh-sub); }
.nccnkp89 a:hover { color: var(--zpxtw9k); }
.nccnkp89 span { margin: 0 8px; }

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

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

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

/* ========== AI Feature Section ========== */
.pun34jbr {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.k3t54ao {
  border-radius: var(--wm151s-lg); overflow: hidden;
  background: var(--n0qtekr); box-shadow: var(--x90swm);
  transition: var(--aeoes);
}
.k3t54ao:hover { transform: translateY(-4px); box-shadow: var(--x90swm-hover); }
.dclr8uh { height: 200px; overflow: hidden; }
.dclr8uh img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.k3t54ao:hover .dclr8uh img { transform: scale(1.05); }
.sk1e97g { padding: 20px; }
.sk1e97g h4 { font-size: 1.05rem; margin-bottom: 8px; }
.sk1e97g p { font-size: 0.9rem; color: var(--902jm7nh-sub); line-height: 1.7; }

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

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

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .k2o71t { grid-template-columns: repeat(3, 1fr); }
  .slwlj { grid-template-columns: repeat(2, 1fr); }
  .ng41ob { grid-template-columns: 1fr 1fr; gap: 28px; }
  .y5qe7pp { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hanmaqw { display: none; }
  .rght83n0 { display: block; }
  .hanmaqw.open {
    display: flex; flex-direction: column; position: absolute;
    top: 68px; left: 0; right: 0; background: var(--be7ia0w);
    padding: 16px; gap: 4px; border-bottom: 1px solid rgba(232,69,107,0.15);
  }
  .in6bu06 { height: 420px; }
  .pjoyz h1 { font-size: 1.8rem; }
  .k2o71t { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .hufaxs9 { grid-template-columns: 1fr; }
  .pun34jbr { grid-template-columns: 1fr; }
  .c2mz9eg0 { grid-template-columns: 1fr; }
  .yq29xsd { grid-template-columns: 1fr; }
  .c1chn4iik { grid-template-columns: 1fr; }
  .ng41ob { grid-template-columns: 1fr; gap: 24px; }
  .mfw8nq4q { padding: 48px 0; }
  .c87k0arcj h2 { font-size: 1.6rem; }
  .y5qe7pp { grid-template-columns: 1fr 1fr; }
  .slwlj { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .k2o71t { grid-template-columns: 1fr; }
  .y5qe7pp { grid-template-columns: 1fr; }
  .in6bu06 { height: 360px; }
  .pjoyz h1 { font-size: 1.5rem; }
  .c1uk0sis2 { 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 ========== */
.c6kglh { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.oaofze {
  padding: 2px 10px; border-radius: 50px; font-size: 0.72rem;
  background: var(--jdljqs0); color: var(--zpxtw9k); font-weight: 500;
}

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

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