*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--red:#E32222;--red-dark:#B91C1C;--dark:#161922;--dark2:#1E2330;--gray:#2A2E3B;--light:#F5F5F5;--white:#FFF;--text:#222;--text-light:#555;--accent:#FFD700;--max-w:1200px;--font-en:'Inter',sans-serif;--font-zh:'PingFang SC','Microsoft YaHei','Noto Sans SC',sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-en);color:var(--text);line-height:1.6;background:var(--white);-webkit-font-smoothing:antialiased}body.zh{font-family:var(--font-zh)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none}.container{width:90%;max-width:var(--max-w);margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);background:var(--red);color:var(--white);padding:8px 16px;z-index:10000;border-radius:0 0 4px 4px;font-size:14px}.skip-link:focus{top:0}header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:var(--dark);transition:box-shadow .3s}header.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.5)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.logo{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;color:var(--white);text-decoration:none}.logo img{width:40px;height:40px;border-radius:6px;object-fit:cover}.logo span{color:var(--red)}nav{display:flex;align-items:center;gap:4px}nav a{color:rgba(255,255,255,.85);padding:8px 14px;border-radius:4px;font-size:15px;font-weight:500;transition:color .2s,background .2s}nav a:hover,nav a:focus{color:var(--white);background:rgba(255,255,255,.1)}nav a.active{color:var(--red)}.lang-switch{display:inline-flex;align-items:center;gap:4px;margin-left:8px;padding:6px 12px;border:1px solid rgba(255,255,255,.3);border-radius:4px;color:rgba(255,255,255,.85);font-size:13px;transition:border-color .2s,color .2s}.lang-switch:hover,.lang-switch:focus{border-color:var(--white);color:var(--white)}.hamburger{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:8px}.hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:transform .3s,opacity .3s}.hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(7px)rotate(45deg)}.hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;color:var(--white);overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:50%}.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,rgba(22,25,34,.92) 0%,rgba(22,25,34,.75) 50%,rgba(22,25,34,.4) 100%)}.hero-content{position:relative;z-index:2;max-width:600px}.hero-label{display:inline-block;background:var(--red);color:var(--white);padding:6px 16px;border-radius:4px;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px}.hero h1{font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.1;margin-bottom:16px}.hero h1 .highlight{color:var(--red)}.hero p{font-size:clamp(16px,1.8vw,19px);opacity:.85;margin-bottom:24px;line-height:1.7}.hero-phone{font-size:clamp(24px,3vw,36px);font-weight:800;margin-bottom:28px;display:flex;align-items:center;gap:12px}.hero-phone a{color:var(--white);text-decoration:underline;text-underline-offset:4px}.hero-phone .icon{font-size:32px}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:4px;font-size:16px;font-weight:700;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s;text-transform:uppercase;letter-spacing:.5px}.btn-red{background:var(--red);color:var(--white)}.btn-red:hover,.btn-red:focus{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 8px 24px rgba(227,34,34,.4)}.btn-white{background:var(--white);color:var(--dark)}.btn-white:hover,.btn-white:focus{background:var(--light)}.btn-outline{background:0 0;color:var(--white);border:2px solid var(--white)}.btn-outline:hover,.btn-outline:focus{background:var(--white);color:var(--dark)}.btn-outline-red{background:0 0;color:var(--red);border:2px solid var(--red)}.btn-outline-red:hover,.btn-outline-red:focus{background:var(--red);color:var(--white)}.section{padding:80px 0}.section-light{background:var(--light)}.section-dark{background:var(--dark);color:var(--white)}.section-title{font-size:clamp(28px,3.5vw,42px);font-weight:800;margin-bottom:12px;line-height:1.15}.section-title .highlight{color:var(--red)}.section-subtitle{font-size:17px;color:var(--text-light);margin-bottom:48px;max-width:600px;line-height:1.7}.section-dark .section-subtitle{color:rgba(255,255,255,.65)}.red-bar{width:50px;height:4px;background:var(--red);margin-bottom:16px}.text-center{text-align:center}.text-center .section-subtitle{margin-left:auto;margin-right:auto}.text-center .red-bar{margin-left:auto;margin-right:auto}.stats-bar{background:var(--red);padding:40px 0;color:var(--white)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat{text-align:center}.stat-number{font-size:clamp(36px,4vw,52px);font-weight:800;line-height:1}.stat-label{font-size:14px;opacity:.85;margin-top:6px;text-transform:uppercase;letter-spacing:1px}.numbered-services{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px}.num-service{background:var(--white);border-radius:8px;padding:32px 28px;border-top:4px solid var(--red);box-shadow:0 4px 20px rgba(0,0,0,6%);transition:transform .3s,box-shadow .3s;position:relative}.num-service:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.num-service-number{font-size:56px;font-weight:800;color:rgba(227,34,34,8%);line-height:1;position:absolute;top:16px;right:20px}.num-service h3{font-size:20px;font-weight:700;margin-bottom:10px;position:relative}.num-service p{color:var(--text-light);font-size:15px;line-height:1.7;position:relative}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.service-card{background:var(--white);border-radius:8px;padding:32px 24px;border-top:4px solid var(--red);box-shadow:0 4px 16px rgba(0,0,0,6%);transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.service-icon{width:60px;height:60px;background:rgba(227,34,34,8%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:28px}.service-card h3{font-size:20px;margin-bottom:10px;font-weight:700}.service-card p{color:var(--text-light);font-size:15px;line-height:1.7}.tagline-banner{background:var(--dark);color:var(--white);padding:60px 0;text-align:center}.tagline-banner h2{font-size:clamp(22px,3vw,32px);font-weight:700;margin-bottom:12px;line-height:1.3}.tagline-banner p{font-size:17px;opacity:.7;max-width:700px;margin:0 auto 28px}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:20px}.trust-item{text-align:center;padding:24px 16px}.trust-item .trust-icon{font-size:32px;margin-bottom:12px}.trust-item h4{font-size:15px;font-weight:700;line-height:1.4}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.about-img{border-radius:8px;overflow:hidden;position:relative}.about-img::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:6px;background:var(--red)}.about-content h2{font-size:clamp(28px,3vw,36px);font-weight:800;margin-bottom:16px;line-height:1.15}.about-content p{color:var(--text-light);margin-bottom:16px;font-size:16px;line-height:1.8}.features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.feature{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600}.feature svg{width:20px;height:20px;color:var(--red);flex-shrink:0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.testimonial{background:var(--white);border-radius:8px;padding:32px;box-shadow:0 4px 16px rgba(0,0,0,6%);border-left:4px solid var(--red)}.testimonial-stars{color:var(--accent);font-size:18px;margin-bottom:12px}.testimonial p{color:var(--text-light);font-size:15px;line-height:1.8;margin-bottom:16px;font-style:italic}.testimonial-author{font-weight:700;font-size:15px;color:var(--text)}.cta-section{background:var(--dark);color:var(--white);text-align:center;padding:80px 0;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:var(--red);opacity:.06;border-radius:50%}.cta-section h2{font-size:clamp(28px,3.5vw,40px);font-weight:800;margin-bottom:16px}.cta-section p{font-size:17px;opacity:.8;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}.contact-info h3,.contact-item-text h3{font-size:16px;font-weight:700;margin-bottom:4px}.contact-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}.contact-item-icon{width:48px;height:48px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px;color:var(--white)}.contact-item-text p{color:var(--text-light);font-size:15px}.contact-item-text a{color:var(--red);font-weight:600;text-decoration:underline}.map-container{border-radius:8px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,8%);height:100%;min-height:400px}.map-container iframe{width:100%;height:100%;min-height:400px;border:0}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:64px}.service-detail:nth-child(even){direction:rtl}.service-detail:nth-child(even)>*{direction:ltr}.service-detail-content h2,.service-detail-content h3{font-size:24px;font-weight:800;margin-bottom:12px}.service-detail-content p{color:var(--text-light);font-size:16px;line-height:1.8;margin-bottom:16px}.service-detail-img{border-radius:8px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.1)}.page-hero{background:var(--dark);color:var(--white);padding:120px 0 50px;text-align:center;position:relative;overflow:hidden}.page-hero::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:var(--red)}.page-hero h1{font-size:clamp(32px,4vw,48px);font-weight:800;margin-bottom:12px}.page-hero p{font-size:18px;opacity:.75;max-width:600px;margin:0 auto}footer{background:var(--dark);color:rgba(255,255,255,.7);padding:48px 0 24px;border-top:4px solid var(--red)}.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{max-width:320px}.footer-brand .logo{margin-bottom:12px}.footer-brand p{font-size:14px;line-height:1.7}.footer-links .footer-heading{font-size:16px;font-weight:700;color:var(--white);margin-bottom:16px}.footer-links a{display:block;font-size:14px;margin-bottom:10px;transition:color .2s}.footer-links a:hover{color:var(--white);text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding-top:24px;font-size:13px}.footer-bottom .tech-support a{color:#999;transition:color .2s;text-decoration:underline}.footer-bottom .tech-support a:hover{color:var(--white)}.quote-form{background:rgba(255,255,255,5%);border-radius:8px;padding:36px;max-width:600px;margin:0 auto;border:1px solid rgba(255,255,255,.1)}.quote-form label{display:block;font-size:14px;font-weight:600;margin-bottom:4px;color:rgba(255,255,255,.9)}.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:12px 14px;border:1px solid rgba(255,255,255,.2);border-radius:4px;font-size:15px;font-family:inherit;margin-bottom:16px;transition:border-color .2s;background:rgba(255,255,255,8%);color:var(--white)}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(227,34,34,.2)}.quote-form input::placeholder,.quote-form textarea::placeholder{color:rgba(255,255,255,.4)}.quote-form textarea{resize:vertical;min-height:100px}.quote-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.quote-form button{width:100%;padding:14px;background:var(--red);color:var(--white);border:none;border-radius:4px;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s,transform .2s;text-transform:uppercase;letter-spacing:.5px}.quote-form button:hover,.quote-form button:focus{background:var(--red-dark);transform:translateY(-1px)}.quote-form select option{background:var(--dark);color:var(--white)}@media(max-width:480px){.quote-form .form-row{grid-template-columns:1fr}}@media(max-width:1024px){.about-grid,.contact-grid,.service-detail{grid-template-columns:1fr;gap:32px}.service-detail:nth-child(even){direction:ltr}}@media(max-width:768px){.nav-links{position:fixed;top:0;right:-100%;width:75%;max-width:320px;height:100vh;background:var(--dark);flex-direction:column;padding:80px 32px 32px;transition:right .3s;box-shadow:-4px 0 24px rgba(0,0,0,.3)}.nav-links.open{right:0}.nav-links a{padding:12px 0;font-size:17px;border-bottom:1px solid rgba(255,255,255,.1)}.hamburger{display:flex}.hero{min-height:75vh}.section{padding:56px 0}.stats{grid-template-columns:repeat(2,1fr);gap:16px}.features{grid-template-columns:1fr}.numbered-services{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hero{min-height:65vh}.stats{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}}