/* ============================================
   校花影视传媒 - 原创样式表
   品牌：校花 | 域名：817561.cn
   ============================================ */

/* === CSS Variables === */
:root {
  --rphwhrvd: #E8436F;
  --rphwhrvd-dark: #C73460;
  --rj7a859o: #FF7E5F;
  --x2somzji: #6C5CE7;
  --lbj187t1: #1A1A2E;
  --lbj187t1-light: #232342;
  --azla09: #FFF5F7;
  --rralzu: #2D3436;
  --rralzu-light: #636E72;
  --vhs26xb: #FFFFFF;
  --yq9gx: #F0E6E8;
  --pvelas3: 0 4px 20px rgba(232,67,111,0.10);
  --pvelas3-lg: 0 8px 40px rgba(26,26,46,0.12);
  --nu6l94u7: 12px;
  --nu6l94u7-sm: 8px;
  --qpohf: all 0.3s ease;
  --jcw5rcc: linear-gradient(135deg, #E8436F 0%, #FF7E5F 100%);
  --jcw5rcc-dark: linear-gradient(135deg, #1A1A2E 0%, #232342 100%);
}

/* === 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(--rralzu);
  background: var(--vhs26xb);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--rphwhrvd); text-decoration: none; transition: var(--qpohf); }
a:hover { color: var(--rphwhrvd-dark); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

/* === Container === */
.b5sitpg4 { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.kvazeki { padding: 70px 0; }
.kttiu5 { background: var(--azla09); }
.hz3oq1 { background: var(--lbj187t1); color: var(--vhs26xb); }

/* === Section Headers === */
.w2038l4 { text-align: center; margin-bottom: 50px; }
.w2038l4 h2 { font-size: 2rem; font-weight: 700; margin-bottom: 12px; color: var(--lbj187t1); }
.hz3oq1 .w2038l4 h2 { color: var(--vhs26xb); }
.w2038l4 p { font-size: 1.05rem; color: var(--rralzu-light); max-width: 600px; margin: 0 auto; }
.hz3oq1 .w2038l4 p { color: rgba(255,255,255,0.7); }
.jgu7l { display: inline-block; background: var(--jcw5rcc); color: #fff; padding: 4px 16px; border-radius: 20px; font-size: 0.85rem; margin-bottom: 12px; }

/* === Header / Navigation === */
.q7vqtp4k {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--yq9gx);
  transition: var(--qpohf);
}
.g8vt3 {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; max-width: 1200px; margin: 0 auto; padding: 0 20px;
}
.y5ikgp { display: flex; align-items: center; gap: 10px; }
.y5ikgp img { height: 42px; width: auto; }
.q7t3do9n { font-size: 1.4rem; font-weight: 700; color: var(--rphwhrvd); }
.ztj5z { display: flex; align-items: center; gap: 6px; }
.ztj5z a {
  padding: 8px 16px; border-radius: var(--nu6l94u7-sm);
  font-size: 0.95rem; color: var(--rralzu); font-weight: 500;
  transition: var(--qpohf);
}
.ztj5z a:hover, .ztj5z a.active { color: var(--rphwhrvd); background: rgba(232,67,111,0.06); }
.vwr5mm { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.vwr5mm span { display: block; width: 24px; height: 2px; background: var(--rralzu); margin: 5px 0; transition: var(--qpohf); }

/* === Search Bar === */
.meqmavn {
  background: var(--azla09); border-bottom: 1px solid var(--yq9gx); padding: 12px 0;
}
.nig52vpt { max-width: 680px; margin: 0 auto; padding: 0 20px; position: relative; }
.m8r3ddv0 {
  width: 100%; padding: 12px 48px 12px 20px;
  border: 2px solid var(--yq9gx); border-radius: 30px;
  font-size: 0.95rem; background: var(--vhs26xb);
  transition: var(--qpohf); outline: none;
}
.m8r3ddv0:focus { border-color: var(--rphwhrvd); box-shadow: 0 0 0 3px rgba(232,67,111,0.1); }
.m4xw5 {
  position: absolute; right: 28px; top: 50%; transform: translateY(-50%);
  background: var(--jcw5rcc); border: none; color: #fff;
  width: 36px; height: 36px; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: var(--qpohf);
}
.m4xw5:hover { transform: translateY(-50%) scale(1.05); }

/* === Hero Banner === */
.zram8kc {
  position: relative; height: 520px; overflow: hidden;
  background: var(--lbj187t1);
}
.qxb1b {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0.6; transition: transform 0.5s ease;
}
.zram8kc:hover .qxb1b { transform: scale(1.03); }
.yp9mq75y {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,26,46,0.3) 0%, rgba(26,26,46,0.8) 100%);
}
.qit0u {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; color: #fff; padding: 0 20px;
}
.qit0u h1 { font-size: 2.8rem; font-weight: 800; margin-bottom: 16px; text-shadow: 0 2px 10px rgba(0,0,0,0.3); }
.qit0u h1 span { color: var(--rj7a859o); }
.qit0u p { font-size: 1.15rem; opacity: 0.9; max-width: 600px; margin-bottom: 30px; }
.g32sp1o {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: 30px; font-size: 1rem; font-weight: 600;
  transition: var(--qpohf); cursor: pointer; border: none;
}
.a2gvpb { background: var(--jcw5rcc); color: #fff; }
.a2gvpb:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(232,67,111,0.35); color: #fff; }
.nk5vr { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); }
.nk5vr:hover { background: rgba(255,255,255,0.1); border-color: #fff; color: #fff; }
.ip10l { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* === Breadcrumb === */
.ceslhgv { padding: 14px 0; background: var(--azla09); border-bottom: 1px solid var(--yq9gx); }
.iv3ww9g5 { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: var(--rralzu-light); }
.iv3ww9g5 a { color: var(--rralzu-light); }
.iv3ww9g5 a:hover { color: var(--rphwhrvd); }
.iv3ww9g5 span { color: var(--rralzu); font-weight: 500; }

/* === Video Cards Grid === */
.oq0cr {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.b2j1rxn {
  border-radius: var(--nu6l94u7); overflow: hidden;
  background: var(--vhs26xb); box-shadow: var(--pvelas3);
  transition: var(--qpohf); cursor: pointer;
}
.b2j1rxn:hover { transform: translateY(-6px); box-shadow: var(--pvelas3-lg); }
.iy1s5z {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.iy1s5z img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.b2j1rxn:hover .iy1s5z img { transform: scale(1.08); }
.yzpzb {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(26,26,46,0.4); opacity: 0; transition: var(--qpohf);
}
.b2j1rxn:hover .yzpzb { opacity: 1; }
.ixxwm {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--jcw5rcc); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(232,67,111,0.4);
}
.ixxwm::after {
  content: ''; width: 0; height: 0;
  border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent;
  margin-left: 4px;
}
.ttx86c {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,0.75); color: #fff; padding: 2px 8px;
  border-radius: 4px; font-size: 0.8rem;
}
.ihcp5z { padding: 16px; }
.ihcp5z h3 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vjau00e0 { display: flex; align-items: center; gap: 16px; font-size: 0.82rem; color: var(--rralzu-light); }
.vjau00e0 span { display: flex; align-items: center; gap: 4px; }
.w3yx4 { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.w3yx4 span {
  padding: 2px 10px; border-radius: 12px; font-size: 0.75rem;
  background: rgba(232,67,111,0.08); color: var(--rphwhrvd);
}

/* === Service Cards === */
.lpmejx { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.p9n5any {
  padding: 36px 28px; border-radius: var(--nu6l94u7);
  background: var(--vhs26xb); box-shadow: var(--pvelas3);
  transition: var(--qpohf); text-align: center;
  border: 1px solid var(--yq9gx);
}
.p9n5any:hover { transform: translateY(-4px); box-shadow: var(--pvelas3-lg); border-color: var(--rphwhrvd); }
.bcrng3u {
  width: 64px; height: 64px; border-radius: 16px; margin: 0 auto 20px;
  background: var(--jcw5rcc); display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: #fff;
}
.p9n5any h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 10px; }
.p9n5any p { font-size: 0.92rem; color: var(--rralzu-light); line-height: 1.6; }

/* === Expert Cards === */
.xtt90lt { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.kz699a {
  border-radius: var(--nu6l94u7); overflow: hidden;
  background: var(--vhs26xb); box-shadow: var(--pvelas3);
  transition: var(--qpohf); text-align: center;
}
.kz699a:hover { transform: translateY(-4px); box-shadow: var(--pvelas3-lg); }
.loymvn1 {
  width: 100px; height: 100px; border-radius: 50%; margin: 28px auto 16px;
  overflow: hidden; border: 3px solid var(--rphwhrvd);
}
.loymvn1 img { width: 100%; height: 100%; object-fit: cover; }
.y40dpec { padding: 0 20px 24px; }
.y40dpec h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 4px; }
.y40dpec .avidmwe { font-size: 0.85rem; color: var(--rphwhrvd); margin-bottom: 8px; }
.y40dpec p { font-size: 0.85rem; color: var(--rralzu-light); line-height: 1.5; }
.sr380a { display: flex; gap: 8px; justify-content: center; margin-top: 14px; }
.hfeuwt { padding: 6px 16px; font-size: 0.82rem; border-radius: 20px; }

/* === Partner Logos === */
.sg0n38 {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; align-items: center;
}
.h3yv0x {
  padding: 16px 28px; border-radius: var(--nu6l94u7-sm);
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  font-size: 1.1rem; font-weight: 600; color: rgba(255,255,255,0.7);
  transition: var(--qpohf);
}
.h3yv0x:hover { background: rgba(255,255,255,0.12); color: #fff; }

/* === Reviews === */
.jtvnm { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.woqr5uq {
  padding: 28px; border-radius: var(--nu6l94u7);
  background: var(--vhs26xb); box-shadow: var(--pvelas3);
  border: 1px solid var(--yq9gx);
}
.hiartoc { color: #FFB800; font-size: 1rem; margin-bottom: 12px; }
.ntt5d { font-size: 0.95rem; color: var(--rralzu); line-height: 1.7; margin-bottom: 16px; }
.jdqnnzx { display: flex; align-items: center; gap: 12px; }
.iymlq8j1 {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--jcw5rcc); display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 600; font-size: 0.9rem;
}
.f5zz7zv .pqoil { font-weight: 600; font-size: 0.9rem; }
.f5zz7zv .xd8dstp { font-size: 0.8rem; color: var(--rralzu-light); }

/* === FAQ === */
.np2m8 { max-width: 800px; margin: 0 auto; }
.ltq1dlv {
  border: 1px solid var(--yq9gx); border-radius: var(--nu6l94u7-sm);
  margin-bottom: 12px; overflow: hidden; background: var(--vhs26xb);
}
.bko89up {
  padding: 18px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  font-weight: 600; font-size: 0.98rem; transition: var(--qpohf);
}
.bko89up:hover { color: var(--rphwhrvd); }
.g4xcj49 { transition: transform 0.3s ease; font-size: 1.2rem; color: var(--rralzu-light); }
.ltq1dlv.active .g4xcj49 { transform: rotate(180deg); }
.x2bkh {
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
  padding: 0 24px; font-size: 0.92rem; color: var(--rralzu-light); line-height: 1.7;
}
.ltq1dlv.active .x2bkh { max-height: 300px; padding: 0 24px 18px; }

/* === Contact Section === */
.da1uzxa { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bx1of7f3 {
  padding: 32px 24px; border-radius: var(--nu6l94u7);
  background: var(--vhs26xb); box-shadow: var(--pvelas3);
  text-align: center; border: 1px solid var(--yq9gx);
}
.zdnjxme2 {
  width: 52px; height: 52px; border-radius: 50%; margin: 0 auto 16px;
  background: rgba(232,67,111,0.08); display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: var(--rphwhrvd);
}
.bx1of7f3 h3 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; }
.bx1of7f3 p { font-size: 0.9rem; color: var(--rralzu-light); }

/* === Footer === */
.hcso5q { background: var(--lbj187t1); color: rgba(255,255,255,0.7); padding: 50px 0 0; }
.um1yeo { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.v3fobb p { font-size: 0.9rem; line-height: 1.7; margin-top: 16px; }
.hcso5q h4 { color: #fff; font-size: 1rem; font-weight: 600; margin-bottom: 16px; }
.pexte3 a { display: block; color: rgba(255,255,255,0.6); font-size: 0.9rem; padding: 4px 0; transition: var(--qpohf); }
.pexte3 a:hover { color: var(--rj7a859o); }
.ry3v6qzd { display: flex; gap: 20px; }
.nij6m { text-align: center; }
.nij6m img { width: 100px; height: 100px; border-radius: 8px; margin-bottom: 6px; }
.nij6m span { font-size: 0.78rem; color: rgba(255,255,255,0.5); }
.jdv9r {
  border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.85rem;
}
.m0m0ox9 { display: flex; gap: 12px; }
.m0m0ox9 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.6); transition: var(--qpohf); font-size: 0.85rem;
}
.m0m0ox9 a:hover { background: var(--rphwhrvd); color: #fff; }

/* === Share Buttons === */
.hbvju2l7 { display: flex; gap: 10px; justify-content: center; padding: 20px 0; }
.zetll0vu {
  padding: 8px 18px; border-radius: 20px; font-size: 0.85rem;
  color: #fff; border: none; cursor: pointer; transition: var(--qpohf);
}
.zetll0vu:hover { transform: translateY(-2px); }
.uq8tuz { background: #07C160; }
.i1ypyl { background: #E6162D; }
.ivrs9yu { background: #161823; }
.fu3xoq5 { background: #00A1D6; }

/* === How-To Guide === */
.xufch { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.konv19yn {
  text-align: center; padding: 28px 20px; border-radius: var(--nu6l94u7);
  background: var(--vhs26xb); box-shadow: var(--pvelas3);
  position: relative; counter-increment: step;
}
.konv19yn::before {
  content: counter(step); display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%; background: var(--jcw5rcc);
  color: #fff; font-weight: 700; font-size: 1.1rem; margin: 0 auto 16px;
}
.konv19yn h3 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; }
.konv19yn p { font-size: 0.88rem; color: var(--rralzu-light); }

/* === AI Feature Cards === */
.kuwpgx2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fxzo2d {
  padding: 32px 24px; border-radius: var(--nu6l94u7);
  background: var(--lbj187t1-light); border: 1px solid rgba(255,255,255,0.08);
  transition: var(--qpohf);
}
.fxzo2d:hover { border-color: var(--x2somzji); transform: translateY(-4px); }
.fxzo2d h3 { color: #fff; font-size: 1.1rem; margin-bottom: 10px; }
.fxzo2d p { color: rgba(255,255,255,0.6); font-size: 0.92rem; line-height: 1.6; }
.mgeh2ci {
  display: inline-block; background: var(--x2somzji); color: #fff;
  padding: 3px 12px; border-radius: 12px; font-size: 0.75rem; margin-bottom: 12px;
}

/* === Community Features === */
.m0mjmxn { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.cbdkuy {
  display: flex; gap: 20px; padding: 24px; border-radius: var(--nu6l94u7);
  background: var(--vhs26xb); box-shadow: var(--pvelas3);
  border: 1px solid var(--yq9gx); transition: var(--qpohf);
}
.cbdkuy:hover { border-color: var(--rphwhrvd); }
.ep5zu {
  flex-shrink: 0; width: 52px; height: 52px; border-radius: 12px;
  background: rgba(232,67,111,0.08); display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.cbdkuy h3 { font-size: 1rem; font-weight: 600; margin-bottom: 6px; }
.cbdkuy p { font-size: 0.88rem; color: var(--rralzu-light); }

/* === Page Content (Inner Pages) === */
.ncgzk1lt {
  padding: 60px 0; background: var(--jcw5rcc); color: #fff; text-align: center;
}
.ncgzk1lt h1 { font-size: 2.2rem; font-weight: 700; margin-bottom: 10px; }
.ncgzk1lt p { font-size: 1.05rem; opacity: 0.9; }
.bkj2v { padding: 50px 0; }
.bkj2v h2 { font-size: 1.6rem; font-weight: 700; margin-bottom: 20px; color: var(--lbj187t1); }
.bkj2v h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 14px; color: var(--lbj187t1); }
.bkj2v p { margin-bottom: 16px; line-height: 1.8; color: var(--rralzu); }

/* === Responsive === */
@media (max-width: 1024px) {
  .oq0cr { grid-template-columns: repeat(2, 1fr); }
  .xtt90lt { grid-template-columns: repeat(2, 1fr); }
  .um1yeo { grid-template-columns: repeat(2, 1fr); }
  .xufch { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .ztj5z { display: none; position: fixed; top: 68px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 20px; box-shadow: var(--pvelas3-lg); gap: 4px; }
  .ztj5z.active { display: flex; }
  .vwr5mm { display: block; }
  .zram8kc { height: 420px; }
  .qit0u h1 { font-size: 1.8rem; }
  .oq0cr { grid-template-columns: 1fr; }
  .lpmejx { grid-template-columns: 1fr; }
  .kuwpgx2 { grid-template-columns: 1fr; }
  .m0mjmxn { grid-template-columns: 1fr; }
  .xtt90lt { grid-template-columns: repeat(2, 1fr); }
  .jtvnm { grid-template-columns: 1fr; }
  .da1uzxa { grid-template-columns: 1fr; }
  .um1yeo { grid-template-columns: 1fr; }
  .xufch { grid-template-columns: 1fr; }
  .kvazeki { padding: 50px 0; }
  .w2038l4 h2 { font-size: 1.6rem; }
  .jdv9r { flex-direction: column; gap: 12px; text-align: center; }
}
@media (max-width: 480px) {
  .zram8kc { height: 360px; }
  .qit0u h1 { font-size: 1.5rem; }
  .ip10l { flex-direction: column; align-items: center; }
  .xtt90lt { grid-template-columns: 1fr; }
}

/* === Hero Update Notice === */
.t0mxelnk {
  margin-top: 20px; padding: 8px 20px; border-radius: 20px;
  background: rgba(255,255,255,0.12); backdrop-filter: blur(4px);
}
.t0mxelnk h6 {
  font-size: 0.82rem; font-weight: 400; color: rgba(255,255,255,0.8);
  margin: 0;
}

/* === Today Picks Section === */
.wu6jya3 { background: var(--vhs26xb); }
.e6nxam { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.vl0k3m {
  position: relative; padding: 28px 24px; border-radius: var(--nu6l94u7);
  background: var(--vhs26xb); box-shadow: var(--pvelas3);
  border: 1px solid var(--yq9gx); transition: var(--qpohf);
  border-left: 4px solid var(--rphwhrvd);
}
.vl0k3m:hover { transform: translateY(-3px); box-shadow: var(--pvelas3-lg); }
.nangdgnk {
  position: absolute; top: 12px; right: 12px;
  padding: 2px 10px; border-radius: 10px; font-size: 0.72rem; font-weight: 600;
  background: var(--jcw5rcc); color: #fff;
}
.vl0k3m h4 { font-size: 1.05rem; font-weight: 600; margin-bottom: 8px; color: var(--lbj187t1); }
.vl0k3m p { font-size: 0.9rem; color: var(--rralzu-light); line-height: 1.6; margin-bottom: 10px; }
.ejkjjq { font-size: 0.78rem; color: var(--rralzu-light); }

/* === Entertainment Section === */
.o738ot5s { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.xku5q {
  padding: 28px 20px; border-radius: var(--nu6l94u7);
  background: var(--vhs26xb); box-shadow: var(--pvelas3);
  border: 1px solid var(--yq9gx); text-align: center;
  transition: var(--qpohf);
}
.xku5q:hover { transform: translateY(-4px); box-shadow: var(--pvelas3-lg); border-color: var(--rphwhrvd); }
.c354df {
  width: 56px; height: 56px; border-radius: 14px; margin: 0 auto 16px;
  background: rgba(232,67,111,0.08); display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
}
.xku5q h4 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; color: var(--lbj187t1); }
.xku5q p { font-size: 0.88rem; color: var(--rralzu-light); line-height: 1.6; }

/* === H5 & H6 Styles === */
.w2038l4 h5 {
  font-size: 0.92rem; font-weight: 400; color: var(--rralzu-light);
  margin-top: 8px;
}
.hz3oq1 .w2038l4 h5 { color: rgba(255,255,255,0.6); }

/* === Print Media Query === */
@media print {
  .q7vqtp4k, .meqmavn, .vwr5mm, .hbvju2l7, .m0m0ox9 { display: none; }
  .zram8kc { height: auto; background: #fff; color: #000; }
  .yp9mq75y, .qxb1b { display: none; }
  .qit0u { color: #000; }
  .qit0u h1 span { color: var(--rphwhrvd); }
  body { font-size: 12pt; color: #000; }
  .hz3oq1 { background: #fff; color: #000; }
  .hz3oq1 h2, .hz3oq1 h3, .hz3oq1 p { color: #000; }
}

/* === Responsive additions === */
@media (max-width: 1024px) {
  .o738ot5s { grid-template-columns: repeat(2, 1fr); }
  .e6nxam { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .o738ot5s { grid-template-columns: 1fr; }
  .e6nxam { grid-template-columns: 1fr; }
}
