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

/* === CSS Variables === */
:root {
  --do1d14eg: #E8436F;
  --do1d14eg-dark: #C73460;
  --f051epbc: #FF7E5F;
  --rlo3557c: #6C5CE7;
  --ogbkurt: #1A1A2E;
  --ogbkurt-light: #232342;
  --ki6dk: #FFF5F7;
  --zi7bqi: #2D3436;
  --zi7bqi-light: #636E72;
  --jyhc2f7: #FFFFFF;
  --o5u493: #F0E6E8;
  --fwv13by: 0 4px 20px rgba(232,67,111,0.10);
  --fwv13by-lg: 0 8px 40px rgba(26,26,46,0.12);
  --ps675m4: 12px;
  --ps675m4-sm: 8px;
  --ra8n67b: all 0.3s ease;
  --wp9t6y: linear-gradient(135deg, #E8436F 0%, #FF7E5F 100%);
  --wp9t6y-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(--zi7bqi);
  background: var(--jyhc2f7);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--do1d14eg); text-decoration: none; transition: var(--ra8n67b); }
a:hover { color: var(--do1d14eg-dark); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

/* === Container === */
.wsbcji5 { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.j46do { padding: 70px 0; }
.wphuoq1 { background: var(--ki6dk); }
.tgtmlh { background: var(--ogbkurt); color: var(--jyhc2f7); }

/* === Section Headers === */
.tii0y { text-align: center; margin-bottom: 50px; }
.tii0y h2 { font-size: 2rem; font-weight: 700; margin-bottom: 12px; color: var(--ogbkurt); }
.tgtmlh .tii0y h2 { color: var(--jyhc2f7); }
.tii0y p { font-size: 1.05rem; color: var(--zi7bqi-light); max-width: 600px; margin: 0 auto; }
.tgtmlh .tii0y p { color: rgba(255,255,255,0.7); }
.j6xuipxu { display: inline-block; background: var(--wp9t6y); color: #fff; padding: 4px 16px; border-radius: 20px; font-size: 0.85rem; margin-bottom: 12px; }

/* === Header / Navigation === */
.tuu00jj {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--o5u493);
  transition: var(--ra8n67b);
}
.d7kq95s {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; max-width: 1200px; margin: 0 auto; padding: 0 20px;
}
.ol7hee { display: flex; align-items: center; gap: 10px; }
.ol7hee img { height: 42px; width: auto; }
.nymoetr { font-size: 1.4rem; font-weight: 700; color: var(--do1d14eg); }
.dinfy { display: flex; align-items: center; gap: 6px; }
.dinfy a {
  padding: 8px 16px; border-radius: var(--ps675m4-sm);
  font-size: 0.95rem; color: var(--zi7bqi); font-weight: 500;
  transition: var(--ra8n67b);
}
.dinfy a:hover, .dinfy a.active { color: var(--do1d14eg); background: rgba(232,67,111,0.06); }
.t6hsry { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.t6hsry span { display: block; width: 24px; height: 2px; background: var(--zi7bqi); margin: 5px 0; transition: var(--ra8n67b); }

/* === Search Bar === */
.tdl82tj {
  background: var(--ki6dk); border-bottom: 1px solid var(--o5u493); padding: 12px 0;
}
.n3917p { max-width: 680px; margin: 0 auto; padding: 0 20px; position: relative; }
.or8odc4t {
  width: 100%; padding: 12px 48px 12px 20px;
  border: 2px solid var(--o5u493); border-radius: 30px;
  font-size: 0.95rem; background: var(--jyhc2f7);
  transition: var(--ra8n67b); outline: none;
}
.or8odc4t:focus { border-color: var(--do1d14eg); box-shadow: 0 0 0 3px rgba(232,67,111,0.1); }
.zstgjho {
  position: absolute; right: 28px; top: 50%; transform: translateY(-50%);
  background: var(--wp9t6y); border: none; color: #fff;
  width: 36px; height: 36px; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: var(--ra8n67b);
}
.zstgjho:hover { transform: translateY(-50%) scale(1.05); }

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

/* === Breadcrumb === */
.f9xeak { padding: 14px 0; background: var(--ki6dk); border-bottom: 1px solid var(--o5u493); }
.hzc0viv { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: var(--zi7bqi-light); }
.hzc0viv a { color: var(--zi7bqi-light); }
.hzc0viv a:hover { color: var(--do1d14eg); }
.hzc0viv span { color: var(--zi7bqi); font-weight: 500; }

/* === Video Cards Grid === */
.j5gdqtlf {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.nb6j83b {
  border-radius: var(--ps675m4); overflow: hidden;
  background: var(--jyhc2f7); box-shadow: var(--fwv13by);
  transition: var(--ra8n67b); cursor: pointer;
}
.nb6j83b:hover { transform: translateY(-6px); box-shadow: var(--fwv13by-lg); }
.t1xia {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.t1xia img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.nb6j83b:hover .t1xia img { transform: scale(1.08); }
.jps0s {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(26,26,46,0.4); opacity: 0; transition: var(--ra8n67b);
}
.nb6j83b:hover .jps0s { opacity: 1; }
.x0i38grv {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--wp9t6y); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(232,67,111,0.4);
}
.x0i38grv::after {
  content: ''; width: 0; height: 0;
  border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent;
  margin-left: 4px;
}
.pjn93 {
  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;
}
.fzuayi { padding: 16px; }
.fzuayi 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; }
.f40y6er { display: flex; align-items: center; gap: 16px; font-size: 0.82rem; color: var(--zi7bqi-light); }
.f40y6er span { display: flex; align-items: center; gap: 4px; }
.rqk9qt { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.rqk9qt span {
  padding: 2px 10px; border-radius: 12px; font-size: 0.75rem;
  background: rgba(232,67,111,0.08); color: var(--do1d14eg);
}

/* === Service Cards === */
.qqee36z { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pc7bh {
  padding: 36px 28px; border-radius: var(--ps675m4);
  background: var(--jyhc2f7); box-shadow: var(--fwv13by);
  transition: var(--ra8n67b); text-align: center;
  border: 1px solid var(--o5u493);
}
.pc7bh:hover { transform: translateY(-4px); box-shadow: var(--fwv13by-lg); border-color: var(--do1d14eg); }
.rs2lhjhv {
  width: 64px; height: 64px; border-radius: 16px; margin: 0 auto 20px;
  background: var(--wp9t6y); display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: #fff;
}
.pc7bh h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 10px; }
.pc7bh p { font-size: 0.92rem; color: var(--zi7bqi-light); line-height: 1.6; }

/* === Expert Cards === */
.leq1jf { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.qm7h9nc0 {
  border-radius: var(--ps675m4); overflow: hidden;
  background: var(--jyhc2f7); box-shadow: var(--fwv13by);
  transition: var(--ra8n67b); text-align: center;
}
.qm7h9nc0:hover { transform: translateY(-4px); box-shadow: var(--fwv13by-lg); }
.hibpe {
  width: 100px; height: 100px; border-radius: 50%; margin: 28px auto 16px;
  overflow: hidden; border: 3px solid var(--do1d14eg);
}
.hibpe img { width: 100%; height: 100%; object-fit: cover; }
.h8r12k { padding: 0 20px 24px; }
.h8r12k h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 4px; }
.h8r12k .dc7n553o { font-size: 0.85rem; color: var(--do1d14eg); margin-bottom: 8px; }
.h8r12k p { font-size: 0.85rem; color: var(--zi7bqi-light); line-height: 1.5; }
.gml7g14e { display: flex; gap: 8px; justify-content: center; margin-top: 14px; }
.n8jnx { padding: 6px 16px; font-size: 0.82rem; border-radius: 20px; }

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

/* === Reviews === */
.kru0k3g3 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.h8ew6hj5 {
  padding: 28px; border-radius: var(--ps675m4);
  background: var(--jyhc2f7); box-shadow: var(--fwv13by);
  border: 1px solid var(--o5u493);
}
.crz8n { color: #FFB800; font-size: 1rem; margin-bottom: 12px; }
.konpyn { font-size: 0.95rem; color: var(--zi7bqi); line-height: 1.7; margin-bottom: 16px; }
.qd286wb { display: flex; align-items: center; gap: 12px; }
.hvh68a {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--wp9t6y); display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 600; font-size: 0.9rem;
}
.rbdie .yrq0n { font-weight: 600; font-size: 0.9rem; }
.rbdie .m1dypq9 { font-size: 0.8rem; color: var(--zi7bqi-light); }

/* === FAQ === */
.gh107ya6 { max-width: 800px; margin: 0 auto; }
.ht7ms74 {
  border: 1px solid var(--o5u493); border-radius: var(--ps675m4-sm);
  margin-bottom: 12px; overflow: hidden; background: var(--jyhc2f7);
}
.wt39zvt {
  padding: 18px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  font-weight: 600; font-size: 0.98rem; transition: var(--ra8n67b);
}
.wt39zvt:hover { color: var(--do1d14eg); }
.fslou { transition: transform 0.3s ease; font-size: 1.2rem; color: var(--zi7bqi-light); }
.ht7ms74.active .fslou { transform: rotate(180deg); }
.y5jcgx3 {
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
  padding: 0 24px; font-size: 0.92rem; color: var(--zi7bqi-light); line-height: 1.7;
}
.ht7ms74.active .y5jcgx3 { max-height: 300px; padding: 0 24px 18px; }

/* === Contact Section === */
.dgtsyczj { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.nuqu70 {
  padding: 32px 24px; border-radius: var(--ps675m4);
  background: var(--jyhc2f7); box-shadow: var(--fwv13by);
  text-align: center; border: 1px solid var(--o5u493);
}
.cxav4htd {
  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(--do1d14eg);
}
.nuqu70 h3 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; }
.nuqu70 p { font-size: 0.9rem; color: var(--zi7bqi-light); }

/* === Footer === */
.ku911s { background: var(--ogbkurt); color: rgba(255,255,255,0.7); padding: 50px 0 0; }
.r113rg { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.apdrc p { font-size: 0.9rem; line-height: 1.7; margin-top: 16px; }
.ku911s h4 { color: #fff; font-size: 1rem; font-weight: 600; margin-bottom: 16px; }
.kg5eso a { display: block; color: rgba(255,255,255,0.6); font-size: 0.9rem; padding: 4px 0; transition: var(--ra8n67b); }
.kg5eso a:hover { color: var(--f051epbc); }
.e7q9god { display: flex; gap: 20px; }
.jlncqdk { text-align: center; }
.jlncqdk img { width: 100px; height: 100px; border-radius: 8px; margin-bottom: 6px; }
.jlncqdk span { font-size: 0.78rem; color: rgba(255,255,255,0.5); }
.npo92x {
  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;
}
.w36ensql { display: flex; gap: 12px; }
.w36ensql 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(--ra8n67b); font-size: 0.85rem;
}
.w36ensql a:hover { background: var(--do1d14eg); color: #fff; }

/* === Share Buttons === */
.mq9cu { display: flex; gap: 10px; justify-content: center; padding: 20px 0; }
.zejaays {
  padding: 8px 18px; border-radius: 20px; font-size: 0.85rem;
  color: #fff; border: none; cursor: pointer; transition: var(--ra8n67b);
}
.zejaays:hover { transform: translateY(-2px); }
.v1ot8gh { background: #07C160; }
.oxcakx8 { background: #E6162D; }
.ewh1d { background: #161823; }
.qtg1vf { background: #00A1D6; }

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

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

/* === Community Features === */
.xi6n4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.pjcro {
  display: flex; gap: 20px; padding: 24px; border-radius: var(--ps675m4);
  background: var(--jyhc2f7); box-shadow: var(--fwv13by);
  border: 1px solid var(--o5u493); transition: var(--ra8n67b);
}
.pjcro:hover { border-color: var(--do1d14eg); }
.lrxph {
  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;
}
.pjcro h3 { font-size: 1rem; font-weight: 600; margin-bottom: 6px; }
.pjcro p { font-size: 0.88rem; color: var(--zi7bqi-light); }

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

/* === Responsive === */
@media (max-width: 1024px) {
  .j5gdqtlf { grid-template-columns: repeat(2, 1fr); }
  .leq1jf { grid-template-columns: repeat(2, 1fr); }
  .r113rg { grid-template-columns: repeat(2, 1fr); }
  .b5c8j4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .dinfy { display: none; position: fixed; top: 68px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 20px; box-shadow: var(--fwv13by-lg); gap: 4px; }
  .dinfy.active { display: flex; }
  .t6hsry { display: block; }
  .mkistu { height: 420px; }
  .sgni1whg h1 { font-size: 1.8rem; }
  .j5gdqtlf { grid-template-columns: 1fr; }
  .qqee36z { grid-template-columns: 1fr; }
  .oyqx6ps4 { grid-template-columns: 1fr; }
  .xi6n4 { grid-template-columns: 1fr; }
  .leq1jf { grid-template-columns: repeat(2, 1fr); }
  .kru0k3g3 { grid-template-columns: 1fr; }
  .dgtsyczj { grid-template-columns: 1fr; }
  .r113rg { grid-template-columns: 1fr; }
  .b5c8j4 { grid-template-columns: 1fr; }
  .j46do { padding: 50px 0; }
  .tii0y h2 { font-size: 1.6rem; }
  .npo92x { flex-direction: column; gap: 12px; text-align: center; }
}
@media (max-width: 480px) {
  .mkistu { height: 360px; }
  .sgni1whg h1 { font-size: 1.5rem; }
  .c0aq0w9 { flex-direction: column; align-items: center; }
  .leq1jf { grid-template-columns: 1fr; }
}

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

/* === Today Picks Section === */
.dloot912 { background: var(--jyhc2f7); }
.yoa4fx0 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.og691ut {
  position: relative; padding: 28px 24px; border-radius: var(--ps675m4);
  background: var(--jyhc2f7); box-shadow: var(--fwv13by);
  border: 1px solid var(--o5u493); transition: var(--ra8n67b);
  border-left: 4px solid var(--do1d14eg);
}
.og691ut:hover { transform: translateY(-3px); box-shadow: var(--fwv13by-lg); }
.tl0wkq4 {
  position: absolute; top: 12px; right: 12px;
  padding: 2px 10px; border-radius: 10px; font-size: 0.72rem; font-weight: 600;
  background: var(--wp9t6y); color: #fff;
}
.og691ut h4 { font-size: 1.05rem; font-weight: 600; margin-bottom: 8px; color: var(--ogbkurt); }
.og691ut p { font-size: 0.9rem; color: var(--zi7bqi-light); line-height: 1.6; margin-bottom: 10px; }
.sra4fv { font-size: 0.78rem; color: var(--zi7bqi-light); }

/* === Entertainment Section === */
.vbmgh { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.m0o4d6l {
  padding: 28px 20px; border-radius: var(--ps675m4);
  background: var(--jyhc2f7); box-shadow: var(--fwv13by);
  border: 1px solid var(--o5u493); text-align: center;
  transition: var(--ra8n67b);
}
.m0o4d6l:hover { transform: translateY(-4px); box-shadow: var(--fwv13by-lg); border-color: var(--do1d14eg); }
.najsaw {
  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;
}
.m0o4d6l h4 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; color: var(--ogbkurt); }
.m0o4d6l p { font-size: 0.88rem; color: var(--zi7bqi-light); line-height: 1.6; }

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

/* === Print Media Query === */
@media print {
  .tuu00jj, .tdl82tj, .t6hsry, .mq9cu, .w36ensql { display: none; }
  .mkistu { height: auto; background: #fff; color: #000; }
  .k3cu7n, .u0n41aww { display: none; }
  .sgni1whg { color: #000; }
  .sgni1whg h1 span { color: var(--do1d14eg); }
  body { font-size: 12pt; color: #000; }
  .tgtmlh { background: #fff; color: #000; }
  .tgtmlh h2, .tgtmlh h3, .tgtmlh p { color: #000; }
}

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