*{margin:0;padding:0;box-sizing:border-box}:root{--black: #0d0f13;--nav: #101216;--blue: #126fe3;--blue2: #0f5ec5;--text: #1d2530;--muted: #667080;--line: #e9edf3;--soft: #f6f8fb;--white: #fff;--nav-h: 74px;--stats-h: 82px}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}body{font-family:Microsoft YaHei,PingFang SC,Noto Sans SC,Arial,sans-serif;background:#fff;color:var(--text);-webkit-font-smoothing:antialiased;overflow-y:auto}button,input,textarea{font:inherit}button{border:0;background:none;cursor:pointer;color:inherit}a{text-decoration:none;color:inherit}html[lang=en] .title,html[lang=en] .subtitle{letter-spacing:0}html[lang=en] .menu button{padding:0 12px;font-size:12px}html[lang=en] .desc{max-width:620px}.snap-root{min-height:100vh;overflow:visible;scroll-behavior:smooth}.snap-section{position:relative;scroll-margin-top:var(--nav-h);overflow:visible}.nav{position:fixed;left:0;right:0;top:0;height:var(--nav-h);z-index:70;display:flex;align-items:center;justify-content:space-between;padding:0 5.3%;background:#0d0f13f2;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px;color:#fff}.brand-mark{width:38px;height:38px;background:var(--blue);display:grid;place-items:center;font-weight:800;letter-spacing:.3px;clip-path:polygon(0 0,100% 0,100% 76%,76% 100%,0 100%)}.brand-cn{display:block;font-size:13px;font-weight:700;letter-spacing:.4px;line-height:1.2}.brand-en{display:block;font-size:9px;letter-spacing:1.2px;color:#ffffff61;margin-top:4px}.menu{display:flex;align-items:center}.menu button{height:var(--nav-h);line-height:var(--nav-h);padding:0 18px;color:#ffffff94;font-size:13px;letter-spacing:.8px;position:relative;transition:.25s;white-space:nowrap}.menu button:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:2px;background:var(--blue);transform:scaleX(0);transition:.25s}.menu button:hover,.menu button.active{color:#fff}.menu button:hover:after,.menu button.active:after{transform:scaleX(1)}.nav-right{display:flex;align-items:center;gap:24px}.tel{font-size:13px;color:#5aaeff;white-space:nowrap}.tel span{opacity:.85;color:#5aaeff;margin-right:7px}.lang{border:1px solid rgba(255,255,255,.24);color:#fff;background:#ffffff0a;height:30px;padding:0 13px;border-radius:1px;font-size:12px;display:flex;align-items:center;gap:6px}.menu-toggle{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.2);align-items:center;justify-content:center}.menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{content:"";display:block;width:20px;height:2px;background:#fff;border-radius:2px}.menu-toggle span:before{transform:translateY(-7px)}.menu-toggle span:after{transform:translateY(5px)}.section-dots{position:fixed;right:22px;top:50%;transform:translateY(-50%);z-index:65;display:flex;flex-direction:column;gap:13px;align-items:center;padding:4px}.section-dots button{position:relative;width:7px;height:7px;border-radius:50%;background:#141f2e47;border:1px solid rgba(255,255,255,.46);opacity:.68;transition:opacity .22s ease,transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}.section-dots button:hover{opacity:1;background:#126fe394;transform:scale(1.22)}.section-dots button.active{width:8px;height:8px;opacity:1;background:var(--blue);border-color:#ffffffe6;transform:scale(1.05);box-shadow:0 0 0 4px #126fe32e,0 0 18px #126fe342}.hero{height:100vh;min-height:640px;background:#101216;overflow:hidden}.slides,.slide,.slide-bg{position:absolute;inset:0}.slide{opacity:0;transition:opacity .9s ease}.slide.active{opacity:1}.slide-bg{background-image:var(--hero-image);background-size:cover;background-position:var(--hero-position, center center);background-repeat:no-repeat;transform:scale(1.035);transition:transform 5.8s ease}.slide.active .slide-bg{transform:scale(1)}.hero:before{content:"";position:absolute;inset:0;z-index:3;background:linear-gradient(90deg,#040c18eb,#040c18bf 32%,#040c1852 62%,#040c1814)}.content{position:relative;z-index:5;height:100%;display:flex;align-items:center;padding-left:7.2%;padding-right:8%;padding-bottom:82px}.copy{max-width:610px}.eyebrow{display:flex;align-items:center;gap:12px;color:#167cff;font-size:11px;letter-spacing:4px;text-transform:uppercase;margin-bottom:22px;transform:translateY(18px);opacity:0;animation:fadeUp .75s ease forwards}.eyebrow:before{content:"";width:28px;height:2px;background:var(--blue)}.title{font-size:clamp(34px,4.75vw,62px);line-height:1.12;font-weight:800;letter-spacing:1px;color:#fff;text-shadow:0 16px 42px rgba(0,0,0,.38);transform:translateY(18px);opacity:0;animation:fadeUp .75s .08s ease forwards}.subtitle{margin-top:14px;font-size:clamp(16px,1.65vw,23px);font-weight:300;letter-spacing:4px;color:#ffffff6b;transform:translateY(18px);opacity:0;animation:fadeUp .75s .16s ease forwards}.desc{margin-top:30px;color:#ffffffa6;font-size:14px;line-height:1.9;letter-spacing:.2px;max-width:540px;transform:translateY(18px);opacity:0;animation:fadeUp .75s .24s ease forwards}.actions{margin-top:32px;display:flex;gap:14px;transform:translateY(18px);opacity:0;animation:fadeUp .75s .32s ease forwards}.btn{height:44px;padding:0 32px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:13px;letter-spacing:.6px;transition:.22s}.btn-primary{background:var(--blue);color:#fff;clip-path:polygon(0 0,100% 0,100% 70%,94% 100%,0 100%)}.btn-primary:hover{background:#2582ff;transform:translateY(-2px)}.btn-ghost{border:1px solid rgba(255,255,255,.28);color:#ffffffb8;background:#ffffff08}.btn-ghost:hover{border-color:#fff;color:#fff}.hero-dots{position:absolute;z-index:8;right:31px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:14px}.hero-dots button{width:7px;height:7px;border-radius:50%;border:0;background:#ffffff6b;cursor:pointer;transition:.24s}.hero-dots button.active{width:7px;height:28px;border-radius:10px;background:var(--blue)}.bottom-lines{position:absolute;z-index:8;left:7.2%;bottom:83px;display:flex;gap:12px}.bottom-lines span{display:block;width:32px;height:2px;background:#ffffff59}.bottom-lines span.active{width:62px;background:var(--blue)}.stats{position:absolute;left:0;right:0;bottom:0;z-index:9;height:var(--stats-h);background:#0c0e12eb;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stat{display:flex;align-items:center;padding:0 5.2vw;border-right:1px solid rgba(255,255,255,.07)}.stat:last-child{border-right:0}.stat-num{font-size:28px;line-height:1;font-weight:800;letter-spacing:.5px;color:#fff}.stat-num sup{font-size:13px;color:#217bff;margin-left:2px}.stat-num.compact{font-size:15px;line-height:1.3}.stat-label{font-size:11px;color:#ffffff6e;margin-top:7px}.section{padding:96px 7.2%;background:#fff;display:flex;flex-direction:column;justify-content:center}.section-head{max-width:760px;margin-bottom:36px}.kicker{display:flex;align-items:center;gap:10px;color:var(--blue);font-size:11px;letter-spacing:3px;text-transform:uppercase;font-weight:700;margin-bottom:14px}.kicker:before{content:"";width:28px;height:2px;background:var(--blue)}.section-title{font-size:clamp(28px,3.2vw,44px);line-height:1.25;font-weight:800;color:#1b2430;letter-spacing:.5px;margin-bottom:18px}.section-note,.services-note,.workshop-note{font-size:14px;line-height:2;color:#5e6878;max-width:720px}.about-main{display:grid;grid-template-columns:1.05fr .95fr;gap:66px;align-items:center}.about-photo-wrap{position:relative}.about-photo{width:100%;height:390px;object-fit:cover;display:block;box-shadow:0 18px 42px #1a2a441f}.year-card{position:absolute;right:-18px;bottom:-28px;background:var(--blue);color:#fff;width:112px;height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 12px 30px #126fe347}.year-card strong{font-size:30px;line-height:1;font-weight:800}.year-card span{font-size:11px;margin-top:8px;letter-spacing:.8px}.about-lead{font-size:14px;line-height:2.05;color:#5e6878;max-width:720px;margin-bottom:18px}.info-table{margin-top:6px;border-top:1px solid var(--line)}.info-row{display:grid;grid-template-columns:110px 1fr;gap:20px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}.info-row .label{color:#8b94a3}.info-row .value{text-align:right;color:#2a3340;font-weight:700}.value-chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.value-chips span{border:1px solid var(--line);padding:8px 18px;font-size:13px;color:#2b3340;background:#fff;transition:.2s}.value-chips span:hover{border-color:var(--blue);color:var(--blue);background:#f5f9ff}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.in-view .reveal,.reveal.in{opacity:1;transform:none}@keyframes fadeUp{to{transform:none;opacity:1}}.services-section{position:relative;background:#f5f7fc;padding:108px 7.2% 82px;display:flex;flex-direction:column;justify-content:center}.services-header .section-head{margin:0}.services-note{text-align:right}.service-stage{display:grid;grid-template-columns:295px minmax(300px,1fr) 420px;height:362px;background:#fff;border:1px solid #e3e7ef;box-shadow:0 16px 42px #2332500f;overflow:hidden}.service-visual{position:relative;border-right:1px solid #e8edf4;background:#fff;overflow:hidden}.service-visual img{width:100%;height:100%;object-fit:cover;display:block}.service-detail{position:relative;padding:58px 46px 40px;background:#fff;overflow:hidden}.service-detail .big-num{position:absolute;top:42px;left:46px;font-size:50px;line-height:1;font-weight:900;color:#edf3ff;letter-spacing:-1px}.service-detail-content{position:relative;z-index:1;padding-top:56px;animation:fadeUp .32s ease both}.service-detail h3{font-size:22px;line-height:1.35;color:#192333;font-weight:800;margin-bottom:8px}.service-detail p{font-size:13px;color:#596474;line-height:2;max-width:330px}.service-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.service-tags span{height:30px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid #e4e8f0;background:#fff;color:#465061;font-size:11px}.workshop-section{background:#fff;padding:94px 7.2% 42px;display:flex;flex-direction:column;justify-content:center}.workshop-header{display:grid;grid-template-columns:1fr 420px;align-items:end;gap:60px;margin-bottom:24px}.workshop-header .section-head{margin:0}.workshop-note{text-align:right}.workshop-card{position:relative;min-height:154px;background:#f4f7fb;overflow:hidden;border:1px solid #e5eaf2}.workshop-card.wide{grid-column:span 2}.workshop-card img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .5s ease}.workshop-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(7,13,24,.72))}.workshop-caption{position:absolute;left:18px;right:18px;bottom:16px;z-index:2;color:#fff}.workshop-caption span{font-size:11px;color:#6db0ff;font-weight:800}.workshop-caption h3{font-size:17px;margin-top:4px}.industries-section{background:#101216;color:#fff;padding:96px 7.2%;display:flex;flex-direction:column;justify-content:center}.industries-section .section-title{color:#fff}.industry-card{min-height:108px;padding:22px 24px;border-right:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background:#ffffff05}.industry-card:nth-child(2n){border-right:0}.industry-card span{font-size:11px;color:#5aaeff;font-weight:900}.industry-card h3{font-size:19px;margin:9px 0;color:#fff}.industry-card p{font-size:12px;line-height:1.75;color:#ffffff8c}.certs-section{background:#f6f8fb;padding:96px 7.2%;display:flex;flex-direction:column;justify-content:center}.certs-header{display:grid;grid-template-columns:1fr 420px;gap:56px;align-items:end;margin-bottom:34px}.certs-header .section-head{margin:0}.certs-header>p{text-align:right;color:#687284;line-height:2;font-size:14px}.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cert-grid article{min-height:190px;background:#fff;border:1px solid #e2e8f0;padding:28px;box-shadow:0 14px 34px #1f2f4a0d}.cert-grid span{color:var(--blue);font-weight:900;font-size:12px}.cert-grid h3{font-size:23px;margin:22px 0 12px;color:#192333}.cert-grid p{color:#637083;line-height:1.8;font-size:13px}.contact-section{background:#fff;padding:96px 7.2% 0;display:flex;flex-direction:column;justify-content:space-between}.contact-grid .section-head{margin-bottom:24px}.contact-form .btn{width:100%;margin-top:4px}.site-footer{margin:58px -7.2% 0;padding:24px 7.2%;min-height:102px;display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:24px;align-items:center;color:#ffffff8c;background:#101216;font-size:12px}.site-footer div:first-child{color:#fff;font-size:16px;font-weight:800}.site-footer div:last-child{text-align:right}.services-section{position:relative;background:#f5f7fc;padding:108px 7.2% 82px;min-height:620px;display:block}.services-header{display:grid;grid-template-columns:1fr 420px;align-items:end;gap:60px;margin-bottom:28px}.services-header .section-title{margin-bottom:0;font-size:clamp(28px,3vw,40px)}.services-note{font-size:13px;color:#687284;line-height:2;text-align:right}.service-stage{display:grid;grid-template-columns:295px 245px minmax(430px,1fr)!important;height:362px!important;min-height:362px!important;max-height:362px!important;background:#fff;border:1px solid #e3e7ef;box-shadow:0 16px 42px #2332500f;overflow:hidden}.service-list{border-right:1px solid #e8edf4;background:#fff}.service-tab{width:100%;height:51.7px;display:grid;grid-template-columns:36px 28px 1fr 42px;align-items:center;gap:10px;padding:0 18px;border-bottom:1px solid #edf0f5;background:#fff;color:#27303d;transition:.22s;font-size:13px;font-weight:700;position:relative;text-align:left}.service-tab:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--blue);opacity:0;transition:.22s}.service-tab:hover,.service-tab.active{background:#f2f6fd}.service-tab.active:before{opacity:1}.service-tab .num{font-size:12px;color:#8a9bb5;font-weight:800}.service-tab .ico{color:var(--blue);font-size:12px;line-height:1;font-weight:900}.service-tab span:nth-child(3){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-tab .arrow{color:#9aa5b5;font-size:15px;opacity:.35;text-align:center}.service-tab .badge{display:inline-flex;align-items:center;justify-content:center;height:20px;border-radius:1px;background:var(--blue);color:#fff;font-size:11px;font-weight:700}.service-detail{position:relative;border-right:1px solid #e8edf4;background:#fff;overflow:hidden;padding:38px 28px 30px!important;height:362px!important;min-height:362px!important;max-height:362px!important}.service-detail .big-num{position:absolute;top:28px;left:28px;font-size:44px!important;line-height:1;font-weight:900;color:#edf3ff;letter-spacing:-1px}.service-detail-content{position:relative;z-index:1;padding-top:52px!important;animation:fadeUp .32s ease both}.service-detail h3{font-size:20px!important;line-height:1.35;color:#192333;font-weight:800;margin-bottom:8px}.service-detail .en{font-size:10px;color:#8994a6;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:22px}.service-detail p{font-size:12px!important;line-height:1.9!important;max-width:190px!important;color:#596474}.service-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.service-tags span{height:26px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid #e4e8f0;background:#fff;color:#465061;font-size:11px}.service-visual{position:relative;border-right:0;background:#fff;overflow:hidden;height:362px!important;min-height:362px!important;max-height:362px!important}.machine-grid{width:100%;height:100%;display:grid;grid-template-columns:1.04fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:3px;background:#fff}.machine-card{position:relative;overflow:hidden;background:#151a22}.machine-card.large{grid-row:span 2}.machine-card img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.01)}.machine-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:58%;background:linear-gradient(to top,rgba(0,0,0,.84),rgba(0,0,0,.35),transparent);z-index:1}.machine-caption{position:absolute;left:14px;right:12px;bottom:12px;z-index:2;color:#fff}.machine-caption h4{font-size:13px;line-height:1.25;font-weight:900;margin-bottom:5px}.machine-caption p{font-size:10px;line-height:1.55;color:#ffffffc7}.machine-card.large .machine-caption h4{font-size:14px}.machine-card.large .machine-caption p{font-size:10.5px}.service-single-image{position:absolute;inset:0;display:none;overflow:hidden;background:#fff}.service-single-image img{width:100%;height:100%;object-fit:cover;display:block}.service-single-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:42%;background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,.16),transparent);pointer-events:none}.service-single-caption{position:absolute;left:22px;bottom:18px;z-index:2;color:#fff;display:none}.service-single-caption h4{font-size:15px;font-weight:900;margin-bottom:5px}.service-single-caption p{font-size:11px;color:#ffffffc7;letter-spacing:.3px}.service-visual.single-mode .machine-grid{display:none}.service-visual.single-mode .service-single-image,.service-visual.single-mode .service-single-caption{display:block}.workshop-section{position:relative;background:#fff;padding:108px 7.2% 0;min-height:760px;display:block}.workshop-header{display:grid;grid-template-columns:1fr 420px;align-items:end;gap:60px;margin-bottom:34px}.workshop-header .section-title{margin-bottom:0;font-size:clamp(28px,3vw,40px)}.workshop-note{font-size:13px;color:#687284;line-height:2;text-align:right}.workshop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:1160px}.workshop-card{position:relative;min-height:178px;background:#f4f7fb;overflow:hidden;border:1px solid #e5eaf2}.workshop-card.wide{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:0}.workshop-card img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0;transition:transform .45s ease}.workshop-card:hover img{transform:scale(1.035)}.workshop-card:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to top,#090e18b8,#090e181f 58%,#090e1808);pointer-events:none}.workshop-caption{position:absolute;left:18px;bottom:16px;z-index:2;color:#fff}.workshop-caption h3{font-size:16px;line-height:1.2;font-weight:800;margin-bottom:6px}.workshop-caption .en{font-size:9px;letter-spacing:1.3px;text-transform:uppercase;color:#ffffff8f;margin-bottom:6px}.workshop-caption p{font-size:11px;color:#ffffffb8}.workshop-card.wide .workshop-img-half{position:relative;overflow:hidden;min-height:178px}.workshop-card.wide .workshop-img-half:first-child{border-right:2px solid rgba(255,255,255,.18)}.workshop-card.wide .workshop-img-half img{position:absolute;inset:0}.workshop-card.wide:before{z-index:2}.workshop-card.wide .workshop-caption{z-index:3}.workshop-cta{margin:34px -7.2% 0;background:linear-gradient(90deg,#0f61d5,#2078ee);min-height:128px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.workshop-cta h3{font-size:26px;line-height:1.35;font-weight:800;margin-bottom:8px}.workshop-cta p{font-size:13px;color:#ffffffbf}.industries-section{position:relative;background:#101114;color:#fff;padding:108px 7.2% 78px;min-height:660px;overflow:hidden;display:block}.industries-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 34%,rgba(18,111,227,.1),transparent 34%),linear-gradient(180deg,#111216,#0f1013);pointer-events:none}.industries-inner{position:relative;z-index:1}.industries-section .kicker{color:#287df0}.industries-section .section-title{color:#fff;margin-bottom:14px;font-size:clamp(28px,3vw,40px)}.industries-section .section-title em{color:#167cff}.industries-lead{color:#ffffff6b;font-size:13px;line-height:2;margin-bottom:28px}.industry-cards{display:grid;grid-template-columns:repeat(4,1fr);background:#1b1d22;border:1px solid rgba(255,255,255,.08);border-top:0}.industry-card{min-height:168px;padding:28px 24px 24px;border-right:1px solid rgba(255,255,255,.06);background:#ffffff06;transition:.25s}.industry-card:last-child{border-right:0}.industry-card:hover{background:#126fe31a}.industry-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#1681ff;font-size:25px;margin-bottom:15px}.industry-name{font-size:15px;font-weight:800;color:#fff;margin-bottom:7px}.industry-en{font-size:9px;letter-spacing:1.5px;color:#ffffff47;text-transform:uppercase;margin-bottom:15px}.industry-list{font-size:12px;line-height:2;color:#ffffff6b}.industry-list span{display:block}.key-project{display:grid;grid-template-columns:96px 1fr;gap:24px;align-items:center;margin-top:30px;padding:22px 24px;border:1px solid rgba(18,111,227,.32);background:linear-gradient(90deg,#126fe333,#126fe30d)}.key-label{height:34px;display:flex;align-items:center;justify-content:center;background:#126fe3;color:#fff;font-size:12px;font-weight:800}.key-text h3{font-size:17px;color:#fff;margin-bottom:8px}.key-text p{font-size:12px;line-height:1.9;color:#ffffff7a}.brand-project{margin-top:14px;border-color:#00bcd44d;background:linear-gradient(90deg,#00bcd429,#126fe30b)}.brand-project .key-label{background:linear-gradient(90deg,#00bfd2,#126fe3)}.certs-section{position:relative;background:#f6f8fb;padding:108px 7.2% 92px;min-height:720px;display:block}.certs-header{display:grid;grid-template-columns:1fr 420px;align-items:end;gap:60px;margin-bottom:44px}.certs-note{font-size:13px;color:#687284;line-height:2;text-align:right}.certs-layout{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:start}.cert-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cert-card{min-height:154px;background:#fff;border:1px solid #e3e8f0;padding:28px 26px;transition:.25s;position:relative;overflow:hidden}.cert-card:after{content:"";position:absolute;left:0;bottom:0;width:0;height:3px;background:var(--blue);transition:.25s}.cert-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px #1f365c14;border-color:#cfdcf0}.cert-card:hover:after{width:100%}.cert-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#edf5ff;color:var(--blue);font-size:22px;margin-bottom:18px}.cert-card h3{font-size:16px;color:#202a37;margin-bottom:8px}.cert-card p{font-size:12px;color:#687284;line-height:1.8}.advantage-list{background:#fff;border:1px solid #e3e8f0;padding:10px 34px}.advantage-item{display:grid;grid-template-columns:70px 1fr;gap:22px;padding:28px 0;border-bottom:1px solid #edf0f5}.advantage-item:last-child{border-bottom:0}.adv-num{font-size:44px;line-height:1;font-weight:900;color:#126fe326}.adv-text h3{font-size:17px;color:#202a37;margin-bottom:8px}.adv-text p{font-size:13px;color:#687284;line-height:1.9}.promise-band{margin-top:42px;background:linear-gradient(90deg,#126fe3,#1f86f5);min-height:118px;display:flex;align-items:center;justify-content:space-between;padding:30px 42px;color:#fff}.promise-band h3{font-size:25px;font-weight:900;line-height:1.35}.promise-keywords{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end}.promise-keywords span{height:36px;display:inline-flex;align-items:center;padding:0 16px;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);font-size:13px}.contact-section{position:relative;background:#fff;padding:108px 7.2% 0;min-height:660px;display:block}.contact-header{display:grid;grid-template-columns:1fr 420px;align-items:end;gap:60px;margin-bottom:44px}.contact-note{font-size:13px;color:#687284;line-height:2;text-align:right}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.contact-people{background:#fff;border:1px solid #e3e8f0}.person-row{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:center;padding:22px 26px;border-bottom:1px solid #edf0f5}.person-row:last-child{border-bottom:0}.person-avatar{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;font-weight:900;clip-path:polygon(0 0,100% 0,100% 76%,76% 100%,0 100%)}.person-role{font-size:11px;letter-spacing:1px;color:#8b95a6;margin-bottom:6px}.person-name{font-size:17px;font-weight:900;color:#202a37;margin-bottom:6px}.person-phone a{color:var(--blue);font-size:17px;font-weight:800;text-decoration:none}.contact-box{background:#f6f8fb;padding:34px;border:1px solid #e4e9f1}.contact-row{display:grid;grid-template-columns:42px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid #e0e6ef}.contact-row:first-child{padding-top:0}.contact-row:last-child{border-bottom:0;padding-bottom:0}.contact-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;font-size:16px}.contact-label{font-size:11px;letter-spacing:1px;color:#8b95a6;margin-bottom:6px}.contact-value{font-size:14px;color:#263140;line-height:1.8;font-weight:700}.contact-value a{color:var(--blue);text-decoration:none}.final-slogan{margin:48px -7.2% 0;background:#101114;color:#fff;padding:50px 7.2%;display:flex;align-items:center;justify-content:space-between;gap:40px}.final-slogan h3{font-size:28px;line-height:1.35;font-weight:900}.final-slogan p{color:#ffffff8c;font-size:13px;line-height:2;max-width:520px}.site-footer{background:#0b0c0f;color:#ffffff6b;padding:34px 7.2%;display:flex;justify-content:space-between;align-items:center;gap:30px;border-top:1px solid rgba(255,255,255,.06);margin:0;min-height:0}.footer-brand strong{display:block;color:#ffffffc7;font-size:14px;margin-bottom:6px}.footer-brand{font-size:12px;line-height:1.8}.footer-badges{display:flex;gap:10px}.footer-badges span{border:1px solid rgba(255,255,255,.16);padding:5px 11px;font-size:11px;color:#ffffff80}.footer-copy{font-size:11px;text-align:right;line-height:1.8;color:#ffffff47}@media(max-width:1100px){.services-header{grid-template-columns:1fr;gap:16px}.services-note{text-align:left}.service-stage{grid-template-columns:260px 1fr!important;height:auto!important;min-height:0!important;max-height:none!important}.service-detail{grid-column:2/3;height:320px!important;min-height:320px!important;max-height:320px!important}.service-visual{grid-column:1/3;height:420px!important;min-height:420px!important;max-height:420px!important;border-top:1px solid #e8edf4}.workshop-header,.certs-header,.contact-header{grid-template-columns:1fr;gap:16px}.workshop-note,.certs-note,.contact-note{text-align:left}.certs-layout,.contact-layout{grid-template-columns:1fr;gap:34px}.promise-band,.final-slogan{flex-direction:column;align-items:flex-start}.promise-keywords{justify-content:flex-start}.site-footer{flex-direction:column;text-align:center}.footer-copy{text-align:center}}@media(max-width:720px){.services-section{padding:88px 6% 72px}.service-stage{grid-template-columns:1fr!important}.service-detail,.service-visual{grid-column:auto;height:auto!important;min-height:0!important;max-height:none!important}.service-list{border-right:0}.machine-grid{grid-template-columns:1fr;grid-template-rows:none;height:auto}.machine-card,.machine-card.large{height:220px;grid-row:auto}.workshop-section,.industries-section,.certs-section,.contact-section{padding-left:6%;padding-right:6%}.workshop-grid,.industry-cards{grid-template-columns:1fr}.workshop-card.wide{grid-column:auto}.industry-card{border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}.key-project{grid-template-columns:1fr;gap:14px}.key-label{width:96px}.cert-grid{grid-template-columns:1fr}.advantage-item{grid-template-columns:1fr;gap:8px}.promise-band{padding:28px 24px}.final-slogan{margin-left:-6%;margin-right:-6%;padding:42px 6%}}.floating-support{position:fixed;right:28px;bottom:28px;z-index:80;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.support-trigger{width:78px;height:68px;display:grid;place-items:center;gap:2px;color:#fff;background:linear-gradient(135deg,#126fe3,#0b4fae);box-shadow:0 18px 40px #126fe352;clip-path:polygon(0 0,100% 0,100% 76%,76% 100%,0 100%)}.support-trigger span{font-size:13px;font-weight:900;letter-spacing:1px}.support-trigger strong{font-size:12px;line-height:1}.support-panel{width:min(420px,calc(100vw - 48px));max-height:min(760px,calc(100vh - 126px));overflow:auto;background:#fff;border:1px solid #dbe3ef;box-shadow:0 24px 70px #101a2a3d}.support-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #e4eaf3;background:#f7f9fc}.support-tabs button{height:52px;color:#627084;font-size:13px;font-weight:800;letter-spacing:.2px;border-right:1px solid #e4eaf3}.support-tabs button:last-child{border-right:0}.support-tabs button.active{color:#fff;background:#126fe3}.quote-card{padding:24px;display:grid;gap:16px}.quote-card label{display:grid;gap:8px;color:#1e2733;font-size:13px;font-weight:800}.quote-card input,.quote-card select,.quote-card textarea{width:100%;min-height:46px;padding:10px 12px;border:1px solid #cfd8e6;background:#fff;color:#182232;outline:none}.quote-card textarea{min-height:104px;resize:vertical}.quote-card input:focus,.quote-card select:focus,.quote-card textarea:focus{border-color:#126fe3;box-shadow:0 0 0 3px #126fe31a}.quote-card .btn{width:190px}@media(max-width:1180px){.menu button{padding:0 10px}.nav-right{gap:12px}.section-dots{right:16px}.service-stage{grid-template-columns:260px 1fr;height:auto}.service-detail{grid-column:1/3;border-top:1px solid #e8edf4}.service-visual{height:300px}.workshop-grid,.cert-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.brand-en{display:none}.brand-cn{font-size:12px}.brand-mark{width:34px;height:34px}.hero{min-height:100vh}.title{font-size:34px}.actions{flex-direction:column;align-items:flex-start}.btn{width:180px}.section-title{font-size:28px}.service-tab{grid-template-columns:32px 24px 1fr 38px;padding:0 12px}.floating-support{left:14px;right:14px;bottom:14px;align-items:flex-end}.support-panel{width:100%;max-height:calc(100vh - 100px)}.quote-card .btn{width:100%}}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-h,74px)}.snap-section{scroll-snap-align:start}.hero.snap-section{min-height:100vh}@media(prefers-reduced-motion:reduce){html{scroll-snap-type:none;scroll-behavior:auto}}.brand-mark{background:transparent;clip-path:none;border-radius:50%;color:transparent;font-size:0;width:42px;height:42px;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20100%20100'%3E%3Cdefs%3E%3ClinearGradient%20id%3D'g'%20x1%3D'50'%20y1%3D'2'%20x2%3D'50'%20y2%3D'98'%20gradientUnits%3D'userSpaceOnUse'%3E%3Cstop%20offset%3D'0'%20stop-color%3D'%232f9bff'%2F%3E%3Cstop%20offset%3D'.55'%20stop-color%3D'%23126fe3'%2F%3E%3Cstop%20offset%3D'1'%20stop-color%3D'%230a4aa8'%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D'50'%20cy%3D'50'%20r%3D'48'%20fill%3D'url(%23g)'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M10%2045.5h33.5c5.8%200%208.1%202.4%208.6%207.5.25%202.4.7%204.4%201.7%205.9%201.05%201.6%202.5%202.9%204.2%204.35%201.6-1.45%203.05-2.75%204.1-4.35%201-1.55%201.45-3.55%201.7-5.95.5-5.1%202.8-7.45%208.7-7.45H90c-2.2-11.7-9.15-21.75-18.8-28A47.9%2047.9%200%200%200%2050%2012.5c-19.85%200-36.75%2013.8-40%2033Z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M8.4%2051.7c11.4-.2%2022.1-1.1%2032.4-2.55C30.3%2054.1%2018.7%2058.1%206.7%2060.6c.18-3.05.74-6.02%201.7-8.9Zm.5%2014.5c11.7-3.1%2022.5-7.8%2032.4-13.9-7.3%207.9-16.5%2014.5-27.1%2019.5a45.1%2045.1%200%200%201-5.3-5.6Zm9.2%209.8c9-5.2%2017-11.9%2023.9-20.1-4.6%209.4-10.6%2017.5-18%2024.2A45.8%2045.8%200%200%201%2018.1%2076Zm11.2%206.8c5.8-6.8%2010.5-14.6%2014.1-23.3-1.4%208.8-3.8%2017.2-7.4%2025.1a45.3%2045.3%200%200%201-6.7-1.8ZM91.6%2051.7c-11.4-.2-22.1-1.1-32.4-2.55%2010.5%204.95%2022.1%208.95%2034.1%2011.45a45%2045%200%200%200-1.7-8.9Zm-.5%2014.5c-11.7-3.1-22.5-7.8-32.4-13.9%207.3%207.9%2016.5%2014.5%2027.1%2019.5a45.1%2045.1%200%200%200%205.3-5.6ZM81.9%2076c-9-5.2-17-11.9-23.9-20.1%204.6%209.4%2010.6%2017.5%2018%2024.2a45.8%2045.8%200%200%200%205.9-4.1Zm-11.2%206.8c-5.8-6.8-10.5-14.6-14.1-23.3%201.4%208.8%203.8%2017.2%207.4%2025.1a45.3%2045.3%200%200%200%206.7-1.8Z'%2F%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M50%2058.8c-3.5%207.7-7.4%2015.6-12.4%2025.4%204.1-1.8%208-4.3%2011.6-7.5v13.2l6.2-9.4%206.2%209.4V76.7c3.6%203.2%207.5%205.7%2011.6%207.5-5-9.8-8.9-17.7-12.4-25.4-1.8%202.9-4.1%205.4-6.8%207.6-1.5-2.3-2.9-4.8-4-7.6Z'%2F%3E%3C%2Fsvg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;filter:drop-shadow(0 4px 10px rgba(18,111,227,.35))}.brand{gap:11px}.brand-cn{letter-spacing:.6px}@media(max-width:720px){.brand-mark{width:36px;height:36px}}.service-tab:nth-of-type(1) .ico{font-size:0!important;color:transparent;position:relative}.service-tab:nth-of-type(1) .ico:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23126fe3'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M3%2015l7-4%204%202%207-4'%2F%3E%3Cpath%20d%3D'M3%2015v3l7%203%204-2%207%203v-3'%2F%3E%3Cpath%20d%3D'M10%2011v6'%2F%3E%3Cpath%20d%3D'M14%2013v6'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:22px}.service-tab:nth-of-type(2) .ico{font-size:0!important;color:transparent;position:relative}.service-tab:nth-of-type(2) .ico:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23126fe3'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M12%203l1.8%204.6L18.5%209l-4.7%201.4L12%2015l-1.8-4.6L5.5%209l4.7-1.4z'%2F%3E%3Cpath%20d%3D'M18.5%2015l.8%202%202%20.8-2%20.8-.8%202-.8-2-2-.8%202-.8z'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:22px}.service-tab:nth-of-type(3) .ico{font-size:0!important;color:transparent;position:relative}.service-tab:nth-of-type(3) .ico:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23126fe3'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M12%203.5s6%206.4%206%2010.4a6%206%200%200%201-12%200C6%209.9%2012%203.5%2012%203.5z'%2F%3E%3Cpath%20d%3D'M9.2%2014.2a2.8%202.8%200%200%200%202.8%202.6'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:22px}.service-tab:nth-of-type(4) .ico{font-size:0!important;color:transparent;position:relative}.service-tab:nth-of-type(4) .ico:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23126fe3'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D'12'%20cy%3D'12'%20r%3D'8.4'%2F%3E%3Cpath%20d%3D'M12.7%207.3L9.4%2012.6h2.6l-.7%204.1%203.3-5.3h-2.6z'%20fill%3D'%23126fe3'%20stroke%3D'none'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:22px}.service-tab:nth-of-type(5) .ico{font-size:0!important;color:transparent;position:relative}.service-tab:nth-of-type(5) .ico:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23126fe3'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M12%203l7%202.4v5.1c0%204.4-3%207.6-7%208.9-4-1.3-7-4.5-7-8.9V5.4L12%203z'%2F%3E%3Cpath%20d%3D'M9.3%2012.1l1.9%201.9%203.6-4'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:22px}.service-tab:nth-of-type(6) .ico{font-size:0!important;color:transparent;position:relative}.service-tab:nth-of-type(6) .ico:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23126fe3'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D'4.2'%20y%3D'4.2'%20width%3D'15.6'%20height%3D'15.6'%20rx%3D'4'%2F%3E%3Cpath%20d%3D'M12%208.6v6.8M8.6%2012h6.8'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:22px}.service-tab:nth-of-type(7) .ico{font-size:0!important;color:transparent;position:relative}.service-tab:nth-of-type(7) .ico:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23126fe3'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D'8'%20y%3D'9'%20width%3D'7.5'%20height%3D'11'%20rx%3D'1.6'%2F%3E%3Cpath%20d%3D'M8%2012h7.5'%2F%3E%3Cpath%20d%3D'M15.5%206.5h3M15.5%209V4.5h-4'%2F%3E%3Cpath%20d%3D'M20%205.2l.01%200M20%208l.01%200M17.6%206.6l.01%200'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:22px}.cert-card:nth-of-type(1) .cert-icon{font-size:0!important;color:transparent;position:relative}.cert-card:nth-of-type(1) .cert-icon:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23126fe3'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D'12'%20cy%3D'9.5'%20r%3D'5.2'%2F%3E%3Cpath%20d%3D'M9.6%2013.8L8%2021l4-2.3L16%2021l-1.6-7.2'%2F%3E%3Cpath%20d%3D'M9.7%209.4l1.6%201.6%203-3.2'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:26px}.cert-card:nth-of-type(2) .cert-icon{font-size:0!important;color:transparent;position:relative}.cert-card:nth-of-type(2) .cert-icon:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23126fe3'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M12%203l7%202.4v5.1c0%204.4-3%207.6-7%208.9-4-1.3-7-4.5-7-8.9V5.4L12%203z'%2F%3E%3Cpath%20d%3D'M12%208.4v5.2M9.4%2011h5.2'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:26px}.cert-card:nth-of-type(3) .cert-icon{font-size:0!important;color:transparent;position:relative}.cert-card:nth-of-type(3) .cert-icon:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23126fe3'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M20%204S7.5%203%206%2012c-1%205.8%202.4%207.6%202.4%207.6S6%2012%2020%204z'%2F%3E%3Cpath%20d%3D'M8.4%2019.6C10%2013%2014%209.6%2018%208.2'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:26px}.cert-card:nth-of-type(4) .cert-icon{font-size:0!important;color:transparent;position:relative}.cert-card:nth-of-type(4) .cert-icon:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23126fe3'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M7%203.5h6.5L18%208v12.5H7z'%2F%3E%3Cpath%20d%3D'M13%203.5V8h5'%2F%3E%3Cpath%20d%3D'M9.6%2014.2l1.7%201.7%203.4-3.6'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:26px}.industry-card:nth-of-type(1) .industry-icon{font-size:0;color:transparent;position:relative}.industry-card:nth-of-type(1) .industry-icon:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%231681ff'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M12%2020.4S4%2015.6%204%209.9A4.2%204.2%200%200%201%2012%208a4.2%204.2%200%200%201%208%201.9c0%201.3-.4%202.5-1.1%203.6'%2F%3E%3Cpath%20d%3D'M13%2013h2.4l1.4-2%201.6%204%201.3-2H23'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:30px}.industry-card:nth-of-type(2) .industry-icon{font-size:0;color:transparent;position:relative}.industry-card:nth-of-type(2) .industry-icon:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%231681ff'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D'7'%20y%3D'7'%20width%3D'10'%20height%3D'10'%20rx%3D'1.6'%2F%3E%3Crect%20x%3D'10'%20y%3D'10'%20width%3D'4'%20height%3D'4'%20rx%3D'.6'%2F%3E%3Cpath%20d%3D'M10%204v2.6M14%204v2.6M10%2017.4V20M14%2017.4V20M4%2010h2.6M4%2014h2.6M17.4%2010H20M17.4%2014H20'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:30px}.industry-card:nth-of-type(3) .industry-icon{font-size:0;color:transparent;position:relative}.industry-card:nth-of-type(3) .industry-icon:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%231681ff'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M11%203.2c.8-.9%202.2-.9%202.9%200%20.5.7.5%203.3.5%205.2l6.4%203.7v2.3l-6.4-1.8v3.9l1.9%201.5v1.9L12%2018.6%207.2%2020v-1.9l1.9-1.5v-3.9L2.7%2014.5v-2.3l6.4-3.7c0-1.9%200-4.5.9-5.3z'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:30px}.industry-card:nth-of-type(4) .industry-icon{font-size:0;color:transparent;position:relative}.industry-card:nth-of-type(4) .industry-icon:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%231681ff'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M6.5%208h11l1%2012H5.5l1-12z'%2F%3E%3Cpath%20d%3D'M9%208.5V6.4a3%203%200%200%201%206%200V8.5'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:30px}.contact-box .contact-row:nth-of-type(1) .contact-icon{font-size:0;color:transparent;position:relative}.contact-box .contact-row:nth-of-type(1) .contact-icon:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23ffffff'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M12%2021s6.5-5.6%206.5-11A6.5%206.5%200%200%200%205.5%2010c0%205.4%206.5%2011%206.5%2011z'%2F%3E%3Ccircle%20cx%3D'12'%20cy%3D'10'%20r%3D'2.4'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:20px}.contact-box .contact-row:nth-of-type(2) .contact-icon{font-size:0;color:transparent;position:relative}.contact-box .contact-row:nth-of-type(2) .contact-icon:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23ffffff'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D'3.5'%20y%3D'5.5'%20width%3D'17'%20height%3D'13'%20rx%3D'2'%2F%3E%3Cpath%20d%3D'M4%207l8%205.5L20%207'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:20px}.contact-box .contact-row:nth-of-type(3) .contact-icon{font-size:0;color:transparent;position:relative}.contact-box .contact-row:nth-of-type(3) .contact-icon:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23ffffff'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D'12'%20cy%3D'9.5'%20r%3D'5'%2F%3E%3Cpath%20d%3D'M9.6%2013.6L8%2020.5l4-2.2%204%202.2-1.6-6.9'%2F%3E%3Cpath%20d%3D'M10%209.3l1.4%201.4%202.8-3'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:20px}.contact-box .contact-row:nth-of-type(4) .contact-icon{font-size:0;color:transparent;position:relative}.contact-box .contact-row:nth-of-type(4) .contact-icon:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23ffffff'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D'12'%20cy%3D'12'%20r%3D'8.4'%2F%3E%3Cpath%20d%3D'M8.4%2012.2l2.6%202.6%204.6-5'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:20px}.tel span{font-size:0;color:transparent;position:relative}.tel span:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%235aaeff'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M6.5%204h3l1.4%203.5-2%201.4a11%2011%200%200%200%205%205l1.4-2%203.5%201.4v3a2%202%200%200%201-2.2%202A16%2016%200%200%201%204.5%206.2%202%202%200%200%201%206.5%204z'%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:18px}.tel span{display:inline-block;width:18px;height:18px;vertical-align:-3px;margin-right:6px}.service-tab .ico{width:24px;height:24px}.cert-icon,.industry-icon,.contact-icon{overflow:visible}:root{--pz-ease:cubic-bezier(.22,.61,.36,1)}.workshop-card,.cert-card,.industry-card,.machine-card,.person-row{transition:transform .5s var(--pz-ease),box-shadow .5s var(--pz-ease),border-color .3s ease}.cert-card{border-radius:14px;background:#fff;box-shadow:0 10px 30px #1428500f;padding-top:26px}.cert-card:hover{transform:translateY(-6px);box-shadow:0 22px 48px #126fe329}.cert-icon{border-radius:13px;background:linear-gradient(150deg,#eaf3ff,#d7e9ff);box-shadow:inset 0 0 0 1px #126fe31a}.workshop-card{border-radius:14px;overflow:hidden}.workshop-card:hover{transform:translateY(-6px);box-shadow:0 26px 54px #1428502e}.workshop-card img{transition:transform .8s var(--pz-ease)}.workshop-card:hover img{transform:scale(1.05)}.industry-card{border-radius:14px;transition:transform .5s var(--pz-ease),background .3s ease,box-shadow .5s var(--pz-ease)}.industry-card:hover{transform:translateY(-5px)}.industry-icon{border-radius:11px;background:#1681ff1f;box-shadow:inset 0 0 0 1px #1681ff2e;padding:0}.machine-card{border-radius:12px;overflow:hidden}.machine-card:hover{transform:translateY(-4px);box-shadow:0 20px 42px #14285029}.btn{transition:transform .28s var(--pz-ease),box-shadow .28s var(--pz-ease),background .28s ease}.btn-primary{box-shadow:0 12px 26px #126fe347}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px #126fe366}.btn-ghost:hover{transform:translateY(-2px)}.service-tab{transition:background .28s var(--pz-ease),color .2s ease}.service-tab.active{background:linear-gradient(90deg,#eef5ff,#f7faff)}.service-tab .ico{color:var(--blue)}.service-tab.active .ico:before{filter:none}.contact-icon{border-radius:11px;box-shadow:0 6px 16px #126fe347}.contact-box .contact-row{transition:transform .35s var(--pz-ease)}.contact-box .contact-row:hover{transform:translate(3px)}.person-avatar{background:linear-gradient(150deg,#2f9bff,#0b4fae);box-shadow:0 8px 20px #126fe34d}.nav{transition:background .3s ease,box-shadow .3s ease}.menu button{position:relative;transition:color .2s ease}.support-trigger{transition:transform .3s var(--pz-ease),box-shadow .3s var(--pz-ease)}.support-trigger:hover{transform:translateY(-2px);box-shadow:0 22px 46px #126fe380}.hero-dots button{transition:all .32s var(--pz-ease)}.section-title em{font-style:normal;color:var(--blue)}.reveal{transition:opacity .7s var(--pz-ease),transform .7s var(--pz-ease)}img{image-rendering:auto}@media(min-width:901px){html{scroll-snap-type:y mandatory}.contact-section{min-height:calc(100vh - var(--nav-h,74px));display:flex;flex-direction:column}.contact-section>.final-slogan{margin-top:auto}}.contact-section>.final-slogan,.contact-section>.site-footer{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:7.2vw;padding-right:7.2vw;box-sizing:border-box}.contact-section>.site-footer{border-top:1px solid rgba(255,255,255,.07)}@media(max-width:900px){html{scroll-snap-type:none}.reveal{opacity:1;transform:none}.about-section,.services-section,.workshop-section,.industries-section,.certs-section,.contact-section{padding-top:48px;padding-bottom:48px}.menu.open{background:#0c0e13fa;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid rgba(255,255,255,.08)}.menu.open button{padding:15px 6%!important;font-size:16px!important;border-bottom:1px solid rgba(255,255,255,.06)}.brand-mark{width:38px;height:38px}.support-trigger{width:60px;height:54px}.service-tab{height:auto!important;min-height:56px!important;padding-top:6px!important;padding-bottom:6px!important}.hero .title{font-size:44px!important}}@media(max-width:420px){.hero .title{font-size:38px!important}.section-title{font-size:26px}}.service-single-image.dual{display:flex;gap:0}.service-single-image.dual img{width:50%;height:100%;object-fit:cover;display:block}.service-single-image.dual img+img{border-left:2px solid #fff}.medical-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.medical-gallery-item{background:transparent;cursor:pointer}.medical-gallery-item img{width:100%;aspect-ratio:3/2;height:auto;object-fit:cover;display:block;border-radius:10px}.brand-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px;grid-column:1/-1}.brand-gallery-item{background:transparent;cursor:pointer}.brand-gallery-item img{width:100%;aspect-ratio:3/2;height:auto;object-fit:cover;display:block;border-radius:10px}.gallery-cap{margin-top:7px;text-align:center;font-size:13px;font-weight:600;color:#cbd3df;line-height:1.3}.lang-switch{display:inline-flex;gap:2px;align-items:center}.lang-switch .lang{padding:5px 10px;font-size:13px;border:none;background:transparent;color:#ffffffc7;cursor:pointer;border-radius:6px;line-height:1;font-family:inherit;transition:background .2s,color .2s}.lang-switch .lang:hover{color:#fff;background:#ffffff1a}.lang-switch .lang.active{background:#126fe3;color:#fff;font-weight:700}@media(max-width:820px){:root{--nav-h: 66px;--stats-h: 140px}.nav{height:66px;padding:0 6%}.menu-toggle{display:flex;margin-left:auto}.menu{display:none;position:absolute;left:6%;right:6%;top:66px;background:#0d0f13fa;border:1px solid rgba(255,255,255,.1);padding:8px 0}.menu.open{display:grid}.menu button{height:42px;line-height:42px;text-align:left;padding:0 18px}.menu button:after{display:none}.nav-right,.section-dots{display:none}.snap-root{min-height:100vh;overflow:visible}.content{padding-left:6%;padding-right:6%;padding-bottom:142px}.title{font-size:40px}.subtitle{letter-spacing:2px}.stats{height:auto;grid-template-columns:repeat(2,1fr)}.stat{min-height:70px;padding:0 6vw}.hero-dots{right:6%;top:50%;bottom:auto}.bottom-lines{bottom:118px;left:6%}.section{padding:82px 6%;min-height:auto}.services-section{padding:88px 6% 72px;min-height:auto}.workshop-section{padding:82px 6% 0;min-height:auto}.industries-section,.certs-section{padding:82px 6% 64px;min-height:auto}.contact-section{padding:82px 6% 0;min-height:auto}.about-main,.services-header,.workshop-header,.certs-header{grid-template-columns:1fr;gap:24px}.services-note,.workshop-note,.certs-header>p{text-align:left}.about-photo{height:260px}.year-card{right:12px}.service-stage{grid-template-columns:1fr}.service-detail{grid-column:auto}.service-visual{height:230px;border-top:1px solid #e8edf4;border-right:0}.service-detail{padding:38px 24px}.service-detail .big-num{top:24px;left:24px}.workshop-grid,.cert-grid{grid-template-columns:1fr}.workshop-card,.workshop-card.wide{grid-column:auto;min-height:190px}.industry-card{border-right:0}.site-footer{grid-template-columns:1fr;margin-left:-6%;margin-right:-6%;text-align:left}.site-footer div:last-child{text-align:left}.floating-support{right:18px;bottom:18px}.support-trigger{width:66px;height:60px}html,body,#root{width:100%;max-width:100%;overflow-x:hidden;scroll-snap-type:none}body{min-width:0;-webkit-text-size-adjust:100%}img,video,canvas,svg{max-width:100%}.snap-root,.snap-section{min-height:0!important;height:auto!important;overflow:visible!important;scroll-snap-align:none}.nav{height:62px;padding:0 16px;gap:10px}.brand{min-width:0;max-width:calc(100vw - 86px)}.brand-mark{width:34px;height:34px;flex:0 0 34px}.brand-cn{font-size:12px;line-height:1.25;white-space:normal}.brand-en{display:none}.menu-toggle{flex:0 0 40px;width:40px!important;height:40px!important}.menu{left:12px;right:12px;top:62px;border-radius:8px;overflow:hidden;box-shadow:0 18px 42px #00000047}.menu button{height:44px!important;line-height:44px!important;font-size:13px!important}.hero{height:auto!important;min-height:100svh!important;overflow:hidden}.hero:before{background:linear-gradient(180deg,#040c18e6,#040c18ad 48%,#040c18eb)}.slide-bg{background-position:var(--hero-mobile-position, center center)}.content{height:auto;min-height:calc(100svh - 128px);padding:96px 20px 160px;align-items:center}.copy{max-width:100%}.eyebrow{font-size:10px;letter-spacing:2px;margin-bottom:16px}.title{font-size:clamp(30px,9vw,40px);line-height:1.16;letter-spacing:.2px}.subtitle{margin-top:12px;font-size:clamp(14px,4.4vw,18px);line-height:1.45;letter-spacing:1.2px}.desc{margin-top:18px;font-size:13px;line-height:1.75;color:#ffffffc7}.actions{margin-top:22px;flex-direction:row;flex-wrap:wrap;gap:10px}.btn{width:auto;min-width:138px;height:42px;padding:0 18px;font-size:12px}.hero-dots{right:18px;top:auto;bottom:152px;transform:none;flex-direction:row!important}.hero-dots button.active{width:26px!important;height:7px!important}.bottom-lines{left:20px;bottom:132px}.stats{position:absolute;height:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.stat{min-height:64px;padding:12px 20px;align-items:center}.stat-num{font-size:22px}.stat-num.compact{font-size:13px}.stat-label{font-size:10px;margin-top:5px}.section,.services-section,.workshop-section,.industries-section,.certs-section,.contact-section{padding:72px 20px;min-height:0;display:block}.section-head,.services-header,.workshop-header,.certs-header,.contact-header{display:block;margin-bottom:24px}.section-title,.services-header .section-title,.workshop-header .section-title,.industries-section .section-title{font-size:clamp(26px,7.6vw,34px);line-height:1.25;margin-bottom:14px}.section-note,.services-note,.workshop-note,.certs-note,.contact-note,.industries-lead{max-width:100%!important;text-align:left;font-size:13px!important;line-height:1.8!important}.about-main,.certs-layout,.contact-layout{display:grid;grid-template-columns:1fr!important;gap:24px}.about-photo{height:230px;border-radius:12px}.year-card{width:92px;height:92px;right:10px;bottom:-18px}.info-row{grid-template-columns:92px 1fr;gap:12px}.service-stage{display:block;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;border-radius:12px}.service-list{border-right:0}.service-tab{height:auto!important;min-height:48px!important;grid-template-columns:30px 24px minmax(0,1fr) 34px!important;padding:10px 12px!important;gap:8px}.service-tab span:nth-child(3){white-space:normal;overflow:visible!important;text-overflow:clip;line-height:1.35}.service-detail,.service-visual{height:auto!important;min-height:0!important;max-height:none!important;border-right:0}.service-detail{padding:30px 20px 24px!important}.service-detail .big-num{top:18px;left:20px;font-size:40px!important}.service-detail-content{padding-top:48px!important}.service-detail h3{font-size:20px!important}.service-detail p{max-width:100%!important;font-size:13px!important;line-height:1.8!important}.service-tags span{height:auto;min-height:28px;white-space:normal}.service-visual,.service-visual.single-mode{min-height:240px!important}.service-single-image{position:relative;display:block;min-height:240px}.service-single-image img{min-height:240px}.machine-grid{height:auto!important;grid-template-columns:1fr!important;grid-template-rows:none!important;gap:4px}.machine-card,.machine-card.large{height:210px!important;grid-row:auto!important}.workshop-grid,.industry-cards,.cert-grid{display:grid;grid-template-columns:1fr!important;gap:12px}.workshop-card,.workshop-card.wide{display:block;grid-column:auto;min-height:210px}.workshop-card.wide .workshop-img-half{min-height:210px}.workshop-card.wide .workshop-img-half+.workshop-img-half{display:none}.industry-card,.cert-card{min-height:0!important;padding:22px!important}.key-project,.brand-project,.advantage-item{grid-template-columns:1fr;gap:12px}.promise-band,.final-slogan{margin-left:-20px;margin-right:-20px;padding:32px 20px;min-height:0;display:block}.promise-band h3,.final-slogan h3{font-size:22px}.promise-keywords{justify-content:flex-start;gap:8px;margin-top:18px}.contact-people,.contact-box{width:100%}.person-row{grid-template-columns:48px minmax(0,1fr);padding:18px}.person-phone a{font-size:15px;overflow-wrap:anywhere}.contact-box{padding:22px}.contact-row{grid-template-columns:38px minmax(0,1fr)}.contact-value{overflow-wrap:anywhere}.site-footer{margin-left:-20px;margin-right:-20px;padding:28px 20px;display:grid;grid-template-columns:1fr;gap:14px;text-align:left}.footer-badges{flex-wrap:wrap}.footer-copy{text-align:left}.floating-support{left:14px;right:14px;bottom:14px;align-items:flex-end;pointer-events:none}.support-trigger,.support-panel{pointer-events:auto}.support-trigger{width:62px;height:56px}.support-panel{width:100%;max-height:calc(100svh - 96px);border-radius:12px 12px 0 0}.quote-card{padding:20px}.quote-card .btn{width:100%}}@media(max-width:390px){.title{font-size:29px}.subtitle{font-size:14px}.actions{flex-direction:column;align-items:flex-start}.btn{width:168px}.stat{padding:10px 14px}.service-tab{grid-template-columns:26px 22px minmax(0,1fr) 26px!important}}@media(min-width:901px){:root{--pz-screen: calc(100vh - var(--nav-h, 74px))}html{scroll-padding-top:var(--nav-h, 74px)}.snap-section{scroll-margin-top:var(--nav-h, 74px)}.section,.services-section,.workshop-section,.industries-section,.certs-section,.contact-section{min-height:var(--pz-screen);box-sizing:border-box}.services-section,.workshop-section,.industries-section,.certs-section,.contact-section,.section{padding-top:clamp(64px,7vh,92px);padding-bottom:clamp(54px,6vh,82px)}.services-section{display:flex;flex-direction:column;justify-content:center}.services-header{margin-bottom:clamp(22px,3.2vh,36px)}.service-stage{height:clamp(360px,42vh,468px)!important;min-height:360px!important;max-height:468px!important}.service-detail,.service-visual{height:100%!important;min-height:0!important;max-height:none!important}.service-tab{height:calc(clamp(360px,42vh,468px) / 7)!important}.workshop-section{display:flex;flex-direction:column;justify-content:center}.workshop-header{margin-bottom:clamp(22px,3.4vh,38px)}.workshop-grid{max-width:1160px}.workshop-card,.workshop-card.wide .workshop-img-half{min-height:clamp(172px,20vh,230px)}.workshop-cta{min-height:clamp(92px,12vh,128px);margin-top:clamp(24px,3.5vh,34px)}.industries-section,.certs-section{display:flex;flex-direction:column;justify-content:center}.industry-card{min-height:clamp(142px,18vh,178px)}.key-project{margin-top:clamp(20px,3vh,30px)}.certs-header{margin-bottom:clamp(26px,4vh,44px)}.cert-card{min-height:clamp(138px,17vh,176px)!important}.advantage-item{padding-top:clamp(20px,3vh,28px);padding-bottom:clamp(20px,3vh,28px)}.promise-band{min-height:clamp(88px,12vh,118px);margin-top:clamp(28px,4vh,42px)}.contact-section{padding-bottom:0;display:flex;flex-direction:column}.contact-header{margin-bottom:clamp(26px,4vh,44px)}.contact-layout{flex:1 0 auto;align-items:stretch}.contact-people,.contact-box{min-height:0}.final-slogan{margin-top:clamp(32px,5vh,48px);padding-top:clamp(34px,5vh,50px);padding-bottom:clamp(34px,5vh,50px)}.site-footer{padding-top:24px;padding-bottom:24px}}@media(min-width:901px)and (max-height:760px){.services-section,.workshop-section,.industries-section,.certs-section,.contact-section,.section{padding-top:48px;padding-bottom:46px}.service-stage{height:342px!important;min-height:342px!important}.service-tab{height:calc(342px / 7)!important}.workshop-card{min-height:156px}.industry-card,.cert-card{min-height:132px!important}}.lightbox-img{cursor:zoom-in}.lightbox-overlay{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;background:#000000e0;cursor:zoom-out;padding:4vh 4vw;box-sizing:border-box;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.lightbox-overlay.open{display:flex}.lightbox-overlay .lightbox-img-full{max-width:90vw;max-height:90vh;width:auto;height:auto;object-fit:contain;display:block;cursor:default;border-radius:6px;box-shadow:0 12px 48px #00000080}.lightbox-overlay .lightbox-close{position:absolute;top:18px;right:24px;width:44px;height:44px;line-height:40px;font-size:30px;color:#fff;background:#ffffff1f;border-radius:50%;cursor:pointer;z-index:1;transition:background .2s}.lightbox-overlay .lightbox-close:hover{background:#ffffff47}.lightbox-overlay .lightbox-caption{position:absolute;left:0;right:0;bottom:22px;text-align:center;color:#fff;font-size:14px;line-height:1.5;padding:0 6vw;text-shadow:0 1px 4px rgba(0,0,0,.8);pointer-events:none}.ws-carousels{display:flex;flex-direction:column;gap:40px;margin-top:6px}.ws-block{width:100%}.ws-block-head{display:flex;align-items:baseline;gap:12px;margin:0 0 14px;flex-wrap:wrap}.ws-block-head h3{font-size:20px;font-weight:700;color:#16202e;margin:0}.ws-block-head .en{font-size:12px;letter-spacing:.14em;color:#8a94a3}.ws-carousel{position:relative}.ws-carousel-viewport{overflow:hidden;width:100%}.ws-carousel-track{display:flex;gap:15px;will-change:transform}.ws-slide{flex:0 0 auto;display:flex;flex-direction:column}.ws-slide-img{position:relative;aspect-ratio:4/3;border-radius:12px;overflow:hidden;background:#eef1f5}.ws-slide-img img{width:100%;height:100%;object-fit:cover;display:block;cursor:zoom-in}.ws-cap{margin-top:9px;text-align:center;font-size:14px;font-weight:600;color:#2b3542;line-height:1.3}.ws-arrow{position:absolute;top:calc(50% - 18px);transform:translateY(-50%);z-index:6;width:44px;height:44px;border-radius:50%;border:none;background:#00000080;color:#fff;font-size:26px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0}.ws-arrow:hover{background:#000c}.ws-prev{left:8px}.ws-next{right:8px}.ws-dots{display:flex;justify-content:center;gap:8px;margin-top:16px;flex-wrap:wrap}.ws-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:#14203233;cursor:pointer;transition:width .2s,background .2s}.ws-dot.active{background:#1f6fe0;width:22px;border-radius:5px}.ws-static .ws-arrow{display:none}.ws-singles{margin-top:40px}@media(max-width:768px){.ws-carousels{gap:32px}.ws-block-head h3{font-size:17px}.ws-cap{font-size:13px}.ws-arrow{width:38px;height:38px;font-size:22px}.ws-prev{left:4px}.ws-next{right:4px}}html[dir=rtl] .ws-carousel,html[dir=rtl] .ws-carousel-track,html[dir=rtl] .ws-carousel-viewport{direction:ltr}html[dir=rtl] .ws-cap,html[dir=rtl] .gallery-cap{direction:rtl}html[dir=rtl] .lang-switch,html[dir=rtl] .tel,html[dir=rtl] .person-phone,html[dir=rtl] .contact-value,html[dir=rtl] .footer-badges{direction:ltr}html[dir=rtl] .contact-value{text-align:right}.nav-lang-mobile,.menu-extra{display:none}@media(max-width:820px){.nav-lang-mobile{display:flex;align-items:center;margin-inline-start:auto;margin-inline-end:10px}.lang-switch-compact{display:inline-flex;gap:4px}.lang-switch-compact .lang{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0;font-size:13px;line-height:1;border-radius:8px;color:#ffffffb8;background:#ffffff14}.lang-switch-compact .lang.active{background:var(--blue);color:#fff;font-weight:700}.menu-extra{display:block;padding:12px 6% 16px;border-top:1px solid rgba(255,255,255,.1)}.lang-switch-menu{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.lang-switch-menu .lang{height:44px;padding:0;border-radius:8px;font-size:14px;line-height:44px;text-align:center;color:#ffffffd1;background:#ffffff14}.lang-switch-menu .lang.active{background:var(--blue);color:#fff;font-weight:700}.menu-tel{display:flex;align-items:center;justify-content:center;gap:8px;height:44px;margin-top:10px;border-radius:8px;font-size:15px;letter-spacing:.5px;color:#fff;background:#ffffff14}.menu-tel span{color:var(--blue)}.menu.open{background:#0c0e13;-webkit-backdrop-filter:none;backdrop-filter:none}.menu-toggle{flex:0 0 44px;width:44px!important;height:44px!important}.support-trigger{width:54px;height:54px;border-radius:50%;gap:0;padding:0}.support-trigger span{display:none}.support-trigger strong{font-size:12px;letter-spacing:.5px}}@media(max-width:768px){.medical-gallery{grid-template-columns:repeat(2,1fr);gap:10px}.medical-gallery-item img{height:auto}.brand-gallery{grid-template-columns:repeat(2,1fr);gap:10px}.brand-gallery-item img{height:auto}.lightbox-overlay .lightbox-close{top:10px;right:12px}.lightbox-overlay .lightbox-caption{font-size:12px;bottom:14px}.ws-arrow{width:44px;height:44px;font-size:24px}.ws-dot{position:relative}.ws-dot:after{content:"";position:absolute;left:50%;top:50%;width:16px;height:36px;transform:translate(-50%,-50%)}}
