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

/* CSS Variables */
:root {
  --j6jkx: #E8456B;
  --j6jkx-light: #FF7E9D;
  --27i6v11: #6C3AED;
  --izepc: #1A1025;
  --x3nkj9r: #FFF5F7;
  --eylu5v: #2D1B3D;
  --eylu5v-sub: #6B5B7B;
  --qxe4cc: #FFFFFF;
  --sg5rym: #F0E4F0;
  --zsx5sykm: linear-gradient(135deg, #E8456B 0%, #6C3AED 100%);
  --zsx5sykm-h: linear-gradient(90deg, #E8456B 0%, #6C3AED 100%);
  --03c9fe: 0 4px 24px rgba(108, 58, 237, 0.10);
  --03c9fe-hover: 0 8px 32px rgba(232, 69, 107, 0.18);
  --ykdk3qxs: 12px;
  --ykdk3qxs-sm: 8px;
  --ykdk3qxs-lg: 20px;
  --uw3803e: 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(--eylu5v);
  background: var(--qxe4cc);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--j6jkx); text-decoration: none; transition: var(--uw3803e); }
a:hover { color: var(--27i6v11); }
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(--eylu5v); }

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

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

/* Search Box */
.c51ktcd {
  background: var(--x3nkj9r); padding: 12px 0;
  border-bottom: 1px solid var(--sg5rym);
  margin-top: 68px;
}
.je0863 {
  max-width: 680px; margin: 0 auto; display: flex; gap: 0;
  background: var(--qxe4cc); border-radius: 50px;
  border: 2px solid var(--sg5rym); overflow: hidden;
  transition: var(--uw3803e);
}
.je0863:focus-within { border-color: var(--j6jkx); box-shadow: 0 0 0 3px rgba(232,69,107,0.12); }
.zie7q {
  flex: 1; border: none; outline: none; padding: 12px 24px;
  font-size: 0.95rem; background: transparent; color: var(--eylu5v);
}
.zie7q::placeholder { color: var(--eylu5v-sub); }
.cmtyhumz {
  background: var(--zsx5sykm); color: var(--qxe4cc); border: none;
  padding: 12px 28px; font-size: 0.95rem; cursor: pointer;
  font-weight: 600; transition: var(--uw3803e);
}
.cmtyhumz:hover { opacity: 0.9; }

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

