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

/* === CSS Variables === */
:root {
  --n4s21: #E8436F;
  --n4s21-dark: #C73460;
  --u488wu: #FF7E5F;
  --vhonf4x: #6C5CE7;
  --qxte6u4: #1A1A2E;
  --qxte6u4-light: #232342;
  --qushx: #FFF5F7;
  --aksh60: #2D3436;
  --aksh60-light: #636E72;
  --fca39u0i: #FFFFFF;
  --gkhn054x: #F0E6E8;
  --a1jy4e: 0 4px 20px rgba(232,67,111,0.10);
  --a1jy4e-lg: 0 8px 40px rgba(26,26,46,0.12);
  --bnksd: 12px;
  --bnksd-sm: 8px;
  --ow2njq: all 0.3s ease;
  --ivpma8l: linear-gradient(135deg, #E8436F 0%, #FF7E5F 100%);
  --ivpma8l-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(--aksh60);
  background: var(--fca39u0i);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--n4s21); text-decoration: none; transition: var(--ow2njq); }
a:hover { color: var(--n4s21-dark); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

/* === Container === */
.kds6i3am { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.imbpa { padding: 70px 0; }
.vjncuz3 { background: var(--qushx); }
.w214f { background: var(--qxte6u4); color: var(--fca39u0i); }

/* === Section Headers === */
.j6xx7xft { text-align: center; margin-bottom: 50px; }
.j6xx7xft h2 { font-size: 2rem; font-weight: 700; margin-bottom: 12px; color: var(--qxte6u4); }
.w214f .j6xx7xft h2 { color: var(--fca39u0i); }
.j6xx7xft p { font-size: 1.05rem; color: var(--aksh60-light); max-width: 600px; margin: 0 auto; }
.w214f .j6xx7xft p { color: rgba(255,255,255,0.7); }
.ukj31 { display: inline-block; background: var(--ivpma8l); color: #fff; padding: 4px 16px; border-radius: 20px; font-size: 0.85rem; margin-bottom: 12px; }

/* === Header / Navigation === */
.zq7wn3 {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gkhn054x);
  transition: var(--ow2njq);
}
.va3w94qf {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; max-width: 1200px; margin: 0 auto; padding: 0 20px;
}
.h0gpvv { display: flex; align-items: center; gap: 10px; }
.h0gpvv img { height: 42px; width: auto; }
.fnrffatt { font-size: 1.4rem; font-weight: 700; color: var(--n4s21); }
.ta27mch8 { display: flex; align-items: center; gap: 6px; }
.ta27mch8 a {
  padding: 8px 16px; border-radius: var(--bnksd-sm);
  font-size: 0.95rem; color: var(--aksh60); font-weight: 500;
  transition: var(--ow2njq);
}
.ta27mch8 a:hover, .ta27mch8 a.active { color: var(--n4s21); background: rgba(232,67,111,0.06); }
.n7dgx { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.n7dgx span { display: block; width: 24px; height: 2px; background: var(--aksh60); margin: 5px 0; transition: var(--ow2njq); }

/* === Search Bar === */
.rlptsw {
  background: var(--qushx); border-bottom: 1px solid var(--gkhn054x); padding: 12px 0;
}
.hr81fjx { max-width: 680px; margin: 0 auto; padding: 0 20px; position: relative; }
.vj2exw3 {
  width: 100%; padding: 12px 48px 12px 20px;
  border: 2px solid var(--gkhn054x); border-radius: 30px;
  font-size: 0.95rem; background: var(--fca39u0i);
  transition: var(--ow2njq); outline: none;
}
.vj2exw3:focus { border-color: var(--n4s21); box-shadow: 0 0 0 3px rgba(232,67,111,0.1); }
.v66ikf {
  position: absolute; right: 28px; top: 50%; transform: translateY(-50%);
  background: var(--ivpma8l); border: none; color: #fff;
  width: 36px; height: 36px; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: var(--ow2njq);
}
.v66ikf:hover { transform: translateY(-50%) scale(1.05); }

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

/* === Breadcrumb === */
.mb92i7 { padding: 14px 0; background: var(--qushx); border-bottom: 1px solid var(--gkhn054x); }
.q1e8es { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: var(--aksh60-light); }
.q1e8es a { color: var(--aksh60-light); }
.q1e8es a:hover { color: var(--n4s21); }
.q1e8es span { color: var(--aksh60); font-weight: 500; }

/* === Video Cards Grid === */
.ztqpum77 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.lottv {
  border-radius: var(--bnksd); overflow: hidden;
  background: var(--fca39u0i); box-shadow: var(--a1jy4e);
  transition: var(--ow2njq); cursor: pointer;
}
.lottv:hover { transform: translateY(-6px); box-shadow: var(--a1jy4e-lg); }
.uiefn1b {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.uiefn1b img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.lottv:hover .uiefn1b img { transform: scale(1.08); }
.apdlt {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(26,26,46,0.4); opacity: 0; transition: var(--ow2njq);
}
.lottv:hover .apdlt { opacity: 1; }
.rab8g {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--ivpma8l); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(232,67,111,0.4);
}
.rab8g::after {
  content: ''; width: 0; height: 0;
  border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent;
  margin-left: 4px;
}
.a7cklg {
  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;
}
.rlw9cnum { padding: 16px; }
.rlw9cnum 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; }
.w1fqpv { display: flex; align-items: center; gap: 16px; font-size: 0.82rem; color: var(--aksh60-light); }
.w1fqpv span { display: flex; align-items: center; gap: 4px; }
.oo5i1u { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.oo5i1u span {
  padding: 2px 10px; border-radius: 12px; font-size: 0.75rem;
  background: rgba(232,67,111,0.08); color: var(--n4s21);
}

/* === Service Cards === */
.kmlqf72 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fjknh {
  padding: 36px 28px; border-radius: var(--bnksd);
  background: var(--fca39u0i); box-shadow: var(--a1jy4e);
  transition: var(--ow2njq); text-align: center;
  border: 1px solid var(--gkhn054x);
}
.fjknh:hover { transform: translateY(-4px); box-shadow: var(--a1jy4e-lg); border-color: var(--n4s21); }
.snjrr {
  width: 64px; height: 64px; border-radius: 16px; margin: 0 auto 20px;
  background: var(--ivpma8l); display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: #fff;
}
.fjknh h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 10px; }
.fjknh p { font-size: 0.92rem; color: var(--aksh60-light); line-height: 1.6; }

/* === Expert Cards === */
.s2ps7 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ih2n8z8 {
  border-radius: var(--bnksd); overflow: hidden;
  background: var(--fca39u0i); box-shadow: var(--a1jy4e);
  transition: var(--ow2njq); text-align: center;
}
.ih2n8z8:hover { transform: translateY(-4px); box-shadow: var(--a1jy4e-lg); }
.fs3hse8 {
  width: 100px; height: 100px; border-radius: 50%; margin: 28px auto 16px;
  overflow: hidden; border: 3px solid var(--n4s21);
}
.fs3hse8 img { width: 100%; height: 100%; object-fit: cover; }
.lkqhv6z { padding: 0 20px 24px; }
.lkqhv6z h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 4px; }
.lkqhv6z .ze5d5v { font-size: 0.85rem; color: var(--n4s21); margin-bottom: 8px; }
.lkqhv6z p { font-size: 0.85rem; color: var(--aksh60-light); line-height: 1.5; }
.blvog { display: flex; gap: 8px; justify-content: center; margin-top: 14px; }
.edry99z { padding: 6px 16px; font-size: 0.82rem; border-radius: 20px; }

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

/* === Reviews === */
.ho7o3fo8 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.mc4f9l5c {
  padding: 28px; border-radius: var(--bnksd);
  background: var(--fca39u0i); box-shadow: var(--a1jy4e);
  border: 1px solid var(--gkhn054x);
}
.iw6irwd { color: #FFB800; font-size: 1rem; margin-bottom: 12px; }
.z9gehc9d { font-size: 0.95rem; color: var(--aksh60); line-height: 1.7; margin-bottom: 16px; }
.xmj2miqd { display: flex; align-items: center; gap: 12px; }
.aa6mn5k {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--ivpma8l); display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 600; font-size: 0.9rem;
}
.tnwau .e2ulyy87 { font-weight: 600; font-size: 0.9rem; }
.tnwau .sguh8h { font-size: 0.8rem; color: var(--aksh60-light); }

/* === FAQ === */
.wrs67nq { max-width: 800px; margin: 0 auto; }
.ztfbqk {
  border: 1px solid var(--gkhn054x); border-radius: var(--bnksd-sm);
  margin-bottom: 12px; overflow: hidden; background: var(--fca39u0i);
}
.j7964f2x {
  padding: 18px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  font-weight: 600; font-size: 0.98rem; transition: var(--ow2njq);
}
.j7964f2x:hover { color: var(--n4s21); }
.ny9m6 { transition: transform 0.3s ease; font-size: 1.2rem; color: var(--aksh60-light); }
.ztfbqk.active .ny9m6 { transform: rotate(180deg); }
.qspsc9 {
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
  padding: 0 24px; font-size: 0.92rem; color: var(--aksh60-light); line-height: 1.7;
}
.ztfbqk.active .qspsc9 { max-height: 300px; padding: 0 24px 18px; }

/* === Contact Section === */
.iuhev { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rndngw {
  padding: 32px 24px; border-radius: var(--bnksd);
  background: var(--fca39u0i); box-shadow: var(--a1jy4e);
  text-align: center; border: 1px solid var(--gkhn054x);
}
.cjpg3j {
  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(--n4s21);
}
.rndngw h3 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; }
.rndngw p { font-size: 0.9rem; color: var(--aksh60-light); }

/* === Footer === */
.ws4ac0i { background: var(--qxte6u4); color: rgba(255,255,255,0.7); padding: 50px 0 0; }
.wjkquao { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.y6rurpw p { font-size: 0.9rem; line-height: 1.7; margin-top: 16px; }
.ws4ac0i h4 { color: #fff; font-size: 1rem; font-weight: 600; margin-bottom: 16px; }
.bcubz9 a { display: block; color: rgba(255,255,255,0.6); font-size: 0.9rem; padding: 4px 0; transition: var(--ow2njq); }
.bcubz9 a:hover { color: var(--u488wu); }
.gpckm77 { display: flex; gap: 20px; }
.eftt3pxp { text-align: center; }
.eftt3pxp img { width: 100px; height: 100px; border-radius: 8px; margin-bottom: 6px; }
.eftt3pxp span { font-size: 0.78rem; color: rgba(255,255,255,0.5); }
.g2a9ds {
  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;
}
.wp7v19dj { display: flex; gap: 12px; }
.wp7v19dj 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(--ow2njq); font-size: 0.85rem;
}
.wp7v19dj a:hover { background: var(--n4s21); color: #fff; }

/* === Share Buttons === */
.o7uwoq8 { display: flex; gap: 10px; justify-content: center; padding: 20px 0; }
.ipjjkno {
  padding: 8px 18px; border-radius: 20px; font-size: 0.85rem;
  color: #fff; border: none; cursor: pointer; transition: var(--ow2njq);
}
.ipjjkno:hover { transform: translateY(-2px); }
.h9qnsb8 { background: #07C160; }
.x0ig3 { background: #E6162D; }
.z3j9l { background: #161823; }
.c87lq { background: #00A1D6; }

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

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

/* === Community Features === */
.afmt4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.vjxiax6p {
  display: flex; gap: 20px; padding: 24px; border-radius: var(--bnksd);
  background: var(--fca39u0i); box-shadow: var(--a1jy4e);
  border: 1px solid var(--gkhn054x); transition: var(--ow2njq);
}
.vjxiax6p:hover { border-color: var(--n4s21); }
.vbtl5w {
  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;
}
.vjxiax6p h3 { font-size: 1rem; font-weight: 600; margin-bottom: 6px; }
.vjxiax6p p { font-size: 0.88rem; color: var(--aksh60-light); }

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

/* === Responsive === */
@media (max-width: 1024px) {
  .ztqpum77 { grid-template-columns: repeat(2, 1fr); }
  .s2ps7 { grid-template-columns: repeat(2, 1fr); }
  .wjkquao { grid-template-columns: repeat(2, 1fr); }
  .texavj { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .ta27mch8 { display: none; position: fixed; top: 68px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 20px; box-shadow: var(--a1jy4e-lg); gap: 4px; }
  .ta27mch8.active { display: flex; }
  .n7dgx { display: block; }
  .q5o9z4mv { height: 420px; }
  .h328ri5 h1 { font-size: 1.8rem; }
  .ztqpum77 { grid-template-columns: 1fr; }
  .kmlqf72 { grid-template-columns: 1fr; }
  .y2y1k { grid-template-columns: 1fr; }
  .afmt4 { grid-template-columns: 1fr; }
  .s2ps7 { grid-template-columns: repeat(2, 1fr); }
  .ho7o3fo8 { grid-template-columns: 1fr; }
  .iuhev { grid-template-columns: 1fr; }
  .wjkquao { grid-template-columns: 1fr; }
  .texavj { grid-template-columns: 1fr; }
  .imbpa { padding: 50px 0; }
  .j6xx7xft h2 { font-size: 1.6rem; }
  .g2a9ds { flex-direction: column; gap: 12px; text-align: center; }
}
@media (max-width: 480px) {
  .q5o9z4mv { height: 360px; }
  .h328ri5 h1 { font-size: 1.5rem; }
  .jdajf9g6 { flex-direction: column; align-items: center; }
  .s2ps7 { grid-template-columns: 1fr; }
}

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

/* === Today Picks Section === */
.emn2t { background: var(--fca39u0i); }
.p436asav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.botmk {
  position: relative; padding: 28px 24px; border-radius: var(--bnksd);
  background: var(--fca39u0i); box-shadow: var(--a1jy4e);
  border: 1px solid var(--gkhn054x); transition: var(--ow2njq);
  border-left: 4px solid var(--n4s21);
}
.botmk:hover { transform: translateY(-3px); box-shadow: var(--a1jy4e-lg); }
.clw9qcjt {
  position: absolute; top: 12px; right: 12px;
  padding: 2px 10px; border-radius: 10px; font-size: 0.72rem; font-weight: 600;
  background: var(--ivpma8l); color: #fff;
}
.botmk h4 { font-size: 1.05rem; font-weight: 600; margin-bottom: 8px; color: var(--qxte6u4); }
.botmk p { font-size: 0.9rem; color: var(--aksh60-light); line-height: 1.6; margin-bottom: 10px; }
.j62if { font-size: 0.78rem; color: var(--aksh60-light); }

/* === Entertainment Section === */
.wl8ekv { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.mynit {
  padding: 28px 20px; border-radius: var(--bnksd);
  background: var(--fca39u0i); box-shadow: var(--a1jy4e);
  border: 1px solid var(--gkhn054x); text-align: center;
  transition: var(--ow2njq);
}
.mynit:hover { transform: translateY(-4px); box-shadow: var(--a1jy4e-lg); border-color: var(--n4s21); }
.g7jj2or {
  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;
}
.mynit h4 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; color: var(--qxte6u4); }
.mynit p { font-size: 0.88rem; color: var(--aksh60-light); line-height: 1.6; }

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

/* === Print Media Query === */
@media print {
  .zq7wn3, .rlptsw, .n7dgx, .o7uwoq8, .wp7v19dj { display: none; }
  .q5o9z4mv { height: auto; background: #fff; color: #000; }
  .nv9tqisb, .s6ob29st { display: none; }
  .h328ri5 { color: #000; }
  .h328ri5 h1 span { color: var(--n4s21); }
  body { font-size: 12pt; color: #000; }
  .w214f { background: #fff; color: #000; }
  .w214f h2, .w214f h3, .w214f p { color: #000; }
}

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