:root{--primary:#1B4F8A;--primary-dark:#143d6b;--accent:#D55800;--accent-dark:#b84c00;--text:#1A1A2E;--text-muted:#555c6b;--bg:#fff;--bg-alt:#F4F7FC;--bg-dark:#0f2744;--white:#fff;--radius:8px;--shadow:0 2px 16px rgba(27,79,138,.1);--transition:.25s ease}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:pingfang sc,microsoft yahei,noto sans sc,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit}.skip-nav{position:absolute;top:-100%;left:1rem;background:var(--primary);color:#fff;padding:.5rem 1rem;border-radius:0 0 var(--radius)var(--radius);font-size:.875rem;z-index:9999;transition:top .2s}.skip-nav:focus{top:0}.topbar{background:var(--primary-dark);color:#fff;font-size:.8rem;padding:.5rem 0}.topbar-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.topbar-phones{display:flex;gap:1.25rem;flex-wrap:wrap}.topbar-phones a{color:rgba(255,255,255,.9);display:flex;align-items:center;gap:.35rem;white-space:nowrap;transition:color var(--transition)}.topbar-phones a:hover{color:#fff}.topbar-phones a svg{width:14px;height:14px;fill:currentColor;flex-shrink:0}.topbar-info{display:flex;align-items:center;gap:1rem;color:rgba(255,255,255,.8);white-space:nowrap}.header{background:#fff;box-shadow:0 1px 8px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.header-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:68px;gap:1rem}.logo a{display:flex;align-items:center;gap:.75rem}.logo-text{font-size:1.35rem;font-weight:700;color:var(--primary);line-height:1.1}.logo-sub{font-size:.7rem;color:var(--text-muted);display:block;letter-spacing:.03em}.nav{display:flex;align-items:center;gap:.25rem}.nav-link{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;color:var(--text);transition:background var(--transition),color var(--transition);white-space:nowrap;position:relative}.nav-link:hover,.nav-link:focus{background:var(--bg-alt);color:var(--primary)}.nav-link.active{color:var(--primary)}.has-dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:var(--radius);box-shadow:0 8px 32px rgba(0,0,0,.15);min-width:220px;padding:.5rem;opacity:0;visibility:hidden;transform:translateY(8px);transition:all var(--transition);z-index:100}.has-dropdown:hover .dropdown-menu,.has-dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;border-radius:calc(var(--radius) - 2px);font-size:.85rem;color:var(--text);transition:background var(--transition),color var(--transition)}.dropdown-item:hover,.dropdown-item:focus{background:var(--bg-alt);color:var(--primary)}.dropdown-item svg{width:16px;height:16px;fill:var(--primary);flex-shrink:0}.nav-actions{display:flex;align-items:center;gap:.75rem}.phone-cta{display:flex;align-items:center;gap:.4rem;background:var(--bg-alt);color:var(--primary);padding:.45rem .9rem;border-radius:var(--radius);font-size:.875rem;font-weight:600;border:none;white-space:nowrap;transition:background var(--transition)}.phone-cta:hover{background:#dde6f0}.quote-btn{display:flex;align-items:center;gap:.4rem;background:var(--accent);color:#fff;padding:.5rem 1.1rem;border-radius:var(--radius);font-size:.875rem;font-weight:600;border:none;white-space:nowrap;transition:background var(--transition)}.quote-btn:hover{background:var(--accent-dark)}.menu-toggle{display:none;background:0 0;border:none;padding:.4rem;border-radius:var(--radius)}.menu-toggle svg{width:24px;height:24px;fill:var(--text)}.hero{position:relative;min-height:580px;display:flex;align-items:center;overflow:hidden;background:var(--bg-dark)}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;opacity:.55}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,39,68,.85) 40%,rgba(15,39,68,.2) 100%)}.hero-content{position:relative;max-width:1280px;margin:0 auto;padding:5rem 1.5rem;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#b84b00;color:#fff;padding:.4rem .85rem;border-radius:2rem;font-size:.8rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:.04em}.hero-badge svg{width:14px;height:14px;fill:#fff}.hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:1rem;max-width:600px}.hero h1 span{color:#ffad60}.hero-sub{font-size:1.05rem;color:rgba(255,255,255,.88);margin-bottom:2rem;max-width:500px}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:#fff;padding:.75rem 1.75rem;border-radius:var(--radius);font-size:1rem;font-weight:700;border:none;transition:background var(--transition);white-space:nowrap}.btn-primary:hover{background:var(--accent-dark)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);color:#fff;padding:.75rem 1.75rem;border-radius:var(--radius);font-size:1rem;font-weight:600;border:2px solid rgba(255,255,255,.5);backdrop-filter:blur(4px);transition:all var(--transition)}.btn-secondary:hover{background:rgba(255,255,255,.25)}.hero-stats{position:absolute;bottom:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(8px)}.hero-stats-inner{max-width:1280px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.stat-item{text-align:center}.stat-num{font-size:1.6rem;font-weight:800;color:var(--primary);line-height:1}.stat-label{font-size:.78rem;color:var(--text-muted);margin-top:.2rem}.section{padding:5rem 0}.section-alt{background:var(--bg-alt)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.section-tag{display:inline-block;background:rgba(27,79,138,.1);color:var(--primary);padding:.3rem .8rem;border-radius:2rem;font-size:.78rem;font-weight:600;letter-spacing:.06em;margin-bottom:.75rem}.section-title{font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:800;color:var(--text);line-height:1.25;margin-bottom:.75rem}.section-sub{font-size:1rem;color:var(--text-muted);max-width:560px}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;margin-top:2.5rem}.service-card{background:#fff;border:1px solid rgba(27,79,138,.1);border-radius:12px;padding:1.75rem;transition:transform var(--transition),box-shadow var(--transition)}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-icon{width:52px;height:52px;background:rgba(27,79,138,8%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}.service-icon svg{width:28px;height:28px;fill:var(--primary)}.service-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.service-card p{font-size:.88rem;color:var(--text-muted);line-height:1.5}.service-link{display:inline-flex;align-items:center;gap:.3rem;margin-top:.75rem;font-size:.85rem;font-weight:600;color:var(--primary);text-decoration:underline}.service-link:hover{text-decoration:underline}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;margin-top:2.5rem}.feature-item{text-align:center;padding:1.5rem 1rem}.feature-icon{width:60px;height:60px;background:rgba(213,88,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.feature-icon svg{width:28px;height:28px;fill:var(--accent)}.feature-item h3{font-size:.95rem;font-weight:700;margin-bottom:.4rem}.feature-item p{font-size:.85rem;color:var(--text-muted);line-height:1.5}.cta-banner{background:linear-gradient(135deg,#FFF5EE,#FFF0E0);padding:4rem 0;text-align:center;border-top:2px solid rgba(213,88,0,.15);border-bottom:2px solid rgba(213,88,0,.15)}.cta-banner h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:.75rem;color:var(--text)}.cta-banner p{font-size:1rem;color:var(--text-muted);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-white{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--primary);padding:.75rem 1.75rem;border-radius:var(--radius);font-size:1rem;font-weight:700;border:none;transition:background var(--transition)}.btn-white:hover{background:#f0f5fb}.btn-outline-white{display:inline-flex;align-items:center;gap:.5rem;background:0 0;color:#fff;padding:.75rem 1.75rem;border-radius:var(--radius);font-size:1rem;font-weight:600;border:2px solid rgba(255,255,255,.6);transition:all var(--transition)}.btn-outline-white:hover{background:rgba(255,255,255,.1)}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2.5rem}.review-card{background:#fff;border-radius:12px;padding:1.75rem;box-shadow:0 2px 12px rgba(0,0,0,6%)}.stars{display:flex;gap:3px;margin-bottom:.75rem}.stars svg{width:16px;height:16px;fill:#f4a520}.review-text{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem;font-style:italic}.review-author{font-size:.88rem;font-weight:700;color:var(--text)}.review-date{font-size:.78rem;color:var(--text-muted)}.locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2.5rem}.location-card{background:#fff;border-radius:12px;padding:1.75rem;border:1px solid rgba(27,79,138,.1)}.location-card h3{font-size:1rem;font-weight:700;color:var(--primary);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.location-card h3 svg{width:18px;height:18px;fill:var(--accent)}.location-card p{font-size:.875rem;color:var(--text-muted);line-height:1.7}.page-hero{background:linear-gradient(135deg,#EEF4FF 0%,#DDEEFF 100%);padding:3.5rem 0;border-bottom:1px solid rgba(27,79,138,.12)}.page-hero h1{font-size:clamp(1.75rem,4vw,2.6rem);font-weight:800;margin-bottom:.75rem;color:var(--text)}.page-hero p{font-size:1rem;color:var(--text-muted);max-width:560px}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;margin-bottom:1rem;color:var(--text-muted)}.breadcrumb a{color:var(--primary);text-decoration:underline}.breadcrumb a:hover{color:var(--primary-dark)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2.5rem}.contact-form-wrap{}.contact-info-wrap{}.form-group{margin-bottom:1.25rem}label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.4rem;color:var(--text)}input,select,textarea{width:100%;padding:.7rem .9rem;border:1.5px solid #d1d9e0;border-radius:var(--radius);font-size:.9rem;font-family:inherit;color:var(--text);background:#fff;transition:border-color var(--transition)}.input-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary)}textarea{min-height:130px;resize:vertical}.form-submit{width:100%;background:var(--accent);color:#fff;padding:.8rem;border:none;border-radius:var(--radius);font-size:1rem;font-weight:700;cursor:pointer;transition:background var(--transition)}.form-submit:hover{background:var(--accent-dark)}.info-item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.info-icon{width:42px;height:42px;background:rgba(27,79,138,.1);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon svg{width:20px;height:20px;fill:var(--primary)}.info-item h4{font-size:.9rem;font-weight:700;margin-bottom:.25rem}.info-item p,.info-item a{font-size:.875rem;color:var(--text-muted);line-height:1.6}.faq-list{margin-top:2rem;max-width:780px}.faq-item{border:1px solid rgba(27,79,138,.12);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden}.faq-question{width:100%;text-align:left;padding:1.1rem 1.25rem;background:0 0;border:none;font-size:.95rem;font-weight:600;color:var(--text);display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;transition:background var(--transition)}.faq-question:hover{background:var(--bg-alt)}.faq-question svg{width:20px;height:20px;fill:var(--primary);flex-shrink:0;transition:transform var(--transition)}.faq-item.open .faq-question svg{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s}.faq-item.open .faq-answer{max-height:500px;padding:.25rem 1.25rem 1.1rem}.faq-answer p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.service-detail{padding:4rem 0;border-bottom:1px solid rgba(27,79,138,8%)}.service-detail:last-child{border-bottom:none}.service-detail-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:center}.service-detail-grid.reverse{direction:rtl}.service-detail-grid.reverse>*{direction:ltr}.service-detail-icon{width:80px;height:80px;background:rgba(27,79,138,8%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.service-detail-icon svg{width:42px;height:42px;fill:var(--primary)}.service-detail h2{font-size:1.5rem;font-weight:800;margin-bottom:.75rem}.service-detail p{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin-bottom:.75rem}.service-highlights{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.service-highlight{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--text)}.service-highlight svg{width:16px;height:16px;fill:var(--accent);flex-shrink:0}.service-detail-visual{background:var(--bg-alt);border-radius:16px;padding:2.5rem;text-align:center}.service-detail-visual svg{width:120px;height:120px;fill:var(--primary);opacity:.15}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-top:2.5rem}.about-text p{font-size:.95rem;color:var(--text-muted);line-height:1.75;margin-bottom:1rem}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.about-stat{background:var(--bg-alt);border-radius:var(--radius);padding:1.25rem;text-align:center}.about-stat-num{font-size:1.75rem;font-weight:800;color:var(--primary)}.about-stat-label{font-size:.78rem;color:var(--text-muted);margin-top:.2rem}.about-visual{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:16px;padding:3rem;display:flex;flex-direction:column;gap:1.5rem;color:#fff}.team-item{display:flex;align-items:center;gap:1rem}.team-avatar{width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.team-avatar svg{width:26px;height:26px;fill:#fff}.team-info h4{font-size:.9rem;font-weight:700}.team-info p{font-size:.78rem;opacity:.8}footer{background:var(--bg-dark);color:rgba(255,255,255,.85)}.footer-top{padding:3.5rem 0;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem}.footer-brand h3{font-size:1.2rem;font-weight:800;color:#fff;margin-bottom:.5rem}.footer-brand p{font-size:.85rem;line-height:1.6;margin-bottom:1rem;opacity:.75}.footer-phones{display:flex;flex-direction:column;gap:.4rem}.footer-phones a{font-size:.82rem;color:rgba(255,255,255,.7);display:flex;align-items:center;gap:.4rem}.footer-phones a:hover{color:#fff}.footer-phones a svg{width:13px;height:13px;fill:currentColor;flex-shrink:0}.footer-col h4{font-size:.85rem;font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:.04em}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.82rem;color:rgba(255,255,255,.65);transition:color var(--transition)}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.8rem}.footer-bottom p{color:rgba(255,255,255,.7)}.tech-support a{color:rgba(255,255,255,.5);text-decoration:none}.tech-support a:hover{color:rgba(255,255,255,.8)}.mobile-nav{position:fixed;top:0;right:-100%;width:300px;height:100%;background:#fff;z-index:2000;box-shadow:-4px 0 32px rgba(0,0,0,.2);transition:right var(--transition);overflow-y:auto}.mobile-nav.open{right:0}.mobile-nav-header{padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb}.mobile-nav-close{background:0 0;border:none;padding:.4rem;cursor:pointer}.mobile-nav-close svg{width:22px;height:22px;fill:var(--text)}.mobile-nav-links{padding:1rem}.mobile-nav-links a{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border-radius:var(--radius);font-size:.925rem;font-weight:500;color:var(--text)}.mobile-nav-links a:hover{background:var(--bg-alt);color:var(--primary)}.mobile-nav-actions{padding:1rem;border-top:1px solid #e5e7eb}.mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1999;display:none}.mobile-overlay.open{display:block}@media(max-width:1024px){.footer-top{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr}.service-detail-grid,.service-detail-grid.reverse{direction:ltr;grid-template-columns:1fr}}@media(max-width:768px){.nav,.nav-actions{display:none}.menu-toggle{display:flex}.topbar-info{display:none}.hero{min-height:500px}.hero-stats-inner{gap:1.25rem}.hero-stats .stat-item{min-width:80px}.footer-top{grid-template-columns:1fr}}@media(max-width:480px){.hero-btns{flex-direction:column;align-items:flex-start}.cta-btns{flex-direction:column;align-items:center}.hero h1{font-size:1.75rem}.input-row{grid-template-columns:1fr}}.location-card a[href^=tel]{text-decoration:underline}.location-card a[href^=mailto]{text-decoration:underline}.info-item a{text-decoration:underline}.info-item a{text-decoration:underline}.footer-phones a{text-decoration:underline}