/* ============================================
   大象传媒 - 原创样式表
   品牌定位：国内影视传媒公司+视频社区
   域名：jiu-lian.com.cn
   ============================================ */

/* CSS Variables */
:root {
    --suw5ouer: #FF6B9D;
    --s5jcs7g: #C44569;
    --s6zw6ngc5: #F8B500;
    --sgnbpx: #FFF5F7;
    --sznbhot: #1A1A2E;
    --spdamp5u: #2D2D3A;
    --s9mpzs: #6B6B80;
    --sln3zchmh: #FFFFFF;
    --squke29k: linear-gradient(135deg, #FF6B9D 0%, #C44569 50%, #F8B500 100%);
    --szjn1ndz: linear-gradient(135deg, #FFF5F7 0%, #FFE8F0 100%);
    --sd1o8mg: 0 4px 20px rgba(255, 107, 157, 0.15);
    --sm6s5kgd: 0 8px 30px rgba(255, 107, 157, 0.25);
    --sr3xwju: 12px;
    --sdy12oqkk: 20px;
    --sbneqg: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
    color: var(--spdamp5u);
    background: var(--sgnbpx);
    line-height: 1.7;
    overflow-x: hidden;
}

a {
    color: var(--suw5ouer);
    text-decoration: none;
    transition: var(--sbneqg);
}

a:hover {
    color: var(--s5jcs7g);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    color: var(--spdamp5u);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   Header & Navigation
   ============================================ */
.su4cptt0c {
    background: var(--sln3zchmh);
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--sbneqg);
}

.sijhgr3o {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.sjtwrdk4g {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sjtwrdk4g img {
    height: 42px;
    width: auto;
}

.sqc3ne {
    font-size: 1.4rem;
    font-weight: 800;
    background: var(--squke29k);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sbah82qlx {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sbah82qlx a {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--spdamp5u);
    transition: var(--sbneqg);
    white-space: nowrap;
}

.sbah82qlx a:hover,
.sbah82qlx a.active {
    background: var(--squke29k);
    color: var(--sln3zchmh);
    -webkit-text-fill-color: var(--sln3zchmh);
}

.ss30cxest {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--spdamp5u);
    cursor: pointer;
    padding: 8px;
}

/* Search Bar */
.so70zep {
    background: var(--szjn1ndz);
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,107,157,0.1);
}

.s2rohit {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    padding: 0 20px;
}

.s9xg2k13 {
    flex: 1;
    padding: 12px 20px;
    border: 2px solid rgba(255,107,157,0.2);
    border-radius: 50px;
    font-size: 0.95rem;
    outline: none;
    transition: var(--sbneqg);
    background: var(--sln3zchmh);
}

.s9xg2k13:focus {
    border-color: var(--suw5ouer);
    box-shadow: 0 0 0 4px rgba(255,107,157,0.1);
}

.sat8sjzdt {
    padding: 12px 28px;
    background: var(--squke29k);
    color: var(--sln3zchmh);
    border: none;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--sbneqg);
    white-space: nowrap;
}

.sat8sjzdt:hover {
    transform: translateY(-2px);
    box-shadow: var(--sm6s5kgd);
}

/* ============================================
   Hero Banner
   ============================================ */
.sxa9xye {
    position: relative;
    overflow: hidden;
    background: var(--sznbhot);
    min-height: 520px;
    display: flex;
    align-items: center;
}

.s388i8y {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.s388i8y img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.sd8y3x {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26,26,46,0.85) 0%, rgba(196,69,105,0.4) 100%);
    z-index: 2;
}

.sbgkld {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    color: var(--sln3zchmh);
}

.sxa9xye h1 {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--sln3zchmh);
    margin-bottom: 16px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.sxa9xye h1 span {
    background: var(--squke29k);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sxa9xye p {
    font-size: 1.15rem;
    max-width: 600px;
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.8;
}

.sokcwdz7 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.sfonuu {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--sbneqg);
    border: none;
    text-decoration: none;
}

.siz4c7 {
    background: var(--squke29k);
    color: var(--sln3zchmh);
    box-shadow: 0 4px 15px rgba(255,107,157,0.4);
}

.siz4c7:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255,107,157,0.5);
    color: var(--sln3zchmh);
}

