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

/* CSS Variables */
:root {
  --a0gte0: #E8456B;
  --a0gte0-light: #FF7E9D;
  --00glr: #6C3AED;
  --us9wlr7: #1A1025;
  --6s5fizk: #FFF5F7;
  --gqs06c56: #2D1B3D;
  --gqs06c56-sub: #6B5B7B;
  --zriqdm: #FFFFFF;
  --ju1ri0pl: #F0E4F0;
  --i88nw: linear-gradient(135deg, #E8456B 0%, #6C3AED 100%);
  --i88nw-h: linear-gradient(90deg, #E8456B 0%, #6C3AED 100%);
  --wlqinyg: 0 4px 24px rgba(108, 58, 237, 0.10);
  --wlqinyg-hover: 0 8px 32px rgba(232, 69, 107, 0.18);
  --3lye8syv: 12px;
  --3lye8syv-sm: 8px;
  --3lye8syv-lg: 20px;
  --rrz1vd: 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(--gqs06c56);
  background: var(--zriqdm);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--a0gte0); text-decoration: none; transition: var(--rrz1vd); }
a:hover { color: var(--00glr); }
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(--gqs06c56); }

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

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

/* Search Box */
.j8bgvwx {
  background: var(--6s5fizk); padding: 12px 0;
  border-bottom: 1px solid var(--ju1ri0pl);
  margin-top: 68px;
}
.y4nhw {
  max-width: 680px; margin: 0 auto; display: flex; gap: 0;
  background: var(--zriqdm); border-radius: 50px;
  border: 2px solid var(--ju1ri0pl); overflow: hidden;
  transition: var(--rrz1vd);
}
.y4nhw:focus-within { border-color: var(--a0gte0); box-shadow: 0 0 0 3px rgba(232,69,107,0.12); }
.c9mj0mo6 {
  flex: 1; border: none; outline: none; padding: 12px 24px;
  font-size: 0.95rem; background: transparent; color: var(--gqs06c56);
}
.c9mj0mo6::placeholder { color: var(--gqs06c56-sub); }
.dhiwsq6 {
  background: var(--i88nw); color: var(--zriqdm); border: none;
  padding: 12px 28px; font-size: 0.95rem; cursor: pointer;
  font-weight: 600; transition: var(--rrz1vd);
}
.dhiwsq6:hover { opacity: 0.9; }

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

