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

/* === CSS Variables === */
:root {
  --l32qor: #E8436F;
  --l32qor-dark: #C73460;
  --uyw3pq: #FF7E5F;
  --e50mtn: #6C5CE7;
  --s5b30: #1A1A2E;
  --s5b30-light: #232342;
  --rgvh9gua: #FFF5F7;
  --i10ee: #2D3436;
  --i10ee-light: #636E72;
  --oqq9jp: #FFFFFF;
  --fnh026bs: #F0E6E8;
  --cbqvenvu: 0 4px 20px rgba(232,67,111,0.10);
  --cbqvenvu-lg: 0 8px 40px rgba(26,26,46,0.12);
  --lkegeldq: 12px;
  --lkegeldq-sm: 8px;
  --tqt8t: all 0.3s ease;
  --ogjv2p: linear-gradient(135deg, #E8436F 0%, #FF7E5F 100%);
  --ogjv2p-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(--i10ee);
  background: var(--oqq9jp);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--l32qor); text-decoration: none; transition: var(--tqt8t); }
a:hover { color: var(--l32qor-dark); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

/* === Container === */
.yhnsv5d { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.mtxnxjm { padding: 70px 0; }
.m9gz2nq6 { background: var(--rgvh9gua); }
.loi57b { background: var(--s5b30); color: var(--oqq9jp); }

/* === Section Headers === */
.d8oh4 { text-align: center; margin-bottom: 50px; }
.d8oh4 h2 { font-size: 2rem; font-weight: 700; margin-bottom: 12px; color: var(--s5b30); }
.loi57b .d8oh4 h2 { color: var(--oqq9jp); }
.d8oh4 p { font-size: 1.05rem; color: var(--i10ee-light); max-width: 600px; margin: 0 auto; }
.loi57b .d8oh4 p { color: rgba(255,255,255,0.7); }
.u4a9u5hf { display: inline-block; background: var(--ogjv2p); color: #fff; padding: 4px 16px; border-radius: 20px; font-size: 0.85rem; margin-bottom: 12px; }

/* === Header / Navigation === */
.lshf2 {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--fnh026bs);
  transition: var(--tqt8t);
}
.ccp4c0ay {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; max-width: 1200px; margin: 0 auto; padding: 0 20px;
}
.pv61ftya { display: flex; align-items: center; gap: 10px; }
.pv61ftya img { height: 42px; width: auto; }
.yib77r { font-size: 1.4rem; font-weight: 700; color: var(--l32qor); }
.qkn9lw { display: flex; align-items: center; gap: 6px; }
.qkn9lw a {
  padding: 8px 16px; border-radius: var(--lkegeldq-sm);
  font-size: 0.95rem; color: var(--i10ee); font-weight: 500;
  transition: var(--tqt8t);
}
.qkn9lw a:hover, .qkn9lw a.active { color: var(--l32qor); background: rgba(232,67,111,0.06); }
.xks5j0u { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.xks5j0u span { display: block; width: 24px; height: 2px; background: var(--i10ee); margin: 5px 0; transition: var(--tqt8t); }

/* === Search Bar === */
.utn962 {
  background: var(--rgvh9gua); border-bottom: 1px solid var(--fnh026bs); padding: 12px 0;
}
.supb5kvd { max-width: 680px; margin: 0 auto; padding: 0 20px; position: relative; }
.xfdj547a {
  width: 100%; padding: 12px 48px 12px 20px;
  border: 2px solid var(--fnh026bs); border-radius: 30px;
  font-size: 0.95rem; background: var(--oqq9jp);
  transition: var(--tqt8t); outline: none;
}
.xfdj547a:focus { border-color: var(--l32qor); box-shadow: 0 0 0 3px rgba(232,67,111,0.1); }
.d0na1w {
  position: absolute; right: 28px; top: 50%; transform: translateY(-50%);
  background: var(--ogjv2p); border: none; color: #fff;
  width: 36px; height: 36px; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: var(--tqt8t);
}
.d0na1w:hover { transform: translateY(-50%) scale(1.05); }

/* === Hero Banner === */
.vvxpuxw9 {
  position: relative; height: 520px; overflow: hidden;
  background: var(--s5b30);
}
.jehfhrc {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0.6; transition: transform 0.5s ease;
}
.vvxpuxw9:hover .jehfhrc { transform: scale(1.03); }
.ruc9mjhh {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,26,46,0.3) 0%, rgba(26,26,46,0.8) 100%);
}
.er7s7 {
  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;
}
.er7s7 h1 { font-size: 2.8rem; font-weight: 800; margin-bottom: 16px; text-shadow: 0 2px 10px rgba(0,0,0,0.3); }
.er7s7 h1 span { color: var(--uyw3pq); }
.er7s7 p { font-size: 1.15rem; opacity: 0.9; max-width: 600px; margin-bottom: 30px; }
.rosw6 {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: 30px; font-size: 1rem; font-weight: 600;
  transition: var(--tqt8t); cursor: pointer; border: none;
}
.s8hs3xe8 { background: var(--ogjv2p); color: #fff; }
.s8hs3xe8:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(232,67,111,0.35); color: #fff; }
.qsm34f { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); }
.qsm34f:hover { background: rgba(255,255,255,0.1); border-color: #fff; color: #fff; }
.vgrwpqq0 { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* === Breadcrumb === */
.rsd6iyh { padding: 14px 0; background: var(--rgvh9gua); border-bottom: 1px solid var(--fnh026bs); }
.jv3g1cu { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: var(--i10ee-light); }
.jv3g1cu a { color: var(--i10ee-light); }
.jv3g1cu a:hover { color: var(--l32qor); }
.jv3g1cu span { color: var(--i10ee); font-weight: 500; }

/* === Video Cards Grid === */
.nwdzxqb {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.sneforpw {
  border-radius: var(--lkegeldq); overflow: hidden;
  background: var(--oqq9jp); box-shadow: var(--cbqvenvu);
  transition: var(--tqt8t); cursor: pointer;
}
.sneforpw:hover { transform: translateY(-6px); box-shadow: var(--cbqvenvu-lg); }
.fmif3zk {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.fmif3zk img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.sneforpw:hover .fmif3zk img { transform: scale(1.08); }
.k65qq {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(26,26,46,0.4); opacity: 0; transition: var(--tqt8t);
}
.sneforpw:hover .k65qq { opacity: 1; }
.mqq6w {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--ogjv2p); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(232,67,111,0.4);
}
.mqq6w::after {
  content: ''; width: 0; height: 0;
  border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent;
  margin-left: 4px;
}
.dfn6hre {
  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;
}
.upkq59r { padding: 16px; }
.upkq59r 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; }
.qail0 { display: flex; align-items: center; gap: 16px; font-size: 0.82rem; color: var(--i10ee-light); }
.qail0 span { display: flex; align-items: center; gap: 4px; }
.gzkj2xm { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.gzkj2xm span {
  padding: 2px 10px; border-radius: 12px; font-size: 0.75rem;
  background: rgba(232,67,111,0.08); color: var(--l32qor);
}

/* === Service Cards === */
.y1tmr33l { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.w4hkjf {
  padding: 36px 28px; border-radius: var(--lkegeldq);
  background: var(--oqq9jp); box-shadow: var(--cbqvenvu);
  transition: var(--tqt8t); text-align: center;
  border: 1px solid var(--fnh026bs);
}
.w4hkjf:hover { transform: translateY(-4px); box-shadow: var(--cbqvenvu-lg); border-color: var(--l32qor); }
.kw1u5ljt {
  width: 64px; height: 64px; border-radius: 16px; margin: 0 auto 20px;
  background: var(--ogjv2p); display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: #fff;
}
.w4hkjf h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 10px; }
.w4hkjf p { font-size: 0.92rem; color: var(--i10ee-light); line-height: 1.6; }

/* === Expert Cards === */
.uidz9l8y { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.xs0u26ib {
  border-radius: var(--lkegeldq); overflow: hidden;
  background: var(--oqq9jp); box-shadow: var(--cbqvenvu);
  transition: var(--tqt8t); text-align: center;
}
.xs0u26ib:hover { transform: translateY(-4px); box-shadow: var(--cbqvenvu-lg); }
.emd6g {
  width: 100px; height: 100px; border-radius: 50%; margin: 28px auto 16px;
  overflow: hidden; border: 3px solid var(--l32qor);
}
.emd6g img { width: 100%; height: 100%; object-fit: cover; }
.vbem2 { padding: 0 20px 24px; }
.vbem2 h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 4px; }
.vbem2 .vee05 { font-size: 0.85rem; color: var(--l32qor); margin-bottom: 8px; }
.vbem2 p { font-size: 0.85rem; color: var(--i10ee-light); line-height: 1.5; }
.nyn05enm { display: flex; gap: 8px; justify-content: center; margin-top: 14px; }
.fq77e { padding: 6px 16px; font-size: 0.82rem; border-radius: 20px; }

/* === Partner Logos === */
.p0y27t3 {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; align-items: center;
}
.vyh68mip {
  padding: 16px 28px; border-radius: var(--lkegeldq-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(--tqt8t);
}
.vyh68mip:hover { background: rgba(255,255,255,0.12); color: #fff; }

/* === Reviews === */
.nzmzqv8 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.fslgjzh {
  padding: 28px; border-radius: var(--lkegeldq);
  background: var(--oqq9jp); box-shadow: var(--cbqvenvu);
  border: 1px solid var(--fnh026bs);
}
.tf25sxd { color: #FFB800; font-size: 1rem; margin-bottom: 12px; }
.s4bg9jck { font-size: 0.95rem; color: var(--i10ee); line-height: 1.7; margin-bottom: 16px; }
.btu2f { display: flex; align-items: center; gap: 12px; }
.xbl4nk {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--ogjv2p); display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 600; font-size: 0.9rem;
}
.wvu50sn .tllittk { font-weight: 600; font-size: 0.9rem; }
.wvu50sn .bmt96gj { font-size: 0.8rem; color: var(--i10ee-light); }

/* === FAQ === */
.k61pjnqx { max-width: 800px; margin: 0 auto; }
.vnqqdgr2 {
  border: 1px solid var(--fnh026bs); border-radius: var(--lkegeldq-sm);
  margin-bottom: 12px; overflow: hidden; background: var(--oqq9jp);
}
.rb48zvw {
  padding: 18px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  font-weight: 600; font-size: 0.98rem; transition: var(--tqt8t);
}
.rb48zvw:hover { color: var(--l32qor); }
.wcx3hmhg { transition: transform 0.3s ease; font-size: 1.2rem; color: var(--i10ee-light); }
.vnqqdgr2.active .wcx3hmhg { transform: rotate(180deg); }
.ykhm9s {
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
  padding: 0 24px; font-size: 0.92rem; color: var(--i10ee-light); line-height: 1.7;
}
.vnqqdgr2.active .ykhm9s { max-height: 300px; padding: 0 24px 18px; }

/* === Contact Section === */
.m56myd8 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.xwxsv5c {
  padding: 32px 24px; border-radius: var(--lkegeldq);
  background: var(--oqq9jp); box-shadow: var(--cbqvenvu);
  text-align: center; border: 1px solid var(--fnh026bs);
}
.eceke0w {
  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(--l32qor);
}
.xwxsv5c h3 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; }
.xwxsv5c p { font-size: 0.9rem; color: var(--i10ee-light); }

/* === Footer === */
.ciop8 { background: var(--s5b30); color: rgba(255,255,255,0.7); padding: 50px 0 0; }
.y318kww6 { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.hvjio p { font-size: 0.9rem; line-height: 1.7; margin-top: 16px; }
.ciop8 h4 { color: #fff; font-size: 1rem; font-weight: 600; margin-bottom: 16px; }
.y2ol9k a { display: block; color: rgba(255,255,255,0.6); font-size: 0.9rem; padding: 4px 0; transition: var(--tqt8t); }
.y2ol9k a:hover { color: var(--uyw3pq); }
.sxgjvxd5 { display: flex; gap: 20px; }
.yb01uz { text-align: center; }
.yb01uz img { width: 100px; height: 100px; border-radius: 8px; margin-bottom: 6px; }
.yb01uz span { font-size: 0.78rem; color: rgba(255,255,255,0.5); }
.qkictr5 {
  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;
}
.otpuln { display: flex; gap: 12px; }
.otpuln 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(--tqt8t); font-size: 0.85rem;
}
.otpuln a:hover { background: var(--l32qor); color: #fff; }

/* === Share Buttons === */
.ql247d { display: flex; gap: 10px; justify-content: center; padding: 20px 0; }
.tl9m7e {
  padding: 8px 18px; border-radius: 20px; font-size: 0.85rem;
  color: #fff; border: none; cursor: pointer; transition: var(--tqt8t);
}
.tl9m7e:hover { transform: translateY(-2px); }
.k7tv91s { background: #07C160; }
.lzxpf { background: #E6162D; }
.mzd1l5d { background: #161823; }
.g7tq0woh { background: #00A1D6; }

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

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

/* === Community Features === */
.xto6o49j { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.djeg1lb2 {
  display: flex; gap: 20px; padding: 24px; border-radius: var(--lkegeldq);
  background: var(--oqq9jp); box-shadow: var(--cbqvenvu);
  border: 1px solid var(--fnh026bs); transition: var(--tqt8t);
}
.djeg1lb2:hover { border-color: var(--l32qor); }
.vcjn9z {
  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;
}
.djeg1lb2 h3 { font-size: 1rem; font-weight: 600; margin-bottom: 6px; }
.djeg1lb2 p { font-size: 0.88rem; color: var(--i10ee-light); }

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

/* === Responsive === */
@media (max-width: 1024px) {
  .nwdzxqb { grid-template-columns: repeat(2, 1fr); }
  .uidz9l8y { grid-template-columns: repeat(2, 1fr); }
  .y318kww6 { grid-template-columns: repeat(2, 1fr); }
  .sme6sy { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .qkn9lw { display: none; position: fixed; top: 68px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 20px; box-shadow: var(--cbqvenvu-lg); gap: 4px; }
  .qkn9lw.active { display: flex; }
  .xks5j0u { display: block; }
  .vvxpuxw9 { height: 420px; }
  .er7s7 h1 { font-size: 1.8rem; }
  .nwdzxqb { grid-template-columns: 1fr; }
  .y1tmr33l { grid-template-columns: 1fr; }
  .o5dz33yu { grid-template-columns: 1fr; }
  .xto6o49j { grid-template-columns: 1fr; }
  .uidz9l8y { grid-template-columns: repeat(2, 1fr); }
  .nzmzqv8 { grid-template-columns: 1fr; }
  .m56myd8 { grid-template-columns: 1fr; }
  .y318kww6 { grid-template-columns: 1fr; }
  .sme6sy { grid-template-columns: 1fr; }
  .mtxnxjm { padding: 50px 0; }
  .d8oh4 h2 { font-size: 1.6rem; }
  .qkictr5 { flex-direction: column; gap: 12px; text-align: center; }
}
@media (max-width: 480px) {
  .vvxpuxw9 { height: 360px; }
  .er7s7 h1 { font-size: 1.5rem; }
  .vgrwpqq0 { flex-direction: column; align-items: center; }
  .uidz9l8y { grid-template-columns: 1fr; }
}

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

/* === Today Picks Section === */
.x9c4osvj { background: var(--oqq9jp); }
.m6habgti { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rtu2s {
  position: relative; padding: 28px 24px; border-radius: var(--lkegeldq);
  background: var(--oqq9jp); box-shadow: var(--cbqvenvu);
  border: 1px solid var(--fnh026bs); transition: var(--tqt8t);
  border-left: 4px solid var(--l32qor);
}
.rtu2s:hover { transform: translateY(-3px); box-shadow: var(--cbqvenvu-lg); }
.bnzgpe26 {
  position: absolute; top: 12px; right: 12px;
  padding: 2px 10px; border-radius: 10px; font-size: 0.72rem; font-weight: 600;
  background: var(--ogjv2p); color: #fff;
}
.rtu2s h4 { font-size: 1.05rem; font-weight: 600; margin-bottom: 8px; color: var(--s5b30); }
.rtu2s p { font-size: 0.9rem; color: var(--i10ee-light); line-height: 1.6; margin-bottom: 10px; }
.rvuo9tq4 { font-size: 0.78rem; color: var(--i10ee-light); }

/* === Entertainment Section === */
.vryor8 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.gktcxp7m {
  padding: 28px 20px; border-radius: var(--lkegeldq);
  background: var(--oqq9jp); box-shadow: var(--cbqvenvu);
  border: 1px solid var(--fnh026bs); text-align: center;
  transition: var(--tqt8t);
}
.gktcxp7m:hover { transform: translateY(-4px); box-shadow: var(--cbqvenvu-lg); border-color: var(--l32qor); }
.t6r2i0h {
  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;
}
.gktcxp7m h4 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; color: var(--s5b30); }
.gktcxp7m p { font-size: 0.88rem; color: var(--i10ee-light); line-height: 1.6; }

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

/* === Print Media Query === */
@media print {
  .lshf2, .utn962, .xks5j0u, .ql247d, .otpuln { display: none; }
  .vvxpuxw9 { height: auto; background: #fff; color: #000; }
  .ruc9mjhh, .jehfhrc { display: none; }
  .er7s7 { color: #000; }
  .er7s7 h1 span { color: var(--l32qor); }
  body { font-size: 12pt; color: #000; }
  .loi57b { background: #fff; color: #000; }
  .loi57b h2, .loi57b h3, .loi57b p { color: #000; }
}

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