/* ============================================
   国产视频 - 原创样式表
   品牌定位：国内影视传媒公司+视频社区
   域名：qianhui.org.cn
   ============================================ */

/* CSS Variables */
:root {
    --stiid9qb: #FF6B9D;
    --s5r4mpws9: #C44569;
    --swxm5uhr: #F8B500;
    --sr30i24: #FFF5F7;
    --sbr2w4: #1A1A2E;
    --srrn33hp: #2D2D3A;
    --sdlikc1: #6B6B80;
    --sakdp2c: #FFFFFF;
    --sbmjrx: linear-gradient(135deg, #FF6B9D 0%, #C44569 50%, #F8B500 100%);
    --sb7glh: linear-gradient(135deg, #FFF5F7 0%, #FFE8F0 100%);
    --svxe7akb: 0 4px 20px rgba(255, 107, 157, 0.15);
    --s1t4ar3i8: 0 8px 30px rgba(255, 107, 157, 0.25);
    --sz9stc: 12px;
    --so4vq6: 20px;
    --sluqdh2j: 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(--srrn33hp);
    background: var(--sr30i24);
    line-height: 1.7;
    overflow-x: hidden;
}

a {
    color: var(--stiid9qb);
    text-decoration: none;
    transition: var(--sluqdh2j);
}

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

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

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

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

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

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

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

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

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

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

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

.svdu9e4 a:hover,
.svdu9e4 a.active {
    background: var(--sbmjrx);
    color: var(--sakdp2c);
    -webkit-text-fill-color: var(--sakdp2c);
}

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

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

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

.sx6cfxs7j {
    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(--sluqdh2j);
    background: var(--sakdp2c);
}

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

.sig4q247 {
    padding: 12px 28px;
    background: var(--sbmjrx);
    color: var(--sakdp2c);
    border: none;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--sluqdh2j);
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

.srrkeu4 {
    background: var(--sbmjrx);
    color: var(--sakdp2c);
    box-shadow: 0 4px 15px rgba(255,107,157,0.4);
}

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

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

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

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

.srcm4rqpo {
    background: var(--sbr2w4);
    color: var(--sakdp2c);
}

.srcm4rqpo h2,
.srcm4rqpo h3,
.srcm4rqpo h4 {
    color: var(--sakdp2c);
}

.sbqeouk {
    background: var(--sakdp2c);
}

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

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

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

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

.srcm4rqpo .ssytezm p {
    color: rgba(255,255,255,0.7);
}

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

.s3w26uoa {
    background: var(--sakdp2c);
    border-radius: var(--sz9stc);
    overflow: hidden;
    box-shadow: var(--svxe7akb);
    transition: var(--sluqdh2j);
    cursor: pointer;
}

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

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

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

.s3w26uoa:hover .s5aturwjh img {
    transform: scale(1.05);
}

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

.s3w26uoa:hover .sjduuegr9 {
    opacity: 1;
}

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

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

.s3w26uoa:hover .su93uug {
    transform: scale(1.1);
}

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

.s1q7eevsy {
    padding: 16px;
}

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

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

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

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

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

.sdttruj {
    background: var(--sakdp2c);
    border-radius: var(--so4vq6);
    padding: 36px 28px;
    text-align: center;
    box-shadow: var(--svxe7akb);
    transition: var(--sluqdh2j);
    border: 1px solid rgba(255,107,157,0.08);
}

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

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

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

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

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

.sy346e3 {
    background: var(--sakdp2c);
    border-radius: var(--so4vq6);
    padding: 32px 20px;
    text-align: center;
    box-shadow: var(--svxe7akb);
    transition: var(--sluqdh2j);
}

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

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

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

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

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

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

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

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

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

.s632x1 {
    width: 140px;
    height: 60px;
    background: var(--sakdp2c);
    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(--sdlikc1);
    font-size: 0.9rem;
    transition: var(--sluqdh2j);
}

.s632x1:hover {
    box-shadow: var(--svxe7akb);
    color: var(--stiid9qb);
}

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

.sb577v {
    background: var(--sakdp2c);
    border-radius: var(--sz9stc);
    padding: 28px;
    box-shadow: var(--svxe7akb);
    transition: var(--sluqdh2j);
}

.sb577v:hover {
    box-shadow: var(--s1t4ar3i8);
}

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

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

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

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

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

.s1oj0bnv span {
    font-size: 0.8rem;
    color: var(--sdlikc1);
}

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

.sy6ui41h {
    background: var(--sakdp2c);
    border-radius: var(--sz9stc);
    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);
}

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

.s5b1a0nx:hover {
    color: var(--stiid9qb);
}

.s5b1a0nx::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--stiid9qb);
    transition: var(--sluqdh2j);
}

