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

/* CSS Variables */
:root {
  --3fhpvk8: #E8456B;
  --3fhpvk8-light: #FF7E9D;
  --wabaxm2l: #6C3AED;
  --xd4rmdtf: #1A1025;
  --6f1xq4: #FFF5F7;
  --vg3hx: #2D1B3D;
  --vg3hx-sub: #6B5B7B;
  --wo8fuhkt: #FFFFFF;
  --s0b7rf6: #F0E4F0;
  --9njae: linear-gradient(135deg, #E8456B 0%, #6C3AED 100%);
  --9njae-h: linear-gradient(90deg, #E8456B 0%, #6C3AED 100%);
  --wdjakzv: 0 4px 24px rgba(108, 58, 237, 0.10);
  --wdjakzv-hover: 0 8px 32px rgba(232, 69, 107, 0.18);
  --0mm0vuz: 12px;
  --0mm0vuz-sm: 8px;
  --0mm0vuz-lg: 20px;
  --7u2e50mj: 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(--vg3hx);
  background: var(--wo8fuhkt);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--3fhpvk8); text-decoration: none; transition: var(--7u2e50mj); }
a:hover { color: var(--wabaxm2l); }
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(--vg3hx); }

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

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

/* Search Box */
.b135f4rt {
  background: var(--6f1xq4); padding: 12px 0;
  border-bottom: 1px solid var(--s0b7rf6);
  margin-top: 68px;
}
.cputia {
  max-width: 680px; margin: 0 auto; display: flex; gap: 0;
  background: var(--wo8fuhkt); border-radius: 50px;
  border: 2px solid var(--s0b7rf6); overflow: hidden;
  transition: var(--7u2e50mj);
}
.cputia:focus-within { border-color: var(--3fhpvk8); box-shadow: 0 0 0 3px rgba(232,69,107,0.12); }
.wr0spvi {
  flex: 1; border: none; outline: none; padding: 12px 24px;
  font-size: 0.95rem; background: transparent; color: var(--vg3hx);
}
.wr0spvi::placeholder { color: var(--vg3hx-sub); }
.c4urvqyr7 {
  background: var(--9njae); color: var(--wo8fuhkt); border: none;
  padding: 12px 28px; font-size: 0.95rem; cursor: pointer;
  font-weight: 600; transition: var(--7u2e50mj);
}
.c4urvqyr7:hover { opacity: 0.9; }

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

