
@font-face{font-family:Inter;src:url('../fonts/Inter-Regular.otf') format('opentype');font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url('../fonts/Inter-Medium.otf') format('opentype');font-weight:500;font-display:swap}
@font-face{font-family:Inter;src:url('../fonts/Inter-SemiBold.otf') format('opentype');font-weight:600;font-display:swap}
@font-face{font-family:Inter;src:url('../fonts/Inter-Bold.otf') format('opentype');font-weight:700;font-display:swap}
:root{--navy:#08233d;--navy2:#06192b;--orange:#f28a22;--ink:#18222c;--body:#5d6872;--line:#e3e8ec;--soft:#f4f6f8;--white:#fff;--shadow:0 12px 30px rgba(7,30,51,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:100%;max-width:1320px;margin:auto;padding:0 30px}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.grid{display:grid}.grid-4{grid-template-columns:repeat(4,1fr)}.gap-16{gap:16px}.gap-20{gap:20px}.gap-24{gap:24px}.gap-30{gap:30px}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-20{margin-top:20px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mt-40{margin-top:40px}.text-center{text-align:center}.muted{color:var(--body)}.small{font-size:13px}.lead{font-size:17px;color:var(--body);max-width:760px}.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);font-weight:700}.display{font-size:clamp(40px,5vw,68px);line-height:1.03;letter-spacing:-.055em;font-weight:700}.h1{font-size:clamp(36px,4vw,56px);line-height:1.05;letter-spacing:-.04em;font-weight:700}.h2{font-size:clamp(28px,3vw,40px);line-height:1.1;letter-spacing:-.035em;font-weight:700}.h3{font-size:18px;line-height:1.25;font-weight:700}
.site-header{position:sticky;top:0;z-index:100;background:rgba(4,17,29,.97);color:#fff;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px)}.header-inner{min-height:72px}.brand{display:flex;align-items:center;min-width:205px}.brand img{width:158px;height:auto}.nav{display:flex;align-items:center;gap:28px;font-size:12px;font-weight:600}.nav a{padding:27px 0;color:#d9e2ea;position:relative}.nav a:hover,.nav a.active{color:#fff}.nav a.active:after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--orange)}.header-actions{display:flex;align-items:center;gap:11px}.search-mini{width:18px;height:18px;border:1.5px solid #fff;border-radius:50%;position:relative;display:inline-block;opacity:.85}.search-mini:after{content:'';position:absolute;width:6px;height:1.5px;background:#fff;right:-5px;bottom:-2px;transform:rotate(45deg)}.lang{font-size:11px;border:1px solid rgba(255,255,255,.25);padding:7px 10px;border-radius:4px}.mobile-toggle{display:none;background:none;border:0;color:#fff;font-size:25px}.mobile-menu{display:none;background:#06121f;border-top:1px solid rgba(255,255,255,.1)}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:15px 24px;border-bottom:1px solid rgba(255,255,255,.08);font-weight:600}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 20px;border-radius:4px;font-size:12px;font-weight:700;border:1px solid transparent;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-accent,.site-header .btn-primary{background:var(--orange);color:#fff}.btn-primary{background:var(--navy);color:#fff}.btn-outline{border-color:#aeb9c3;color:var(--navy);background:#fff}.btn-dark-outline{border-color:rgba(255,255,255,.48);color:#fff;background:transparent}
.hero{position:relative;min-height:560px;display:flex;align-items:center;color:#fff;overflow:hidden;background:#061a2d}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,16,29,.96) 0%,rgba(5,25,44,.9) 36%,rgba(5,25,44,.42) 68%,rgba(5,25,44,.12) 100%)}.hero-content{position:relative;z-index:2;max-width:760px;padding:90px 0}.hero-content .lead{color:#fff;opacity:.9;max-width:730px}.hero-actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.hero-dots{position:absolute;z-index:3;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:7px}.hero-dots span{width:7px;height:7px;border-radius:50%;background:#fff;opacity:.55}.hero-dots span.active{opacity:1;background:var(--orange)}
.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:24px 28px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-num{font-size:15px;font-weight:700;color:var(--navy)}.trust-label{font-size:11px;color:#77828c;margin-top:2px}
.section{padding:78px 0}.section-sm{padding:55px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}.section-head p{max-width:590px;margin:0;color:var(--body)}
.core-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.core-card{position:relative;height:330px;overflow:hidden;background:#09233c;color:#fff;border-radius:3px}.core-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.8}.core-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,17,29,.02),rgba(4,16,28,.94))}.core-card-content{position:absolute;z-index:2;left:22px;right:22px;bottom:20px}.core-card-content p{font-size:12px;color:rgba(255,255,255,.75);margin:7px 0 0}.arrow{font-size:12px;font-weight:700}
.showcase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:3px;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);border-color:#ccd5dc}.product-card img{width:100%;aspect-ratio:1.28/1;object-fit:cover;background:#f1f3f5}.card-pad{padding:17px}.tag{display:inline-flex;padding:4px 7px;border-radius:2px;background:#eef3f6;color:var(--navy);font-size:9px;font-weight:700}.product-card .h3{font-size:15px;margin:10px 0 0}.product-card p{font-size:11px;line-height:1.5}.strengths{background:#f5f7f8}.strength-card{padding:25px;background:#fff;border:1px solid #e0e5e9;min-height:175px}.strength-no{font-size:10px;color:var(--orange);font-weight:800;letter-spacing:.1em}.strength-card .h3{font-size:16px}.about-snippet{background:#f4f6f8}.about-split{display:grid;grid-template-columns:.88fr 1.12fr;gap:52px;align-items:center}.image-placeholder{overflow:hidden;border:1px solid #dce3e8;background:#edf1f4;border-radius:3px}.image-placeholder img{width:100%;height:100%;object-fit:cover}.cta-wide{position:relative;overflow:hidden;background:#0a2b4a;color:#fff;padding:46px 0}.cta-wide:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,30,51,.95),rgba(7,30,51,.48)),url('../images/hero-project.png') center/cover no-repeat;opacity:.42}.cta-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-inner p{color:rgba(255,255,255,.72);margin:7px 0 0;max-width:700px}
.page-hero{padding:62px 0;background:linear-gradient(100deg,#061a2d,#123d62);color:#fff}.breadcrumbs{font-size:10px;color:rgba(255,255,255,.56);margin-bottom:12px}.page-hero .lead{color:rgba(255,255,255,.75)}
.products-toolbar{display:flex;align-items:center;gap:14px;margin-bottom:20px}.search-box{display:flex;align-items:center;flex:1;max-width:520px;border:1px solid #c9d2da;background:#fff;border-radius:3px;overflow:hidden}.search-box input{border:0;outline:0;padding:12px 14px;flex:1;font-size:12px}.search-box button{height:100%;min-width:82px;border:0;background:var(--navy);color:#fff;font-size:11px;font-weight:700}.filter-bar{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:28px}.filter-btn{cursor:pointer;padding:8px 13px;border:1px solid #cbd5dd;background:#fff;border-radius:2px;color:#45525e;font-size:10px;font-weight:700}.filter-btn.active,.filter-btn:hover{background:var(--orange);color:#fff;border-color:var(--orange)}.hidden{display:none!important}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.pagination{display:flex;justify-content:center;gap:7px;margin-top:30px}.pagination span{width:30px;height:30px;border:1px solid #d3dae0;display:grid;place-items:center;font-size:11px}.pagination .active{background:var(--navy);color:#fff;border-color:var(--navy)}
.detail-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:50px;align-items:start}.detail-image{border:1px solid var(--line);background:#f3f5f6}.detail-image img{width:100%;aspect-ratio:1.18/1;object-fit:cover}.detail-title{font-size:31px;line-height:1.14;margin:8px 0}.rating{color:var(--orange);font-size:13px;letter-spacing:2px}.check-list{list-style:none;padding:0;margin:20px 0}.check-list li{position:relative;padding-left:20px;margin:8px 0;color:var(--body);font-size:12px}.check-list li:before{content:'✓';position:absolute;left:0;color:var(--orange);font-weight:800}.spec-table{width:100%;border-collapse:collapse;margin-top:18px}.spec-table td{padding:10px 12px;border:1px solid var(--line);font-size:11px}.spec-table td:first-child{width:42%;color:#6c7781;background:#f7f8f9}.detail-meta{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:32px 0}.detail-meta div{padding:17px;border-right:1px solid var(--line);font-size:10px}.detail-meta div:last-child{border-right:0}.detail-meta strong{display:block;color:var(--navy);font-size:12px;margin-bottom:3px}
.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.solution-card{position:relative;height:350px;overflow:hidden;background:#08233d;color:#fff;border-radius:3px}.solution-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.78}.solution-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,20,34,.04),rgba(4,14,24,.94))}.solution-content{position:absolute;z-index:2;left:20px;right:20px;bottom:20px}.solution-content p{font-size:11px;color:rgba(255,255,255,.72)}
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px}.contact-list{display:grid;gap:10px}.contact-item{padding:16px;border:1px solid var(--line);border-radius:3px}.contact-item strong{display:block;color:var(--navy);font-size:12px;margin-bottom:4px}.contact-item span{font-size:12px;color:var(--body)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:11px;font-weight:700;color:#34414c}.field input,.field select,.field textarea{width:100%;border:1px solid #cbd5dd;border-radius:3px;padding:11px 12px;background:#fff;color:#222;outline:0;font-size:12px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px rgba(15,43,72,.07)}.field textarea{min-height:135px;resize:vertical}.notice{padding:12px 14px;background:#f4f7f9;border-left:3px solid var(--orange);font-size:11px;color:#586571;margin-top:15px}
.footer{background:#061625;color:#c7d0d8;padding:48px 0 18px}.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.2fr;gap:38px}.footer-brand img{width:154px;margin-bottom:14px}.footer-brand p{font-size:11px;color:#84929e;max-width:350px;margin:0}.footer-col h4{font-size:11px;color:#fff;margin:0 0 12px}.footer-col a{display:block;font-size:11px;color:#8795a1;margin:7px 0}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:30px;padding-top:16px;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#6f7d89}.floating-contact{position:fixed;right:18px;bottom:28px;z-index:90;display:flex;flex-direction:column;gap:8px}.floating-contact a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:9px;font-weight:800;box-shadow:0 5px 15px rgba(0,0,0,.16)}.floating-contact .wa{background:#22b35b}.floating-contact .mail{background:#2d5b8b}.floating-contact .phone{background:#0c2e4f}.back-top{position:fixed;right:18px;bottom:180px;display:none;width:36px;height:36px;border:0;border-radius:50%;background:var(--orange);color:#fff;z-index:89}.back-top.show{display:block}
@media(max-width:1100px){.nav{gap:18px}.core-grid,.showcase-grid,.products-grid{grid-template-columns:repeat(3,1fr)}.solution-grid{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.container{padding:0 20px}.nav,.header-actions .search-mini{display:none}.mobile-toggle{display:block}.header-actions{margin-left:auto}.header-inner{min-height:66px}.hero{min-height:540px}.hero-content{padding:72px 0}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item{border-bottom:1px solid var(--line)}.core-grid,.showcase-grid,.products-grid,.solution-grid{grid-template-columns:repeat(2,1fr)}.about-split,.detail-grid,.contact-grid{grid-template-columns:1fr}.detail-meta{grid-template-columns:repeat(2,1fr)}.detail-meta div:nth-child(2){border-right:0}.detail-meta div:nth-child(-n+2){border-bottom:1px solid var(--line)}.cta-inner{display:block}.cta-inner .btn{margin-top:20px}.section{padding:62px 0}.products-toolbar{display:block}.search-box{max-width:none;margin-bottom:12px}}
@media(max-width:560px){.brand{min-width:0}.brand img{width:142px}.header-actions .lang{display:none}.hero{min-height:590px}.display{font-size:39px}.lead{font-size:15px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0!important}.core-grid,.showcase-grid,.products-grid,.solution-grid{grid-template-columns:1fr}.section-head{display:block}.section-head .btn{margin-top:15px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom p+p{margin-top:7px}.floating-contact{right:12px;bottom:15px}.floating-contact a{width:38px;height:38px}}

/* Homepage composition aligned to the supplied Mingyan desktop reference. */
.home-page .site-header{position:relative;background:#061625}
.home-page .header-inner{min-height:64px}
.home-page .brand{min-width:190px}
.home-page .brand img{width:150px}
.home-page .nav{gap:24px;font-size:11px}
.home-page .nav a{padding:23px 0}
.home-page .home-hero{min-height:520px}
.home-page .hero-bg{object-position:center center}
.home-page .hero:before{background:linear-gradient(90deg,rgba(3,16,29,.95) 0%,rgba(5,25,44,.82) 40%,rgba(5,25,44,.25) 78%,rgba(5,25,44,.08) 100%)}
.home-page .hero-content{max-width:720px;padding:78px 0 76px}
.home-page .hero-kicker{font-size:13px;font-weight:700;color:#fff}
.home-page .display{font-size:clamp(40px,4.3vw,60px);letter-spacing:-.045em}
.home-page .hero-content .lead{font-size:12px;max-width:760px;letter-spacing:.01em}
.home-page .hero-actions{margin-top:22px}
.home-page .hero-actions .btn{min-height:40px;padding:0 19px;font-size:11px}
.home-page .hero-dots{left:auto;right:30px;bottom:16px;transform:none}
.home-page .trust-strip{border-bottom:1px solid #e2e7eb}
.home-page .trust-grid{grid-template-columns:repeat(4,1fr)}
.home-page .trust-item{display:flex;align-items:center;gap:12px;padding:19px 22px;border-right:1px solid #e2e7eb}
.home-page .trust-icon{width:26px;height:26px;display:grid;place-items:center;color:#0d2b4b;font-size:22px;line-height:1;border:1px solid #0d2b4b;border-radius:50%;font-weight:600}
.home-page .trust-num{font-size:11px;line-height:1.2}
.home-page .trust-label{font-size:9px;margin-top:5px}
.home-page .home-core-section{padding:50px 0 42px}
.home-page .compact-head{margin-bottom:20px}
.home-page .compact-head .h2{font-size:25px}
.home-page .compact-head p{font-size:10px;color:#7b8791}
.home-page .core-grid{gap:12px}
.home-page .core-card{height:220px;border-radius:2px}
.home-page .core-card img{opacity:.9}
.home-page .core-card-content{left:16px;right:16px;bottom:15px}
.home-page .core-card-content .h3{font-size:13px}
.home-page .core-card-content p{font-size:9px;margin-top:4px}
.home-page .core-card-content .arrow{font-size:10px;margin-top:9px;display:inline-block}
.home-page .home-featured-section{padding:2px 0 54px}
.home-page .home-featured-section .compact-head{margin-bottom:17px}
.home-page .showcase-grid{grid-template-columns:repeat(6,1fr);gap:11px}
.home-page .showcase-grid .card{border-color:#e0e6eb;border-radius:2px}
.home-page .showcase-grid .product-card img{aspect-ratio:1.28/1;object-fit:cover}
.home-page .showcase-grid .card-pad{padding:11px 10px 12px}
.home-page .showcase-grid .tag{padding:0;background:none;color:#66727e;font-size:8px}
.home-page .showcase-grid .product-card .h3{font-size:10px;line-height:1.35;margin:5px 0 0}
.home-page .showcase-grid .product-card p{display:none}
.home-page .showcase-grid .arrow{display:inline-block;margin-top:9px;font-size:9px;color:#536372}
.home-page .about-snippet{padding:46px 0;background:#f3f6f8}
.home-page .about-split{grid-template-columns:.9fr 1.1fr;gap:35px}
.home-page .about-snippet .h2{font-size:24px}
.home-page .about-snippet .image-placeholder{height:215px;border:0;border-radius:0}
.home-page .about-snippet .image-placeholder img{object-position:center center}
.home-page .about-snippet .btn{min-height:34px;font-size:10px}
.home-page .home-cta{padding:34px 0;min-height:126px}
.home-page .home-cta:after{background-image:linear-gradient(90deg,rgba(7,30,51,.96),rgba(7,30,51,.5)),url('../images/new/hero-building.png');background-position:center right;opacity:.55}
.home-page .home-cta .h2{font-size:24px}
.home-page .home-cta p{font-size:11px}
.home-page .home-cta .btn{min-height:34px;font-size:10px}
.home-page .footer{padding-top:35px}
.home-page .footer-grid{grid-template-columns:1.5fr 1fr 1.4fr .75fr;gap:28px}
.home-page .footer-brand img{width:145px}
.home-page .footer-brand p{font-size:10px;line-height:1.6}
.home-page .footer-col a{font-size:10px}
.home-page .social-links{display:flex;gap:8px}
.home-page .social-links a{width:25px;height:25px;margin:0;border:1px solid rgba(255,255,255,.35);display:grid;place-items:center;color:#fff;font-size:9px}

@media(max-width:1100px){.home-page .showcase-grid{grid-template-columns:repeat(3,1fr)}.home-page .footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.home-page .home-hero{min-height:530px}.home-page .hero-content{padding:74px 0 78px}.home-page .trust-grid{grid-template-columns:repeat(2,1fr)}.home-page .trust-item:nth-child(2){border-right:0}.home-page .showcase-grid{grid-template-columns:repeat(3,1fr)}.home-page .about-split{grid-template-columns:1fr}.home-page .about-snippet .image-placeholder{height:250px}}
@media(max-width:560px){.home-page .home-hero{min-height:600px}.home-page .hero-content{padding:72px 0}.home-page .display{font-size:39px}.home-page .hero-content .lead{font-size:11px;line-height:1.55}.home-page .trust-grid{grid-template-columns:1fr}.home-page .trust-item{border-right:0!important}.home-page .showcase-grid{grid-template-columns:repeat(2,1fr)}.home-page .footer-grid{grid-template-columns:1fr}.home-page .home-cta .cta-inner{display:block}.home-page .home-cta .btn{margin-top:18px}.home-page .about-snippet .image-placeholder{height:220px}}

/* Inner pages use the same visual system as the homepage reference. */
.site-header .nav a[href="index.html"]{order:1}
.site-header .nav a[href="products.html"]{order:2}
.site-header .nav a[href="solutions.html"]{order:3}
.site-header .nav a[href="about.html"]{order:4}
.site-header .nav a[href="contact.html"]{order:5}
.page-hero{position:relative;overflow:hidden;min-height:166px;padding:48px 0;background:#061a2d url('../images/new/hero-building.png') center 46%/cover no-repeat;color:#fff}
.page-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,32,.96),rgba(5,24,42,.78) 48%,rgba(5,24,42,.35));pointer-events:none}
.page-hero .container{position:relative;z-index:1}
.page-hero .h1{font-size:clamp(32px,4vw,52px)}
.page-hero .lead{max-width:680px;font-size:13px;color:rgba(255,255,255,.8)}
.page-hero .breadcrumbs{color:rgba(255,255,255,.64)}
body:has(.detail-grid) .page-hero{min-height:54px;padding:14px 0;background:#f6f8fa;color:var(--navy)}
body:has(.detail-grid) .page-hero:before{display:none}
body:has(.detail-grid) .page-hero .breadcrumbs{margin:0;color:#77828c}
body:has(.detail-grid) .page-hero .h1,body:has(.detail-grid) .page-hero .lead{display:none}
.products-toolbar{align-items:stretch;margin-bottom:20px}
.products-toolbar .search-box{height:42px}
.products-toolbar .search-box input{font-size:12px}
.products-toolbar .btn{min-height:42px;white-space:nowrap}
.filter-bar{padding-bottom:16px;border-bottom:1px solid var(--line)}
.filter-btn{min-height:32px;padding:0 16px}
.products-grid{gap:14px}
.products-grid .product-card{box-shadow:none;transition:transform .18s ease,box-shadow .18s ease}
.products-grid .product-card:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(8,35,61,.1)}
.products-grid .product-card img{aspect-ratio:1.15/1;background:#eef2f4}
.products-grid .card-pad{padding:13px}
.products-grid .product-card .h3{font-size:13px}
.products-grid .product-card p{font-size:10px;min-height:32px}
.pagination span{cursor:pointer}
.detail-grid{gap:34px}
.detail-image{position:relative;background:#f0f2f3;border:1px solid #dce2e6}
.detail-image img{aspect-ratio:1.12/1;object-fit:cover}
.detail-title{font-size:clamp(26px,3vw,36px)}
.detail-meta{margin:28px 0;border-color:#dce2e6}
.detail-meta div{padding:16px 14px}
.detail-meta strong{font-size:12px}
.spec-table td{font-size:10px;padding:9px 10px}
.solution-grid{gap:14px}
.solution-card{height:300px;border-radius:2px}
.solution-content{left:17px;right:17px;bottom:17px}
.solution-content .eyebrow{font-size:9px}
.solution-content .h3{font-size:14px}
body:has(.solution-grid) .strengths{background:#061a2d;color:#fff}
body:has(.solution-grid) .strengths .h2,body:has(.solution-grid) .strengths .section-head p{color:#fff}
body:has(.solution-grid) .strengths .section-head p{opacity:.7}
body:has(.solution-grid) .strength-card{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.16)}
body:has(.solution-grid) .strength-card .h3,body:has(.solution-grid) .strength-card .muted{color:#fff}
body:has(.solution-grid) .strength-card .muted{opacity:.7}
body:has(.contact-grid) .page-hero{background-position:center 54%}
body:has(.contact-grid) .page-hero{min-height:0;padding:24px 0 28px}
body:has(.contact-grid) .page-hero .breadcrumbs{margin-bottom:7px}
body:has(.contact-grid) .page-hero .h1{font-size:clamp(30px,3.1vw,44px)}
body:has(.contact-grid) .page-hero .lead{font-size:12px}
body:has(.contact-grid) > main > .section{padding:48px 0 68px}
.contact-grid{grid-template-columns:minmax(0,.71fr) minmax(0,1fr);gap:42px}
.contact-grid > div > .h2{font-size:clamp(34px,3.1vw,52px);line-height:1.08;letter-spacing:-.04em}
.contact-list{gap:8px}
.contact-item{padding:15px 19px;background:#fff;min-height:92px;display:flex;flex-direction:column;justify-content:center}
.contact-item strong{font-size:11px}
.contact-item span{font-size:11px}
.contact-grid form{padding:20px;background:#f5f7f8;border:1px solid #e0e6eb}
.contact-grid .field input,.contact-grid .field select,.contact-grid .field textarea{font-size:max(16px,1rem);padding:10px 11px}
.contact-grid .notice{font-size:10px}
.contact-grid .btn{min-height:40px}
.about-split .image-placeholder img{object-fit:cover}
.footer{position:relative}

@media(max-width:1100px){.page-hero{padding:42px 0}.products-grid{grid-template-columns:repeat(3,1fr)}.detail-grid{grid-template-columns:1fr 1fr}.solution-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.page-hero{min-height:150px;padding:38px 0}.page-hero .lead{font-size:12px}.products-toolbar{display:block}.products-toolbar .search-box{max-width:none;margin-bottom:12px}.products-toolbar .btn{width:100%}.products-grid{grid-template-columns:repeat(2,1fr)}.detail-grid{grid-template-columns:1fr}.detail-image img{aspect-ratio:1.25/1}.detail-meta{grid-template-columns:repeat(2,1fr)}.solution-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.contact-grid form{padding:16px}}
@media(max-width:560px){.page-hero{min-height:142px;padding:31px 0}.page-hero .h1{font-size:34px}.page-hero .lead{font-size:11px}.products-grid{grid-template-columns:1fr}.filter-bar{gap:6px}.filter-btn{padding:0 11px;font-size:9px}.detail-title{font-size:26px}.detail-meta{grid-template-columns:1fr 1fr}.solution-grid{grid-template-columns:1fr}.solution-card{height:320px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.contact-grid form{padding:14px}.footer-grid{grid-template-columns:1fr}}

/* Solutions cards follow the supplied light-card reference layout. */
body:has(.solution-grid) .solution-grid{gap:16px}
body:has(.solution-grid) .solution-card{height:auto;min-height:0;background:#f4f6f8;color:var(--navy);border:1px solid #e0e6eb;border-radius:2px;display:flex;flex-direction:column}
body:has(.solution-grid) .solution-card img{position:static;inset:auto;width:100%;height:190px;flex:none;object-fit:cover;opacity:1}
body:has(.solution-grid) .solution-card:after{display:none}
body:has(.solution-grid) .solution-content{position:static;left:auto;right:auto;bottom:auto;padding:14px 14px 15px;flex:1}
body:has(.solution-grid) .solution-content .eyebrow{display:none}
body:has(.solution-grid) .solution-content .h3{font-size:14px;color:var(--navy);margin-top:5px}
body:has(.solution-grid) .solution-content p{font-size:11px;line-height:1.45;color:#6b7782;margin:3px 0 0}
body:has(.solution-grid) .solution-content .arrow{display:inline-block;color:var(--navy);font-size:10px;font-weight:700;margin-top:9px}
@media(max-width:820px){body:has(.solution-grid) .solution-card img{height:180px}}
@media(max-width:560px){body:has(.solution-grid) .solution-card img{height:165px}}

/* Partner strip and project CTA follow the supplied solutions reference. */
body:has(.solution-grid) .strengths{padding:34px 0 28px}
body:has(.solution-grid) .strengths .section-head{display:block;margin-bottom:24px}
body:has(.solution-grid) .strengths .section-head .eyebrow{font-size:13px;letter-spacing:0;color:#fff;text-transform:none}
body:has(.solution-grid) .strengths .grid-4{gap:32px}
body:has(.solution-grid) .strength-card{position:relative;display:grid;grid-template-columns:1fr;align-items:start;min-height:0;padding:8px 8px 12px;background:transparent;border:0}
body:has(.solution-grid) .strength-card:before{display:none}
body:has(.solution-grid) .strength-card .strength-no{display:none}
body:has(.solution-grid) .strength-card .h3{grid-column:1;grid-row:1;font-size:12px;margin:0;color:#fff}
body:has(.solution-grid) .strength-card .small{grid-column:1;grid-row:2;max-width:250px;font-size:10px;line-height:1.6;margin:8px 0 0;color:rgba(255,255,255,.7)}
.solutions-bottom-cta{position:relative;overflow:hidden;background:#0a2b4a;color:#fff;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}
.solutions-bottom-cta:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,24,41,.96) 0%,rgba(6,24,41,.72) 42%,rgba(6,24,41,.28) 100%),url('../images/new/hero-building.png') center/cover no-repeat}
.solutions-cta-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:132px;padding-top:28px;padding-bottom:28px}
.solutions-cta-inner h2{margin:0;font-size:18px;line-height:1.2;color:#fff}
.solutions-cta-inner p{margin:5px 0 0;font-size:10px;color:rgba(255,255,255,.75)}
.solutions-cta-inner .btn{flex:none;font-size:10px;padding:10px 17px}
@media(max-width:820px){body:has(.solution-grid) .strengths .grid-4{grid-template-columns:repeat(2,1fr)}.solutions-cta-inner{min-height:122px}}
@media(max-width:560px){body:has(.solution-grid) .strengths .grid-4{grid-template-columns:1fr}.solutions-cta-inner{display:block;padding-top:22px;padding-bottom:22px}.solutions-cta-inner .btn{margin-top:14px}}

/* Classic communication icons for the floating contact rail. */
.floating-contact a{font-size:0}
.floating-contact img{display:block;width:19px;height:19px;object-fit:contain;filter:brightness(0) invert(1)}

/* Product detail page follows the supplied gallery, meta strip and tab layout. */
body:has(.detail-grid) .section{padding:30px 0 72px}
body:has(.detail-grid) .detail-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:28px;align-items:start}
body:has(.detail-grid) .detail-gallery{display:grid;grid-template-columns:54px minmax(0,1fr);gap:10px;min-width:0}
body:has(.detail-grid) .detail-thumbs{display:flex;flex-direction:column;gap:6px}
body:has(.detail-grid) .detail-thumb{width:54px;height:54px;padding:3px;background:#fff;border:1px solid #d4dce2;cursor:pointer}
body:has(.detail-grid) .detail-thumb.active{border:2px solid var(--orange);padding:2px}
body:has(.detail-grid) .detail-thumb img{width:100%;height:100%;object-fit:cover}
body:has(.detail-grid) .detail-image{min-width:0;background:#f0f2f3;border:1px solid #dce2e6}
body:has(.detail-grid) .detail-image img{width:100%;aspect-ratio:1/1;object-fit:cover}
body:has(.detail-grid) .detail-title{font-size:clamp(28px,2.8vw,40px);line-height:1.12;margin:12px 0 8px;color:var(--navy)}
body:has(.detail-grid) .detail-grid .eyebrow{font-size:13px;letter-spacing:.18em}
body:has(.detail-grid) .detail-grid .rating{font-size:16px;letter-spacing:2px}
body:has(.detail-grid) .detail-grid .rating .small{font-size:13px}
body:has(.detail-grid) .detail-grid .check-list{margin-top:24px}
body:has(.detail-grid) .detail-grid .check-list li{font-size:13px;margin:10px 0;padding-left:20px}
body:has(.detail-grid) .detail-grid .hero-actions{margin-top:34px}
body:has(.detail-grid) .detail-meta{margin:28px 0 46px;grid-template-columns:repeat(4,1fr)}
body:has(.detail-grid) .detail-meta div{display:grid;grid-template-columns:24px minmax(0,1fr);column-gap:7px;align-items:center;padding:18px 14px}
body:has(.detail-grid) .detail-meta .meta-icon{grid-row:1 / span 2;color:var(--navy);font-size:20px;line-height:1;text-align:center}
body:has(.detail-grid) .detail-meta strong{font-size:12px;line-height:1.2;margin:0}
body:has(.detail-grid) .detail-meta small{font-size:10px;color:var(--body);line-height:1.3}
body:has(.detail-grid) .detail-tabs{display:flex;gap:32px;border-bottom:1px solid var(--line);margin-bottom:28px}
body:has(.detail-grid) .detail-tab{position:relative;border:0;background:transparent;color:#76828d;padding:0 0 13px;font-size:12px;cursor:pointer}
body:has(.detail-grid) .detail-tab.active{color:var(--navy);font-weight:700}
body:has(.detail-grid) .detail-tab.active:after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--orange)}
body:has(.detail-grid) .detail-content-grid{grid-template-columns:1.1fr .9fr;gap:42px}
body:has(.detail-grid) .detail-content-grid h3{font-size:18px;color:var(--navy)}
body:has(.detail-grid) .detail-content-grid p{font-size:13px;line-height:1.7}
body:has(.detail-grid) .detail-content-grid .check-list li{font-size:12px;margin:9px 0}
body:has(.detail-grid) .spec-table{margin-top:0}
@media(max-width:1100px){body:has(.detail-grid) .detail-grid{grid-template-columns:1fr 1fr;gap:20px}body:has(.detail-grid) .detail-title{font-size:32px}}
@media(max-width:820px){body:has(.detail-grid) .detail-grid{grid-template-columns:1fr}.detail-gallery{grid-template-columns:58px minmax(0,1fr)}body:has(.detail-grid) .detail-meta{grid-template-columns:repeat(2,1fr);margin-bottom:34px}body:has(.detail-grid) .detail-meta div:nth-child(2){border-right:0}body:has(.detail-grid) .detail-content-grid{grid-template-columns:1fr;gap:30px}}
@media(max-width:560px){body:has(.detail-grid) .section{padding-top:20px}body:has(.detail-grid) .detail-gallery{grid-template-columns:46px minmax(0,1fr);gap:8px}body:has(.detail-grid) .detail-thumbs{gap:5px}body:has(.detail-grid) .detail-thumb{width:46px;height:46px}body:has(.detail-grid) .detail-title{font-size:28px}body:has(.detail-grid) .detail-grid .hero-actions{display:grid;grid-template-columns:1fr;margin-top:24px}body:has(.detail-grid) .detail-grid .hero-actions .btn{width:100%}body:has(.detail-grid) .detail-meta{grid-template-columns:1fr 1fr;margin-top:24px}body:has(.detail-grid) .detail-meta div{padding:15px 10px}body:has(.detail-grid) .detail-tabs{gap:20px;justify-content:space-between;overflow-x:auto}body:has(.detail-grid) .detail-tab{white-space:nowrap;font-size:11px}}

/* Customer-provided logo */
.brand img{width:58px;height:58px;object-fit:contain}
.footer-brand img{width:86px;height:86px;object-fit:contain}
.home-page .brand img{width:58px}
.home-page .footer-brand img{width:86px}
@media(max-width:560px){.brand img{width:48px;height:48px}.home-page .brand img{width:48px}.footer-brand img{width:74px;height:74px}.home-page .footer-brand img{width:74px}}

/* Slightly wider language control with vertically centered label and arrow. */
.header-actions .lang{width:62px;min-height:40px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1;box-sizing:border-box;white-space:nowrap;font-size:0}
.header-actions .lang:before{content:'EN';font-size:11px;line-height:1}
.header-actions .lang:after{content:'⌄';font-size:11px;line-height:1;transform:translateY(-1px)}
.header-actions .lang{font-size:11px}
.header-actions .lang:before,.header-actions .lang:after{content:none}
.header-actions .lang .lang-arrow{display:inline-block;line-height:1;transform:translateY(-1px)}
@media(max-width:560px){.header-actions .lang{display:none}}
