.product-showcase{background-color:#fff}.product-item{margin-bottom:0;padding:0}.product-item:nth-child(2n){position:relative}.product-item:nth-child(2n):before{content:"";background-image:var(--bg-image,none);z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:-180px 0 0}.product-item:nth-child(2n)>.container{z-index:1;position:relative}.product-title{color:#222;text-align:left;padding:0 16px 32px;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.product-text-wrapper{flex-direction:column;display:flex}.product-content{z-index:2;grid-template-columns:.5fr 1fr;align-items:start;gap:clamp(2rem,4vw,4rem);max-width:100%;padding:32px 0;display:grid;position:relative}.product-content-reverse{z-index:2;grid-template-columns:.8fr .5fr;align-items:start;gap:clamp(2rem,3vw,3rem);max-width:100%;padding:0 0 3rem;display:grid;position:relative}.product-content-reverse .product-title{padding:0 16px 32px}.product-content-reverse .product-image-wrapper{width:90%}.product-content-reverse .product-text-wrapper{color:#fff;margin:0}.product-content-reverse .product-text-wrapper .product-title,.product-content-reverse .product-text-wrapper .product-description{color:#fff}.product-item.reverse{margin-bottom:80px}.product-item.reverse .product-content{grid-template-columns:.5fr;padding-top:0}.product-text{max-width:min(600px,98%)}.product-description{color:#64748b;margin:0 3rem 2rem 0;font-size:1.125rem;line-height:1.7}.product-features{margin-bottom:2rem;padding:0;list-style:none}.product-features li{color:#475569;padding:.5rem 0 .5rem 1.5rem;font-size:1rem;position:relative}.product-features li:before{content:"✓";color:#0e85dd;font-weight:700;position:absolute;left:0}.product-image{z-index:2;align-self:start;position:relative}.product-image-wrapper{aspect-ratio:4/3;background-color:#f8fafc;justify-content:center;align-items:center;width:90%;display:flex;position:relative;overflow:hidden}.product-image-content{object-fit:fill;object-position:center}@media (max-width:1024px){.product-content{grid-template-columns:1fr;gap:2.5rem}.product-item.reverse .product-content{direction:ltr}.product-content .product-text{order:-1}.product-content .product-image{order:1}.product-content-reverse{grid-template-columns:1fr;gap:2.5rem}.product-content .product-image-wrapper{width:100%;max-width:100%;margin:0 auto}.product-content-reverse .product-image-wrapper{width:100%;max-width:100%}.product-content-reverse .product-text-wrapper{order:-1;margin:0}.product-content-reverse .product-image{order:1}.product-content-reverse .product-title{padding:0 1rem 1.5rem}.product-title{font-size:clamp(2rem,4vw,2.5rem)}.product-description{font-size:clamp(1rem,2vw,1.125rem)}}@media (max-width:768px){.product-item:nth-child(2n):before{top:-100px}.product-title{padding:0 1rem 1.5rem;font-size:1.75rem}.product-description{margin:0 1rem 1.5rem 0;font-size:1rem}.product-content{grid-template-columns:1fr;gap:2.5rem;padding:1.5rem 0}.product-item.reverse{margin-bottom:40px}.product-item.reverse .product-content{direction:ltr}.product-content .product-text{order:-1}.product-content .product-image{order:1}.product-content .product-image-wrapper{width:100%;max-width:100%;margin:0 auto}.product-content-reverse{grid-template-columns:1fr;gap:1.5rem}.product-content-reverse .product-text-wrapper{order:-1;margin:0}.product-content-reverse .product-image-wrapper{width:100%;max-width:100%}.product-content-reverse .product-image{order:1}.product-content-reverse .product-title{margin:0;padding:0 1rem 1.5rem}.product-content-reverse .product-description{margin:0 1rem 1.5rem 0}}@media (max-width:480px){.product-item{padding:30px 0}.product-title{padding:0 .75rem 1rem;font-size:1.5rem}.product-description{margin:0 .75rem 1rem 0;font-size:.95rem}.product-content{grid-template-columns:1fr;gap:1.5rem;padding:1rem 0}.product-item.reverse .product-content{direction:ltr}.product-content .product-text{order:-1}.product-content .product-image{order:1}.product-content .product-image-wrapper{aspect-ratio:16/9;width:100%;max-width:100%;margin:0 auto}.product-content-reverse{grid-template-columns:1fr;gap:1.5rem}.product-content-reverse .product-text-wrapper{order:-1;margin:0}.product-content-reverse .product-image-wrapper{aspect-ratio:16/9;width:100%;max-width:100%}.product-content-reverse .product-image{order:1}.product-content-reverse .product-title{padding:0 .75rem 1rem;font-size:1.5rem}.product-content-reverse .product-description{margin:0 .75rem 1rem 0;font-size:.95rem}}
.solutions-grid{z-index:0;isolation:isolate;background-color:#fff;position:relative}.solutions-header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:3.5rem;display:flex}.solutions-header-text{flex:1}.solutions-grid .section-title{text-align:left;color:#222;z-index:1;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;position:relative}.solutions-grid .section-subtitle{text-align:left;color:#64748b;z-index:1;max-width:min(700px,90%);margin-bottom:0;margin-left:0;font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.7;position:relative}.solutions-grid .solutions-grid-container{z-index:0;grid-template-columns:repeat(3,1fr);gap:clamp(2rem,3vw,3rem) clamp(1rem,1.5vw,1.5rem);width:100%;max-width:1400px;margin:0 auto;display:grid;position:relative}.solutions-grid .solution-card{color:inherit;cursor:pointer;flex-direction:column;width:100%;min-width:0;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.solutions-grid .solution-card:hover{transform:translateY(-8px)}.solutions-grid .solution-image{background-color:#f8fafc;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:240px;margin-bottom:2rem;display:flex;position:relative;overflow:hidden}.solutions-grid .solution-image:after{content:"";opacity:0;z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#0000001a 100%);transition:opacity .4s;position:absolute;inset:0}.solutions-grid .solution-card:hover .solution-image:after{opacity:1}.solutions-grid .solution-image-content{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.solutions-grid .solution-card:hover .solution-image-content{transform:scale(1.08)}.solutions-grid .solution-title{color:#222;word-wrap:break-word;margin-bottom:1rem;font-size:1.5rem;font-weight:600;line-height:1.3;transition:color .3s}.solutions-grid .solution-card:hover .solution-title{color:#0e85dd}.solutions-grid .solution-description{color:#64748b;word-wrap:break-word;flex-grow:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.solutions-grid .solution-link{color:#222;flex-shrink:0;align-items:center;gap:.5rem;margin-top:auto;padding:.5rem 0;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.solutions-grid .solution-arrow{filter:brightness(0)invert(0);flex-shrink:0;transition:transform .3s,filter .3s;display:inline-block}.solutions-grid .solution-link:hover,.solutions-grid .solution-card:hover .solution-link{color:#0e85dd}.solutions-grid .solution-link:hover .solution-arrow,.solutions-grid .solution-card:hover .solution-arrow{filter:brightness(0)saturate()invert(27%)sepia(96%)saturate(1352%)hue-rotate(195deg)brightness(97%)contrast(87%);transform:translate(4px)}@media (max-width:1024px){.solutions-grid{padding:80px 0}.solutions-grid .solutions-grid-container{grid-template-columns:repeat(2,1fr);gap:2rem}.solutions-grid .section-title{font-size:clamp(2rem,4vw,2.5rem)}.solutions-grid .section-subtitle{font-size:clamp(1rem,2vw,1.125rem)}}@media (max-width:768px){.solutions-grid{padding:5rem 0}.solutions-header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem}.solutions-grid .solutions-grid-container{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%}.solutions-grid .section-title{margin-bottom:1rem;font-size:1.75rem}.solutions-grid .section-subtitle{font-size:1rem}.solutions-grid .solution-image{height:180px}.solutions-grid .solution-title{font-size:1.125rem}.solutions-grid .solution-description{font-size:.9rem}}@media (max-width:480px){.solutions-grid{padding:30px 0}.solutions-grid .solutions-grid-container{grid-template-columns:1fr;gap:1.5rem}.solutions-grid .section-title{font-size:1.5rem}.solutions-grid .solution-image{height:180px}}
.robot-showcase{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#222 100%);align-items:center;min-height:50vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.robot-showcase-background{z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.robot-showcase-bg-image{opacity:.3;filter:brightness(.4)blur(2px);width:100%;height:100%}.robot-showcase .container{z-index:1}.robot-showcase-content{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,4vw,4rem);display:grid}.robot-showcase-text{flex-direction:column;gap:2rem;max-width:100%;display:flex}.robot-showcase-title{color:#fff;letter-spacing:.03em;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.robot-showcase-description{color:#e2e8f0;max-width:600px;margin:0;font-size:clamp(1.125rem,1.5vw,1.25rem);line-height:1.7}.robot-showcase-actions{gap:1rem;margin-top:1rem;display:flex}.robot-showcase-image{background-color:#f8fafc1a;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.robot-image{object-fit:cover;object-position:center;filter:drop-shadow(0 20px 40px #000);opacity:.95;width:100%;height:100%}@media (max-width:1024px){.robot-showcase{min-height:auto;padding:80px 0}.robot-showcase-content{grid-template-columns:1fr;gap:3rem}.robot-showcase-image{order:-1;min-height:400px}.robot-showcase-title{text-align:center;font-size:clamp(2rem,4vw,2.5rem)}.robot-showcase-description{text-align:center;font-size:clamp(1rem,2vw,1.125rem)}.robot-showcase-text{gap:1rem}}@media (max-width:768px){.robot-showcase{min-height:auto;padding:60px 0 40px}.robot-showcase-content{flex-direction:column;align-items:center;gap:2rem}.robot-showcase-text{text-align:center;gap:0;max-width:100%;margin-left:0}.robot-showcase-title{text-align:center;margin-bottom:1rem;font-size:1.75rem}.robot-showcase-description{text-align:center;margin-bottom:1rem;font-size:1.125rem}.robot-showcase-image{order:-1;min-height:350px}}@media (max-width:480px){.robot-showcase{padding:40px 0 30px}.robot-showcase-title{font-size:1.5rem}.robot-showcase-description{font-size:1rem}}
