
/* 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; }
.cu4rnc { color: #e60000; font-weight: 900; }
.qxv7313x { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; text-transform: uppercase; letter-spacing: 2px; }
.qxv7313x::after { content: ''; display: block; width: 60px; height: 4px; background: #e60000; margin: 10px auto 0; }

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

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

/* Hero Banner */
.eule13 { height: 100vh; background: url('../images/banner.jpg') no-repeat center center/cover; position: relative; display: flex; align-items: center; }
.eule13::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); }
.epgybx4b { position: relative; z-index: 1; color: #fff; max-width: 800px; padding-top: 80px; }
.eule13 h1 { font-size: 4rem; margin-bottom: 1rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); color: #fff; }
.eule13 p { font-size: 1.5rem; margin-bottom: 2rem; }
.js4met5l { 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; }
.js4met5l:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(230,0,0,0.4); color: #fff; }

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

/* Video Cards */
.x8jeveq9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.l1awou1 { 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; }
.l1awou1:hover { transform: translateY(-10px); }
.iq6gwk17 { position: relative; cursor: pointer; }
.iq6gwk17 img { width: 100%; height: 200px; object-fit: cover; }
.s4rht4e { 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; }
.s4rht4e::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 20px; border-color: transparent transparent transparent #fff; margin-left: 5px; }
.iq6gwk17:hover .s4rht4e { opacity: 1; }
.mnvi3jbe { padding: 20px; }
.tqsykky { font-size: 1.2rem; margin-bottom: 10px; }
.wwtsz { display: flex; justify-content: space-between; color: #777; font-size: 0.9rem; }

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

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

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

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

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

/* Responsive */
@media (max-width: 992px) {
    .h7903, .bpaljhl { grid-template-columns: repeat(2, 1fr); }
    .eszgcv, .o1jq51 { grid-template-columns: 1fr; }
    .eule13 h1 { font-size: 3rem; }
}
@media (max-width: 768px) {
    .nxzgx { flex-direction: column; gap: 15px; }
    .ojfd5u ul { flex-wrap: wrap; justify-content: center; }
    .x8jeveq9 { grid-template-columns: 1fr; }
    .h7903, .bpaljhl { grid-template-columns: 1fr; }
}