.ss0izw {
    background: transparent;
    color: var(--sln3zchmh);
    border: 2px solid rgba(255,255,255,0.5);
}

.ss0izw:hover {
    background: rgba(255,255,255,0.1);
    border-color: var(--sln3zchmh);
    color: var(--sln3zchmh);
}

/* ============================================
   Section Common
   ============================================ */
.s9bta9 {
    padding: 70px 0;
}

.sug23gop {
    background: var(--sznbhot);
    color: var(--sln3zchmh);
}

.sug23gop h2,
.sug23gop h3,
.sug23gop h4 {
    color: var(--sln3zchmh);
}

.slsree0y {
    background: var(--sln3zchmh);
}

.svkdiyz4u {
    text-align: center;
    margin-bottom: 50px;
}

.svkdiyz4u h2 {
    font-size: 2rem;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.svkdiyz4u h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--squke29k);
    border-radius: 2px;
}

.svkdiyz4u p {
    color: var(--s9mpzs);
    font-size: 1.05rem;
    margin-top: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.sug23gop .svkdiyz4u p {
    color: rgba(255,255,255,0.7);
}

/* ============================================
   Video Cards
   ============================================ */
.s9gh8327 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.s0ipu7jk {
    background: var(--sln3zchmh);
    border-radius: var(--sr3xwju);
    overflow: hidden;
    box-shadow: var(--sd1o8mg);
    transition: var(--sbneqg);
    cursor: pointer;
}

.s0ipu7jk:hover {
    transform: translateY(-6px);
    box-shadow: var(--sm6s5kgd);
}

.s6iy7hc {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.s6iy7hc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--sbneqg);
}

.s0ipu7jk:hover .s6iy7hc img {
    transform: scale(1.05);
}

.s9evlt {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26,26,46,0.4);
    opacity: 0;
    transition: var(--sbneqg);
}

.s0ipu7jk:hover .s9evlt {
    opacity: 1;
}

.s5ve34o {
    width: 56px;
    height: 56px;
    background: var(--squke29k);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(255,107,157,0.5);
    transition: var(--sbneqg);
}

.s5ve34o::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent white;
    margin-left: 4px;
}

.s0ipu7jk:hover .s5ve34o {
    transform: scale(1.1);
}

.sigo8r443 {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.75);
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

.szyuhwct {
    padding: 16px;
}

.szyuhwct h4 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

.s5v8trsy {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.82rem;
    color: var(--s9mpzs);
}

.s5v8trsy span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sxon25ob {
    display: inline-block;
    padding: 2px 10px;
    background: var(--szjn1ndz);
    color: var(--suw5ouer);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 8px;
}

/* ============================================
   Feature Modules
   ============================================ */
.saok4fwg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.sbo8wk4r {
    background: var(--sln3zchmh);
    border-radius: var(--sdy12oqkk);
    padding: 36px 28px;
    text-align: center;
    box-shadow: var(--sd1o8mg);
    transition: var(--sbneqg);
    border: 1px solid rgba(255,107,157,0.08);
}

.sbo8wk4r:hover {
    transform: translateY(-5px);
    box-shadow: var(--sm6s5kgd);
    border-color: rgba(255,107,157,0.2);
}

