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

/* CSS Variables */
:root {
  --aofudk7j: #E8456B;
  --aofudk7j-light: #FF7E9D;
  --q6ihg4s: #6C3AED;
  --uhtvlo: #1A1025;
  --4n3xu5ww: #FFF5F7;
  --g3q62: #2D1B3D;
  --g3q62-sub: #6B5B7B;
  --9jngn3: #FFFFFF;
  --x7z69: #F0E4F0;
  --kh2na9: linear-gradient(135deg, #E8456B 0%, #6C3AED 100%);
  --kh2na9-h: linear-gradient(90deg, #E8456B 0%, #6C3AED 100%);
  --94gs8: 0 4px 24px rgba(108, 58, 237, 0.10);
  --94gs8-hover: 0 8px 32px rgba(232, 69, 107, 0.18);
  --q1x5i: 12px;
  --q1x5i-sm: 8px;
  --q1x5i-lg: 20px;
  --0jgvyfd: 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(--g3q62);
  background: var(--9jngn3);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--aofudk7j); text-decoration: none; transition: var(--0jgvyfd); }
a:hover { color: var(--q6ihg4s); }
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(--g3q62); }

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

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

/* Search Box */
.agou9yf2 {
  background: var(--4n3xu5ww); padding: 12px 0;
  border-bottom: 1px solid var(--x7z69);
  margin-top: 68px;
}
.z8ocyl11 {
  max-width: 680px; margin: 0 auto; display: flex; gap: 0;
  background: var(--9jngn3); border-radius: 50px;
  border: 2px solid var(--x7z69); overflow: hidden;
  transition: var(--0jgvyfd);
}
.z8ocyl11:focus-within { border-color: var(--aofudk7j); box-shadow: 0 0 0 3px rgba(232,69,107,0.12); }
.w78b80 {
  flex: 1; border: none; outline: none; padding: 12px 24px;
  font-size: 0.95rem; background: transparent; color: var(--g3q62);
}
.w78b80::placeholder { color: var(--g3q62-sub); }
.n3mvj {
  background: var(--kh2na9); color: var(--9jngn3); border: none;
  padding: 12px 28px; font-size: 0.95rem; cursor: pointer;
  font-weight: 600; transition: var(--0jgvyfd);
}
.n3mvj:hover { opacity: 0.9; }

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

