:root{color-scheme:light;--navy:#072B3F;--navy-2:#0C4A68;--blue:#16A9E0;--red:#16A9E0;--green:#10A68B;--gold:#F59E42;--text:#17364A;--muted:#6B7C88;--line:#D9EEF7;--soft:#F6FBFE;--white:#ffffff;--shadow:0 18px 44px rgba(7,43,63,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;overflow-x:hidden;background:#ffffff;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;line-height:1.65}.site-loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px;background:rgba(246,251,254,.82);opacity:0;visibility:hidden;pointer-events:none;backdrop-filter:blur(10px);transition:opacity .24s ease,visibility .24s ease}.loading-slow .site-loader,.page-leaving .site-loader{opacity:1;visibility:visible;pointer-events:auto}.site-loader-panel{position:relative;min-width:236px;overflow:hidden;border:1px solid var(--line);border-radius:8px;padding:24px 24px 22px;background:#ffffff;text-align:center;box-shadow:0 22px 54px rgba(7,43,63,.14)}.site-loader-panel::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#16a9e0,#68d9f7,#10a68b)}.site-loader-spinner{width:38px;height:38px;display:block;margin:0 auto 14px;border:3px solid #e7f4fa;border-top-color:var(--blue);border-right-color:rgba(16,166,139,.7);border-radius:50%;box-shadow:0 0 0 7px rgba(22,169,224,.08);animation:loader-spin .82s linear infinite}.site-loader-panel strong,.site-loader-panel small{display:block}.site-loader-panel strong{color:var(--navy);font-size:16px}.site-loader-panel small{margin-top:4px;color:var(--muted);font-size:12px}.site-loader-progress{position:relative;display:block;height:3px;overflow:hidden;margin-top:16px;border-radius:999px;background:#e7f4fa}.site-loader-progress::after{content:"";position:absolute;top:0;bottom:0;left:-44%;width:44%;border-radius:inherit;background:linear-gradient(90deg,rgba(22,169,224,.1),#16a9e0,rgba(16,166,139,.7));animation:loader-progress 1.25s ease-in-out infinite}@keyframes loader-spin{to{transform:rotate(360deg)}}@keyframes loader-progress{to{left:100%}}img,video{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.header-container{width:min(1320px,calc(100% - 48px))}.topbar{background:#072B3F;color:rgba(255,255,255,.76);font-size:13px}.topbar-inner{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-points{min-width:0;display:flex;flex-wrap:wrap;gap:18px}.topbar-point{display:inline-flex;align-items:center;gap:8px}.dot{width:7px;height:7px;display:inline-block;border-radius:50%;background:var(--gold)}.topbar-right{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(255,255,255,.9);font-weight:700}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(8,36,65,.08);background:rgba(255,255,255,.95);backdrop-filter:blur(12px)}.nav{width:min(1320px,calc(100% - 48px));min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:14px}.brand,.footer-brand{display:inline-flex;align-items:center;gap:12px}.brand{min-width:0;flex:1 1 420px;max-width:560px}.brand-logo,.footer-brand img{flex:0 0 auto;width:48px;height:48px;border-radius:8px;object-fit:contain;box-shadow:0 12px 24px rgba(8,36,65,.16)}.brand-copy{min-width:0;display:block}.brand-copy strong,.footer-brand strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--navy);font-size:clamp(16px,1.35vw,20px);line-height:1.2}.brand-copy span,.footer-brand span span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;color:var(--muted);font-size:12px;font-weight:700}.nav-links{min-width:0;flex:0 1 auto;display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:nowrap}.nav-links a{flex:0 0 auto;border-radius:8px;padding:9px 10px;color:#314459;font-size:13px;font-weight:800;line-height:1.2;white-space:nowrap;word-break:keep-all;transition:color .2s ease,background .2s ease}.nav-links a:hover,.nav-links a.active{background:#fff1f2;color:var(--red)}.nav-actions{flex:0 0 auto;display:flex;align-items:center;gap:12px}.language-toggle{min-width:42px;min-height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;padding:0 11px;background:#fff;color:var(--ink);font-size:13px;font-weight:800;text-decoration:none;transition:border-color .18s ease,color .18s ease,box-shadow .18s ease}.language-toggle:hover,.language-toggle:focus-visible{border-color:rgba(46,174,223,.48);color:var(--blue);outline:none;box-shadow:0 8px 18px rgba(46,174,223,.12)}.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;padding:10px 18px;color:#ffffff;font-size:14px;font-weight:900;line-height:1.2;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn[disabled],.btn.is-loading{opacity:.78;cursor:wait;pointer-events:none;transform:none}.btn-spinner{width:15px;height:15px;flex:0 0 auto;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:button-spin .72s linear infinite}@keyframes button-spin{to{transform:rotate(360deg)}}.btn svg{width:17px;height:17px;flex:0 0 auto;margin-left:8px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.btn-primary{background:var(--red);box-shadow:0 14px 28px rgba(217,39,51,.24)}.btn-primary:hover{background:#b91f2a}.btn-outline{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.08);color:#ffffff}.btn-dark{background:var(--navy)}.btn-ghost{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.12);color:#ffffff}.menu-toggle{width:44px;height:44px;display:none;border:1px solid var(--line);border-radius:8px;background:#ffffff;cursor:pointer}.menu-toggle span{width:20px;height:2px;display:block;margin:5px auto;background:var(--navy);transition:transform .2s ease,opacity .2s ease}.menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-open .menu-toggle span:nth-child(2){opacity:0}.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;overflow:hidden;min-height:720px;color:#ffffff;background:linear-gradient(90deg,rgba(5,24,43,.94),rgba(5,24,43,.74) 52%,rgba(5,24,43,.38)),url("../images/factory-reception.webp") center/cover no-repeat}.hero::after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(0deg,rgba(255,255,255,1),rgba(255,255,255,0))}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:54px;padding:92px 0 126px}.hero-kicker,.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--red);font-size:12px;font-weight:900;letter-spacing:0}.hero-kicker{border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:9px 12px;color:rgba(255,255,255,.86);background:rgba(255,255,255,.08)}.hero-kicker i{width:8px;height:8px;border-radius:50%;background:var(--red)}.hero h1{max-width:760px;margin:24px 0 20px;font-size:64px;line-height:1.08}.hero-lead{max-width:680px;margin:0;color:rgba(255,255,255,.78);font-size:19px}.hero-buttons,.hero-tags{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.hero-tags{gap:10px}.hero-tag{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:8px 12px;background:rgba(0,0,0,.15);color:rgba(255,255,255,.86);font-size:13px}.hero-tag b{color:#ffffff}.check{width:15px;height:15px;display:inline-block;border-radius:50%;background:var(--green);position:relative;flex:0 0 auto}.check::after{content:"";position:absolute;left:4px;top:3px;width:6px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.hero-showcase{position:relative;min-height:540px}.showcase-panel{position:absolute;inset:22px 8px 40px;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:rgba(255,255,255,.1);box-shadow:0 30px 80px rgba(0,0,0,.22);backdrop-filter:blur(10px)}.hero-family{position:absolute;z-index:3;left:50%;bottom:22px;width:112%;max-width:760px;transform:translateX(-50%);object-fit:contain;filter:drop-shadow(0 26px 22px rgba(0,0,0,.24))}.floating-note{position:absolute;z-index:4;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:12px;background:rgba(255,255,255,.94);color:var(--text);box-shadow:0 18px 42px rgba(0,0,0,.18)}.floating-note strong,.floating-note span span{display:block}.floating-note span span{color:var(--muted);font-size:12px}.note-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:var(--red);color:#ffffff;font-weight:900}.note-a{right:0;top:86px}.note-b{left:6px;bottom:70px}.trust-wrap{position:relative;z-index:4;margin-top:-54px}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#ffffff;box-shadow:var(--shadow)}.trust-item{display:flex;align-items:center;gap:16px;min-height:118px;padding:20px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-num{color:var(--red);font-size:30px;font-weight:900}.trust-copy strong{display:block;color:var(--navy);font-size:16px}.trust-copy span{display:block;margin-top:4px;color:var(--muted);font-size:13px}.section{padding:92px 0}.section-soft{background:var(--soft)}.section-heading{max-width:680px;margin-bottom:36px}.section-heading.center{margin-left:auto;margin-right:auto;text-align:center}.section-title{margin:8px 0 12px;color:var(--navy);font-size:38px;line-height:1.18}.section-copy{margin:0;color:var(--muted);font-size:16px}.route-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.route-card,.article-card,.article-list-item,.empty-state{border:1px solid var(--line);border-radius:8px;background:#ffffff}.route-card{position:relative;min-height:260px;padding:26px;overflow:hidden}.route-card::after{content:attr(data-number);position:absolute;right:18px;top:12px;color:rgba(8,36,65,.07);font-size:72px;font-weight:900}.route-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:8px;background:#edf7f7;color:var(--green);font-weight:900}.route-card h3{margin:18px 0 10px;color:var(--navy);font-size:22px}.route-card p{margin:0 0 18px;color:var(--muted);font-size:14px}.text-link{color:var(--blue);font-size:14px;font-weight:900}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.list-product-grid{grid-template-columns:repeat(3,1fr)}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#ffffff;box-shadow:0 12px 30px rgba(8,36,65,.06);transition:transform .24s ease,box-shadow .24s ease}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-visual{position:relative;height:320px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(160deg,#f6f9fc,#e8f0f7)}.product-visual::before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;background:rgba(255,255,255,.72)}.product-visual img{position:relative;z-index:2;max-width:76%;max-height:260px;object-fit:contain;filter:drop-shadow(0 18px 18px rgba(8,36,65,.16))}.stock-badge{position:absolute;left:14px;top:14px;z-index:3;border-radius:8px;padding:6px 10px;background:var(--red);color:#ffffff;font-size:12px;font-weight:900}.product-info{padding:22px}.product-type{color:var(--red);font-size:11px;font-weight:900}.product-info h2,.product-info h3{margin:8px 0;color:var(--navy);font-size:21px;line-height:1.28}.product-info p{min-height:48px;margin:0;color:var(--muted);font-size:13px}.product-meta{min-height:30px;display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.product-meta span{border-radius:7px;padding:5px 8px;background:#edf3f8;color:#43576d;font-size:11px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.product-bottom small{color:var(--muted)}.product-bottom a{color:var(--blue);font-size:13px;font-weight:900}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(205px,1fr));gap:16px;margin-bottom:56px}.category-card{min-height:210px;border:1px solid var(--line);border-radius:8px;padding:22px;background:#ffffff}.category-card.featured{background:linear-gradient(150deg,var(--navy-2),var(--navy));color:#ffffff}.category-index{color:var(--red);font-size:12px;font-weight:900}.category-card.featured .category-index,.category-card.featured h3,.category-card.featured p{color:#ffffff}.category-card h3{margin:12px 0 10px;color:var(--navy);font-size:20px}.category-card p{margin:0;color:var(--muted);font-size:13px}.category-materials{display:flex;flex-wrap:wrap;gap:6px;margin-top:20px}.category-materials span{border-radius:7px;padding:5px 8px;background:#edf3f8;color:#43576d;font-size:11px}.category-card.featured .category-materials span{background:rgba(255,255,255,.12);color:rgba(255,255,255,.86)}.product-filter-panel{position:sticky;top:78px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;margin:-18px 0 28px;border:1px solid var(--line);border-radius:8px;padding:12px 14px;background:rgba(255,255,255,.96);box-shadow:0 14px 34px rgba(8,36,65,.08);backdrop-filter:blur(12px)}.product-filter-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex:0 0 300px;margin-bottom:0}.product-filter-head h2{margin:4px 0 0;color:var(--navy);font-size:24px;line-height:1.2}.product-filter-total{flex:0 0 auto;border-radius:8px;padding:8px 10px;background:#edf7f7;color:var(--green);font-size:13px;font-weight:900}.product-filter-tabs{min-width:0;flex:1 1 auto;display:flex;gap:10px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.category-filter{min-height:42px;flex:0 0 auto;display:inline-flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:8px;padding:8px 12px;background:#ffffff;color:var(--navy);font-weight:900;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.category-filter b{min-width:24px;border-radius:999px;padding:3px 7px;background:#eef3f8;color:var(--muted);font-size:12px}.category-filter:hover,.category-filter.is-active{border-color:var(--red);background:var(--red);color:#ffffff}.category-filter:hover b,.category-filter.is-active b{background:rgba(255,255,255,.18);color:#ffffff}.product-card[hidden],.product-filter-empty[hidden]{display:none}.product-filter-empty{margin-top:18px;padding:30px}.product-list-section{padding-top:54px}.hot-products{margin-top:20px}.subheading-row p{margin:8px 0 0;color:var(--muted)}.center-actions{display:flex;justify-content:center;margin-top:34px}.oem-section{position:relative;overflow:hidden;background:var(--navy);color:#ffffff}.oem-section .section-title,.oem-section .eyebrow{color:#ffffff}.oem-section .section-copy{color:rgba(255,255,255,.7)}.oem-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:start}.oem-points{display:grid;gap:12px;margin-top:28px}.oem-point{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.82);font-size:14px}.oem-actions{margin-top:28px}.oem-card{border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:28px;background:rgba(255,255,255,.08);box-shadow:0 30px 90px rgba(0,0,0,.2)}.oem-card h3{margin:0 0 20px;color:#ffffff;font-size:24px}.custom-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.custom-item{min-height:118px;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:16px;background:rgba(255,255,255,.07)}.custom-icon,.custom-item b,.custom-item span{display:block}.custom-icon{color:var(--gold);font-size:12px;font-weight:900}.custom-item b{margin-top:8px;color:#ffffff}.custom-item span:last-child{margin-top:5px;color:rgba(255,255,255,.62);font-size:12px}.process{margin-top:52px;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:22px;background:rgba(255,255,255,.06)}.process-label{margin-bottom:18px;color:rgba(255,255,255,.68);font-size:12px;font-weight:900}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.process-step{min-height:130px;border-radius:8px;padding:14px;background:rgba(255,255,255,.08)}.step-num{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:50%;margin-bottom:12px;color:#ffffff;font-size:11px;font-weight:900}.process-step strong,.process-step span:last-child{display:block}.process-step span:last-child{margin-top:5px;color:rgba(255,255,255,.58);font-size:12px}.factory-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.photo-collage{position:relative;min-height:520px}.photo-main,.photo-small{position:absolute;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.photo-main{inset:0 76px 72px 0;width:calc(100% - 76px);height:calc(100% - 72px)}.photo-small{right:0;bottom:0;width:48%;aspect-ratio:4 / 3;border:8px solid #ffffff}.factory-badge{position:absolute;left:24px;bottom:38px;z-index:3;width:172px;border-radius:8px;padding:20px;background:var(--red);color:#ffffff;box-shadow:0 22px 44px rgba(217,39,51,.22)}.factory-badge strong{display:block;font-size:30px;line-height:1}.factory-badge span{display:block;margin-top:8px;color:rgba(255,255,255,.82);font-size:12px}.capability-list{display:grid;gap:14px;margin-top:26px}.capability-item{display:flex;gap:14px;border-bottom:1px solid var(--line);padding-bottom:14px}.cap-num{width:48px;flex:0 0 auto;color:var(--red);font-weight:900}.capability-item strong,.capability-item span span{display:block}.capability-item strong{color:var(--navy)}.capability-item span span{color:var(--muted);font-size:13px}.factory-actions,.form-action{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.subheading-row{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{min-height:230px;padding:24px;transition:transform .24s ease,box-shadow .24s ease}.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.article-card>span{color:var(--red);font-size:12px;font-weight:900}.article-card h3,.article-list-item h2{margin:10px 0;color:var(--navy);font-size:21px;line-height:1.35}.article-card p,.article-list-item p{margin:0;color:var(--muted)}.article-card small{display:block;margin-top:22px;color:#8a98aa}.industry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px}.industries-hero{padding-bottom:96px}.industries-hero-grid{display:grid;grid-template-columns:1.25fr .9fr;align-items:stretch;gap:24px}.industries-hero-copy{display:flex;flex-direction:column;justify-content:center;gap:18px}.industries-hero-actions{display:flex;flex-wrap:wrap;gap:10px}.page-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.industries-hero-highlights{margin-top:6px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hero-stat{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.06);padding:14px 12px}.hero-stat span{display:block;color:rgba(255,255,255,.86);font-size:12px}.hero-stat strong{display:block;margin-top:7px;color:#fff;font-size:22px;line-height:1.1}.industries-hero-panel{padding:20px;border-radius:12px;border:1px solid rgba(255,255,255,.22);background:linear-gradient(140deg,rgba(255,255,255,.06),rgba(255,255,255,.12));box-shadow:0 16px 34px rgba(3,24,47,.18)}.industries-hero-panel img{width:100%;height:100%;min-height:230px;object-fit:cover;border-radius:8px}.industries-matrix-grid{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.industries-matrix-card{border:1px solid var(--line);border-radius:10px;padding:24px;background:#ffffff}.industries-matrix-card .industry-icon{margin-bottom:12px}.industries-intro-rules{margin-top:18px;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:16px;align-items:start}.industries-rules{border-left:4px solid var(--blue);padding:18px 18px 18px 20px;border-radius:8px;background:#f5f9fc}.industries-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.industry-overview-card{border:1px solid var(--line);border-radius:10px;padding:20px;background:#fff;display:grid;gap:14px}.industry-overview-card h3{margin:0;color:var(--navy)}.industry-badge{display:inline-flex;align-items:center;align-self:flex-start;width:fit-content;height:30px;padding:0 12px;border-radius:999px;background:#f0f7ff;color:#27578f;font-size:12px;font-weight:800}.industry-matrix-list{display:grid;gap:10px}.matrix-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:6px;padding-bottom:10px;border-bottom:1px dashed var(--line)}.matrix-row:last-child{border-bottom:0;padding-bottom:0}.matrix-row strong{color:var(--red)}.matrix-row span{flex:1;text-align:right;color:var(--muted);font-size:14px}.industry-process-steps{margin:0;padding:0;display:grid;gap:12px}.industry-process-steps li{list-style:none;border:1px solid var(--line);border-radius:8px;padding:12px;background:#f8fbff;display:grid;grid-template-columns:32px 1fr;column-gap:10px}.industry-process-steps .step-index{width:32px;height:32px;border-radius:8px;display:inline-grid;place-items:center;background:var(--blue);color:#fff;font-weight:900;font-size:12px}.industry-process-steps h4,.industry-process-steps strong,.industry-checklist article h4{margin:0;color:var(--navy)}.industry-process-steps strong{display:block;font-size:15px;margin-bottom:6px}.industry-process-steps p{margin:0;color:var(--muted);line-height:1.7}.industry-checklist{display:grid;gap:10px}.industry-checklist article{padding:12px;border:1px solid var(--line);border-radius:8px;background:#f9fbfd}.industry-checklist p{margin:8px 0 0;color:var(--muted);line-height:1.7}.industry-key-cards{display:grid;gap:12px}.industries-keypoints{display:grid;gap:12px}.industry-card{display:flex;align-items:flex-start;gap:12px;border:1px solid var(--line);border-radius:8px;padding:18px;background:#ffffff}.industry-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;background:#fff1f2;color:var(--red);font-weight:900}.industry-card strong,.industry-card span span{display:block}.industry-card strong{color:var(--navy)}.industry-card span span{margin-top:4px;color:var(--muted);font-size:12px}.industry-sector-card{border:1px solid var(--line);border-radius:10px;padding:18px;background:#ffffff;box-shadow:0 10px 22px rgba(8,36,65,.03)}.industry-sector-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.industry-sector-head .industry-index{color:var(--blue);font-weight:900;font-size:12px}.industry-sector-card h3{margin:0 0 10px;color:var(--navy);line-height:1.4}.industry-sector-card h3 small{margin-left:6px;color:var(--muted);font-size:13px;font-weight:800}.industries-scenarios-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.industries-scenarios-grid .industry-card-head,.industries-scenarios-grid .industry-index{font-family:inherit}.industry-sector-card p{margin:0}.industry-sector-card p + p{margin-top:12px}.industries-case-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;align-items:start}.industries-case-intro{border:1px solid var(--line);border-radius:10px;background:#ffffff;padding:24px}.industries-case-list{display:grid;gap:12px}.industries-case-list .industry-point-card{padding:18px;border:1px solid var(--line);border-radius:10px;background:#f8fbff}.industries-case-list .industry-point-card h3{margin-top:0;color:var(--navy)}.industries-case-strip-tags{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.industries-case-strip-tags span{display:grid;gap:8px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#ffffff}.industries-case-strip-tags strong{display:block;color:var(--navy)}.industries-solution-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;align-items:start}.industry-index-panel{position:sticky;top:96px;align-self:start;padding:20px;border:1px solid var(--line);border-radius:10px;background:#ffffff;box-shadow:0 12px 28px rgba(8,36,65,.05)}.industry-index-eyebrow{display:inline-flex;align-items:center;margin-bottom:10px;color:var(--blue);font-size:12px;font-weight:900}.industry-index-panel h3{margin:0;color:var(--navy);font-size:20px;line-height:1.25}.industry-index-panel p{margin:10px 0 0;color:var(--muted);line-height:1.65}.industry-index-list{margin:16px 0 14px;display:grid;gap:8px}.industry-index-link{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:#f9fbfd;color:var(--navy);font-size:14px;font-weight:900;transition:border-color .2s ease,background .2s ease,color .2s ease}.industry-index-link span{width:30px;display:inline-flex;justify-content:center;align-items:center;height:26px;border-radius:999px;background:#e7f1ff;color:var(--blue);font-size:12px}.industry-index-link:hover,.industry-index-link:focus{border-color:#ffd6dd;background:#fff7f8;color:var(--red)}.industry-index-panel .btn-outline{width:100%;border-color:var(--navy);background:var(--navy);color:#ffffff}.industry-index-panel .btn-outline:hover{background:var(--navy-2)}.industry-scenario-stack{display:grid;gap:14px}.industry-scenario-card{border:1px solid var(--line);border-left:6px solid #dceaff;border-radius:10px;padding:20px;background:#ffffff;position:relative;box-shadow:0 10px 26px rgba(8,36,65,.04);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.industry-scenario-card:hover{transform:translateY(-2px);border-left-color:var(--blue);box-shadow:0 16px 34px rgba(8,36,65,.08)}.industry-scenario-card h3{margin:6px 0 10px;color:var(--navy);display:flex;flex-wrap:wrap;align-items:center;gap:8px}.industry-scenario-subtitle{margin:0 0 12px;color:var(--muted);font-size:13px;line-height:1.6;font-weight:600}.industry-scenario-card h3 small{color:var(--blue);font-size:14px;font-weight:900;border-radius:6px;background:#eaf2ff;border:1px solid #d9e7ff;padding:2px 8px}.industry-scenario-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.industry-scenario-meta-grid>div{border:1px solid var(--line);border-radius:8px;padding:12px;background:#f8fbff;min-width:0}.industry-scenario-meta-grid strong{color:var(--navy);font-size:14px}.industry-scenario-meta-grid p{margin:8px 0 0;color:var(--muted);line-height:1.75}.industry-scenario-foot{margin-top:12px;padding-top:12px;border-top:1px dashed var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:14px}.cert-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}.cert-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.cert-tags span{border-radius:7px;padding:7px 10px;background:#edf3f8;color:#42566b;font-size:12px;font-weight:800}.cert-note{margin-top:20px;border-left:3px solid var(--gold);padding:12px 14px;background:#fff8e8;color:#6a542c;font-size:13px}.cert-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.cert-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#ffffff;box-shadow:0 12px 30px rgba(8,36,65,.06)}.cert-image{height:280px;display:grid;place-items:center;overflow:hidden;padding:14px;background:#f5f7fa}.cert-image img{width:100%;height:100%;object-fit:contain}.cert-card-body{padding:18px}.cert-card-body small{color:var(--red);font-weight:900}.cert-card-body h3{margin:7px 0;color:var(--navy);font-size:18px}.cert-card-body p{margin:0 0 12px;color:var(--muted);font-size:13px}.certificates-hero{position:relative;isolation:isolate;min-height:560px;overflow:hidden;background:var(--navy);color:#ffffff}.certificates-hero-image,.certificates-hero-shade{position:absolute;inset:0}.certificates-hero-image{z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center 46%}.certificates-hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(5,22,38,.9),rgba(5,22,38,.58) 56%,rgba(5,22,38,.28)),linear-gradient(0deg,rgba(5,22,38,.74),rgba(5,22,38,.12) 45%)}.certificates-hero-inner{min-height:560px;display:flex;flex-direction:column;justify-content:center;padding:86px 0 100px}.certificates-hero h1{max-width:850px;margin:14px 0 18px;font-size:58px;line-height:1.08}.certificates-hero p{max-width:780px;margin:0;color:rgba(255,255,255,.82);font-size:18px;line-height:1.8}.certificates-tags{display:flex;flex-wrap:wrap;gap:9px;max-width:840px;margin-top:30px}.certificates-tags span{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:8px 12px;background:rgba(255,255,255,.1);color:rgba(255,255,255,.9);font-size:13px;font-weight:800}.certificates-overview-section{background:#ffffff}.certificates-overview-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:48px;align-items:start}.certificates-copy h2{margin:10px 0 18px;color:var(--navy);font-size:40px;line-height:1.18}.certificates-standard-list{display:grid;gap:12px}.certificates-standard-card,.certificates-doc-card,.certificates-process-card{border:1px solid var(--line);border-radius:8px;background:#ffffff}.certificates-standard-card{border-left:4px solid var(--blue);padding:18px;box-shadow:0 10px 24px rgba(8,36,65,.04)}.certificates-standard-card strong{color:var(--navy);font-size:17px}.certificates-standard-card p{margin:8px 0 0;color:var(--muted);line-height:1.75}.certificates-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.certificates-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#ffffff;box-shadow:0 14px 34px rgba(8,36,65,.07)}.certificates-card figure{box-sizing:border-box;height:430px;margin:0;overflow:hidden;padding:18px;background:linear-gradient(135deg,rgba(235,242,249,.92),rgba(248,251,253,.98)),#f3f7fb}.certificates-card img{width:100%;height:100%;display:block;object-fit:contain;object-position:center center;filter:drop-shadow(0 14px 24px rgba(8,36,65,.12))}.certificates-card-body{padding:22px}.certificates-card-body>span{color:var(--red);font-size:12px;font-weight:900}.certificates-card-body h3,.certificates-doc-card h3,.certificates-process-card h3{margin:8px 0 10px;color:var(--navy);line-height:1.35}.certificates-card-body p,.certificates-doc-card p,.certificates-process-card p{margin:0;color:var(--muted);line-height:1.75}.certificates-doc-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:42px;align-items:start}.certificates-doc-list{display:grid;gap:14px}.certificates-doc-card{padding:22px}.certificates-doc-card .text-link{display:inline-flex;margin-top:14px}.certificates-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.certificates-process-card{min-height:190px;padding:20px}.certificates-process-card span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#ffffff;font-size:12px;font-weight:900}.certificates-notice{margin-top:22px;border-left:4px solid var(--gold);border-radius:8px;padding:16px 18px;background:#fff8e8;color:#6a542c;line-height:1.75}.certificates-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid var(--line);border-radius:8px;padding:30px;background:#ffffff;box-shadow:0 14px 34px rgba(8,36,65,.07)}.certificates-cta h2{margin:8px 0 10px;color:var(--navy)}.certificates-cta p{max-width:720px;margin:0;color:var(--muted)}.contact-hero{position:relative;isolation:isolate;min-height:540px;overflow:hidden;background:var(--navy);color:#ffffff}.contact-hero-image,.contact-hero-shade{position:absolute;inset:0}.contact-hero-image{z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center center}.contact-hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(5,22,38,.92),rgba(5,22,38,.72) 48%,rgba(5,22,38,.38)),linear-gradient(0deg,rgba(5,22,38,.76),rgba(5,22,38,.16) 48%)}.contact-hero-inner{min-height:540px;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:56px;align-items:center;padding:76px 0 86px}.contact-hero-copy{max-width:760px}.contact-hero h1{max-width:820px;margin:14px 0 18px;font-size:56px;line-height:1.08}.contact-hero p{max-width:760px;margin:0;color:rgba(255,255,255,.82);font-size:18px;line-height:1.8}.contact-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.contact-hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.contact-hero-points span{border:1px solid rgba(255,255,255,.22);border-radius:8px;padding:8px 11px;background:rgba(255,255,255,.1);color:rgba(255,255,255,.86);font-size:13px;font-weight:900}.contact-fast-panel{border:1px solid rgba(255,255,255,.42);border-radius:8px;padding:28px;background:rgba(255,255,255,.94);color:var(--text);box-shadow:0 28px 70px rgba(0,0,0,.22);backdrop-filter:blur(12px)}.contact-fast-label{color:var(--red);font-size:12px;font-weight:900;letter-spacing:.08em}.contact-fast-panel h2{margin:12px 0 10px;color:var(--navy);font-size:34px;line-height:1.1}.contact-fast-panel p{margin:0;color:#465b70;font-size:14px;line-height:1.7}.contact-fast-list{display:grid;gap:10px;margin-top:20px}.contact-fast-list div{border:1px solid var(--line);border-radius:8px;padding:12px;background:#f8fafc}.contact-fast-list span,.contact-fast-list strong{display:block}.contact-fast-list span{color:var(--muted);font-size:12px;font-weight:900}.contact-fast-list strong{margin-top:4px;color:var(--navy);font-size:14px;line-height:1.55}.contact-fast-panel .btn-outline{border-color:var(--line);background:#ffffff;color:var(--navy)}.contact-main-section{background:#ffffff}.contact-main-grid,.contact-route-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:28px;align-items:stretch}.contact-info-card,.contact-location-panel,.contact-scene-card,.contact-dialogue-panel,.contact-check-item{border:1px solid var(--line);border-radius:8px;background:#ffffff;box-shadow:0 14px 34px rgba(8,36,65,.07)}.contact-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.contact-info-card{min-height:250px;padding:22px}.contact-info-card span{color:var(--red);font-size:12px;font-weight:900}.contact-info-card h2{margin:12px 0 12px;color:var(--navy);font-size:27px;line-height:1.2}.contact-info-card p,.contact-location-panel p,.contact-scene-card p{margin:0;color:var(--muted);line-height:1.75}.contact-info-card .text-link{display:inline-flex;margin-top:18px}.contact-location-panel{padding:28px;background:linear-gradient(145deg,#f8fbff,#ffffff)}.contact-location-panel h2{margin:10px 0 20px;color:var(--navy);font-size:30px;line-height:1.2}.contact-location-panel dl{display:grid;gap:14px;margin:0 0 20px}.contact-location-panel dl div{border-left:4px solid var(--blue);padding-left:14px}.contact-location-panel dt{color:var(--muted);font-size:12px;font-weight:900}.contact-location-panel dd{margin:6px 0 0;color:var(--navy);font-size:16px;font-weight:800;line-height:1.7}.contact-dialogue-panel{padding:30px}.contact-dialogue-panel h2{max-width:760px;margin:10px 0 24px;color:var(--navy);font-size:38px;line-height:1.18}.contact-dialogue-panel .contact-scene-list{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-location-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:22px}.contact-service-grid,.contact-prep-grid,.contact-form-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:42px;align-items:start}.contact-prep-section{background:#f4f8fb}.contact-service-copy h2{margin:10px 0 18px;color:var(--navy);font-size:40px;line-height:1.18}.contact-service-copy>p{margin:0;color:var(--muted);font-size:16px;line-height:1.85}.contact-extra-note{margin-top:24px;border:1px solid var(--line);border-radius:8px;padding:20px;background:#ffffff}.contact-extra-note h2{margin-top:0;font-size:22px}.contact-checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.contact-check-item{min-height:190px;padding:22px}.contact-check-item span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#fff1f2;color:var(--red);font-size:12px;font-weight:900}.contact-check-item h3{margin:18px 0 10px;color:var(--navy);font-size:20px}.contact-check-item p{margin:0;color:var(--muted);line-height:1.75}.contact-scene-list{display:grid;gap:14px}.contact-scene-card{padding:22px;border-left:4px solid var(--red)}.contact-scene-card h3{margin:0 0 10px;color:var(--navy);font-size:20px}.contact-form-section{background:#ffffff}.contact-form-section .contact-form{border-color:var(--line);background:#ffffff;box-shadow:0 18px 44px rgba(8,36,65,.09);backdrop-filter:none}.contact-form-section .field label{color:#41566d}.contact-form-section .field input,.contact-form-section .field select,.contact-form-section .field textarea{border-color:var(--line);background:#f9fbfd}.contact-form-section .form-status{color:var(--navy)}.contact-form-aside{display:grid;gap:10px;margin-top:26px}.contact-form-aside div{border:1px solid var(--line);border-radius:8px;padding:14px 16px;background:#f8fafc}.contact-form-aside span,.contact-form-aside strong{display:block}.contact-form-aside span{color:var(--muted);font-size:12px;font-weight:900}.contact-form-aside strong{margin-top:4px;color:var(--navy);font-size:16px}.form-action-button{margin-top:18px}.contact-section{position:relative;overflow:hidden;padding:92px 0;background:linear-gradient(130deg,#071f39,#0d3762 72%,#104677);color:#ffffff}.contact-section .section-title,.contact-section .eyebrow{color:#ffffff}.contact-section .section-copy{color:rgba(255,255,255,.7)}.contact-benefits{display:grid;gap:12px;margin-top:28px}.contact-benefit{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.82);font-size:14px}.contact-form{border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:30px;background:rgba(255,255,255,.1);box-shadow:0 30px 90px rgba(0,0,0,.2);backdrop-filter:blur(12px)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field.full{grid-column:1 / -1}.field-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.field label{display:block;margin-bottom:7px;color:rgba(255,255,255,.78);font-size:12px;font-weight:800}.field input,.field select,.field textarea{width:100%;border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:12px 13px;background:rgba(255,255,255,.92);color:var(--text);outline:none}.field textarea{min-height:120px;resize:vertical}.form-status{min-height:22px;margin-top:14px;color:rgba(255,255,255,.86);font-size:13px}.form-status.is-success{color:#0f766e}.form-status.is-error{color:var(--red)}.site-footer{padding-top:38px;background:#071d34;color:rgba(255,255,255,.66)}.footer-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:28px;background:linear-gradient(135deg,rgba(217,39,51,.22),rgba(28,115,184,.12)),rgba(255,255,255,.06)}.footer-cta .eyebrow{color:rgba(255,255,255,.68)}.footer-cta h2{margin:8px 0 8px;color:#ffffff;font-size:30px;line-height:1.22}.footer-cta p{max-width:760px;margin:0;color:rgba(255,255,255,.68)}.footer-cta-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.footer-main{display:grid;grid-template-columns:1.2fr .72fr .72fr 1.1fr;gap:34px;padding:46px 0 34px}.footer-brand strong{color:#ffffff}.footer-about{max-width:430px;margin:18px 0 0;color:rgba(255,255,255,.62);font-size:14px;line-height:1.85}.footer-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.footer-tags span{border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:7px 9px;background:rgba(255,255,255,.05);color:rgba(255,255,255,.72);font-size:12px;font-weight:800}.footer-col h4{margin:0 0 14px;color:#ffffff;font-size:15px}.footer-links{display:grid;gap:9px}.footer-links a{color:rgba(255,255,255,.6);font-size:14px}.footer-links a:hover{color:#ffffff}.footer-contact-panel{padding-top:0}.footer-contact-panel h4{margin:0 0 14px;color:#ffffff;font-size:15px}.footer-phone{display:block;margin-bottom:14px;color:#ffffff;font-size:20px;font-weight:900;line-height:1.3}.footer-contact,.footer-contact-list{display:grid;gap:0}.footer-contact div,.footer-contact-list div{border-top:1px solid rgba(255,255,255,.08);padding:10px 0}.footer-contact small,.footer-contact-list small{display:block;color:rgba(255,255,255,.42);font-size:10px;font-weight:800}.footer-contact span,.footer-contact-list span{display:block;margin-top:2px;color:rgba(255,255,255,.68);font-size:13px;line-height:1.6}.footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-top:1px solid rgba(255,255,255,.08);padding:18px 0 22px;color:rgba(255,255,255,.48);font-size:13px}.footer-legal-primary{min-width:0;display:grid;gap:6px}.footer-legal-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 14px}.footer-legal-links a{color:rgba(255,255,255,.54);text-decoration:none;white-space:nowrap}.footer-legal-links a:hover{color:#ffffff}.back-top{position:fixed;right:22px;bottom:22px;z-index:30;width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:8px;background:var(--red);color:#ffffff;box-shadow:0 12px 24px rgba(217,39,51,.28);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease}.back-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-top svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2}.page-hero{padding:86px 0 72px;background:linear-gradient(90deg,rgba(5,24,43,.92),rgba(5,24,43,.68)),url("../images/factory-reception.webp") center/cover no-repeat;color:#ffffff}.page-hero-compact{padding:58px 0 50px}.page-hero h1{max-width:860px;margin:10px 0 12px;font-size:46px;line-height:1.16}.page-hero-compact h1{font-size:42px}.page-hero p{max-width:760px;margin:0;color:rgba(255,255,255,.76);font-size:17px}.news-hero{background:linear-gradient(90deg,rgba(5,24,43,.94),rgba(5,24,43,.64)),url("../images/factory-lab-real.webp") center/cover no-repeat}.news-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:34px;align-items:end}.news-hero-panel{border:1px solid rgba(255,255,255,.22);border-radius:8px;padding:22px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px)}.news-hero-panel strong,.news-hero-panel span,.news-hero-panel small{display:block}.news-hero-panel strong{color:#ffffff;font-size:52px;line-height:1}.news-hero-panel span{margin-top:8px;color:#ffffff;font-weight:800}.news-hero-panel small{margin-top:8px;color:rgba(255,255,255,.7);line-height:1.6}.news-list-section{padding-top:56px}.news-feature-card{display:grid;grid-template-columns:minmax(280px,46%) minmax(0,1fr);overflow:hidden;margin-bottom:28px;border:1px solid var(--line);border-radius:8px;background:#ffffff;box-shadow:0 18px 44px rgba(8,36,65,.08)}.news-feature-card.no-image{grid-template-columns:1fr}.news-feature-media{min-height:320px;background:#eef3f8}.news-feature-media img,.news-card-media img,.news-detail-cover img{width:100%;height:100%;display:block;object-fit:cover}.news-feature-body{display:flex;flex-direction:column;justify-content:center;padding:32px}.news-feature-body h2{margin:14px 0 12px;color:var(--navy);font-size:30px;line-height:1.25}.news-feature-body h2 a,.news-card-body h2 a{color:inherit;text-decoration:none}.news-feature-body p,.news-card-body p{margin:0;color:var(--muted);line-height:1.75}.news-meta-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:13px}.news-meta-line span{border-radius:999px;padding:4px 9px;background:#eef3f8;color:var(--navy);font-weight:800}.news-toolbar{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:0 0 18px}.news-toolbar h2{margin:6px 0 0;color:var(--navy);font-size:28px}.news-toolbar p{max-width:420px;margin:0;color:var(--muted);line-height:1.7}.article-list,.news-list{display:grid;gap:16px}.article-list-item,.news-list-item{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;align-items:stretch;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#ffffff;box-shadow:0 12px 30px rgba(8,36,65,.05)}.news-list-item.is-text-only{grid-template-columns:1fr}.news-card-media{min-height:174px;background:#eef3f8}.news-card-body{display:grid;align-content:center;gap:10px;padding:22px 24px}.news-card-body h2{margin:0;color:var(--navy);font-size:22px;line-height:1.32}.news-card-body .text-link,.news-feature-body .text-link{margin-top:4px}.news-empty-state{border:1px solid var(--line);border-radius:8px;padding:46px;background:#ffffff;text-align:center;box-shadow:0 14px 34px rgba(8,36,65,.06)}.news-empty-state h2{margin:8px 0 10px;color:var(--navy);font-size:30px}.news-empty-state p{max-width:660px;margin:0 auto 20px;color:var(--muted);line-height:1.8}.news-detail-hero{padding-bottom:58px}.news-detail-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:20px}.news-detail-meta time,.news-detail-meta span,.news-detail-meta a{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:7px 12px;color:rgba(255,255,255,.82);text-decoration:none;font-size:13px;font-weight:800}.news-detail-section{background:var(--soft)}.news-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:30px;align-items:start}.news-detail-main,.news-detail-aside{border:1px solid var(--line);border-radius:8px;background:#ffffff;box-shadow:0 12px 30px rgba(8,36,65,.06)}.news-detail-main{overflow:hidden}.news-detail-cover{margin:0;height:430px;background:#eef3f8}.news-rich-text{padding:34px}.news-detail-aside{position:sticky;top:106px;padding:24px}.news-detail-aside h2{margin:8px 0 16px;color:var(--navy);font-size:24px}.news-aside-card{border:1px solid var(--line);border-radius:8px;padding:15px;background:#f8fafc}.news-aside-card strong,.news-aside-card span{display:block}.news-aside-card strong{color:var(--navy)}.news-aside-card span{margin-top:6px;color:var(--muted);font-size:13px;line-height:1.7}.news-detail-aside .btn{width:100%}.news-detail-aside .text-link{display:inline-flex;margin-top:14px}.detail-section{background:var(--soft)}.page-detail-section{padding-top:72px}.page-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;align-items:start}.detail-content{border:1px solid var(--line);border-radius:8px;background:#ffffff;padding:30px}.page-detail-content{display:grid;gap:26px}.page-visual-panel{position:relative;overflow:hidden;margin:0;border-radius:8px;background:linear-gradient(135deg,#f6f9fc,#e8f0f7)}.detail-cover{width:100%;max-height:480px;border-radius:8px;object-fit:contain}.rich-text{color:#26364a;font-size:16px;line-height:1.9}.rich-text h2,.rich-text h3,.rich-text h4{color:var(--navy);line-height:1.35}.rich-text img,.rich-text video{display:block;max-width:100%;border-radius:8px;margin:18px 0}.rich-text figure,.rich-text blockquote{box-sizing:border-box;width:100%;max-width:100%;margin:22px 0}.rich-text blockquote{padding:0;border-left:0;background:transparent}.rich-text figure{display:block}.rich-text figure figure,.rich-text figcaption figure{box-sizing:border-box;width:100%;max-width:100%;margin:22px 0;padding:0}.rich-text figure>img,.rich-text figure>video{width:min(100%,920px);margin:0 auto;object-fit:contain}.rich-text .rich-text-media-item{clear:both}.rich-text .rich-text-media-item>img,.rich-text .rich-text-media-item>video,.rich-text blockquote img,.rich-text blockquote video,.rich-text figcaption img,.rich-text figcaption video{display:block;width:min(100%,920px);max-width:100%;height:auto;margin:0 auto;object-fit:contain}.rich-text figcaption{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.6;text-align:center}.rich-text table{width:100%;border-collapse:collapse;margin:18px 0}.rich-text th,.rich-text td{border:1px solid var(--line);padding:10px;text-align:left}.page-support-panel{position:sticky;top:106px;border:1px solid var(--line);border-radius:8px;padding:24px;background:#ffffff;box-shadow:0 12px 30px rgba(8,36,65,.06)}.page-support-panel h2{margin:0 0 16px;color:var(--navy);font-size:24px}.page-support-list{display:grid;gap:12px;margin:20px 0 22px}.page-support-list div{border:1px solid var(--line);border-radius:8px;padding:14px;background:#f8fafc}.page-support-list strong,.page-support-list span{display:block}.page-support-list strong{color:var(--navy);font-size:15px}.page-support-list span{margin-top:5px;color:var(--muted);font-size:13px;line-height:1.6}.page-support-panel .btn{width:100%}.page-support-panel .text-link{display:inline-flex;margin-top:14px}.page-support-actions{display:grid;gap:10px}.page-support-actions .btn{width:100%}.page-process-panel{margin-top:34px;border:1px solid var(--line);border-radius:8px;padding:28px;background:#ffffff;box-shadow:0 12px 30px rgba(8,36,65,.06)}.page-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.page-process-grid div{min-height:150px;border:1px solid var(--line);border-radius:8px;padding:16px;background:#f8fafc}.page-process-grid span{width:34px;height:34px;display:grid;place-items:center;margin-bottom:12px;border-radius:50%;background:var(--red);color:#ffffff;font-size:12px;font-weight:900}.page-process-grid strong{display:block;color:var(--navy)}.page-process-grid p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.factory-about-hero{position:relative;isolation:isolate;min-height:670px;overflow:hidden;background:var(--navy);color:#ffffff}.factory-about-hero-image,.factory-about-hero-shade{position:absolute;inset:0}.factory-about-hero-image{z-index:-2;width:100%;height:100%;object-fit:cover}.factory-about-hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(5,22,38,.88),rgba(5,22,38,.44) 48%,rgba(5,22,38,.16)),linear-gradient(0deg,rgba(5,22,38,.82),rgba(5,22,38,.08) 42%)}.factory-about-hero-inner{min-height:520px;display:flex;flex-direction:column;justify-content:center;padding:90px 0 150px}.factory-about-hero h1{max-width:860px;margin:16px 0 18px;font-size:64px;line-height:1.06}.factory-about-hero p{max-width:760px;margin:0;color:rgba(255,255,255,.82);font-size:18px;line-height:1.8}.factory-about-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.factory-about-stats{position:absolute;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.18);border-bottom:0;border-radius:8px 8px 0 0;background:rgba(255,255,255,.94);color:var(--navy);box-shadow:0 -18px 44px rgba(5,22,38,.18);backdrop-filter:blur(10px)}.factory-about-stats div{padding:24px 28px;border-right:1px solid var(--line)}.factory-about-stats div:last-child{border-right:0}.factory-about-stats strong,.factory-about-stats span{display:block}.factory-about-stats strong{color:var(--red);font-size:36px;line-height:1}.factory-about-stats span{margin-top:8px;color:#40566c;font-weight:800}.factory-about-intro{background:#ffffff}.factory-about-intro-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:64px;align-items:start}.factory-about-copy h2,.factory-about-band h2,.factory-culture-copy h2{margin:10px 0 18px;color:var(--navy);font-size:42px;line-height:1.18}.factory-about-copy .rich-text{max-width:760px}.factory-about-principles{display:grid;gap:14px}.factory-about-principles div{display:grid;grid-template-columns:54px minmax(0,1fr);column-gap:18px;border-bottom:1px solid var(--line);padding:0 0 18px}.factory-about-principles span{grid-row:span 2;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#fff1f2;color:var(--red);font-size:12px;font-weight:900}.factory-about-principles strong{color:var(--navy);font-size:18px}.factory-about-principles p{margin:8px 0 0;color:var(--muted);line-height:1.7}.factory-photo-section{background:var(--soft)}.factory-photo-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:18px}.factory-photo-grid figure{position:relative;min-height:330px;overflow:hidden;margin:0;border-radius:8px;background:#dce5ec}.factory-photo-grid figure.wide{grid-row:span 2;min-height:680px}.factory-photo-grid img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}.factory-photo-grid figure:hover img{transform:scale(1.035)}.factory-photo-grid figcaption{position:absolute;right:16px;bottom:16px;left:16px;border:1px solid rgba(255,255,255,.24);border-radius:8px;padding:15px;background:rgba(5,22,38,.74);color:#ffffff;backdrop-filter:blur(10px)}.factory-photo-grid figcaption strong,.factory-photo-grid figcaption span{display:block}.factory-photo-grid figcaption strong{font-size:17px}.factory-photo-grid figcaption span{margin-top:6px;color:rgba(255,255,255,.76);font-size:13px;line-height:1.55}.factory-about-band{padding:84px 0;background:var(--navy);color:#ffffff}.factory-about-band h2{max-width:560px;color:#ffffff}.factory-about-band-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:60px;align-items:start}.factory-about-band-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.factory-about-band-list div{min-height:142px;border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:18px;background:rgba(255,255,255,.06)}.factory-about-band-list strong,.factory-about-band-list span{display:block}.factory-about-band-list strong{font-size:18px}.factory-about-band-list span{margin-top:10px;color:rgba(255,255,255,.66);line-height:1.7}.factory-culture-section{background:#ffffff}.factory-culture-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:58px;align-items:center}.factory-culture-image{overflow:hidden;margin:0;border-radius:8px;background:#f0f4f8}.factory-culture-image img{width:100%;height:520px;display:block;object-fit:cover}.factory-culture-copy p{color:var(--muted);font-size:16px;line-height:1.85}.factory-culture-tags{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 30px}.factory-culture-tags span{border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:#f8fafc;color:#354b62;font-size:13px;font-weight:800}.product-detail-section{padding-top:74px}.product-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:start}.product-detail-main{display:grid;gap:22px}.product-brief,.product-panel,.product-inquiry-aside{border:1px solid var(--line);border-radius:8px;background:#ffffff;box-shadow:0 12px 30px rgba(8,36,65,.06)}.product-brief{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;padding:28px}.product-detail-media{min-height:420px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(160deg,#f7fafc,#e8f0f7);overflow:hidden}.product-detail-media img{width:min(82%,420px);max-height:380px;object-fit:contain;filter:drop-shadow(0 24px 22px rgba(8,36,65,.16))}.product-detail-summary{align-self:center}.product-class{display:inline-flex;border-radius:8px;padding:7px 10px;background:#edf7f7;color:var(--green);font-size:12px;font-weight:900}.product-detail-summary h2{margin:18px 0 12px;color:var(--navy);font-size:34px;line-height:1.18}.product-detail-summary p{margin:0;color:#40536a;font-size:16px}.product-key-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.product-key-points span{border-radius:8px;padding:8px 10px;background:#f2f6fa;color:#38506a;font-size:13px;font-weight:800}.product-detail-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.product-panel{padding:24px}.product-panel-head{margin-bottom:18px}.product-panel-head h2{margin:6px 0 0;color:var(--navy);font-size:24px;line-height:1.25}.spec-table{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid var(--line);border-radius:8px;background:var(--line);overflow:hidden}.spec-table div{min-height:92px;display:grid;align-content:center;gap:6px;padding:16px;background:#fbfdff}.spec-table span{color:var(--muted);font-size:12px;font-weight:800}.spec-table strong{color:var(--navy);font-size:15px;line-height:1.45}.product-info-grid,.product-note-grid{display:grid;gap:22px}.product-info-grid{grid-template-columns:repeat(2,1fr)}.product-note-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.tag-cloud{display:flex;flex-wrap:wrap;gap:9px}.tag-cloud span{border-radius:8px;padding:8px 11px;background:#edf3f8;color:#40546b;font-size:13px;font-weight:800}.check-list,.process-list{margin:0;padding:0;list-style:none}.check-list{display:grid;gap:11px}.check-list.three-columns{grid-template-columns:repeat(3,1fr);gap:14px}.check-list li{position:relative;padding-left:25px;color:#384b61;font-size:14px}.check-list li::before{content:"";position:absolute;left:0;top:7px;width:14px;height:14px;border-radius:50%;background:var(--green)}.check-list li::after{content:"";position:absolute;left:4px;top:9px;width:5px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.process-list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.process-list li{min-height:150px;border:1px solid var(--line);border-radius:8px;padding:16px;background:#f8fafc;color:#384b61;font-size:14px}.process-list span{width:34px;height:34px;display:grid;place-items:center;margin-bottom:12px;border-radius:50%;background:var(--red);color:#ffffff;font-size:12px;font-weight:900}.product-panel p{margin:0;color:#40536a}.product-inquiry-aside{position:sticky;top:106px;padding:22px}.product-inquiry-aside h2{margin:0 0 16px;color:var(--navy);font-size:22px}.product-inquiry-aside .btn{width:100%;margin-top:14px}.product-inquiry-aside .text-link{display:inline-flex;margin-top:14px}.inquiry-card{border-left:3px solid var(--red);border-radius:8px;padding:14px;background:#fff6f7}.inquiry-card strong,.inquiry-card span{display:block}.inquiry-card strong{color:var(--navy)}.inquiry-card span{margin-top:5px;color:#52667c;font-size:13px}.empty-state{padding:26px;color:var(--muted)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.product-card,.article-card,.btn{transition:none}}@media (max-width:1080px){.container{width:min(100% - 32px,960px)}.header-container{width:min(100% - 32px,960px)}.topbar-inner{min-height:36px}.topbar-points{flex-wrap:nowrap;overflow:hidden}.topbar-point{flex:0 1 auto;white-space:nowrap}.topbar-point:nth-child(n+3){display:none}.brand{flex:1 1 auto;max-width:min(520px,calc(100% - 80px))}.brand-copy strong{font-size:18px}.nav-links{position:fixed;inset:104px 16px auto;z-index:40;display:none;border:1px solid var(--line);border-radius:8px;padding:12px;background:rgba(255,255,255,.98);box-shadow:var(--shadow)}.menu-open .nav-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.nav-links a{display:flex;align-items:center;justify-content:center;min-height:42px;padding:10px 12px;text-align:center}.nav-actions .btn{display:none}.menu-toggle{display:inline-flex}.hero-grid{grid-template-columns:1fr .78fr;gap:28px}.hero h1{font-size:52px}.hero-showcase{transform:scale(.9);transform-origin:right center}.industries-hero-grid,.trust-grid,.category-grid,.industry-grid,.cert-cards,.product-grid,.footer-main{grid-template-columns:repeat(2,1fr)}.industries-matrix-grid,.industries-intro-rules,.industries-case-grid,.industries-scenarios-grid,.industries-overview-grid{grid-template-columns:repeat(2,1fr)}.industries-solution-layout{grid-template-columns:1fr}.industry-index-panel{position:static;top:auto}.industry-scenario-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.industry-index-list{grid-template-columns:repeat(2,minmax(0,1fr))}.industries-hero-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.route-grid,.oem-grid,.cert-grid,.article-grid,.list-product-grid,.page-detail-grid,.product-detail-layout{grid-template-columns:repeat(2,1fr)}.factory-grid,.contact-grid,.contact-hero-inner,.contact-main-grid,.contact-route-grid,.contact-service-grid,.contact-prep-grid,.contact-form-grid,.footer-cta,.factory-about-intro-grid,.factory-about-band-grid,.factory-culture-grid,.certificates-overview-grid,.certificates-doc-grid,.page-detail-grid,.product-detail-layout{grid-template-columns:1fr}.factory-photo-grid{grid-template-columns:1fr 1fr}.factory-photo-grid figure.wide{grid-column:span 2;grid-row:auto;min-height:460px}.page-support-panel,.product-inquiry-aside{position:static}.spec-table,.factory-about-band-list,.page-process-grid,.certificates-process-grid,.process-list{grid-template-columns:repeat(2,1fr)}.industries-case-strip-tags{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){.topbar-inner,.footer-bottom,.subheading-row{align-items:flex-start;flex-direction:column}.footer-legal-links{justify-content:flex-start}.nav{width:min(100% - 32px,960px);min-height:70px}.menu-open .nav-links{grid-template-columns:1fr}.nav-links a{padding:13px}.product-filter-panel{position:static;display:block;margin:-22px 0 28px;padding:14px}.product-filter-head{width:100%;align-items:center;flex-direction:row;flex-wrap:wrap;gap:10px;margin-bottom:12px;flex-basis:auto}.product-filter-tabs{display:flex;flex-wrap:wrap;gap:8px;overflow-x:visible;padding-bottom:0}.category-filter{min-height:38px;flex:1 1 calc(50% - 8px);justify-content:space-between;padding:8px 10px;font-size:13px}.menu-toggle{display:inline-flex}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding:58px 0 86px}.hero h1{font-size:43px}.factory-about-hero{min-height:auto}.factory-about-hero-inner{min-height:610px;justify-content:flex-start;padding:64px 0 250px}.factory-about-hero h1{font-size:42px}.factory-about-hero p{font-size:16px}.factory-about-stats{grid-template-columns:repeat(2,1fr)}.factory-about-stats div{padding:18px}.factory-about-stats div:nth-child(2n){border-right:0}.factory-about-stats div:nth-child(-n + 2){border-bottom:1px solid var(--line)}.hero-lead{font-size:16px}.hero-showcase{display:none}.industries-hero-grid,.industries-matrix-grid,.industries-intro-rules,.industries-case-grid,.industries-scenarios-grid,.industries-overview-grid{grid-template-columns:1fr}.contact-hero,.contact-hero-inner{min-height:auto}.contact-hero-inner{grid-template-columns:1fr;gap:22px;padding:56px 0 62px}.contact-hero h1{font-size:42px}.contact-card-grid,.contact-dialogue-panel .contact-scene-list,.contact-checklist-grid{grid-template-columns:1fr}.contact-fast-panel{max-width:560px}.footer-cta-actions{justify-content:flex-start}.certificates-hero,.certificates-hero-inner{min-height:520px}.certificates-hero h1{font-size:42px}.certificates-card-grid,.certificates-process-grid{grid-template-columns:1fr}.certificates-card figure{height:390px}.certificates-cta{align-items:flex-start;flex-direction:column}.industry-scenario-meta-grid,.industry-index-list{grid-template-columns:1fr}.process-steps{grid-template-columns:repeat(3,1fr)}.product-brief,.product-info-grid,.product-note-grid,.factory-about-band-list,.page-process-grid,.check-list.three-columns{grid-template-columns:1fr}.product-detail-media{min-height:320px}.trust-grid,.route-grid,.category-grid,.oem-grid,.custom-grid,.industry-grid,.industries-matrix-grid,.industries-scenarios-grid,.industries-intro-rules,.industries-case-grid,.cert-grid,.cert-cards,.product-grid,.factory-photo-grid,.article-grid,.footer-main{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}.section{padding:68px 0}.section-title{font-size:32px}.factory-about-copy h2,.factory-about-band h2,.factory-culture-copy h2{font-size:32px}.factory-photo-grid figure,.factory-photo-grid figure.wide{grid-column:auto;min-height:320px}.factory-culture-image img{height:360px}.news-hero-grid,.news-feature-card,.news-detail-layout{grid-template-columns:1fr}.news-hero-panel{max-width:360px}.news-feature-media,.news-detail-cover{min-height:280px;height:320px}.news-toolbar{align-items:flex-start;flex-direction:column}.product-visual{height:300px}.photo-collage{min-height:420px}.article-list-item,.news-list-item{grid-template-columns:1fr}.news-card-media{min-height:240px}.news-detail-aside{position:static}.process-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.container{width:min(100% - 28px,520px)}.topbar{font-size:12px}.topbar-points{width:100%;min-width:0;flex-wrap:nowrap;gap:16px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.topbar-points::-webkit-scrollbar{display:none}.topbar-inner{display:block;min-height:auto;padding:7px 0}.topbar-right{display:none}.topbar-point{flex:0 0 auto;font-size:12px;line-height:1.4}.nav{width:min(100% - 28px,520px);min-height:66px}.nav-links{inset:104px 14px auto;max-height:calc(100vh - 124px);overflow-y:auto}.brand-logo,.footer-brand img{width:42px;height:42px}.brand-copy strong{font-size:18px}.brand-copy span{max-width:132px;line-height:1.3}.hero h1,.page-hero h1,.contact-hero h1,.certificates-hero h1{font-size:32px;line-height:1.14}.hero-grid{padding:46px 0 72px}.hero-lead{font-size:15px;line-height:1.75}.hero-buttons,.hero-tags{margin-top:22px}.news-feature-body,.news-card-body,.news-rich-text,.news-detail-aside,.news-empty-state{padding:22px}.news-feature-body h2,.news-toolbar h2{font-size:24px}.news-card-body h2{font-size:20px}.news-feature-media,.news-detail-cover{height:260px}.product-detail-summary h2{font-size:28px}.spec-table,.process-list{grid-template-columns:1fr}.certificates-hero-inner{padding:64px 0 86px}.contact-hero-inner{padding:42px 0 46px}.contact-hero p{font-size:15px;line-height:1.7}.contact-hero-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.contact-hero-points span{text-align:center}.contact-hero-actions,.footer-cta-actions{display:grid}.contact-hero-actions .btn,.footer-cta-actions .btn{width:100%}.contact-fast-panel{padding:18px;box-shadow:0 16px 34px rgba(0,0,0,.18)}.contact-fast-panel h2{margin:8px 0 8px;font-size:27px}.contact-fast-panel p{font-size:13px;line-height:1.6}.contact-fast-list{gap:0;margin-top:14px;border-top:1px solid var(--line)}.contact-fast-list div{border:0;border-bottom:1px solid var(--line);border-radius:0;padding:9px 0;background:transparent}.contact-fast-list strong{font-size:13px;line-height:1.45}.contact-fast-list strong,.footer-contact-list span{overflow-wrap:anywhere}.contact-info-card h2{font-size:24px}.contact-location-panel,.contact-info-card,.contact-scene-card,.contact-dialogue-panel,.contact-check-item,.footer-cta{padding:20px}.contact-dialogue-panel h2,.contact-service-copy h2{font-size:31px}.footer-cta h2{font-size:25px}.footer-phone{font-size:18px}.certificates-hero p{font-size:16px}.certificates-card figure{height:330px;padding:14px}.certificates-copy h2{font-size:31px}.certificates-cta{padding:22px}.hero-buttons{display:grid;gap:10px}.hero-buttons .btn{width:100%}.product-filter-panel{margin:-14px 0 24px;padding:12px}.product-filter-head h2{font-size:22px}.product-filter-total{padding:6px 9px;font-size:12px}.category-filter{flex-basis:100%}.category-filter span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.industry-index-link{font-size:13px}.industry-scenario-foot{flex-direction:column;align-items:flex-start}.industries-case-strip-tags{grid-template-columns:1fr}.hero-tag{font-size:12px}.form-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr}.photo-main{inset:0 30px 92px 0;width:calc(100% - 30px)}.photo-small{width:58%}.factory-badge{left:12px;bottom:18px;width:150px;padding:16px}.contact-form,.detail-content{padding:22px}}.topbar{background:linear-gradient(90deg,var(--blue),#46c8f0);color:#ffffff;font-size:14px}.topbar>.container{min-height:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 0}.topbar strong{letter-spacing:.08em}.header.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(22,169,224,.14);background:rgba(255,255,255,.92);backdrop-filter:blur(14px)}.header .nav{width:min(1180px,calc(100% - 40px));min-height:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}.header .logo{min-width:0;flex:0 1 auto;display:flex;align-items:center;gap:12px;color:var(--navy);font-weight:800}.header .logo img{width:98px;height:auto;display:block;border-radius:0;object-fit:contain;box-shadow:none}.header .logo span{min-width:0;border-left:1px solid var(--line);padding-left:10px;color:var(--muted);font-size:14px;font-weight:600;line-height:1.35}.header .menu{min-width:0;flex:0 1 auto;display:flex;align-items:center;justify-content:center;gap:26px;color:#2b4b5e;font-size:15px}.header .menu a{padding:0;border-radius:0;color:#2b4b5e;font-size:15px;font-weight:600;line-height:1.3;white-space:nowrap;transition:color .2s ease}.header .menu a:hover,.header .menu a.active{background:transparent;color:var(--blue)}.header .nav-actions{flex:0 0 auto;display:flex;align-items:center;gap:12px}.btn,.btn.btn-primary,.btn.btn-dark{min-height:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:12px 22px;background:var(--blue);color:#ffffff;font-weight:700;line-height:1.25;box-shadow:0 10px 26px rgba(22,169,224,.28);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.btn:hover,.btn.btn-primary:hover,.btn.btn-dark:hover{transform:translateY(-1px);background:#0c8ec7;color:#ffffff}.btn.outline,.btn.btn-outline{border:1px solid rgba(255,255,255,.38);background:rgba(255,255,255,.14);color:#ffffff;box-shadow:none}.home-reference{--brand-light:#eaf8fe;background:#ffffff}.home-reference .hero{min-height:690px;position:relative;display:flex;align-items:center;overflow:hidden;padding:0;background-image:linear-gradient(90deg,rgba(7,43,63,.92) 0%,rgba(7,43,63,.72) 42%,rgba(7,43,63,.20) 100%),var(--hero-bg);background-size:cover;background-position:center}.home-reference .hero::after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:140px;background:linear-gradient(0deg,#ffffff,rgba(255,255,255,0))}.home-reference .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .72fr;gap:54px;align-items:center;padding:70px 0 94px}.home-reference .badge{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(109,213,244,.38);border-radius:999px;padding:8px 14px;background:rgba(22,169,224,.16);color:#bfefff;font-size:14px;font-weight:700}.home-reference .badge::before{content:"";width:9px;height:9px;border-radius:99px;background:#48d6ff;box-shadow:0 0 0 6px rgba(72,214,255,.12)}.home-reference h1{max-width:760px;margin:24px 0 18px;color:#ffffff;font-size:clamp(38px,5vw,58px);line-height:1.08;letter-spacing:0}.home-reference .hero p{max-width:680px;margin:0 0 30px;color:#d8eef7;font-size:19px}.home-reference .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:34px}.home-reference .stats{max-width:680px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.home-reference .stat{border:1px solid rgba(255,255,255,.22);border-radius:18px;padding:16px 12px;background:rgba(255,255,255,.10);color:#ffffff;backdrop-filter:blur(8px)}.home-reference .stat strong{display:block;color:#55d4ff;font-size:24px;line-height:1}.home-reference .stat span{display:block;margin-top:8px;color:#ddecf3;font-size:13px}.home-reference .hero-card{align-self:stretch;border:1px solid rgba(255,255,255,.50);border-radius:30px;padding:26px;background:rgba(255,255,255,.92);box-shadow:var(--shadow)}.home-reference .hero-card .mini-img{position:relative;height:220px;overflow:hidden;border-radius:22px;margin-bottom:20px}.home-reference .hero-card img{width:100%;height:100%;display:block;object-fit:cover}.home-reference .hero-card .mini-img::after{content:"生产实景";position:absolute;left:16px;bottom:16px;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:7px 13px;background:rgba(7,43,63,.50);color:#ffffff;font-weight:800;letter-spacing:.08em}.home-reference .hero-card h3{margin:0 0 12px;color:var(--navy);font-size:25px}.home-reference .check-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.home-reference .check-list li{display:flex;gap:10px;align-items:flex-start;color:#335366}.home-reference .check-list li::before{content:"✓";flex:0 0 22px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;margin-top:2px;background:var(--brand-light);color:var(--blue);font-weight:900}.home-reference section{padding:86px 0}.home-reference .section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.home-reference .kicker{color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.home-reference h2{margin:10px 0 0;color:var(--navy);font-size:clamp(30px,3.6vw,40px);line-height:1.18;letter-spacing:0}.home-reference .section-head p,.home-reference .muted-copy{max-width:560px;margin:0;color:var(--muted)}.home-reference .muted-copy{margin-top:16px}.home-reference .features{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home-reference .feature-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:20px;padding:26px 24px;background:#ffffff;box-shadow:0 16px 40px rgba(7,43,63,.05)}.home-reference .feature-card::before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,var(--blue),#69d8f7)}.home-reference .icon{width:46px;height:46px;min-width:46px;max-width:46px;max-height:46px;display:grid;place-items:center;overflow:hidden;border-radius:16px;margin-bottom:18px;background:var(--brand-light);color:var(--blue);font-size:24px;font-weight:400}.home-reference .icon svg{width:25px;height:25px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.home-reference .icon img{width:26px;height:26px;max-width:26px;max-height:26px;display:block;object-fit:contain}.home-reference .feature-card h3,.home-reference .cap-item h3,.home-reference .product h3{margin:0 0 10px;color:var(--navy);font-size:21px}.home-reference .feature-card p,.home-reference .cap-item p{margin:0;color:var(--muted);font-size:15px}.home-reference .factory,.home-reference .gallery{background:linear-gradient(180deg,var(--soft),#ffffff)}.home-reference .factory-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:stretch}.home-reference .photo-card{position:relative;min-height:470px;overflow:hidden;border-radius:32px;box-shadow:var(--shadow)}.home-reference .photo-card img{width:100%;height:100%;display:block;object-fit:cover}.home-reference .photo-label{position:absolute;left:22px;bottom:22px;border-radius:18px;padding:14px 18px;background:#ffffff;box-shadow:0 16px 36px rgba(7,43,63,.14)}.home-reference .photo-label strong,.home-reference .photo-label span{display:block}.home-reference .photo-label strong{color:var(--navy)}.home-reference .photo-label span{color:var(--muted);font-size:14px}.home-reference .capacity{display:grid;gap:16px}.home-reference .cap-item{display:grid;grid-template-columns:auto 1fr;gap:16px;border:1px solid var(--line);border-radius:22px;padding:21px;background:#ffffff;box-shadow:0 10px 26px rgba(7,43,63,.05)}.home-reference .cap-num{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,var(--blue),#68d9f7);color:#ffffff;font-weight:900}.home-reference .design-grid,.home-reference .cert-grid{display:grid;grid-template-columns:.96fr 1.04fr;gap:34px;align-items:center}.home-reference .cert-grid{grid-template-columns:1.05fr .95fr;gap:36px}.home-reference .image-stack{position:relative}.home-reference .image-main,.home-reference .cert-img{overflow:hidden;border-radius:32px;box-shadow:var(--shadow)}.home-reference .image-main img{width:100%;height:470px;display:block;object-fit:cover}.home-reference .float-card{position:absolute;right:-20px;bottom:-22px;width:260px;border:1px solid var(--line);border-radius:22px;padding:18px 20px;background:#ffffff;box-shadow:var(--shadow)}.home-reference .float-card strong,.home-reference .float-card span{display:block}.home-reference .float-card strong{margin-bottom:6px;color:var(--navy)}.home-reference .float-card span{color:var(--muted);font-size:14px}.home-reference .timeline{display:grid;gap:14px;margin-top:24px}.home-reference .step{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:start}.home-reference .step i{width:44px;height:44px;display:grid;place-items:center;border-radius:15px;background:var(--brand-light);color:var(--blue);font-style:normal;font-weight:900}.home-reference .step strong,.home-reference .step span{display:block}.home-reference .step strong{margin-bottom:3px;color:var(--navy)}.home-reference .step span{color:var(--muted);font-size:15px}.home-reference .cert{position:relative;overflow:hidden;background:#f3fafe}.home-reference .cert-img{border:1px solid var(--line);padding:18px;background:#ffffff}.home-reference .cert-img img{width:100%;display:block;border-radius:20px}.home-reference .cert-list{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.home-reference .cert-pill{border:1px solid var(--line);border-radius:18px;padding:16px;background:#ffffff;color:#365a6d;font-weight:700}.home-reference .products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-reference .product{position:relative;min-height:190px;overflow:hidden;border-radius:26px;padding:28px 22px;background:linear-gradient(145deg,var(--navy),#0c5278 68%,var(--blue));color:#ffffff;box-shadow:0 18px 40px rgba(7,43,63,.14)}.home-reference .product::after{content:"";position:absolute;top:-50px;right:-50px;width:130px;height:130px;border-radius:50%;background:rgba(255,255,255,.13)}.home-reference .product h3{color:#ffffff;font-size:22px}.home-reference .product p{margin:0;color:#d8eef7;font-size:15px}.home-reference .gallery-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:18px}.home-reference .gallery-item{position:relative;min-height:250px;overflow:hidden;border-radius:26px;box-shadow:0 12px 34px rgba(7,43,63,.09)}.home-reference .gallery-item.tall{grid-row:span 2;min-height:520px}.home-reference .gallery-item img{width:100%;height:100%;display:block;object-fit:cover}.home-reference .gallery-item span{position:absolute;left:16px;bottom:16px;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:8px 14px;background:rgba(7,43,63,.56);color:#ffffff;font-size:14px;font-weight:800}.cta{padding:76px 0;background:linear-gradient(135deg,var(--navy),#0d6e98 68%,var(--blue));color:#ffffff}.cta .container{display:flex;align-items:center;justify-content:space-between;gap:28px}.cta h2{margin:0 0 12px;color:#ffffff;font-size:clamp(30px,3.6vw,40px);line-height:1.18}.cta p{max-width:720px;margin:0;color:#d8eef7}.footer.site-footer{padding:30px 0;background:#061e2d;color:#bbd1dd;font-size:14px}.footer.site-footer .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px}.footer.site-footer strong{color:#ffffff}.footer.site-footer .footer-legal-links{display:flex;flex-wrap:wrap;gap:12px}.footer.site-footer .footer-legal-links a,.footer.site-footer .footer-legal-links span{color:#bbd1dd}@media (max-width:980px){.topbar>.container{align-items:flex-start;flex-direction:column;gap:2px}.header .nav{width:min(100% - 40px,1180px);position:relative}.header .logo span{max-width:45vw}.header .menu-toggle{display:inline-flex}.header .menu{position:absolute;top:calc(100% + 14px);right:0;left:0;display:none;flex-direction:column;align-items:stretch;gap:0;border:1px solid var(--line);border-radius:18px;padding:12px;background:#ffffff;box-shadow:var(--shadow)}.menu-open .header .menu{display:flex}.header .menu a{padding:12px 14px}.home-reference .hero-grid,.home-reference .factory-grid,.home-reference .design-grid,.home-reference .cert-grid{grid-template-columns:1fr}.home-reference .features,.home-reference .products{grid-template-columns:repeat(2,1fr)}.home-reference .stats,.home-reference .cert-list{grid-template-columns:repeat(2,1fr)}.home-reference .gallery-grid{grid-template-columns:1fr 1fr}.home-reference .gallery-item.tall{grid-row:auto}.cta .container{display:block}.cta .btn{margin-top:22px}}@media (max-width:640px){.container,.header .nav{width:min(100% - 26px,1180px)}.header .logo img{width:78px}.header .logo span{display:none}.header .nav-actions .btn{display:none}.home-reference .hero{min-height:auto}.home-reference .hero-grid{padding:52px 0 74px}.home-reference .hero p{font-size:16px}.home-reference section{padding:58px 0}.home-reference .section-head{display:block}.home-reference .section-head p{margin-top:14px}.home-reference .features,.home-reference .products,.home-reference .cert-list,.home-reference .gallery-grid{grid-template-columns:1fr}.home-reference .float-card{position:static;width:auto;margin:16px 0 0}.home-reference .image-main img{height:310px}.home-reference .photo-card{min-height:340px}}.btn,.btn.btn-primary,.btn-primary,.form-action-button{border:1px solid transparent;background:#16a9e0;color:#ffffff;box-shadow:0 12px 26px rgba(22,169,224,.24)}.btn:hover,.btn.btn-primary:hover,.btn-primary:hover,.form-action-button:hover{background:#0c8ec7;color:#ffffff;box-shadow:0 14px 28px rgba(12,142,199,.24)}.btn.btn-dark,.btn-dark{border-color:#072b3f;background:#072b3f;color:#ffffff;box-shadow:0 12px 24px rgba(7,43,63,.22)}.btn.btn-dark:hover,.btn-dark:hover{background:#0b3a55;color:#ffffff}.btn.btn-outline,.btn-outline{border-color:rgba(22,169,224,.46);background:#ffffff;color:#075f88;box-shadow:none}.btn.btn-ghost,.btn-ghost{border-color:rgba(22,169,224,.28);background:#e9f8fe;color:#075f88;box-shadow:none}.btn.btn-outline:hover,.btn-outline:hover,.btn.btn-ghost:hover,.btn-ghost:hover{border-color:rgba(22,169,224,.58);background:#d7f1fb;color:#054e70;box-shadow:none}.hero .btn-outline,.hero .btn-ghost,.page-hero .btn-outline,.page-hero .btn-ghost,.detail-hero .btn-outline,.detail-hero .btn-ghost,.factory-about-hero .btn-outline,.factory-about-hero .btn-ghost,.certificates-hero .btn-outline,.certificates-hero .btn-ghost,.contact-hero .btn-outline,.contact-hero .btn-ghost,.industries-hero .btn-outline,.industries-hero .btn-ghost,.footer-cta .btn-outline,.footer-cta .btn-ghost,.certificates-cta .btn-outline,.certificates-cta .btn-ghost,.factory-about-band .btn-outline,.factory-about-band .btn-ghost,.page-support-panel.industries-side .btn-outline,.page-support-panel.industries-side .btn-ghost{border-color:rgba(255,255,255,.48);background:rgba(255,255,255,.14);color:#ffffff}.hero .btn-outline:hover,.hero .btn-ghost:hover,.page-hero .btn-outline:hover,.page-hero .btn-ghost:hover,.detail-hero .btn-outline:hover,.detail-hero .btn-ghost:hover,.factory-about-hero .btn-outline:hover,.factory-about-hero .btn-ghost:hover,.certificates-hero .btn-outline:hover,.certificates-hero .btn-ghost:hover,.contact-hero .btn-outline:hover,.contact-hero .btn-ghost:hover,.industries-hero .btn-outline:hover,.industries-hero .btn-ghost:hover,.footer-cta .btn-outline:hover,.footer-cta .btn-ghost:hover,.certificates-cta .btn-outline:hover,.certificates-cta .btn-ghost:hover,.factory-about-band .btn-outline:hover,.factory-about-band .btn-ghost:hover,.page-support-panel.industries-side .btn-outline:hover,.page-support-panel.industries-side .btn-ghost:hover{border-color:rgba(255,255,255,.68);background:rgba(255,255,255,.22);color:#ffffff}.page-support-panel:not(.industries-side){background:#ffffff;color:#17364a}.page-support-panel:not(.industries-side) .eyebrow{color:#0b719d}.page-support-panel:not(.industries-side) h2{color:#072b3f}.page-support-panel:not(.industries-side) .page-support-list div{border-color:rgba(22,169,224,.22);background:#f5fbff}.page-support-panel:not(.industries-side) .page-support-list strong{color:#072b3f}.page-support-panel:not(.industries-side) .page-support-list span{color:#4f6676}.page-support-panel:not(.industries-side) .page-support-actions .btn-primary{background:#16a9e0;color:#ffffff;box-shadow:0 14px 26px rgba(22,169,224,.22)}.page-support-panel:not(.industries-side) .page-support-actions .btn-ghost,.page-support-panel:not(.industries-side) .page-support-actions .btn-outline{border-color:rgba(22,169,224,.34);background:#e9f8fe;color:#075f88;box-shadow:none}.home-reference .factory{position:relative;overflow:hidden;padding:76px 0 88px;background:linear-gradient(180deg,#f4fbff 0%,#ffffff 74%)}.home-reference .factory::after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:linear-gradient(90deg,rgba(22,169,224,0),rgba(22,169,224,.28),rgba(22,169,224,0))}.home-reference .factory .factory-grid{position:relative;z-index:1}.home-reference .oem-section{position:relative;padding:92px 0 96px;background:#ffffff}.home-reference .oem-section::before{content:"";position:absolute;top:0;left:50%;width:min(1180px,calc(100% - 40px));height:1px;background:rgba(22,169,224,.18);transform:translateX(-50%)}.home-reference .oem-section .design-grid{align-items:center;gap:56px}.home-reference .oem-section .image-stack{padding:18px;border:1px solid rgba(22,169,224,.16);border-radius:8px;background:#f5fbff;box-shadow:0 18px 44px rgba(7,43,63,.07)}.home-reference .oem-section .image-main{border-radius:8px;box-shadow:none}.home-reference .oem-section .float-card{right:0;bottom:-18px;border:1px solid rgba(22,169,224,.16);box-shadow:0 16px 34px rgba(7,43,63,.10)}.home-reference .oem-section .timeline{margin-top:24px;padding-top:4px}@media (max-width:980px){.home-reference .factory{padding:64px 0 72px}.home-reference .oem-section{padding:72px 0 78px}.home-reference .oem-section .design-grid{gap:34px}}@media (max-width:640px){.home-reference .factory{padding:52px 0 62px}.home-reference .oem-section{padding:62px 0 68px;background:#f9fdff}.home-reference .oem-section .image-stack{padding:10px}.home-reference .oem-section .float-card{right:12px;bottom:12px}}.topbar{background:linear-gradient(90deg,#06283b 0%,#0b435c 58%,#0a789a 100%);color:rgba(255,255,255,.82);font-size:13px}.topbar>.container{width:min(1180px,calc(100% - 40px));min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0}.topbar-main{min-width:0;flex:1 1 auto;display:inline-flex;align-items:center;gap:10px;font-weight:700}.topbar-kicker{flex:0 0 auto;border:1px solid rgba(137,211,238,.32);border-radius:999px;padding:3px 9px;background:rgba(255,255,255,.08);color:#dff7ff;font-size:12px;font-weight:800;line-height:1;letter-spacing:0}.topbar-copy{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar strong{color:#ffffff;letter-spacing:0}.topbar-side{min-width:0;flex:0 1 auto;display:inline-flex;align-items:center;justify-content:flex-end;gap:16px;font-weight:700}.topbar-support{min-width:0;overflow:hidden;color:rgba(255,255,255,.78);text-overflow:ellipsis;white-space:nowrap}.topbar .topbar-language{flex:0 0 auto;min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(189,232,247,.42);border-radius:999px;padding:0 13px 0 10px;background:rgba(255,255,255,.10);color:#ffffff;font-size:13px;font-weight:900;line-height:1;text-decoration:none;box-shadow:none;white-space:nowrap;transition:background .18s ease,border-color .18s ease,transform .18s ease}.topbar .topbar-language:hover,.topbar .topbar-language:focus-visible{border-color:rgba(255,255,255,.78);background:rgba(255,255,255,.18);color:#ffffff;outline:none;transform:translateY(-1px)}.topbar-language-icon{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.header.site-header{border-bottom:1px solid rgba(7,43,63,.08);background:rgba(255,255,255,.97);box-shadow:0 8px 28px rgba(7,43,63,.04)}.header .nav{min-height:76px;gap:clamp(18px,2vw,32px);padding:12px 0}.header .logo{flex:0 1 360px}.header .logo span{max-width:240px}.header .menu{flex:1 1 auto;justify-content:center;gap:clamp(16px,1.45vw,25px)}.header .menu a{color:#18394f;font-weight:700}.header .menu a:hover,.header .menu a.active{color:#10a6df}.header .nav-actions{gap:0}.header .quote-cta{min-width:126px;padding:13px 26px;background:linear-gradient(135deg,#16a9e0,#30bce9);color:#ffffff;font-weight:900;box-shadow:0 16px 34px rgba(22,169,224,.30)}.header .quote-cta:hover,.header .quote-cta:focus-visible{background:linear-gradient(135deg,#0c8ec7,#21b1e5);color:#ffffff;outline:none}@media (max-width:1180px){.topbar-support{display:none}.header .logo{flex-basis:310px}.header .logo span{max-width:180px}.header .menu{gap:13px}.header .menu a{font-size:14px}}@media (max-width:980px){.topbar>.container{min-height:40px;display:grid;grid-template-columns:minmax(0,1fr) auto;flex-direction:row;align-items:center;gap:12px}.topbar-main{width:auto;min-width:0}.topbar-side{width:auto;flex:0 0 auto;min-width:max-content;justify-content:flex-end}.topbar-kicker{display:none}.header .nav{min-height:68px}.header .menu{justify-content:flex-start;gap:0}.header .nav-actions{gap:10px}}@media (max-width:640px){.topbar{font-size:12px}.topbar>.container{width:min(100% - 26px,1180px);min-height:36px}.topbar-copy{display:block;max-width:calc(100vw - 142px)}.topbar .topbar-language{min-height:28px;gap:5px;padding:0 10px 0 8px;font-size:12px}.topbar-language-icon{width:14px;height:14px}.header .nav{min-height:64px;padding:10px 0}.header .logo img{width:78px}.header .logo{flex:0 1 190px}.header .nav-actions .quote-cta{display:none}}.topbar>.container{gap:20px}.topbar-side{gap:16px}.topbar-side span{min-width:0}.topbar .topbar-language{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:26px;border:1px solid rgba(255,255,255,.78);border-radius:999px;padding:4px 13px;background:#ffffff;color:#08749d;font-size:13px;font-weight:900;line-height:1;box-shadow:0 8px 18px rgba(7,43,63,.12);white-space:nowrap}.topbar .topbar-language:hover,.topbar .topbar-language:focus-visible{border-color:#ffffff;background:#e8f8ff;color:#063d58;outline:none;transform:translateY(-1px)}.header .nav{gap:24px}.header .menu{flex:1 1 auto;justify-content:flex-end;gap:clamp(14px,1.45vw,24px)}.header .nav-actions{gap:0}.header .quote-cta{min-width:118px;border-radius:999px;padding-inline:24px;background:linear-gradient(135deg,#16a9e0,#35bde9);color:#ffffff;box-shadow:0 14px 34px rgba(22,169,224,.34)}.header .quote-cta:hover{background:linear-gradient(135deg,#0c8ec7,#21b1e5);color:#ffffff}.header .language-toggle{display:none}@media (max-width:1180px){.header .menu{gap:13px}.header .quote-cta{min-width:104px;padding-inline:18px}}@media (max-width:980px){.topbar>.container{align-items:stretch;gap:6px}.topbar-main,.topbar-side{width:100%}.topbar-side{justify-content:space-between}.header .menu{justify-content:flex-start;gap:0}.header .nav-actions{gap:10px}}@media (max-width:640px){.topbar{font-size:12px}.topbar>.container{width:min(100% - 26px,1180px);padding:7px 0}.topbar-side{align-items:center;gap:10px}.topbar-side span{line-height:1.45}.topbar .topbar-language{min-height:24px;padding:4px 10px;font-size:12px}.header .nav-actions .quote-cta{display:none}}.topbar>.container{gap:20px}.topbar-main{min-width:0;font-weight:600}.topbar-side{min-width:0;display:inline-flex;align-items:center;justify-content:flex-end;gap:14px;font-weight:600}.topbar-side span{min-width:0}.topbar-language{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:26px;border:1px solid rgba(255,255,255,.52);border-radius:999px;padding:4px 12px;background:rgba(255,255,255,.14);color:#ffffff;font-size:13px;font-weight:800;line-height:1;text-decoration:none;white-space:nowrap;transition:background .18s ease,border-color .18s ease,transform .18s ease}.topbar-language:hover,.topbar-language:focus-visible{border-color:rgba(255,255,255,.78);background:rgba(255,255,255,.24);color:#ffffff;transform:translateY(-1px)}.header .nav{gap:24px}.header .menu{flex:1 1 auto;justify-content:flex-end;gap:clamp(14px,1.45vw,24px)}.header .nav-actions{gap:0}.header .quote-cta{min-width:118px;padding-inline:24px;box-shadow:0 14px 34px rgba(22,169,224,.34)}.header .language-toggle{display:none}@media (max-width:1180px){.header .menu{gap:13px}.header .menu a{font-size:14px}.header .logo img{width:88px}.header .logo span{max-width:180px;font-size:13px}.header .quote-cta{min-width:104px;padding-inline:18px}}@media (max-width:980px){.topbar>.container{align-items:stretch;gap:6px}.topbar-main,.topbar-side{width:100%}.topbar-side{justify-content:space-between}.header .menu{justify-content:flex-start;gap:0}.header .nav-actions{gap:10px}}@media (max-width:640px){.topbar{font-size:12px}.topbar>.container{width:min(100% - 26px,1180px);padding:7px 0}.topbar-side{align-items:center;gap:10px}.topbar-side span{line-height:1.45}.topbar-language{min-height:24px;padding:4px 10px;font-size:12px}.header .nav-actions .quote-cta{display:none}}body .topbar>.container{width:min(1180px,calc(100% - 40px));min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0}body .topbar .topbar-language{min-height:30px;gap:7px;border:1px solid rgba(189,232,247,.42);padding:0 13px 0 10px;background:rgba(255,255,255,.10);color:#ffffff;box-shadow:none}body .header .nav{min-height:72px;padding:10px 0;gap:clamp(18px,2vw,32px)}body .header .logo{flex:0 1 340px}body .header .logo img{width:84px;height:auto}body .header .menu{justify-content:center;gap:clamp(16px,1.45vw,25px)}@media (max-width:1180px){body .header .logo{flex-basis:300px}body .header .logo img{width:76px}}@media (max-width:980px){body .topbar>.container{min-height:40px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:0}body .topbar-main{width:auto;min-width:0}body .topbar-side{width:auto;min-width:max-content;justify-content:flex-end}body .topbar-kicker{display:none}}@media (max-width:640px){body .topbar>.container{width:min(100% - 26px,1180px);min-height:36px;padding:0}body .topbar-copy{display:block;max-width:calc(100vw - 142px)}body .topbar .topbar-language{min-height:28px;gap:5px;padding:0 10px 0 8px;font-size:12px}body .header .nav{min-height:58px;padding:8px 0}body .header .logo{flex:0 1 170px}body .header .logo img{width:64px}}.product-filter-tabs .category-filter{text-decoration:none}.category-filter.is-disabled{cursor:default;opacity:.48}.category-filter.is-disabled:hover{border-color:var(--line);background:#ffffff;color:var(--navy)}.category-filter.is-disabled:hover b{background:#eef3f8;color:var(--muted)}.product-pagination{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin:34px auto 0}.pagination-pages{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.pagination-page,.pagination-arrow,.pagination-gap{min-width:42px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(22,169,224,.22);border-radius:999px;padding:0 14px;background:#ffffff;color:#075f88;font-size:14px;font-weight:900;line-height:1;text-decoration:none;box-shadow:0 10px 24px rgba(7,43,63,.06)}.pagination-page:hover,.pagination-arrow:hover,.pagination-page.is-active{border-color:var(--blue);background:var(--blue);color:#ffffff}.pagination-arrow.is-disabled{cursor:default;opacity:.48;box-shadow:none}.pagination-gap{min-width:28px;border-color:transparent;background:transparent;color:#7890a0;box-shadow:none}@media (max-width:640px){.product-pagination{align-items:stretch;gap:10px}.pagination-pages{order:-1;width:100%}.pagination-arrow{flex:1 1 calc(50% - 10px)}}.home-reference .factory{position:relative;overflow:hidden;padding:76px 0 88px;background:linear-gradient(180deg,#f4fbff 0%,#ffffff 74%)}.home-reference .factory::after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:linear-gradient(90deg,rgba(22,169,224,0),rgba(22,169,224,.28),rgba(22,169,224,0))}.home-reference .factory .factory-grid{position:relative;z-index:1}.home-reference .oem-section{position:relative;padding:92px 0 96px;background:#ffffff}.home-reference .oem-section::before{content:"";position:absolute;top:0;left:50%;width:min(1180px,calc(100% - 40px));height:1px;background:rgba(22,169,224,.18);transform:translateX(-50%)}.home-reference .oem-section .design-grid{align-items:center;gap:56px}.home-reference .oem-section .image-stack{padding:18px;border:1px solid rgba(22,169,224,.16);border-radius:8px;background:#f5fbff;box-shadow:0 18px 44px rgba(7,43,63,.07)}.home-reference .oem-section .image-main{border-radius:8px;box-shadow:none}.home-reference .oem-section .float-card{right:0;bottom:-18px;border:1px solid rgba(22,169,224,.16);box-shadow:0 16px 34px rgba(7,43,63,.10)}.home-reference .oem-section .timeline{margin-top:24px;padding-top:4px}@media (max-width:980px){.home-reference .factory{padding:64px 0 72px}.home-reference .oem-section{padding:72px 0 78px}.home-reference .oem-section .design-grid{gap:34px}}@media (max-width:640px){.home-reference .factory{padding:52px 0 62px}.home-reference .oem-section{padding:62px 0 68px;background:#f9fdff}.home-reference .oem-section .image-stack{padding:10px}.home-reference .oem-section .float-card{right:12px;bottom:12px}}.home-reference .home-reveal{will-change:opacity,transform;transition-duration:.64s;transition-timing-function:cubic-bezier(.2,.72,.18,1);transition-delay:var(--reveal-delay,0ms)}.home-reference .feature-card.home-reveal,.home-reference .factory-gallery.home-reveal,.home-reference .image-stack.home-reveal,.home-reference .cert-img.home-reveal,.home-reference .product.home-reveal,.home-reference .gallery-item.home-reveal{transform:translateY(26px) scale(.985)}.home-reference .cap-item.home-reveal,.home-reference .step.home-reveal,.home-reference .cert-grid>div.home-reveal{transform:translateY(18px)}.home-reference .home-reveal.is-visible{transform:translateY(0) scale(1)}.home-reference .factory{position:relative;overflow:hidden;padding:76px 0 88px;background:linear-gradient(180deg,#f4fbff 0%,#ffffff 72%)}.home-reference .factory::after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:linear-gradient(90deg,rgba(22,169,224,0),rgba(22,169,224,.26),rgba(22,169,224,0))}.home-reference .factory .factory-grid{position:relative;z-index:1}.home-reference .oem-section{position:relative;padding:92px 0 96px;background:#ffffff}.home-reference .oem-section::before{content:"";position:absolute;top:0;left:50%;width:min(1180px,calc(100% - 40px));height:1px;background:rgba(22,169,224,.16);transform:translateX(-50%)}.home-reference .oem-section .design-grid{align-items:center;gap:56px}.home-reference .oem-section .image-stack{padding:18px;border:1px solid rgba(22,169,224,.16);border-radius:8px;background:#f5fbff;box-shadow:0 18px 44px rgba(7,43,63,.07)}.home-reference .oem-section .image-main{border-radius:8px;box-shadow:none}.home-reference .oem-section .float-card{right:0;bottom:-18px;border:1px solid rgba(22,169,224,.16);box-shadow:0 16px 34px rgba(7,43,63,.10)}.home-reference .oem-section .timeline{margin-top:24px;padding-top:4px}@media (max-width:980px){.home-reference .factory{padding:64px 0 72px}.home-reference .oem-section{padding:72px 0 78px}.home-reference .oem-section .design-grid{gap:34px}}@media (max-width:640px){.home-reference .home-reveal,.home-reference .feature-card.home-reveal,.home-reference .factory-gallery.home-reveal,.home-reference .image-stack.home-reveal,.home-reference .cert-img.home-reveal,.home-reference .product.home-reveal,.home-reference .gallery-item.home-reveal,.home-reference .cap-item.home-reveal,.home-reference .step.home-reveal,.home-reference .cert-grid>div.home-reveal{transform:translateY(16px)}.home-reference .home-reveal.is-visible{transform:translateY(0)}.home-reference .factory{padding:52px 0 62px}.home-reference .oem-section{padding:62px 0 68px;background:#f9fdff}.home-reference .oem-section .image-stack{padding:10px}.home-reference .oem-section .float-card{right:12px;bottom:12px}}@media (prefers-reduced-motion:reduce){.site-loader-spinner,.site-loader-progress::after{animation:none}.home-reference .home-reveal,.home-reference .home-reveal.is-visible{transition:none;transform:none}}.home-reference .factory{padding:64px 0 70px;background:#ffffff}.home-reference .factory .section-head{margin-bottom:22px;align-items:flex-start}.home-reference .factory .section-head p{max-width:500px;color:#5f7280}.home-reference .factory h2{max-width:520px;font-size:clamp(26px,2.7vw,34px)}.home-reference .factory-grid{grid-template-columns:minmax(0,.98fr) minmax(320px,.64fr);gap:36px;align-items:center}.home-reference .factory .photo-card{min-height:0;height:clamp(360px,35vw,470px);border-radius:18px;box-shadow:0 10px 26px rgba(7,43,63,.055)}.home-reference .factory .photo-card img{object-position:center center}.home-reference .factory .photo-label{left:16px;bottom:16px;border:1px solid rgba(22,169,224,.12);border-radius:12px;padding:10px 14px;background:rgba(255,255,255,.9);box-shadow:0 8px 20px rgba(7,43,63,.08)}.home-reference .factory .photo-label strong{font-size:15px}.home-reference .factory .photo-label span{font-size:12px}.home-reference .factory .capacity{display:grid;grid-template-columns:1fr;gap:0;align-content:center;border-top:1px solid rgba(22,169,224,.18);border-bottom:1px solid rgba(22,169,224,.18)}.home-reference .factory .cap-item{min-height:0;grid-template-columns:auto 1fr;gap:14px;align-items:start;border:0;border-bottom:1px solid rgba(22,169,224,.14);border-radius:0;padding:17px 0;background:transparent;box-shadow:none}.home-reference .factory .cap-item:last-child{border-bottom:0}.home-reference .factory .cap-num{width:34px;height:34px;border-radius:10px;background:#e8f8ff;color:#0b719d;font-size:12px;box-shadow:none}.home-reference .factory .cap-item h3{margin:0 0 6px;font-size:18px;line-height:1.35}.home-reference .factory .cap-item p{font-size:14px;line-height:1.7}.home-reference .factory .factory-gallery{min-width:0}.home-reference .factory .factory-gallery-main{position:relative;height:clamp(340px,32vw,430px);overflow:hidden;border-radius:18px;background:#eef8fc;box-shadow:0 10px 26px rgba(7,43,63,.055)}.home-reference .factory .factory-gallery-slide{position:absolute;inset:0;margin:0;opacity:0;pointer-events:none;transition:opacity .24s ease}.home-reference .factory .factory-gallery-slide.is-active{opacity:1;pointer-events:auto}.home-reference .factory .factory-gallery-slide img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center}.home-reference .factory .factory-gallery-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.home-reference .factory .factory-gallery-thumb{position:relative;height:72px;overflow:hidden;border:1px solid rgba(22,169,224,.22);border-radius:12px;padding:0;background:#ffffff;box-shadow:none;cursor:pointer}.home-reference .factory .factory-gallery-thumb img{width:100%;height:100%;display:block;object-fit:cover;opacity:.74;transition:opacity .2s ease,transform .2s ease}.home-reference .factory .factory-gallery-thumb span{position:absolute;left:8px;top:8px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:24px;border-radius:8px;background:rgba(255,255,255,.9);color:#0b719d;font-size:12px;font-weight:800;line-height:1}.home-reference .factory .factory-gallery-thumb.is-active{border-color:rgba(22,169,224,.85);box-shadow:0 10px 24px rgba(22,169,224,.12)}.home-reference .factory .factory-gallery-thumb.is-active img,.home-reference .factory .factory-gallery-thumb:hover img{opacity:1;transform:scale(1.03)}@media (max-width:980px){.home-reference .factory{padding:58px 0 64px}.home-reference .factory-grid{grid-template-columns:1fr;gap:24px}.home-reference .factory .photo-card,.home-reference .factory .factory-gallery-main{height:clamp(330px,58vw,430px)}.home-reference .factory .capacity{grid-template-columns:1fr}}@media (max-width:640px){.home-reference .factory{padding:48px 0 54px}.home-reference .factory .section-head{margin-bottom:18px}.home-reference .factory h2{font-size:30px}.home-reference .factory .photo-card,.home-reference .factory .factory-gallery-main{height:300px;border-radius:16px}.home-reference .factory .photo-label{left:12px;right:12px;bottom:12px;width:auto}.home-reference .factory .cap-item{grid-template-columns:auto 1fr;padding:15px 0}}.home-reference .factory{padding:64px 0 70px;background:#ffffff}.home-reference .factory .section-head{margin-bottom:22px;align-items:flex-start}.home-reference .factory .section-head p{max-width:500px;color:#5f7280}.home-reference .factory h2{max-width:520px;font-size:clamp(26px,2.7vw,34px)}.home-reference .factory-grid{grid-template-columns:minmax(0,.98fr) minmax(320px,.64fr);gap:36px;align-items:center}.home-reference .factory .photo-card{min-height:0;height:clamp(360px,35vw,470px);border-radius:18px;box-shadow:0 10px 26px rgba(7,43,63,.055)}.home-reference .factory .photo-card img{object-position:center center}.home-reference .factory .photo-label{left:16px;bottom:16px;border:1px solid rgba(22,169,224,.12);border-radius:12px;padding:10px 14px;background:rgba(255,255,255,.9);box-shadow:0 8px 20px rgba(7,43,63,.08)}.home-reference .factory .photo-label strong{font-size:15px}.home-reference .factory .photo-label span{font-size:12px}.home-reference .factory .capacity{display:grid;grid-template-columns:1fr;gap:0;align-content:center;border-top:1px solid rgba(22,169,224,.18);border-bottom:1px solid rgba(22,169,224,.18)}.home-reference .factory .cap-item{min-height:0;grid-template-columns:auto 1fr;gap:14px;align-items:start;border:0;border-bottom:1px solid rgba(22,169,224,.14);border-radius:0;padding:17px 0;background:transparent;box-shadow:none}.home-reference .factory .cap-item:last-child{border-bottom:0}.home-reference .factory .cap-num{width:34px;height:34px;border-radius:10px;background:#e8f8ff;color:#0b719d;font-size:12px;box-shadow:none}.home-reference .factory .cap-item h3{margin:0 0 6px;font-size:18px;line-height:1.35}.home-reference .factory .cap-item p{font-size:14px;line-height:1.7}@media (max-width:980px){.home-reference .factory{padding:58px 0 64px}.home-reference .factory-grid{grid-template-columns:1fr;gap:24px}.home-reference .factory .photo-card{height:clamp(330px,58vw,430px)}.home-reference .factory .capacity{grid-template-columns:1fr}}@media (max-width:640px){.home-reference .factory{padding:48px 0 54px}.home-reference .factory .section-head{margin-bottom:18px}.home-reference .factory h2{font-size:30px}.home-reference .factory .photo-card{height:300px;border-radius:16px}.home-reference .factory .photo-label{left:12px;right:12px;bottom:12px;width:auto}.home-reference .factory .cap-item{grid-template-columns:auto 1fr;padding:15px 0}}.home-reference .factory{padding:64px 0 70px;background:#ffffff}.home-reference .factory .section-head{margin-bottom:22px;align-items:flex-start}.home-reference .factory .section-head p{max-width:500px;color:#5f7280}.home-reference .factory h2{max-width:520px;font-size:clamp(26px,2.7vw,34px)}.home-reference .factory-grid{grid-template-columns:minmax(0,.98fr) minmax(320px,.64fr);gap:36px;align-items:center}.home-reference .factory .photo-card{min-height:0;height:clamp(360px,35vw,470px);border-radius:18px;box-shadow:0 10px 26px rgba(7,43,63,.055)}.home-reference .factory .photo-card img{object-position:center center}.home-reference .factory .photo-label{left:16px;bottom:16px;border:1px solid rgba(22,169,224,.12);border-radius:12px;padding:10px 14px;background:rgba(255,255,255,.9);box-shadow:0 8px 20px rgba(7,43,63,.08)}.home-reference .factory .photo-label strong{font-size:15px}.home-reference .factory .photo-label span{font-size:12px}.home-reference .factory .capacity{display:grid;grid-template-columns:1fr;gap:0;align-content:center;border-top:1px solid rgba(22,169,224,.18);border-bottom:1px solid rgba(22,169,224,.18)}.home-reference .factory .cap-item{min-height:0;grid-template-columns:auto 1fr;gap:14px;align-items:start;border:0;border-bottom:1px solid rgba(22,169,224,.14);border-radius:0;padding:17px 0;background:transparent;box-shadow:none}.home-reference .factory .cap-item:last-child{border-bottom:0}.home-reference .factory .cap-num{width:34px;height:34px;border-radius:10px;background:#e8f8ff;color:#0b719d;font-size:12px;box-shadow:none}.home-reference .factory .cap-item h3{margin:0 0 6px;font-size:18px;line-height:1.35}.home-reference .factory .cap-item p{font-size:14px;line-height:1.7}@media (max-width:980px){.home-reference .factory{padding:58px 0 64px}.home-reference .factory-grid{grid-template-columns:1fr;gap:24px}.home-reference .factory .photo-card{height:clamp(330px,58vw,430px)}.home-reference .factory .capacity{grid-template-columns:1fr}}@media (max-width:640px){.home-reference .factory{padding:48px 0 54px}.home-reference .factory .section-head{margin-bottom:18px}.home-reference .factory h2{font-size:30px}.home-reference .factory .photo-card{height:300px;border-radius:16px}.home-reference .factory .photo-label{left:12px;right:12px;bottom:12px;width:auto}.home-reference .factory .factory-gallery-thumbs{gap:8px;margin-top:10px}.home-reference .factory .factory-gallery-thumb{height:58px;border-radius:10px}.home-reference .factory .capacity{grid-template-columns:1fr;gap:12px}.home-reference .factory .cap-item{grid-template-columns:auto 1fr;padding:15px 0}}.btn.outline{border-color:rgba(22,169,224,.46);background:#ffffff;color:#075f88;box-shadow:none}.btn.outline:hover{border-color:rgba(22,169,224,.58);background:#d7f1fb;color:#054e70;box-shadow:none}.hero .btn.outline,.page-hero .btn.outline,.detail-hero .btn.outline,.factory-about-hero .btn.outline,.certificates-hero .btn.outline,.contact-hero .btn.outline,.industries-hero .btn.outline,.footer-cta .btn.outline,.certificates-cta .btn.outline,.factory-about-band .btn.outline,.page-support-panel.industries-side .btn.outline{border-color:rgba(255,255,255,.48);background:rgba(255,255,255,.14);color:#ffffff}.hero .btn.outline:hover,.page-hero .btn.outline:hover,.detail-hero .btn.outline:hover,.factory-about-hero .btn.outline:hover,.certificates-hero .btn.outline:hover,.contact-hero .btn.outline:hover,.industries-hero .btn.outline:hover,.footer-cta .btn.outline:hover,.certificates-cta .btn.outline:hover,.factory-about-band .btn.outline:hover,.page-support-panel.industries-side .btn.outline:hover{border-color:rgba(255,255,255,.68);background:rgba(255,255,255,.22);color:#ffffff}.page-support-panel:not(.industries-side) .page-support-actions .btn-ghost:hover,.page-support-panel:not(.industries-side) .page-support-actions .btn-outline:hover{background:#d7f1fb;color:#054e70}.certs-lean-hero{min-height:520px;padding:0;background:#061f30}.certs-lean-hero::before{background:linear-gradient(92deg,rgba(3,22,35,.94),rgba(7,43,63,.76) 56%,rgba(22,169,224,.18)),radial-gradient(circle at 78% 28%,rgba(22,169,224,.20),rgba(22,169,224,0) 28%)}.certs-lean-hero-inner{min-height:520px;display:flex;align-items:center;padding:92px 0 118px}.certs-lean-hero-copy{max-width:860px}.certs-lean-tags{max-width:720px;margin-top:24px}.certs-lean-section{background:linear-gradient(180deg,#f3fafe,#ffffff 48%,#f6fbfe)}.certs-lean-grid{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);gap:22px;align-items:start}.certs-lean-visual,.certs-lean-content,.certs-lean-files,.certs-lean-points{border:1px solid rgba(22,169,224,.16);border-radius:8px;background:#ffffff;box-shadow:0 16px 38px rgba(7,43,63,.07)}.certs-lean-visual{margin:0;overflow:hidden}.certs-lean-visual img{width:100%;aspect-ratio:16 / 10;display:block;object-fit:contain;padding:18px;background:linear-gradient(135deg,#edf9fd,#ffffff 60%,#d7f3fb)}.certs-lean-visual figcaption{display:grid;gap:4px;padding:18px 20px}.certs-lean-visual figcaption span{color:#0d8fc4;font-size:12px;font-weight:900;letter-spacing:.08em}.certs-lean-visual figcaption strong{color:#072b3f;font-size:20px}.certs-lean-content{padding:26px}.certs-lean-content h2{margin:10px 0 14px;color:#072b3f;font-size:clamp(28px,3vw,42px);line-height:1.18}.certs-lean-note{margin-top:18px}.certs-lean-files,.certs-lean-points{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;overflow:hidden}.certs-lean-files article,.certs-lean-points div{padding:20px;border-right:1px solid rgba(22,169,224,.14)}.certs-lean-files article:last-child,.certs-lean-points div:last-child{border-right:0}.certs-lean-files h3,.certs-lean-points strong{display:block;margin:0 0 8px;color:#072b3f;font-size:18px}.certs-lean-files p,.certs-lean-points span{display:block;color:#6b7c88;line-height:1.75}.certs-lean-cta{border-radius:8px}@media (max-width:980px){.certs-lean-grid,.certs-lean-files,.certs-lean-points{grid-template-columns:1fr}.certs-lean-files article,.certs-lean-points div{border-right:0;border-bottom:1px solid rgba(22,169,224,.14)}.certs-lean-files article:last-child,.certs-lean-points div:last-child{border-bottom:0}}@media (max-width:640px){.certs-lean-hero{min-height:auto}.certs-lean-hero-inner{min-height:auto;padding:62px 0 86px}.certs-lean-visual,.certs-lean-content,.certs-lean-files,.certs-lean-points,.certs-lean-cta{border-radius:8px}.certs-lean-content,.certs-lean-files article,.certs-lean-points div{padding:18px}}.certs-water-hero{min-height:640px;padding:0;background:#061f30}.certs-water-hero::before{background:linear-gradient(100deg,rgba(3,22,35,.94),rgba(7,43,63,.78) 54%,rgba(22,169,224,.18)),radial-gradient(circle at 82% 20%,rgba(245,158,66,.24),rgba(245,158,66,0) 27%),radial-gradient(circle at 65% 75%,rgba(22,169,224,.22),rgba(22,169,224,0) 34%)}.certs-water-hero::after{height:120px}.certs-hero-grid{min-height:640px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.48fr);gap:54px;align-items:center;padding:104px 0 136px}.certs-hero-copy{min-width:0}.certs-hero-copy h1{max-width:780px}.certs-hero-tags{margin-top:26px}.certs-hero-actions{margin-top:30px}.certs-hero-pack{border:1px solid rgba(255,255,255,.24);border-radius:8px;padding:22px;background:rgba(255,255,255,.12);box-shadow:0 26px 64px rgba(3,22,35,.28);color:#ffffff;backdrop-filter:blur(12px)}.certs-hero-pack>span,.certs-document-body>span,.certs-file-item>span{color:#f7b267;font-size:12px;font-weight:900;letter-spacing:.08em}.certs-hero-pack h2{margin:10px 0 18px;color:#ffffff;font-size:24px;line-height:1.25}.certs-pack-visual{border-radius:8px;padding:12px;background:rgba(255,255,255,.92)}.certs-pack-visual img{width:100%;aspect-ratio:16 / 9;display:block;object-fit:contain}.certs-hero-pack ul{display:grid;gap:9px;margin:18px 0 0;padding:0;list-style:none}.certs-hero-pack li{position:relative;padding-left:20px;color:#d8eef7;font-size:13px;font-weight:800}.certs-hero-pack li::before{content:"";position:absolute;left:0;top:.72em;width:8px;height:8px;border-radius:50%;background:#f7b267}.certs-command-section,.certs-preview-section,.certs-flow-section{background:linear-gradient(180deg,#f3fafe,#ffffff 48%,#f6fbfe)}.certs-command-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:34px;align-items:start}.certs-command-copy{border:1px solid rgba(22,169,224,.16);border-radius:8px;padding:28px;background:#ffffff;box-shadow:0 18px 42px rgba(7,43,63,.08)}.certs-command-copy h2{font-size:clamp(28px,3vw,42px)}.certs-checkpoint-list{display:grid;gap:12px}.certs-checkpoint-card{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr);column-gap:14px;padding:20px;border-left:0}.certs-checkpoint-card>span{grid-row:span 2;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#0d8fc4;color:#ffffff;font-size:12px;font-weight:900}.certs-checkpoint-card strong{align-self:end}.certs-checkpoint-card p{grid-column:2}.certs-document-shelf{display:grid;gap:18px}.certs-document-card{display:grid;grid-template-columns:minmax(280px,.76fr) minmax(0,1fr);border-radius:8px}.certs-document-media{height:auto;min-height:310px;padding:20px;background:linear-gradient(135deg,#eef9fd,#ffffff 58%,#d4f1fb)}.certs-document-media img{filter:drop-shadow(0 16px 28px rgba(7,43,63,.14))}.certs-document-body{display:flex;flex-direction:column;justify-content:center;padding:28px}.certs-document-body h3{margin-top:12px;font-size:28px}.certs-order-section{background:#ffffff}.certs-order-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:40px;align-items:start}.certs-order-copy{position:sticky;top:108px}.certs-order-notice{margin-top:20px}.certs-file-kit{gap:12px}.certs-file-item{display:grid;grid-template-columns:54px minmax(0,1fr);column-gap:16px;padding:22px;border-radius:8px}.certs-file-item>span{grid-row:span 3;width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#fff3df;color:#9a5a15;letter-spacing:0}.certs-file-item h3{margin-top:0}.certs-flow-track{position:relative}.certs-flow-card{min-height:220px;border-radius:8px;background:linear-gradient(180deg,#ffffff,#f4fbff)}.certs-flow-card span{border-radius:8px;background:linear-gradient(135deg,#0d8fc4,#16a9e0)}.certs-contact-band{border-radius:8px}@media (max-width:980px){.certs-hero-grid,.certs-command-grid,.certs-order-grid,.certs-document-card{grid-template-columns:1fr}.certs-order-copy{position:static}}@media (max-width:640px){.certs-water-hero{min-height:auto}.certs-hero-grid{min-height:auto;gap:24px;padding:66px 0 94px}.certs-hero-pack,.certs-command-copy,.certs-checkpoint-card,.certs-document-card,.certs-file-item,.certs-flow-card,.certs-contact-band{border-radius:8px}.certs-document-media{min-height:220px}.certs-checkpoint-card,.certs-file-item{grid-template-columns:1fr}.certs-checkpoint-card>span,.certs-file-item>span,.certs-checkpoint-card p{grid-column:auto}.certs-checkpoint-card>span,.certs-file-item>span{margin-bottom:10px}}.contact-simple-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:42px;align-items:center}.contact-simple-copy{max-width:760px}.contact-simple-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.contact-simple-card{border:1px solid rgba(255,255,255,.28);border-radius:22px;padding:26px;background:rgba(255,255,255,.94);box-shadow:0 22px 52px rgba(3,22,35,.22)}.contact-simple-card>span{color:#0d8fc4;font-size:12px;font-weight:900;letter-spacing:.08em}.contact-simple-card h2{margin:10px 0 18px;color:#072b3f;font-size:30px}.contact-simple-card dl{display:grid;gap:12px;margin:0}.contact-simple-card dl div{border-top:1px solid rgba(22,169,224,.16);padding-top:12px}.contact-simple-card dt{margin:0 0 4px;color:#668195;font-size:12px;font-weight:800}.contact-simple-card dd{margin:0;color:#072b3f;font-weight:900;line-height:1.55}.contact-simple-section{background:linear-gradient(180deg,#ffffff,#f4fbff)}.contact-simple-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(420px,.64fr);gap:34px;align-items:start}.contact-simple-info{display:grid;gap:20px}.contact-method-list{display:grid;gap:0;border-top:1px solid rgba(22,169,224,.16);border-bottom:1px solid rgba(22,169,224,.16);padding:4px 0}.contact-prep-strip,.contact-simple-form{border:1px solid rgba(22,169,224,.16);border-radius:18px;background:#ffffff;box-shadow:0 12px 30px rgba(7,43,63,.06)}.contact-method-list div{display:grid;grid-template-columns:118px minmax(0,1fr);gap:18px;align-items:start;padding:13px 0;border-bottom:1px solid rgba(22,169,224,.12)}.contact-method-list div:last-child{border-bottom:0}.contact-method-list span{color:#0d8fc4;font-size:12px;font-weight:900;line-height:1.7;text-transform:uppercase;letter-spacing:.04em}.contact-method-list strong{display:block;min-width:0;color:#072b3f;font-size:16px;line-height:1.7;overflow-wrap:anywhere}.contact-prep-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;padding:18px;background:linear-gradient(180deg,#ffffff,#f6fbff)}.contact-prep-strip div{position:relative;padding-left:18px}.contact-prep-strip div::before{position:absolute;top:.55em;left:0;width:7px;height:7px;border-radius:50%;background:#16a9e0;content:""}.contact-prep-strip strong,.contact-prep-strip span{display:block}.contact-prep-strip strong{color:#072b3f;font-size:15px}.contact-prep-strip span{margin-top:4px;color:#668195;line-height:1.6;font-size:14px}.contact-simple-form{padding:28px;border-radius:20px;background:#ffffff;box-shadow:0 18px 42px rgba(7,43,63,.08)}.contact-simple-form .form-grid{gap:16px}.contact-simple-form .field label{color:#526b7c;font-size:12px}.contact-simple-form .field input,.contact-simple-form .field select,.contact-simple-form .field textarea{width:100%;border:1px solid rgba(22,169,224,.2);border-radius:12px;background:#f8fcff;color:#072b3f;box-shadow:none;font-size:15px}.contact-simple-form .field input,.contact-simple-form .field select{min-height:52px;padding:0 14px}.contact-simple-form .field textarea{min-height:132px;padding:14px;line-height:1.65}.contact-simple-form .field input::placeholder,.contact-simple-form .field textarea::placeholder{color:#7a8d9a}.contact-simple-form .form-action-button{margin-top:18px}.contact-simple-form .form-status{color:#526b7c}.page-hero.faq-hero{--section-hero-image:url("../images/yalisi/extracted/embedded-05.webp")}.faq-hero .container{max-width:900px}.faq-hero p{max-width:760px}.news-editorial-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:stretch}.news-editorial-feature,.news-editorial-side,.news-compact-card,.faq-standard-aside,.faq-standard-item{border:1px solid rgba(22,169,224,.16);border-radius:20px;background:#ffffff;box-shadow:0 14px 34px rgba(7,43,63,.07)}.news-editorial-feature{display:grid;grid-template-columns:minmax(260px,.45fr) minmax(0,1fr);overflow:hidden}.news-editorial-feature.no-image{grid-template-columns:1fr}.news-editorial-media{min-height:320px;background:linear-gradient(145deg,#dff5fd,#ffffff 54%,#bfefff)}.news-editorial-media img{width:100%;height:100%;display:block;object-fit:cover}.news-editorial-body{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:32px}.news-editorial-body h2,.news-compact-card h2{margin:14px 0 12px;color:#072b3f;line-height:1.28}.news-editorial-body h2{font-size:32px}.news-editorial-body h2 a,.news-compact-card h2 a{color:inherit;text-decoration:none}.news-editorial-body p,.news-compact-card p,.news-editorial-side p{color:#5f7484;line-height:1.8}.news-editorial-side{padding:24px;background:linear-gradient(180deg,#ffffff,#eefaff)}.news-editorial-side h2{margin:10px 0;color:#072b3f;font-size:24px}.news-editorial-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.news-editorial-tags span{border-radius:999px;padding:7px 10px;background:#e8f8ff;color:#0b719d;font-size:13px;font-weight:900}.news-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}.news-compact-card{padding:22px}.news-compact-card h2{font-size:21px}.faq-standard-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px;align-items:start}.faq-standard-aside{position:sticky;top:96px;padding:24px;background:#ffffff}.faq-standard-aside h2{margin:10px 0;color:#072b3f;font-size:24px}.faq-standard-aside p{color:#5f7484;line-height:1.8}.faq-standard-aside .btn{width:100%;margin-top:8px}.faq-standard-list{display:grid;gap:12px}.faq-standard-item{overflow:hidden}.faq-standard-item summary{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:center;min-height:72px;padding:18px 22px;cursor:pointer;list-style:none}.faq-standard-item summary::-webkit-details-marker{display:none}.faq-standard-item summary span{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:50%;background:#e8f8ff;color:#0d8fc4;font-size:13px;font-weight:900}.faq-standard-item summary strong{color:#072b3f;font-size:18px;line-height:1.45}.faq-standard-answer{margin:0 22px 20px 82px;border-top:1px solid rgba(22,169,224,.16);padding-top:16px}.faq-standard-answer p{margin:0 0 10px;color:#5f7484;line-height:1.8}@media (max-width:980px){.contact-simple-hero-grid,.contact-simple-grid,.news-editorial-layout,.faq-standard-layout{grid-template-columns:1fr}.faq-standard-aside{position:static}.contact-prep-strip,.news-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.contact-simple-card,.contact-prep-strip,.contact-simple-form,.news-editorial-feature,.news-editorial-side,.news-compact-card,.faq-standard-aside,.faq-standard-item{border-radius:16px}.contact-simple-hero-grid{gap:24px}.contact-prep-strip,.news-card-grid{grid-template-columns:1fr}.contact-method-list div{grid-template-columns:1fr;gap:3px}.contact-prep-strip div{border-bottom:0}.contact-prep-strip div:last-child{border-bottom:0}.news-editorial-feature{grid-template-columns:1fr}.news-editorial-media{min-height:210px}.news-editorial-body{padding:22px}.news-editorial-body h2{font-size:24px}.faq-standard-item summary{grid-template-columns:38px minmax(0,1fr);padding:16px}.faq-standard-answer{margin:0 16px 18px 68px}}.page-hero,.detail-hero{position:relative;overflow:hidden;min-height:380px;display:flex;align-items:center;padding:78px 0;background:linear-gradient(110deg,rgba(6,31,48,.95),rgba(10,104,148,.84) 58%,rgba(22,169,224,.30)),url("../images/yalisi/extracted/embedded-02.webp") center/cover no-repeat;color:#ffffff}.page-hero::after,.detail-hero::after,.factory-about-hero::after,.certificates-hero::after,.contact-hero::after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:90px;background:linear-gradient(0deg,#ffffff,rgba(255,255,255,0));pointer-events:none}.page-hero .container,.detail-hero .container,.factory-about-hero-inner,.certificates-hero-inner,.contact-hero-inner{position:relative;z-index:2}.page-hero .eyebrow,.detail-hero .eyebrow,.factory-about-hero .eyebrow,.certificates-hero .eyebrow,.contact-hero .eyebrow,.industries-hero .eyebrow{color:#9be7ff;font-weight:900;letter-spacing:.08em}.page-hero h1,.detail-hero h1,.factory-about-hero h1,.certificates-hero h1,.contact-hero h1{max-width:780px;color:#ffffff;font-size:46px;line-height:1.12}.page-hero p,.detail-hero p,.factory-about-hero p,.certificates-hero p,.contact-hero p{max-width:720px;color:#d8eef7}.product-list-section{background:linear-gradient(180deg,#f2fbff,#ffffff 46%,#f7fcff)}.product-filter-panel{border-color:rgba(22,169,224,.18);border-radius:18px;background:rgba(255,255,255,.96)}.category-filter{border-radius:999px}.category-filter:hover,.category-filter.is-active{border-color:var(--blue);background:var(--blue)}.product-card{border-color:rgba(22,169,224,.16);border-radius:24px;box-shadow:0 14px 34px rgba(7,43,63,.08)}.product-visual{background:linear-gradient(150deg,#eaf8fe,#ffffff 52%,#d9f5ff)}.product-visual::before{background:rgba(22,169,224,.10)}.stock-badge,.product-type{color:var(--blue)}.stock-badge{border:1px solid rgba(22,169,224,.26);background:#ffffff;box-shadow:0 10px 24px rgba(7,43,63,.08)}.product-meta span,.category-materials span,.tag-cloud span{background:#eaf8fe;color:#0b5f84}.product-bottom a,.text-link{color:#0c8ec7}.factory-about-hero-shade,.certificates-hero-shade,.contact-hero-shade{background:linear-gradient(90deg,rgba(6,31,48,.94),rgba(6,31,48,.70) 58%,rgba(6,31,48,.18))}.factory-about-stats{border-color:rgba(22,169,224,.18);border-radius:24px}.factory-about-principles div,.factory-about-band-list div,.certificates-standard-card,.certificates-doc-card,.certificates-process-card,.contact-scene-card,.contact-check-item,.industry-overview-card,.industry-scenario-card,.industry-index-panel{border-color:rgba(22,169,224,.16);border-radius:22px;box-shadow:0 12px 30px rgba(7,43,63,.06)}.factory-photo-grid figure,.certificates-card,.contact-fast-panel,.contact-location-panel,.contact-dialogue-panel,.product-panel,.product-inquiry-aside{border-color:rgba(22,169,224,.16);border-radius:26px;box-shadow:0 16px 38px rgba(7,43,63,.08)}.factory-about-principles span,.industry-index,.industry-badge,.cap-num,.contact-check-item span,.certificates-process-card span{background:linear-gradient(135deg,var(--blue),#68d9f7);color:#ffffff}.factory-about-band,.certificates-cta,.page-support-panel{background:linear-gradient(135deg,#072b3f,#0b719d 72%,#16a9e0);color:#ffffff}.factory-about-band h2,.certificates-cta h2,.page-support-panel h2,.page-support-panel .eyebrow{color:#ffffff}.factory-about-band-list span,.certificates-cta p,.page-support-list span{color:#d8eef7}.industries-hero{background:linear-gradient(115deg,rgba(6,31,48,.96),rgba(10,104,148,.82) 60%,rgba(22,169,224,.28)),url("../images/yalisi/extracted/embedded-08.webp") center/cover no-repeat}.industries-hero-panel{border-color:rgba(155,231,255,.34);border-radius:30px;background:rgba(255,255,255,.10)}.industries-hero-panel img{border-radius:24px}.industry-overview-card{background:#ffffff}.industry-badge,.industry-index-eyebrow{letter-spacing:.08em}.industry-index-panel{background:linear-gradient(180deg,#ffffff,#f0fbff)}.industry-index-link{border-radius:14px;background:#ffffff}.industry-scenario-card{overflow:hidden;background:linear-gradient(90deg,rgba(22,169,224,.08),rgba(255,255,255,0) 42%),#ffffff}.industry-scenario-meta-grid>div{background:#f4fbff}.industry-scenario-foot{border-color:rgba(22,169,224,.18)}.certificates-hero{background:#061f30}.certificates-card figure,.certificates-doc-card,.certificates-process-card{background:#ffffff}.contact-hero{background:#061f30}.contact-hero-points span,.certificates-tags span{border-color:rgba(155,231,255,.32);background:rgba(155,231,255,.12);color:#e8f8ff}.contact-fast-panel{background:rgba(255,255,255,.94)}.contact-fast-label{color:var(--blue)}.contact-form-section{background:linear-gradient(180deg,#ffffff,#f2fbff)}.contact-form-section .contact-form{border-color:rgba(22,169,224,.16);border-radius:26px}.product-detail-section{background:linear-gradient(180deg,#f2fbff,#ffffff)}.product-brief{border-color:rgba(22,169,224,.16);border-radius:28px;background:#ffffff;box-shadow:0 18px 44px rgba(7,43,63,.08)}.product-detail-media{background:linear-gradient(150deg,#eaf8fe,#ffffff 58%,#d8f5ff)}.product-class{border-radius:999px;background:#eaf8fe;color:#0b719d}@media (max-width:820px){.page-hero,.detail-hero{min-height:auto;padding:58px 0 78px}.page-hero h1,.detail-hero h1,.factory-about-hero h1,.certificates-hero h1,.contact-hero h1{font-size:34px}}body:has(.page-hero),body:has(.factory-about-hero),body:has(.certificates-hero),body:has(.contact-hero),body:has(.industries-hero){background:#f3fafe}.page-hero,.detail-hero,.factory-about-hero,.certificates-hero,.contact-hero,.industries-hero{isolation:isolate;min-height:520px;padding:112px 0 138px;background:linear-gradient(110deg,rgba(6,31,48,.97),rgba(7,43,63,.82) 42%,rgba(13,110,152,.58)),var(--section-hero-image,url("../images/yalisi/extracted/embedded-01.webp")) center/cover no-repeat}.page-hero::before,.detail-hero::before,.factory-about-hero::before,.certificates-hero::before,.contact-hero::before,.industries-hero::before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(6,31,48,.92),rgba(6,31,48,.42) 62%,rgba(22,169,224,.16)),radial-gradient(circle at 82% 24%,rgba(155,231,255,.24),rgba(155,231,255,0) 32%);pointer-events:none}.page-hero.page-hero-compact,.page-hero.news-hero{--section-hero-image:url("../images/yalisi/extracted/embedded-03.webp")}.detail-hero{--section-hero-image:url("../images/yalisi/extracted/embedded-04.webp")}.factory-about-hero{--section-hero-image:url("../images/yalisi/extracted/embedded-04.webp")}.certificates-hero{--section-hero-image:url("../images/yalisi/extracted/embedded-06.webp")}.contact-hero{--section-hero-image:url("../images/yalisi/factory/gate.jpg")}.industries-hero{--section-hero-image:url("../images/yalisi/extracted/embedded-08.webp")}.page-hero .container,.detail-hero .container,.factory-about-hero-inner,.certificates-hero-inner,.contact-hero-inner,.industries-hero-grid{position:relative;z-index:2}.page-hero .eyebrow,.detail-hero .eyebrow,.factory-about-hero .eyebrow,.certificates-hero .eyebrow,.contact-hero .eyebrow,.industries-hero .eyebrow{display:inline-flex;align-items:center;min-height:34px;border:1px solid rgba(155,231,255,.36);border-radius:999px;padding:8px 14px;background:rgba(155,231,255,.10);color:#b7efff;font-size:12px;font-weight:900;letter-spacing:.08em}.page-hero h1,.detail-hero h1,.factory-about-hero h1,.certificates-hero h1,.contact-hero h1,.industries-hero h1{max-width:860px;margin:18px 0 20px;color:#ffffff;font-size:clamp(36px,5vw,64px);line-height:1.08;letter-spacing:0}.page-hero p,.detail-hero p,.factory-about-hero p,.certificates-hero p,.contact-hero p,.industries-hero p{max-width:760px;color:#d8eef7;font-size:18px;line-height:1.85}.news-hero-grid,.industries-hero-grid,.contact-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.52fr);gap:42px;align-items:center}.news-hero-panel,.industries-hero-panel,.contact-fast-panel{border:1px solid rgba(255,255,255,.28);border-radius:26px;padding:24px;background:rgba(255,255,255,.12);box-shadow:0 22px 52px rgba(3,22,35,.24);backdrop-filter:blur(10px)}.news-hero-panel strong{color:#ffffff;font-size:58px}.news-hero-panel span,.news-hero-panel small{color:#d8eef7}.industries-hero-panel img{width:100%;min-height:360px;object-fit:cover}.contact-fast-panel{background:rgba(255,255,255,.95)}.contact-fast-panel h2,.contact-fast-panel p,.contact-fast-list strong,.contact-fast-list span{color:#072b3f}.section-soft,.product-list-section,.news-list-section,.product-detail-section,.certificates-overview-section,.contact-prep-section{background:linear-gradient(180deg,#f3fafe,#ffffff 54%,#f4fbff)}.section-heading .eyebrow,.section-heading.center .eyebrow,.product-panel-head .eyebrow,.certificates-copy .eyebrow,.contact-dialogue-panel .eyebrow,.contact-location-panel .eyebrow,.contact-service-copy .eyebrow,.page-support-panel .eyebrow,.industries-case-intro .eyebrow{color:#0d6e98;font-weight:900;letter-spacing:.08em}.product-filter-panel,.product-card,.news-feature-card,.news-list-item,.product-brief,.product-panel,.product-inquiry-aside,.industry-overview-card,.industry-index-panel,.industry-scenario-card,.industry-point-card,.certificates-standard-card,.certificates-card,.certificates-doc-card,.certificates-process-card,.contact-dialogue-panel,.contact-location-panel,.contact-scene-card,.contact-check-item,.contact-form,.page-support-panel,.page-process-panel,.detail-content{border:1px solid rgba(22,169,224,.18);border-radius:26px;background:rgba(255,255,255,.96);box-shadow:0 18px 44px rgba(7,43,63,.08)}.product-card,.news-feature-card,.news-list-item,.certificates-card,.contact-scene-card,.industry-scenario-card{overflow:hidden}.product-visual,.product-detail-media,.certificates-card figure,.news-feature-media,.news-card-media,.news-detail-cover,.page-visual-panel{background:linear-gradient(145deg,#dff5fd,#ffffff 54%,#bfefff)}.product-visual img,.product-detail-media img,.news-feature-media img,.news-card-media img,.news-detail-cover img,.page-visual-panel img,.certificates-card figure img,.factory-photo-grid img,.contact-hero-image,.factory-about-hero-image,.certificates-hero-image{filter:saturate(1.02) contrast(1.02)}.stock-badge,.product-type,.product-class,.category-filter,.certificates-tags span,.contact-hero-points span,.industry-badge,.industry-index,.contact-check-item span,.certificates-process-card span{border-radius:999px}.stock-badge,.product-type,.product-class,.product-meta span,.category-materials span,.tag-cloud span{background:#e8f8ff;color:#0b719d}.category-filter.is-active,.category-filter:hover,.industry-index,.industry-badge,.contact-check-item span,.certificates-process-card span{background:linear-gradient(135deg,#0d8fc4,#68d9f7);color:#ffffff}.product-card h2,.news-feature-body h2,.news-card-body h2,.product-panel h2,.industry-overview-card h3,.industry-scenario-card h3,.certificates-card h3,.contact-dialogue-panel h2,.contact-location-panel h2,.contact-service-copy h2{color:#072b3f}.product-bottom a,.text-link{color:#0d8fc4;font-weight:800}.factory-about-stats,.factory-about-band,.certificates-cta,.page-support-panel.industries-side{border:1px solid rgba(155,231,255,.22);border-radius:28px;background:linear-gradient(135deg,#061f30,#0b719d 72%,#16a9e0);box-shadow:0 24px 58px rgba(7,43,63,.18)}.factory-about-stats strong,.factory-about-band h2,.certificates-cta h2,.page-support-panel.industries-side h2{color:#ffffff}.factory-about-stats span,.factory-about-band-list span,.certificates-cta p,.page-support-panel.industries-side .page-support-list span{color:#d8eef7}.factory-about-principles div,.factory-photo-grid figure,.factory-culture-image,.factory-culture-copy,.certificates-standard-card,.contact-location-panel,.contact-dialogue-panel{border-radius:26px}.factory-photo-grid figure figcaption,.gallery-item span{background:rgba(7,43,63,.68);color:#ffffff;backdrop-filter:blur(10px)}.certificates-doc-section,.contact-main-section,.factory-about-intro,.factory-photo-section{background:#ffffff}.contact-form-section .contact-form{background:#ffffff}.form-action-button,.btn.btn-primary,.btn-primary,.home-reference .btn{background:#16a9e0;color:#ffffff}.btn.btn-dark,.btn-dark{background:#072b3f;color:#ffffff}.btn.btn-outline,.btn.btn-ghost,.btn-outline,.btn-ghost{border-color:rgba(22,169,224,.34);color:#0b719d}@media (max-width:980px){.page-hero,.detail-hero,.factory-about-hero,.certificates-hero,.contact-hero,.industries-hero{min-height:auto;padding:76px 0 104px}.news-hero-grid,.industries-hero-grid,.contact-hero-inner{grid-template-columns:1fr}}@media (max-width:640px){.page-hero,.detail-hero,.factory-about-hero,.certificates-hero,.contact-hero,.industries-hero{padding:58px 0 82px}.page-hero h1,.detail-hero h1,.factory-about-hero h1,.certificates-hero h1,.contact-hero h1,.industries-hero h1{font-size:34px}.page-hero p,.detail-hero p,.factory-about-hero p,.certificates-hero p,.contact-hero p,.industries-hero p{font-size:16px}.news-hero-panel,.industries-hero-panel,.contact-fast-panel,.product-filter-panel,.product-card,.news-feature-card,.news-list-item,.product-brief,.product-panel,.product-inquiry-aside,.industry-overview-card,.industry-index-panel,.industry-scenario-card,.certificates-card,.contact-dialogue-panel,.contact-location-panel,.contact-form{border-radius:18px}}.btn,.btn.btn-primary,.btn-primary,.form-action-button{border:1px solid transparent;background:#16a9e0;color:#ffffff;box-shadow:0 12px 26px rgba(22,169,224,.24)}.btn:hover,.btn.btn-primary:hover,.btn-primary:hover,.form-action-button:hover{background:#0c8ec7;color:#ffffff;box-shadow:0 14px 28px rgba(12,142,199,.24)}.btn.btn-dark,.btn-dark{border-color:#072b3f;background:#072b3f;color:#ffffff;box-shadow:0 12px 24px rgba(7,43,63,.22)}.btn.btn-dark:hover,.btn-dark:hover{background:#0b3a55;color:#ffffff}.btn.btn-outline,.btn-outline{border-color:rgba(22,169,224,.46);background:#ffffff;color:#075f88;box-shadow:none}.btn.btn-ghost,.btn-ghost{border-color:rgba(22,169,224,.28);background:#e9f8fe;color:#075f88;box-shadow:none}.btn.btn-outline:hover,.btn-outline:hover,.btn.btn-ghost:hover,.btn-ghost:hover{border-color:rgba(22,169,224,.58);background:#d7f1fb;color:#054e70;box-shadow:none}.hero .btn-outline,.hero .btn-ghost,.page-hero .btn-outline,.page-hero .btn-ghost,.detail-hero .btn-outline,.detail-hero .btn-ghost,.factory-about-hero .btn-outline,.factory-about-hero .btn-ghost,.certificates-hero .btn-outline,.certificates-hero .btn-ghost,.contact-hero .btn-outline,.contact-hero .btn-ghost,.industries-hero .btn-outline,.industries-hero .btn-ghost,.footer-cta .btn-outline,.footer-cta .btn-ghost,.certificates-cta .btn-outline,.certificates-cta .btn-ghost,.factory-about-band .btn-outline,.factory-about-band .btn-ghost,.page-support-panel.industries-side .btn-outline,.page-support-panel.industries-side .btn-ghost{border-color:rgba(255,255,255,.48);background:rgba(255,255,255,.14);color:#ffffff}.hero .btn-outline:hover,.hero .btn-ghost:hover,.page-hero .btn-outline:hover,.page-hero .btn-ghost:hover,.detail-hero .btn-outline:hover,.detail-hero .btn-ghost:hover,.factory-about-hero .btn-outline:hover,.factory-about-hero .btn-ghost:hover,.certificates-hero .btn-outline:hover,.certificates-hero .btn-ghost:hover,.contact-hero .btn-outline:hover,.contact-hero .btn-ghost:hover,.industries-hero .btn-outline:hover,.industries-hero .btn-ghost:hover,.footer-cta .btn-outline:hover,.footer-cta .btn-ghost:hover,.certificates-cta .btn-outline:hover,.certificates-cta .btn-ghost:hover,.factory-about-band .btn-outline:hover,.factory-about-band .btn-ghost:hover,.page-support-panel.industries-side .btn-outline:hover,.page-support-panel.industries-side .btn-ghost:hover{border-color:rgba(255,255,255,.68);background:rgba(255,255,255,.22);color:#ffffff}.page-support-panel:not(.industries-side){background:#ffffff;color:#17364a}.page-support-panel:not(.industries-side) .eyebrow{color:#0b719d}.page-support-panel:not(.industries-side) h2{color:#072b3f}.page-support-panel:not(.industries-side) .page-support-list div{border-color:rgba(22,169,224,.22);background:#f5fbff}.page-support-panel:not(.industries-side) .page-support-list strong{color:#072b3f}.page-support-panel:not(.industries-side) .page-support-list span{color:#4f6676}.page-support-panel:not(.industries-side) .page-support-actions .btn-primary{background:#16a9e0;color:#ffffff;box-shadow:0 14px 26px rgba(22,169,224,.22)}.page-support-panel:not(.industries-side) .page-support-actions .btn-ghost,.page-support-panel:not(.industries-side) .page-support-actions .btn-outline{border-color:rgba(22,169,224,.34);background:#e9f8fe;color:#075f88;box-shadow:none}.home-reference .factory{position:relative;overflow:hidden;padding:76px 0 88px;background:linear-gradient(180deg,#f4fbff 0%,#ffffff 74%)}.home-reference .factory::after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:linear-gradient(90deg,rgba(22,169,224,0),rgba(22,169,224,.28),rgba(22,169,224,0))}.home-reference .factory .factory-grid{position:relative;z-index:1}.home-reference .oem-section{position:relative;padding:92px 0 96px;background:#ffffff}.home-reference .oem-section::before{content:"";position:absolute;top:0;left:50%;width:min(1180px,calc(100% - 40px));height:1px;background:rgba(22,169,224,.18);transform:translateX(-50%)}.home-reference .oem-section .design-grid{align-items:center;gap:56px}.home-reference .oem-section .image-stack{padding:18px;border:1px solid rgba(22,169,224,.16);border-radius:8px;background:#f5fbff;box-shadow:0 18px 44px rgba(7,43,63,.07)}.home-reference .oem-section .image-main{border-radius:8px;box-shadow:none}.home-reference .oem-section .float-card{right:0;bottom:-18px;border:1px solid rgba(22,169,224,.16);box-shadow:0 16px 34px rgba(7,43,63,.10)}.home-reference .oem-section .timeline{margin-top:24px;padding-top:4px}@media (max-width:980px){.home-reference .factory{padding:64px 0 72px}.home-reference .oem-section{padding:72px 0 78px}.home-reference .oem-section .design-grid{gap:34px}}@media (max-width:640px){.home-reference .factory{padding:52px 0 62px}.home-reference .oem-section{padding:62px 0 68px;background:#f9fdff}.home-reference .oem-section .image-stack{padding:10px}.home-reference .oem-section .float-card{right:12px;bottom:12px}}
