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

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

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

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

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

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

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

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

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

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

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

/* Responsive */
@media (max-width: 992px) {
    .rxxdepa, .mdwgbby { grid-template-columns: repeat(2, 1fr); }
    .x1j8s1, .dm4pdfpc { grid-template-columns: 1fr; }
    .p3mame h1 { font-size: 3rem; }
}
@media (max-width: 768px) {
    .rk7ro { flex-direction: column; gap: 15px; }
    .ybdhjm ul { flex-wrap: wrap; justify-content: center; }
    .hfn4c { grid-template-columns: 1fr; }
    .rxxdepa, .mdwgbby { grid-template-columns: 1fr; }
}