.sy6ui41h.active .s5b1a0nx::after {
    content: '−';
}

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

.sy6ui41h.active .sma7nob {
    padding: 0 24px 20px;
    max-height: 300px;
}

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

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

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

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

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

.sbrhxqz0 p {
    font-size: 0.88rem;
    color: var(--sdlikc1);
}

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

.sdw5ca0 {
    text-align: center;
}

.sdw5ca0 img {
    width: 160px;
    height: auto;
    border-radius: var(--sz9stc);
    box-shadow: var(--svxe7akb);
    margin-bottom: 10px;
}

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

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

.sp6rvop7 {
    text-align: center;
    padding: 28px 20px;
    background: var(--sakdp2c);
    border-radius: var(--so4vq6);
    box-shadow: var(--svxe7akb);
    position: relative;
    counter-increment: step;
}

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

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

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

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

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

.shpw0gy:hover {
    transform: translateY(-2px);
    color: var(--sakdp2c);
}

.slwkb18id { background: #07C160; }
.sfe2voood { background: #E6162D; }
.sm2jl74r3 { background: #161823; }
.scwqdyibw { background: #00A1D6; }

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

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

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

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

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

.squ1lr0a {
    list-style: none;
}

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

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

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

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

.subh85u a {
    color: var(--stiid9qb);
}

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

.svgzpww1 a {
    color: var(--sdlikc1);
}

.svgzpww1 a:hover {
    color: var(--stiid9qb);
}

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

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

.seiiyi {
    display: inline-block;
    padding: 5px 14px;
    background: var(--sb7glh);
    color: var(--stiid9qb);
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 500;
    transition: var(--sluqdh2j);
}

.seiiyi:hover {
    background: var(--stiid9qb);
    color: var(--sakdp2c);
}

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

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

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

.sxhid8c {
    padding: 50px 0;
}

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

.sq7qcq9.loaded {
    opacity: 1;
}

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

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

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

.sc06xt8g1 {
    background: var(--sakdp2c);
    border-radius: var(--so4vq6);
    overflow: hidden;
    box-shadow: var(--svxe7akb);
    transition: var(--sluqdh2j);
}

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

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

.sci9sq9 {
    padding: 20px;
}

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

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

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

.s83wkj38n {
    border-radius: var(--so4vq6);
    overflow: hidden;
    box-shadow: var(--s1t4ar3i8);
}

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

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

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

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

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

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

@media (max-width: 768px) {
    .svdu9e4 {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--sakdp2c);
        flex-direction: column;
        padding: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        gap: 4px;
    }
    .svdu9e4.open {
        display: flex;
    }
    .svdu9e4 a {
        width: 100%;
        text-align: center;
        padding: 12px;
    }
    .sk24gft2 {
        display: block;
    }
    .s9b7nn h1 {
        font-size: 1.8rem;
    }
    .s9b7nn {
        min-height: 400px;
    }
    .szy5r94o {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .sfeuuw {
        grid-template-columns: 1fr;
    }
    .sv7rnub9 {
        grid-template-columns: 1fr;
    }
    .sj9l2tv {
        grid-template-columns: 1fr;
    }
    .secn546 {
        grid-template-columns: 1fr;
    }
    .srrivs7j {
        grid-template-columns: repeat(2, 1fr);
    }
    .sgona66z {
        grid-template-columns: 1fr;
    }
    .sn17i6hhf {
        grid-template-columns: 1fr;
    }
    .snxb1m {
        padding: 50px 0;
    }
    .ssytezm h2 {
        font-size: 1.6rem;
    }
    .ss34x6 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .szy5r94o {
        grid-template-columns: 1fr;
    }
    .srrivs7j {
        grid-template-columns: 1fr;
    }
    .s9b7nn h1 {
        font-size: 1.5rem;
    }
    .sx8rt3ynn {
        flex-direction: column;
    }
    .s7u3wxzj {
        flex-direction: column;
        align-items: center;
    }
}

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