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

/* CSS Variables */
:root {
    --s63mhq: #FF6B9D;
    --sjnzff: #C44569;
    --sia8ur4: #F8B500;
    --sljuavya: #FFF5F7;
    --sogtw2yez: #1A1A2E;
    --si975zq6s: #2D2D3A;
    --s0ow92: #6B6B80;
    --s8xfj0qh: #FFFFFF;
    --skqeqqgkc: linear-gradient(135deg, #FF6B9D 0%, #C44569 50%, #F8B500 100%);
    --sj05dg: linear-gradient(135deg, #FFF5F7 0%, #FFE8F0 100%);
    --s3ju8o6: 0 4px 20px rgba(255, 107, 157, 0.15);
    --sc5mm4j: 0 8px 30px rgba(255, 107, 157, 0.25);
    --sgngh7: 12px;
    --sisns5n: 20px;
    --s3rfcv: 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(--si975zq6s);
    background: var(--sljuavya);
    line-height: 1.7;
    overflow-x: hidden;
}

a {
    color: var(--s63mhq);
    text-decoration: none;
    transition: var(--s3rfcv);
}

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

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

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

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

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

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

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

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

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

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

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

.sq94qjn5b a:hover,
.sq94qjn5b a.active {
    background: var(--skqeqqgkc);
    color: var(--s8xfj0qh);
    -webkit-text-fill-color: var(--s8xfj0qh);
}

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

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

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

.sjah6a {
    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(--s3rfcv);
    background: var(--s8xfj0qh);
}

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

.suf9xq {
    padding: 12px 28px;
    background: var(--skqeqqgkc);
    color: var(--s8xfj0qh);
    border: none;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--s3rfcv);
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

.s112xya2 {
    background: var(--skqeqqgkc);
    color: var(--s8xfj0qh);
    box-shadow: 0 4px 15px rgba(255,107,157,0.4);
}

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

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

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

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

.sl3kgk9 {
    background: var(--sogtw2yez);
    color: var(--s8xfj0qh);
}

.sl3kgk9 h2,
.sl3kgk9 h3,
.sl3kgk9 h4 {
    color: var(--s8xfj0qh);
}

.szzzi5dat {
    background: var(--s8xfj0qh);
}

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

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

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

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

.sl3kgk9 .sm2ggvs5h p {
    color: rgba(255,255,255,0.7);
}

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

.svuyd3q {
    background: var(--s8xfj0qh);
    border-radius: var(--sgngh7);
    overflow: hidden;
    box-shadow: var(--s3ju8o6);
    transition: var(--s3rfcv);
    cursor: pointer;
}

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

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

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

.svuyd3q:hover .s836qf img {
    transform: scale(1.05);
}

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

.svuyd3q:hover .s6cvc8mdt {
    opacity: 1;
}

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

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

.svuyd3q:hover .saafiu4 {
    transform: scale(1.1);
}

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

.ssny9c {
    padding: 16px;
}

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

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

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

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

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

.sce5eun4 {
    background: var(--s8xfj0qh);
    border-radius: var(--sisns5n);
    padding: 36px 28px;
    text-align: center;
    box-shadow: var(--s3ju8o6);
    transition: var(--s3rfcv);
    border: 1px solid rgba(255,107,157,0.08);
}

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

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

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

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

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

.stigtrp {
    background: var(--s8xfj0qh);
    border-radius: var(--sisns5n);
    padding: 32px 20px;
    text-align: center;
    box-shadow: var(--s3ju8o6);
    transition: var(--s3rfcv);
}

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

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

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

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

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

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

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

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

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

.sxybbiig {
    width: 140px;
    height: 60px;
    background: var(--s8xfj0qh);
    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(--s0ow92);
    font-size: 0.9rem;
    transition: var(--s3rfcv);
}

.sxybbiig:hover {
    box-shadow: var(--s3ju8o6);
    color: var(--s63mhq);
}

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

.sv8qh3eyi {
    background: var(--s8xfj0qh);
    border-radius: var(--sgngh7);
    padding: 28px;
    box-shadow: var(--s3ju8o6);
    transition: var(--s3rfcv);
}

.sv8qh3eyi:hover {
    box-shadow: var(--sc5mm4j);
}

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

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

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

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

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

.scayh41m span {
    font-size: 0.8rem;
    color: var(--s0ow92);
}

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

.s2arrjl {
    background: var(--s8xfj0qh);
    border-radius: var(--sgngh7);
    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);
}

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

.su107m:hover {
    color: var(--s63mhq);
}

.su107m::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--s63mhq);
    transition: var(--s3rfcv);
}

