.page-home .hero{position:relative;background:var(--navy);min-height:540px;display:flex;align-items:center;overflow:hidden}.page-home .hero-bg{position:absolute;inset:0;background:linear-gradient(105deg,var(--navy) 45%,rgba(30,95,170,.5) 100%);z-index:1}.page-home .hero-img{position:absolute;right:0;top:0;bottom:0;width:55%;background:linear-gradient(to right,var(--navy) 0,transparent 30%),url(https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?w=900&q=80) 50%/cover no-repeat;z-index:0}.page-home .hero-content{position:relative;z-index:2;padding:70px 60px;max-width:640px}.page-home .hero-tag{display:inline-block;background:rgba(20,102,196,.15);border:1px solid rgba(20,102,196,.4);color:var(--accent);font-size:12px;font-weight:600;padding:5px 14px;border-radius:20px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:22px}.page-home .hero h1{font-family:var(--font-sans);font-size:46px;font-weight:700;color:#fff;line-height:1.12;letter-spacing:-.5px;margin-bottom:12px}.page-home .hero h1 span{color:var(--accent);font-weight:700}.page-home .hero-sub{font-family:var(--font-sans);font-size:22px;font-weight:600;color:rgba(255,255,255,.55);margin-bottom:22px}.page-home .hero p{color:rgba(255,255,255,.68);font-size:15px;line-height:1.7;margin-bottom:34px;max-width:480px}.page-home .hero-btns{display:flex;gap:14px;flex-wrap:wrap}.page-home .btn-primary{background:var(--blue);color:#fff;padding:13px 28px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s;font-family:var(--font-sans);border:none;cursor:pointer}.page-home .btn-primary:hover{background:var(--blue2)}.page-home .btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4);padding:13px 28px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s;font-family:var(--font-sans);cursor:pointer}.page-home .btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.06)}.page-home .solutions-section{background:var(--white);padding:80px 60px}.page-home .two-col-header{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:flex-end;margin-bottom:52px}.page-home .tcl-label{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue2);margin-bottom:14px}.page-home .tcl-h2{font-family:var(--font-sans);font-size:46px;font-weight:900;color:var(--navy);line-height:1.05;letter-spacing:-1px}.page-home .tcr{font-size:16px;color:var(--gray);line-height:1.75;padding-bottom:6px}.page-home .sol-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.page-home .sol-img-card{position:relative;border-radius:8px;overflow:hidden;height:420px;background:#0d1b2e;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-end}.page-home .sol-img-card img.sol-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease;z-index:0}.page-home .sol-img-card:hover img.sol-bg{transform:scale(1.05)}.page-home .sol-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(8,20,44,.15) 0,rgba(8,20,44,.55) 40%,rgba(8,20,44,.92) 72%,rgba(8,20,44,.98));z-index:1;transition:background .35s}.page-home .sol-img-card:hover .sol-overlay{background:linear-gradient(180deg,rgba(8,20,44,.25) 0,rgba(8,20,44,.65) 40%,rgba(8,20,44,.95) 68%,rgba(8,20,44,1))}.page-home .sol-card-body{position:relative;z-index:2;padding:22px;display:flex;flex-direction:column;gap:10px}.page-home .sol-card-body h3{font-family:var(--font-sans);font-size:19px;font-weight:800;color:#fff;line-height:1.25;margin:0}.page-home .sol-card-body p{font-size:13px;color:rgba(255,255,255,.82);line-height:1.65;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.page-home .sol-img-card:hover .sol-card-body p{-webkit-line-clamp:5}.page-home .sol-card-row{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.page-home .sol-read{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.55);text-decoration:none;transition:color .25s}.page-home .sol-img-card:hover .sol-read{color:#fff}.page-home .sol-arrow{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;transition:background .25s,transform .25s,border-color .25s;flex-shrink:0}.page-home .sol-img-card:hover .sol-arrow{background:var(--blue2);border-color:var(--blue2);transform:translateX(4px)}.page-home .sol-arrow svg{width:16px;height:16px}.page-home .partners-section{background:var(--light);padding:80px 60px}.page-home .partners-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.page-home .partner-card{background:var(--white);border:1px solid var(--border);border-radius:4px;padding:30px 26px;display:flex;flex-direction:column;justify-content:space-between;min-height:270px;cursor:pointer;position:relative;overflow:hidden;transition:border-color .3s,box-shadow .3s;text-decoration:none}.page-home .partner-card:before{content:"";position:absolute;inset:0;background:var(--brand-color,#1e5faa);transform:translateY(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);z-index:0}.page-home .partner-card:hover:before{transform:translateY(0)}.page-home .partner-card:hover{border-color:transparent;box-shadow:0 16px 48px rgba(0,0,0,.22)}.page-home .pc-logo{position:relative;z-index:1;height:92px;display:flex;align-items:center}.page-home .partner-svg-img{transition:filter .35s}.page-home .partner-card:hover .partner-svg-img{filter:brightness(0) invert(1)}.page-home .partner-svg{transition:filter .35s;display:block}.page-home .partner-card:hover .partner-svg{filter:brightness(0) invert(1)}.page-home .pc-body{position:relative;z-index:1;display:flex;flex-direction:column;flex:1 1;justify-content:flex-end;padding-top:24px}.page-home .pc-name{font-family:var(--font-sans);font-size:17px;font-weight:700;color:var(--text);margin-bottom:7px;transition:color .3s;line-height:1.2}.page-home .partner-card:hover .pc-name{color:#fff}.page-home .pc-desc{font-size:12.5px;color:var(--gray);line-height:1.6;margin-bottom:18px;transition:color .3s}.page-home .partner-card:hover .pc-desc{color:rgba(255,255,255,.78)}.page-home .pc-link{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--blue2);display:inline-flex;align-items:center;gap:7px;text-decoration:none;transition:color .3s,gap .2s;position:relative;z-index:1}.page-home .partner-card:hover .pc-link{color:#fff;gap:13px}.page-home .brand-mitsubishi{--brand-color:#E60012}.page-home .brand-abb{--brand-color:#FF000F}.page-home .brand-nvent{--brand-color:#C4262E}.page-home .brand-hicool{--brand-color:#005BAA}.page-home .brand-connectwell{--brand-color:#C8252A}.page-home .brand-schmersal{--brand-color:#133579}.page-home .brand-unison{--brand-color:#1B4F9A}.page-home .brand-gic{--brand-color:#009444}.page-home .stats-section{background:var(--navy);padding:70px 60px}.page-home .stats-tagline{text-align:center;margin-bottom:52px}.page-home .stats-tagline-title{font-family:var(--font-sans);font-size:28px;font-weight:800;color:#fff;letter-spacing:-.3px;margin-bottom:14px}.page-home .stats-tagline-desc{font-size:15px;color:rgba(255,255,255,.55);line-height:1.75;max-width:680px;margin:0 auto}.page-home .stats-inner{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden}.page-home .stat-item{padding:40px 32px;border-right:1px solid rgba(255,255,255,.1);text-align:center}.page-home .stat-item:last-child{border-right:none}.page-home .stat-num{font-family:var(--font-sans);font-size:48px;font-weight:900;color:#fff;line-height:1;margin-bottom:8px}.page-home .stat-num em{color:var(--accent);font-style:normal}.page-home .stat-label{font-size:14px;color:rgba(255,255,255,.5);font-weight:500}.page-home .stat-sub{font-size:12px;color:rgba(255,255,255,.3);margin-top:4px}.page-home .cta-section{background:var(--light);padding:64px 60px}.page-home .cta-inner{background:linear-gradient(135deg,var(--navy) 0,#152a4e 100%);border-radius:20px;padding:56px 40px;text-align:center;max-width:1040px;margin:0 auto;position:relative;overflow:hidden}.page-home .cta-inner:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(20,102,196,.22) 0,transparent 55%);pointer-events:none}.page-home .cta-inner>*{position:relative;z-index:1}.page-home .cta-section h2{font-family:var(--font-sans);font-size:36px;font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-.5px}.page-home .cta-section p{color:rgba(255,255,255,.78);font-size:16px;max-width:560px;margin:0 auto 34px;line-height:1.6}.page-home .cta-btns{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.page-home .btn-white{background:#fff;color:var(--blue);padding:13px 30px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;font-family:var(--font-sans);border:none;cursor:pointer;transition:background .2s}.page-home .btn-white:hover{background:var(--light)}.page-home .btn-ow{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.5);padding:13px 30px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;font-family:var(--font-sans);cursor:pointer;transition:border-color .2s}.page-home .btn-ow:hover{border-color:#fff}@media(max-width:768px){.page-home .hero-content{padding:40px 20px}.page-home .hero h1{font-size:30px!important}.page-home .hero-sub{font-size:17px!important}.page-home .hero-btns{flex-direction:column;gap:10px}.page-home .hero-btns a{text-align:center}.page-home .hero-img{opacity:.25}.page-home .solutions-section{padding:48px 20px}.page-home .two-col-header{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.page-home .tcl-h2{font-size:30px}.page-home .sol-grid{grid-template-columns:1fr;gap:16px}.page-home .sol-img-card{height:320px}.page-home .partners-section{padding:48px 20px}.page-home .partners-grid{grid-template-columns:repeat(2,1fr);gap:14px}.page-home .partner-card{min-height:200px;padding:20px 16px}.page-home .pc-logo img,.page-home .pc-logo svg{max-width:130px;height:60px}.page-home .stats-section{padding:48px 20px}.page-home .stats-tagline{padding:0}.page-home .stats-tagline-title{font-size:20px}.page-home .stats-inner{grid-template-columns:repeat(2,1fr)}.page-home .stat-num{font-size:36px}.page-home .stat-item{padding:24px 16px}.page-home .cta-section{padding:40px 20px}.page-home .cta-inner{padding:40px 24px}.page-home .cta-section h2{font-size:24px}.page-home .cta-btns{flex-direction:column;align-items:center}}@media(max-width:480px){.page-home .hero h1{font-size:22px!important}.page-home .partners-grid{grid-template-columns:1fr 1fr}.page-home .tcl-h2{font-size:26px}.page-home .sol-img-card{height:280px}.page-home .partner-card{min-height:160px}.page-home .stat-num{font-size:30px}.page-home .stats-inner{grid-template-columns:1fr 1fr}}.page-home .clients-section{background:var(--white);padding:56px 60px;border-top:1px solid var(--border)}.page-home .clients-inner{max-width:1280px;margin:0 auto}.page-home .clients-label{text-align:center;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gray);margin-bottom:32px}.page-home .clients-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.page-home .client-logo{height:84px;border:1px solid var(--border);border-radius:10px;background:var(--light);display:flex;align-items:center;justify-content:center;padding:16px;transition:border-color .2s,box-shadow .2s}.page-home .client-logo:hover{border-color:var(--blue2);box-shadow:0 8px 24px rgba(0,72,156,.08)}.page-home .client-logo img{max-height:48px;max-width:100%;object-fit:contain;filter:grayscale(1);opacity:.7;transition:filter .2s,opacity .2s}.page-home .client-logo:hover img{filter:grayscale(0);opacity:1}.page-home .client-logo span{font-size:14px;font-weight:700;color:var(--gray);letter-spacing:.02em}@media(max-width:1024px){.page-home .clients-section{padding-left:32px;padding-right:32px}.page-home .clients-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.page-home .clients-section{padding-left:20px;padding-right:20px}.page-home .clients-grid{grid-template-columns:repeat(2,1fr)}}.page-home .testi-section{background:var(--light);padding:80px 60px}.page-home .testi-inner{max-width:1280px;margin:0 auto;text-align:center}.page-home .testi-label{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue2);margin-bottom:12px}.page-home .testi-title{font-family:var(--font-sans);font-size:34px;font-weight:800;color:var(--navy);letter-spacing:-.5px;margin-bottom:48px}.page-home .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;text-align:left}.page-home .testi-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:32px 28px;position:relative;display:flex;flex-direction:column}.page-home .testi-mark{font-family:Georgia,serif;font-size:64px;line-height:.6;color:var(--blue2);opacity:.25;margin-bottom:10px}.page-home .testi-quote{font-size:15px;line-height:1.75;color:var(--text);margin:0 0 24px;flex:1 1}.page-home .testi-foot{display:flex;align-items:center;gap:14px;border-top:1px solid var(--border);padding-top:18px}.page-home .testi-avatar{width:46px;height:46px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0;overflow:hidden}.page-home .testi-avatar img{width:100%;height:100%;object-fit:cover}.page-home .testi-author{font-size:14px;font-weight:700;color:var(--navy)}.page-home .testi-role{font-size:12.5px;color:var(--gray);margin-top:2px}@media(max-width:1024px){.page-home .testi-section{padding-left:32px;padding-right:32px}.page-home .testi-grid{grid-template-columns:1fr;max-width:640px;margin:0 auto}}@media(max-width:768px){.page-home .testi-section{padding:56px 20px}.page-home .testi-title{font-size:26px}}.page-home .reel-section{background:var(--navy);padding:80px 60px;text-align:center}.page-home .reel-inner{max-width:960px;margin:0 auto}.page-home .reel-label{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#4d9be6;margin-bottom:12px}.page-home .reel-title{font-family:var(--font-sans);font-size:34px;font-weight:800;color:#fff;letter-spacing:-.5px;margin-bottom:14px}.page-home .reel-text{font-size:15px;color:rgba(255,255,255,.6);line-height:1.7;max-width:640px;margin:0 auto 36px}.page-home .reel-frame{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.1);aspect-ratio:16/9;background:#000}.page-home .reel-video{width:100%;height:100%;display:block;object-fit:cover;border:0}@media(max-width:768px){.page-home .reel-section{padding:56px 20px}.page-home .reel-title{font-size:24px}}.page-home .sol-img-card{text-decoration:none}.page-home .sol-card-link{position:absolute;inset:0;z-index:6}.page-home #solutions{scroll-margin-top:96px}