:root{--primary: #0077d9;--primary-hover: #005fb3;--accent: #00b8d9;--warning: #d9902f;--dark: #10151d;--text-main: #243143;--text-muted: #657386;--border-color: #dce4ee;--bg-white: #ffffff;--bg-light: #f5f7fa;--bg-steel: #eef3f8;--font-sans: Inter, "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text-main);background:var(--bg-white);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;transition:color .2s ease}.container{max-width:1600px;margin:0 auto;padding:0 3rem}.section{padding:5rem 0}.section-heading{max-width:760px;margin:0 auto 2.5rem;text-align:center}.section-heading>span{display:inline-block;margin-bottom:.75rem;color:var(--primary);font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.section-heading h2{color:var(--dark);font-size:2rem;line-height:1.25;margin-bottom:.75rem}.section-heading p{color:var(--text-muted)}.grid-2,.grid-3,.grid-4{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.site-header{position:sticky;top:0;z-index:4000;background-color:#ffffffe0;backdrop-filter:blur(14px);border-bottom:1px solid var(--border-color);transition:box-shadow .3s ease}.site-header.scrolled{box-shadow:0 4px 20px #0000000d}.nav-container{display:flex;align-items:center;justify-content:space-between;height:76px}.logo{display:flex;flex-shrink:0}.logo-img{height:58px;width:auto;display:block}.nav-links{display:flex;justify-content:center;flex:1;gap:2.5rem;list-style:none}.nav-links a{position:relative;padding:.5rem 0;color:var(--text-main);font-size:.92rem;font-weight:600}.nav-links a:hover,.nav-links a.active{color:var(--primary)}.nav-links a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--primary);transform:scaleX(0);transition:transform .2s ease}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.nav-item{display:flex;align-items:center}.nav-product-item{position:static}.mega-menu{position:absolute;left:50%;top:100%;z-index:3000;width:100vw;max-width:100vw;height:clamp(330px,35vh,390px);max-height:none;transform:translate(-50%,8px);opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-top:1px solid rgba(15,111,182,.12);border-bottom:1px solid rgba(15,111,182,.16);box-shadow:0 22px 56px #103d631c;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.mega-menu:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}.nav-product-item:hover .mega-menu,.nav-product-item:focus-within .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.mega-menu-inner{display:grid;grid-template-columns:minmax(260px,.2fr) minmax(0,1fr);gap:0;box-sizing:border-box;width:min(1600px,calc(100vw - 6rem));max-width:calc(100vw - 6rem);height:100%;max-height:100%;min-height:0;margin:0 auto;overflow:hidden;padding:0}.mega-menu-heading{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box;height:100%;min-height:0;overflow:hidden;padding:clamp(2.4rem,5vh,3.25rem) 1rem 1rem;text-align:center;border:1px solid rgba(15,111,182,.14);background:radial-gradient(circle at 50% 16%,rgba(46,185,232,.13),transparent 42%),linear-gradient(180deg,#fbfdff,#eef7fc)}.mega-menu-heading-icon{display:inline-flex;align-items:center;justify-content:center;width:82px;height:82px;margin-top:1.1rem;border:1px solid rgba(15,111,182,.2);background:linear-gradient(145deg,#fffffff0,#e8f4fbc7),#0f6fb60b;color:#0f6fb6}.mega-menu-heading-icon svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.mega-menu-heading span,.mega-product-title span{display:block;margin-bottom:.32rem;color:#b8893a;font-size:.66rem;font-weight:800;letter-spacing:.16em}.mega-menu-heading strong{display:block;margin-bottom:0;color:#08223b;font-size:1.12rem;letter-spacing:.02em;line-height:1.22}.mega-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;height:100%;min-height:0}.mega-product-group{display:flex;flex-direction:column;box-sizing:border-box;min-width:0;height:100%;min-height:0;overflow:hidden;padding:.88rem 1rem;border:1px solid rgba(15,111,182,.12);border-left:0;background:#fff}.mega-product-title{display:block;padding:0}.mega-product-title strong{display:block;color:var(--dark);font-size:.96rem;line-height:1.26}.mega-product-group p{margin:.48rem 0 .56rem;color:var(--text-muted);font-size:.82rem;line-height:1.5}.mega-product-group ul{display:grid;flex:1 1 auto;align-content:start;gap:.18rem;min-height:0;max-height:none;margin:0;padding:0;overflow-y:visible;list-style:none}.mega-product-group li a{display:block;padding:.18rem .32rem;border-left:2px solid transparent;color:#405268;font-size:.8rem;font-weight:650;line-height:1.25}.mobile-product-submenu{display:none}.mega-menu a:after{display:none}.mega-menu a:hover,.mega-menu a:focus-visible{color:var(--primary)}.mega-product-group li a:hover,.mega-product-group li a:focus-visible{border-left-color:var(--primary);background:#f2f7fb}.menu-toggle{display:none;flex-direction:column;gap:5px;border:0;background:transparent;cursor:pointer}.menu-toggle span{display:block;width:25px;height:2px;background:var(--dark);transition:.3s}.lang-switch{display:flex;align-items:center;margin-left:1.5rem;padding-left:1.5rem;border-left:1px solid var(--border-color)}.lang-switch select{min-width:80px;padding:.3rem 1.5rem .3rem .6rem;border:1px solid var(--border-color);border-radius:4px;background:transparent;color:var(--text-main);font-family:inherit}.hero{position:relative;overflow:hidden;padding:3.2rem 0 2rem;color:var(--bg-white);text-align:center;background-color:#0b111a;background-image:linear-gradient(115deg,rgba(0,119,217,.22),transparent 38%),linear-gradient(180deg,#111923,#0b111a 62%,#10151d)}.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 75%)}.hero-content,.hero-visual{position:relative;z-index:1}.hero-content{max-width:1180px}.hero-eyebrow{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:1.1rem;color:#8fd7e8;font-size:.76rem;font-weight:800;letter-spacing:.18em}.hero-eyebrow:before,.hero-eyebrow:after{content:"";width:34px;height:1px;background:#8fd7e88c}.hero h1{margin-bottom:1rem;font-size:clamp(2.25rem,4vw,3.55rem);font-weight:800;line-height:1.08;letter-spacing:0}.hero p{max-width:920px;margin:0 auto 1.5rem;color:#b9c6d6;font-size:1.08rem}.btn-group{display:flex;justify-content:center;gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.75rem 2rem;border-radius:6px;font-size:.95rem;font-weight:600;white-space:nowrap;transition:all .2s ease}.btn-primary{border:1px solid rgba(0,184,217,.4);color:var(--bg-white);background:linear-gradient(135deg,var(--primary),var(--accent));box-shadow:0 12px 32px #0077d93d}.btn-outline{border:1px solid rgba(255,255,255,.28);color:var(--bg-white);background:transparent}.btn-outline:hover{border-color:var(--bg-white);background:#ffffff0d}.btn-dark-outline{border:1px solid var(--border-color);color:var(--text-main);background:transparent}.btn-dark-outline:hover{border-color:var(--text-main);background:var(--bg-light)}.hero-visual{padding:1.5rem 0 .25rem}.hero-visual-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:1320px;margin:0 auto}.hero-card{position:relative;min-height:230px;overflow:hidden;border:1px solid rgba(160,181,205,.14);border-radius:8px;background:#080f18b8;box-shadow:inset 0 1px #ffffff0a,0 28px 70px #00000038}.panel-kicker{position:absolute;top:.75rem;left:.9rem;z-index:2;color:#8fd7e8c7;font-size:.68rem;font-weight:800;letter-spacing:.15em}.hero-card-label{position:absolute;left:0;right:0;bottom:0;padding:.8rem 1rem;color:#ffffffd9;font-size:.85rem;text-align:left;background:linear-gradient(transparent,#000000b3)}.system-diagram{position:absolute;inset:2.5rem 1.5rem}.diagram-block,.diagram-line,.diagram-dot{position:absolute;display:block}.diagram-block{border:1px solid rgba(143,215,232,.42);background:#ffffff0f;box-shadow:inset 0 1px #ffffff14}.diagram-main{left:12%;bottom:10%;width:42%;height:56%}.diagram-side{right:12%;bottom:20%;width:25%;height:44%}.diagram-line{height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}.diagram-line-a{left:25%;right:22%;top:42%}.diagram-line-b{left:25%;right:22%;top:58%}.diagram-dot{width:8px;height:8px;border-radius:999px;background:var(--accent);box-shadow:0 0 18px #00b8d9cc;animation:pulse 2.2s ease-in-out infinite}.diagram-dot-a{left:56%;top:39%}.diagram-dot-b{left:36%;top:55%;animation-delay:.55s}.card{position:relative;overflow:hidden;padding:2rem;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-white);transition:all .3s cubic-bezier(.16,1,.3,1)}.card:hover{transform:translateY(-4px);border-color:#0077d952;box-shadow:0 18px 48px #10151d14}.card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--primary);transform:scaleY(0);transform-origin:bottom;transition:transform .35s ease}.card:hover:before{transform:scaleY(1);transform-origin:top}.icon-wrapper{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:1.5rem;border-radius:4px;color:var(--primary);background:linear-gradient(135deg,#eef6ff,#eef3f8)}.product-grid{gap:1rem}.product-card{min-height:310px;display:flex;flex-direction:column}.product-card h3,.card h3{margin-bottom:.75rem;color:var(--dark);font-size:1.25rem}.product-card p,.card p{margin-bottom:1.5rem;color:var(--text-muted);font-size:.95rem}.product-meta{margin-bottom:.65rem;color:var(--warning);font-size:.72rem;font-weight:800;letter-spacing:.16em}.product-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;margin-bottom:1.25rem}.product-tags span{display:inline-flex;align-items:center;min-height:26px;padding:0 .7rem;border:1px solid #d8e2ee;border-radius:999px;color:#556579;background:#f8fafc;font-size:.76rem}.card-link{display:inline-flex;align-items:center;gap:.25rem;color:var(--primary);font-size:.9rem;font-weight:600}.product-overview-link{width:100%;margin-top:auto;color:var(--text-main)}.stats-bar{padding:3rem 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:linear-gradient(90deg,#10151dfa,#192432fa),repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 72px)}.stat-item{text-align:center}.stat-number{margin-bottom:.5rem;color:#f8fbff;font-size:3.5rem;font-weight:800;line-height:1;letter-spacing:-.04em;opacity:0;transition:opacity .4s ease}.stat-number.visible{opacity:1}.stat-label{color:#94a3b8;font-size:.95rem;font-weight:500}.advantage-card{background:linear-gradient(180deg,#fff,#f8fafc)}.advantage-index{margin-bottom:1rem;color:#0077d92e;font-size:2.4rem;font-weight:800;line-height:1}.inner-hero{padding:3.5rem 0;border-bottom:1px solid var(--border-color);background:linear-gradient(125deg,rgba(0,119,217,.09),transparent 36%),var(--bg-light)}.inner-hero h1{margin-bottom:.5rem;color:var(--dark);font-size:1.75rem;font-weight:800}.inner-hero p{color:var(--text-muted)}.breadcrumb{margin-bottom:.85rem;color:var(--text-muted);font-size:.85rem}.breadcrumb a{color:var(--primary);font-weight:600}.product-overview-grid{align-items:stretch}.product-detail-hero{padding:4rem 0}.product-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:2rem;align-items:stretch}.product-hero-grid h1{font-size:clamp(2rem,3vw,3rem)}.product-hero-grid p{max-width:920px;font-size:1rem;line-height:1.8}.product-hero-tags{margin-top:1.4rem;margin-bottom:0}.detail-summary-card{padding:1.5rem;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-white);box-shadow:0 18px 48px #10151d0f}.detail-summary-card h2{margin-bottom:1rem;color:var(--dark);font-size:1.1rem}.detail-summary-card ul{margin:0 0 1.5rem;padding-left:1.1rem;color:var(--text-muted)}.detail-summary-card li{margin-bottom:.65rem}.detail-summary-card .btn{width:100%}.detail-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.detail-product-card{display:grid;grid-template-columns:minmax(180px,.45fr) minmax(0,1fr);gap:1.5rem;min-height:100%}.detail-product-visual{position:relative;min-height:100%;border:1px solid var(--border-color);border-radius:6px;overflow:hidden;background:linear-gradient(135deg,#0077d91f,#00b8d90f),var(--bg-light)}.detail-product-visual:before,.detail-product-visual:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.55);background:#ffffff6b}.detail-product-visual:before{left:18%;bottom:20%;width:44%;height:42%}.detail-product-visual:after{right:16%;bottom:28%;width:24%;height:34%}.detail-product-visual span{position:absolute;left:1rem;bottom:1rem;color:var(--dark);font-size:.7rem;font-weight:800;letter-spacing:.16em}.detail-product-visual-battery{background:linear-gradient(135deg,#d9522f29,#10151d0f),var(--bg-light)}.detail-product-visual-thermal{background:linear-gradient(135deg,#d9902f29,#00b8d914),var(--bg-light)}.detail-product-visual-climate{background:linear-gradient(135deg,#0077d929,#65738614),var(--bg-light)}.detail-product-visual-fluid{background:linear-gradient(135deg,#00b8d929,#10151d14),var(--bg-light)}.detail-product-visual-test-stand{background:linear-gradient(135deg,#0f6fb624,#b8893a1a),var(--bg-light)}.detail-product-body{min-width:0}.detail-product-body h3{font-size:1.22rem}.detail-info-group{margin-top:1.25rem}.detail-info-group h4{margin-bottom:.65rem;color:var(--dark);font-size:.92rem}.pill-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none}.pill-list li{display:inline-flex;align-items:center;min-height:26px;padding:.25rem .7rem;border:1px solid #d8e2ee;border-radius:999px;color:#556579;background:#f8fafc;font-size:.76rem}.feature-list{margin:0;padding-left:1.1rem;color:var(--text-muted);font-size:.92rem}.feature-list li{margin-bottom:.45rem}.series-cta{margin-top:3rem;padding:2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:var(--bg-white);background:linear-gradient(90deg,#10151dfa,#192432fa),repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 72px)}.series-cta span{display:inline-block;margin-bottom:.55rem;color:#9bdff0;font-size:.72rem;font-weight:800;letter-spacing:.16em}.series-cta h2{margin-bottom:.35rem;font-size:1.35rem;line-height:1.35}.series-cta p{max-width:760px;color:#b9c6d6}.contact-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:1.5rem;align-items:start}.contact-card-heading{margin-bottom:1.5rem}.contact-card-heading span,.map-placeholder span{display:inline-block;margin-bottom:.55rem;color:var(--primary);font-size:.72rem;font-weight:800;letter-spacing:.16em}.contact-card-heading h2,.map-placeholder h2{margin-bottom:.65rem;color:var(--dark);font-size:1.35rem;line-height:1.3}.contact-card-heading p,.map-placeholder p{color:var(--text-muted)}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:var(--dark);font-size:.9rem;font-weight:700}.form-control{width:100%;min-height:44px;padding:.72rem .9rem;border:1px solid var(--border-color);border-radius:4px;color:var(--text-main);background:var(--bg-white);font:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease}textarea.form-control{resize:vertical}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0077d91a}.form-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.form-note{max-width:520px;color:var(--text-muted);font-size:.86rem}.form-status{display:none;padding:.85rem 1rem;border:1px solid rgba(0,119,217,.24);border-radius:6px;color:#184a73;background:#eef7ff;font-size:.92rem}.form-status.visible{display:block}.contact-info-column{display:grid;gap:1.5rem}.contact-list{display:grid;gap:1rem}.contact-list div{padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.contact-list div:last-child{padding-bottom:0;border-bottom:0}.contact-list dt{margin-bottom:.35rem;color:var(--text-muted);font-size:.82rem;font-weight:700}.contact-list dd{color:var(--dark);font-size:.98rem;font-weight:650}.contact-list dd span{display:inline-flex;margin-left:.45rem;padding:.15rem .45rem;border:1px solid #e5d6b8;border-radius:999px;color:#7a5719;background:#fff8e8;font-size:.72rem;font-weight:700;vertical-align:middle}.map-placeholder{min-height:300px;display:flex;align-items:flex-end;padding:1.5rem;border:1px solid var(--border-color);border-radius:8px;overflow:hidden;position:relative;background:linear-gradient(135deg,#0077d91a,#10151d14),var(--bg-light)}.map-placeholder:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(16,21,29,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(16,21,29,.06) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 78%)}.map-placeholder:after{content:"";position:absolute;top:28%;left:50%;width:46px;height:46px;border:2px solid rgba(0,119,217,.55);border-radius:50% 50% 50% 0;transform:translate(-50%) rotate(-45deg);background:#ffffffa3}.map-placeholder>div{position:relative;z-index:1}.application-scenario-stack{display:grid;gap:1.5rem}.application-scenario{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:1.5rem;align-items:stretch}.application-scenario-visual{min-height:320px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;padding:1.5rem;border:1px solid var(--border-color);border-radius:8px;color:var(--bg-white);background:linear-gradient(135deg,#0077d985,#10151df5),var(--dark)}.application-scenario:nth-child(2) .application-scenario-visual{background:linear-gradient(135deg,#53627ac2,#10151df5),var(--dark)}.application-scenario:nth-child(3) .application-scenario-visual{background:linear-gradient(135deg,#00b8d973,#10151df5),var(--dark)}.application-scenario:nth-child(4) .application-scenario-visual{background:linear-gradient(135deg,#d9902f6b,#10151df5),var(--dark)}.application-scenario-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:36px 36px;opacity:.5}.application-scenario-visual span,.application-scenario-visual strong{position:relative;z-index:1}.application-scenario-visual span{margin-bottom:.5rem;color:#9bdff0;font-size:.72rem;font-weight:800;letter-spacing:.16em}.application-scenario-visual strong{font-size:1.55rem;line-height:1.25}.application-scenario-content{display:grid;gap:1.5rem}.application-scenario-content h2{margin-bottom:.75rem;color:var(--dark);font-size:1.45rem}.application-scenario-content p{color:var(--text-muted)}.application-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.application-detail-grid h3,.recommended-products h3{margin-bottom:.75rem;color:var(--dark);font-size:.96rem}.recommended-product-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.recommended-product-link{display:grid;gap:.25rem;min-height:88px;padding:.85rem;border:1px solid var(--border-color);border-radius:6px;background:#f8fafc}.recommended-product-link:hover{border-color:#0077d959;background:#eef7ff}.recommended-product-link span{color:var(--warning);font-size:.68rem;font-weight:800;letter-spacing:.14em}.recommended-product-link strong{color:var(--dark);font-size:.95rem;line-height:1.35}.application-actions{display:flex;flex-wrap:wrap;gap:.75rem}.section-muted{background:var(--bg-light)}.section-kicker,.about-evidence-card span,.about-support-card span{display:inline-block;margin-bottom:.75rem;color:var(--primary);font-size:.72rem;font-weight:800;letter-spacing:.16em}.about-intro-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:2rem;align-items:stretch}.about-intro-copy h2{max-width:760px;margin-bottom:1.2rem;color:var(--dark);font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.22}.about-intro-copy p{max-width:880px;margin-bottom:1rem;color:var(--text-muted);font-size:1rem;line-height:1.85}.about-evidence-card{padding:2rem;border:1px solid var(--border-color);border-radius:8px;background:linear-gradient(135deg,#0077d914,#00b8d90a),var(--bg-white)}.about-evidence-card h2{margin-bottom:.85rem;color:var(--dark);font-size:1.35rem;line-height:1.35}.about-evidence-card p{color:var(--text-muted)}.about-direction-grid{gap:1rem}.about-direction-card{color:inherit}.about-direction-card .feature-list{margin-bottom:1.25rem}.about-capability-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.about-capability-card{min-height:100%}.about-delivery-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:2rem;align-items:start}.section-heading-left{margin-left:0;text-align:left}.about-process-list{display:grid;gap:.8rem;list-style:none;counter-reset:process}.about-process-list li{counter-increment:process;display:flex;align-items:center;gap:.9rem;min-height:54px;padding:.85rem 1rem;border:1px solid var(--border-color);border-radius:6px;color:var(--dark);background:var(--bg-white);font-weight:700}.about-process-list li:before{content:counter(process,decimal-leading-zero);display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:4px;color:var(--primary);background:#eef7ff;font-size:.78rem;font-weight:800}.about-support-card h3{margin-bottom:.85rem}.about-status-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--border-color);border-radius:8px;overflow:hidden;background:var(--bg-white)}.about-status-table div{display:flex;justify-content:space-between;gap:1rem;min-height:58px;padding:1rem 1.2rem;border-bottom:1px solid var(--border-color)}.about-status-table div:nth-child(odd){border-right:1px solid var(--border-color)}.about-status-table div:nth-last-child(-n+2){border-bottom:0}.about-status-table strong{color:var(--dark)}.about-status-table span{color:var(--warning);font-weight:800;white-space:nowrap}footer{position:relative;padding:3rem 0 1.45rem;border-top:1px solid rgba(255,255,255,.08);color:#94a3b8;background:var(--dark);font-size:.9rem;box-shadow:inset 0 1px #ffffff09}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:1.6rem;margin-bottom:1.45rem}.footer-logo-img{display:block;width:auto;height:50px;margin-bottom:.8rem}.footer-heading{margin-bottom:.9rem;color:var(--bg-white);font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:.48rem}.footer-contact{color:#94a3b8}.footer-links a:hover{color:var(--bg-white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.05)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.reveal-visible{opacity:1;transform:translateY(0)}.back-to-top{position:fixed;right:2rem;bottom:2rem;z-index:999;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:0;border-radius:8px;color:#fff;background:#0f6fb6ad;box-shadow:0 8px 22px #103d6324;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:all .3s ease}.back-to-top.visible{opacity:.76;visibility:visible;transform:translateY(0)}.back-to-top:hover,.back-to-top:focus-visible{opacity:1;background:var(--primary);box-shadow:0 12px 28px #0f6fb638}.back-to-top svg{width:18px;height:18px}@keyframes pulse{0%,to{transform:scale(1);opacity:.75}50%{transform:scale(1.35);opacity:1}}@media(max-width:1024px){.mega-menu{display:none}.nav-item{display:block}.mobile-product-submenu{display:grid;gap:.35rem;margin-top:.45rem;padding:.65rem .75rem;border:1px solid rgba(15,111,182,.12);border-radius:8px;background:#f7fbfe}.mobile-product-submenu a{padding:.42rem .55rem;border-radius:6px;color:#405268;font-size:.86rem;font-weight:650}.mobile-product-submenu a:hover,.mobile-product-submenu a:focus-visible{color:#0f6fb6;background:#edf7fc}.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px)and (max-width:1180px){.mega-menu{height:clamp(350px,46vh,430px)}.mega-menu-inner{grid-template-columns:minmax(220px,.2fr) minmax(0,1fr);width:calc(100vw - 3rem);max-width:calc(100vw - 3rem)}.mega-menu-heading,.mega-product-group{padding:.8rem}.mega-menu-heading{padding-top:2.6rem}.mega-menu-heading-icon{width:68px;height:68px;margin-top:1rem}.mega-menu-heading-icon svg{width:40px;height:40px}.mega-product-title strong{font-size:.88rem}.mega-product-group p{margin:.5rem 0 .62rem;font-size:.74rem;line-height:1.42}.mega-product-group li a{padding:.2rem .28rem;font-size:.72rem;line-height:1.22}}@media(max-width:768px){.container{padding:0 2rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.menu-toggle{display:flex}.nav-links{position:absolute;top:70px;z-index:3000;left:0;right:0;display:none;flex-direction:column;gap:.85rem;padding:1rem 1.5rem 1.25rem;border-bottom:1px solid rgba(15,111,182,.14);background:#fff;box-shadow:0 18px 42px #103d631a}.nav-links.active{display:flex}.lang-switch{margin-left:0;padding-left:0;border-left:0}.hero{padding:3rem 0 1.8rem}.hero h1{font-size:2.25rem}.hero p{font-size:1rem}.btn-group{gap:.75rem}.btn{flex:1;padding:.72rem .8rem;font-size:.9rem}.hero-visual-grid{grid-template-columns:1fr}.hero-visual-grid .hero-card:nth-child(2){display:none}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.product-hero-grid,.detail-card-grid,.detail-product-card,.contact-layout,.form-grid,.application-scenario,.application-detail-grid,.recommended-product-list,.about-intro-grid,.about-capability-grid,.about-delivery-grid,.about-status-table{grid-template-columns:1fr}.about-status-table div,.about-status-table div:nth-child(odd){border-right:0}.about-status-table div:nth-last-child(2){border-bottom:1px solid var(--border-color)}.application-scenario-visual{min-height:220px}.detail-product-visual{min-height:170px}.series-cta{flex-direction:column;align-items:flex-start}.series-cta .btn{width:100%}}@media(min-width:1800px){.container{max-width:1880px}.hero-content{max-width:1500px}.hero-visual-grid{max-width:1720px}}:root{--primary: #0f6fb6;--primary-hover: #0a568e;--accent: #20a4c8;--warning: #b8893a;--dark: #0d141d;--text-main: #1f2c3a;--text-muted: #627184;--border-color: #d7e0ea;--bg-light: #f4f7fa;--bg-steel: #e9eef4;--shadow-soft: 0 18px 46px rgba(13, 20, 29, .08);--shadow-card: 0 20px 54px rgba(13, 20, 29, .1)}body{background:linear-gradient(180deg,#fff,#f8fafc 44%,#fff)}.container{max-width:1440px}.section{padding:5.8rem 0}.section-tight{padding-top:4.6rem}.site-header{background-color:#fffffff0;border-bottom-color:#a0aebf52}.nav-container{height:72px}.logo-img{height:52px}.nav-links{gap:2.2rem}.nav-links a{color:#263445;font-weight:700}.hero{min-height:calc(100vh - 72px);display:flex;align-items:center;padding:5.6rem 0 5rem;text-align:left;background-color:#0c121a;background-image:linear-gradient(90deg,#070d15eb,#0d1925db 54%,#090e15fa),repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0 1px,transparent 1px 120px),repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,transparent 1px 80px)}.hero:before{opacity:.72;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,rgba(0,0,0,.8),transparent 82%)}.hero:after{content:"";position:absolute;right:5vw;top:20%;bottom:18%;width:min(34vw,520px);border:1px solid rgba(142,164,188,.22);background:linear-gradient(135deg,#20a4c81f,#ffffff05),repeating-linear-gradient(0deg,rgba(255,255,255,.055) 0 1px,transparent 1px 34px);clip-path:polygon(0 0,100% 0,100% 78%,82% 100%,0 100%);opacity:.7}.hero-content{width:100%;max-width:980px;margin:0}.hero-eyebrow{justify-content:flex-start;color:#9bd8e8}.hero-eyebrow:before{width:42px}.hero-eyebrow:after{display:none}.hero h1{max-width:920px;margin-bottom:1.25rem;font-size:clamp(2.65rem,5vw,5.4rem);line-height:1.02}.hero p{max-width:760px;margin:0 0 1.6rem;color:#c5d1df;font-size:1.14rem;line-height:1.85}.hero-scope{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1.7rem}.hero-scope span{display:inline-flex;align-items:center;min-height:34px;padding:0 .9rem;border:1px solid rgba(151,177,206,.28);border-radius:4px;color:#dfe9f4;background:#ffffff0e;font-size:.84rem;font-weight:700}.hero .btn-group{justify-content:flex-start}.btn{border-radius:4px;font-weight:750}.btn-primary{border-color:#20a4c880;background:linear-gradient(135deg,#0f6fb6,#1689b5);box-shadow:0 14px 32px #0f6fb63d}.btn-dark-outline{border-color:#c8d3de;background:#fff}.section-heading{max-width:860px;margin-bottom:3rem}.section-heading>span,.product-meta,.section-kicker,.contact-card-heading span,.map-placeholder span,.about-evidence-card span,.about-support-card span,.series-cta span,.section-cta span,.engineering-strip span{color:var(--warning);letter-spacing:.18em}.section-heading h2{font-size:clamp(1.85rem,3vw,2.65rem)}.card{border-color:#a7b5c66b;border-radius:6px;box-shadow:0 1px #ffffffb3}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card)}.product-card{min-height:340px;padding:1.7rem;background:linear-gradient(180deg,#fff,#f9fbfd)}.product-card:after{content:"";position:absolute;right:1rem;top:1rem;width:52px;height:52px;border-top:1px solid rgba(15,111,182,.24);border-right:1px solid rgba(15,111,182,.24);pointer-events:none}.icon-wrapper{width:52px;height:52px;border:1px solid #d9e4ef;border-radius:4px;background:#f2f7fb}.product-tags span,.pill-list li{border-radius:4px;background:#f3f6f9}.product-overview-grid{gap:1.2rem}.engineering-strip{padding:3.4rem 0;color:#dbe7f4;background:linear-gradient(90deg,#0d141dfa,#192634fa),repeating-linear-gradient(90deg,rgba(255,255,255,.055) 0 1px,transparent 1px 92px)}.engineering-strip-grid{display:grid;grid-template-columns:minmax(260px,.45fr) minmax(0,1fr);gap:2rem;align-items:center}.engineering-strip h2{color:#fff;font-size:1.45rem;line-height:1.35}.engineering-status-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.engineering-status-item{min-height:92px;padding:1rem;border:1px solid rgba(190,207,226,.18);border-radius:6px;background:#ffffff0b}.engineering-status-item strong{display:block;margin-bottom:.45rem;color:#fff;font-size:1.12rem}.engineering-status-item span{color:#9fb0c4;font-size:.84rem;letter-spacing:0}.advantage-grid{gap:1rem}.advantage-card{min-height:260px}.advantage-index{color:#0f6fb629}.inner-hero{padding:4.6rem 0;background:linear-gradient(115deg,rgba(15,111,182,.1),transparent 34%),linear-gradient(180deg,#f6f8fb,#eef3f8)}.inner-hero h1{font-size:clamp(2.1rem,4vw,3.25rem)}.section-cta{display:flex;justify-content:space-between;gap:2rem;align-items:center;margin-top:2.4rem;padding:2rem;border:1px solid rgba(167,181,198,.42);border-radius:6px;background:linear-gradient(135deg,#0f6fb614,#ffffffc7),#fff;box-shadow:var(--shadow-soft)}.section-cta h2{margin-bottom:.5rem;color:var(--dark);font-size:1.35rem}.section-cta p{max-width:820px;color:var(--text-muted)}.application-map{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:2rem}.application-map div{display:flex;align-items:center;gap:.85rem;min-height:74px;padding:1rem;border:1px solid var(--border-color);border-radius:6px;background:#fff}.application-map span{color:var(--warning);font-weight:800}.application-map strong{color:var(--dark)}.application-scenario-stack{gap:1.25rem}.application-scenario{grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr)}.application-scenario-visual{min-height:360px;border-radius:6px;background:linear-gradient(135deg,#0f6fb680,#0d141df5),var(--dark)}.application-scenario-content{padding:1.7rem}.recommended-product-link{border-radius:4px}.about-intro-grid,.about-delivery-grid,.contact-layout{gap:1.2rem}.about-evidence-card,.map-placeholder{border-radius:6px}.support-contact-block{display:grid;gap:.75rem;margin:1.2rem 0}.support-contact-block div{padding:.85rem 1rem;border:1px solid var(--border-color);border-radius:4px;background:#f8fafc}.support-contact-block small{display:block;margin-bottom:.25rem;color:var(--text-muted);font-weight:700}.support-contact-block strong{color:var(--dark);word-break:break-all}.about-status-table,.contact-form-card,.contact-info-card,.contact-process-card{box-shadow:var(--shadow-soft)}.form-control{border-radius:4px;background:#fbfcfe}.map-placeholder{background:linear-gradient(135deg,#0f6fb61a,#0d141d14),#f5f8fb}footer{background:linear-gradient(180deg,#101722,#0d141d)}@media(max-width:1024px){.hero{min-height:auto}.hero:after{display:none}.engineering-strip-grid,.engineering-status-list,.application-map{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.container{padding:0 1.25rem}.section{padding:4rem 0}.hero{padding:4.4rem 0;text-align:left}.hero h1{font-size:2.45rem}.hero .btn-group,.section-cta,.application-map,.engineering-strip-grid,.engineering-status-list{grid-template-columns:1fr}.hero .btn-group,.section-cta{flex-direction:column;align-items:stretch}.hero .btn{width:100%}.hero-scope span{flex:1 1 calc(50% - .7rem);justify-content:center;text-align:center}.application-scenario-visual{min-height:210px}.section-cta .btn{width:100%}}.hero-v2{min-height:calc(100vh - 72px);padding:4.8rem 0;text-align:left;background:linear-gradient(90deg,#0a0f16fa,#111a25f5),repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0 1px,transparent 1px 96px)}.hero-v2:after{display:none}.hero-v2-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);gap:3rem;align-items:center}.hero-v2-copy{max-width:760px}.hero-v2 h1{max-width:820px;font-size:clamp(2.7rem,4.8vw,5.1rem);letter-spacing:0}.hero-v2 p{max-width:720px}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem}.hero-actions .btn{min-width:150px}.hero-system-panel{position:relative;min-height:560px;padding:1.2rem;border:1px solid rgba(167,190,216,.22);border-radius:2px;background:linear-gradient(180deg,#ffffff14,#ffffff09),#080e16b3;box-shadow:inset 0 1px #ffffff14,0 30px 80px #00000047}.hero-system-panel:before{content:"";position:absolute;inset:1.2rem;pointer-events:none;border:1px solid rgba(156,180,206,.12);background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:42px 42px}.system-panel-header{position:relative;z-index:1;display:flex;justify-content:space-between;gap:1rem;padding:.8rem .9rem 1rem;border-bottom:1px solid rgba(190,207,226,.16)}.system-panel-header span,.solution-path span,.product-catalog-aside span,.solution-scene span,.contact-direct-bar span{color:#c49a57;font-size:.72rem;font-weight:800;letter-spacing:.18em}.system-panel-header strong{color:#f1f6fb;font-size:.95rem}.system-flow{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;padding:1.1rem .9rem}.system-flow-node{min-height:132px;padding:1rem;border:1px solid rgba(190,207,226,.16);background:#ffffff0e}.system-flow-node.is-active{border-color:#20a4c87a;background:#20a4c814}.system-flow-node span{display:block;margin-bottom:1.1rem;color:#c49a57e6;font-weight:900}.system-flow-node strong,.system-flow-node small{display:block}.system-flow-node strong{margin-bottom:.35rem;color:#fff;font-size:1.05rem}.system-flow-node small{color:#aab9c9;line-height:1.6}.system-panel-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin-top:.6rem;padding:0 .9rem .9rem}.system-mini-card{min-height:112px;display:flex;flex-direction:column;justify-content:flex-end;gap:.35rem;padding:.85rem;border:1px solid rgba(190,207,226,.16);color:#e8f0f8;background:#ffffff0a}.system-mini-card:hover{border-color:#20a4c873;background:#20a4c814}.system-mini-card span{color:#c49a57;font-size:.72rem;font-weight:800}.system-mini-card strong{font-size:.94rem;line-height:1.35}.product-directory-section{background:linear-gradient(180deg,#fff,#f4f7fa)}.product-directory{display:grid;gap:.85rem}.product-directory-row{display:grid;grid-template-columns:72px minmax(260px,.78fr) minmax(260px,1fr) 150px;gap:1.2rem;align-items:center;min-height:156px;padding:1rem;border:1px solid rgba(165,180,198,.5);background:#fff}.product-directory-index,.product-catalog-code{display:flex;align-items:center;justify-content:center;align-self:stretch;min-height:100%;color:#0f6fb65c;background:linear-gradient(180deg,#f3f7fb,#eaf0f6);font-size:1.6rem;font-weight:900}.product-directory-main h3,.product-catalog-copy h3{margin-bottom:.45rem;color:var(--dark);font-size:1.35rem}.product-directory-main p,.product-catalog-copy p{color:var(--text-muted)}.product-directory-apps{display:flex;flex-wrap:wrap;gap:.5rem}.product-directory-apps span{padding:.38rem .58rem;border:1px solid #d9e3ee;color:#4e5f72;background:#f7f9fb;font-size:.78rem}.engineering-method-section{background:#fff}.engineering-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--border-color);background:#fff}.engineering-method-item{min-height:280px;padding:1.6rem;border-right:1px solid var(--border-color)}.engineering-method-item:last-child{border-right:0}.engineering-method-item h3{margin-bottom:.8rem;color:var(--dark)}.engineering-method-item p{color:var(--text-muted)}.product-catalog-layout{display:grid;grid-template-columns:minmax(260px,.32fr) minmax(0,1fr);gap:1.2rem;align-items:start}.product-catalog-aside{position:sticky;top:96px;padding:1.5rem;border:1px solid var(--border-color);background:linear-gradient(180deg,#fff,#f7f9fb)}.product-catalog-aside h2{margin:.7rem 0 1rem;color:var(--dark);font-size:1.35rem}.product-catalog-aside ol{display:grid;gap:.75rem;margin:0;padding-left:1.1rem;color:var(--text-muted)}.product-catalog-list{display:grid;gap:.9rem}.product-catalog-row{display:grid;grid-template-columns:72px minmax(260px,.95fr) minmax(240px,.7fr) 142px;gap:1rem;align-items:center;padding:1rem;border:1px solid var(--border-color);background:#fff}.product-catalog-targets h4,.solution-needs h3,.solution-products h3{margin-bottom:.65rem;color:var(--dark);font-size:.95rem}.solution-path{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:1rem;border:1px solid var(--border-color);background:#fff}.solution-path div{min-height:92px;padding:1rem;border-right:1px solid var(--border-color)}.solution-path div:last-child{border-right:0}.solution-path strong{display:block;margin-top:.35rem;color:var(--dark);font-size:1.05rem}.solution-board{display:grid;gap:.9rem}.solution-row{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(320px,.72fr) minmax(260px,.48fr);border:1px solid var(--border-color);background:#fff}.solution-scene,.solution-needs,.solution-products{padding:1.35rem}.solution-scene{color:#e7eef6;background:linear-gradient(180deg,#111b27,#0e1621)}.solution-scene h2{margin:.65rem 0 .75rem;color:#fff;font-size:1.45rem}.solution-scene p{color:#aebdce}.solution-needs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;border-right:1px solid var(--border-color)}.solution-products{display:grid;align-content:start;gap:1rem}.company-capability-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1.2rem}.company-capability-board div{min-height:150px;padding:1.2rem;border:1px solid var(--border-color);background:#fff}.company-capability-board span{color:#0f6fb65c;font-size:1.35rem;font-weight:900}.company-capability-board strong{display:block;margin:.55rem 0;color:var(--dark);font-size:1.08rem}.company-capability-board p{color:var(--text-muted)}.contact-direct-bar{display:grid;grid-template-columns:minmax(160px,.25fr) minmax(220px,.25fr) minmax(0,.5fr);gap:.85rem;margin-bottom:1rem}.contact-direct-bar div{min-height:106px;padding:1rem;border:1px solid var(--border-color);background:linear-gradient(180deg,#fff,#f7f9fb)}.contact-direct-bar strong{display:block;margin-top:.5rem;color:var(--dark);font-size:1.02rem;line-height:1.55;word-break:break-all}.contact-layout{grid-template-columns:minmax(0,1fr) minmax(360px,.82fr)}@media(max-width:1180px){.hero-v2-grid,.product-catalog-layout,.solution-row,.contact-layout{grid-template-columns:1fr}.product-catalog-aside{position:static}.product-directory-row,.product-catalog-row{grid-template-columns:64px minmax(0,1fr)}.product-directory-apps,.product-catalog-targets,.product-directory-row .btn,.product-catalog-row .btn{grid-column:2}.system-panel-grid,.solution-path,.company-capability-board,.contact-direct-bar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.hero-v2{padding:4rem 0}.hero-v2-grid,.system-flow,.system-panel-grid,.engineering-method-grid,.solution-path,.solution-needs,.company-capability-board,.contact-direct-bar{grid-template-columns:1fr}.hero-system-panel{min-height:auto;padding:.8rem}.system-flow-node,.system-mini-card{min-height:96px}.product-directory-row,.product-catalog-row{grid-template-columns:1fr}.product-directory-index,.product-catalog-code,.product-directory-apps,.product-catalog-targets,.product-directory-row .btn,.product-catalog-row .btn{grid-column:auto}.product-directory-index,.product-catalog-code{min-height:46px;justify-content:flex-start;padding-left:1rem}.engineering-method-item,.solution-path div{border-right:0;border-bottom:1px solid var(--border-color)}.engineering-method-item:last-child,.solution-path div:last-child{border-bottom:0}}.container{width:min(2240px,calc(100% - clamp(2rem,6vw,10rem)));max-width:none;padding-left:0;padding-right:0}.nav-container{width:min(2240px,calc(100% - clamp(2rem,6vw,10rem)))}.section-heading-left{max-width:min(1120px,68vw)}.hero-v2-grid{grid-template-columns:minmax(440px,.85fr) minmax(620px,1.15fr);gap:clamp(3rem,5vw,7rem)}.hero-v2-copy{max-width:940px}.hero-v2 h1{max-width:980px}.hero-v2 p{max-width:860px}.hero-system-panel{min-height:clamp(560px,42vw,760px)}.system-flow,.system-panel-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-directory-row{grid-template-columns:96px minmax(360px,.78fr) minmax(520px,1.25fr) 180px;min-height:176px;padding:1.2rem}.product-directory-apps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.engineering-strip-grid{grid-template-columns:minmax(360px,.36fr) minmax(0,1fr)}.engineering-status-list{grid-template-columns:repeat(4,minmax(0,1fr))}.engineering-method-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.engineering-method-item{min-height:320px;padding:clamp(1.6rem,2vw,2.4rem)}.product-catalog-layout{grid-template-columns:minmax(340px,.26fr) minmax(0,1fr);gap:clamp(1.2rem,2vw,2rem)}.product-catalog-row{grid-template-columns:96px minmax(0,.92fr) minmax(260px,.82fr) 170px;min-height:190px;padding:1.2rem}.solution-path{grid-template-columns:repeat(4,minmax(0,1fr))}.solution-row{grid-template-columns:minmax(320px,.34fr) minmax(520px,.92fr) minmax(420px,.56fr)}.solution-scene,.solution-needs,.solution-products{padding:clamp(1.35rem,1.6vw,2rem)}.recommended-product-list{grid-template-columns:repeat(3,minmax(0,1fr))}.about-intro-grid{grid-template-columns:minmax(620px,1.08fr) minmax(420px,.52fr)}.about-capability-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.about-delivery-grid{grid-template-columns:minmax(620px,1fr) minmax(420px,.62fr)}.company-capability-board{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-direct-bar{grid-template-columns:minmax(220px,.22fr) minmax(260px,.22fr) minmax(620px,.56fr)}.contact-layout{grid-template-columns:minmax(620px,1fr) minmax(460px,.62fr)}@media(min-width:1800px){.section{padding:6.6rem 0}.hero-v2{padding:5.6rem 0}.hero-v2-grid{grid-template-columns:minmax(560px,.82fr) minmax(820px,1.18fr)}.hero-system-panel{min-height:700px}.system-flow-node{min-height:172px;padding:1.25rem}.system-mini-card{min-height:148px;padding:1.1rem}.product-directory-row{grid-template-columns:112px minmax(440px,.72fr) minmax(720px,1.28fr) 190px}.product-catalog-row{grid-template-columns:112px minmax(0,.95fr) minmax(320px,.86fr) 190px}.solution-row{grid-template-columns:minmax(420px,.34fr) minmax(760px,.96fr) minmax(520px,.52fr)}}@media(max-width:1180px){.container,.nav-container{width:min(100% - 2.5rem,1000px)}.section-heading-left{max-width:860px}.hero-v2-grid,.product-catalog-layout,.solution-row,.contact-layout,.about-intro-grid,.about-delivery-grid{grid-template-columns:1fr}.system-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.product-directory-row,.product-catalog-row{grid-template-columns:64px minmax(0,1fr)}.product-directory-apps,.product-catalog-targets,.product-directory-row .btn,.product-catalog-row .btn{grid-column:2}}@media(max-width:768px){.container,.nav-container{width:min(100% - 2rem,720px)}.hero-v2-grid,.system-flow,.system-panel-grid,.product-directory-apps,.engineering-strip-grid,.engineering-status-list,.engineering-method-grid,.solution-path,.solution-needs,.recommended-product-list,.about-capability-grid,.company-capability-board,.contact-direct-bar,.product-directory-row,.product-catalog-row{grid-template-columns:1fr}.product-directory-apps,.product-catalog-targets,.product-directory-row .btn,.product-catalog-row .btn{grid-column:auto}}.nav-container{min-height:82px}.logo{align-items:center;gap:.72rem;min-width:0;text-decoration:none}.logo-img{height:62px}.logo-text{display:inline-flex;align-items:center;padding-left:.72rem;border-left:1px solid rgba(35,124,185,.26);color:#126ca8;background:linear-gradient(135deg,#126ca8,#1f91c8 58%,#0b5d96);background-clip:text;-webkit-background-clip:text;font-size:1.26rem;font-weight:720;line-height:1;letter-spacing:.045em;white-space:nowrap;-webkit-text-fill-color:transparent;text-shadow:0 1px 0 rgba(255,255,255,.34)}@media(max-width:1180px){.nav-container{min-height:78px}.logo-img{height:58px}.logo-text{font-size:1.16rem}}@media(max-width:768px){.nav-container{min-height:68px}.logo{gap:.52rem;max-width:calc(100% - 58px)}.logo-img{height:48px}.logo-text{padding-left:.52rem;font-size:1rem;letter-spacing:.025em}}@media(max-width:420px){.logo-img{height:42px}.logo-text{font-size:.94rem}}@media(min-width:1025px){.nav-links{height:100%;align-self:stretch;align-items:stretch}.nav-links>a,.nav-product-item{display:flex;align-self:stretch;align-items:center;height:100%;padding-top:0;padding-bottom:0}.nav-product-item{padding:0 .15rem;margin:0 -.15rem}.nav-product-item>.nav-link{display:flex;align-items:center;height:100%;line-height:1;padding-top:0;padding-bottom:0}.mega-menu:before{top:-24px;height:24px}}.zr-about-page{overflow:hidden;color:#243143;background:radial-gradient(circle at 16% 5%,rgba(46,185,232,.08),transparent 28%),linear-gradient(180deg,#fff,#f7fbff 34%,#fff)}.zr-about-kicker{display:inline-block;margin-bottom:.8rem;color:#0f6fb6;font-size:.74rem;font-weight:850;letter-spacing:.14em}.zr-about-hero{padding:clamp(4.2rem,7vw,7rem) 0 clamp(4rem,6vw,6.5rem);background:linear-gradient(rgba(15,111,182,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(15,111,182,.028) 1px,transparent 1px),linear-gradient(180deg,#fff,#f5faff);background-size:54px 54px,54px 54px,auto}.zr-about-hero-grid,.zr-about-safety-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:clamp(2rem,4vw,4rem);align-items:center}.zr-about-hero-copy h1{max-width:760px;margin-bottom:1.1rem;color:#08223b;font-size:clamp(2.45rem,4.2vw,4.8rem);line-height:1.12}.zr-about-hero-copy p,.zr-about-copy-block p,.zr-about-section-head p,.zr-about-role-card p,.zr-about-shopfloor-card p,.zr-about-safety-grid p,.zr-about-cooperation-grid p{color:#526a80;line-height:1.78}.zr-about-hero-copy p{max-width:760px;margin-bottom:1.6rem;font-size:1.03rem}.zr-about-visual,.zr-about-shopfloor-visual{position:relative;display:flex;width:100%;margin:0;overflow:hidden;border:1px solid rgba(15,111,182,.16);background:linear-gradient(rgba(15,111,182,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(15,111,182,.045) 1px,transparent 1px),radial-gradient(circle at 76% 20%,rgba(46,185,232,.16),transparent 34%),linear-gradient(145deg,#f9fdff,#eaf5fb);background-size:42px 42px,42px 42px,auto,auto;box-shadow:0 22px 60px #1f46681a}.zr-about-visual:not(:has(img)):after,.zr-about-shopfloor-visual:not(:has(img)):after{content:"";position:absolute;inset:auto -12% -30% 32%;height:54%;border:1px solid rgba(15,111,182,.12);transform:rotate(-8deg)}.zr-about-visual img,.zr-about-shopfloor-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .34s cubic-bezier(.22,1,.36,1),filter .34s ease}.zr-about-visual span,.zr-about-shopfloor-visual span{position:relative;z-index:1;color:#315d7f;font-size:.8rem;font-weight:800;letter-spacing:.06em}.zr-about-visual strong{position:relative;z-index:1;display:block;max-width:360px;margin-top:.5rem;color:#08223b;font-size:clamp(1.2rem,2vw,1.8rem);line-height:1.35}.zr-about-hero-visual{aspect-ratio:16 / 10;min-height:0;align-items:flex-end;padding:0;border-radius:18px}.zr-about-section{padding:clamp(4rem,6vw,6.5rem) 0}.zr-about-copy-block h2,.zr-about-section-head h2{max-width:780px;margin-bottom:1rem;color:#08223b;font-size:clamp(1.85rem,2.7vw,3rem);line-height:1.22}.zr-about-copy-block p{max-width:760px}.zr-about-shopfloor-section,.zr-about-cooperation-section{padding-bottom:clamp(4.2rem,6vw,6rem);background:radial-gradient(circle at 12% 0%,rgba(46,185,232,.1),transparent 30%),linear-gradient(180deg,#f7fbff,#fff)}.zr-about-section-head{max-width:850px;margin:0 auto clamp(2rem,3vw,3rem);text-align:center}.zr-about-section-head-left{margin-right:0;margin-left:0;text-align:left}.zr-about-nowrap-title,.zr-about-nowrap-copy{max-width:none}@media(min-width:1181px){.zr-about-nowrap-title,.zr-about-nowrap-copy{white-space:nowrap}}.zr-about-role-card,.zr-about-shopfloor-card,.zr-about-safety-grid article,.zr-about-cooperation-grid article{border:1px solid rgba(15,111,182,.14);border-radius:14px;background:#ffffffeb;box-shadow:0 16px 45px #1f466812;transition:transform .3s cubic-bezier(.22,1,.36,1),border-color .3s ease,box-shadow .3s ease}.zr-about-role-card h3,.zr-about-shopfloor-card h3,.zr-about-safety-grid h3,.zr-about-cooperation-grid h3{margin-bottom:.55rem;color:#08223b;font-size:1.08rem}.zr-about-engineering-layout{max-width:1440px}.zr-about-role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.zr-about-role-card{min-height:160px;padding:1.15rem}.zr-about-shopfloor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.zr-about-shopfloor-card{display:flex;flex-direction:column;height:100%;overflow:hidden}.zr-about-shopfloor-visual{aspect-ratio:16 / 10;height:auto;align-items:flex-end;padding:0;border:0;border-radius:0;background:#f3f8fc;box-shadow:none}.zr-about-shopfloor-visual.is-contain{padding:.65rem;background:radial-gradient(circle at 72% 18%,rgba(46,185,232,.12),transparent 30%),#f3f8fc}.zr-about-shopfloor-visual.is-contain img{object-fit:contain}.zr-about-shopfloor-card>div:last-child{flex:1;padding:1rem}.zr-about-safety-layout{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)}.zr-about-safety-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1.35rem}.zr-about-safety-grid article{padding:1rem}.zr-about-safety-visual{aspect-ratio:4 / 3;min-height:0;align-items:flex-end;padding:0;border-radius:16px}.zr-about-cooperation-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.zr-about-cooperation-grid article{min-height:175px;padding:1.15rem}.zr-about-cooperation-grid span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:28px;margin-bottom:.9rem;border:1px solid rgba(15,111,182,.18);color:#0f6fb6;background:#eef7fc;font-size:.76rem;font-weight:850;letter-spacing:.08em}@media(hover:hover)and (pointer:fine){.zr-about-role-card:hover,.zr-about-shopfloor-card:hover,.zr-about-safety-grid article:hover,.zr-about-cooperation-grid article:hover{transform:translateY(-5px);border-color:#2eb9e847;box-shadow:0 20px 50px #08365f1c}.zr-about-shopfloor-card:hover .zr-about-shopfloor-visual img{filter:brightness(1.025);transform:scale(1.018)}.zr-about-safety-visual:hover img,.zr-about-hero-visual:hover img{filter:brightness(1.02);transform:scale(1.012)}}.zr-about-page.is-reveal-ready [data-about-reveal]{opacity:0;transform:translateY(10px);transition:opacity .52s cubic-bezier(.22,1,.36,1),transform .52s cubic-bezier(.22,1,.36,1),box-shadow .36s ease,border-color .36s ease;transition-delay:var(--about-reveal-delay, 0ms)}.zr-about-page.is-reveal-ready .zr-about-hero-visual[data-about-reveal],.zr-about-page.is-reveal-ready .zr-about-safety-visual[data-about-reveal]{transform:translateY(12px)}.zr-about-page.is-reveal-ready :is(.zr-about-role-card,.zr-about-shopfloor-card,.zr-about-safety-grid article,.zr-about-cooperation-grid article)[data-about-reveal]{transform:translateY(14px)}.zr-about-page.is-reveal-ready [data-about-reveal].is-visible,.zr-about-page [data-about-reveal]{opacity:1;transform:translateY(0)}@media(hover:hover)and (pointer:fine){.zr-about-page.is-reveal-ready :is(.zr-about-role-card,.zr-about-shopfloor-card,.zr-about-safety-grid article,.zr-about-cooperation-grid article)[data-about-reveal].is-visible:hover{transform:translateY(-5px)}}@media(max-width:1180px){.zr-about-hero-grid,.zr-about-engineering-layout,.zr-about-safety-layout{grid-template-columns:1fr}.zr-about-shopfloor-grid,.zr-about-cooperation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.zr-about-hero,.zr-about-section{padding:3.4rem 0}.zr-about-hero-copy h1{font-size:clamp(2.1rem,10vw,3rem)}.zr-about-role-grid,.zr-about-shopfloor-grid,.zr-about-safety-grid,.zr-about-cooperation-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.zr-about-page.is-reveal-ready [data-about-reveal],.zr-about-page [data-about-reveal],.zr-about-page :is(.zr-about-role-card,.zr-about-shopfloor-card,.zr-about-safety-grid article,.zr-about-cooperation-grid article),.zr-about-page :is(.zr-about-visual img,.zr-about-shopfloor-visual img){opacity:1;transform:none;transition:none}}.contact-page{background:radial-gradient(circle at 86% 7%,rgba(46,185,232,.1),transparent 26%),linear-gradient(180deg,#fff,#f6fbff 48%,#fff)}.contact-hero{position:relative;overflow:hidden;padding:clamp(4.2rem,7vw,6.5rem) 0 clamp(3.4rem,5vw,5rem);border-bottom:1px solid rgba(15,111,182,.08);background:linear-gradient(rgba(15,111,182,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(15,111,182,.028) 1px,transparent 1px),radial-gradient(circle at 78% 22%,rgba(46,185,232,.16),transparent 32%),linear-gradient(135deg,#fff,#edf8ff);background-size:54px 54px,54px 54px,auto,auto}.contact-hero .container{max-width:none}.contact-kicker{display:inline-block;margin-bottom:.75rem;color:#0f6fb6;font-size:.76rem;font-weight:850;letter-spacing:.14em}.contact-hero h1{margin-bottom:.9rem;color:#08223b;font-size:clamp(2.5rem,5vw,4.2rem);line-height:1.08}.contact-hero-lead{max-width:760px;margin-bottom:.65rem;color:#203a52;font-size:clamp(1.05rem,1.5vw,1.26rem);font-weight:700;line-height:1.7}.contact-hero-copy{max-width:820px;color:#526a80;line-height:1.8}.contact-section{padding:clamp(3rem,5vw,4.6rem) 0 0}.contact-main-section{padding-bottom:clamp(4rem,6vw,5.8rem)}.contact-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem)}.contact-method-card,.contact-panel{border:1px solid rgba(15,111,182,.14);border-radius:20px;background:#fffffff0;box-shadow:0 18px 48px #1f466814}.contact-method-card{min-height:178px;padding:1.35rem;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.contact-method-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:1.05rem;border:1px solid rgba(15,111,182,.16);border-radius:14px;color:#0f7fca;background:linear-gradient(145deg,#f5fbff,#e9f6fd)}.contact-method-icon svg{width:25px;height:25px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-method-card h2{margin-bottom:.65rem;color:#08223b;font-size:1.12rem}.contact-method-card a,.contact-method-card p{color:#39586f;font-size:1rem;font-weight:700;line-height:1.65;word-break:break-word}.contact-method-card a:hover{color:#0f6fb6}.contact-main-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.3rem,2.4vw,2rem);align-items:stretch}.contact-panel{padding:clamp(1.35rem,2vw,2rem)}.contact-panel-head{margin-bottom:1.45rem}.contact-panel-head h2,.contact-map-head h2{margin-bottom:.6rem;color:#08223b;font-size:clamp(1.45rem,2vw,1.85rem);line-height:1.25}.contact-panel-head p,.contact-map-head p{color:#526a80;line-height:1.75}.contact-page .contact-form{gap:1.1rem}.contact-page .form-grid{gap:1rem}.contact-page .form-control{min-height:48px;border-color:#708ba047;border-radius:10px;background:#fbfdff}.contact-page .form-control:focus{border-color:#0f6fb6;box-shadow:0 0 0 4px #0f6fb61a}.contact-page textarea.form-control{min-height:150px}.contact-page .form-actions{margin-top:.25rem}.contact-page .form-status{border-color:#0f6fb633;border-radius:10px;background:#eff8ff}.contact-guide-panel{position:sticky;top:110px}.contact-check-list{display:grid;gap:.75rem;margin:1rem 0 1.3rem}.contact-check-list li{position:relative;padding-left:1.35rem;color:#39586f;line-height:1.65}.contact-check-list li:before{content:"";position:absolute;top:.72em;left:0;width:7px;height:7px;border-radius:999px;background:#0f8fcf;box-shadow:0 0 0 4px #0f8fcf1a}.contact-guide-note{padding-top:1rem;border-top:1px solid rgba(15,111,182,.12);color:#526a80;font-weight:700;line-height:1.7}.contact-map-panel{display:flex;flex-direction:column;padding:1.15rem}.contact-map-head{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:.5rem .35rem 1rem}.contact-map-open{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.6rem 1rem;border:1px solid rgba(15,111,182,.22);border-radius:999px;color:#0f6fb6;background:#f4fbff;font-size:.92rem;font-weight:800}.contact-amap{position:relative;height:360px;overflow:hidden;border-radius:16px;background:linear-gradient(rgba(15,111,182,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(15,111,182,.04) 1px,transparent 1px),#f3f8fc;background-size:34px 34px,34px 34px,auto}.contact-main-grid .contact-amap{flex:1;min-height:460px;height:auto}.contact-map-fallback{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;padding:1.2rem;color:#526a80;text-align:center;line-height:1.7;pointer-events:none}.contact-map-fallback:empty{display:none}@media(hover:hover)and (pointer:fine){.contact-method-card:hover,.contact-panel:hover{transform:translateY(-3px);border-color:#2eb9e847;box-shadow:0 22px 56px #1f46681c}.contact-map-open:hover{color:#fff;border-color:#0f6fb6;background:#0f6fb6}}@media(max-width:1180px){.contact-main-grid{grid-template-columns:1fr}.contact-main-grid .contact-amap{min-height:360px}.contact-guide-panel{position:static}}@media(max-width:820px){.contact-card-grid,.contact-page .form-grid{grid-template-columns:1fr}.contact-map-head{align-items:flex-start;flex-direction:column}.contact-amap{height:260px}.contact-main-grid .contact-amap{min-height:260px}}.home-photo-hero{position:relative;overflow:hidden;padding:clamp(4.5rem,6vw,7.5rem) 0 clamp(4rem,5vw,6rem);background:radial-gradient(circle at 78% 22%,rgba(53,150,218,.16),transparent 34%),linear-gradient(180deg,#fff,#f4f8fc 64%,#fff)}.home-photo-kicker,.home-photo-section-head span,.home-photo-cta span{display:inline-block;margin-bottom:.75rem;color:#0f6fb6;font-size:.76rem;font-weight:800;letter-spacing:.12em}.home-photo-actions,.home-photo-cta-actions{display:flex;flex-wrap:wrap;gap:.8rem}.home-photo-section-head h2,.home-photo-cta h2{color:#08223b}.home-photo-card-image,.home-photo-application-image{position:relative;overflow:hidden;border-radius:10px;background:linear-gradient(rgba(15,111,182,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(15,111,182,.05) 1px,transparent 1px),linear-gradient(145deg,#f7fbfe,#d9e8f2);background-size:22px 22px,22px 22px,auto}.home-photo-card-image:before,.home-photo-application-image:before{content:"";position:absolute;left:18%;right:18%;bottom:18%;height:42%;border:1px solid rgba(15,111,182,.14);border-radius:8px 8px 3px 3px;background:linear-gradient(145deg,#fff,#abc5d7);box-shadow:0 12px 24px #103d631f}.home-photo-section{padding:clamp(4.3rem,5.8vw,7rem) 0;background:#fff}.home-photo-products,.home-photo-capabilities,.home-photo-delivery,.home-photo-reasons{background:#f6f9fc}.home-page>.home-photo-section:last-of-type{padding-bottom:clamp(2.6rem,4vw,4.2rem);border-bottom:1px solid rgba(15,111,182,.08);background:radial-gradient(circle at 50% 0%,rgba(46,185,232,.08),transparent 34%),linear-gradient(180deg,#fff,#f8fbff)}.home-photo-section-head{max-width:850px;margin-bottom:2rem}.home-photo-section-head h2{margin-bottom:.75rem;font-size:clamp(2rem,2.5vw,3.2rem)}.home-photo-section-head p{color:#526a80;line-height:1.75}.home-photo-product-grid,.home-photo-application-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,1.5vw,1.35rem)}.home-photo-flow-grid,.home-photo-project-grid,.home-photo-reason-grid{display:grid;gap:clamp(1rem,1.5vw,1.35rem)}.home-photo-flow-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-photo-project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-photo-reason-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.home-photo-product-card,.home-photo-application-card,.home-photo-capability-card,.home-photo-flow-card,.home-photo-project-card,.home-photo-reason-card{border:1px solid #dce6ee;border-radius:14px;background:#fff;box-shadow:0 16px 45px #1f466814}.home-photo-product-card{position:relative;min-height:420px;padding:1.25rem}.home-photo-card-icon,.home-photo-capability-icon{width:46px;height:46px;margin-bottom:1rem;border:1px solid rgba(15,111,182,.16);border-radius:12px;background:linear-gradient(135deg,#0f6fb621,#2aaed833),#fff}.home-photo-product-card h3,.home-photo-application-card h3,.home-photo-capability-card h3,.home-photo-flow-card h3,.home-photo-project-card h3,.home-photo-reason-card h3{margin-bottom:.65rem;color:#08223b}.home-photo-product-card p,.home-photo-application-card p,.home-photo-capability-card p,.home-photo-flow-card p,.home-photo-project-card p,.home-photo-reason-card p{color:#526a80;line-height:1.7}.home-photo-card-image{height:150px;margin:1.1rem 0 1.2rem}.home-photo-product-link,.home-photo-project-link{position:relative;display:inline-flex;align-items:center;gap:.35rem;width:fit-content;margin-top:auto;padding:.18rem 0 .2rem;color:#315d7f;font-size:.92rem;font-weight:700}.home-photo-product-link:after,.home-photo-project-link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,#0f6fb6,#2eb9e8a6);opacity:0;transform:scaleX(.72);transform-origin:left;transition:opacity .26s ease,transform .26s ease}.home-photo-product-link span:last-child,.home-photo-project-link span:last-child{transition:transform .26s ease}.home-photo-application-card{overflow:hidden}.home-photo-application-image{height:210px;border-radius:14px 14px 0 0}.home-photo-application-card>div:last-child{padding:1.1rem}.home-photo-capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,1.5vw,1.35rem)}.home-photo-capability-card{min-height:210px;padding:1.25rem}.home-photo-cta{position:relative;overflow:hidden;display:flex;justify-content:space-between;gap:1.35rem;align-items:center;padding:clamp(2rem,4vw,3.5rem);border:1px solid rgba(15,111,182,.12);border-radius:22px;background:linear-gradient(rgba(15,111,182,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,111,182,.03) 1px,transparent 1px),linear-gradient(135deg,#f4f9fd,#dcecf6);background-size:42px 42px,42px 42px,auto;box-shadow:0 26px 70px #103d631c}.home-photo-cta:after{content:"";position:absolute;right:-90px;top:-90px;width:260px;height:260px;border:1px solid rgba(15,111,182,.1);border-radius:50%}.home-photo-cta>*{position:relative;z-index:1}.home-photo-cta p{max-width:820px;color:#526a80;line-height:1.75}.home-photo-cta-note{margin-top:.8rem;color:#315d7f;font-size:.9rem;font-weight:700}@media(max-width:1280px){.home-photo-product-grid,.home-photo-application-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-photo-flow-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-photo-reason-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1100px){.home-photo-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:840px){.home-photo-product-grid,.home-photo-application-grid,.home-photo-flow-grid,.home-photo-project-grid,.home-photo-capability-grid,.home-photo-reason-grid{grid-template-columns:1fr}.home-page .home-photo-flow-card:after{display:none}.home-photo-cta{flex-direction:column;align-items:stretch}.home-photo-actions .btn,.home-photo-cta-actions .btn{width:100%}}.home-photo-hero{min-height:calc(100vh - 86px);padding:clamp(2.6rem,4vw,4.8rem) 0 clamp(2.4rem,3.6vw,4.2rem)}.home-photo-actions{margin-bottom:0}.home-photo-actions .btn{min-width:154px;justify-content:center}.home-photo-actions .btn-outline{color:#0f6fb6;border-color:#0f6fb66b;background:#ffffffdb;box-shadow:0 12px 30px #103d6314}.home-photo-card-image:before,.home-photo-application-image:before{left:15%;right:15%;bottom:17%;height:50%;border-color:#0b4f8333;background:linear-gradient(145deg,#fff,#cfddea 52%,#7fa3bb);box-shadow:0 18px 34px #103d6333}.home-photo-card-image:after,.home-photo-application-image:after{content:"";position:absolute;left:24%;right:24%;bottom:32%;height:5px;border-radius:999px;background:#0b4f8352;box-shadow:0 11px #0b4f8333}@media(max-width:980px){.home-photo-hero{min-height:auto}}img.home-photo-card-image{display:block;width:100%;object-fit:cover;border:1px solid rgba(15,111,182,.14);background:#eef5fa;box-shadow:inset 0 0 0 1px #ffffff8c}img.home-photo-card-image{height:190px;margin:1.1rem 0 1.2rem;padding:.65rem;object-fit:contain;background:linear-gradient(145deg,#fff,#eef5fa)}img.home-photo-card-image:before,img.home-photo-card-image:after{display:none}.home-photo-product-card{background:linear-gradient(180deg,#fff,#fbfdff)}@media(max-width:540px){img.home-photo-card-image{height:170px}}.home-photo-products{padding-top:clamp(4.5rem,6vw,7rem)}.home-photo-product-card{min-height:460px}.home-photo-product-card .home-photo-card-image{border-color:#0f6fb61a;box-shadow:0 14px 34px #1f466814}.home-photo-hero{position:relative;min-height:calc(100vh - 86px);display:grid;align-items:center;overflow:hidden;padding:clamp(4rem,6vw,7rem) 0;background:linear-gradient(90deg,#fff3,#eef7fc14),url(/images/home-hero-bg.png) center center / cover no-repeat}.home-photo-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,#ffffffad,#ffffff61 34%,#ffffff1f 66%,#ffffff08),linear-gradient(180deg,#ffffff2e,#ebf6fc1a);pointer-events:none}.home-photo-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:120px;background:linear-gradient(180deg,#fff0,#fff 86%);pointer-events:none}.home-photo-hero-overlay{position:absolute;inset:0;background:linear-gradient(rgba(15,111,182,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(15,111,182,.02) 1px,transparent 1px);background-size:72px 72px;opacity:.32;pointer-events:none}.home-photo-hero-centered{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 86px - clamp(8rem,12vw,14rem))}.home-photo-hero-content{width:min(760px,100%);padding:clamp(1.4rem,2.6vw,2.2rem);text-align:center}.home-photo-hero-content .home-photo-kicker{margin-bottom:.9rem;color:#0f6fb6}.home-photo-hero-content h1{margin:0 auto 1.25rem;color:#08223b;font-size:clamp(2.6rem,4.65vw,5.35rem);line-height:1.13;text-wrap:balance}.home-photo-hero-content p{max-width:900px;margin:0 auto 1.8rem;color:#314c64;font-size:clamp(1.02rem,1.1vw,1.22rem);line-height:1.78}.home-photo-hero-content .home-photo-actions{justify-content:center}.home-photo-hero-content .home-photo-actions .btn{min-width:160px;justify-content:center}.home-photo-hero-content .home-photo-actions .btn-outline{color:#0f6fb6;border-color:#0f6fb673;background:#ffffffb8;backdrop-filter:blur(8px)}.home-photo-hero-content .home-photo-actions .btn:hover,.home-photo-cta-actions .btn:hover{transform:translateY(-2px)}.home-photo-hero-content .home-photo-actions .btn-primary:hover,.home-photo-cta-actions .btn-primary:hover{box-shadow:0 18px 42px #0f6fb642}.home-photo-hero-content .home-photo-actions .btn-outline:hover,.home-photo-cta-actions .btn-outline:hover{border-color:#0f6fb673;color:#0f6fb6;background:#ffffffdb;box-shadow:0 14px 34px #0f6fb61a}@media(max-width:980px){.home-photo-hero{background-position:center center}.home-photo-hero:before{background:radial-gradient(ellipse at center,#ffffffd6,#fff9 44%,#ffffff42),linear-gradient(180deg,#ffffff52,#ebf6fc2e)}}@media(max-width:640px){.home-photo-hero{min-height:calc(100vh - 74px);padding:4.5rem 0 4rem}.home-photo-hero-centered{min-height:calc(100vh - 74px - 8.5rem)}.home-photo-hero-content{padding-inline:0}.home-photo-hero-content h1{font-size:2.45rem}.home-photo-hero-content .home-photo-actions{align-items:stretch;flex-direction:column}.home-photo-hero-content .home-photo-actions .btn{width:100%}}.home-page .home-photo-hero-content{width:min(1120px,100%)}.home-page .home-photo-hero-content h1{max-width:900px;font-size:clamp(2.82rem,4.25vw,4.95rem);letter-spacing:0;line-height:1.13}.home-page .home-photo-hero-content h1 span{display:block;white-space:nowrap}.home-page .home-photo-hero-content p{max-width:920px;white-space:nowrap}.home-page .home-photo-proof-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;max-width:1080px;margin:0 auto 1.75rem}.home-page .home-photo-proof-strip span{display:inline-flex;align-items:center;min-height:34px;padding:.32rem .82rem;border:1px solid rgba(15,111,182,.18);border-radius:999px;color:#123a5a;background:#ffffffb8;box-shadow:0 10px 28px #103d6314;font-size:.82rem;font-weight:700;backdrop-filter:blur(8px)}.home-page .home-photo-section-head-centered{max-width:760px;margin-right:auto;margin-left:auto;text-align:center}.home-page .home-photo-section-head-centered h2{margin-bottom:0}.home-page .home-photo-product-card,.home-page .home-photo-application-card,.home-page .home-photo-capability-card,.home-page .home-photo-flow-card,.home-page .home-photo-project-card,.home-page .home-photo-reason-card{transition:transform .34s cubic-bezier(.22,1,.36,1),box-shadow .34s cubic-bezier(.22,1,.36,1),border-color .34s ease,background .34s ease}.home-page .home-photo-product-card:hover,.home-page .home-photo-application-card:hover,.home-page .home-photo-capability-card:hover,.home-page .home-photo-flow-card:hover,.home-page .home-photo-project-card:hover,.home-page .home-photo-reason-card:hover{transform:translateY(-8px);border-color:#0f6fb642;box-shadow:0 24px 64px #16467026}.home-page .home-photo-card-icon,.home-page .home-photo-capability-icon{display:inline-flex;align-items:center;justify-content:center;border-color:#0f6fb633;background:linear-gradient(145deg,#fffffff5,#e7f3fae0),radial-gradient(circle at 70% 20%,rgba(42,174,216,.26),transparent 42%);box-shadow:inset 0 1px #ffffffe6,0 12px 28px #0f6fb61f;transition:transform .32s cubic-bezier(.22,1,.36,1),border-color .32s ease,box-shadow .32s ease}.home-page .home-photo-card-icon svg,.home-page .home-photo-capability-icon svg{width:30px;height:30px;fill:none;stroke:#0f6fb6;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.home-page img.home-photo-card-image{height:clamp(280px,16vw,330px);margin:1.2rem 0 1.35rem;padding:.55rem;border-radius:12px;background:radial-gradient(circle at 50% 86%,rgba(15,111,182,.1),transparent 34%),linear-gradient(145deg,#fff,#edf6fb);transition:transform .34s cubic-bezier(.22,1,.36,1)}.home-page .home-photo-product-card{display:flex;flex-direction:column;min-height:610px;padding:1.35rem}.home-page .home-photo-product-card h3{min-height:1.35em}.home-page .home-photo-product-card p{min-height:5.2em}.home-page .home-photo-application-image{position:relative;height:230px;border:0;background:linear-gradient(145deg,#fafdff,#e8f3f9)}.home-page .home-photo-application-image:before,.home-page .home-photo-application-image:after{display:none}.home-page .home-photo-application-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .34s cubic-bezier(.22,1,.36,1)}.home-page .home-photo-capability-card{position:relative;overflow:hidden}.home-page .home-photo-flow-card{position:relative;min-height:205px;padding:1.18rem;background:linear-gradient(180deg,#fff,#f9fcff)}.home-page .home-photo-flow-card:after{content:"";position:absolute;top:2.1rem;right:-.7rem;width:1.35rem;height:1px;background:#0f6fb63d}.home-page .home-photo-flow-card:last-child:after{display:none}.home-page .home-photo-flow-card>span,.home-page .home-photo-reason-card>span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:28px;margin-bottom:.9rem;color:#0f6fb6;border:1px solid rgba(15,111,182,.18);background:#eef7fc;font-size:.76rem;font-weight:800;letter-spacing:.08em}.home-page .home-photo-flow-card h3{font-size:1rem}.home-page .home-photo-flow-card p{display:-webkit-box;font-size:.88rem;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-page .home-photo-projects{position:relative;overflow:hidden;color:#08223b;background:radial-gradient(circle at 16% 8%,rgba(46,185,232,.13),transparent 32%),radial-gradient(circle at 86% 18%,rgba(15,111,182,.09),transparent 34%),linear-gradient(rgba(15,111,182,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(15,111,182,.035) 1px,transparent 1px),linear-gradient(180deg,#f8fbff,#f4f9fd);background-size:auto,auto,46px 46px,46px 46px,auto}.home-page .home-photo-projects .home-photo-section-head span,.home-page .home-photo-projects .home-photo-section-head h2{color:inherit}.home-page .home-photo-projects .home-photo-section-head span{color:#0f6fb6}.home-page .home-photo-projects .home-photo-section-head p{color:#526a80}.home-page .home-photo-project-card{display:flex;flex-direction:column;position:relative;min-height:245px;overflow:hidden;padding:1.35rem;border-color:#0f6fb629;background:linear-gradient(145deg,#fffffffa,#f1f8fce6),#fff;box-shadow:0 18px 52px #1f466817}.home-page .home-photo-project-card:after{content:"";position:absolute;right:-38px;top:-38px;width:108px;height:108px;border:1px solid rgba(63,185,232,.18);border-radius:50%}.home-page .home-photo-project-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:1rem;color:#0f6fb6;border:1px solid rgba(15,111,182,.2);border-radius:12px;background:linear-gradient(145deg,#fffffff5,#e7f3fae0),radial-gradient(circle at 70% 20%,rgba(42,174,216,.26),transparent 42%);box-shadow:inset 0 1px #ffffffe6,0 12px 28px #0f6fb61f;transition:transform .32s cubic-bezier(.22,1,.36,1),border-color .32s ease,box-shadow .32s ease}.home-page .home-photo-project-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-page .home-photo-project-card h3{color:#08223b}.home-page .home-photo-project-card p{color:#526a80}.home-page .home-photo-project-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin:.95rem 0 1rem}.home-page .home-photo-project-tags span{display:inline-flex;align-items:center;min-height:26px;padding:.2rem .62rem;border:1px solid rgba(15,111,182,.16);border-radius:999px;color:#315d7f;background:#eff8fdd1;font-size:.76rem;font-weight:700;line-height:1.3;transition:border-color .26s ease,color .26s ease,background .26s ease}.home-page .home-photo-project-link{margin-top:auto}.home-page .home-photo-reason-card{min-height:220px;padding:1.25rem;background:linear-gradient(180deg,#fff,#fbfdff)}.home-page :is(.home-photo-product-card,.home-photo-application-card,.home-photo-capability-card,.home-photo-project-card,.home-photo-reason-card) h3,.home-page .home-photo-reason-card>span{transition:color .28s ease,transform .32s cubic-bezier(.22,1,.36,1),border-color .32s ease,box-shadow .32s ease}.home-page :is(.home-photo-product-card,.home-photo-application-card,.home-photo-capability-card,.home-photo-project-card,.home-photo-reason-card){position:relative;isolation:isolate;overflow:hidden}.home-page :is(.home-photo-product-card,.home-photo-application-card,.home-photo-capability-card,.home-photo-project-card,.home-photo-reason-card)>*{position:relative;z-index:1}.home-page :is(.home-photo-product-card,.home-photo-application-card,.home-photo-capability-card,.home-photo-project-card,.home-photo-reason-card):before{content:"";position:absolute;inset:0;z-index:0;padding:1px;border-radius:inherit;background:linear-gradient(135deg,#0f6fb600,#2eb9e8c7,#0f6fb638);opacity:0;pointer-events:none;transition:opacity .32s ease-out;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.home-page :is(.home-photo-product-card,.home-photo-application-card,.home-photo-capability-card,.home-photo-project-card,.home-photo-reason-card):after{content:"";position:absolute;inset:-34%;z-index:0;background:radial-gradient(circle at 50% 18%,rgba(63,185,232,.18),transparent 34%),radial-gradient(circle at 78% 72%,rgba(15,111,182,.14),transparent 38%);opacity:0;pointer-events:none;transform:scale(.96);transition:opacity .34s ease-out,transform .34s cubic-bezier(.22,1,.36,1)}@media(hover:hover)and (pointer:fine){.home-page :is(.home-photo-product-card,.home-photo-application-card,.home-photo-capability-card,.home-photo-project-card,.home-photo-reason-card):hover{transform:translateY(-10px);border-color:#2eb9e861;box-shadow:0 30px 78px #08365f38,0 0 0 1px #3fb9e814}.home-page .home-photo-project-card:hover{box-shadow:0 30px 78px #08365f33,0 0 0 1px #3fb9e814}.home-page :is(.home-photo-product-card,.home-photo-application-card,.home-photo-capability-card,.home-photo-project-card,.home-photo-reason-card):hover:before,.home-page :is(.home-photo-product-card,.home-photo-application-card,.home-photo-capability-card,.home-photo-project-card,.home-photo-reason-card):hover:after{opacity:1;transform:scale(1)}.home-page :is(.home-photo-product-card,.home-photo-application-card,.home-photo-capability-card,.home-photo-project-card,.home-photo-reason-card):hover h3{color:#064d83}.home-page .home-photo-project-card:hover h3{color:#064d83;text-shadow:none}.home-page :is(.home-photo-product-card,.home-photo-capability-card):hover :is(.home-photo-card-icon,.home-photo-capability-icon),.home-page .home-photo-project-card:hover .home-photo-project-icon,.home-page .home-photo-reason-card:hover>span{transform:scale(1.1);border-color:#2eb9e86b;box-shadow:0 14px 34px #0f6fb62e}.home-page .home-photo-project-card:hover .home-photo-project-tags span{border-color:#2eb9e85c;color:#0f6fb6;background:#eef9fef5}.home-page .home-photo-application-card:hover img,.home-page .home-photo-product-card:hover img.home-photo-card-image{transform:scale(1.035)}.home-page .home-photo-product-card:hover .home-photo-product-link,.home-page .home-photo-project-card:hover .home-photo-project-link,.home-page .home-photo-product-link:hover,.home-page .home-photo-product-link:focus-visible,.home-page .home-photo-project-link:hover,.home-page .home-photo-project-link:focus-visible{color:#0f6fb6}.home-page .home-photo-product-card:hover .home-photo-product-link:after,.home-page .home-photo-project-card:hover .home-photo-project-link:after,.home-page .home-photo-product-link:hover:after,.home-page .home-photo-product-link:focus-visible:after,.home-page .home-photo-project-link:hover:after,.home-page .home-photo-project-link:focus-visible:after{opacity:1;transform:scaleX(1)}.home-page .home-photo-product-card:hover .home-photo-product-link span:last-child,.home-page .home-photo-project-card:hover .home-photo-project-link span:last-child,.home-page .home-photo-product-link:hover span:last-child,.home-page .home-photo-product-link:focus-visible span:last-child,.home-page .home-photo-project-link:hover span:last-child,.home-page .home-photo-project-link:focus-visible span:last-child{transform:translate(4px)}}.home-page :is(.home-photo-product-card,.home-photo-application-card,.home-photo-capability-card,.home-photo-project-card,.home-photo-reason-card):active{transform:translateY(-3px)}.home-page .home-photo-capability-card:after{content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;border:1px solid rgba(15,111,182,.09);border-radius:50%}.home-page .home-photo-cta{align-items:center;padding:clamp(2rem,3.4vw,3rem);color:#08223b;border:1px solid rgba(15,111,182,.16);background:linear-gradient(rgba(15,111,182,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(15,111,182,.026) 1px,transparent 1px),radial-gradient(circle at 82% 18%,rgba(63,185,232,.12),transparent 34%),radial-gradient(circle at 12% 88%,rgba(15,111,182,.075),transparent 32%),linear-gradient(135deg,#fff,#f5fbff 58%,#eaf5fb);background-size:42px 42px,42px 42px,auto,auto;box-shadow:0 24px 70px #103d631f}.home-page .home-photo-cta h2,.home-page .home-photo-cta span,.home-page .home-photo-cta p{color:inherit}.home-page .home-photo-cta span{color:#0f6fb6;opacity:1}.home-page .home-photo-cta p{max-width:760px;color:#526a80}.home-page .home-photo-cta-note{color:#315d7f}.home-page .home-photo-cta-actions{flex:0 0 auto;justify-content:flex-end}.home-page .home-photo-cta-actions .btn{min-width:142px;justify-content:center}.home-page .home-photo-cta-actions .btn-primary{color:#fff;background:linear-gradient(135deg,#0f6fb6,#24a8d1);box-shadow:0 16px 36px #0f6fb638}.home-page .home-photo-cta-actions .btn-outline{color:#0f6fb6;border-color:#0f6fb647;background:#ffffff9e;box-shadow:0 12px 30px #0f6fb614}.home-page.is-reveal-ready [data-home-reveal]{opacity:0;transform:translateY(18px);transition:opacity .58s ease,transform .58s ease;transition-delay:var(--reveal-delay, 0ms)}.home-page.is-reveal-ready [data-home-reveal].is-visible,.home-page [data-home-reveal]{opacity:1;transform:translateY(0)}.home-page.is-reveal-ready .home-photo-products .home-photo-section-head[data-home-reveal],.home-page.is-reveal-ready .home-photo-delivery .home-photo-section-head[data-home-reveal],.home-page.is-reveal-ready .home-photo-applications .home-photo-section-head[data-home-reveal],.home-page.is-reveal-ready .home-photo-projects .home-photo-section-head[data-home-reveal],.home-page.is-reveal-ready .home-photo-capabilities .home-photo-section-head[data-home-reveal]{opacity:0;transform:translateY(24px);transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1)}.home-page.is-reveal-ready .home-photo-products .home-photo-section-head[data-home-reveal].is-visible,.home-page.is-reveal-ready .home-photo-delivery .home-photo-section-head[data-home-reveal].is-visible,.home-page.is-reveal-ready .home-photo-applications .home-photo-section-head[data-home-reveal].is-visible,.home-page.is-reveal-ready .home-photo-projects .home-photo-section-head[data-home-reveal].is-visible,.home-page.is-reveal-ready .home-photo-capabilities .home-photo-section-head[data-home-reveal].is-visible{opacity:1;transform:translateY(0)}.home-page.is-reveal-ready .home-photo-product-card[data-home-reveal],.home-page.is-reveal-ready .home-photo-application-card[data-home-reveal],.home-page.is-reveal-ready .home-photo-capability-card[data-home-reveal],.home-page.is-reveal-ready .home-photo-flow-card[data-home-reveal],.home-page.is-reveal-ready .home-photo-project-card[data-home-reveal],.home-page.is-reveal-ready .home-photo-reason-card[data-home-reveal]{opacity:0;transform:translateY(32px) scale(.96);box-shadow:0 8px 22px #1f46680a;transition:opacity .76s cubic-bezier(.22,1,.36,1),transform .76s cubic-bezier(.22,1,.36,1),box-shadow .76s cubic-bezier(.22,1,.36,1),border-color .28s ease;transition-delay:var(--reveal-delay, 0ms)}.home-page.is-reveal-ready .home-photo-product-card[data-home-reveal].is-visible,.home-page.is-reveal-ready .home-photo-application-card[data-home-reveal].is-visible,.home-page.is-reveal-ready .home-photo-capability-card[data-home-reveal].is-visible,.home-page.is-reveal-ready .home-photo-flow-card[data-home-reveal].is-visible,.home-page.is-reveal-ready .home-photo-project-card[data-home-reveal].is-visible,.home-page.is-reveal-ready .home-photo-reason-card[data-home-reveal].is-visible{opacity:1;transform:translateY(0) scale(1);box-shadow:0 16px 45px #1f466814}.home-page .home-photo-product-card:hover,.home-page .home-photo-application-card:hover,.home-page .home-photo-capability-card:hover,.home-page .home-photo-flow-card:hover,.home-page .home-photo-project-card:hover,.home-page .home-photo-reason-card:hover,.home-page.is-reveal-ready .home-photo-product-card[data-home-reveal].is-visible:hover,.home-page.is-reveal-ready .home-photo-application-card[data-home-reveal].is-visible:hover,.home-page.is-reveal-ready .home-photo-capability-card[data-home-reveal].is-visible:hover,.home-page.is-reveal-ready .home-photo-flow-card[data-home-reveal].is-visible:hover,.home-page.is-reveal-ready .home-photo-project-card[data-home-reveal].is-visible:hover,.home-page.is-reveal-ready .home-photo-reason-card[data-home-reveal].is-visible:hover{transform:translateY(-10px) scale(1);border-color:#2eb9e861;box-shadow:0 30px 78px #08365f38,0 0 0 1px #3fb9e814}@media(max-width:980px){.home-page .home-photo-hero-content h1 span,.home-page .home-photo-hero-content p{white-space:normal}.home-page .home-photo-proof-strip{align-items:center;flex-direction:column}.home-page .home-photo-proof-strip span{justify-content:center;width:100%;max-width:420px;text-align:center}.home-page .home-photo-cta{align-items:flex-start}}@media(max-width:640px){.home-page .home-photo-hero-content h1{font-size:clamp(2.25rem,11vw,3rem)}.home-page .home-photo-product-card h3,.home-page .home-photo-product-card p{min-height:0}.home-page img.home-photo-card-image{height:250px}.home-page .home-photo-application-image{height:210px}}@media(prefers-reduced-motion:reduce){.home-page.is-reveal-ready [data-home-reveal],.home-page [data-home-reveal],.home-page .home-photo-product-card,.home-page .home-photo-application-card,.home-page .home-photo-capability-card,.home-page .home-photo-flow-card,.home-page .home-photo-project-card,.home-page .home-photo-reason-card{opacity:1;transform:none;transition:none}}
