
/* Reset & Base */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif; line-height: 1.6; color: #333; background-color: #f4f4f4; }
a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

/* Typography */
h1, h2, h3, h4, h5, h6 { font-weight: 700; color: #111; margin-bottom: 1rem; }
.j5ltv { color: #e60000; font-weight: 900; }
.e7mns7i { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; text-transform: uppercase; letter-spacing: 2px; }
.e7mns7i::after { content: ''; display: block; width: 60px; height: 4px; background: #e60000; margin: 10px auto 0; }

/* Layout */
.c02c73 { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.fi7joq { padding: 5rem 0; background: #fff; }
.imk33dl { background: #1a1a1a; color: #fff; }
.imk33dl h2, .imk33dl h3 { color: #fff; }

/* Header & Nav */
.peqxz { background: rgba(0,0,0,0.9); position: fixed; width: 100%; top: 0; z-index: 1000; padding: 15px 0; border-bottom: 2px solid #e60000; }
.gh5uw { display: flex; justify-content: space-between; align-items: center; }
.dbrf0kiw img { height: 50px; }
.ok1dvp ul { display: flex; gap: 20px; }
.ok1dvp a { color: #fff; font-weight: 600; font-size: 1.1rem; padding: 5px 10px; }
.ok1dvp a:hover { color: #e60000; }
.ou020 { display: flex; align-items: center; background: #333; border-radius: 20px; padding: 5px 15px; margin-left: 20px; }
.ou020 input { background: transparent; border: none; color: #fff; outline: none; padding: 5px; }
.ou020 button { background: transparent; border: none; color: #e60000; cursor: pointer; }

/* Hero Banner */
.btap43ql { height: 100vh; background: url('../images/banner.jpg') no-repeat center center/cover; position: relative; display: flex; align-items: center; }
.btap43ql::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); }
.r1j917o8 { position: relative; z-index: 1; color: #fff; max-width: 800px; padding-top: 80px; }
.btap43ql h1 { font-size: 4rem; margin-bottom: 1rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); color: #fff; }
.btap43ql p { font-size: 1.5rem; margin-bottom: 2rem; }
.n4tm80 { display: inline-block; padding: 12px 30px; background: #e60000; color: #fff; font-weight: bold; border-radius: 30px; text-transform: uppercase; letter-spacing: 1px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.n4tm80:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(230,0,0,0.4); color: #fff; }

/* Breadcrumb */
.b3e96hjm { padding: 100px 0 20px; background: #f4f4f4; border-bottom: 1px solid #ddd; }
.b3e96hjm a { color: #e60000; }

/* Video Cards */
.a7dd81 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.hhl1y { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease; position: relative; }
.hhl1y:hover { transform: translateY(-10px); }
.in2nv3 { position: relative; cursor: pointer; }
.in2nv3 img { width: 100%; height: 200px; object-fit: cover; }
.mrdsvhui { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; background: rgba(230,0,0,0.8); border-radius: 50%; display: flex; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.3s ease; }
.mrdsvhui::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 20px; border-color: transparent transparent transparent #fff; margin-left: 5px; }
.in2nv3:hover .mrdsvhui { opacity: 1; }
.b4oye { padding: 20px; }
.zmv1x { font-size: 1.2rem; margin-bottom: 10px; }
.pb6h42t { display: flex; justify-content: space-between; color: #777; font-size: 0.9rem; }

/* Features / AI */
.xd3aw2b { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.nkjfv0 { text-align: center; padding: 40px 20px; background: #f9f9f9; border-radius: 10px; border-bottom: 4px solid #e60000; }
.h9isz2 { font-size: 3rem; color: #e60000; margin-bottom: 20px; }

/* Experts */
.y1mhqc1x { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.nwd5p { text-align: center; background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.wlpe0d { width: 150px; height: 150px; border-radius: 50%; margin: 0 auto 20px; overflow: hidden; border: 4px solid #e60000; }
.wlpe0d img { width: 100%; height: 100%; object-fit: cover; }
.gwb02 { color: #e60000; font-weight: bold; margin-bottom: 15px; }

/* FAQ */
.f6utjpo { max-width: 800px; margin: 0 auto; }
.wu52i3 { background: #fff; margin-bottom: 15px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.o3mmw { padding: 20px; font-weight: bold; cursor: pointer; position: relative; border-left: 4px solid #e60000; }
.o3mmw::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: #e60000; }
.d340efy2 { padding: 0 20px 20px; display: none; color: #666; }

/* Reviews */
.j4p5on { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.af2u02jq { background: #f9f9f9; padding: 30px; border-radius: 10px; position: relative; }
.af2u02jq::before { content: '"'; font-size: 4rem; color: #e60000; opacity: 0.2; position: absolute; top: 10px; left: 20px; font-family: serif; }
.na8xzzi { font-style: italic; margin-bottom: 20px; position: relative; z-index: 1; }
.b1u0ws { font-weight: bold; color: #e60000; }

/* Footer */
.qg7qzz { background: #111; color: #fff; padding: 60px 0 20px; }
.ln3jn2o0 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 40px; }
.y84z924 { color: #e60000; margin-bottom: 20px; font-size: 1.2rem; }
.kxum0n li { margin-bottom: 10px; }
.kxum0n a:hover { color: #e60000; padding-left: 5px; }
.qbxjma9m { display: flex; gap: 15px; }
.a7tbg { text-align: center; }
.a7tbg img { width: 100px; height: 100px; background: #fff; padding: 5px; margin-bottom: 5px; }
.a28uo { text-align: center; padding-top: 20px; border-top: 1px solid #333; font-size: 0.9rem; color: #888; }

/* Responsive */
@media (max-width: 992px) {
    .xd3aw2b, .y1mhqc1x { grid-template-columns: repeat(2, 1fr); }
    .j4p5on, .ln3jn2o0 { grid-template-columns: 1fr; }
    .btap43ql h1 { font-size: 3rem; }
}
@media (max-width: 768px) {
    .gh5uw { flex-direction: column; gap: 15px; }
    .ok1dvp ul { flex-wrap: wrap; justify-content: center; }
    .a7dd81 { grid-template-columns: 1fr; }
    .xd3aw2b, .y1mhqc1x { grid-template-columns: 1fr; }
}