.sonpbv8vr {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    background: var(--szjn1ndz);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.sbo8wk4r h4 {
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.sbo8wk4r p {
    color: var(--s9mpzs);
    font-size: 0.92rem;
    line-height: 1.7;
}

/* ============================================
   Expert Section
   ============================================ */
.snsa00 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.sp4pt1cs0 {
    background: var(--sln3zchmh);
    border-radius: var(--sdy12oqkk);
    padding: 32px 20px;
    text-align: center;
    box-shadow: var(--sd1o8mg);
    transition: var(--sbneqg);
}

.sp4pt1cs0:hover {
    transform: translateY(-5px);
    box-shadow: var(--sm6s5kgd);
}

.s869ku {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 16px;
    overflow: hidden;
    border: 3px solid var(--suw5ouer);
    padding: 3px;
}

.s869ku img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.sp4pt1cs0 h4 {
    font-size: 1.05rem;
    margin-bottom: 6px;
}

.ssbnc6 {
    color: var(--suw5ouer);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.seg6kr7h9 {
    color: var(--s9mpzs);
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 14px;
}

.su96glz {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.s3ahr7 {
    padding: 6px 16px;
    font-size: 0.8rem;
    border-radius: 20px;
}

/* ============================================
   Brand Wall
   ============================================ */
.sn1xzdz {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.sui7i3v {
    width: 140px;
    height: 60px;
    background: var(--sln3zchmh);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-weight: 700;
    color: var(--s9mpzs);
    font-size: 0.9rem;
    transition: var(--sbneqg);
}

.sui7i3v:hover {
    box-shadow: var(--sd1o8mg);
    color: var(--suw5ouer);
}

/* ============================================
   Reviews
   ============================================ */
.snuqg71r {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.sx9latxb9 {
    background: var(--sln3zchmh);
    border-radius: var(--sr3xwju);
    padding: 28px;
    box-shadow: var(--sd1o8mg);
    transition: var(--sbneqg);
}

.sx9latxb9:hover {
    box-shadow: var(--sm6s5kgd);
}

.szvyub {
    color: var(--s6zw6ngc5);
    font-size: 1rem;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.sadc0mh {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--spdamp5u);
    margin-bottom: 16px;
    font-style: italic;
}

.sjxl97 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.snezqj {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--squke29k);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1rem;
}

.ss5kzj h5 {
    font-size: 0.9rem;
    font-weight: 600;
}

.ss5kzj span {
    font-size: 0.8rem;
    color: var(--s9mpzs);
}

/* ============================================
   FAQ Section
   ============================================ */
.sp765y {
    max-width: 800px;
    margin: 0 auto;
}

.sdi5yg18q {
    background: var(--sln3zchmh);
    border-radius: var(--sr3xwju);
    margin-bottom: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
    border: 1px solid rgba(255,107,157,0.08);
}

.sy0kkfjka {
    padding: 20px 24px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--sbneqg);
}

.sy0kkfjka:hover {
    color: var(--suw5ouer);
}

.sy0kkfjka::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--suw5ouer);
    transition: var(--sbneqg);
}

.sdi5yg18q.active .sy0kkfjka::after {
    content: '−';
}

.s187hk {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: var(--s9mpzs);
    font-size: 0.95rem;
    line-height: 1.8;
}

.sdi5yg18q.active .s187hk {
    padding: 0 24px 20px;
    max-height: 300px;
}

/* ============================================
   Contact Section
   ============================================ */
.s5xkaahd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: start;
}

.s9ng15 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sx2772en {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: var(--sln3zchmh);
    border-radius: var(--sr3xwju);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.skvy64 {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: var(--szjn1ndz);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.sx2772en h5 {
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.sx2772en p {
    font-size: 0.88rem;
    color: var(--s9mpzs);
}

.sygmxm {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.stcqaby {
    text-align: center;
}

.stcqaby img {
    width: 160px;
    height: auto;
    border-radius: var(--sr3xwju);
    box-shadow: var(--sd1o8mg);
    margin-bottom: 10px;
}

.stcqaby p {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--spdamp5u);
}

/* ============================================
   How-To Guide
   ============================================ */
.s77m61hq {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    counter-reset: step;
}

.s1xac1hr {
    text-align: center;
    padding: 28px 20px;
    background: var(--sln3zchmh);
    border-radius: var(--sdy12oqkk);
    box-shadow: var(--sd1o8mg);
    position: relative;
    counter-increment: step;
}

.s1xac1hr::before {
    content: counter(step);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--squke29k);
    color: white;
    font-size: 1.3rem;
    font-weight: 800;
    border-radius: 50%;
    margin: 0 auto 16px;
}

.s1xac1hr h4 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.s1xac1hr p {
    font-size: 0.88rem;
    color: var(--s9mpzs);
    line-height: 1.6;
}

/* ============================================
   Social Share
   ============================================ */
.si335hh {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.szp4a1u42 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--sln3zchmh);
    transition: var(--sbneqg);
    cursor: pointer;
    border: none;
}

.szp4a1u42:hover {
    transform: translateY(-2px);
    color: var(--sln3zchmh);
}

.sdimwh1rp { background: #07C160; }
.sv1fbt { background: #E6162D; }
.sncovqq3 { background: #161823; }
.sxkqzh2 { background: #00A1D6; }

/* ============================================
   Footer
   ============================================ */
.sl82fu {
    background: var(--sznbhot);
    color: rgba(255,255,255,0.7);
    padding: 50px 0 0;
}

.s6y4w6hi5 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sjrzs1 h3 {
    color: var(--sln3zchmh);
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.sjrzs1 p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 16px;
}

.sl82fu h4 {
    color: var(--sln3zchmh);
    font-size: 1rem;
    margin-bottom: 16px;
}

.spwp9ow3 {
    list-style: none;
}

.spwp9ow3 li {
    margin-bottom: 10px;
}

.spwp9ow3 a {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    transition: var(--sbneqg);
}

.spwp9ow3 a:hover {
    color: var(--suw5ouer);
    padding-left: 4px;
}

.sd31dvl {
    padding: 20px 0;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
}

.sd31dvl a {
    color: var(--suw5ouer);
}

/* ============================================
   Breadcrumb
   ============================================ */
.szwwhe {
    padding: 16px 0;
    font-size: 0.88rem;
    color: var(--s9mpzs);
}

.szwwhe a {
    color: var(--s9mpzs);
}

.szwwhe a:hover {
    color: var(--suw5ouer);
}

.szwwhe span {
    margin: 0 8px;
    color: #ccc;
}

/* ============================================
   Tags
   ============================================ */
.sbs2y8 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.s33uhwwvp {
    display: inline-block;
    padding: 5px 14px;
    background: var(--szjn1ndz);
    color: var(--suw5ouer);
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 500;
    transition: var(--sbneqg);
}

.s33uhwwvp:hover {
    background: var(--suw5ouer);
    color: var(--sln3zchmh);
}

/* ============================================
   Page Content (Inner Pages)
   ============================================ */
.sfl71034d {
    background: var(--squke29k);
    padding: 50px 0;
    text-align: center;
    color: var(--sln3zchmh);
}

.sfl71034d h1 {
    font-size: 2.2rem;
    color: var(--sln3zchmh);
    margin-bottom: 10px;
}

.sfl71034d p {
    font-size: 1.05rem;
    opacity: 0.9;
}

.scx6aujsa {
    padding: 50px 0;
}

/* ============================================
   Lazy Load
   ============================================ */
.sj1nuc {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.sj1nuc.loaded {
    opacity: 1;
}

/* ============================================
   Animations
   ============================================ */
.snz9n2 {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.snz9n2.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   Community Cards
   ============================================ */
.sm8rh1iym {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sc5c0k {
    background: var(--sln3zchmh);
    border-radius: var(--sdy12oqkk);
    overflow: hidden;
    box-shadow: var(--sd1o8mg);
    transition: var(--sbneqg);
}

.sc5c0k:hover {
    transform: translateY(-5px);
    box-shadow: var(--sm6s5kgd);
}

.sc5c0k img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.skwa51t8o {
    padding: 20px;
}

.sc5c0k h4 {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.sc5c0k p {
    font-size: 0.9rem;
    color: var(--s9mpzs);
    line-height: 1.6;
}

/* ============================================
   AI Feature Section
   ============================================ */
.s2ydilll {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.s8xs7gxw {
    border-radius: var(--sdy12oqkk);
    overflow: hidden;
    box-shadow: var(--sm6s5kgd);
}

.svgled5 h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.svgled5 p {
    font-size: 0.95rem;
    color: var(--s9mpzs);
    line-height: 1.8;
    margin-bottom: 12px;
}

.su2fy0oq {
    list-style: none;
    margin-top: 16px;
}

.su2fy0oq li {
    padding: 8px 0;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.su2fy0oq li::before {
    content: '✦';
    color: var(--suw5ouer);
    font-size: 0.8rem;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 1024px) {
    .s9gh8327 {
        grid-template-columns: repeat(3, 1fr);
    }
    .snsa00 {
        grid-template-columns: repeat(2, 1fr);
    }
    .s6y4w6hi5 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sbah82qlx {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--sln3zchmh);
        flex-direction: column;
        padding: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        gap: 4px;
    }
    .sbah82qlx.open {
        display: flex;
    }
    .sbah82qlx a {
        width: 100%;
        text-align: center;
        padding: 12px;
    }
    .ss30cxest {
        display: block;
    }
    .sxa9xye h1 {
        font-size: 1.8rem;
    }
    .sxa9xye {
        min-height: 400px;
    }
    .s9gh8327 {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .saok4fwg {
        grid-template-columns: 1fr;
    }
    .snsa00 {
        grid-template-columns: 1fr;
    }
    .snuqg71r {
        grid-template-columns: 1fr;
    }
    .s5xkaahd {
        grid-template-columns: 1fr;
    }
    .s77m61hq {
        grid-template-columns: repeat(2, 1fr);
    }
    .s2ydilll {
        grid-template-columns: 1fr;
    }
    .s6y4w6hi5 {
        grid-template-columns: 1fr;
    }
    .s9bta9 {
        padding: 50px 0;
    }
    .svkdiyz4u h2 {
        font-size: 1.6rem;
    }
    .sm8rh1iym {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .s9gh8327 {
        grid-template-columns: 1fr;
    }
    .s77m61hq {
        grid-template-columns: 1fr;
    }
    .sxa9xye h1 {
        font-size: 1.5rem;
    }
    .sokcwdz7 {
        flex-direction: column;
    }
    .sygmxm {
        flex-direction: column;
        align-items: center;
    }
}

/* ============================================
   Yandex EEAT - 专家凭证徽章
   ============================================ */
.sjupgjgjm {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0;
    justify-content: center;
}
.sx3bxhb6e {
    display: inline-block;
    padding: 3px 10px;
    background: var(--szjn1ndz);
    color: var(--s5jcs7g);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid rgba(196, 69, 105, 0.15);
}
/* ============================================
   视频发布日期
   ============================================ */
.svg0ba78 {
    display: block;
    font-size: 0.75rem;
    color: var(--s9mpzs);
    margin-top: 6px;
}
/* ============================================
   评论日期
   ============================================ */
.sq1bmy6 {
    display: block;
    font-size: 0.75rem;
    color: var(--s9mpzs);
    margin-top: 10px;
    text-align: right;
}
/* ============================================
   隐私/条款页面更新通知
   ============================================ */
.siw6s0bov {
    padding: 12px 20px;
    background: var(--szjn1ndz);
    border-left: 4px solid var(--suw5ouer);
    border-radius: 0 var(--sr3xwju) var(--sr3xwju) 0;
    margin-bottom: 30px;
    font-size: 0.9rem;
    color: var(--s9mpzs);
}
/* ============================================
   页面内容样式增强
   ============================================ */
.scx6aujsa h1 {
    font-size: 2rem;
    color: var(--spdamp5u);
    margin-bottom: 20px;
    background: var(--squke29k);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.scx6aujsa h2 {
    font-size: 1.5rem;
    color: var(--spdamp5u);
    margin: 35px 0 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--szjn1ndz);
}
.scx6aujsa h3 {
    font-size: 1.2rem;
    color: var(--spdamp5u);
    margin: 25px 0 10px;
}
.scx6aujsa p {
    margin-bottom: 15px;
    line-height: 1.8;
}
.scx6aujsa ul {
    margin: 10px 0 20px 20px;
}
.scx6aujsa ul li {
    margin-bottom: 8px;
    line-height: 1.7;
}
/* ============================================
   信任信号样式
   ============================================ */
.srbiyi {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 20px 0;
    text-align: center;
}
.srbiyi p {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
}
/* ============================================
   面包屑导航增强（Microdata格式）
   ============================================ */
nav.szwwhe {
    padding: 14px 0;
    font-size: 0.88rem;
    color: var(--s9mpzs);
    background: var(--sln3zchmh);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.szwwhe a {
    color: var(--s9mpzs);
}
nav.szwwhe a:hover {
    color: var(--suw5ouer);
}
