html,body,#app{width:100%;min-height:100%;margin:0}body{overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}.website-wrapper{width:100%;min-height:100vh;display:flex;flex-direction:column;--primary-color: #1a56db;--primary-hover: #1648c0;--secondary-color: #f0f5ff;--text-color: #333333;--text-light: #666666;--text-lighter: #999999;--border-color: #e8e8e8;--bg-light: #f8f9fa;--bg-dark: #1a1a2e;--white: #ffffff;--success: #52c41a;--warning: #faad14;--error: #ff4d4f;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}.website-content{flex:1;padding-top:80px}.website-wrapper .website-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ef822b;box-shadow:0 2px 8px #0000000f;height:80px;display:flex;align-items:center}.website-wrapper .header-container{max-width:1400px;width:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.website-wrapper .header-logo{display:flex;align-items:center;gap:12px;cursor:pointer}.website-wrapper .header-logo img{height:40px;width:auto}.website-wrapper .header-nav{display:flex;align-items:center;gap:8px}.website-wrapper .header-nav a{padding:8px 16px;text-decoration:none;color:#efefef;font-size:15px;font-weight:500;border-radius:0;transition:all .3s ease;cursor:pointer;background:transparent}.website-wrapper .header-nav a:hover{color:#fff;font-size:16px;background:transparent}.website-wrapper .header-nav a.active{color:#fff;font-size:16px;font-weight:700;background:transparent}.website-wrapper .header-actions{display:flex;align-items:center;gap:12px}.website-wrapper .lang-switch{padding:6px 12px;border:1px solid rgba(255,255,255,.3);border-radius:6px;background:#ffffff1a;cursor:pointer;font-size:14px;color:#ffffffd9;transition:all .3s ease;display:flex;align-items:center;gap:4px}.website-wrapper .lang-switch:hover{border-color:#fff9;color:#fff;background:#fff3}.website-wrapper .lang-arrow{font-size:10px;margin-left:2px}.website-wrapper .lang-switch-wrapper{position:relative}.website-wrapper .lang-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;overflow:hidden;z-index:100;min-width:100px}.website-wrapper .lang-option{padding:10px 16px;cursor:pointer;font-size:14px;color:var(--text-color);transition:background .2s ease;white-space:nowrap}.website-wrapper .lang-option:hover{background:var(--secondary-color)}.website-wrapper .lang-option.active{color:var(--primary-color);font-weight:600;background:var(--secondary-color)}.website-wrapper .website-footer{background:#ef822b;color:#fff;padding:60px 0 0}.website-wrapper .footer-container{max-width:1400px;margin:0 auto;padding:0 24px}.website-wrapper .footer-grid{display:grid;grid-template-columns:2fr 1.5fr 1.5fr;gap:60px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.3)}.website-wrapper .footer-brand img{height:36px;margin-bottom:36px}.website-wrapper .footer-brand p{color:#fff;font-size:18px;line-height:1.8;max-width:320px;white-space:pre-line}.website-wrapper .footer-section h4{font-size:16px;font-weight:600;margin-bottom:20px;color:#fff}.website-wrapper .footer-section ul{list-style:none}.website-wrapper .footer-section ul li{margin-bottom:12px}.website-wrapper .footer-section ul li a,.website-wrapper .footer-section ul li a:link,.website-wrapper .footer-section ul li a:visited{color:#fff!important;text-decoration:none;font-size:14px;transition:color .3s ease;cursor:pointer}.website-wrapper .footer-section ul li a:hover{color:#fff!important}.website-wrapper .footer-contact-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:12px;color:#fff;font-size:14px}.website-wrapper .footer-contact-item .icon{margin-top:3px;flex-shrink:0}.website-wrapper .footer-bottom{padding:20px 0;text-align:center;color:#fff;font-size:13px}.website-wrapper .hero-section{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.website-wrapper .hero-banner-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transition:opacity .8s ease;opacity:0}.website-wrapper .hero-banner-bg:first-of-type{opacity:1}.website-wrapper .hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0f172a8c,#1e3a5f73,#0f172a8c)}.website-wrapper .hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.03)" d="M0,96L48,112C96,128,192,160,288,186.7C384,213,480,235,576,213.3C672,192,768,128,864,128C960,128,1056,192,1152,208C1248,224,1344,192,1392,176L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;background-size:cover;opacity:.5;z-index:2}.website-wrapper .hero-dots{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:3}.website-wrapper .hero-dot{width:12px;height:12px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s ease;border:2px solid rgba(255,255,255,.2)}.website-wrapper .hero-dot:hover{background:#ffffffb3}.website-wrapper .hero-dot.active{background:#fff;border-color:#fff;transform:scale(1.2)}.website-wrapper .hero-content{position:relative;z-index:3;text-align:center;max-width:800px;padding:0 24px}.website-wrapper .hero-content h1{font-size:48px;font-weight:800;color:var(--white);margin-bottom:16px;line-height:1.2;white-space:nowrap}.website-wrapper .hero-content p{font-size:20px;color:#fffc;margin-bottom:40px}.website-wrapper .hero-search{display:flex;max-width:560px;margin:0 auto;gap:0;background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000026}.website-wrapper .hero-search input{flex:1;padding:16px 20px;border:none;outline:none;font-size:16px;color:var(--text-color)}.website-wrapper .hero-search input::placeholder{color:var(--text-lighter)}.website-wrapper .hero-search button{padding:16px 32px;background:#fa8c16;color:#fff;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease}.website-wrapper .hero-search button:hover{background:#e67e0f;color:#fff}.website-wrapper .hero-action-items{display:flex;justify-content:center;gap:24px;margin-top:32px}.website-wrapper .hero-action-item{display:flex;align-items:center;gap:8px;min-height:34px;box-sizing:border-box;padding:9px 18px;border:1px solid rgba(255,255,255,.58);border-radius:8px;background:#ffffff1f;box-shadow:0 8px 24px #0000001f;backdrop-filter:blur(8px);cursor:pointer;transition:background .3s ease,border-color .3s ease,opacity .3s ease;color:#fff}.website-wrapper .hero-action-item:hover{opacity:1;background:#ef822b;border-color:#ef822b}.website-wrapper .hero-action-item:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:3px}.website-wrapper .hero-action-item .action-icon{display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;width:28px;height:28px}.website-wrapper .hero-action-item .action-label{display:flex;align-items:center;font-size:16px;font-weight:500;line-height:1.2;color:#fff;white-space:nowrap}.website-wrapper .hero-action-separator{color:#fff9;font-size:18px;font-weight:300;display:flex;align-items:center}.website-wrapper .section{padding:80px 0}.website-wrapper .section-container{max-width:1400px;margin:0 auto;padding:0 24px}.website-wrapper .section-title{text-align:center;margin-bottom:48px}.website-wrapper .section-title h2{font-size:36px;font-weight:700;color:var(--text-color);margin-bottom:12px}.website-wrapper .section-title p{font-size:16px;color:var(--text-light);max-width:800px;margin:0 auto}.website-wrapper .section-bg-light{background:#fff}.website-wrapper .announcement-bar{background:#ffbf6b80;color:#333;padding:10px 0;overflow:hidden;position:relative;display:flex;align-items:center}.website-wrapper .announcement-label{flex-shrink:0;background:#fa8c16;padding:4px 20px;font-size:14px;font-weight:700;color:#fff;white-space:nowrap;margin-left:24px;position:relative;z-index:3;border-radius:6px}.website-wrapper .announcement-marquee-wrap{flex:1;overflow:hidden;position:relative}.website-wrapper .announcement-content{display:flex;align-items:center;white-space:nowrap;animation:marquee 30s linear infinite;padding-left:24px}.website-wrapper .announcement-content:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.website-wrapper .announcement-item{display:inline-flex;align-items:center;gap:8px;padding:0 40px;cursor:pointer;color:#333}.website-wrapper .announcement-item .tag{background:#3333331a;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600}.website-wrapper .announcement-close{flex-shrink:0;background:#33333326;border:none;color:#333;width:24px;height:24px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;margin-right:24px;z-index:2}.website-wrapper .service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.website-wrapper .service-card{background:var(--white);border-radius:16px;padding:40px 32px;text-align:center;box-shadow:0 2px 12px #0000000f;transition:all .3s ease}.website-wrapper .service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.website-wrapper .service-card .icon{width:64px;height:64px;margin:0 auto 20px;background:var(--secondary-color);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px}.website-wrapper .service-card h3{font-size:20px;font-weight:600;margin-bottom:12px}.website-wrapper .service-card p{font-size:14px;color:var(--text-light);line-height:1.7}.website-wrapper .showcase-section{padding:60px 0}.website-wrapper .showcase-image{width:100%;border-radius:12px;overflow:hidden;position:relative}.website-wrapper .showcase-image img{width:100%;height:auto;display:block}.website-wrapper .map-route-arrow{position:absolute;inset:0;z-index:3;pointer-events:none}.website-wrapper .map-route-arrow marker path{fill:#fff}.website-wrapper .map-route-path,.website-wrapper .map-route-flow{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.website-wrapper .map-route-path{stroke:#22c55eb8;stroke-width:4}.website-wrapper .map-route-flow{stroke:#fff;stroke-width:2.5;stroke-dasharray:12 8;marker-end:url(#map-route-arrowhead);filter:drop-shadow(0 1px 2px rgba(90,48,14,.36));animation:mapRouteFlow 1.4s linear infinite}@keyframes mapRouteFlow{to{stroke-dashoffset:-20}}.website-wrapper .map-ripple{position:absolute;width:16px;height:16px;background:#ef822b99;border-radius:50%;z-index:2;pointer-events:none;transform:translate(-50%,-50%);box-shadow:0 0 #ef822b4d;animation:mapDotPulse 2s ease-in-out infinite}@keyframes mapDotPulse{0%{box-shadow:0 0 #ef822b66;transform:translate(-50%,-50%) scale(1)}50%{box-shadow:0 0 0 80px #ef822b00;transform:translate(-50%,-50%) scale(2)}to{box-shadow:0 0 #ef822b00;transform:translate(-50%,-50%) scale(1)}}.website-wrapper .cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:800px;margin:0 auto}.website-wrapper .case-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:all .3s ease}.website-wrapper .case-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.website-wrapper .case-card .case-image{height:200px;background:var(--secondary-color);display:flex;align-items:center;justify-content:center;font-size:48px;overflow:hidden}.website-wrapper .case-category{display:inline-block;padding:4px 16px;border-radius:20px;background:var(--secondary-color);color:var(--primary-color);font-size:12px;font-weight:600;margin:16px 24px 0;border:1px solid rgba(26,86,219,.15)}.website-wrapper .case-card .case-info{padding:24px}.website-wrapper .case-card .case-info h4{font-size:18px;font-weight:600;margin-bottom:8px}.website-wrapper .case-card .case-info p{font-size:14px;color:var(--text-light)}.website-wrapper .case-link{display:inline-block;margin-top:12px;color:var(--primary-color);font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none}.website-wrapper .case-link:hover{color:var(--primary-hover);transform:translate(4px)}.website-wrapper .partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1000px;margin:0 auto}.website-wrapper .partner-grid .partner-item{display:flex;align-items:center;justify-content:center;background:transparent;border-radius:0;padding:0;box-shadow:none;transition:all .3s ease;min-height:120px}.website-wrapper .partner-grid .partner-item:hover{transform:none;box-shadow:none}.website-wrapper .partner-grid .partner-item img{max-width:100%;max-height:100px;object-fit:contain}.website-wrapper .danmaku-container{overflow:hidden;padding:20px 0;display:flex;flex-direction:column;gap:16px}.website-wrapper .danmaku-row{display:flex;white-space:nowrap;will-change:transform}@keyframes danmakuScroll1{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes danmakuScroll2{0%{transform:translate(-15%)}to{transform:translate(-65%)}}@keyframes danmakuScroll3{0%{transform:translate(-30%)}to{transform:translate(-80%)}}@keyframes danmakuScroll4{0%{transform:translate(-5%)}to{transform:translate(-55%)}}.website-wrapper .danmaku-item{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:var(--white);border-radius:24px;box-shadow:0 2px 8px #00000014;border:1px solid rgba(26,86,219,.1);transition:transform .2s ease,box-shadow .2s ease}.website-wrapper .danmaku-item:hover{transform:scale(1.05);box-shadow:0 4px 16px #1a56db26;border-color:#1a56db4d}.website-wrapper .danmaku-icon{font-size:18px;flex-shrink:0}.website-wrapper .danmaku-text{font-size:14px;font-weight:600;color:var(--text-color)}.website-wrapper .danmaku-year{font-size:12px;color:var(--text-lighter);background:var(--secondary-color);padding:2px 8px;border-radius:10px}.website-wrapper .danmaku-item.color-1{background:linear-gradient(135deg,#fff5f5,#ffe0e0);border-color:#ff4d4f33}.website-wrapper .danmaku-item.color-1:hover{border-color:#ff4d4f66;box-shadow:0 4px 16px #ff4d4f26}.website-wrapper .danmaku-item.color-2{background:linear-gradient(135deg,#f0f5ff,#d6e4ff);border-color:#1a56db26}.website-wrapper .danmaku-item.color-2:hover{border-color:#1a56db59;box-shadow:0 4px 16px #1a56db26}.website-wrapper .danmaku-item.color-3{background:linear-gradient(135deg,#f6ffed,#d9f7be);border-color:#52c41a33}.website-wrapper .danmaku-item.color-3:hover{border-color:#52c41a66;box-shadow:0 4px 16px #52c41a26}.website-wrapper .danmaku-item.color-4{background:linear-gradient(135deg,#fff7e6,#ffe7ba);border-color:#faad1433}.website-wrapper .danmaku-item.color-4:hover{border-color:#faad1466;box-shadow:0 4px 16px #faad1426}.website-wrapper .danmaku-item.color-5{background:linear-gradient(135deg,#f9f0ff,#efdbff);border-color:#7832c826}.website-wrapper .danmaku-item.color-5:hover{border-color:#7832c859;box-shadow:0 4px 16px #7832c826}.website-wrapper .page-banner{background:linear-gradient(135deg,#0f172a,#1e3a5f);padding:100px 0 60px;text-align:center;color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center}.website-wrapper .page-banner h1{font-size:42px;font-weight:800;margin-bottom:16px;width:100%;text-align:center}.website-wrapper .page-banner p{font-size:18px;color:#fffc;width:min(100% - 48px,900px);margin:0 auto;text-align:center;line-height:1.6;white-space:normal}.website-wrapper .business-service{display:flex;align-items:center;gap:60px;padding:60px 0}.website-wrapper .business-service.reverse{flex-direction:row-reverse}.website-wrapper .business-service-image{flex:1;min-height:300px;background:var(--secondary-color);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:64px}.website-wrapper .business-service-content{flex:1}.website-wrapper .business-service-content h3{font-size:28px;font-weight:700;margin-bottom:16px}.website-wrapper .business-service-content p{font-size:15px;color:var(--text-light);line-height:1.8;margin-bottom:24px}.website-wrapper .section-title-orange,.website-wrapper .section-title-orange h2{color:#ef822b!important}.website-wrapper .strengths-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1200px;margin:0 auto}.website-wrapper .strength-card{background:var(--white);border-radius:16px;padding:36px 28px;text-align:center;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:4px}.website-wrapper .strength-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001a}.website-wrapper .strength-icon{width:64px;height:64px;background:#ef822b1a;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:all .3s ease}.website-wrapper .strength-card:hover .strength-icon{background:#ef822b2e;transform:scale(1.05)}.website-wrapper .strength-icon svg{width:32px;height:32px}.website-wrapper .strength-title{font-size:20px;font-weight:700;color:#ef822b;margin-bottom:8px}.website-wrapper .strength-desc p{font-size:14px;color:var(--text-light);line-height:1.6;margin:0}.website-wrapper .strength-desc .strength-sub2{margin-top:4px;color:var(--text-lighter);font-size:13px}.website-wrapper .about-section{padding:80px 0}.website-wrapper .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.website-wrapper .about-image{min-height:400px;border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.website-wrapper .about-image img{width:100%;height:100%;object-fit:cover;border-radius:16px}.website-wrapper .about-text h2{font-size:32px;font-weight:700;margin-bottom:20px}.website-wrapper .about-text p{font-size:15px;color:var(--text-light);line-height:1.8;margin-bottom:16px}.website-wrapper .advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}.website-wrapper .advantage-card{text-align:center;padding:32px 24px;background:var(--white);border-radius:12px;box-shadow:0 2px 12px #0000000f}.website-wrapper .advantage-card .icon{font-size:40px;margin-bottom:16px}.website-wrapper .advantage-card h4{font-size:18px;font-weight:600;margin-bottom:8px}.website-wrapper .advantage-card p{font-size:14px;color:var(--text-light)}.website-wrapper .culture-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;text-align:center}.website-wrapper .culture-item{text-align:center}.website-wrapper .culture-item .culture-icon{font-size:48px;margin-bottom:16px}.website-wrapper .culture-item h3{font-size:28px;font-weight:700;margin-bottom:12px;color:var(--text-color)}.website-wrapper .culture-item p{font-size:16px;color:var(--text-light);line-height:1.6;max-width:400px;margin:0 auto}.website-wrapper .culture-image{margin-top:48px;border-radius:16px;overflow:hidden;display:flex;justify-content:center}.website-wrapper .culture-image img{width:100%;max-width:1200px;height:auto;max-height:300px;display:block;object-fit:cover}.website-wrapper .timeline{position:relative;padding:40px 0}.website-wrapper .timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--border-color);transform:translate(-50%)}.website-wrapper .timeline-item{display:flex;align-items:flex-start;margin-bottom:40px;position:relative}.website-wrapper .timeline-item:nth-child(odd){flex-direction:row-reverse}.website-wrapper .timeline-item .year{position:absolute;left:50%;transform:translate(-50%);background:var(--primary-color);color:var(--white);padding:4px 16px;border-radius:20px;font-size:14px;font-weight:600;z-index:1}.website-wrapper .timeline-item .content{width:calc(50% - 40px);padding:20px;background:var(--white);border-radius:12px;box-shadow:0 2px 8px #0000000f}.website-wrapper .timeline-item:nth-child(odd) .content{margin-right:auto}.website-wrapper .timeline-item:nth-child(2n) .content{margin-left:auto}.website-wrapper .timeline-item .content h4{font-size:16px;font-weight:600;margin-bottom:4px}.website-wrapper .timeline-item .content p{font-size:14px;color:var(--text-light)}.website-wrapper .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:80px 0}.website-wrapper .contact-info h2{font-size:32px;font-weight:700;margin-bottom:32px}.website-wrapper .contact-detail{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}.website-wrapper .contact-detail .icon{width:48px;height:48px;background:var(--secondary-color);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.website-wrapper .contact-detail h4{font-size:16px;font-weight:600;margin-bottom:4px}.website-wrapper .contact-detail p{font-size:14px;color:var(--text-light)}.website-wrapper .contact-form-wrapper{background:var(--white);padding:40px;border-radius:16px;box-shadow:0 2px 12px #0000000f}.website-wrapper .contact-form-wrapper h3{font-size:24px;font-weight:700;margin-bottom:24px}.website-wrapper .modal-overlay{position:fixed;inset:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.website-wrapper .modal-overlay.slide-right{align-items:center;justify-content:flex-end;padding:0;box-sizing:border-box}.website-wrapper .modal-overlay.slide-right .modal-content{box-sizing:border-box;flex:0 0 min(90vw,520px);width:min(90vw,520px);height:auto;max-height:calc(100vh - 48px);border-radius:10px 0 0 10px;max-width:calc(100vw - 24px);overflow-y:auto;scrollbar-gutter:stable;transform:translate(0);animation:slideInRight .3s ease}.website-wrapper .modal-overlay.slide-right .time-query-modal{min-height:min(504px,calc(100vh - 48px))}.website-wrapper .modal-overlay.slide-right .price-query-modal{min-height:min(676px,calc(100vh - 48px))}.website-wrapper .modal-overlay.slide-right .coverage-query-modal{min-height:min(456px,calc(100vh - 48px))}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.website-wrapper .modal-content{background:var(--white);border-radius:16px;padding:32px;max-width:560px;width:90%;height:auto;max-height:90vh;overflow-y:auto;position:relative}.website-wrapper .modal-content h3{font-size:22px;font-weight:700;margin-bottom:24px}.website-wrapper .modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:40px;margin-bottom:24px}.website-wrapper .modal-header h3{margin:0;line-height:1.25}.website-wrapper .modal-header .modal-close{position:static;flex:0 0 auto}.website-wrapper .modal-content .form-group{margin-bottom:20px}.website-wrapper .modal-content .form-group label{font-size:14px;margin-bottom:6px}.website-wrapper .modal-content .form-group input,.website-wrapper .modal-content .form-group select{padding:10px 14px;font-size:14px}.website-wrapper .modal-content .btn-submit{padding:12px;font-size:16px;margin-top:8px;color:#fff}.website-wrapper .price-field-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.website-wrapper .price-field-input{flex:1;max-width:360px}.website-wrapper .dim-label{font-size:14px;font-weight:500;color:var(--text-color);white-space:nowrap;flex-shrink:0;min-width:72px}.website-wrapper .dim-label .required{color:var(--error);margin-left:2px}.website-wrapper .price-result-readonly-wrapper{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:8px;overflow:hidden;flex-shrink:0}.website-wrapper .price-result-readonly{border:none;outline:none;padding:10px 12px;font-size:16px;font-weight:700;color:var(--primary-color);background:var(--bg-light);min-width:100px;text-align:center}.website-wrapper .price-result-readonly:placeholder-shown{color:var(--text-lighter);font-weight:400}.website-wrapper .price-result-currency{padding:10px 12px;background:var(--bg-light);font-size:13px;font-weight:600;color:var(--text-lighter);border-left:1px solid var(--border-color);flex-shrink:0}.website-wrapper .price-action-row{display:flex;align-items:center;gap:12px;margin-top:12px}.website-wrapper .signature-select-wrap{position:relative}.website-wrapper .signature-select-trigger{width:100%;height:40px;border:1px solid var(--border-color);border-radius:8px;padding:0 12px;font-size:14px;line-height:40px;color:var(--text-color);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.website-wrapper .signature-select-trigger:hover,.website-wrapper .signature-select-trigger.open{border-color:var(--primary-color);box-shadow:0 0 0 3px #ef822b1a}.website-wrapper .signature-select-trigger:focus-visible{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #ef822b29}.website-wrapper .signature-select-arrow{width:16px;height:10px;flex-shrink:0;fill:none;stroke:#8c8c8c;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.website-wrapper .signature-select-trigger.open .signature-select-arrow{transform:rotate(180deg)}.website-wrapper .signature-select-menu{position:absolute;z-index:20;top:calc(100% + 6px);left:0;right:0;padding:6px;border:1px solid rgba(239,130,43,.18);border-radius:10px;background:#fff;box-shadow:0 14px 32px #0f172a24}.website-wrapper .signature-select-option{width:100%;min-height:34px;border:0;border-radius:7px;padding:0 10px;background:transparent;color:var(--text-color);font-size:14px;text-align:left;cursor:pointer;transition:background-color .18s ease,color .18s ease}.website-wrapper .signature-select-option:hover,.website-wrapper .signature-select-option.active{background:#ef822b1f;color:var(--primary-color)}.website-wrapper .contact-select-wrap{width:100%}.website-wrapper .contact-select-wrap .signature-select-trigger{height:44px;line-height:44px}.website-wrapper .contact-select-wrap .signature-select-trigger.placeholder{color:var(--text-lighter)}.website-wrapper .contact-select-menu{z-index:30;max-height:224px;overflow-y:auto;scrollbar-gutter:stable}.website-wrapper .price-cal-btn{flex:1;padding:10px 16px;font-size:14px;margin-top:0;white-space:nowrap}.website-wrapper .modal-content .price-cal-btn{margin-top:0}.website-wrapper .input-with-unit{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:8px;overflow:hidden;transition:border-color .3s ease;min-height:42px}.website-wrapper .input-with-unit:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #1a56db1a}.website-wrapper .price-field-row .input-with-unit input{height:40px;padding:0 10px;font-size:13px;line-height:40px}.website-wrapper .price-field-row .input-unit{align-self:stretch;display:inline-flex;align-items:center;padding:0 10px;font-size:12px}.website-wrapper .input-with-unit input{flex:1;border:none;outline:none;padding:10px 12px;font-size:14px;color:var(--text-color);min-width:0}.website-wrapper .input-unit{padding:10px 12px;background:var(--bg-light);font-size:13px;font-weight:600;color:var(--text-lighter);border-left:1px solid var(--border-color);flex-shrink:0}.website-wrapper .price-result-inline{flex-shrink:0;padding:10px 20px;background:var(--success);border-radius:8px;color:#fff;font-weight:700;font-size:20px;white-space:nowrap}.website-wrapper .hero-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 32px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.website-wrapper .hero-btn-primary{background:#fa8c16;color:#fff}.website-wrapper .hero-btn-primary:hover{background:#e67e0f;color:#fff}.website-wrapper .price-tip-text{margin-top:16px;line-height:1.8}.website-wrapper .tip-orange{font-size:12px;color:#c80}.website-wrapper .tip-contact-link{font-size:12px;color:var(--primary-color);cursor:pointer;text-decoration:underline;font-weight:500}.website-wrapper .tip-contact-link:hover{color:var(--primary-hover)}.website-wrapper .hero-subtitle{white-space:nowrap}.website-wrapper .modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:none;background:var(--bg-light);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--text-light);transition:all .2s ease}.website-wrapper .modal-close:hover{background:var(--border-color);color:var(--text-color)}.website-wrapper .form-row{display:flex;gap:20px}.website-wrapper .form-group{margin-bottom:20px}.website-wrapper .form-group-half{flex:1;min-width:0}.website-wrapper .form-group label{display:block;font-size:14px;font-weight:500;margin-bottom:6px;color:var(--text-color)}.website-wrapper .form-group label .required{color:var(--error);margin-left:2px}.website-wrapper .form-group input,.website-wrapper .form-group select,.website-wrapper .form-group textarea{width:100%;padding:10px 14px;border:1px solid var(--border-color);border-radius:8px;font-size:14px;color:var(--text-color);outline:none;transition:border-color .3s ease;font-family:var(--font-family);box-sizing:border-box}.website-wrapper .form-group input:focus,.website-wrapper .form-group select:focus,.website-wrapper .form-group textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #1a56db1a}.website-wrapper .form-group textarea{resize:vertical;min-height:100px}.website-wrapper .form-group .error-text{color:var(--error);font-size:12px;margin-top:4px}.website-wrapper .btn-submit{width:100%;padding:12px;background:#fa8c16;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease}.website-wrapper .btn-submit:hover{background:#e67e0f;color:#fff}.website-wrapper .btn-submit:disabled{opacity:.6;cursor:not-allowed}.website-wrapper .result-display{padding:20px;background:var(--bg-light);border-radius:8px;margin-top:16px}.website-wrapper .result-display .result-value{font-size:24px;font-weight:700;color:#fa8c16;margin-bottom:8px}.website-wrapper .result-display .result-value.result-success{color:#52c41a}.website-wrapper .result-display .result-detail{font-size:14px;color:#c80;margin-bottom:8px}.website-wrapper .result-display .result-note{font-size:13px;color:#c80;line-height:1.6}.website-wrapper .result-display .result-error{font-size:16px;font-weight:600;color:var(--error);margin-bottom:8px}.website-wrapper .coverage-result-line{display:flex;align-items:center;gap:8px}.website-wrapper .coverage-result-icon{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#fff;font-size:14px;font-weight:700;line-height:1}.website-wrapper .coverage-result-icon-success{background:var(--success)}.website-wrapper .coverage-result-icon-error{background:var(--error)}.website-wrapper .toast{position:fixed;top:100px;left:50%;transform:translate(-50%);padding:12px 24px;border-radius:8px;font-size:14px;z-index:3000;animation:toastIn .3s ease;box-shadow:0 4px 12px #00000026}.website-wrapper .toast-success{background:#f6ffed;border:1px solid #b7eb8f;color:#52c41a}.website-wrapper .toast-error{background:#fff2f0;border:1px solid #ffccc7;color:#ff4d4f}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.website-wrapper .cases-bubble-section{max-width:100%;margin:0 0 40px}.website-wrapper .case-card-active{border:2px solid #ef822b!important;box-shadow:0 8px 24px #ef822b33!important;transform:translateY(-4px)}.website-wrapper .case-quote-bubble{position:relative;background:linear-gradient(to right,#ef822b,#fde8d0,#fff);border-radius:20px;padding:40px;box-shadow:0 8px 32px #ef822b40}.website-wrapper .case-quote-bubble:before{content:"";position:absolute;top:-30px;right:60px;width:120px;height:120px;background:#ffffff26;border-radius:50%;z-index:0}.website-wrapper .case-quote-bubble:after{content:'"';position:absolute;top:-10px;left:25px;font-size:100px;color:#ffffff26;font-family:Georgia,serif;line-height:1;z-index:0}.website-wrapper .quote-bubble-tail{position:absolute;bottom:-16px;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:18px solid #f5a623;z-index:2;transition:left .3s ease}.website-wrapper .quote-bubble-tail.arrow-left{left:25%;transform:translate(-50%)}.website-wrapper .quote-bubble-tail.arrow-right{left:75%;transform:translate(-50%)}.website-wrapper .quote-bubble-grid{position:relative;z-index:1;display:grid;grid-template-columns:.7fr 1.3fr;gap:40px;align-items:start}.website-wrapper .bubble-left,.website-wrapper .bubble-right{padding:0}.website-wrapper .bubble-section{margin-bottom:24px}.website-wrapper .bubble-section:last-child{margin-bottom:0}.website-wrapper .bubble-section-label{font-size:17px;font-weight:700;color:#fff;margin-bottom:10px;position:relative;padding-left:16px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.website-wrapper .bubble-section-label:before{content:"";position:absolute;left:0;top:5px;width:5px;height:18px;background:#fff;border-radius:3px}.website-wrapper .bubble-label-dark{color:#ef822b;text-shadow:none}.website-wrapper .bubble-label-dark:before{background:#ef822b}.website-wrapper .bubble-text-white{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.08)}.website-wrapper .bubble-section-text{font-size:14px;line-height:1.8;color:#555}.website-wrapper .bubble-product-info{margin-top:12px;padding:0}.website-wrapper .bubble-prod-line{padding:4px 0;font-size:13px;line-height:1.6;border-bottom:1px solid rgba(255,255,255,.15)}.website-wrapper .bubble-prod-line:last-child{border-bottom:none}.website-wrapper .bubble-challenge-list{display:flex;flex-direction:column;gap:6px}.website-wrapper .bubble-challenge-item{padding:4px 0;background:none;border-left:none;border-radius:0;font-size:13px;line-height:1.6}.website-wrapper .bubble-solution-list{display:flex;flex-direction:column;gap:4px}.website-wrapper .bubble-sol-subtitle{font-size:14px;font-weight:700;color:#ef822b;margin-top:8px;margin-bottom:4px}.website-wrapper .bubble-sol-subtitle:first-child{margin-top:0}.website-wrapper .bubble-sol-item{padding:4px 0 4px 18px;font-size:13px;color:#333;line-height:1.6;position:relative}.website-wrapper .bubble-sol-item:before{content:"•";position:absolute;left:4px;color:#ef822b;font-weight:700}.website-wrapper .results-text-list{display:flex;flex-direction:column;gap:10px}.website-wrapper .results-text-item{position:relative;padding:8px 0 8px 22px;background:transparent;border-radius:0;font-size:13px;line-height:1.6;color:#555;border-left:none}.website-wrapper .results-text-item:before{content:"✓";position:absolute;left:0;top:8px;color:#ef822b;font-weight:700;font-size:14px}.website-wrapper .charts-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.website-wrapper .chart-item{padding:12px 10px}.website-wrapper .chart-item .bubble-chart-title{font-size:11px;font-weight:700;margin-top:6px;text-align:center;color:#333}.website-wrapper .chart-inner{display:flex;gap:4px}.website-wrapper .chart-y-axis{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end;padding-right:4px;border-right:1px solid #ddd;min-width:28px;height:100px;flex-shrink:0}.website-wrapper .chart-y-tick{font-size:9px;color:#888;line-height:1}.website-wrapper .chart-bars-area{flex:1;display:flex;flex-direction:column}.website-wrapper .chart-bars-rows{flex:1;display:flex;align-items:flex-end;gap:12px;justify-content:center;height:100px}.website-wrapper .chart-bar-col{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1;max-width:40px}.website-wrapper .chart-bar-wrap{width:100%;height:80px;display:flex;align-items:flex-end;justify-content:center}.website-wrapper .chart-bar{width:100%;max-width:28px;min-height:4px;border-radius:3px 3px 0 0;position:relative;display:flex;align-items:flex-start;justify-content:center;transition:height .5s ease}.website-wrapper .chart-bar-before{background:linear-gradient(180deg,#d9d9d9,#bfbfbf)}.website-wrapper .chart-bar-after{background:linear-gradient(180deg,#ef822b,#f5a623)}.website-wrapper .chart-bar-val{font-size:9px;font-weight:700;color:#333;position:absolute;top:-13px;white-space:nowrap}.website-wrapper .chart-x-axis{display:flex;gap:12px;justify-content:center;margin-top:2px}.website-wrapper .chart-x-label{font-size:9px;color:#888;text-align:center;flex:1;max-width:40px}.website-wrapper .bubble-result-chart{background:#ffffffd9;border-radius:12px;padding:18px;box-shadow:0 2px 8px #0000000f;max-width:320px;border:1px solid rgba(0,0,0,.06)}.website-wrapper .bubble-chart-title{font-size:13px;font-weight:600;color:#333;margin-bottom:14px;text-align:center}.website-wrapper .bubble-chart-body{display:flex;justify-content:center;padding-bottom:16px}.website-wrapper .bubble-chart-bars{display:flex;align-items:flex-end;gap:32px;height:120px}.website-wrapper .bubble-chart-col{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:60px}.website-wrapper .bubble-chart-col-label{font-size:12px;font-weight:600;color:#666;text-align:center;order:2;margin-top:6px}.website-wrapper .bubble-bar-wrap{display:flex;align-items:flex-end;justify-content:center;height:90px;width:45px}.website-wrapper .bubble-bar{display:flex;align-items:center;justify-content:center;width:45px;border-radius:6px 6px 0 0;transition:height .5s ease;min-height:20px;position:relative}.website-wrapper .bubble-bar-before{background:linear-gradient(180deg,#d9d9d9,#bfbfbf)}.website-wrapper .bubble-bar-after{background:linear-gradient(180deg,#ef822b,#f5a623)}.website-wrapper .bubble-bar-val{font-size:12px;font-weight:700;color:#fff;position:absolute;top:-20px;white-space:nowrap}.website-wrapper .bubble-chart-footer{text-align:center;font-size:11px;color:#999;padding-top:6px;border-top:1px solid #f0f0f0}@media(max-width:768px){.website-wrapper .case-quote-bubble,.website-wrapper .quote-bubble-body{padding:20px}.website-wrapper .result-chart{max-width:100%}.website-wrapper .result-chart-columns{gap:20px;height:120px}.website-wrapper .quote-bubble-tail{border-left-width:14px;border-right-width:14px;border-top-width:12px;bottom:-12px}}@media(max-width:1024px){.website-wrapper .service-grid,.website-wrapper .cases-grid,.website-wrapper .advantages-grid,.website-wrapper .strengths-grid{grid-template-columns:repeat(2,1fr)}.website-wrapper .footer-grid{grid-template-columns:1fr 1fr;gap:40px}.website-wrapper .about-grid,.website-wrapper .contact-grid{grid-template-columns:1fr;gap:40px}.website-wrapper .business-service{flex-direction:column;gap:40px}.website-wrapper .business-service.reverse{flex-direction:column}}@media(max-width:768px){.website-wrapper .hero-content h1{font-size:32px}.website-wrapper .hero-content p{font-size:16px}.website-wrapper .section-title h2{font-size:28px}.website-wrapper .service-grid,.website-wrapper .cases-grid,.website-wrapper .advantages-grid{grid-template-columns:1fr}.website-wrapper .strengths-grid{grid-template-columns:repeat(2,1fr)}.website-wrapper .footer-grid{grid-template-columns:1fr;gap:32px}.website-wrapper .header-nav{display:none}.website-wrapper .timeline:before{left:20px}.website-wrapper .timeline-item .year{left:20px}.website-wrapper .timeline-item .content{width:calc(100% - 50px);margin-left:50px!important;margin-right:0!important}.website-wrapper .timeline-item:nth-child(odd){flex-direction:row}}@media(max-width:480px){.website-wrapper .hero-content h1{font-size:24px}.website-wrapper .strengths-grid{grid-template-columns:1fr}.website-wrapper .section{padding:40px 0}.website-wrapper .section-title h2{font-size:24px}.website-wrapper .contact-form-wrapper{padding:24px}.website-wrapper .form-row{flex-direction:column;gap:0}}@media(max-width:768px){.website-content{padding-top:104px}.website-wrapper .website-header{height:auto;min-height:104px;align-items:stretch}.website-wrapper .header-container{min-width:0;padding:8px 12px 7px;gap:10px;justify-content:space-between;flex-wrap:wrap}.website-wrapper .header-logo{flex:0 1 auto;min-width:0;order:1}.website-wrapper .header-logo img{height:30px;max-width:126px;object-fit:contain}.website-wrapper .header-actions{flex:0 0 auto;gap:6px;margin-left:auto;order:2}.website-wrapper .header-nav{order:3;flex:0 0 100%;display:flex;justify-content:space-between;gap:6px;overflow:hidden}.website-wrapper .header-nav a{flex:1 1 0;min-width:0;min-height:32px;padding:6px 2px;font-size:12px;line-height:1.2;display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;touch-action:manipulation}.website-wrapper .header-nav a:hover,.website-wrapper .header-nav a.active{font-size:12px}.website-wrapper .lang-switch{min-height:32px;padding:5px 8px;gap:3px;border-radius:6px;font-size:12px;line-height:1;white-space:nowrap}.website-wrapper .lang-arrow{font-size:8px;margin-left:0}.website-wrapper .lang-dropdown{min-width:132px}.website-wrapper .hero-content{width:min(100%,calc(100vw - 32px));padding:0 16px;box-sizing:border-box}.website-wrapper .hero-content h1{max-width:100%;white-space:normal;overflow-wrap:break-word;font-size:30px;line-height:1.18}.website-wrapper .hero-subtitle{max-width:100%;white-space:normal;overflow-wrap:break-word;word-break:normal;line-height:1.45}.website-wrapper .hero-action-items{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:28px}.website-wrapper .hero-action-item{min-width:0;min-height:44px;padding:8px 6px;align-items:center;justify-content:center;gap:5px}.website-wrapper .hero-action-item .action-icon{font-size:21px;width:24px;height:24px}.website-wrapper .hero-action-item .action-icon svg{width:22px;height:22px}.website-wrapper .hero-action-item .action-label{min-width:0;min-height:32px;white-space:normal;overflow-wrap:break-word;font-size:13px;line-height:1.2;text-align:left}.website-wrapper .page-banner{padding:64px 18px 44px;box-sizing:border-box}.website-wrapper .page-banner h1,.website-wrapper .page-banner p{max-width:min(100%,calc(100vw - 36px));white-space:normal;overflow-wrap:break-word;word-break:normal}.website-wrapper .page-banner h1{font-size:30px;line-height:1.18}.website-wrapper .page-banner p{font-size:15px;line-height:1.5}.website-wrapper .cases-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:100%}.website-wrapper .case-card{border-radius:10px}.website-wrapper .case-card-active{transform:none}.website-wrapper .case-card .case-image{height:auto;aspect-ratio:1 / 1}.website-wrapper .case-category{margin:10px 8px 0;padding:3px 8px;font-size:10px;line-height:1.2;white-space:normal}.website-wrapper .case-card .case-info{padding:10px 8px 12px}.website-wrapper .case-card .case-info h4{font-size:12px;line-height:1.25}.website-wrapper .culture-grid{grid-template-columns:1fr;gap:28px}.website-wrapper .culture-item,.website-wrapper .culture-item h3,.website-wrapper .culture-item p{max-width:100%;overflow-wrap:break-word}.website-wrapper .case-quote-bubble{background:linear-gradient(135deg,#d96f1f,#e88a34 45%,#f4b267);box-shadow:0 8px 24px #96501638}.website-wrapper .partner-grid{row-gap:16px}.website-wrapper .partner-grid .partner-item{min-height:88px}.website-wrapper .case-quote-bubble:before{background:#753c1224;opacity:.8}.website-wrapper .case-quote-bubble:after{color:#ffffff1a}.website-wrapper .bubble-label-dark,.website-wrapper .bubble-sol-subtitle,.website-wrapper .bubble-sol-item,.website-wrapper .results-text-item{color:#fff;text-shadow:0 1px 2px rgba(83,43,12,.28)}.website-wrapper .results-text-item:before{color:#fff}}@media(max-width:390px){.website-wrapper .header-container{padding:8px 10px 7px;gap:8px}.website-wrapper .header-logo img{height:28px;max-width:104px}.website-wrapper .header-actions{gap:4px}.website-wrapper .lang-switch{padding:5px 6px;font-size:11px}.website-wrapper .hero-content h1{font-size:26px}.website-wrapper .hero-action-items{gap:6px}.website-wrapper .hero-action-item{gap:4px}.website-wrapper .hero-action-item .action-label{font-size:12px}}
