/* ============================================
   黄色仓库 - 原创样式表
   品牌定位：国内影视传媒公司+视频社区
   域名：hyjzzs.com.cn
   ============================================ */

/* CSS Variables */
:root {
    --sl80ekfa: #FF6B9D;
    --sktod9: #C44569;
    --shyiwfq: #F8B500;
    --sxyl70: #FFF5F7;
    --sgr0p8: #1A1A2E;
    --s2tbmxo: #2D2D3A;
    --s8i670h: #6B6B80;
    --sadp6abno: #FFFFFF;
    --st5b0t59w: linear-gradient(135deg, #FF6B9D 0%, #C44569 50%, #F8B500 100%);
    --stj6pzjwl: linear-gradient(135deg, #FFF5F7 0%, #FFE8F0 100%);
    --s6gsmj3: 0 4px 20px rgba(255, 107, 157, 0.15);
    --sv5u1qz: 0 8px 30px rgba(255, 107, 157, 0.25);
    --sbv1ci: 12px;
    --sb6ch0: 20px;
    --s4xudm: 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(--s2tbmxo);
    background: var(--sxyl70);
    line-height: 1.7;
    overflow-x: hidden;
}

a {
    color: var(--sl80ekfa);
    text-decoration: none;
    transition: var(--s4xudm);
}

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

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

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

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

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

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

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

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

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

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

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

.sf2iqg a:hover,
.sf2iqg a.active {
    background: var(--st5b0t59w);
    color: var(--sadp6abno);
    -webkit-text-fill-color: var(--sadp6abno);
}

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

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

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

.s4zaaw {
    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(--s4xudm);
    background: var(--sadp6abno);
}

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

.sh9z9f {
    padding: 12px 28px;
    background: var(--st5b0t59w);
    color: var(--sadp6abno);
    border: none;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--s4xudm);
    white-space: nowrap;
}

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

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

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

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

.stqqkv6ds {
    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;
}

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

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

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

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

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

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

.sja9b2 {
    background: var(--st5b0t59w);
    color: var(--sadp6abno);
    box-shadow: 0 4px 15px rgba(255,107,157,0.4);
}

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

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

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

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

.s5bapev0o {
    background: var(--sgr0p8);
    color: var(--sadp6abno);
}

.s5bapev0o h2,
.s5bapev0o h3,
.s5bapev0o h4 {
    color: var(--sadp6abno);
}

.svz2u7 {
    background: var(--sadp6abno);
}

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

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

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

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

.s5bapev0o .sabbwyj8n p {
    color: rgba(255,255,255,0.7);
}

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

.s2bmvwu {
    background: var(--sadp6abno);
    border-radius: var(--sbv1ci);
    overflow: hidden;
    box-shadow: var(--s6gsmj3);
    transition: var(--s4xudm);
    cursor: pointer;
}

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

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

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

.s2bmvwu:hover .sszk15l img {
    transform: scale(1.05);
}

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

.s2bmvwu:hover .s0is703 {
    opacity: 1;
}

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

.sw6t3tw::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;
}

.s2bmvwu:hover .sw6t3tw {
    transform: scale(1.1);
}

.s3yt42h {
    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;
}

.sqlwy2 {
    padding: 16px;
}

.sqlwy2 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;
}

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

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

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

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

.sauhw9wn {
    background: var(--sadp6abno);
    border-radius: var(--sb6ch0);
    padding: 36px 28px;
    text-align: center;
    box-shadow: var(--s6gsmj3);
    transition: var(--s4xudm);
    border: 1px solid rgba(255,107,157,0.08);
}

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

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

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

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

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

.s2z42f {
    background: var(--sadp6abno);
    border-radius: var(--sb6ch0);
    padding: 32px 20px;
    text-align: center;
    box-shadow: var(--s6gsmj3);
    transition: var(--s4xudm);
}

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

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

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

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

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

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

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

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

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

.sds2g1 {
    width: 140px;
    height: 60px;
    background: var(--sadp6abno);
    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(--s8i670h);
    font-size: 0.9rem;
    transition: var(--s4xudm);
}

.sds2g1:hover {
    box-shadow: var(--s6gsmj3);
    color: var(--sl80ekfa);
}

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

.st7ewvtwz {
    background: var(--sadp6abno);
    border-radius: var(--sbv1ci);
    padding: 28px;
    box-shadow: var(--s6gsmj3);
    transition: var(--s4xudm);
}

.st7ewvtwz:hover {
    box-shadow: var(--sv5u1qz);
}

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

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

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

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

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

.sphecilc span {
    font-size: 0.8rem;
    color: var(--s8i670h);
}

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

.sq2npmsmd {
    background: var(--sadp6abno);
    border-radius: var(--sbv1ci);
    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);
}

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

.sywc63:hover {
    color: var(--sl80ekfa);
}

.sywc63::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--sl80ekfa);
    transition: var(--s4xudm);
}

.sq2npmsmd.active .sywc63::after {
    content: '−';
}

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

.sq2npmsmd.active .st1sfyk {
    padding: 0 24px 20px;
    max-height: 300px;
}

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

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

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

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

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

.sjt0bxvq9 p {
    font-size: 0.88rem;
    color: var(--s8i670h);
}

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

.s89q1e1j {
    text-align: center;
}

.s89q1e1j img {
    width: 160px;
    height: auto;
    border-radius: var(--sbv1ci);
    box-shadow: var(--s6gsmj3);
    margin-bottom: 10px;
}

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

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

.ss3l42gt {
    text-align: center;
    padding: 28px 20px;
    background: var(--sadp6abno);
    border-radius: var(--sb6ch0);
    box-shadow: var(--s6gsmj3);
    position: relative;
    counter-increment: step;
}

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

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

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

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

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

