:root{--blue: #002FA7;--blue-light: rgba(0, 47, 167, .08);--dark: #0F172A;--gray: #64748B;--gray-light: #94A3B8;--gray-lighter: #CCD6E0;--bg: #FAFAFD;--white: #FFFFFF;--footer-dark: #0A1628;--footer-muted: #475569;--shadow: 0 2px 8px rgba(0, 0, 0, .04);--radius: 4px;--content-w: 1160px;--page-w: 1440px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans SC,Inter,sans-serif;background:var(--white);color:var(--dark);line-height:1.5;overflow-x:hidden}.page-wrapper{max-width:var(--page-w);margin:0 auto}.header{position:sticky;top:0;z-index:100;width:100%;height:80px;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:0 80px;box-shadow:none;transition:background .3s ease,box-shadow .3s ease}.header.scrolled,.header:hover,.header--secondary{background:var(--white);box-shadow:0 1px 3px #0000000a}.header:not(.scrolled):not(:hover):not(.header--secondary) .logo-cn{color:#1a1a2e}.header:not(.scrolled):not(:hover):not(.header--secondary) .logo-en{color:#647487}.header:not(.scrolled):not(:hover):not(.header--secondary) nav.desktop-nav a{color:#1a1a2e}.header:not(.scrolled):not(:hover):not(.header--secondary) nav.desktop-nav a:hover,.header:not(.scrolled):not(:hover):not(.header--secondary) nav.desktop-nav a.active{color:var(--blue)}.header:not(.scrolled):not(:hover):not(.header--secondary) .hamburger span{background:var(--dark)}.header:not(.scrolled):not(:hover):not(.header--secondary) .cta-btn{background:var(--blue);color:#fff}.header.scrolled .logo-cn,.header:hover .logo-cn,.header--secondary .logo-cn{color:#1a1a2e}.header.scrolled .logo-en,.header:hover .logo-en,.header--secondary .logo-en{color:#647487}.header.scrolled nav.desktop-nav a,.header:hover nav.desktop-nav a,.header--secondary nav.desktop-nav a{color:#1a1a2e}.header.scrolled nav.desktop-nav a:hover,.header:hover nav.desktop-nav a:hover,.header--secondary nav.desktop-nav a:hover,.header.scrolled nav.desktop-nav a.active,.header:hover nav.desktop-nav a.active,.header--secondary nav.desktop-nav a.active{color:var(--blue)}.header.scrolled .hamburger span,.header:hover .hamburger span,.header--secondary .hamburger span{background:var(--dark)}.header.scrolled .cta-btn,.header:hover .cta-btn,.header--secondary .cta-btn{background:var(--blue);color:#fff}.logo-group{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-mark{width:36px;height:36px;background:var(--blue);flex-shrink:0}.logo-mark-img{height:40px;width:auto;flex-shrink:0}.logo-cn{font-family:Figtree,sans-serif;font-size:24px;font-weight:700;color:#1a1a2e;line-height:1}.logo-en{font-family:Figtree,sans-serif;font-size:12px;font-weight:400;color:#647487;line-height:1}.header nav.desktop-nav{display:flex;gap:40px;align-items:center}.header nav.desktop-nav a{text-decoration:none;font-size:15px;font-weight:400;color:#1a1a2e;transition:color .2s}.header nav.desktop-nav a:hover,.header nav.desktop-nav a.active{color:var(--blue);font-weight:500}.cta-btn{display:inline-flex;align-items:center;justify-content:center;width:116px;height:42px;background:var(--blue);color:#fff;font-size:15px;font-weight:500;text-decoration:none;transition:background .25s}.cta-btn:hover{background:#00238a}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none;z-index:200}.hamburger span{display:block;width:22px;height:2px;background:var(--dark);border-radius:1px;transition:.3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-overlay{position:fixed;inset:0;background:#00000059;z-index:98;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-overlay.show{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;top:80px;right:-280px;width:280px;height:calc(100vh - 80px);background:var(--white);z-index:99;padding:32px 24px;display:flex;flex-direction:column;gap:0;transition:right .3s ease;box-shadow:-4px 0 24px #00000014}.mobile-drawer.open{right:0}.mobile-drawer nav{display:flex;flex-direction:column;gap:0}.mobile-drawer nav a{display:block;padding:16px 0;font-size:16px;color:var(--dark);text-decoration:none;border-bottom:1px solid #f1f5f9;font-weight:500;transition:color .2s}.mobile-drawer nav a:hover{color:var(--blue)}.mobile-drawer-cta{width:100%;margin-top:24px}.hero{width:100%;height:700px;position:relative;overflow:hidden;background:var(--footer-dark);margin-top:-80px}.carousel-track{display:flex;height:100%;transition:transform .7s cubic-bezier(.25,.1,.25,1)}.carousel-slide{width:100%;height:100%;flex-shrink:0;position:relative}.slide-decor{position:absolute;right:0;top:0;width:600px;height:100%;border-radius:50% 0 0 50%;opacity:.15;filter:blur(80px);pointer-events:none}.slide-image{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}.hero-overlay,.hero-content{display:none}.hero-text{max-width:580px}.hero-tag{font-family:Figtree,sans-serif;font-size:13px;font-weight:600;color:var(--blue);letter-spacing:4px;margin-bottom:24px;opacity:0;transform:translateY(20px);animation:fadeUp .8s .2s forwards}.hero-title{font-family:Figtree,sans-serif;font-size:48px;font-weight:700;color:var(--dark);line-height:62px;margin-bottom:28px;opacity:0;transform:translateY(20px);animation:fadeUp .8s .4s forwards}.hero-subtitle{font-size:16px;color:#475569;line-height:26px;max-width:500px;margin-bottom:28px;opacity:0;transform:translateY(20px);animation:fadeUp .8s .6s forwards}.hero-stats{display:flex;gap:24px;align-items:center;margin-bottom:28px}.hero-stat{text-align:left}.hero-stat .num{font-family:Figtree,sans-serif;font-size:36px;font-weight:700;color:var(--blue);line-height:1.1}.hero-stat .unit{font-size:.45em;font-weight:400;color:var(--gray);margin-left:2px}.hero-stat .label{font-size:13px;color:var(--gray);margin-top:2px}.hero-stat-divider{width:1px;height:40px;background:var(--gray-lighter)}.hero-stats .hero-stat{opacity:0;transform:translateY(20px)}.hero-stats .hero-stat:nth-child(1){animation:fadeUp .8s .7s forwards}.hero-stats .hero-stat:nth-child(2){animation:fadeUp .8s .75s forwards}.hero-stat-divider{opacity:0;animation:fadeUp .8s .75s forwards}.hero-stats .hero-stat:nth-child(3){animation:fadeUp .8s .8s forwards}.hero-stats .hero-stat:nth-child(4){animation:fadeUp .8s .8s forwards}.hero-stats .hero-stat:nth-child(5){animation:fadeUp .8s .85s forwards}.hero-btns{display:flex;gap:16px;opacity:0;transform:translateY(20px);animation:fadeUp .8s 1s forwards}.hero-btns .btn{width:160px;height:55px;padding:0}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0 32px;height:55px;font-size:16px;font-weight:500;border-radius:var(--radius);cursor:pointer;transition:all .25s;text-decoration:none;border:none;font-family:Noto Sans SC,sans-serif}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:#00238a;transform:translateY(-2px);box-shadow:0 4px 16px #002fa74d}.btn-outline{background:transparent;color:var(--blue);border:1px solid var(--blue)}.btn-outline:hover{background:#002fa70a;transform:translateY(-2px)}.carousel-arrows{position:absolute;top:50%;left:40px;right:40px;z-index:4;pointer-events:none;display:flex;justify-content:space-between;transform:translateY(-50%)}.carousel-arrow{pointer-events:auto;width:48px;height:48px;border-radius:50%;background:#0000000f;border:1px solid rgba(0,0,0,.1);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;font-family:Inter,sans-serif;color:#0f172a;transition:background .25s,border-color .25s}.carousel-arrow:hover{background:#002fa71a;border-color:var(--blue);color:var(--blue)}.carousel-dots{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:4}.carousel-dot{width:12px;height:12px;border-radius:6px;cursor:pointer;background:#002fa740;transition:background .3s}.carousel-dot.active{background:var(--blue)}.section{width:100%;padding:100px 80px}.section-alt{background:var(--bg)}.section-header{text-align:center;margin-bottom:56px}.section-tag{font-family:Figtree,sans-serif;font-size:13px;font-weight:600;color:var(--blue);letter-spacing:0;margin-bottom:16px}.section-title{font-family:Figtree,sans-serif;font-size:40px;font-weight:700;color:var(--dark);margin-bottom:16px}.section-desc{font-size:16px;color:var(--gray);max-width:500px;margin:0 auto}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.case-card{cursor:pointer;transition:transform .3s}.case-card:hover{transform:translateY(-4px)}.case-img{width:100%;height:240px;overflow:hidden;margin-bottom:20px;background:var(--bg);display:flex;align-items:center;justify-content:center}.case-img img{width:100%;height:100%;object-fit:cover}.case-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8ecf1,#dce2e8,#eef1f5);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--gray-light)}.case-name{font-family:Figtree,sans-serif;font-size:18px;font-weight:600;color:var(--dark);margin-bottom:20px}.case-desc{font-size:14px;color:var(--gray);line-height:22px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.product-card{display:block;text-decoration:none;color:inherit;background:var(--white);box-shadow:var(--shadow);padding:32px;cursor:pointer;transition:all .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.product-img{width:100%;height:200px;margin-bottom:20px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--gray-light)}.product-img img{max-width:100%;max-height:100%;object-fit:contain}.product-name{font-family:Figtree,sans-serif;font-size:18px;font-weight:600;color:var(--dark);margin-bottom:20px}.product-tag{font-size:13px;color:var(--blue)}.section-entry{display:flex;justify-content:flex-end}.section-entry a{text-decoration:none;font-size:15px;font-weight:500;color:var(--blue);display:flex;align-items:center;gap:4px;transition:gap .2s}.section-entry a:hover{gap:8px}.section-entry a:after{content:"→";font-family:Figtree,sans-serif;font-weight:600}.tech-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.tech-card{background:var(--white);box-shadow:var(--shadow);border-radius:var(--radius);cursor:pointer;transition:all .3s;overflow:hidden}.tech-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.tech-course-img{width:100%;overflow:hidden;aspect-ratio:16 / 10;background:linear-gradient(135deg,#e0e9f6,#c7d5ed)}.tech-course-img img{width:100%;height:100%;object-fit:cover;display:block}.tech-card--course{position:relative}.tech-course-text{position:absolute;inset:0;display:flex;flex-direction:column}.tech-course-text:before{content:"";position:absolute;top:0;left:0;width:55%;bottom:0;background:linear-gradient(to right,rgba(255,255,255,.85),rgba(255,255,255,.2),transparent);pointer-events:none}.tech-course-top{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:0 20px 8px;position:relative;z-index:1}.tech-course-bottom{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:8px 20px 16px;position:relative;z-index:1}.tech-course-subtitle{font-family:"Noto Serif SC",SimSun,Songti SC,serif;font-size:22px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:4px;text-shadow:0 2px 6px rgba(0,0,0,.5);text-align:center}.tech-course-tagline{font-family:"Noto Serif SC",SimSun,Songti SC,serif;font-size:8px;font-weight:400;color:#fffc;line-height:1.4;text-align:center}.tech-course-detail{font-family:"Noto Serif SC",SimSun,Songti SC,serif;font-size:11px;font-weight:700;color:#fff;line-height:1.7;white-space:pre-line;text-shadow:0 2px 6px rgba(0,0,0,.5);text-align:center}.tech-course-text:before{display:none}.tech-card.highlight{background:var(--blue)}.tech-card.theme-light .tech-course-subtitle,.tech-card.theme-light .tech-course-detail{color:#fff}.tech-card.theme-light .tech-course-tagline{color:#fffc}.tech-card.theme-light .tech-course-subtitle,.tech-card.theme-light .tech-course-detail{text-shadow:0 2px 6px rgba(0,0,0,.5)}.tech-card.theme-dark .tech-course-subtitle,.tech-card.theme-dark .tech-course-detail{color:#0f172a}.tech-card.theme-dark .tech-course-tagline{color:#64748b}.tech-card.theme-dark .tech-course-subtitle,.tech-card.theme-dark .tech-course-detail{text-shadow:0 1px 3px rgba(255,255,255,.6)}.tech-num{font-family:Figtree,sans-serif;font-size:48px;font-weight:700;color:var(--blue);margin-bottom:24px}.tech-title{font-family:Figtree,sans-serif;font-size:20px;font-weight:600;color:var(--dark);margin-bottom:24px}.tech-desc{font-size:14px;color:var(--gray);line-height:24px}.empower-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.empower-card{background:var(--white);box-shadow:var(--shadow);border-radius:var(--radius);cursor:pointer;transition:all .3s;overflow:hidden}.empower-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.empower-card.highlight{background:var(--blue)}.empower-course-img{width:100%;overflow:hidden;aspect-ratio:16 / 10;background:linear-gradient(135deg,#e0e9f6,#c7d5ed)}.empower-course-img img{width:100%;height:100%;object-fit:cover;display:block}.empower-card--course{position:relative}.empower-course-text{position:absolute;inset:0;display:flex;flex-direction:column}.empower-course-text:before{content:"";position:absolute;top:0;left:0;width:55%;bottom:0;background:linear-gradient(to right,rgba(255,255,255,.85),rgba(255,255,255,.2),transparent);pointer-events:none}.empower-course-top{flex:1;display:flex;flex-direction:column;justify-content:flex-end;padding:0 20px 8px;position:relative;z-index:1}.empower-course-bottom{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:8px 20px 16px;position:relative;z-index:1}.empower-course-subtitle{font-family:"Noto Serif SC",SimSun,Songti SC,serif;font-size:22px;font-weight:700;color:#0f172a;line-height:1.3;margin-bottom:4px;text-shadow:0 1px 4px rgba(255,255,255,.8)}.empower-course-tagline{font-family:"Noto Serif SC",SimSun,Songti SC,serif;font-size:8px;font-weight:400;color:#64748b;line-height:1.4}.empower-course-detail{font-family:"Noto Serif SC",SimSun,Songti SC,serif;font-size:11px;font-weight:700;color:#0f172a;line-height:1.7;white-space:pre-line}.empower-icon{width:48px;height:48px;background:var(--blue-light);border-radius:var(--radius);margin-bottom:20px}.empower-icon--img{background:none}.empower-icon--img img{width:100%;height:100%;object-fit:contain;display:block}.empower-card.highlight .empower-icon{background:none}.empower-card.highlight .empower-icon--img img{filter:brightness(0) invert(1)}.empower-title{font-family:Figtree,sans-serif;font-size:20px;font-weight:600;color:var(--dark);margin-bottom:20px}.empower-desc{font-size:14px;color:var(--gray);line-height:24px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.news-card{display:block;text-decoration:none;color:inherit;transition:transform .3s}.news-card:hover{transform:translateY(-4px)}.news-img{width:100%;height:200px;overflow:hidden;margin-bottom:16px;background:#fff}.news-img img{width:100%;height:100%;object-fit:cover}.news-img-placeholder{width:100%;height:100%;background:#fff;border:1px solid #E2E8F0;display:flex;align-items:center;justify-content:center;padding:12px;box-sizing:border-box}.news-img-placeholder span{font-family:Noto Sans SC,sans-serif;font-size:14px;font-weight:600;color:#0f1724;text-align:center;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-date{font-size:13px;color:var(--gray-light);font-family:Inter,sans-serif;margin-bottom:8px}.news-title{font-family:Figtree,sans-serif;font-size:16px;font-weight:600;color:var(--dark);line-height:1.5}.contact-section{padding:80px 140px;background:var(--bg);text-align:center}.contact-body{display:flex;gap:60px;align-items:center;justify-content:center;margin-top:48px;max-width:1160px;margin-left:auto;margin-right:auto}.contact-form-wrap{flex:1.1;text-align:left;background:var(--white);border-radius:var(--radius);padding:28px;box-shadow:0 4px 24px #000f480f}.contact-form-title{font-size:22px;font-weight:700;color:var(--dark);margin-bottom:6px}.contact-form-sub{font-size:14px;color:var(--gray-light);margin-bottom:20px}.contact-form{display:flex;flex-direction:column;gap:16px}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:14px;font-weight:500;color:var(--dark)}.form-field .required{color:#e53e3e}.form-field input,.form-field textarea{padding:12px 16px;border:1px solid #e2e8f0;border-radius:6px;font-size:15px;font-family:inherit;color:var(--dark);background:#f8fafc;transition:border .2s,box-shadow .2s;outline:none;resize:vertical}.form-field input::placeholder,.form-field textarea::placeholder{color:#94a3b8}.form-field input:focus,.form-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #002fa714}.contact-form-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:var(--blue);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s;margin-top:4px;font-family:inherit}.contact-form-btn:hover{background:#002080;transform:translateY(-1px)}.contact-form-btn:active{transform:translateY(0)}.contact-form-btn:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.form-result{margin-top:8px;padding:12px 16px;border-radius:6px;font-size:14px;line-height:1.5}.form-result-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.form-result-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.contact-info-side{flex:.7;display:flex;flex-direction:column;align-items:center;justify-content:center}.contact-qr{text-align:center}.contact-qr-img{width:180px;height:180px;border-radius:var(--radius);margin-bottom:16px;object-fit:cover}.contact-qr-label{font-size:14px;color:var(--dark);font-weight:500;margin-bottom:4px}.contact-qr-time{font-size:12px;color:var(--gray-light)}.contact-quick{display:flex;gap:20px;margin-top:24px;padding-top:16px;border-top:1px solid #e2e8f0}.contact-quick-item{font-size:13px;color:var(--blue);text-decoration:none;transition:color .2s}.contact-quick-item:hover{color:#002080;text-decoration:underline}.footer{padding:56px 140px 32px;background:var(--footer-dark)}.footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;max-width:1160px;margin:0 auto}.footer-brand-name{font-size:22px;font-weight:700;color:#fff;margin-bottom:16px;font-family:Noto Sans SC,sans-serif}.footer-brand-slogan{font-size:13px;color:var(--footer-muted);line-height:1.8;white-space:pre-wrap}.footer-col-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:16px}.footer-col a,.footer-col-item{display:block;font-size:13px;color:var(--gray-light);text-decoration:none;margin-bottom:14px;transition:color .2s}.footer-col a:hover{color:#fff}.footer-divider{width:100%;max-width:1160px;margin:24px auto;height:1px;background:#ffffff0f}.footer-bottom{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;gap:16px;max-width:1160px;margin:0 auto;font-size:12px;color:var(--footer-muted)}.footer-sep{opacity:.35}.footer-qr-col{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:100px}.footer-qr-box{width:100px;height:100px;background:#fff;border-radius:8px;padding:4px;margin-bottom:8px}.footer-qr-box img{width:100%;height:100%;object-fit:contain}.footer-qr-col span{font-size:11px;color:var(--footer-muted)}.footer-social-icons{display:flex;align-items:center;gap:14px;margin-top:8px}.footer-social-link{display:flex;align-items:center;justify-content:center;width:28px;height:28px;text-decoration:none;transition:transform .2s ease,opacity .2s ease}.footer-social-link:hover{transform:translateY(-2px);opacity:.85}.footer-social-link img{width:28px;height:28px;display:block;border-radius:6px;object-fit:contain;object-position:center}.footer-icon-wrap{position:relative;display:flex;align-items:center}.footer-wx-qr-popup{display:none;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);background:#fff;border-radius:10px;padding:12px;box-shadow:0 8px 24px #0003;z-index:20;flex-direction:column;align-items:center;gap:6px;min-width:130px}.footer-wx-qr-popup:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#fff}.footer-icon-wrap:hover .footer-wx-qr-popup{display:flex}.footer-wx-qr-popup img{width:120px;height:120px;border-radius:4px}.footer-wx-qr-popup span{font-size:11px;color:#64748b;white-space:nowrap}.animate-in{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.animate-in.visible{opacity:1;transform:translateY(0)}@media(max-width:1440px){:root{--page-w: 100%}.section,.header,.hero-content,.contact-section{padding-left:5vw;padding-right:5vw}.contact-form-wrap{padding:32px}}@media(max-width:1024px){.hero{height:560px}.hero-title{font-size:38px;line-height:1.3}.hero-stats{gap:16px}.hero-stat .num{font-size:28px}.section-title{font-size:32px}.contact-section{padding-left:6vw;padding-right:6vw}.contact-body{flex-direction:column;align-items:stretch;gap:32px}.contact-form-wrap{padding:28px;width:100%}.footer{padding:48px 6vw 32px}.footer-top{flex-direction:column;gap:28px}}@media(max-width:768px){.header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--white);box-shadow:0 1px 3px #0000000f}.header nav.desktop-nav,.header .desktop-cta{display:none}.hamburger{display:flex}.hero{margin-top:80px;height:auto;background:#fff}.carousel-dots{display:none}.carousel-arrows{display:flex;justify-content:space-between;left:12px;right:12px;top:50%;transform:translateY(-50%)}.carousel-arrow{width:36px;height:36px;font-size:14px;background:#ffffffd9;border:none;box-shadow:0 2px 8px #0000001a}.hero-title{font-size:28px;line-height:1.3;margin-bottom:16px}.hero-subtitle{font-size:14px;line-height:1.6;max-width:100%;margin-bottom:20px}.hero-stats{flex-wrap:wrap;gap:12px;margin-bottom:20px}.hero-stat .num{font-size:24px}.hero-stat .label{font-size:12px}.hero-stat-divider{height:28px}.hero-btns .btn{width:140px;height:48px;font-size:14px}.section{padding:64px 6vw}.section-header{margin-bottom:36px}.section-title{font-size:26px}.section-desc{font-size:14px}.case-grid,.product-grid,.empower-grid,.news-grid,.tech-grid{grid-template-columns:1fr}.contact-section{padding:48px 6vw}.contact-body{flex-direction:column;align-items:stretch;gap:32px}.contact-form-wrap{width:100%;padding:24px}.contact-form-title{font-size:18px}.form-row-2{grid-template-columns:1fr}.contact-info-side{align-items:center;gap:0}.contact-quick{justify-content:center}.footer{padding:40px 6vw 28px}.footer-top{flex-direction:column;gap:32px}.tech-course-subtitle{font-size:30px;width:66%;margin:0 auto;text-align:center}.empower-course-subtitle{font-size:30px}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-lighter);border-radius:3px}