/* ========== Hero Banner ========== */
.c5cbzh {
  position: relative; height: 560px; overflow: hidden;
  background: var(--izepc);
}
.dgtk1 { position: relative; width: 100%; height: 100%; }
.yr492fe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 1s ease;
}
.yr492fe.active { opacity: 1; }
.yr492fe img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.55);
}
.pdlghf {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align: center; z-index: 10; width: 90%; max-width: 800px;
}
.pdlghf h1 {
  font-size: 2.8rem; color: var(--qxe4cc); margin-bottom: 16px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.pdlghf h1 span {
  background: var(--zsx5sykm-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.pdlghf p {
  font-size: 1.15rem; color: rgba(255,255,255,0.88);
  margin-bottom: 28px; line-height: 1.8;
}
.ad14gd { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.q8bvehh {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 32px; border-radius: 50px; font-weight: 600;
  font-size: 1rem; transition: var(--uw3803e); cursor: pointer;
  border: none; text-decoration: none;
}
.c1f0t4 {
  background: var(--zsx5sykm); color: var(--qxe4cc);
  box-shadow: 0 4px 16px rgba(232,69,107,0.3);
}
.c1f0t4:hover {
  transform: translateY(-2px); box-shadow: 0 6px 24px rgba(232,69,107,0.4);
  color: var(--qxe4cc);
}
.c0dcb557 {
  background: transparent; color: var(--qxe4cc);
  border: 2px solid rgba(255,255,255,0.5);
}
.c0dcb557:hover {
  border-color: var(--j6jkx); background: rgba(232,69,107,0.15);
  color: var(--qxe4cc);
}
.zobgrlm {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 10;
}
.fjfpmg1j {
  width: 12px; height: 12px; border-radius: 50%;
  background: rgba(255,255,255,0.4); cursor: pointer;
  transition: var(--uw3803e); border: none;
}
.fjfpmg1j.active { background: var(--j6jkx); width: 32px; border-radius: 6px; }

/* ========== Section Common ========== */
.ruwpjw {
  padding: 72px 0;
}
.c2eufvfe6 { background: var(--x3nkj9r); }
.qtgq9t { background: var(--izepc); color: var(--qxe4cc); }
.qtgq9t h2, .qtgq9t h3, .qtgq9t h4 { color: var(--qxe4cc); }
.gkxts3a {
  text-align: center; margin-bottom: 48px;
}
.gkxts3a h2 {
  font-size: 2rem; margin-bottom: 12px;
}
.gkxts3a h2 span {
  background: var(--zsx5sykm-h); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.gkxts3a p {
  font-size: 1.05rem; color: var(--eylu5v-sub); max-width: 640px; margin: 0 auto;
}
.qtgq9t .gkxts3a p { color: rgba(255,255,255,0.7); }
.c5ido3tv {
  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(--j6jkx);
}
.qtgq9t .c5ido3tv { background: rgba(232,69,107,0.2); }

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

/* ========== Service Cards ========== */
.mi87tc {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.az8aqq2 {
  background: var(--qxe4cc); border-radius: var(--ykdk3qxs-lg);
  padding: 36px 28px; text-align: center;
  border: 1px solid var(--sg5rym);
  transition: var(--uw3803e); position: relative; overflow: hidden;
}
.az8aqq2::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: var(--zsx5sykm-h);
  transform: scaleX(0); transition: transform 0.4s ease;
  transform-origin: left;
}
.az8aqq2:hover::before { transform: scaleX(1); }
.az8aqq2:hover {
  transform: translateY(-4px); box-shadow: var(--03c9fe-hover);
  border-color: transparent;
}
.qwazia3q {
  width: 64px; height: 64px; border-radius: 16px;
  background: var(--x3nkj9r); display: flex;
  align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 1.8rem;
}
.az8aqq2 h4 { font-size: 1.15rem; margin-bottom: 10px; }
.az8aqq2 p { font-size: 0.9rem; color: var(--eylu5v-sub); line-height: 1.7; }

/* ========== Expert Cards ========== */
.xzigfvk {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.bgyzfjn {
  background: var(--qxe4cc); border-radius: var(--ykdk3qxs-lg);
  padding: 28px 20px; text-align: center;
  box-shadow: var(--03c9fe); transition: var(--uw3803e);
}
.bgyzfjn:hover { transform: translateY(-4px); box-shadow: var(--03c9fe-hover); }
.c2ch1yc1 {
  width: 96px; height: 96px; border-radius: 50%;
  margin: 0 auto 16px; overflow: hidden;
  border: 3px solid var(--x3nkj9r);
  box-shadow: 0 4px 12px rgba(232,69,107,0.15);
}
.c2ch1yc1 img { width: 100%; height: 100%; object-fit: cover; }
.bgyzfjn h4 { font-size: 1.05rem; margin-bottom: 4px; }
.bgyzfjn .c8uhq4 {
  font-size: 0.85rem; color: var(--j6jkx); margin-bottom: 10px; font-weight: 500;
}
.bgyzfjn p { font-size: 0.85rem; color: var(--eylu5v-sub); margin-bottom: 14px; line-height: 1.6; }
.l7a41icb { display: flex; gap: 8px; justify-content: center; }
.c1jgpnc3 {
  padding: 6px 16px; font-size: 0.8rem; border-radius: 50px;
  font-weight: 500; transition: var(--uw3803e); cursor: pointer;
  border: none; text-decoration: none;
}
.c1jgpnc3.primary { background: var(--zsx5sykm); color: var(--qxe4cc); }
.c1jgpnc3.outline { background: transparent; color: var(--j6jkx); border: 1px solid var(--j6jkx); }
.c1jgpnc3:hover { transform: translateY(-1px); }

/* ========== Partners ========== */
.i7df4cgp {
  display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; align-items: center;
}
.egbsp {
  width: 160px; height: 80px; background: var(--qxe4cc);
  border-radius: var(--ykdk3qxs); display: flex;
  align-items: center; justify-content: center;
  border: 1px solid var(--sg5rym); transition: var(--uw3803e);
  font-weight: 700; font-size: 0.95rem; color: var(--eylu5v-sub);
}
.egbsp:hover {
  border-color: var(--j6jkx); box-shadow: var(--03c9fe);
  color: var(--j6jkx);
}

/* ========== Reviews ========== */
.c0iv7c {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.aphj0h2 {
  background: var(--qxe4cc); border-radius: var(--ykdk3qxs-lg);
  padding: 28px; box-shadow: var(--03c9fe);
  transition: var(--uw3803e); position: relative;
}
.aphj0h2:hover { box-shadow: var(--03c9fe-hover); }
.aphj0h2::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;
}
.c9m5lts3a { color: #FFB800; font-size: 0.9rem; margin-bottom: 12px; letter-spacing: 2px; }
.aphj0h2 p { font-size: 0.95rem; color: var(--eylu5v); line-height: 1.8; margin-bottom: 16px; }
.eai7x4a { display: flex; align-items: center; gap: 12px; }
.c3ixwx6 {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--zsx5sykm); display: flex;
  align-items: center; justify-content: center;
  color: var(--qxe4cc); font-weight: 700; font-size: 1rem;
}
.rh5rarsb .name { font-weight: 600; font-size: 0.9rem; }
.rh5rarsb .role { font-size: 0.8rem; color: var(--eylu5v-sub); }

/* ========== FAQ ========== */
.c09rr4 { max-width: 800px; margin: 0 auto; }
.f36xg6 {
  background: var(--qxe4cc); border-radius: var(--ykdk3qxs);
  margin-bottom: 12px; overflow: hidden;
  border: 1px solid var(--sg5rym);
  transition: var(--uw3803e);
}
.f36xg6:hover { border-color: rgba(232,69,107,0.3); }
.c47tmb2 {
  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(--uw3803e);
}
.c47tmb2:hover { color: var(--j6jkx); }
.c47tmb2 .arrow {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--x3nkj9r); display: flex;
  align-items: center; justify-content: center;
  font-size: 0.8rem; transition: transform 0.3s ease;
  flex-shrink: 0;
}
.f36xg6.open .c47tmb2 .arrow { transform: rotate(180deg); }
.b044f {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.oiq0pyyo {
  padding: 0 24px 18px; font-size: 0.93rem; color: var(--eylu5v-sub); line-height: 1.8;
}

/* ========== Contact ========== */
.c86esbpty {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;
}
.e7o22eac h3 { font-size: 1.3rem; margin-bottom: 20px; }
.fudpt {
  display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start;
}
.le46cfh {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--x3nkj9r); display: flex;
  align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.fudpt .label { font-size: 0.85rem; color: var(--eylu5v-sub); }
.fudpt .value { font-weight: 600; font-size: 0.95rem; }
.c9p7m4k {
  display: flex; gap: 24px; justify-content: center;
}
.iakof9i { text-align: center; }
.iakof9i img {
  width: 140px; height: 140px; border-radius: var(--ykdk3qxs);
  border: 2px solid var(--sg5rym); margin-bottom: 8px;
}
.iakof9i p { font-size: 0.85rem; color: var(--eylu5v-sub); font-weight: 500; }

/* ========== Footer ========== */
.cgcs7 {
  background: var(--izepc); color: rgba(255,255,255,0.7);
  padding: 48px 0 0;
}
.hk56i8 {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.c2qxgb56 .dhy6gmk { margin-bottom: 14px; }
.c2qxgb56 p { font-size: 0.9rem; line-height: 1.7; margin-bottom: 16px; }
.cgcs7 h5 {
  color: var(--qxe4cc); font-size: 1rem; margin-bottom: 16px; font-weight: 600;
}
.xny5f4t a {
  display: block; color: rgba(255,255,255,0.6); font-size: 0.9rem;
  padding: 4px 0; transition: var(--uw3803e);
}
.xny5f4t a:hover { color: var(--j6jkx); padding-left: 4px; }
.c3m8ziy5 { display: flex; gap: 10px; margin-top: 12px; }
.c3m8ziy5 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(--uw3803e);
}
.c3m8ziy5 a:hover { background: var(--j6jkx); color: var(--qxe4cc); }
.c1vxwi {
  padding: 20px 0; text-align: center; font-size: 0.85rem;
}
.c1vxwi a { color: rgba(255,255,255,0.5); }
.c1vxwi a:hover { color: var(--j6jkx); }

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

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

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

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

/* ========== AI Feature Section ========== */
.c0y2cfn {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.c4s1rvz {
  border-radius: var(--ykdk3qxs-lg); overflow: hidden;
  background: var(--qxe4cc); box-shadow: var(--03c9fe);
  transition: var(--uw3803e);
}
.c4s1rvz:hover { transform: translateY(-4px); box-shadow: var(--03c9fe-hover); }
.i1siut { height: 200px; overflow: hidden; }
.i1siut img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.c4s1rvz:hover .i1siut img { transform: scale(1.05); }
.cqod2 { padding: 20px; }
.cqod2 h4 { font-size: 1.05rem; margin-bottom: 8px; }
.cqod2 p { font-size: 0.9rem; color: var(--eylu5v-sub); line-height: 1.7; }

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

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

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .c70vbty { grid-template-columns: repeat(3, 1fr); }
  .xzigfvk { grid-template-columns: repeat(2, 1fr); }
  .hk56i8 { grid-template-columns: 1fr 1fr; gap: 28px; }
  .mtc3h350 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .rjq13r3 { display: none; }
  .hdoxk { display: block; }
  .rjq13r3.open {
    display: flex; flex-direction: column; position: absolute;
    top: 68px; left: 0; right: 0; background: var(--izepc);
    padding: 16px; gap: 4px; border-bottom: 1px solid rgba(232,69,107,0.15);
  }
  .c5cbzh { height: 420px; }
  .pdlghf h1 { font-size: 1.8rem; }
  .c70vbty { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .mi87tc { grid-template-columns: 1fr; }
  .c0y2cfn { grid-template-columns: 1fr; }
  .zywft { grid-template-columns: 1fr; }
  .c0iv7c { grid-template-columns: 1fr; }
  .c86esbpty { grid-template-columns: 1fr; }
  .hk56i8 { grid-template-columns: 1fr; gap: 24px; }
  .ruwpjw { padding: 48px 0; }
  .gkxts3a h2 { font-size: 1.6rem; }
  .mtc3h350 { grid-template-columns: 1fr 1fr; }
  .xzigfvk { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .c70vbty { grid-template-columns: 1fr; }
  .mtc3h350 { grid-template-columns: 1fr; }
  .c5cbzh { height: 360px; }
  .pdlghf h1 { font-size: 1.5rem; }
  .c9p7m4k { 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 ========== */
.zlkg2z8s { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.ebhlv6 {
  padding: 2px 10px; border-radius: 50px; font-size: 0.72rem;
  background: var(--x3nkj9r); color: var(--j6jkx); font-weight: 500;
}

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

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