.snuhd2yb:hover {
    transform: translateY(-2px);
    color: var(--sadp6abno);
}

.s2fbgjae { background: #07C160; }
.shxt34 { background: #E6162D; }
.sqmmo04 { background: #161823; }
.sqd3jij { background: #00A1D6; }

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

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

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

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

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

.svf0c4p5q {
    list-style: none;
}

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

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

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

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

.s4d9wd49f a {
    color: var(--sl80ekfa);
}

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

.siresc9 a {
    color: var(--s8i670h);
}

.siresc9 a:hover {
    color: var(--sl80ekfa);
}

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

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

.s9sx109z {
    display: inline-block;
    padding: 5px 14px;
    background: var(--stj6pzjwl);
    color: var(--sl80ekfa);
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 500;
    transition: var(--s4xudm);
}

.s9sx109z:hover {
    background: var(--sl80ekfa);
    color: var(--sadp6abno);
}

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

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

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

.sby4oqi5d {
    padding: 50px 0;
}

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

.sa4sc4f79.loaded {
    opacity: 1;
}

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

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

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

.sk2ae2u {
    background: var(--sadp6abno);
    border-radius: var(--sb6ch0);
    overflow: hidden;
    box-shadow: var(--s6gsmj3);
    transition: var(--s4xudm);
}

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

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

.sllbdjd7c {
    padding: 20px;
}

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

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

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

.s6ikixj2w {
    border-radius: var(--sb6ch0);
    overflow: hidden;
    box-shadow: var(--sv5u1qz);
}

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

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

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

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

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

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

@media (max-width: 768px) {
    .sf2iqg {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--sadp6abno);
        flex-direction: column;
        padding: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        gap: 4px;
    }
    .sf2iqg.open {
        display: flex;
    }
    .sf2iqg a {
        width: 100%;
        text-align: center;
        padding: 12px;
    }
    .sgrjngs {
        display: block;
    }
    .si3my20 h1 {
        font-size: 1.8rem;
    }
    .si3my20 {
        min-height: 400px;
    }
    .s1ojdtti0 {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .sr6het3zb {
        grid-template-columns: 1fr;
    }
    .sex9iqi32 {
        grid-template-columns: 1fr;
    }
    .st15gvg {
        grid-template-columns: 1fr;
    }
    .st3tlzv {
        grid-template-columns: 1fr;
    }
    .s0avqs {
        grid-template-columns: repeat(2, 1fr);
    }
    .sds2xahs1 {
        grid-template-columns: 1fr;
    }
    .sho4y5sb {
        grid-template-columns: 1fr;
    }
    .sy3sos8 {
        padding: 50px 0;
    }
    .sabbwyj8n h2 {
        font-size: 1.6rem;
    }
    .sm3c3a {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .s1ojdtti0 {
        grid-template-columns: 1fr;
    }
    .s0avqs {
        grid-template-columns: 1fr;
    }
    .si3my20 h1 {
        font-size: 1.5rem;
    }
    .sz4oczd {
        flex-direction: column;
    }
    .sg21yvk {
        flex-direction: column;
        align-items: center;
    }
}

/* ============================================
   Yandex EEAT - 专家凭证徽章
   ============================================ */
.sph0neqs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0;
    justify-content: center;
}
.seqfbfsb {
    display: inline-block;
    padding: 3px 10px;
    background: var(--stj6pzjwl);
    color: var(--sktod9);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid rgba(196, 69, 105, 0.15);
}
/* ============================================
   视频发布日期
   ============================================ */
.scy8p9bfo {
    display: block;
    font-size: 0.75rem;
    color: var(--s8i670h);
    margin-top: 6px;
}
/* ============================================
   评论日期
   ============================================ */
.sguq6yh {
    display: block;
    font-size: 0.75rem;
    color: var(--s8i670h);
    margin-top: 10px;
    text-align: right;
}
/* ============================================
   隐私/条款页面更新通知
   ============================================ */
.sst0an5p {
    padding: 12px 20px;
    background: var(--stj6pzjwl);
    border-left: 4px solid var(--sl80ekfa);
    border-radius: 0 var(--sbv1ci) var(--sbv1ci) 0;
    margin-bottom: 30px;
    font-size: 0.9rem;
    color: var(--s8i670h);
}
/* ============================================
   页面内容样式增强
   ============================================ */
.sby4oqi5d h1 {
    font-size: 2rem;
    color: var(--s2tbmxo);
    margin-bottom: 20px;
    background: var(--st5b0t59w);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sby4oqi5d h2 {
    font-size: 1.5rem;
    color: var(--s2tbmxo);
    margin: 35px 0 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--stj6pzjwl);
}
.sby4oqi5d h3 {
    font-size: 1.2rem;
    color: var(--s2tbmxo);
    margin: 25px 0 10px;
}
.sby4oqi5d p {
    margin-bottom: 15px;
    line-height: 1.8;
}
.sby4oqi5d ul {
    margin: 10px 0 20px 20px;
}
.sby4oqi5d ul li {
    margin-bottom: 8px;
    line-height: 1.7;
}
/* ============================================
   信任信号样式
   ============================================ */
.s2wo3aot {
    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;
}
.s2wo3aot p {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
}
/* ============================================
   面包屑导航增强（Microdata格式）
   ============================================ */
nav.siresc9 {
    padding: 14px 0;
    font-size: 0.88rem;
    color: var(--s8i670h);
    background: var(--sadp6abno);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.siresc9 a {
    color: var(--s8i670h);
}
nav.siresc9 a:hover {
    color: var(--sl80ekfa);
}
