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

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

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

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

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

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

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

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

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

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

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

/* Responsive */
@media (max-width: 992px) {
    .tijdm, .r3yl6c { grid-template-columns: repeat(2, 1fr); }
    .pdvhy3, .i19bad { grid-template-columns: 1fr; }
    .fby4q5f h1 { font-size: 3rem; }
}
@media (max-width: 768px) {
    .kd2gorh { flex-direction: column; gap: 15px; }
    .i2mr8v ul { flex-wrap: wrap; justify-content: center; }
    .nwcep4 { grid-template-columns: 1fr; }
    .tijdm, .r3yl6c { grid-template-columns: 1fr; }
}