.s2arrjl.active .su107m::after {
    content: '−';
}

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

.s2arrjl.active .s7co02 {
    padding: 0 24px 20px;
    max-height: 300px;
}

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

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

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

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

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

.sfwawxau p {
    font-size: 0.88rem;
    color: var(--s0ow92);
}

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

.saeaqdnwu {
    text-align: center;
}

.saeaqdnwu img {
    width: 160px;
    height: auto;
    border-radius: var(--sgngh7);
    box-shadow: var(--s3ju8o6);
    margin-bottom: 10px;
}

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

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

.sqz9ktlt6 {
    text-align: center;
    padding: 28px 20px;
    background: var(--s8xfj0qh);
    border-radius: var(--sisns5n);
    box-shadow: var(--s3ju8o6);
    position: relative;
    counter-increment: step;
}

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

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

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

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

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

.s16hyc1:hover {
    transform: translateY(-2px);
    color: var(--s8xfj0qh);
}

.s6dq84o { background: #07C160; }
.sg3zxz { background: #E6162D; }
.s2usiiw6 { background: #161823; }
.s186nf { background: #00A1D6; }

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

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

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

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

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

.s3iqwey {
    list-style: none;
}

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

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

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

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

.sxrf19a a {
    color: var(--s63mhq);
}

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

.sbufxwku9 a {
    color: var(--s0ow92);
}

.sbufxwku9 a:hover {
    color: var(--s63mhq);
}

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

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

.sym5kc {
    display: inline-block;
    padding: 5px 14px;
    background: var(--sj05dg);
    color: var(--s63mhq);
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 500;
    transition: var(--s3rfcv);
}

.sym5kc:hover {
    background: var(--s63mhq);
    color: var(--s8xfj0qh);
}

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

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

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

.so6dcyew {
    padding: 50px 0;
}

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

.s8s8qzcrz.loaded {
    opacity: 1;
}

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

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

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

.spra94 {
    background: var(--s8xfj0qh);
    border-radius: var(--sisns5n);
    overflow: hidden;
    box-shadow: var(--s3ju8o6);
    transition: var(--s3rfcv);
}

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

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

.sd8h97 {
    padding: 20px;
}

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

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

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

.syf62u {
    border-radius: var(--sisns5n);
    overflow: hidden;
    box-shadow: var(--sc5mm4j);
}

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

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

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

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

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

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

@media (max-width: 768px) {
    .sq94qjn5b {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--s8xfj0qh);
        flex-direction: column;
        padding: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        gap: 4px;
    }
    .sq94qjn5b.open {
        display: flex;
    }
    .sq94qjn5b a {
        width: 100%;
        text-align: center;
        padding: 12px;
    }
    .s3ixak3 {
        display: block;
    }
    .sy7ma9 h1 {
        font-size: 1.8rem;
    }
    .sy7ma9 {
        min-height: 400px;
    }
    .s09y8o {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .sqiyuf4 {
        grid-template-columns: 1fr;
    }
    .spjz504l {
        grid-template-columns: 1fr;
    }
    .stxprl {
        grid-template-columns: 1fr;
    }
    .s8pbx7 {
        grid-template-columns: 1fr;
    }
    .slslb4e {
        grid-template-columns: repeat(2, 1fr);
    }
    .s6f1amir {
        grid-template-columns: 1fr;
    }
    .siu6nae {
        grid-template-columns: 1fr;
    }
    .sk3st6 {
        padding: 50px 0;
    }
    .sm2ggvs5h h2 {
        font-size: 1.6rem;
    }
    .ssa8lsp4 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .s09y8o {
        grid-template-columns: 1fr;
    }
    .slslb4e {
        grid-template-columns: 1fr;
    }
    .sy7ma9 h1 {
        font-size: 1.5rem;
    }
    .s3ht2p {
        flex-direction: column;
    }
    .shvw0yc {
        flex-direction: column;
        align-items: center;
    }
}

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