/* ========== Hero Banner ========== */
.c5ehjzur7 {
  position: relative; height: 560px; overflow: hidden;
  background: var(--us9wlr7);
}
.ha911v { position: relative; width: 100%; height: 100%; }
.a2c0oyw {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 1s ease;
}
.a2c0oyw.active { opacity: 1; }
.a2c0oyw img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.55);
}
.f964q {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align: center; z-index: 10; width: 90%; max-width: 800px;
}
.f964q h1 {
  font-size: 2.8rem; color: var(--zriqdm); margin-bottom: 16px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.f964q h1 span {
  background: var(--i88nw-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.f964q p {
  font-size: 1.15rem; color: rgba(255,255,255,0.88);
  margin-bottom: 28px; line-height: 1.8;
}
.fb7we2s2 { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.kax6a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 32px; border-radius: 50px; font-weight: 600;
  font-size: 1rem; transition: var(--rrz1vd); cursor: pointer;
  border: none; text-decoration: none;
}
.dib3ty {
  background: var(--i88nw); color: var(--zriqdm);
  box-shadow: 0 4px 16px rgba(232,69,107,0.3);
}
.dib3ty:hover {
  transform: translateY(-2px); box-shadow: 0 6px 24px rgba(232,69,107,0.4);
  color: var(--zriqdm);
}
.rb11gzr {
  background: transparent; color: var(--zriqdm);
  border: 2px solid rgba(255,255,255,0.5);
}
.rb11gzr:hover {
  border-color: var(--a0gte0); background: rgba(232,69,107,0.15);
  color: var(--zriqdm);
}
.c0f4vj {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 10;
}
.c0rgmre8 {
  width: 12px; height: 12px; border-radius: 50%;
  background: rgba(255,255,255,0.4); cursor: pointer;
  transition: var(--rrz1vd); border: none;
}
.c0rgmre8.active { background: var(--a0gte0); width: 32px; border-radius: 6px; }

/* ========== Section Common ========== */
.asu0i0v1 {
  padding: 72px 0;
}
.b5jo0 { background: var(--6s5fizk); }
.c5cv9xw { background: var(--us9wlr7); color: var(--zriqdm); }
.c5cv9xw h2, .c5cv9xw h3, .c5cv9xw h4 { color: var(--zriqdm); }
.c5c86rk {
  text-align: center; margin-bottom: 48px;
}
.c5c86rk h2 {
  font-size: 2rem; margin-bottom: 12px;
}
.c5c86rk h2 span {
  background: var(--i88nw-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.c5c86rk p {
  font-size: 1.05rem; color: var(--gqs06c56-sub); max-width: 640px; margin: 0 auto;
}
.c5cv9xw .c5c86rk p { color: rgba(255,255,255,0.7); }
.krd4g8 {
  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(--a0gte0);
}
.c5cv9xw .krd4g8 { background: rgba(232,69,107,0.2); }

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

/* ========== Service Cards ========== */
.c36jci1f {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.t7msmi7 {
  background: var(--zriqdm); border-radius: var(--3lye8syv-lg);
  padding: 36px 28px; text-align: center;
  border: 1px solid var(--ju1ri0pl);
  transition: var(--rrz1vd); position: relative; overflow: hidden;
}
.t7msmi7::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: var(--i88nw-h);
  transform: scaleX(0); transition: transform 0.4s ease;
  transform-origin: left;
}
.t7msmi7:hover::before { transform: scaleX(1); }
.t7msmi7:hover {
  transform: translateY(-4px); box-shadow: var(--wlqinyg-hover);
  border-color: transparent;
}
.wp8tg {
  width: 64px; height: 64px; border-radius: 16px;
  background: var(--6s5fizk); display: flex;
  align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 1.8rem;
}
.t7msmi7 h4 { font-size: 1.15rem; margin-bottom: 10px; }
.t7msmi7 p { font-size: 0.9rem; color: var(--gqs06c56-sub); line-height: 1.7; }

/* ========== Expert Cards ========== */
.gynt9 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.c796cndly {
  background: var(--zriqdm); border-radius: var(--3lye8syv-lg);
  padding: 28px 20px; text-align: center;
  box-shadow: var(--wlqinyg); transition: var(--rrz1vd);
}
.c796cndly:hover { transform: translateY(-4px); box-shadow: var(--wlqinyg-hover); }
.tjysgk {
  width: 96px; height: 96px; border-radius: 50%;
  margin: 0 auto 16px; overflow: hidden;
  border: 3px solid var(--6s5fizk);
  box-shadow: 0 4px 12px rgba(232,69,107,0.15);
}
.tjysgk img { width: 100%; height: 100%; object-fit: cover; }
.c796cndly h4 { font-size: 1.05rem; margin-bottom: 4px; }
.c796cndly .c21byg3m6 {
  font-size: 0.85rem; color: var(--a0gte0); margin-bottom: 10px; font-weight: 500;
}
.c796cndly p { font-size: 0.85rem; color: var(--gqs06c56-sub); margin-bottom: 14px; line-height: 1.6; }
.yen0w { display: flex; gap: 8px; justify-content: center; }
.xuhwwwm {
  padding: 6px 16px; font-size: 0.8rem; border-radius: 50px;
  font-weight: 500; transition: var(--rrz1vd); cursor: pointer;
  border: none; text-decoration: none;
}
.xuhwwwm.primary { background: var(--i88nw); color: var(--zriqdm); }
.xuhwwwm.outline { background: transparent; color: var(--a0gte0); border: 1px solid var(--a0gte0); }
.xuhwwwm:hover { transform: translateY(-1px); }

/* ========== Partners ========== */
.c3quxtudr {
  display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; align-items: center;
}
.hppb6hui {
  width: 160px; height: 80px; background: var(--zriqdm);
  border-radius: var(--3lye8syv); display: flex;
  align-items: center; justify-content: center;
  border: 1px solid var(--ju1ri0pl); transition: var(--rrz1vd);
  font-weight: 700; font-size: 0.95rem; color: var(--gqs06c56-sub);
}
.hppb6hui:hover {
  border-color: var(--a0gte0); box-shadow: var(--wlqinyg);
  color: var(--a0gte0);
}

/* ========== Reviews ========== */
.gqdshgu {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.joy1yvfx {
  background: var(--zriqdm); border-radius: var(--3lye8syv-lg);
  padding: 28px; box-shadow: var(--wlqinyg);
  transition: var(--rrz1vd); position: relative;
}
.joy1yvfx:hover { box-shadow: var(--wlqinyg-hover); }
.joy1yvfx::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;
}
.c4jyl5xo { color: #FFB800; font-size: 0.9rem; margin-bottom: 12px; letter-spacing: 2px; }
.joy1yvfx p { font-size: 0.95rem; color: var(--gqs06c56); line-height: 1.8; margin-bottom: 16px; }
.zw786wo { display: flex; align-items: center; gap: 12px; }
.mfvix {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--i88nw); display: flex;
  align-items: center; justify-content: center;
  color: var(--zriqdm); font-weight: 700; font-size: 1rem;
}
.l7l9dlr .name { font-weight: 600; font-size: 0.9rem; }
.l7l9dlr .role { font-size: 0.8rem; color: var(--gqs06c56-sub); }

/* ========== FAQ ========== */
.ibgh5ow { max-width: 800px; margin: 0 auto; }
.c6ku21dvl {
  background: var(--zriqdm); border-radius: var(--3lye8syv);
  margin-bottom: 12px; overflow: hidden;
  border: 1px solid var(--ju1ri0pl);
  transition: var(--rrz1vd);
}
.c6ku21dvl:hover { border-color: rgba(232,69,107,0.3); }
.sfa8z {
  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(--rrz1vd);
}
.sfa8z:hover { color: var(--a0gte0); }
.sfa8z .arrow {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--6s5fizk); display: flex;
  align-items: center; justify-content: center;
  font-size: 0.8rem; transition: transform 0.3s ease;
  flex-shrink: 0;
}
.c6ku21dvl.open .sfa8z .arrow { transform: rotate(180deg); }
.c5g53y {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.c07bre4vn {
  padding: 0 24px 18px; font-size: 0.93rem; color: var(--gqs06c56-sub); line-height: 1.8;
}

/* ========== Contact ========== */
.ppt58u {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;
}
.rwvm25 h3 { font-size: 1.3rem; margin-bottom: 20px; }
.inkft {
  display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start;
}
.kqhlk5 {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--6s5fizk); display: flex;
  align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.inkft .label { font-size: 0.85rem; color: var(--gqs06c56-sub); }
.inkft .value { font-weight: 600; font-size: 0.95rem; }
.c3n28ct {
  display: flex; gap: 24px; justify-content: center;
}
.l2zl0x { text-align: center; }
.l2zl0x img {
  width: 140px; height: 140px; border-radius: var(--3lye8syv);
  border: 2px solid var(--ju1ri0pl); margin-bottom: 8px;
}
.l2zl0x p { font-size: 0.85rem; color: var(--gqs06c56-sub); font-weight: 500; }

/* ========== Footer ========== */
.f2od2e4w {
  background: var(--us9wlr7); color: rgba(255,255,255,0.7);
  padding: 48px 0 0;
}
.qngkmo {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.bwnio .c2t0b5 { margin-bottom: 14px; }
.bwnio p { font-size: 0.9rem; line-height: 1.7; margin-bottom: 16px; }
.f2od2e4w h5 {
  color: var(--zriqdm); font-size: 1rem; margin-bottom: 16px; font-weight: 600;
}
.lovrm a {
  display: block; color: rgba(255,255,255,0.6); font-size: 0.9rem;
  padding: 4px 0; transition: var(--rrz1vd);
}
.lovrm a:hover { color: var(--a0gte0); padding-left: 4px; }
.c2ybmyx4 { display: flex; gap: 10px; margin-top: 12px; }
.c2ybmyx4 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(--rrz1vd);
}
.c2ybmyx4 a:hover { background: var(--a0gte0); color: var(--zriqdm); }
.c5z9n4t {
  padding: 20px 0; text-align: center; font-size: 0.85rem;
}
.c5z9n4t a { color: rgba(255,255,255,0.5); }
.c5z9n4t a:hover { color: var(--a0gte0); }

/* ========== Breadcrumb ========== */
.fx0z17 {
  padding: 14px 0; font-size: 0.85rem; color: var(--gqs06c56-sub);
  border-bottom: 1px solid var(--ju1ri0pl);
}
.fx0z17 a { color: var(--gqs06c56-sub); }
.fx0z17 a:hover { color: var(--a0gte0); }
.fx0z17 span { margin: 0 8px; }

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

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

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

/* ========== AI Feature Section ========== */
.c3q4fk {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.bxk85 {
  border-radius: var(--3lye8syv-lg); overflow: hidden;
  background: var(--zriqdm); box-shadow: var(--wlqinyg);
  transition: var(--rrz1vd);
}
.bxk85:hover { transform: translateY(-4px); box-shadow: var(--wlqinyg-hover); }
.yiqi6 { height: 200px; overflow: hidden; }
.yiqi6 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.bxk85:hover .yiqi6 img { transform: scale(1.05); }
.hskeh8 { padding: 20px; }
.hskeh8 h4 { font-size: 1.05rem; margin-bottom: 8px; }
.hskeh8 p { font-size: 0.9rem; color: var(--gqs06c56-sub); line-height: 1.7; }

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

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

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .j2g16x54 { grid-template-columns: repeat(3, 1fr); }
  .gynt9 { grid-template-columns: repeat(2, 1fr); }
  .qngkmo { grid-template-columns: 1fr 1fr; gap: 28px; }
  .e84vb { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .mlqzab { display: none; }
  .ve3nak { display: block; }
  .mlqzab.open {
    display: flex; flex-direction: column; position: absolute;
    top: 68px; left: 0; right: 0; background: var(--us9wlr7);
    padding: 16px; gap: 4px; border-bottom: 1px solid rgba(232,69,107,0.15);
  }
  .c5ehjzur7 { height: 420px; }
  .f964q h1 { font-size: 1.8rem; }
  .j2g16x54 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .c36jci1f { grid-template-columns: 1fr; }
  .c3q4fk { grid-template-columns: 1fr; }
  .hhsbp6 { grid-template-columns: 1fr; }
  .gqdshgu { grid-template-columns: 1fr; }
  .ppt58u { grid-template-columns: 1fr; }
  .qngkmo { grid-template-columns: 1fr; gap: 24px; }
  .asu0i0v1 { padding: 48px 0; }
  .c5c86rk h2 { font-size: 1.6rem; }
  .e84vb { grid-template-columns: 1fr 1fr; }
  .gynt9 { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .j2g16x54 { grid-template-columns: 1fr; }
  .e84vb { grid-template-columns: 1fr; }
  .c5ehjzur7 { height: 360px; }
  .f964q h1 { font-size: 1.5rem; }
  .c3n28ct { 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 ========== */
.vvyqsa { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.u6les3s {
  padding: 2px 10px; border-radius: 50px; font-size: 0.72rem;
  background: var(--6s5fizk); color: var(--a0gte0); font-weight: 500;
}

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

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