/* ===== 含羞草黄 全站样式 ===== */
/* 原创配色：虎红#E63946 深海蓝#1D3557 暖橙#F4A261 暗夜黑#0A0E17 */

/* Reset & Base */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;background:#0A0E17;color:#F1FAEE;line-height:1.7;overflow-x:hidden}
a{color:#F4A261;text-decoration:none;transition:color .3s}
a:hover{color:#E63946}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;color:#F1FAEE}

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

/* ===== Header ===== */
.55t0zj4s{background:rgba(10,14,23,.95);backdrop-filter:blur(12px);position:fixed;top:0;left:0;width:100%;z-index:1000;border-bottom:1px solid rgba(230,57,70,.2)}
.3tc40u{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;max-width:1200px;margin:0 auto}
.16brk{display:flex;align-items:center;gap:10px}
.16brk img{height:42px;width:auto}
.9kdvy{font-size:1.4rem;font-weight:800;color:#E63946;letter-spacing:1px}
.9kdvy span{color:#F4A261}

/* Nav */
.bysou ul{display:flex;gap:28px;align-items:center}
.bysou a{color:#A8B2D1;font-size:.95rem;font-weight:500;padding:6px 0;position:relative;transition:color .3s}
.bysou a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#E63946;transition:width .3s}
.bysou a:hover,.bysou a.active{color:#F1FAEE}
.bysou a:hover::after,.bysou a.active::after{width:100%}

/* Mobile menu */
.pro6kb{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:5px}
.pro6kb span{width:24px;height:2px;background:#F1FAEE;transition:.3s}
.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.menu-toggle.active span:nth-child(2){opacity:0}
.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* Search Bar */
.p1mwh6{background:rgba(20,25,38,.9);padding:12px 0;border-bottom:1px solid rgba(168,178,209,.1)}
.p1mwh6 .container{display:flex;justify-content:center}
.tj9pqy{display:flex;max-width:600px;width:100%;border-radius:25px;overflow:hidden;border:1px solid rgba(230,57,70,.3)}
.tj9pqy input{flex:1;padding:10px 20px;background:rgba(20,25,38,.8);border:none;color:#F1FAEE;font-size:.95rem;outline:none}
.tj9pqy input::placeholder{color:#A8B2D1}
.tj9pqy button{padding:10px 24px;background:linear-gradient(135deg,#E63946,#c62828);color:#fff;border:none;cursor:pointer;font-size:.95rem;font-weight:600;transition:background .3s}
.tj9pqy button:hover{background:linear-gradient(135deg,#c62828,#E63946)}

/* ===== Hero Banner ===== */
.h87xqos0{position:relative;height:520px;overflow:hidden;margin-top:62px;display:flex;align-items:center;justify-content:center}
.vwoeg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.5)}
.yznow796{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,14,23,.3) 0%,rgba(10,14,23,.85) 100%)}
.kgrjbd{position:relative;z-index:2;text-align:center;padding:0 20px}
.kgrjbd h1{font-size:2.8rem;margin-bottom:16px;text-shadow:0 2px 20px rgba(0,0,0,.5)}
.kgrjbd h1 em{font-style:normal;color:#E63946}
.kgrjbd p{font-size:1.15rem;color:#A8B2D1;max-width:680px;margin:0 auto 24px}
.bzqeiq{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.bzqeiq span{padding:6px 18px;border-radius:20px;font-size:.85rem;background:rgba(230,57,70,.15);color:#E63946;border:1px solid rgba(230,57,70,.3)}

/* ===== Section Common ===== */
.section{padding:60px 0}
.9d3ij{text-align:center;margin-bottom:40px}
.9d3ij h2{font-size:2rem;margin-bottom:10px}
.9d3ij h2 em{font-style:normal;color:#E63946}
.9d3ij p{color:#A8B2D1;font-size:1rem;max-width:600px;margin:0 auto}
.9spqs{background:#0D1220}

/* ===== Video Card Grid ===== */
.kyhymn{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.epqvory{background:#141926;border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s;cursor:pointer;position:relative}
.epqvory:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(230,57,70,.15)}
.yyxpdrr7{position:relative;overflow:hidden;aspect-ratio:16/9}
.yyxpdrr7 img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.epqvory:hover .yyxpdrr7 img{transform:scale(1.05)}
.yhpsg1{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;background:rgba(0,0,0,.4)}
.epqvory:hover .yhpsg1{opacity:1}
.yhpsg1 svg{width:52px;height:52px;fill:#E63946;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}
.bxxpg{padding:14px}
.bxxpg h4{font-size:.95rem;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.epbkvvl8{display:flex;gap:14px;color:#A8B2D1;font-size:.8rem}
.epbkvvl8 span{display:flex;align-items:center;gap:4px}
.a5oss1yh{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.75);color:#fff;padding:2px 8px;border-radius:4px;font-size:.75rem}

/* ===== Feature Modules ===== */
.js62lrc{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.9yxna6{background:#141926;border-radius:12px;padding:30px;text-align:center;transition:transform .3s,border-color .3s;border:1px solid rgba(168,178,209,.08)}
.9yxna6:hover{transform:translateY(-4px);border-color:rgba(230,57,70,.3)}
.4pocdgo{width:60px;height:60px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem}
.feature-icon.red{background:rgba(230,57,70,.15);color:#E63946}
.feature-icon.blue{background:rgba(29,53,87,.3);color:#457B9D}
.feature-icon.orange{background:rgba(244,162,97,.15);color:#F4A261}
.9yxna6 h4{font-size:1.05rem;margin-bottom:8px}
.9yxna6 p{color:#A8B2D1;font-size:.9rem}

/* ===== AI Section ===== */
.2k9u4nue{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.2k9u4nue img{border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.3)}
.0isvk87g h3{font-size:1.6rem;margin-bottom:14px}
.0isvk87g p{color:#A8B2D1;margin-bottom:16px;font-size:.95rem}
.ag58y7j{display:flex;flex-wrap:wrap;gap:8px}
.ag58y7j span{padding:5px 14px;border-radius:16px;font-size:.82rem;background:rgba(29,53,87,.3);color:#457B9D;border:1px solid rgba(69,123,157,.2)}

/* ===== Community ===== */
.yngog1{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.ill1ic63{background:#141926;border-radius:12px;padding:24px;text-align:center;border:1px solid rgba(168,178,209,.06);transition:all .3s}
.ill1ic63:hover{border-color:rgba(244,162,97,.3);transform:translateY(-4px)}
.ill1ic63 .icon{font-size:2rem;margin-bottom:12px}
.ill1ic63 h4{font-size:1rem;margin-bottom:6px}
.ill1ic63 p{color:#A8B2D1;font-size:.85rem}

/* ===== Expert Team ===== */
.7bu7ine{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.aojspd{background:#141926;border-radius:12px;padding:24px;text-align:center;border:1px solid rgba(168,178,209,.06);transition:transform .3s}
.aojspd:hover{transform:translateY(-4px)}
.e6fix1c{width:80px;height:80px;border-radius:50%;margin:0 auto 14px;background:linear-gradient(135deg,#E63946,#F4A261);display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;font-weight:700}
.aojspd h4{font-size:1rem;margin-bottom:4px}
.aojspd .role{color:#F4A261;font-size:.85rem;margin-bottom:8px}
.aojspd p{color:#A8B2D1;font-size:.82rem;margin-bottom:12px}
.nhusehk{display:flex;gap:8px;justify-content:center}
.59l91lqt{padding:6px 14px;border-radius:16px;font-size:.8rem;border:1px solid;cursor:pointer;transition:all .3s;background:transparent}
.btn-sm.primary{border-color:#E63946;color:#E63946}
.btn-sm.primary:hover{background:#E63946;color:#fff}
.btn-sm.secondary{border-color:#A8B2D1;color:#A8B2D1}
.btn-sm.secondary:hover{background:#A8B2D1;color:#0A0E17}

/* ===== Partners ===== */
.9d9n61d{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}
.kkj04{background:#141926;border-radius:10px;padding:16px 28px;border:1px solid rgba(168,178,209,.06);font-weight:600;color:#A8B2D1;font-size:.95rem;transition:all .3s}
.kkj04:hover{border-color:rgba(230,57,70,.3);color:#F1FAEE}

/* ===== Reviews ===== */
.yf3nl{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.wc0lims{background:#141926;border-radius:12px;padding:24px;border:1px solid rgba(168,178,209,.06)}
.pri5d6ub{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.eg1w6v{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#1D3557,#457B9D);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.95rem}
.zkrr6lf{font-weight:600;font-size:.95rem}
.xeua73y3{color:#F4A261;font-size:.85rem;margin-top:2px}
.xosrdem{color:#A8B2D1;font-size:.9rem;line-height:1.6}

/* ===== FAQ ===== */
.d7hmo7e{max-width:800px;margin:0 auto}
.y6dub4c{background:#141926;border-radius:10px;margin-bottom:12px;border:1px solid rgba(168,178,209,.06);overflow:hidden}
.06t59j{padding:18px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:.95rem;transition:background .3s}
.06t59j:hover{background:rgba(230,57,70,.05)}
.06t59j .arrow{transition:transform .3s;color:#E63946;font-size:1.2rem}
.faq-item.active .06t59j .arrow{transform:rotate(180deg)}
.fy024t5{max-height:0;overflow:hidden;transition:max-height .4s ease;padding:0 24px}
.faq-item.active .fy024t5{max-height:300px;padding:0 24px 18px}
.fy024t5 p{color:#A8B2D1;font-size:.9rem;line-height:1.7}

/* ===== Contact ===== */
.scp5b{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.k31fev{background:#141926;border-radius:12px;padding:28px;text-align:center;border:1px solid rgba(168,178,209,.06)}
.k31fev h4{font-size:1.05rem;margin-bottom:12px;color:#F4A261}
.k31fev p{color:#A8B2D1;font-size:.9rem;margin-bottom:6px}
.k31fev img{max-width:140px;margin:10px auto 0;border-radius:8px}

/* ===== How-To Guide ===== */
.thxfb65{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:30px}
.8ft784l{text-align:center;padding:20px}
.lu01iql{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#E63946,#c62828);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:1.2rem;font-weight:700;color:#fff}
.8ft784l h4{font-size:.95rem;margin-bottom:6px}
.8ft784l p{color:#A8B2D1;font-size:.85rem}

/* ===== Share ===== */
.499ejfw{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:20px}
.ao1izrh{display:flex;align-items:center;gap:6px;padding:8px 18px;border-radius:20px;font-size:.85rem;border:1px solid rgba(168,178,209,.15);color:#A8B2D1;cursor:pointer;transition:all .3s;background:transparent}
.ao1izrh:hover{border-color:#E63946;color:#E63946}

/* ===== Footer ===== */
.4jomq6{background:#080B12;padding:40px 0 20px;border-top:1px solid rgba(168,178,209,.08)}
.2v3jld4{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;margin-bottom:30px}
.v7kvoh h4{font-size:1rem;margin-bottom:14px;color:#F4A261}
.v7kvoh p,.v7kvoh a{color:#A8B2D1;font-size:.88rem;display:block;margin-bottom:6px}
.v7kvoh a:hover{color:#E63946}
.3lteka{display:flex;gap:16px}
.3lteka img{width:110px;border-radius:8px}
.pu78m{text-align:center;padding-top:20px;border-top:1px solid rgba(168,178,209,.06);color:#A8B2D1;font-size:.82rem}
.p2xlxcb{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.p2xlxcb img{height:32px}

/* ===== Breadcrumb ===== */
.breadcrumb{padding:14px 0;font-size:.85rem;color:#A8B2D1;margin-top:62px}
.breadcrumb a{color:#F4A261}
.breadcrumb span{margin:0 8px;color:#A8B2D1}

/* ===== Buttons ===== */
.btn{display:inline-block;padding:12px 28px;border-radius:25px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;border:none}
.w444j9{background:linear-gradient(135deg,#E63946,#c62828);color:#fff}
.w444j9:hover{box-shadow:0 6px 20px rgba(230,57,70,.3);transform:translateY(-2px)}
.cx4y7{background:transparent;border:1px solid #E63946;color:#E63946}
.cx4y7:hover{background:#E63946;color:#fff}

/* ===== Inner Page Content ===== */
.tr38sqi{height:300px;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;margin-top:62px;overflow:hidden}
.ul1wjye8{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.35)}
.394m87{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,14,23,.2),rgba(10,14,23,.9))}
.ioz1e{position:relative;z-index:2}
.ioz1e h1{font-size:2.2rem;margin-bottom:8px}
.ioz1e p{color:#A8B2D1;font-size:1rem}
.dx6gh{padding:50px 0}
.dx6gh h2{font-size:1.6rem;margin-bottom:16px;color:#E63946}
.dx6gh h3{font-size:1.3rem;margin-bottom:12px}
.dx6gh p{color:#A8B2D1;font-size:.95rem;margin-bottom:16px;line-height:1.8}

/* ===== Responsive ===== */
@media(max-width:1024px){
  .kyhymn{grid-template-columns:repeat(3,1fr)}
  .js62lrc{grid-template-columns:repeat(2,1fr)}
  .7bu7ine{grid-template-columns:repeat(2,1fr)}
  .yngog1{grid-template-columns:repeat(2,1fr)}
  .scp5b{grid-template-columns:1fr 1fr}
  .thxfb65{grid-template-columns:repeat(2,1fr)}
  .2v3jld4{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .pro6kb{display:flex}
  .bysou{position:fixed;top:62px;left:0;width:100%;background:rgba(10,14,23,.98);padding:20px;transform:translateX(-100%);transition:transform .3s}
  .main-nav.active{transform:translateX(0)}
  .bysou ul{flex-direction:column;gap:16px}
  .h87xqos0{height:400px}
  .kgrjbd h1{font-size:1.8rem}
  .kyhymn{grid-template-columns:repeat(2,1fr)}
  .2k9u4nue{grid-template-columns:1fr}
  .yf3nl{grid-template-columns:1fr}
  .scp5b{grid-template-columns:1fr}
  .2v3jld4{grid-template-columns:1fr}
  .7bu7ine{grid-template-columns:1fr}
  .yngog1{grid-template-columns:1fr}
  .thxfb65{grid-template-columns:1fr}
  .js62lrc{grid-template-columns:1fr}
  .tr38sqi{height:220px}
}
@media(max-width:480px){
  .kyhymn{grid-template-columns:1fr}
  .h87xqos0{height:340px}
  .kgrjbd h1{font-size:1.5rem}
  .section{padding:40px 0}
}

/* Lazy load placeholder */
img[data-src]{opacity:0;transition:opacity .5s}
img.loaded{opacity:1}

/* Scrollbar */
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background:#0A0E17}
::-webkit-scrollbar-thumb{background:#E63946;border-radius:3px}


/* ===== SEO Tag Cloud ===== */
.qifpg{padding:30px 0;background:#0D1220}
.ryxa7xj1{text-align:center;font-size:1.1rem;margin-bottom:16px;color:#A8B2D1}
.ryxa7xj1 em{font-style:normal;color:#E63946}
.jflw6v6o{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.jflw6v6o a{display:inline-block;padding:6px 16px;border-radius:18px;font-size:.85rem;background:rgba(230,57,70,.08);color:#E63946;border:1px solid rgba(230,57,70,.2);transition:all .3s}
.jflw6v6o a:hover{background:rgba(230,57,70,.2);color:#fff}

/* ===== Video Card Enhancements ===== */
.yyxpdrr7 video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.yyxpdrr7 .ybiq0s{position:relative;z-index:1;width:100%;height:100%;object-fit:cover}
.9ncrt{position:absolute;top:8px;left:8px;background:rgba(230,57,70,.85);color:#fff;padding:2px 10px;border-radius:10px;font-size:.72rem;z-index:2;font-weight:600}
.g7kgpate{color:#A8B2D1;font-size:.82rem;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* ===== Review Date ===== */
.pf0f74u{display:block;margin-top:10px;color:#666;font-size:.78rem}

/* ===== Page Content Enhancements ===== */
.dx6gh h1{font-size:1.8rem;margin-bottom:20px;color:#F1FAEE}
.dx6gh h1 em{font-style:normal;color:#E63946}
.ioz1e h1 em{font-style:normal;color:#E63946}

/* ===== Breadcrumb Enhancements ===== */
.breadcrumb{margin-top:0;padding:14px 0;font-size:.85rem;color:#A8B2D1}
.breadcrumb a{color:#F4A261}
.breadcrumb span{margin:0 4px;color:#A8B2D1}

/* ===== Expert Grid 6-col ===== */
@media(min-width:1025px){
  .7bu7ine{grid-template-columns:repeat(3,1fr)}
}

/* ===== Review Grid 3-col ===== */
@media(min-width:1025px){
  .yf3nl{grid-template-columns:repeat(3,1fr)}
}