/* ========== Hero Banner ========== */
.diit31ca {
  position: relative; height: 560px; overflow: hidden;
  background: var(--xd4rmdtf);
}
.hudyn9hr { position: relative; width: 100%; height: 100%; }
.es9d80e {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 1s ease;
}
.es9d80e.active { opacity: 1; }
.es9d80e img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.55);
}
.erv9lrt {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align: center; z-index: 10; width: 90%; max-width: 800px;
}
.erv9lrt h1 {
  font-size: 2.8rem; color: var(--wo8fuhkt); margin-bottom: 16px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.erv9lrt h1 span {
  background: var(--9njae-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.erv9lrt p {
  font-size: 1.15rem; color: rgba(255,255,255,0.88);
  margin-bottom: 28px; line-height: 1.8;
}
.uvbys { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.v0vbnkr {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 32px; border-radius: 50px; font-weight: 600;
  font-size: 1rem; transition: var(--7u2e50mj); cursor: pointer;
  border: none; text-decoration: none;
}
.uwgaym {
  background: var(--9njae); color: var(--wo8fuhkt);
  box-shadow: 0 4px 16px rgba(232,69,107,0.3);
}
.uwgaym:hover {
  transform: translateY(-2px); box-shadow: 0 6px 24px rgba(232,69,107,0.4);
  color: var(--wo8fuhkt);
}
.c93cph7 {
  background: transparent; color: var(--wo8fuhkt);
  border: 2px solid rgba(255,255,255,0.5);
}
.c93cph7:hover {
  border-color: var(--3fhpvk8); background: rgba(232,69,107,0.15);
  color: var(--wo8fuhkt);
}
.fd0jg0 {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 10;
}
.c8m67jhx6 {
  width: 12px; height: 12px; border-radius: 50%;
  background: rgba(255,255,255,0.4); cursor: pointer;
  transition: var(--7u2e50mj); border: none;
}
.c8m67jhx6.active { background: var(--3fhpvk8); width: 32px; border-radius: 6px; }

/* ========== Section Common ========== */
.c808h4 {
  padding: 72px 0;
}
.a5po18 { background: var(--6f1xq4); }
.rwvp3 { background: var(--xd4rmdtf); color: var(--wo8fuhkt); }
.rwvp3 h2, .rwvp3 h3, .rwvp3 h4 { color: var(--wo8fuhkt); }
.a99tt9f {
  text-align: center; margin-bottom: 48px;
}
.a99tt9f h2 {
  font-size: 2rem; margin-bottom: 12px;
}
.a99tt9f h2 span {
  background: var(--9njae-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.a99tt9f p {
  font-size: 1.05rem; color: var(--vg3hx-sub); max-width: 640px; margin: 0 auto;
}
.rwvp3 .a99tt9f p { color: rgba(255,255,255,0.7); }
.y5w2u8 {
  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(--3fhpvk8);
}
.rwvp3 .y5w2u8 { background: rgba(232,69,107,0.2); }

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

/* ========== Service Cards ========== */
.eig2e {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.di81b {
  background: var(--wo8fuhkt); border-radius: var(--0mm0vuz-lg);
  padding: 36px 28px; text-align: center;
  border: 1px solid var(--s0b7rf6);
  transition: var(--7u2e50mj); position: relative; overflow: hidden;
}
.di81b::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: var(--9njae-h);
  transform: scaleX(0); transition: transform 0.4s ease;
  transform-origin: left;
}
.di81b:hover::before { transform: scaleX(1); }
.di81b:hover {
  transform: translateY(-4px); box-shadow: var(--wdjakzv-hover);
  border-color: transparent;
}
.p6nx3h {
  width: 64px; height: 64px; border-radius: 16px;
  background: var(--6f1xq4); display: flex;
  align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 1.8rem;
}
.di81b h4 { font-size: 1.15rem; margin-bottom: 10px; }
.di81b p { font-size: 0.9rem; color: var(--vg3hx-sub); line-height: 1.7; }

/* ========== Expert Cards ========== */
.c90qli {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.c4r6z9ak {
  background: var(--wo8fuhkt); border-radius: var(--0mm0vuz-lg);
  padding: 28px 20px; text-align: center;
  box-shadow: var(--wdjakzv); transition: var(--7u2e50mj);
}
.c4r6z9ak:hover { transform: translateY(-4px); box-shadow: var(--wdjakzv-hover); }
.wmpo3be {
  width: 96px; height: 96px; border-radius: 50%;
  margin: 0 auto 16px; overflow: hidden;
  border: 3px solid var(--6f1xq4);
  box-shadow: 0 4px 12px rgba(232,69,107,0.15);
}
.wmpo3be img { width: 100%; height: 100%; object-fit: cover; }
.c4r6z9ak h4 { font-size: 1.05rem; margin-bottom: 4px; }
.c4r6z9ak .s7ku1 {
  font-size: 0.85rem; color: var(--3fhpvk8); margin-bottom: 10px; font-weight: 500;
}
.c4r6z9ak p { font-size: 0.85rem; color: var(--vg3hx-sub); margin-bottom: 14px; line-height: 1.6; }
.teabo54y { display: flex; gap: 8px; justify-content: center; }
.c87sup {
  padding: 6px 16px; font-size: 0.8rem; border-radius: 50px;
  font-weight: 500; transition: var(--7u2e50mj); cursor: pointer;
  border: none; text-decoration: none;
}
.c87sup.primary { background: var(--9njae); color: var(--wo8fuhkt); }
.c87sup.outline { background: transparent; color: var(--3fhpvk8); border: 1px solid var(--3fhpvk8); }
.c87sup:hover { transform: translateY(-1px); }

/* ========== Partners ========== */
.egde6um {
  display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; align-items: center;
}
.oeb3xdwu {
  width: 160px; height: 80px; background: var(--wo8fuhkt);
  border-radius: var(--0mm0vuz); display: flex;
  align-items: center; justify-content: center;
  border: 1px solid var(--s0b7rf6); transition: var(--7u2e50mj);
  font-weight: 700; font-size: 0.95rem; color: var(--vg3hx-sub);
}
.oeb3xdwu:hover {
  border-color: var(--3fhpvk8); box-shadow: var(--wdjakzv);
  color: var(--3fhpvk8);
}

/* ========== Reviews ========== */
.xa6f8vf {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.m037l {
  background: var(--wo8fuhkt); border-radius: var(--0mm0vuz-lg);
  padding: 28px; box-shadow: var(--wdjakzv);
  transition: var(--7u2e50mj); position: relative;
}
.m037l:hover { box-shadow: var(--wdjakzv-hover); }
.m037l::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;
}
.oxdypb0p { color: #FFB800; font-size: 0.9rem; margin-bottom: 12px; letter-spacing: 2px; }
.m037l p { font-size: 0.95rem; color: var(--vg3hx); line-height: 1.8; margin-bottom: 16px; }
.c44w1cf { display: flex; align-items: center; gap: 12px; }
.zs0mdvo {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--9njae); display: flex;
  align-items: center; justify-content: center;
  color: var(--wo8fuhkt); font-weight: 700; font-size: 1rem;
}
.wf98dge .name { font-weight: 600; font-size: 0.9rem; }
.wf98dge .role { font-size: 0.8rem; color: var(--vg3hx-sub); }

/* ========== FAQ ========== */
.ek484nj { max-width: 800px; margin: 0 auto; }
.v1h5bcm {
  background: var(--wo8fuhkt); border-radius: var(--0mm0vuz);
  margin-bottom: 12px; overflow: hidden;
  border: 1px solid var(--s0b7rf6);
  transition: var(--7u2e50mj);
}
.v1h5bcm:hover { border-color: rgba(232,69,107,0.3); }
.bxg1z {
  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(--7u2e50mj);
}
.bxg1z:hover { color: var(--3fhpvk8); }
.bxg1z .arrow {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--6f1xq4); display: flex;
  align-items: center; justify-content: center;
  font-size: 0.8rem; transition: transform 0.3s ease;
  flex-shrink: 0;
}
.v1h5bcm.open .bxg1z .arrow { transform: rotate(180deg); }
.mlkjhsd {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.k1wprae {
  padding: 0 24px 18px; font-size: 0.93rem; color: var(--vg3hx-sub); line-height: 1.8;
}

/* ========== Contact ========== */
.d2nku {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;
}
.if6gt h3 { font-size: 1.3rem; margin-bottom: 20px; }
.pvm225v {
  display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start;
}
.ifvwvznp {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--6f1xq4); display: flex;
  align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.pvm225v .label { font-size: 0.85rem; color: var(--vg3hx-sub); }
.pvm225v .value { font-weight: 600; font-size: 0.95rem; }
.fv6wm {
  display: flex; gap: 24px; justify-content: center;
}
.adh8dqmr { text-align: center; }
.adh8dqmr img {
  width: 140px; height: 140px; border-radius: var(--0mm0vuz);
  border: 2px solid var(--s0b7rf6); margin-bottom: 8px;
}
.adh8dqmr p { font-size: 0.85rem; color: var(--vg3hx-sub); font-weight: 500; }

/* ========== Footer ========== */
.g7gl63e {
  background: var(--xd4rmdtf); color: rgba(255,255,255,0.7);
  padding: 48px 0 0;
}
.ptrn7 {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.fxehz .q84zgfaq { margin-bottom: 14px; }
.fxehz p { font-size: 0.9rem; line-height: 1.7; margin-bottom: 16px; }
.g7gl63e h5 {
  color: var(--wo8fuhkt); font-size: 1rem; margin-bottom: 16px; font-weight: 600;
}
.w1dy1t a {
  display: block; color: rgba(255,255,255,0.6); font-size: 0.9rem;
  padding: 4px 0; transition: var(--7u2e50mj);
}
.w1dy1t a:hover { color: var(--3fhpvk8); padding-left: 4px; }
.c3sbne8hw { display: flex; gap: 10px; margin-top: 12px; }
.c3sbne8hw 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(--7u2e50mj);
}
.c3sbne8hw a:hover { background: var(--3fhpvk8); color: var(--wo8fuhkt); }
.wg4e0v {
  padding: 20px 0; text-align: center; font-size: 0.85rem;
}
.wg4e0v a { color: rgba(255,255,255,0.5); }
.wg4e0v a:hover { color: var(--3fhpvk8); }

/* ========== Breadcrumb ========== */
.uyz9sj {
  padding: 14px 0; font-size: 0.85rem; color: var(--vg3hx-sub);
  border-bottom: 1px solid var(--s0b7rf6);
}
.uyz9sj a { color: var(--vg3hx-sub); }
.uyz9sj a:hover { color: var(--3fhpvk8); }
.uyz9sj span { margin: 0 8px; }

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

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

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

/* ========== AI Feature Section ========== */
.go2lu {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.c76qaq {
  border-radius: var(--0mm0vuz-lg); overflow: hidden;
  background: var(--wo8fuhkt); box-shadow: var(--wdjakzv);
  transition: var(--7u2e50mj);
}
.c76qaq:hover { transform: translateY(-4px); box-shadow: var(--wdjakzv-hover); }
.lt04l2h { height: 200px; overflow: hidden; }
.lt04l2h img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.c76qaq:hover .lt04l2h img { transform: scale(1.05); }
.l1nh38 { padding: 20px; }
.l1nh38 h4 { font-size: 1.05rem; margin-bottom: 8px; }
.l1nh38 p { font-size: 0.9rem; color: var(--vg3hx-sub); line-height: 1.7; }

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

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

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .itbjxh { grid-template-columns: repeat(3, 1fr); }
  .c90qli { grid-template-columns: repeat(2, 1fr); }
  .ptrn7 { grid-template-columns: 1fr 1fr; gap: 28px; }
  .burbv { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .c2yfxz3sn { display: none; }
  .ptyt9ki { display: block; }
  .c2yfxz3sn.open {
    display: flex; flex-direction: column; position: absolute;
    top: 68px; left: 0; right: 0; background: var(--xd4rmdtf);
    padding: 16px; gap: 4px; border-bottom: 1px solid rgba(232,69,107,0.15);
  }
  .diit31ca { height: 420px; }
  .erv9lrt h1 { font-size: 1.8rem; }
  .itbjxh { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .eig2e { grid-template-columns: 1fr; }
  .go2lu { grid-template-columns: 1fr; }
  .bdmoyqdj { grid-template-columns: 1fr; }
  .xa6f8vf { grid-template-columns: 1fr; }
  .d2nku { grid-template-columns: 1fr; }
  .ptrn7 { grid-template-columns: 1fr; gap: 24px; }
  .c808h4 { padding: 48px 0; }
  .a99tt9f h2 { font-size: 1.6rem; }
  .burbv { grid-template-columns: 1fr 1fr; }
  .c90qli { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .itbjxh { grid-template-columns: 1fr; }
  .burbv { grid-template-columns: 1fr; }
  .diit31ca { height: 360px; }
  .erv9lrt h1 { font-size: 1.5rem; }
  .fv6wm { 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 ========== */
.nhp302 { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.ab20gl {
  padding: 2px 10px; border-radius: 50px; font-size: 0.72rem;
  background: var(--6f1xq4); color: var(--3fhpvk8); font-weight: 500;
}

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

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