﻿﻿﻿﻿﻿:root{
  --blue:#0b4778; --blue2:#07325a; --red:#4caf84; --ink:#1e2732; --muted:#6d7480; --line:#dfe8f0; --bg:#f4f7fb; --card:#ffffff; --shadow:0 16px 34px rgba(18,45,72,.11); --radius:8px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Arial,"Microsoft YaHei","PingFang SC",sans-serif;color:var(--ink);background:#fff;line-height:1.72} a{color:inherit;text-decoration:none} img{max-width:100%;display:block} .container{width:min(1180px,calc(100% - 40px));margin:0 auto}.muted{color:var(--muted)}
.top-strip{background:#f3f7fb;color:#55606c;font-size:13px;border-bottom:1px solid #e7eef5}.top-strip .container{height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.quick-links{display:flex;gap:18px;align-items:center}.quick-links a{color:#526170}.quick-links a:hover{color:var(--red)}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:saturate(150%) blur(12px);box-shadow:0 8px 30px rgba(0,0,0,.06)}.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:14px}.brand img{width:210px;height:auto}.nav{display:flex;align-items:center;gap:2px}.nav-item{position:relative}.nav-link{display:flex;align-items:center;padding:30px 14px;color:#1f2a35;font-weight:600;font-size:15px}.nav-link:hover,.nav-link.active{color:var(--red)}.dropdown{position:absolute;top:82px;left:0;min-width:220px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:0 0 16px 16px;padding:10px;opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s}.nav-item:hover .dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown a{display:block;padding:10px 12px;border-radius:10px;color:#344250}.dropdown a:hover{background:#f4f8fc;color:var(--red)}.hamburger{display:none;border:0;background:#0b4778;color:#fff;border-radius:10px;padding:10px 12px;font-size:20px}.search-mini{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#fff;margin-left:8px}.search-mini input{border:0;outline:0;padding:9px 10px;width:132px}.search-mini button{border:0;background:var(--red);color:#fff;padding:9px 12px;cursor:pointer}
.hero{position:relative;min-height:620px;display:grid;align-items:center;overflow:hidden;background:#072544}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,28,54,.45),rgba(4,28,54,.12),rgba(4,28,54,.25))}.hero-content{position:relative;z-index:2;color:#fff;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:80px 0}.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:2.5px;font-size:13px;font-weight:700;color:#d4f1e4}.eyebrow::before{content:"";width:42px;height:3px;background:var(--red);border-radius:3px}.hero h1{font-size:58px;line-height:1.12;margin:18px 0 16px;max-width:780px}.hero p{font-size:21px;max-width:640px;color:#e6f0f8}.btn-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 22px;border-radius:999px;background:var(--red);color:#fff;font-weight:700;border:1px solid transparent;cursor:pointer;box-shadow:0 10px 22px rgba(76,175,132,.24)}.btn.secondary{background:#fff;color:var(--blue);box-shadow:none}.btn.ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.48);box-shadow:none}.btn.small{padding:9px 15px;font-size:14px}.hero-dots{position:absolute;z-index:3;bottom:32px;left:50%;transform:translateX(-50%);display:flex;gap:10px}.dot{width:12px;height:12px;border-radius:50%;border:2px solid #fff;background:transparent;cursor:pointer}.dot.active{background:#fff}.stats{position:relative;z-index:4;margin-top:-70px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.stat{padding:28px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat b{display:block;color:var(--blue);font-size:34px;line-height:1}.stat span{font-size:14px;color:var(--muted)}
.section{padding:86px 0}.section.gray{background:var(--bg)}.section-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:34px}.section-title{margin:0;font-size:36px;line-height:1.25}.section-subtitle{max-width:640px;color:var(--muted);margin:10px 0 0}.grid{display:grid;gap:24px}.grid.cols-2{grid-template-columns:repeat(2,1fr)}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 28px rgba(11,45,75,.07);overflow:hidden}.card-body{padding:24px}.card h3{margin:0 0 8px;font-size:21px}.card p{margin:0;color:#5d6875}.image-card img{width:100%;height:230px;object-fit:cover;background:#eef5fb}.link-more{color:var(--red);font-weight:700;display:inline-flex;gap:8px;margin-top:16px}.feature-list{display:grid;gap:12px;margin:22px 0 0;padding:0;list-style:none}.feature-list li{position:relative;padding-left:26px}.feature-list li::before{content:"";position:absolute;left:0;top:11px;width:9px;height:9px;border-radius:50%;background:var(--red)}
.page-hero{height:360px;position:relative;background:#0b4778;display:grid;align-items:center;color:#fff;overflow:hidden}.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,25,50,.68),rgba(6,25,50,.28))}.page-hero .container{position:relative;z-index:2}.breadcrumbs{font-size:14px;color:#d9e8f5;margin-bottom:12px}.page-hero h1{font-size:46px;margin:0 0 10px}.page-hero p{font-size:20px;max-width:680px;color:#e6f1fa;margin:0}.content-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}.lead{font-size:18px;color:#344250} .content-panel p{line-height:1.75;margin-bottom:16px;font-size:15px;color:#3d4a56} .content-panel p:last-child{margin-bottom:0} .company-stat{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#f0f7ff,#e8f4e8);border:1px solid var(--line);border-radius:8px;padding:12px 20px;margin-bottom:18px} .company-stat b{font-size:34px;color:var(--red);line-height:1} .company-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px} .company-stat{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px 18px} .company-stat b{font-size:28px;color:var(--red);line-height:1;white-space:nowrap} .company-stat span{font-size:13px;color:#5d6875;font-weight:600} .product-mix{display:flex;flex-direction:column;gap:8px;margin-bottom:22px} .mix-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#344250} .mix-item b{width:130px;font-weight:600;flex-shrink:0;color:var(--ink);text-align:right} .mix-bar{display:inline-block;height:6px;border-radius:3px;background:var(--red);flex-shrink:0;max-width:120px}.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery img{height:190px;width:100%;object-fit:cover;border-radius:16px;border:1px solid var(--line)}
.timeline{position:relative;margin:20px 0 0;padding:0;list-style:none}.timeline::before{content:"";position:absolute;left:130px;top:0;bottom:0;width:3px;background:#d9e5ef}.timeline li{position:relative;display:grid;grid-template-columns:100px 1fr;gap:60px;padding:0 0 36px}.timeline .year{font-size:28px;font-weight:800;color:var(--blue);text-align:right}.timeline .event{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:0 10px 28px rgba(11,45,75,.06)}.timeline .event::before{content:"";position:absolute;left:123px;top:12px;width:17px;height:17px;border-radius:50%;background:var(--red);border:4px solid #fff;box-shadow:0 0 0 2px #a2d8b8}.timeline h3{margin:0 0 8px}.global-map{border-radius:24px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);margin-bottom:26px}.locations{display:grid;grid-template-columns:300px 1fr;gap:22px}.loc-filter{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;height:max-content;position:sticky;top:112px}.loc-filter button,.filter-btn{display:block;width:100%;text-align:left;border:1px solid var(--line);background:#fff;border-radius:12px;margin:8px 0;padding:11px 12px;cursor:pointer;color:#334}.loc-filter button.active,.filter-btn.active{background:#0b4778;color:#fff;border-color:#0b4778}.loc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.loc-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.loc-card h3{font-size:18px;margin:0 0 10px}.loc-card ul{padding-left:18px;margin:0;color:#5f6b76}.loc-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.tag{font-size:12px;background:#eef5fb;color:#0b4778;padding:4px 8px;border-radius:999px;font-weight:700}
.product-toolbar,.news-toolbar{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:28px}.product-toolbar input,.news-toolbar input,.contact-form input,.contact-form textarea,.contact-form select{border:1px solid #dbe6ef;border-radius:12px;padding:12px 14px;outline:0;font-family:inherit}.product-toolbar input,.news-toolbar input{min-width:260px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card img{height:210px;width:100%;object-fit:cover}.product-card-simple{background:#fff;overflow:hidden}.product-card-simple img{height:190px;width:100%;object-fit:cover;transition:transform .35s ease}.product-card-simple:hover img{transform:scale(1.07)}.product-card-simple .card-body{padding:8px 12px;text-align:center}.product-card-simple h3{font-size:13px;margin:0;color:#2d3a46}.product-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.chip{font-size:12px;background:#f4f8fc;color:#38506b;border:1px solid #e5eef5;padding:4px 8px;border-radius:999px}.service-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:28px 0}.service-icon{background:#f6f9fc;border:1px solid var(--line);border-radius:16px;padding:18px;font-weight:700;color:#24435e}.service-icon small{display:block;color:#738190;font-weight:400}.news-list{display:grid;gap:18px}.news-item{display:grid;grid-template-columns:150px 1fr auto;gap:20px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.news-date{background:#f2f7fb;border-radius:14px;padding:14px;text-align:center;color:var(--blue);font-weight:800}.news-date b{display:block;font-size:28px}.award-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.award-card img{height:190px;width:100%;object-fit:cover}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.contact-form{display:grid;gap:14px}.contact-form textarea{min-height:126px;resize:vertical}.form-status{border-radius:12px;padding:12px 14px;display:none}.form-status.ok{display:block;background:#eaf8f1;color:#19724d}.contact-cards{display:grid;gap:14px;max-height:760px;overflow:auto;padding-right:4px}.map-tabs{display:flex;gap:8px;margin:12px 0}.map-tabs button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;cursor:pointer}.map-tabs button.active{background:var(--red);color:#fff;border-color:var(--red)}.mock-map{height:170px;border-radius:16px;background:linear-gradient(135deg,#e9f1f7,#cdddea);position:relative;overflow:hidden}.mock-map::before{content:"";position:absolute;inset:20px;border:2px dashed rgba(11,71,120,.35);border-radius:32% 48% 28% 42%}.mock-map .pin{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);width:44px}.footer{background:#08243f;color:#cdd9e4}.footer-top{padding:54px 0;display:grid;grid-template-columns:1fr repeat(3,1fr) 1.5fr;gap:30px}.footer h3{color:#fff;margin:0 0 14px}.footer a{display:block;color:#cdd9e4;margin:7px 0}.contact-item{display:flex;align-items:flex-start;gap:10px;color:#cdd9e4;margin:7px 0;line-height:1.5}.contact-item svg{flex-shrink:0;margin-top:3px;color:#4caf84}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:18px 0;display:flex;justify-content:space-between;gap:16px;font-size:14px;color:#a9bac9}.backtop{position:fixed;right:18px;bottom:18px;border:0;background:var(--red);color:#fff;width:44px;height:44px;border-radius:50%;display:none;align-items:center;justify-content:center;font-size:20px;cursor:pointer;box-shadow:0 10px 20px rgba(76,175,132,.25);z-index:50}.backtop.show{display:flex}.empty-state{padding:28px;border:1px dashed #cfdce8;border-radius:16px;color:#738190;text-align:center;background:#f7fafc}.search-results{position:absolute;right:0;top:60px;width:360px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:12px;display:none;z-index:80}.search-results.show{display:block}.search-results a{display:block;padding:9px 10px;border-radius:10px;color:#304050}.search-results a:hover{background:#f4f8fc;color:var(--red)}
@media (max-width: 980px){.top-strip{display:none}.hamburger{display:block}.header-inner{height:72px}.brand img{width:178px}.nav{position:absolute;left:0;right:0;top:72px;background:#fff;display:none;flex-direction:column;align-items:stretch;border-top:1px solid var(--line);box-shadow:var(--shadow);padding:10px}.nav.open{display:flex}.nav-link{padding:12px 14px}.dropdown{position:static;opacity:1;pointer-events:auto;transform:none;box-shadow:none;border:0;padding:0 0 8px 18px;display:none}.nav-item.open .dropdown{display:block}.search-mini{margin:8px 0}.hero h1{font-size:42px}.hero{min-height:540px}.stats-grid,.grid.cols-4,.award-grid{grid-template-columns:repeat(2,1fr)}.grid.cols-3,.product-grid,.gallery{grid-template-columns:repeat(2,1fr)}.two-col,.locations,.contact-layout,.footer-top{grid-template-columns:1fr}.loc-filter{position:static}.loc-grid{grid-template-columns:1fr}.news-item{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.search-results{left:0;right:auto;width:100%;top:50px}}
@media (max-width: 620px){.container{width:min(100% - 28px,1180px)}.hero h1{font-size:34px}.hero p,.page-hero p{font-size:17px}.page-hero h1{font-size:34px}.section{padding:58px 0}.section-head{display:block}.stats{margin-top:0}.stats-grid,.grid.cols-2,.grid.cols-3,.grid.cols-4,.product-grid,.award-grid,.gallery,.service-icons{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--line)}.timeline::before{left:25px}.timeline li{grid-template-columns:1fr;gap:12px;padding-left:58px}.timeline .year{text-align:left;font-size:24px}.timeline .event::before{left:17px}.image-card img,.gallery img,.product-card img{height:190px}.product-card-simple img{height:200px}.content-panel{padding:22px}.footer-top{gap:16px}.quick-links{flex-wrap:wrap}}

/* Refined layout and bilingual content modules */
body{font-size:16px;text-rendering:optimizeLegibility}.site-header{border-bottom:1px solid rgba(223,232,240,.82)}.header-inner{height:78px}.nav-link{padding:27px 13px}.dropdown{top:76px;border-radius:0 0 8px 8px}.brand img{width:198px}.top-strip .container{height:36px}.lang-toggle{display:inline-flex;align-items:center;border:1px solid #cfdce8;border-radius:999px;background:#fff;overflow:hidden}.lang-toggle button{border:0;background:transparent;color:#526170;padding:5px 10px;font:inherit;font-weight:700;cursor:pointer}.lang-toggle button.active{background:var(--blue);color:#fff}.search-mini{position:relative;border-radius:8px}.search-mini input{width:150px}.search-mini button{font-weight:700}.hero{min-height:590px}.hero::after{background:linear-gradient(90deg,rgba(5,25,48,.78) 0%,rgba(5,25,48,.46) 45%,rgba(5,25,48,.18) 100%)}.hero-content{padding:92px 0 118px}.hero h1{font-size:56px;max-width:820px}.hero p{max-width:700px}.btn{border-radius:8px;min-height:44px}.stats{margin-top:-58px}.stat{padding:26px 28px}.section{padding:78px 0}.section-title{font-size:34px}.card,.content-panel,.news-item,.loc-card,.global-map,.mock-map{border-radius:8px}.card{transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.image-card img{height:220px}.two-col{gap:42px}.feature-list li::before{border-radius:2px;transform:rotate(45deg);top:10px}.page-hero{height:330px}.page-hero::after{background:linear-gradient(90deg,rgba(4,22,44,.76),rgba(4,22,44,.32))}.breadcrumbs{color:#eff7ff}.product-toolbar,.news-toolbar{padding:16px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 24px rgba(11,45,75,.05)}.filter-btn{display:inline-flex;width:auto;align-items:center;justify-content:center;text-align:center;margin:0;border-radius:8px;font-weight:700}.product-toolbar input,.news-toolbar input,.contact-form input,.contact-form textarea,.contact-form select{border-radius:8px}.product-card img{height:196px;background:#eef5fb}.news-item{grid-template-columns:132px 1fr auto}.footer-top{padding:48px 0}.footer img{border-radius:8px!important}.search-results{top:48px;border-radius:8px}.empty-state{border-radius:8px}
.eyebrow.dark{color:#6a7480;letter-spacing:1.6px}.eyebrow.dark::before{background:var(--red)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-grid article{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px;box-shadow:0 8px 22px rgba(11,45,75,.06)}.process-grid b{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;background:#eaf2f8;color:var(--blue);border-radius:8px;margin-bottom:16px}.process-grid h3{margin:0 0 8px;font-size:20px}.process-grid p{margin:0;color:var(--muted)}.industry-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.industry-strip span{background:#fff;border:1px solid var(--line);border-left:4px solid var(--red);border-radius:8px;padding:16px 18px;font-weight:800;color:#263746}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.metric-row div{background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px;text-align:center;box-shadow:0 8px 22px rgba(11,45,75,.05)}.metric-row b{display:block;color:var(--blue);font-size:36px;line-height:1}.metric-row span{color:var(--muted);font-weight:700}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.support-grid article,.detail-band{background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px;box-shadow:0 8px 22px rgba(11,45,75,.05)}.support-grid h3,.detail-band h2{margin:0 0 10px}.support-grid p,.detail-band p{margin:0;color:var(--muted)}.detail-band{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.enhancement-section + .section{padding-top:76px}
.dropdown a,.hamburger,.gallery img,.timeline .event,.loc-filter,.loc-filter button,.service-icon,.news-date,.award-card img,.form-status,.map-tabs button,.search-results a{border-radius:8px}.global-map{border-radius:8px}.backtop,.dot{border-radius:50%}.chip,.tag{border-radius:999px}
.hero-bg img{transition:opacity .35s ease,transform 6s ease}.hero:hover .hero-bg img{transform:scale(1.025)}.hero-control{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:46px;height:62px;border:1px solid rgba(255,255,255,.28);background:rgba(5,24,44,.38);color:#fff;font-size:42px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);transition:background .2s,border-color .2s}.hero-control:hover{background:rgba(76,175,132,.86);border-color:rgba(76,175,132,.96)}.hero-control.prev{left:24px}.hero-control.next{right:24px}.hero-dots{gap:12px}.dot{width:34px;height:4px;border:0;border-radius:0;background:rgba(255,255,255,.45)}.dot.active{background:#fff}.hero .btn-row{margin-top:34px}.hero .btn{min-width:136px}.hero .eyebrow{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.20);padding:8px 12px;border-radius:8px;letter-spacing:1.8px}.hero .eyebrow::before{width:28px}
@media (max-width: 1120px){.nav-link{font-size:14px;padding-left:10px;padding-right:10px}.search-mini input{width:118px}.brand img{width:176px}}
@media (max-width: 980px){.header-inner{height:72px}.nav{top:72px}.nav-link{padding:12px 14px}.search-mini input{width:100%}.hero{min-height:540px}.process-grid,.industry-strip,.metric-row,.support-grid{grid-template-columns:repeat(2,1fr)}.detail-band{grid-template-columns:1fr}.product-toolbar,.news-toolbar{align-items:stretch}.filter-btn{flex:1 1 auto}.news-item{grid-template-columns:1fr}.page-hero{height:310px}}
@media (max-width: 620px){body{line-height:1.66}.header-inner{height:66px}.nav{top:66px}.brand img{width:160px}.hero{min-height:520px}.hero-content{padding:72px 0 92px}.hero h1{font-size:33px}.hero p{font-size:16px}.hero-control{display:none}.hero-dots{bottom:22px}.dot{width:26px}.stats{margin-top:0}.section-title{font-size:28px}.process-grid,.industry-strip,.metric-row,.support-grid{grid-template-columns:1fr}.product-toolbar input,.news-toolbar input{min-width:0;width:100%}.filter-btn{width:100%;justify-content:flex-start}.metric-row div,.process-grid article,.support-grid article,.detail-band{padding:20px}.footer-bottom{gap:8px}.lang-toggle button{padding:5px 9px}}

/* Portal carousel, map and motion polish */
.media-carousel{position:relative;min-height:430px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#0d2e4f;box-shadow:var(--shadow)}.carousel-track,.carousel-slide{position:absolute;inset:0}.carousel-slide{margin:0;opacity:0;transform:scale(1.02);transition:opacity .45s ease,transform .7s ease}.carousel-slide.active{opacity:1;transform:scale(1)}.carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-slide figcaption{position:absolute;left:22px;right:22px;bottom:22px;margin:0;padding:14px 16px;background:rgba(5,24,44,.76);color:#fff;border-left:4px solid var(--red);font-weight:800;backdrop-filter:blur(8px)}.carousel-btn,.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:56px;border:1px solid rgba(255,255,255,.42);background:rgba(8,36,63,.52);color:#fff;font-size:36px;display:flex;align-items:center;justify-content:center;cursor:pointer}.carousel-btn:hover,.gallery-nav:hover{background:var(--red)}.carousel-btn.prev,.gallery-nav.prev{left:16px}.carousel-btn.next,.gallery-nav.next{right:16px}.carousel-dots{position:absolute;z-index:4;left:22px;bottom:78px;display:flex;gap:8px}.carousel-dot{width:28px;height:4px;border:0;background:rgba(255,255,255,.48);cursor:pointer}.carousel-dot.active{background:#fff}.global-locator{display:grid;grid-template-columns:1fr 430px;gap:24px;align-items:start}.map-panel{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);overflow:hidden}.google-map{display:block;width:100%;height:520px;border:0;background:#dce8f0}.map-info{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border-top:1px solid var(--line)}.map-info h3{margin:8px 0 4px;font-size:20px}.map-info p{margin:0}.map-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.locator-panel{display:grid;gap:16px}.locator-panel .loc-filter{position:static}.locator-panel .loc-grid{grid-template-columns:1fr;max-height:680px;overflow:auto;padding-right:4px}.map-loc-card{cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s}.map-loc-card:hover,.map-loc-card.active{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#9ebbd1}.map-loc-card.active{border-left:4px solid var(--red)}.loc-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.loc-actions a{font-weight:800;color:var(--red);font-size:13px}.contact-portal{align-items:start}.contact-map-stack{display:grid;gap:0}.contact-map-stack .google-map{height:360px}.contact-cards .map-loc-card{padding:18px}.gallery-carousel{position:relative;display:block;overflow:hidden}.gallery-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,36%);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 12px}.gallery-track::-webkit-scrollbar{display:none}.gallery-track img{scroll-snap-align:start;height:240px;width:100%;object-fit:cover;border:1px solid var(--line);border-radius:8px;background:#eef5fb}.gallery-nav{top:48%;width:38px;height:50px}.gallery-nav.prev{left:10px}.gallery-nav.next{right:10px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease;transition-delay:var(--reveal-delay,0ms)}.reveal.is-visible{opacity:1;transform:none}.card,.service-icon,.loc-card,.news-item,.stat{will-change:transform}.btn,.filter-btn,.loc-filter button,.lang-toggle button{transition:background .2s,color .2s,border-color .2s,transform .2s}.btn:hover,.filter-btn:hover,.loc-filter button:hover,.lang-toggle button:hover{transform:translateY(-1px)}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}
@media (max-width: 980px){.global-locator{grid-template-columns:1fr}.google-map{height:420px}.map-info{align-items:flex-start;flex-direction:column}.map-actions{justify-content:flex-start}.gallery-track{grid-auto-columns:minmax(260px,58%)}.media-carousel{min-height:360px}}
@media (max-width: 620px){.media-carousel{min-height:300px}.carousel-slide figcaption{left:14px;right:14px;bottom:16px;font-size:14px}.carousel-dots{bottom:70px;left:16px}.carousel-btn{display:none}.google-map{height:320px}.contact-map-stack .google-map{height:300px}.gallery-track{grid-auto-columns:86%}.gallery-nav{display:none}.global-locator{gap:18px}.map-info{padding:18px}.loc-actions{gap:8px}}

.gallery-track figure{position:relative;margin:0;scroll-snap-align:start;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#eef5fb}.gallery-track figure img{border:0;border-radius:0}.gallery-track figcaption{position:absolute;left:0;right:0;bottom:0;padding:13px 16px;background:linear-gradient(180deg,rgba(8,36,63,0),rgba(8,36,63,.86));color:#fff;font-weight:800}.industry-carousel .gallery-track{grid-auto-columns:minmax(320px,32%)}.industry-carousel .gallery-track img{height:260px}

/* 应用行业目录轮播 */
.home-industry-section .container{width:min(1360px,calc(100% - 56px))}.industry-carousel{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.industry-carousel figure{position:relative;margin:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;box-shadow:0 14px 34px rgba(11,45,75,.1)}.industry-carousel figure::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .28s ease}.industry-carousel figure:hover{transform:translateY(-6px);border-color:#b9cfe0;box-shadow:0 22px 44px rgba(11,45,75,.15)}.industry-carousel figure:hover::after{transform:scaleX(1)}.industry-card-slides{position:relative;height:260px;overflow:hidden;background:#fff}.industry-card-slides img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.012);transition:opacity .85s ease,transform 1.2s ease,filter .45s ease}.industry-card-slides img.active{opacity:1;transform:scale(1)}.industry-carousel figure:hover .industry-card-slides img.active{transform:scale(1.035);filter:saturate(1.06) contrast(1.03)}.industry-card-nav{position:absolute;top:50%;z-index:3;width:36px;height:36px;border:1px solid rgba(255,255,255,.92);border-radius:50%;background:rgba(255,255,255,.9);color:#183143;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 22px rgba(10,35,55,.18);opacity:0;transform:translateY(-50%) scale(.96);transition:opacity .2s ease,transform .2s ease,background .2s ease,color .2s ease}.industry-card-nav.prev{left:12px}.industry-card-nav.next{right:12px}.industry-carousel figure:hover .industry-card-nav,.industry-card-nav:focus-visible{opacity:.96;transform:translateY(-50%) scale(1)}.industry-card-nav:hover{background:var(--red);color:#fff;border-color:var(--red)}.industry-carousel figcaption{position:absolute;right:12px;bottom:12px;z-index:3;max-width:calc(100% - 24px);padding:6px 11px;border-radius:999px;background:rgba(255,255,255,.9);color:#1e2732;font-weight:800;font-size:13px;line-height:1.35;box-shadow:0 8px 20px rgba(10,35,55,.16);backdrop-filter:blur(8px)}
.home-industry-section .industry-subtitle-wide{max-width:none}

@media (max-width:980px){.industry-carousel{grid-template-columns:repeat(2,1fr)}}
@media (max-width:620px){.home-industry-section .container{width:min(100% - 28px,1180px)}.industry-carousel{grid-template-columns:1fr}.industry-card-slides{height:280px}.industry-card-nav{opacity:.96;transform:translateY(-50%) scale(1)}}

body[data-page="products.html"] main>.section:first-child{padding-top:52px}
body[data-page="products.html"] .page-hero p{max-width:none}
body[data-page="products.html"] .product-toolbar{display:none}
@media (max-width:980px){body[data-page="products.html"] main>.section:first-child{padding-top:42px}}
@media (max-width:620px){body[data-page="products.html"] main>.section:first-child{padding-top:34px}}

/* Product catalog workspace */
.product-catalog-section{background:#f6f9fc}.product-catalog-section.reveal{opacity:1;transform:none}.product-summary{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;margin-bottom:24px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 28px rgba(11,45,75,.06)}.product-summary h2{font-size:32px;line-height:1.25;margin:12px 0 8px}.product-summary p{margin:0;color:var(--muted);max-width:none}.product-summary-metrics{display:grid;grid-template-columns:repeat(3,140px);gap:12px}.product-summary-metrics div{padding:16px;background:#f7fafc;border:1px solid #e2ebf3;border-radius:8px;text-align:center}.product-summary-metrics b{display:block;color:var(--blue);font-size:30px;line-height:1}.product-summary-metrics span{display:block;margin-top:6px;color:#5f6b76;font-size:13px;font-weight:800}.product-catalog-layout{display:grid;grid-template-columns:250px 1fr;gap:24px;align-items:start}.product-sidebar{position:sticky;top:102px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px;box-shadow:0 10px 28px rgba(11,45,75,.06)}.product-sidebar h3{margin:0 0 14px;font-size:18px}.product-sidebar .filter-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;text-align:left}.product-sidebar .filter-btn b{min-width:30px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eef5fb;color:var(--blue);font-size:12px}.product-sidebar .filter-btn.active b{background:rgba(255,255,255,.2);color:#fff}.product-catalog-main{min-width:0}.product-catalog-main .product-toolbar{display:grid;grid-template-columns:minmax(250px,330px) 1fr;gap:14px;align-items:start;margin-bottom:12px}.product-catalog-main .product-toolbar input{width:100%;min-width:0}.quick-filter-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.quick-filter-group>span{color:#526170;font-size:13px;font-weight:800;margin-right:2px}.quick-filter-group .filter-btn{padding:9px 11px;font-size:13px}.catalog-status{margin:0 0 16px;color:#526170;font-size:14px;font-weight:700}.product-card .tag{margin-bottom:12px}.product-card h3{margin-top:0}.product-card .card-body{padding:20px}
.product-grid.simple-image-grid,.product-grid.audio-digital-grid{grid-template-columns:repeat(4,1fr);gap:18px}.simple-image-card,.audio-digital-card{position:relative;overflow:hidden;background:#fff;border-color:#d8e4ee;box-shadow:0 12px 30px rgba(11,45,75,.08);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.simple-image-card::after,.audio-digital-card::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .28s ease}.simple-image-card:hover,.audio-digital-card:hover{transform:translateY(-8px);border-color:#b9cfe0;box-shadow:0 24px 46px rgba(11,45,75,.16)}.simple-image-card:hover::after,.audio-digital-card:hover::after{transform:scaleX(1)}.simple-image-card .product-visual,.audio-digital-card .product-visual{position:relative;height:218px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:18px}.simple-image-card img,.audio-digital-card img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;background:#fff;transition:transform .45s ease,filter .45s ease}.simple-image-card:hover img,.audio-digital-card:hover img{transform:scale(1.035);filter:saturate(1.08) contrast(1.04)}.simple-image-card .card-body,.audio-digital-card .card-body{min-height:72px;padding:10px 20px 18px;text-align:center;background:#fff;display:flex;align-items:center;justify-content:center}.simple-image-card h3,.audio-digital-card h3{font-size:18px;line-height:1.35;margin:0;color:#1e2732}
.product-grid.audio-digital-grid{display:block;columns:4 220px;column-gap:18px}.audio-digital-card{display:inline-block;width:100%;margin:0 0 18px;break-inside:avoid;vertical-align:top}.audio-digital-card img{display:block;width:100%;height:auto;max-width:none;max-height:none;object-fit:initial;background:transparent}.audio-digital-card .card-body{min-height:auto;padding:14px 18px 18px;display:block;text-align:center}.audio-digital-card h3{font-size:18px;line-height:1.35;margin:0;color:#1e2732}
.product-load-more{display:flex;justify-content:center;margin-top:24px}.product-load-more[hidden],.product-load-more button[hidden]{display:none}.product-load-more .btn{min-width:150px}.product-card img[data-src]{opacity:.7}.catalog-status{min-height:20px}
@media (max-width:980px){.product-summary{grid-template-columns:1fr}.product-summary-metrics{grid-template-columns:repeat(3,1fr)}.product-catalog-layout{grid-template-columns:1fr}.product-sidebar{position:static}.product-sidebar{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.product-sidebar h3{grid-column:1/-1}.product-sidebar .filter-btn{margin:0}.product-catalog-main .product-toolbar{grid-template-columns:1fr}.quick-filter-group .filter-btn{flex:0 1 auto}.product-catalog-main .product-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:620px){.product-summary{padding:22px}.product-summary h2{font-size:26px}.product-summary-metrics{grid-template-columns:1fr}.product-catalog-layout{gap:18px}.product-sidebar{grid-template-columns:1fr;padding:14px}.product-catalog-main .product-toolbar{padding:14px}.quick-filter-group{display:grid;grid-template-columns:1fr 1fr}.quick-filter-group>span{grid-column:1/-1}.quick-filter-group .filter-btn{width:100%;justify-content:center;text-align:center}.product-catalog-main .product-grid{grid-template-columns:1fr}.simple-image-card .product-visual,.audio-digital-card .product-visual{height:250px}.simple-image-card img,.audio-digital-card img{height:100%;object-fit:contain}}
@media (max-width:980px){.product-grid.audio-digital-grid{columns:2 220px}.audio-digital-card img{height:auto;object-fit:initial}}
@media (max-width:620px){.product-grid.audio-digital-grid{columns:1}.audio-digital-card img{height:auto;object-fit:initial}}

/* History and KPI animations */
.stat b{display:inline-block;transform-origin:center bottom}.stat-counting{animation:statBounce .45s ease-in-out infinite alternate;color:var(--red)!important}.stat-counted{animation:statSettle .5s cubic-bezier(.2,.8,.2,1)}@keyframes statBounce{from{transform:translateY(0) scale(1)}to{transform:translateY(-5px) scale(1.045)}}@keyframes statSettle{0%{transform:scale(1.08)}70%{transform:scale(.98)}100%{transform:scale(1)}}.overview-carousel{min-height:465px}.overview-carousel::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(6,28,50,0),rgba(6,28,50,.22))}.timeline.timeline-animated::before{background:#d9e5ef}.timeline.timeline-animated::after{content:"";position:absolute;left:130px;top:0;width:3px;height:100%;background:linear-gradient(180deg,var(--red),#0b4778);transform-origin:top;transform:scaleY(0);transition:transform 1.6s cubic-bezier(.2,.8,.2,1)}.timeline.timeline-animated.is-visible::after{transform:scaleY(1)}.timeline.timeline-animated li{opacity:0;transform:translateX(26px);transition:opacity .62s ease,transform .62s ease;transition-delay:var(--timeline-delay,0ms)}.timeline.timeline-animated li.is-visible{opacity:1;transform:none}.timeline.timeline-animated .event{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease}.timeline.timeline-animated li.active .event{transform:translateY(-3px);border-color:#a8dcc0;box-shadow:0 18px 38px rgba(11,45,75,.12);background:linear-gradient(180deg,#fff,#fbfdff)}.timeline.timeline-animated li.active .year{color:var(--red)}.timeline.timeline-animated li.active .event::before{background:#fff;border-color:var(--red);box-shadow:0 0 0 7px rgba(76,175,132,.16),0 0 0 2px #a2d8b8;animation:timelinePulse 1.2s ease-in-out infinite}@keyframes timelinePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.16)}}@media (max-width:620px){.timeline.timeline-animated::after{left:25px}.timeline.timeline-animated li{transform:translateY(20px)}}

/* Black semi-transparent theme */
:root{--blue:#0b4778;--blue2:#07325a;--red:#4caf84;--ink:#1e2732;--muted:#6d7480;--line:#dfe8f0;--bg:#f4f7fb;--card:#ffffff;--shadow:0 16px 34px rgba(18,45,72,.11)}
body{background:#fff;color:var(--ink)}.top-strip{background:#f3f7fb;border-bottom-color:#e7eef5;color:#55606c}.quick-links a,.nav-link,.dropdown a{color:#1f2a35}.quick-links a:hover,.nav-link:hover,.nav-link.active,.dropdown a:hover,.link-more,.loc-actions a{color:var(--red)}.site-header{background:rgba(255,255,255,.94);border-bottom-color:#e7eef5;box-shadow:0 8px 30px rgba(0,0,0,.06)}.dropdown a:hover,.search-results a:hover{background:#f4f8fc}.hamburger,.search-mini button,.btn,.backtop,.loc-filter button.active,.filter-btn.active,.lang-toggle button.active,.map-tabs button.active{background:var(--red);border-color:var(--red);color:#fff}.btn{box-shadow:0 10px 22px rgba(76,175,132,.24)}.btn.secondary{background:#fff;color:var(--blue);border-color:#e7eef5}.hero,.page-hero{background:#000}.media-carousel{background:#eef5fb}.hero::after{background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.55) 48%,rgba(0,0,0,.25) 100%)}.page-hero::after{background:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.45))}.page-hero img,.hero-bg img{filter:none}.breadcrumbs,.page-hero p,.hero p{color:#e6f0f8}.eyebrow{color:#d4f1e4}.eyebrow::before,.eyebrow.dark::before,.feature-list li::before,.timeline .event::before{background:var(--red)}.section.gray,.product-catalog-section{background:#f4f7fb}.content-panel,.card,.stats-grid,.loc-filter,.loc-card,.news-item,.support-grid article,.detail-band,.process-grid article,.metric-row div,.product-summary,.product-sidebar,.product-toolbar,.news-toolbar,.map-panel{background:#fff;border-color:var(--line);box-shadow:0 10px 28px rgba(11,45,75,.07)}.image-card img,.product-card img,.gallery-track img,.gallery-track figure{background:#eef5fb}.stat b,.timeline .year,.news-date,.metric-row b,.process-grid b,.product-summary-metrics b,.product-sidebar .filter-btn b,.tag{color:var(--blue)}.process-grid b,.news-date,.tag,.chip,.product-sidebar .filter-btn b{background:#eef5fb}.chip{color:#38506b}.service-icon,.product-summary-metrics div,.empty-state,.search-results{background:#f6f9fc;border-color:var(--line)}.service-icon{color:#24435e}.footer{background:#1e2732;color:#dfe8f0}.footer a{color:#dfe8f0}.footer-bottom{border-top-color:rgba(255,255,255,.16);color:#a8b5c0}.mock-map{background:linear-gradient(135deg,#eef5fb,#d7e4ef)}.mock-map::before{border-color:rgba(11,71,120,.35)}.carousel-slide figcaption{background:rgba(5,24,44,.78);border-left-color:var(--red)}.carousel-btn,.gallery-nav{background:rgba(8,36,63,.55)}.carousel-btn:hover,.gallery-nav:hover{background:var(--red)}.map-loc-card:hover,.map-loc-card.active{border-color:#a7c3d9}.map-loc-card.active{border-left-color:var(--red)}.timeline.timeline-animated::after{background:linear-gradient(180deg,var(--red),var(--blue))}.timeline.timeline-animated li.active .event{border-color:#a7c7d9;box-shadow:0 18px 38px rgba(11,45,72,.13);background:linear-gradient(180deg,#fff,#f7fbfe)}.timeline.timeline-animated li.active .event::before{border-color:var(--red);box-shadow:0 0 0 7px rgba(76,175,132,.16),0 0 0 2px #b8d4f4}.industry-strip span{border-left-color:var(--red)}.hero-control{background:rgba(5,24,44,.42)}.hero-control:hover{background:rgba(76,175,132,.88);border-color:rgba(76,175,132,.96)}.stat-counting{color:var(--red)!important}
.image-card img,.gallery img,.gallery-track img,.product-card img,.award-card img,.media-carousel img{filter:none}
body[data-page="products.html"] .simple-image-card img{background:#fff}
body[data-page="products.html"] .audio-digital-card img{background:transparent}
body[data-page="index.html"] .image-card .card-body{min-height:168px;display:flex;flex-direction:column;justify-content:center;padding:28px 30px}
body[data-page="index.html"] .image-card h3{margin-bottom:12px}
body[data-page="index.html"] .image-card p{line-height:1.72}
.image-card img{transition:transform .4s cubic-bezier(.2,.8,.2,1)}.image-card:hover img{transform:scale(1.08)}
.brand img{width:auto;height:58px;max-width:230px;object-fit:contain}.footer img{width:240px!important;max-width:100%;height:auto}
@media (max-width:1120px){.brand img{height:52px;max-width:190px}}
@media (max-width:620px){.brand img{height:44px;max-width:160px}}

/* Requested header, language and process-card refinements */
.top-strip{display:none}
.nav-lang-toggle{margin-left:10px;flex:0 0 auto}
.lang-toggle{border-radius:8px;border-color:#d8e4ee;box-shadow:0 8px 18px rgba(11,45,75,.05)}
.lang-toggle button{min-width:44px;height:34px;padding:0 11px}
.lang-toggle button.active{background:var(--red)}
.search-mini{display:none}
.search-results{display:none!important}
.process-section{background:linear-gradient(180deg,#f4f7fb 0%,#fff 100%)}
.process-section .section-head>div{width:100%}
.process-section .section-subtitle{max-width:none}
.process-grid{align-items:stretch;gap:20px}
.process-grid .process-card{position:relative;padding:0;overflow:hidden;display:flex;flex-direction:column;min-height:392px;border:1px solid #d8e4ee;background:#fff;box-shadow:0 12px 30px rgba(11,45,75,.08);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.service-icons{align-items:start}
.mold-service-card{padding:0;overflow:hidden;display:flex;flex-direction:column;background:#fff;min-height:248px}
.mold-service-card img{width:100%;height:184px;object-fit:contain;object-position:center;border-bottom:1px solid var(--line);background:#fff}
.mold-service-card img.soft-fill{object-fit:cover}
.mold-service-card span{display:flex;align-items:center;justify-content:center;min-height:64px;padding:10px 14px;text-align:center;line-height:1.32;font-size:17px}
html[lang="en"] .mold-service-card span{font-size:15px;line-height:1.34}
html[lang="en"] .mold-service-card .fit-title{white-space:nowrap;font-size:clamp(14px,1.05vw,16px)}
@media (max-width:620px){.mold-service-card img{height:220px}.mold-service-card span{min-height:auto}}
.process-grid .process-card::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .28s ease}
.process-grid .process-card:hover{transform:translateY(-8px);border-color:#b9cfe0;box-shadow:0 24px 46px rgba(11,45,75,.16)}
.process-grid .process-card:hover::after{transform:scaleX(1)}
.process-photo{position:relative;height:178px;overflow:hidden;background:#dce8f0}
.process-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,27,48,.06),rgba(6,27,48,.34));pointer-events:none}
.process-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(1.02) contrast(1.03);transition:transform .45s ease,filter .45s ease}
.process-card:hover .process-photo img{transform:scale(1.08);filter:saturate(1.12) contrast(1.06)}
.process-body{position:relative;padding:24px 24px 26px;display:flex;flex-direction:column;flex:1}
.process-grid b{position:absolute;right:22px;top:-31px;margin:0;z-index:2;background:#fff;color:var(--red);border:1px solid rgba(255,255,255,.72);box-shadow:0 10px 22px rgba(6,28,50,.18)}
.process-grid h3{line-height:1.35;margin-top:14px;font-size:22px}
.process-grid p{font-size:15px;line-height:1.78}
.news-toolbar{display:none}

@media (max-width:1120px){.nav-lang-toggle{margin-left:6px}.lang-toggle button{min-width:40px}}
@media (max-width:980px){.nav-lang-toggle{margin:8px 0;align-self:flex-start}.process-grid .process-card{min-height:360px}.process-photo{height:188px}}
@media (max-width:620px){.nav-lang-toggle{align-self:stretch}.lang-toggle{width:max-content}.process-grid .process-card{min-height:auto}.process-photo{height:210px}.process-body{padding:22px 20px 24px}.process-grid b{right:18px}}

/* Stable CSS-drawn controls avoid broken glyphs after encoding changes. */
.hamburger,.backtop,.hero-control,.carousel-btn,.gallery-nav{font-size:0}
.hamburger::before{content:"\2630";font-size:20px;line-height:1}
.backtop::before{content:"\2191";font-size:20px;line-height:1}
.hero-control.prev::before,.carousel-btn.prev::before,.gallery-nav.prev::before{content:"\2039";font-size:42px;line-height:1}
.hero-control.next::before,.carousel-btn.next::before,.gallery-nav.next::before{content:"\203a";font-size:42px;line-height:1}
.carousel-btn::before,.gallery-nav::before{display:block;transform:translateY(-2px)}
.timeline .event::before{display:none}
.timeline li::before{content:"";position:absolute;left:123px;top:12px;width:17px;height:17px;border-radius:50%;background:var(--red);border:4px solid #fff;box-shadow:0 0 0 2px #a2d8b8;z-index:3}
.timeline.timeline-animated li.active::before{background:#fff;border-color:var(--red);box-shadow:0 0 0 7px rgba(76,175,132,.16),0 0 0 2px #b8d4f4;animation:timelinePulse 1.2s ease-in-out infinite}
@media (max-width:620px){.timeline li::before{left:17px;top:12px}.timeline.timeline-animated::after{left:25px}}

/* Application cases page */
body[data-page="news.html"] .page-hero{height:330px}
body[data-page="news.html"] main .section{background:#fff}
body[data-page="news.html"] main .container{width:min(1180px,calc(100% - 40px))}
.application-cases{display:grid;gap:18px}
.application-case-item{grid-template-columns:166px minmax(0,1fr) auto;gap:24px;align-items:center;padding:18px 22px;overflow:visible}
.application-case-item:hover{border-color:#c7d9e7;box-shadow:0 18px 42px rgba(11,45,75,.1)}
.case-thumb{position:relative;width:166px;height:122px;border-radius:8px;overflow:hidden;background:#eef5fb}
.case-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}
.application-case-item:hover .case-thumb img{transform:scale(1.055);filter:saturate(1.05) contrast(1.04)}
.case-thumb span{position:absolute;left:10px;bottom:8px;color:#fff;font-size:20px;font-weight:900;line-height:1;text-shadow:0 5px 16px rgba(0,0,0,.45)}
.case-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,24,44,0) 46%,rgba(5,24,44,.58) 100%);pointer-events:none}
.case-list-body .tag{display:inline-flex;margin-bottom:12px}
.case-list-body h3{margin:0 0 10px;font-size:22px;line-height:1.36;color:#1e2732}
.case-list-body p{margin:0;line-height:1.75}
.case-toggle{grid-column:3;grid-row:1;align-self:center;border-radius:6px;box-shadow:0 10px 22px rgba(76,175,132,.18)}
.case-toggle.is-active{background:#0b4778;border-color:#0b4778}
.case-detail-panel[hidden]{display:none}
.case-detail-panel{display:grid;grid-template-columns:1fr;gap:16px;width:100%;margin-top:4px;padding:22px 24px;background:#f7fafc;border:1px solid #e3ebf2;border-radius:8px;grid-column:1 / -1}
.case-detail-panel section{padding:0 0 0 14px;border-left:3px solid var(--red)}
.case-detail-panel h4{margin:0 0 8px;font-size:15px;line-height:1.35;color:#0b4778}
.case-detail-panel p{margin:0;color:#344250;font-size:15px;line-height:1.82}

@media (max-width:980px){
  .application-case-item{grid-template-columns:150px minmax(0,1fr);gap:18px}
  .case-thumb{width:150px;height:112px}
  .case-toggle{grid-column:2;grid-row:2;margin-top:8px;justify-self:start}
  .case-detail-panel{grid-column:1 / -1}
}
@media (max-width:620px){
  body[data-page="news.html"] .page-hero{height:310px}
  .application-case-item{grid-template-columns:1fr;padding:16px}
  .case-thumb{width:100%;height:auto;aspect-ratio:16/9}
  .case-list-body h3{font-size:20px}
  .case-toggle{grid-column:1;grid-row:auto;margin-top:0}
  .case-detail-panel{padding:16px}
}

/* Trim dropdown modules requested from the local preview. */
.dropdown a[href="global_presence.html"],
.dropdown a[href="management_and_commitments.html"],
.dropdown a[href="sustainability.html"],
.dropdown a[href="industry_4_0.html"],
.dropdown a[href="secondary_operations.html"],
.dropdown a[href="early_supplier_involvement.html"],
.dropdown a[href="quality_assurance.html"]{display:none}

/* Awards certificate card */
body[data-page="awards_and_recognition.html"] .page-hero p,
body[data-page="awards_and_recognition.html"] .section-subtitle{max-width:none}
body[data-page="awards_and_recognition.html"] .award-grid{grid-template-columns:minmax(300px,350px)}
body[data-page="awards_and_recognition.html"] .certificate-card{display:flex;flex-direction:column}
body[data-page="awards_and_recognition.html"] .certificate-card img{height:398px;object-fit:contain;object-position:center;background:#fff;padding:0 4px}
body[data-page="awards_and_recognition.html"] .certificate-card .card-body{min-height:auto;padding:8px 14px;text-align:center;border-top:1px solid #dfe8f0}
body[data-page="awards_and_recognition.html"] .certificate-card h3{font-size:18px;line-height:1.24;margin:0}

@media (max-width:980px){body[data-page="awards_and_recognition.html"] .award-grid{grid-template-columns:minmax(300px,350px)}}
@media (max-width:620px){body[data-page="awards_and_recognition.html"] .award-grid{grid-template-columns:1fr}body[data-page="awards_and_recognition.html"] .certificate-card img{height:430px}}

/* English-only cookie privacy notice */
body.cookie-consent-locked{overflow:hidden}
.cookie-consent-overlay{position:fixed;inset:0;z-index:119;background:rgba(0,0,0,.48);opacity:0;transition:opacity .28s ease;pointer-events:auto}
.cookie-consent-overlay.is-visible{opacity:1}
.cookie-consent-overlay.is-leaving{opacity:0}
.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:120;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:18px;align-items:center;padding:18px 28px;background:#fff;border-top:1px solid #dfe8f0;box-shadow:0 -12px 32px rgba(6,24,44,.14);color:#344250;opacity:0;transform:translateY(18px);transition:opacity .28s ease,transform .28s cubic-bezier(.2,.8,.2,1)}
.cookie-consent.is-visible{opacity:1;transform:translateY(0)}
.cookie-consent.is-leaving{opacity:0;transform:translateY(14px);pointer-events:none}
.cookie-consent__mark{width:52px;height:52px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.cookie-consent__mark img{width:70px;max-width:none;height:auto;object-fit:contain}
.cookie-consent p{margin:0;font-size:14px;line-height:1.55}
.cookie-consent a{color:#d01824;text-decoration:underline;text-underline-offset:3px}
.cookie-consent__actions{display:flex;gap:14px;align-items:center;white-space:nowrap}
.cookie-consent__actions button{border:0;border-radius:6px;padding:12px 18px;font:inherit;font-weight:700;cursor:pointer;transition:background .2s,color .2s,transform .2s}
.cookie-consent__actions button:hover,.cookie-consent__close:hover{transform:translateY(-1px)}
.cookie-consent__accept{background:#d01824;color:#fff}
.cookie-consent__reject{background:#e7e7e7;color:#686868}
.cookie-consent__close{width:34px;height:34px;border:0;background:transparent;color:#1e2732;font-size:32px;line-height:1;cursor:pointer}
@media (max-width:980px){.cookie-consent{grid-template-columns:auto 1fr auto;padding:16px 18px}.cookie-consent__actions{grid-column:2 / 3;justify-content:flex-start}.cookie-consent__close{grid-column:3;grid-row:1}}
@media (max-width:620px){.cookie-consent{grid-template-columns:1fr;gap:12px;padding:16px}.cookie-consent__mark{display:none}.cookie-consent__actions{grid-column:auto;display:grid;grid-template-columns:1fr 1fr;width:100%;gap:10px}.cookie-consent__actions button{padding:11px 10px}.cookie-consent__close{position:absolute;right:8px;top:8px}.cookie-consent p{padding-right:28px;font-size:13px}}
@media (prefers-reduced-motion: reduce){.cookie-consent-overlay,.cookie-consent{transition:none}.cookie-consent{transform:none}.cookie-consent-overlay.is-visible,.cookie-consent.is-visible{opacity:1}.cookie-consent-overlay.is-leaving,.cookie-consent.is-leaving{opacity:0}}

.contact-success-dialog{position:fixed;inset:0;z-index:130;display:grid;place-items:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .22s ease}
.contact-success-dialog.is-visible{opacity:1;pointer-events:auto}
.contact-success-dialog__backdrop{position:absolute;inset:0;background:rgba(7,24,42,.52)}
.contact-success-dialog__panel{position:relative;width:min(100%,430px);background:#fff;border-radius:8px;box-shadow:0 24px 60px rgba(6,24,44,.28);padding:34px 34px 30px;text-align:center;transform:translateY(12px);transition:transform .22s ease}
.contact-success-dialog.is-visible .contact-success-dialog__panel{transform:translateY(0)}
.contact-success-dialog__panel h3{margin:0 0 12px;font-size:26px;line-height:1.2;color:#1e2732}
.contact-success-dialog__panel p{margin:0 auto 24px;max-width:340px;color:#526170;font-size:15px;line-height:1.7}
.contact-success-dialog__close{position:absolute;right:12px;top:10px;width:34px;height:34px;border:0;background:transparent;color:#526170;font-size:28px;line-height:1;cursor:pointer}
.contact-success-dialog__ok{min-width:116px;border-radius:6px}
.contact-success-dialog.is-error .contact-success-dialog__panel{border-top:4px solid #d01824}
.contact-success-dialog.is-error .contact-success-dialog__panel h3{color:#d01824}
.contact-success-dialog.is-error .contact-success-dialog__ok{background:#d01824;box-shadow:0 10px 22px rgba(208,24,36,.2)}
@media (max-width:620px){.contact-success-dialog__panel{padding:30px 22px 26px}.contact-success-dialog__panel h3{font-size:23px}.contact-success-dialog__panel p{font-size:14px}}

.privacy-policy{max-width:980px;margin:0 auto}
.privacy-policy h2{font-size:34px;margin:0 0 14px}
.privacy-policy h3{font-size:20px;margin:28px 0 10px;color:#1e2732}
.privacy-policy p{font-size:16px;color:#344250;margin:0 0 14px}
.privacy-policy ul{margin:0 0 18px;padding-left:22px;color:#344250}
.privacy-policy li{margin:7px 0}
.privacy-policy-zh{display:none}
html[lang="zh-CN"] .privacy-policy-en{display:none}
html[lang="zh-CN"] .privacy-policy-zh{display:block}

/* Contact inquiry page */
.contact-section{background:linear-gradient(180deg,#f4f7fb 0%,#fff 58%)}
.contact-section .contact-layout{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:30px}
.contact-inquiry-panel{padding:32px;border-color:#d8e4ee}
.contact-panel-head{margin-bottom:24px}
.contact-panel-head h2{margin:8px 0 8px;font-size:30px;line-height:1.2}
.inquiry-form{display:grid;grid-template-columns:1fr 1fr;gap:16px 18px}
.inquiry-form .span-2{grid-column:1 / -1}
.form-field{display:grid;gap:7px;position:relative}
.form-field label{font-weight:800;color:#344250;font-size:14px}
.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;border:1px solid #dbe6ef;border-radius:6px;background:#fff;padding:11px 13px;font:inherit;color:#1e2732;outline:0;transition:border-color .18s,box-shadow .18s}
.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{border-color:#9bbbd4;box-shadow:0 0 0 3px rgba(11,71,120,.1)}
.form-field.has-error input,.form-field.has-error select,.form-field.has-error textarea{border-color:#ff4d4f!important;box-shadow:0 0 0 3px rgba(255,77,79,.16)!important}
.privacy-check.has-error{position:relative;border:1px solid rgba(255,77,79,.34);background:#fff8f8;border-radius:6px;padding:9px 10px}
.field-error{position:absolute;left:14px;top:calc(100% + 8px);z-index:30;display:inline-flex;align-items:center;gap:10px;min-width:190px;max-width:min(340px,calc(100vw - 44px));padding:11px 14px;background:#fff;border:1px solid #b9b9b9;border-radius:4px;box-shadow:0 8px 20px rgba(0,0,0,.16);color:#1e2732;font-size:14px;line-height:1.45;font-weight:500}
.field-error::before{content:"";position:absolute;left:18px;top:-8px;width:14px;height:14px;background:#fff;border-left:1px solid #b9b9b9;border-top:1px solid #b9b9b9;transform:rotate(45deg)}
.field-error__icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:28px;height:28px;border-radius:4px;background:#ff9800;color:#fff;font-weight:900;font-size:20px;line-height:1}
.field-error__text{position:relative;z-index:1}
.inquiry-form .form-field:nth-child(2n+1):not(.span-2) .field-error{left:auto;right:14px}
.inquiry-form .form-field:nth-child(2n+1):not(.span-2) .field-error::before{left:auto;right:18px}
.privacy-check .field-error{position:static;grid-column:1 / -1;margin-top:4px}
.privacy-check .field-error::before{display:none}
.inquiry-form textarea{min-height:152px;resize:vertical}
.code-action>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}
.contact-code-btn{min-width:164px;box-shadow:none}
.contact-code-btn:disabled{opacity:.7;cursor:not-allowed}
.privacy-check{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:flex-start;color:#5d6875;font-size:12px;line-height:1.65}
.privacy-check input{width:14px;height:14px;margin-top:4px;accent-color:var(--red)}
.privacy-check a{color:#0b63b6;text-decoration:underline;text-underline-offset:2px;font-weight:800}
.contact-actions{display:flex;justify-content:center;gap:12px;margin-top:2px}
.contact-actions .btn{min-width:120px;border-radius:6px}
.contact-map-stack{gap:18px}
.contact-map-stack .map-panel{box-shadow:0 14px 34px rgba(11,45,75,.09)}
.contact-cards{max-height:560px}
@media (max-width:1120px){.contact-section .contact-layout{grid-template-columns:1fr}.contact-map-stack .google-map{height:380px}.contact-cards{max-height:none}}
@media (max-width:620px){.contact-inquiry-panel{padding:22px}.inquiry-form{grid-template-columns:1fr}.inquiry-form .span-2{grid-column:auto}.code-action>div{grid-template-columns:1fr}.contact-code-btn{width:100%}.contact-actions{justify-content:stretch}.contact-actions .btn{flex:1;min-width:0}.contact-panel-head h2{font-size:25px}.inquiry-form .form-field:nth-child(2n+1):not(.span-2) .field-error{left:14px;right:auto}.inquiry-form .form-field:nth-child(2n+1):not(.span-2) .field-error::before{left:18px;right:auto}}

/* Compact single-map contact layout */
body[data-page="contact.html"] .contact-section{padding:52px 0 64px}
body[data-page="contact.html"] .contact-section .container{width:min(1280px,calc(100% - 48px))}
body[data-page="contact.html"] .contact-section .contact-layout{grid-template-columns:minmax(520px,680px) minmax(360px,520px);justify-content:center;align-items:start;gap:24px}
body[data-page="contact.html"] .contact-inquiry-panel{padding:26px 28px;box-shadow:0 12px 30px rgba(11,45,75,.08)}
body[data-page="contact.html"] .contact-panel-head{margin-bottom:16px}
body[data-page="contact.html"] .contact-panel-head h2{font-size:26px;margin:6px 0}
body[data-page="contact.html"] .contact-panel-head p{font-size:14px;line-height:1.55}
body[data-page="contact.html"] .inquiry-form{gap:12px 14px}
body[data-page="contact.html"] .form-field{gap:5px}
body[data-page="contact.html"] .form-field label{font-size:13px}
body[data-page="contact.html"] .inquiry-form input,
body[data-page="contact.html"] .inquiry-form select{height:42px;padding:8px 11px}
body[data-page="contact.html"] .inquiry-form textarea{min-height:118px;padding:10px 12px;line-height:1.55}
body[data-page="contact.html"] .privacy-check{font-size:11px;line-height:1.55}
body[data-page="contact.html"] .contact-actions{margin-top:0}
body[data-page="contact.html"] .contact-actions .btn{min-width:108px;min-height:42px;padding:10px 18px}
body[data-page="contact.html"] .single-contact-map{position:sticky;top:104px}
body[data-page="contact.html"] .single-contact-map .google-map{height:300px}
body[data-page="contact.html"] .single-contact-map .map-info{padding:18px 20px}
body[data-page="contact.html"] .single-contact-map .map-info h3{font-size:19px;line-height:1.35}
body[data-page="contact.html"] .single-contact-map .map-info p{font-size:13px;line-height:1.55}
@media (max-width:1120px){body[data-page="contact.html"] .contact-section .contact-layout{grid-template-columns:minmax(0,760px)}body[data-page="contact.html"] .single-contact-map{position:static}body[data-page="contact.html"] .single-contact-map .google-map{height:320px}}
@media (max-width:620px){body[data-page="contact.html"] .contact-section{padding:38px 0 48px}body[data-page="contact.html"] .contact-section .container{width:min(100% - 28px,1180px)}body[data-page="contact.html"] .contact-inquiry-panel{padding:20px}body[data-page="contact.html"] .contact-section .contact-layout{grid-template-columns:1fr}body[data-page="contact.html"] .single-contact-map .google-map{height:260px}}

/* Centered contact form, matched to the requested modal reference. */
body[data-page="contact.html"] .contact-modal-section{position:relative;margin-top:-128px;padding:0 0 58px;background:linear-gradient(180deg,rgba(0,0,0,.48) 0,rgba(0,0,0,.48) 128px,#fff 128px,#fff 100%)}
body[data-page="contact.html"] .contact-modal-section::before{content:"";position:absolute;left:0;right:0;top:0;height:128px;background:rgba(0,0,0,.34);pointer-events:none}
body[data-page="contact.html"] .contact-modal-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(320px,500px);justify-content:center;gap:16px;width:min(100% - 32px,760px)}
body[data-page="contact.html"] .contact-modal-layout .contact-inquiry-panel{width:100%;padding:26px 30px 28px;border-radius:8px;border:0;box-shadow:0 22px 50px rgba(0,0,0,.2)}
body[data-page="contact.html"] .contact-modal-layout .contact-panel-head{display:none}
body[data-page="contact.html"] .contact-modal-layout .inquiry-form{grid-template-columns:1fr 1fr;gap:10px 10px}
body[data-page="contact.html"] .contact-modal-layout .form-field label{font-size:14px;font-weight:500;color:#1f2a35}
body[data-page="contact.html"] .contact-modal-layout .inquiry-form input,
body[data-page="contact.html"] .contact-modal-layout .inquiry-form select{height:40px;border-radius:2px;padding:8px 11px}
body[data-page="contact.html"] .contact-modal-layout .inquiry-form textarea{min-height:168px;border-radius:2px;padding:12px 14px;font-size:14px;line-height:1.55}
body[data-page="contact.html"] .contact-modal-layout .code-action>div{grid-template-columns:minmax(0,1fr) 76px;gap:10px}
body[data-page="contact.html"] .contact-modal-layout .contact-code-btn{min-width:0;height:40px;padding:0 10px;border-radius:0;background:#f1f1f1;color:#1f2a35;border-color:#f1f1f1;box-shadow:none;font-size:13px;font-weight:500}
body[data-page="contact.html"] .contact-modal-layout .privacy-check{font-size:9px;line-height:1.45;color:#526170;gap:8px}
body[data-page="contact.html"] .contact-modal-layout .privacy-check input{width:13px;height:13px;margin-top:2px}
body[data-page="contact.html"] .contact-modal-layout .privacy-check a{color:#cf1c26}
body[data-page="contact.html"] .contact-modal-layout .contact-actions{gap:12px;margin-top:12px}
body[data-page="contact.html"] .contact-modal-layout .contact-actions .btn{min-width:88px;min-height:46px;border-radius:2px;background:#f10010;border-color:#f10010;box-shadow:none}
body[data-page="contact.html"] .contact-modal-layout .contact-actions .btn.secondary{background:#f2f2f2;border-color:#f2f2f2;color:#1f2a35}
body[data-page="contact.html"] .contact-location-strip{position:static}
body[data-page="contact.html"] .contact-location-strip .map-panel{display:grid;grid-template-columns:160px minmax(0,1fr);border:0;border-radius:8px;box-shadow:0 12px 30px rgba(11,45,75,.08);overflow:hidden}
body[data-page="contact.html"] .contact-location-strip .google-map{height:118px}
body[data-page="contact.html"] .contact-location-strip .map-info{border-top:0;padding:14px 16px;align-items:center}
body[data-page="contact.html"] .contact-location-strip .map-info h3{font-size:16px;margin:6px 0 3px}
body[data-page="contact.html"] .contact-location-strip .map-info p{font-size:12px}
body[data-page="contact.html"] .contact-location-strip .map-actions .btn{min-height:34px;padding:7px 10px;font-size:12px}
@media (max-width:620px){body[data-page="contact.html"] .contact-modal-section{margin-top:-92px;background:linear-gradient(180deg,rgba(0,0,0,.48) 0,rgba(0,0,0,.48) 92px,#fff 92px,#fff 100%)}body[data-page="contact.html"] .contact-modal-section::before{height:92px}body[data-page="contact.html"] .contact-modal-layout{width:min(100% - 24px,500px)}body[data-page="contact.html"] .contact-modal-layout .contact-inquiry-panel{padding:22px 18px}body[data-page="contact.html"] .contact-modal-layout .inquiry-form{grid-template-columns:1fr}body[data-page="contact.html"] .contact-modal-layout .inquiry-form .span-2{grid-column:auto}body[data-page="contact.html"] .contact-modal-layout .code-action>div{grid-template-columns:1fr}body[data-page="contact.html"] .contact-location-strip .map-panel{grid-template-columns:1fr}body[data-page="contact.html"] .contact-location-strip .google-map{height:180px}body[data-page="contact.html"] .contact-location-strip .map-info{display:block}}

/* Final contact composition */
body[data-page="contact.html"] .page-hero{height:330px}
body[data-page="contact.html"] .contact-modal-section{margin-top:-160px;padding:0 0 76px;background:linear-gradient(180deg,rgba(0,0,0,.56) 0,rgba(0,0,0,.56) 160px,#fff 160px,#fff 100%)}
body[data-page="contact.html"] .contact-modal-section::before{display:none}
body[data-page="contact.html"] .contact-modal-layout{width:min(1040px,calc(100% - 48px));grid-template-columns:minmax(0,610px) 330px;gap:0;align-items:stretch;justify-content:center;background:#fff;border-radius:8px;box-shadow:0 24px 60px rgba(11,30,50,.2);overflow:hidden}
body[data-page="contact.html"] .contact-modal-layout .contact-inquiry-panel{width:auto;box-shadow:none;border-radius:0;padding:28px 34px;border:0}
body[data-page="contact.html"] .contact-modal-layout .inquiry-form{grid-template-columns:1fr 1fr;gap:11px 12px}
body[data-page="contact.html"] .contact-modal-layout .form-field label{font-size:13px;line-height:1.2;color:#263746}
body[data-page="contact.html"] .contact-modal-layout .inquiry-form input,
body[data-page="contact.html"] .contact-modal-layout .inquiry-form select{height:38px;border-color:#d9e3ec;border-radius:2px;font-size:14px}
body[data-page="contact.html"] .contact-modal-layout .inquiry-form textarea{min-height:142px;border-color:#d9e3ec;border-radius:2px;font-size:14px}
body[data-page="contact.html"] .contact-modal-layout .code-action>div{grid-template-columns:minmax(0,1fr) 94px;gap:10px}
body[data-page="contact.html"] .contact-modal-layout .contact-code-btn{width:94px;height:38px;padding:0;border-radius:2px;white-space:nowrap;background:#f0f0f0;border-color:#f0f0f0;color:#263746;font-size:13px}
body[data-page="contact.html"] .privacy-check{display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:start}
body[data-page="contact.html"] .privacy-check input{width:16px;height:16px;margin:1px 0 0;justify-self:center}
body[data-page="contact.html"] .contact-modal-layout .privacy-check{font-size:11px;line-height:1.6;margin-top:2px;color:#4c5966}
body[data-page="contact.html"] .contact-modal-layout .contact-actions{justify-content:center;margin-top:10px}
body[data-page="contact.html"] .contact-modal-layout .contact-actions .btn{min-width:88px;min-height:44px;border-radius:2px;font-size:14px}
body[data-page="contact.html"] .contact-location-strip{background:#f5f8fb;border-left:1px solid #e3ebf2;display:flex;align-items:stretch}
body[data-page="contact.html"] .contact-location-strip .map-panel{width:100%;display:flex;flex-direction:column;border-radius:0;box-shadow:none;background:transparent}
body[data-page="contact.html"] .contact-location-strip .google-map{height:210px;background:#dbe8f1}
body[data-page="contact.html"] .contact-location-strip .map-info{display:block;padding:26px 24px;border:0}
body[data-page="contact.html"] .contact-location-strip .map-info .tag{display:inline-flex;margin-bottom:12px}
body[data-page="contact.html"] .contact-location-strip .map-info h3{font-size:20px;line-height:1.28;margin:0 0 10px;color:#1e2732}
body[data-page="contact.html"] .contact-location-strip .map-info p{font-size:13px;line-height:1.6;color:#657180}
body[data-page="contact.html"] .contact-location-strip .map-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:20px;justify-content:stretch}
body[data-page="contact.html"] .contact-location-strip .map-actions .btn{width:100%;min-height:40px;border-radius:6px;font-size:13px}
body[data-page="contact.html"] .contact-portal .code-action.span-2>div{grid-template-columns:minmax(0,1fr) 204px;gap:14px}
body[data-page="contact.html"] .contact-portal .contact-code-btn{width:204px;border-radius:8px;font-size:14px;font-weight:800}
@media (max-width:980px){body[data-page="contact.html"] .contact-modal-layout{grid-template-columns:minmax(0,620px);width:min(100% - 32px,680px)}body[data-page="contact.html"] .contact-location-strip{border-left:0;border-top:1px solid #e3ebf2}body[data-page="contact.html"] .contact-location-strip .google-map{height:220px}}
@media (max-width:620px){body[data-page="contact.html"] .page-hero{height:310px}body[data-page="contact.html"] .contact-modal-section{margin-top:-110px;padding-bottom:48px;background:linear-gradient(180deg,rgba(0,0,0,.56) 0,rgba(0,0,0,.56) 110px,#fff 110px,#fff 100%)}body[data-page="contact.html"] .contact-modal-layout{width:min(100% - 24px,520px)}body[data-page="contact.html"] .contact-modal-layout .contact-inquiry-panel{padding:22px 18px}body[data-page="contact.html"] .contact-modal-layout .inquiry-form{grid-template-columns:1fr}body[data-page="contact.html"] .contact-modal-layout .inquiry-form .span-2{grid-column:auto}body[data-page="contact.html"] .contact-modal-layout .code-action>div{grid-template-columns:1fr 88px}body[data-page="contact.html"] .contact-modal-layout .contact-code-btn{width:88px}body[data-page="contact.html"] .contact-location-strip .map-info{padding:22px 18px}body[data-page="contact.html"] .contact-portal .code-action.span-2>div{grid-template-columns:1fr}body[data-page="contact.html"] .contact-portal .contact-code-btn{width:100%}}