/* ========== Hero Banner ========== */
.c4nuzdpg {
  position: relative; height: 560px; overflow: hidden;
  background: var(--uhtvlo);
}
.vyz505l { position: relative; width: 100%; height: 100%; }
.nvrqq {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 1s ease;
}
.nvrqq.active { opacity: 1; }
.nvrqq img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.55);
}
.ela64e {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align: center; z-index: 10; width: 90%; max-width: 800px;
}
.ela64e h1 {
  font-size: 2.8rem; color: var(--9jngn3); margin-bottom: 16px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.ela64e h1 span {
  background: var(--kh2na9-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.ela64e p {
  font-size: 1.15rem; color: rgba(255,255,255,0.88);
  margin-bottom: 28px; line-height: 1.8;
}
.ir9pvmk { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.c3b4n44 {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 32px; border-radius: 50px; font-weight: 600;
  font-size: 1rem; transition: var(--0jgvyfd); cursor: pointer;
  border: none; text-decoration: none;
}
.c5si6y {
  background: var(--kh2na9); color: var(--9jngn3);
  box-shadow: 0 4px 16px rgba(232,69,107,0.3);
}
.c5si6y:hover {
  transform: translateY(-2px); box-shadow: 0 6px 24px rgba(232,69,107,0.4);
  color: var(--9jngn3);
}
.h3ufgo {
  background: transparent; color: var(--9jngn3);
  border: 2px solid rgba(255,255,255,0.5);
}
.h3ufgo:hover {
  border-color: var(--aofudk7j); background: rgba(232,69,107,0.15);
  color: var(--9jngn3);
}
.c6oi1zm {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 10;
}
.c5cb2gw5l {
  width: 12px; height: 12px; border-radius: 50%;
  background: rgba(255,255,255,0.4); cursor: pointer;
  transition: var(--0jgvyfd); border: none;
}
.c5cb2gw5l.active { background: var(--aofudk7j); width: 32px; border-radius: 6px; }

/* ========== Section Common ========== */
.pq64ow {
  padding: 72px 0;
}
.nkexqup0 { background: var(--4n3xu5ww); }
.j3255t { background: var(--uhtvlo); color: var(--9jngn3); }
.j3255t h2, .j3255t h3, .j3255t h4 { color: var(--9jngn3); }
.yrsj2j9d {
  text-align: center; margin-bottom: 48px;
}
.yrsj2j9d h2 {
  font-size: 2rem; margin-bottom: 12px;
}
.yrsj2j9d h2 span {
  background: var(--kh2na9-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.yrsj2j9d p {
  font-size: 1.05rem; color: var(--g3q62-sub); max-width: 640px; margin: 0 auto;
}
.j3255t .yrsj2j9d p { color: rgba(255,255,255,0.7); }
.ta20lry {
  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(--aofudk7j);
}
.j3255t .ta20lry { background: rgba(232,69,107,0.2); }

/* ========== Video Cards ========== */
.c3tn7x15 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.pnkgj {
  background: var(--9jngn3); border-radius: var(--q1x5i);
  overflow: hidden; box-shadow: var(--94gs8);
  transition: var(--0jgvyfd); position: relative;
}
.pnkgj:hover {
  transform: translateY(-6px); box-shadow: var(--94gs8-hover);
}
.l62xegp {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.l62xegp img {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform 0.5s ease;
}
.pnkgj:hover .l62xegp img { transform: scale(1.06); }
.c1ho1qia {
  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(--0jgvyfd); z-index: 5;
}
.c1ho1qia::after {
  content: ''; width: 0; height: 0;
  border-left: 18px solid var(--9jngn3);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 4px;
}
.pnkgj:hover .c1ho1qia { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.q76tuxr {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,0.75); color: var(--9jngn3);
  padding: 2px 8px; border-radius: 4px; font-size: 0.78rem;
  font-weight: 500;
}
.yyhtpkqi { padding: 14px 16px; }
.yyhtpkqi 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;
}
.o4ccmty4 {
  display: flex; align-items: center; gap: 14px;
  font-size: 0.8rem; color: var(--g3q62-sub);
}
.o4ccmty4 span { display: flex; align-items: center; gap: 4px; }

/* ========== Service Cards ========== */
.gvidrge2 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.d6l9twx1 {
  background: var(--9jngn3); border-radius: var(--q1x5i-lg);
  padding: 36px 28px; text-align: center;
  border: 1px solid var(--x7z69);
  transition: var(--0jgvyfd); position: relative; overflow: hidden;
}
.d6l9twx1::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: var(--kh2na9-h);
  transform: scaleX(0); transition: transform 0.4s ease;
  transform-origin: left;
}
.d6l9twx1:hover::before { transform: scaleX(1); }
.d6l9twx1:hover {
  transform: translateY(-4px); box-shadow: var(--94gs8-hover);
  border-color: transparent;
}
.migacy {
  width: 64px; height: 64px; border-radius: 16px;
  background: var(--4n3xu5ww); display: flex;
  align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 1.8rem;
}
.d6l9twx1 h4 { font-size: 1.15rem; margin-bottom: 10px; }
.d6l9twx1 p { font-size: 0.9rem; color: var(--g3q62-sub); line-height: 1.7; }

/* ========== Expert Cards ========== */
.c3kmntm {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.rtwz5cts {
  background: var(--9jngn3); border-radius: var(--q1x5i-lg);
  padding: 28px 20px; text-align: center;
  box-shadow: var(--94gs8); transition: var(--0jgvyfd);
}
.rtwz5cts:hover { transform: translateY(-4px); box-shadow: var(--94gs8-hover); }
.zuaxzd {
  width: 96px; height: 96px; border-radius: 50%;
  margin: 0 auto 16px; overflow: hidden;
  border: 3px solid var(--4n3xu5ww);
  box-shadow: 0 4px 12px rgba(232,69,107,0.15);
}
.zuaxzd img { width: 100%; height: 100%; object-fit: cover; }
.rtwz5cts h4 { font-size: 1.05rem; margin-bottom: 4px; }
.rtwz5cts .rk7hvg {
  font-size: 0.85rem; color: var(--aofudk7j); margin-bottom: 10px; font-weight: 500;
}
.rtwz5cts p { font-size: 0.85rem; color: var(--g3q62-sub); margin-bottom: 14px; line-height: 1.6; }
.jwfn8a0j { display: flex; gap: 8px; justify-content: center; }
.slvs6 {
  padding: 6px 16px; font-size: 0.8rem; border-radius: 50px;
  font-weight: 500; transition: var(--0jgvyfd); cursor: pointer;
  border: none; text-decoration: none;
}
.slvs6.primary { background: var(--kh2na9); color: var(--9jngn3); }
.slvs6.outline { background: transparent; color: var(--aofudk7j); border: 1px solid var(--aofudk7j); }
.slvs6:hover { transform: translateY(-1px); }

/* ========== Partners ========== */
.fnat0v {
  display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; align-items: center;
}
.ahzxz {
  width: 160px; height: 80px; background: var(--9jngn3);
  border-radius: var(--q1x5i); display: flex;
  align-items: center; justify-content: center;
  border: 1px solid var(--x7z69); transition: var(--0jgvyfd);
  font-weight: 700; font-size: 0.95rem; color: var(--g3q62-sub);
}
.ahzxz:hover {
  border-color: var(--aofudk7j); box-shadow: var(--94gs8);
  color: var(--aofudk7j);
}

/* ========== Reviews ========== */
.c4aoaii {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.ec8dcg {
  background: var(--9jngn3); border-radius: var(--q1x5i-lg);
  padding: 28px; box-shadow: var(--94gs8);
  transition: var(--0jgvyfd); position: relative;
}
.ec8dcg:hover { box-shadow: var(--94gs8-hover); }
.ec8dcg::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;
}
.zyj03i { color: #FFB800; font-size: 0.9rem; margin-bottom: 12px; letter-spacing: 2px; }
.ec8dcg p { font-size: 0.95rem; color: var(--g3q62); line-height: 1.8; margin-bottom: 16px; }
.q424j986 { display: flex; align-items: center; gap: 12px; }
.itl1kwp8 {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--kh2na9); display: flex;
  align-items: center; justify-content: center;
  color: var(--9jngn3); font-weight: 700; font-size: 1rem;
}
.c9ntw0qj .name { font-weight: 600; font-size: 0.9rem; }
.c9ntw0qj .role { font-size: 0.8rem; color: var(--g3q62-sub); }

/* ========== FAQ ========== */
.uol516 { max-width: 800px; margin: 0 auto; }
.wpsmnwd {
  background: var(--9jngn3); border-radius: var(--q1x5i);
  margin-bottom: 12px; overflow: hidden;
  border: 1px solid var(--x7z69);
  transition: var(--0jgvyfd);
}
.wpsmnwd:hover { border-color: rgba(232,69,107,0.3); }
.mpok0g0i {
  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(--0jgvyfd);
}
.mpok0g0i:hover { color: var(--aofudk7j); }
.mpok0g0i .arrow {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--4n3xu5ww); display: flex;
  align-items: center; justify-content: center;
  font-size: 0.8rem; transition: transform 0.3s ease;
  flex-shrink: 0;
}
.wpsmnwd.open .mpok0g0i .arrow { transform: rotate(180deg); }
.c0z0eol3 {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.g67mttq {
  padding: 0 24px 18px; font-size: 0.93rem; color: var(--g3q62-sub); line-height: 1.8;
}

/* ========== Contact ========== */
.kjfxe8 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;
}
.c5ak2x h3 { font-size: 1.3rem; margin-bottom: 20px; }
.code8ap {
  display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start;
}
.c5ozt6 {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--4n3xu5ww); display: flex;
  align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.code8ap .label { font-size: 0.85rem; color: var(--g3q62-sub); }
.code8ap .value { font-weight: 600; font-size: 0.95rem; }
.p8in9jv {
  display: flex; gap: 24px; justify-content: center;
}
.bal7f8 { text-align: center; }
.bal7f8 img {
  width: 140px; height: 140px; border-radius: var(--q1x5i);
  border: 2px solid var(--x7z69); margin-bottom: 8px;
}
.bal7f8 p { font-size: 0.85rem; color: var(--g3q62-sub); font-weight: 500; }

/* ========== Footer ========== */
.ztt64 {
  background: var(--uhtvlo); color: rgba(255,255,255,0.7);
  padding: 48px 0 0;
}
.l2yax {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.xp2ja8 .c7rs83 { margin-bottom: 14px; }
.xp2ja8 p { font-size: 0.9rem; line-height: 1.7; margin-bottom: 16px; }
.ztt64 h5 {
  color: var(--9jngn3); font-size: 1rem; margin-bottom: 16px; font-weight: 600;
}
.c5b4ug a {
  display: block; color: rgba(255,255,255,0.6); font-size: 0.9rem;
  padding: 4px 0; transition: var(--0jgvyfd);
}
.c5b4ug a:hover { color: var(--aofudk7j); padding-left: 4px; }
.lody4t { display: flex; gap: 10px; margin-top: 12px; }
.lody4t 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(--0jgvyfd);
}
.lody4t a:hover { background: var(--aofudk7j); color: var(--9jngn3); }
.c1aeyxd3 {
  padding: 20px 0; text-align: center; font-size: 0.85rem;
}
.c1aeyxd3 a { color: rgba(255,255,255,0.5); }
.c1aeyxd3 a:hover { color: var(--aofudk7j); }

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

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

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

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

/* ========== AI Feature Section ========== */
.c342e9 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.jdq4n {
  border-radius: var(--q1x5i-lg); overflow: hidden;
  background: var(--9jngn3); box-shadow: var(--94gs8);
  transition: var(--0jgvyfd);
}
.jdq4n:hover { transform: translateY(-4px); box-shadow: var(--94gs8-hover); }
.j60kc { height: 200px; overflow: hidden; }
.j60kc img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.jdq4n:hover .j60kc img { transform: scale(1.05); }
.ldp8lb { padding: 20px; }
.ldp8lb h4 { font-size: 1.05rem; margin-bottom: 8px; }
.ldp8lb p { font-size: 0.9rem; color: var(--g3q62-sub); line-height: 1.7; }

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

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

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .c3tn7x15 { grid-template-columns: repeat(3, 1fr); }
  .c3kmntm { grid-template-columns: repeat(2, 1fr); }
  .l2yax { grid-template-columns: 1fr 1fr; gap: 28px; }
  .k60xs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .ztick { display: none; }
  .bj25etym { display: block; }
  .ztick.open {
    display: flex; flex-direction: column; position: absolute;
    top: 68px; left: 0; right: 0; background: var(--uhtvlo);
    padding: 16px; gap: 4px; border-bottom: 1px solid rgba(232,69,107,0.15);
  }
  .c4nuzdpg { height: 420px; }
  .ela64e h1 { font-size: 1.8rem; }
  .c3tn7x15 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .gvidrge2 { grid-template-columns: 1fr; }
  .c342e9 { grid-template-columns: 1fr; }
  .c8gp7xr { grid-template-columns: 1fr; }
  .c4aoaii { grid-template-columns: 1fr; }
  .kjfxe8 { grid-template-columns: 1fr; }
  .l2yax { grid-template-columns: 1fr; gap: 24px; }
  .pq64ow { padding: 48px 0; }
  .yrsj2j9d h2 { font-size: 1.6rem; }
  .k60xs { grid-template-columns: 1fr 1fr; }
  .c3kmntm { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .c3tn7x15 { grid-template-columns: 1fr; }
  .k60xs { grid-template-columns: 1fr; }
  .c4nuzdpg { height: 360px; }
  .ela64e h1 { font-size: 1.5rem; }
  .p8in9jv { 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 ========== */
.c8iz3p { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.tpdv7g {
  padding: 2px 10px; border-radius: 50px; font-size: 0.72rem;
  background: var(--4n3xu5ww); color: var(--aofudk7j); font-weight: 500;
}

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

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