@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";:root{--color-primary:#111;--color-secondary:#fff;--color-accent:maroon;--color-accent-hover:#5a0000;--color-lime-accent:#cbf238;--color-lime-hover:#b6de23;--color-text-dark:#111;--color-text-light:#fff;--color-text-muted:#666;--color-border:#eee;--font-sans:"Inter", sans-serif;--font-serif:"Playfair Display", serif;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.5s ease;--max-width:1800px;--header-height:80px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--color-text-dark);background-color:var(--color-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;line-height:1.6;position:relative;overflow-x:hidden}html{overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.heading-1{font-family:var(--font-serif);margin-bottom:1rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:600;line-height:1.1}.heading-2{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2}.heading-3{font-family:var(--font-sans);margin-bottom:1rem;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:500;line-height:1.3}.subtitle{font-family:var(--font-sans);color:var(--color-text-muted);letter-spacing:.5px;font-size:1.125rem;font-weight:300}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 80px}.section{padding:6rem 0}.btn{font-family:var(--font-sans);letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all var(--transition-normal);border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:var(--color-text-light)}.btn-primary:hover{background-color:var(--color-accent);color:var(--color-primary)}.btn-outline{border-color:var(--color-primary);color:var(--color-primary);background-color:#0000}.btn-outline:hover{background-color:var(--color-primary);color:var(--color-text-light)}.btn-outline-light{border-color:var(--color-text-light);color:var(--color-text-light);background-color:#0000}.btn-outline-light:hover{background-color:var(--color-text-light);color:var(--color-primary)}.hero-cta-group{align-items:center;gap:1.25rem;margin-top:1rem;display:flex}.hero-cta-group.justify-center{justify-content:center}.btn-modern{font-family:var(--font-sans);letter-spacing:.5px;cursor:pointer;border-radius:100px;justify-content:center;align-items:center;gap:.6rem;padding:.8rem 2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary-modern{background:var(--color-lime-accent,#cbf238);border:1px solid #0000001a;box-shadow:0 8px 24px #cbf23859;color:#111!important}.btn-primary-modern:hover{background:var(--color-lime-hover,#b6de23);transform:translateY(-3px);box-shadow:0 12px 28px #cbf23873;color:#111!important}.btn-outline-modern{-webkit-backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #fff6;color:#fff!important}.btn-outline-modern:hover{background:#ffffff47;border-color:#fff;transform:translateY(-3px);box-shadow:0 8px 24px #00000040;color:#fff!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}@media screen and (width<=1024px){.container{padding:0 40px}}@media screen and (width<=768px){.container{padding:0 20px}}.site-header{-webkit-backdrop-filter:blur(16px);z-index:1000;background:#fffffff2;border-bottom:1px solid #eee;align-items:center;width:100%;height:56px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;overflow:hidden}.site-header.scrolled{-webkit-backdrop-filter:blur(24px)saturate(180%);background:#ffffffbf;border-bottom:1px solid #fff9;height:50px;box-shadow:0 10px 30px #00000014,inset 0 1px 1px #fffffff2,inset 0 -1px 2px #0000000a}.site-header.scrolled:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#fff9 50%,#0000 100%);width:40%;height:200%;animation:6s ease-in-out infinite liquidGlassSweep;position:absolute;top:-50%;left:-75%;transform:rotate(25deg)}@keyframes liquidGlassSweep{0%{left:-75%}35%,to{left:140%}}.header-container{width:100%;max-width:var(--max-width,1800px);z-index:2;justify-content:space-between;align-items:center;margin:0 auto;padding:0 80px;display:flex;position:relative}.header-logo{align-items:center;text-decoration:none;display:flex}.header-logo-img{object-fit:contain;width:auto;height:22px;transition:height .3s}.site-header.scrolled .header-logo-img{height:18px}.desktop-nav{align-items:center;display:flex}.nav-links-list{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:#333;padding:.25rem 0;font-size:.86rem;font-weight:600;text-decoration:none;transition:all .25s;position:relative}.nav-link:hover{color:#111}.nav-link.active{color:#111;font-weight:700}.nav-link.active:after{content:"";background-color:var(--color-lime-accent,#cbf238);border-radius:2px;width:100%;height:2.5px;position:absolute;bottom:-2px;left:0}.nav-link.nav-cta-pill{background:var(--color-lime-accent,#cbf238);letter-spacing:.5px;border-radius:100px;padding:.4rem 1.25rem;font-size:.78rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #cbf23859;color:#111!important}.nav-link.nav-cta-pill.active:after{display:none}.nav-link.nav-cta-pill:hover{background:var(--color-lime-hover,#b6de23);transform:translateY(-1.5px);box-shadow:0 8px 20px #cbf23873}.mobile-toggle-btn{color:#111;cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.mobile-nav-overlay{display:none}@media screen and (width<=960px){.header-container{padding:0 24px}.desktop-nav{display:none}.mobile-toggle-btn{z-index:1001;background:#f4f4f5;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-nav-overlay{box-sizing:border-box;z-index:999;background-color:#fff;flex-direction:column;width:100vw;height:100vh;padding:6rem 2.5rem 3rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.mobile-nav-overlay.active{transform:translate(0)}.mobile-nav-menu{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.mobile-nav-link{color:#111;text-transform:uppercase;letter-spacing:-.5px;padding:.6rem 0;font-size:1.8rem;font-weight:800;text-decoration:none;display:block}.mobile-nav-cta{background:var(--color-lime-accent,#cbf238);text-align:center;border-radius:100px;margin-top:1.5rem;padding:.85rem 1.8rem;font-size:1rem;font-weight:700;display:inline-block;color:#111!important}}.footer-eutours-style{color:#111;font-family:var(--font-sans);background-color:#fff;border-top:1px solid #eee;padding:5rem 0 2.5rem}.footer-main-grid{grid-template-columns:repeat(4,1fr);align-items:start;gap:3.5rem;margin-bottom:5rem;display:grid}.footer-col-title{letter-spacing:1.2px;text-transform:uppercase;color:#111;margin-bottom:1.4rem;font-size:.8rem;font-weight:800}.footer-col-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-col-links a{color:#555;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-col-links a:hover{color:#111}.footer-col-contact{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.footer-contact-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-contact-list a,.footer-contact-list span{color:#555;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-contact-list a:hover{color:#111}.footer-social-badges{align-items:center;gap:.6rem;display:flex}.footer-social-badges a{color:#fff;background-color:#8e8e93;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:all .25s;display:flex}.footer-social-badges a:hover{background-color:#111;transform:translateY(-2px)}.footer-bottom-row{color:#777;border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.8rem;display:flex}.footer-bottom-left{align-items:center;gap:1.5rem;display:flex}.footer-location-pin{color:#333;font-weight:700}.footer-copyright{color:#777;font-weight:400}.footer-bottom-right{align-items:center;gap:1.8rem;display:flex}.footer-bottom-right a{color:#666;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-bottom-right a:hover{color:#111}@media (width<=960px){.footer-main-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-col-contact{flex-direction:column;gap:1.5rem}.footer-bottom-row{flex-direction:column;align-items:flex-start;gap:1.2rem}.footer-bottom-left{flex-direction:column;align-items:flex-start;gap:.4rem}}@media (width<=576px){.footer-main-grid{grid-template-columns:1fr;gap:2rem}}.home-modern-wrapper{color:#111;background-color:#fff;overflow-x:hidden}.text-accent{color:maroon}.scale-in{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:scale(.95)}.fade-up.visible,.slide-in-right.visible,.scale-in.visible{opacity:1;transform:translate(0)scale(1)}.location-section{background-color:#050508;background-image:radial-gradient(circle at 80% 20%,#1e1423 0%,#0000 60%);padding:10rem 0;position:relative;overflow:hidden}.location-content .section-title-alt{color:#fff}.location-glow-1{filter:blur(80px);z-index:1;pointer-events:none;background:radial-gradient(circle,#8000000a 0%,#80000000 70%);width:500px;height:500px;position:absolute;top:-10%;left:-5%}.location-glow-2{filter:blur(80px);z-index:1;pointer-events:none;background:radial-gradient(circle,#d6af370d 0%,#d6af3700 70%);width:500px;height:500px;position:absolute;bottom:-10%;right:-5%}.location-grid{z-index:5;grid-template-columns:1.15fr .85fr;align-items:center;gap:4.5rem;display:grid;position:relative}.location-media-wrapper{border-radius:28px;height:520px;position:relative;overflow:visible;box-shadow:0 25px 60px #00000012}.location-image-container-modern{border-radius:28px;width:100%;height:100%;position:relative;overflow:hidden}.location-image-container-modern:after{content:"";pointer-events:none;background:linear-gradient(#0000001a 0%,#0006 100%);position:absolute;inset:0}.location-image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1);display:block}.location-media-wrapper:hover .location-image{transform:scale(1.03)}.media-status-badge{z-index:10;-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #ffffff80;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;display:inline-flex;position:absolute;top:24px;left:24px;box-shadow:0 8px 24px #00000014}.pulse-dot{background-color:#10b981;border-radius:50%;width:8px;height:8px;animation:1.8s infinite pulse;box-shadow:0 0 #10b981b3}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 8px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.status-text{color:#1f2937;letter-spacing:1px;text-transform:uppercase;font-size:.75rem;font-weight:700}.media-stats-floating-card{z-index:10;-webkit-backdrop-filter:blur(16px);background:#111111d9;border:1px solid #ffffff1a;border-radius:20px;width:280px;padding:1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-20px;right:-20px;box-shadow:0 20px 50px #0009}.location-media-wrapper:hover .media-stats-floating-card{transform:translateY(-5px);box-shadow:0 25px 45px #0000004d}.floating-card-stat{align-items:center;gap:1rem;display:flex}.floating-card-stat:not(:last-child){border-bottom:1px solid #ffffff14;margin-bottom:1.2rem;padding-bottom:1.2rem}.stat-icon-badge{color:#fff;background:#ffffff0f;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex}.stat-info{flex-direction:column;display:flex}.stat-info .stat-value{color:#fff;font-size:.95rem;font-weight:700}.stat-info .stat-desc{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;font-size:.72rem}.location-text{color:#ffffffb3;margin-bottom:2rem;font-size:1.1rem;line-height:1.75}.smart-address-card{-webkit-backdrop-filter:blur(24px);background:#ffffff08;border:1px solid #ffffff14;border-color:#ffffff26 #ffffff14 #ffffff14 #ffffff1a;border-radius:32px;margin-bottom:2rem;padding:2.5rem;transition:all .5s cubic-bezier(.16,1,.3,1);box-shadow:0 20px 50px #00000080,inset 0 1px #ffffff0d}.smart-address-card:hover{border-color:#fff3;transform:translateY(-5px);box-shadow:0 30px 60px #000c,inset 0 1px #ffffff1a}.address-header{border-bottom:1px solid #ffffff1a;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.2rem;display:flex}.address-pin-icon{color:#ff4d4d}.address-header h4{color:#fff;letter-spacing:-.5px;font-size:1.2rem;font-weight:700}.address-details{flex-direction:column;gap:1rem;margin-bottom:1.8rem;display:flex}.address-detail-item{color:#fff9;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.address-detail-item strong{color:#ffffffe6;flex-shrink:0;width:90px;font-weight:600}.address-detail-item span{flex:1}.address-actions{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.btn-copy-address{background-color:var(--color-primary);color:#fff;border:1px solid var(--color-primary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-copy-address:hover{background-color:var(--color-accent);border-color:var(--color-accent);transform:translateY(-2px);box-shadow:0 8px 20px #80000026}.btn-copy-address.copied{background-color:#10b981;border-color:#10b981}.btn-maps-link{color:#fff;cursor:pointer;background-color:#0000;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-maps-link:hover{background-color:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.location-perks-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.location-perk-card{background:#f9fafb;border:1px solid #f3f4f6;border-radius:16px;align-items:flex-start;gap:.75rem;padding:1.2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.location-perk-card:hover{background:#fff;border-color:#8000001a;transform:translateY(-2px);box-shadow:0 10px 25px #00000005}.perk-icon-wrapper{color:var(--color-accent);background:#8000000d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.location-perk-card:hover .perk-icon-wrapper{background:var(--color-accent);color:#fff}.perk-info h5{color:#111;margin-bottom:.25rem;font-size:.9rem;font-weight:700}.perk-info p{color:#6b7280;font-size:.78rem;line-height:1.4}@media screen and (width<=1024px){.location-grid{grid-template-columns:1fr;gap:4rem}.location-image-container{height:450px}}@media screen and (width<=768px){.location-grid{grid-template-columns:1fr;gap:3rem}.address-grid{grid-template-columns:1fr}.location-image-container{height:350px}}@keyframes kenburns{0%{transform:scale(1)translate(0)translateY(0)}25%{transform:scale(1.08)translate(-1%)translateY(-1%)}50%{transform:scale(1.12)translate(1%)translateY(0%)}75%{transform:scale(1.06)translate(-.5%)translateY(1%)}to{transform:scale(1)translate(0)translateY(0)}}.hero-modern-container{min-height:65vh;padding-top:var(--header-height);background-color:#000;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-modern-bg{z-index:0;opacity:0;will-change:transform, opacity;background-position:50%;background-size:cover;width:110%;height:110%;transition:opacity 1s ease-in-out;animation:18s ease-in-out infinite kenburns;position:absolute;top:-5%;left:-5%}.hero-slide-active{opacity:1}.hero-slide-hidden{opacity:0}.hero-slide-dots{z-index:20;gap:.6rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:0 0;border:2px solid #ffffffb3;border-radius:50%;width:10px;height:10px;padding:0;transition:background .3s,transform .3s}.hero-dot.active{background:#fff;border-color:#fff;transform:scale(1.3)}.hero-modern-overlay{z-index:1;background:linear-gradient(#00000026 0%,#0000008c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-centered-content{z-index:10;text-align:center;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex;position:relative}.hero-small-badges{justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.hero-small-badges span{color:#fff;letter-spacing:1.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0d;border:1px solid #fff6;border-radius:50px;padding:.35rem 1rem;font-size:.65rem;font-weight:700}.hero-title{font-family:var(--font-serif);color:#fff;letter-spacing:-1px;text-shadow:0 2px 15px #0006;text-align:center;margin-bottom:1.2rem;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700;line-height:1.15}.hero-title-italic{font-family:var(--font-serif);background:linear-gradient(90deg,#d4af37,#fdf5a9,#d4af37);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:500;display:inline-block}.hero-description{color:#ffffffe6;text-shadow:0 1px 5px #00000080;text-align:center;max-width:650px;margin-bottom:3rem;font-size:clamp(.95rem,1.5vw,1.15rem);font-weight:400;line-height:1.6}.hero-cta-group{justify-content:center;align-items:center;gap:2.5rem;display:flex}.btn-primary-pill{color:#111;letter-spacing:1px;background:#fff;border-radius:100px;align-items:center;gap:1.25rem;padding:.5rem .5rem .5rem 1.8rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.btn-primary-pill:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000026}.arrow-circle{color:#111;background:#cbf238;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-weight:700;transition:transform .3s;display:flex;box-shadow:0 4px 15px #cbf2384d}.btn-primary-pill:hover .arrow-circle{transform:translate(4px)}.btn-text-link{color:#fff;text-transform:uppercase;letter-spacing:1.5px;padding-bottom:4px;font-size:.85rem;font-weight:700;text-decoration:none;transition:color .3s;position:relative}.btn-text-link:after{content:"";transform-origin:100%;background:#fff;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0}.btn-text-link:hover:after{transform-origin:0;transform:scaleX(0)}@media screen and (width<=992px){.hero-modern-box{min-height:70vh;padding:3rem 2rem}.hero-top-badge{top:1.5rem;right:1.5rem}}.glass-card{-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:16px;padding:2.5rem;box-shadow:0 30px 60px #0000000d}.stat-row{align-items:center;gap:1.5rem;display:flex}.stat-icon{color:#fff;background:#111;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.stat-number{color:#111;margin-bottom:.25rem;font-size:1.8rem;font-weight:700;line-height:1}.stat-label{color:#666;font-size:.95rem;font-weight:500}.stat-divider{background:#0000001a;height:1px;margin:1.5rem 0}.bento-section{color:#111;background-color:#fff;padding:8rem 0}.section-header{margin-bottom:4rem}.section-title{letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700}.section-subtitle{color:#888;font-size:1.2rem}.wide-content{flex-direction:row;justify-content:space-between;align-items:center}.wide-text{max-width:50%}.bento-visual{opacity:.6;background-position:50%;background-size:cover;border-top-left-radius:16px;width:60%;height:60%;position:absolute;bottom:0;right:-5%}.tech-visual{background-image:url(/solutions-1.webp)}.bg-manufacturing{clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);background-image:url(/products-hero.webp);border-radius:0;width:40%;height:100%;top:0;right:0}.featured-categories-section{background-color:#fcfcfc;padding:8rem 0}.categories-grid{grid-template-columns:1.5fr 1fr;gap:2rem;width:100%;display:grid}.category-card-wide,.category-card-narrow{border-radius:40px;flex-direction:column;justify-content:flex-end;height:600px;text-decoration:none;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s;display:flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 15px 35px #0000000a}.category-card-wide:hover,.category-card-narrow:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0000001f}.category-bg{z-index:0;background-position:50%;background-size:cover;width:110%;height:110%;transition:transform .8s cubic-bezier(.16,1,.3,1);position:absolute;top:-5%;left:-5%}.category-card-wide:hover .category-bg,.category-card-narrow:hover .category-bg{transform:scale(1.05)translateZ(0)}.category-overlay{z-index:1;background:linear-gradient(#0000 0%,#0006 50%,#000c 100%);width:100%;height:60%;transition:height .5s,background .5s;position:absolute;bottom:0;left:0}.category-card-wide:hover .category-overlay,.category-card-narrow:hover .category-overlay{background:linear-gradient(#0000 0%,#00000080 40%,#000000e6 100%);height:70%}.category-content{z-index:2;color:#fff;padding:3.5rem;transition:transform .5s cubic-bezier(.16,1,.3,1);position:relative;transform:translateY(20px)}.category-card-wide:hover .category-content,.category-card-narrow:hover .category-content{transform:translateY(0)}.category-tag{color:#111;letter-spacing:.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);opacity:.9;background-color:#ffffffe6;border-radius:100px;margin-bottom:1.2rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;transition:all .4s;display:inline-block;transform:translateY(10px);box-shadow:0 4px 15px #0000001a}.category-card-wide:hover .category-tag,.category-card-narrow:hover .category-tag{opacity:1;background-color:#fff;transform:translateY(0)}.category-content h3{color:#fff;letter-spacing:-1px;text-shadow:0 2px 10px #0000004d;max-width:90%;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:800;line-height:1.1}@media screen and (width<=992px){.categories-grid{grid-template-columns:1fr;gap:1.5rem}.category-card-wide,.category-card-narrow{border-radius:24px;height:450px}.category-content{padding:2.5rem;transform:translateY(0)}.category-tag{transform:translateY(0)}}@media screen and (width<=768px){.featured-grid{grid-template-columns:1fr}.featured-card{height:350px}}.why-choose-selatan-section{background-color:#fff;padding:6rem 0 8rem}.selatan-header{justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex}.selatan-eyebrow{letter-spacing:1.5px;color:#555;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:flex}.eyebrow-line{background-color:#777;width:28px;height:1px;display:inline-block}.selatan-title{color:#111;letter-spacing:-.5px;margin:0;font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:800;line-height:1.2}.selatan-title .title-muted{color:#999;font-weight:400}.selatan-learn-btn{color:#333;background:0 0;border:1px solid #d0d0d0;border-radius:100px;align-items:center;gap:.4rem;padding:.55rem 1.3rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.selatan-learn-btn:hover{color:#fff;background-color:#111;border-color:#111}.selatan-header-divider{background-color:#eaeaea;width:100%;height:1px;margin-bottom:3.5rem}.selatan-body-grid{grid-template-columns:1fr 1.15fr;align-items:flex-start;gap:4rem;display:grid}.selatan-left-col{flex-direction:column;display:flex}.selatan-img-wrapper{border-radius:20px;width:100%;height:340px;overflow:hidden;box-shadow:0 10px 30px #0000000f}.selatan-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.selatan-img-wrapper:hover img{transform:scale(1.04)}.selatan-img-caption{color:#666;max-width:460px;margin-top:1.5rem;font-size:.92rem;line-height:1.65}.selatan-right-col,.selatan-accordion-list{flex-direction:column;display:flex}.selatan-accordion-item{cursor:pointer;border-bottom:1px solid #eaeaea;padding:1.25rem 0;transition:all .25s}.selatan-accordion-item:first-child{padding-top:0}.selatan-accordion-item:last-child{border-bottom:none}.selatan-item-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.selatan-item-header h3{color:#666;margin:0;font-size:1.25rem;font-weight:500;transition:color .25s,font-weight .25s}.selatan-accordion-item.active .selatan-item-header h3{color:#111;font-size:1.3rem;font-weight:700}.selatan-accordion-item:hover .selatan-item-header h3{color:#111}.selatan-chevron{color:#111;flex-shrink:0;transition:transform .3s}.selatan-accordion-item.active .selatan-chevron{transform:rotate(90deg)}.selatan-item-desc{color:#666;max-width:520px;margin-top:.8rem;margin-bottom:.2rem;font-size:.92rem;line-height:1.6;animation:.3s fadeIn}@media (width<=900px){.selatan-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.selatan-body-grid{grid-template-columns:1fr;gap:3rem}.selatan-img-wrapper{height:280px}}.partners-section{color:#111;background-color:#fff;padding:6rem 0 8rem;overflow:hidden}.marquee-container{white-space:nowrap;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;margin-bottom:6rem;padding:2rem 0;overflow:hidden}.marquee{font-size:4rem;font-weight:800;font-family:var(--font-sans);color:#0000;-webkit-text-stroke:1px #0000001a;animation:20s linear infinite scroll-left;display:inline-block}.marquee span{padding:0 2rem}.marquee .dot{color:var(--color-accent);-webkit-text-stroke:0}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.case-studies{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.case-card{-webkit-backdrop-filter:blur(24px);background:#ffffff80;border:1px solid #00000014;border-radius:16px;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 10px 20px #0000000d}.case-card:hover{border-color:#ff33334d;transform:translateY(-10px);box-shadow:0 30px 60px #0009}.case-image{background-position:50%;background-size:cover;height:200px}.bg-active{background-image:url(/product-1.webp)}.bg-intimate{background-image:url(/product-3.webp)}.case-content{padding:1.5rem}.case-tag{color:#f33;text-transform:uppercase;letter-spacing:1px;background:#ff333326;border-radius:100px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.8rem;display:inline-block}.case-content h3{color:#111;margin-bottom:1rem;font-size:1.5rem}.case-content p{color:#444;line-height:1.6}.home-banner-cta-section{background-color:#f3f2ef;width:100%;padding:0;overflow:hidden}.lids-split-container{width:100%;box-shadow:none;background-color:#f3f2ef;border-radius:0;grid-template-columns:1fr 1fr;min-height:540px;display:grid;overflow:hidden}.lids-split-left{background-color:#f3f2ef;flex-direction:column;justify-content:center;align-items:flex-start;padding:5rem 5rem 5rem max(5vw,60px);display:flex}.lids-eyebrow{letter-spacing:1.5px;text-transform:uppercase;color:#222;margin-bottom:1.5rem;font-size:.8rem;font-weight:800}.lids-title{color:#111;letter-spacing:-.5px;text-transform:uppercase;margin-bottom:2rem;font-size:clamp(1.8rem,3.2vw,2.7rem);font-weight:800;line-height:1.18}.lids-text-block{flex-direction:column;gap:1.2rem;max-width:520px;margin-bottom:2.5rem;display:flex}.lids-text-block p{color:#444;margin:0;font-size:.95rem;font-weight:400;line-height:1.65}.lids-cta-link{color:#111;border-bottom:1.5px solid #111;align-items:center;gap:.4rem;padding-bottom:4px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.lids-cta-link:hover{color:var(--color-lime-accent,#cbf238);border-bottom-color:var(--color-lime-accent,#cbf238);transform:translate(4px)}.lids-arrow{font-size:1.1rem;transition:transform .3s}.lids-cta-link:hover .lids-arrow{transform:translate(2px,-2px)}.lids-split-right{width:100%;height:100%;min-height:480px;position:relative;overflow:hidden}.lids-split-right img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.lids-split-container:hover .lids-split-right img{transform:scale(1.04)}@media screen and (width<=992px){.lids-split-container{grid-template-columns:1fr}.lids-split-left{padding:4rem 2rem}.lids-split-right{min-height:380px}.cta-card-inner{padding:3.5rem 2.5rem 3rem}.cta-card-bottom{flex-direction:column;align-items:flex-start;gap:2rem}.cta-card-desc{text-align:left;max-width:100%}}@media screen and (width<=576px){.cta-card-inner{padding:2.5rem 1.5rem 2rem}.home-cta-card{border-radius:20px;min-height:400px}.cta-card-title{margin-bottom:2rem;font-size:2rem}}@media screen and (width<=1024px){.hero-grid{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-cta-group{justify-content:center}.bento-grid{grid-template-columns:1fr 1fr}.bento-large{grid-column:span 2}.timeline{grid-template-columns:1fr 1fr;gap:4rem 2rem}.timeline-item:after{display:none}}@media screen and (width<=768px){.bento-grid,.case-studies{grid-template-columns:1fr}.bento-large,.bento-wide{grid-column:span 1}.wide-content{flex-direction:column;align-items:flex-start}.wide-text{max-width:100%}.bg-manufacturing{clip-path:none;border-radius:8px;width:100%;height:150px;margin-top:2rem;position:relative;right:0}.bento-large h3,.bento-large p{max-width:100%}.tech-visual{opacity:.8;border-top-left-radius:0;width:100%;height:150px;margin-top:2rem;position:relative;bottom:0;right:0}.process-header{flex-direction:column;align-items:flex-start;gap:1rem}.hero-cta-group{flex-wrap:wrap}.btn-modern{gap:.5rem;padding:.8rem 1.5rem;font-size:.95rem}.cta-content{border-radius:20px;padding:3rem 1.5rem}}.innovation-section{background-color:#f5f5f0;padding:6rem 0}.innovation-three-col{grid-template-columns:160px 1fr 340px;align-items:center;gap:4rem;display:grid}.innov-label-col{align-self:flex-start;padding-top:.5rem}.innov-label-text{color:#999;font-size:.85rem;font-weight:500;line-height:1.5}.innov-statement-col{flex-direction:column;gap:2rem;display:flex}.innov-statement{color:#111;letter-spacing:-.3px;margin:0;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:400;line-height:1.45}.innov-statement strong{color:#111;font-weight:800}.innov-statement-muted{color:#aaa;font-weight:400}.innov-more-btn{color:#111;background:0 0;border:1.5px solid #ccc;border-radius:100px;align-items:center;gap:.5rem;width:fit-content;padding:.65rem 1.4rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:border-color .25s,background .25s,color .25s;display:inline-flex}.innov-more-btn:hover{color:#fff;background:#111;border-color:#111}.innov-image-col{justify-content:flex-end;display:flex}.innov-image-wrapper{border-radius:20px;width:300px;height:380px;overflow:hidden;box-shadow:0 20px 50px #00000014}.innov-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .7s;display:block}.innov-image-wrapper:hover img{transform:scale(1.04)}@media (width<=1024px){.innovation-three-col{grid-template-columns:1fr 1fr;gap:3rem}.innov-label-col{grid-column:span 2}}@media (width<=768px){.innovation-three-col{grid-template-columns:1fr;gap:2rem}.innov-label-col{grid-column:span 1}.innov-image-col{justify-content:flex-start}.innov-image-wrapper{width:100%;height:280px}}.discover-section{background-color:#fff;padding:6rem 0 8rem}.discover-header{margin-bottom:3.5rem}.discover-eyebrow{letter-spacing:2px;color:#777;text-transform:uppercase;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:block}.discover-title{color:#111;letter-spacing:-.5px;margin:0;font-size:clamp(2rem,3.8vw,3.2rem);font-weight:800;line-height:1.25}.discover-title .title-muted{color:#999;font-weight:300}.discover-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;display:grid}.discover-card-main{border-radius:24px;align-items:flex-end;height:580px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 35px #0000000f}.discover-card-bg{object-fit:cover;z-index:0;width:100%;height:100%;transition:transform .7s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.discover-card-main:hover .discover-card-bg,.discover-card-sub:hover .discover-card-bg{transform:scale(1.05)}.discover-card-overlay{z-index:1;background:linear-gradient(#0000000d 0%,#00000040 50%,#000000d9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.discover-explore-btn{z-index:10;color:#111;background:#fff;border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 1.6rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0000002e}.discover-explore-btn:hover{color:#fff;background:#111;transform:translate(-50%,-50%)scale(1.05)}.discover-card-main .discover-card-content{z-index:5;color:#fff;text-align:left;padding:2.5rem;position:relative}.discover-card-main .discover-card-content h3{color:#fff;letter-spacing:-.3px;margin-bottom:.6rem;font-size:1.8rem;font-weight:800;line-height:1.3}.discover-card-main .discover-card-content p{color:#ffffffd1;max-width:480px;margin:0;font-size:.95rem;line-height:1.55}.discover-right-stack{flex-direction:column;gap:1.5rem;height:580px;display:flex}.discover-card-sub{border-radius:24px;flex:1;align-items:flex-end;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 35px #0000000f}.discover-card-sub .discover-card-content{z-index:5;color:#fff;text-align:left;padding:2rem 2.2rem;position:relative}.discover-card-sub .discover-card-content h3{color:#fff;letter-spacing:-.2px;margin:0;font-size:1.35rem;font-weight:700;line-height:1.35}@media (width<=900px){.discover-grid{grid-template-columns:1fr;gap:1.5rem}.discover-card-main{height:420px}.discover-right-stack{height:auto}.discover-card-sub{height:260px}}@media screen and (width<=1024px){.expertise-grid{grid-template-columns:repeat(2,1fr)}.location-grid{gap:3rem}.location-media-wrapper{height:440px}.media-stats-floating-card{width:250px;padding:1.2rem;bottom:-10px;right:-10px}}@media screen and (width<=768px){.innovation-grid{grid-template-columns:1fr;gap:3rem}.innovation-content{order:2}.innovation-image-container{order:1}.expertise-grid{grid-template-columns:1fr}.section-title-alt{font-size:2.2rem}.location-grid{grid-template-columns:1fr;gap:4rem}.location-media-wrapper{height:380px;margin-bottom:2rem}.media-stats-floating-card{justify-content:space-around;gap:1rem;width:calc(100% - 32px);padding:1rem;display:flex;position:absolute;bottom:16px;left:16px;right:16px}.floating-card-stat{border-bottom:none!important;margin-bottom:0!important;padding-bottom:0!important}.stat-icon-badge{border-radius:8px;width:32px;height:32px}.stat-info .stat-value{font-size:.85rem}.stat-info .stat-desc{font-size:.65rem}.location-perks-grid{grid-template-columns:1fr;gap:.75rem}.address-actions{grid-template-columns:1fr}}.product-showcase-section{background-color:#fff;padding:6rem 0 8rem}.showcase-editorial-header{max-width:1000px;margin-bottom:3.5rem}.showcase-editorial-text{color:#111;letter-spacing:-.5px;margin:0;font-size:clamp(1.8rem,3.2vw,2.6rem);line-height:1.4}.showcase-editorial-text strong{color:#111;font-weight:800}.editorial-text-muted{color:#aaa;font-weight:400}.showcase-video-frame{border-radius:24px;justify-content:center;align-items:center;width:100%;height:480px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 45px #00000014}.showcase-frame-video{object-fit:cover;width:100%;height:100%;display:block}.video-frame-overlay{z-index:1;background:#0003;width:100%;height:100%;position:absolute;top:0;left:0}.video-frame-readmore{z-index:5;color:#111;background:#fff;border-radius:100px;padding:.75rem 2.2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 10px 30px #0003}.video-frame-readmore:hover{color:#111;background:#cbf238;transform:scale(1.05);box-shadow:0 15px 35px #cbf23866}@media (width<=768px){.showcase-video-frame{height:320px}}.time-display{opacity:.8;font-size:.85rem}@media screen and (width<=992px){.showcase-header{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.video-mockup-wrapper{aspect-ratio:16/9}}@media screen and (width<=768px){.product-showcase-section{padding:6rem 0}.video-mockup-wrapper{aspect-ratio:16/10}.video-controls-mockup{padding:1rem 1.5rem}.controls-left,.controls-right{gap:1rem}.skip-icon,.detail-product-label,.chat-icon,.menu-icon{display:none}}.solutions-wrapper{background-color:#fff}.fade-up{opacity:0;will-change:opacity, transform;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(20px)}.sol-hero{background-color:#000;justify-content:center;align-items:center;min-height:60vh;display:flex;position:relative;overflow:hidden}.sol-hero-bg{z-index:0;will-change:transform;background-image:url(/solutions-hero.webp);background-position:50%;background-size:cover;width:110%;height:110%;animation:18s ease-in-out infinite kenburns;position:absolute;top:-5%;left:-5%}.sol-hero-overlay{z-index:1;background:linear-gradient(#00000005 0%,#0006 100%);width:100%;height:100%;position:absolute;top:0;left:0}.sol-hero-centered{z-index:2;width:100%;position:relative}.sol-hero-content{max-width:800px;margin:0 auto}.sol-title{color:#fff;letter-spacing:-1.5px;text-shadow:0 2px 15px #0006;text-align:center;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:800}.sol-subtitle{color:#fff;text-shadow:0 1px 10px #00000080;text-align:center;max-width:650px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:400;line-height:1.6}.sol-resources-section{background-color:#fafafa;padding:6rem 0 8rem}.sol-resources-header{margin-bottom:3.5rem}.sol-resources-eyebrow{color:#4f46e5;letter-spacing:.3px;background:#6366f11a;border-radius:100px;margin-bottom:1rem;padding:.35rem 1.1rem;font-size:.82rem;font-weight:600;display:inline-block}.sol-resources-header h2{color:#111;letter-spacing:-1px;margin-bottom:.75rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800}.sol-resources-header p{color:#666;max-width:620px;margin:0 auto;font-size:1.05rem;line-height:1.6}.sol-featured-card{background:#fff;border:1px solid #eaeaea;border-radius:24px;align-items:center;gap:2.5rem;margin-bottom:2.5rem;padding:1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 35px #00000008}.sol-featured-card:hover{border-color:#e0e0e0;transform:translateY(-4px);box-shadow:0 20px 45px #0000000f}.sol-featured-img{border-radius:18px;flex-shrink:0;width:460px;height:310px;overflow:hidden}.sol-featured-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.sol-featured-card:hover .sol-featured-img img{transform:scale(1.04)}.sol-featured-body{flex-direction:column;flex-grow:1;display:flex}.sol-category-badge{color:#4f46e5;background:#6366f114;border-radius:100px;width:fit-content;margin-bottom:1rem;padding:.3rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}.sol-featured-body h3{color:#111;letter-spacing:-.5px;margin-bottom:.8rem;font-size:1.75rem;font-weight:800;line-height:1.3}.sol-featured-body p{color:#666;max-width:600px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.65}.sol-featured-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;display:flex}.sol-feature-tags{flex-wrap:wrap;gap:1.2rem;display:flex}.sol-feature-tag{color:#777;font-size:.82rem;font-weight:500}.sol-action-arrow{color:#111;cursor:pointer;background:#cbf238;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;transition:transform .3s,background-color .3s;display:flex;box-shadow:0 4px 15px #cbf2384d}.sol-featured-card:hover .sol-action-arrow,.sol-grid-card:hover .sol-action-arrow{color:#111;background:#b6de23;transform:rotate(45deg)scale(1.1)}.sol-cards-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.sol-grid-card{background:#fff;border:1px solid #eaeaea;border-radius:24px;flex-direction:column;padding:1.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px #00000008}.sol-grid-card:hover{border-color:#e0e0e0;transform:translateY(-6px);box-shadow:0 20px 45px #00000012}.sol-grid-img{border-radius:18px;width:100%;height:260px;margin-bottom:1.25rem;overflow:hidden}.sol-grid-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.sol-grid-card:hover .sol-grid-img img{transform:scale(1.05)}.sol-grid-body{flex-direction:column;flex-grow:1;padding:.5rem .5rem .25rem;display:flex}.sol-grid-body h3{color:#111;letter-spacing:-.3px;margin-bottom:.6rem;font-size:1.35rem;font-weight:700;line-height:1.35}.sol-grid-body p{color:#666;flex-grow:1;margin-bottom:1.5rem;font-size:.92rem;line-height:1.6}.sol-grid-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}@media (width<=1024px){.sol-featured-card{flex-direction:column;align-items:flex-start}.sol-featured-img{width:100%;height:250px}.sol-cards-grid{grid-template-columns:1fr}}.sol-workflow-section{background-color:#f9f9f9;padding:8rem 0}.workflow-headline{text-align:center;margin-bottom:5rem}.workflow-headline p{color:#111;letter-spacing:-.5px;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.35}.workflow-headline-light{color:#b0b0b0;font-weight:800}.workflow-rows{flex-direction:column;display:flex}.workflow-row{border-top:1px solid #e5e7eb;grid-template-columns:200px 1fr 240px;align-items:flex-start;gap:2.5rem;padding:2.5rem 0;transition:background .3s;display:grid}.workflow-rows .workflow-row:last-child{border-bottom:1px solid #e5e7eb}.workflow-row:hover{background:#00000003}.workflow-row-img{border-radius:14px;flex-shrink:0;width:200px;height:130px;overflow:hidden}.workflow-row-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.workflow-row:hover .workflow-row-img img{transform:scale(1.05)}.workflow-row-body{flex-direction:column;gap:.75rem;padding-top:.25rem;display:flex}.workflow-row-body h3{color:#111;letter-spacing:-.3px;margin:0;font-size:1.4rem;font-weight:700}.workflow-row-body p{color:#777;max-width:480px;margin:0;font-size:.95rem;font-weight:300;line-height:1.65}.workflow-row-meta{flex-direction:column;gap:.5rem;padding-top:.25rem;display:flex}.workflow-meta-label{color:#aaa;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.8rem;font-weight:600}.workflow-meta-link{color:#555;cursor:pointer;font-size:.9rem;font-weight:600;transition:color .2s}.workflow-meta-link:hover{color:maroon}@media (width<=768px){.workflow-row{grid-template-columns:1fr;gap:1.25rem}.workflow-row-img{width:100%;height:180px}}.sol-cta{color:#fff;background-image:url(/solutions-hero.webp);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;padding:8rem 0;display:flex;position:relative;overflow:hidden}.sol-cta:before{content:"";z-index:1;background:#000000a6;width:100%;height:100%;position:absolute;top:0;left:0}.sol-cta .container{z-index:2;-webkit-backdrop-filter:blur(25px);background:#ffffff14;border:1px solid #ffffff26;border-radius:32px;max-width:900px;padding:5rem 2rem;position:relative;box-shadow:0 30px 60px #00000040}.sol-cta h2{letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.sol-cta p{opacity:.9;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.6}.btn-sol-cta{color:#111;background-color:#fff;border-radius:50px;align-items:center;gap:.75rem;padding:1.1rem 2.2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-sol-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003}@media screen and (width<=1200px){.sol-grid{grid-template-columns:repeat(2,1fr)}.workflow-timeline{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}.step-line{display:none}}@media screen and (width<=768px){.sol-hero{padding:4rem 0}.sol-title{font-size:2.5rem}.sol-grid{grid-template-columns:1fr;gap:2rem}.workflow-timeline{grid-template-columns:1fr;gap:2.5rem}.sol-grid-section{padding:4rem 0}.sol-card-body{padding:1.5rem}.sol-workflow-section{padding:5rem 0}}.products-page{color:#111;background-color:#fff;min-height:100vh}.products-hero{text-align:center;color:#fff;justify-content:center;align-items:center;min-height:60vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.products-hero-bg{z-index:0;will-change:transform;background-position:50%;background-size:cover;width:110%;height:110%;animation:18s ease-in-out infinite kenburns;position:absolute;top:-5%;left:-5%}.products-hero-overlay{z-index:1;background:linear-gradient(#00000080 0%,#000000b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.products-hero-content{z-index:2;color:#fff;max-width:900px;margin-top:3rem;padding:0 2rem;position:relative}.products-hero h1{letter-spacing:-1.5px;color:#fff;margin-bottom:1.2rem;font-size:clamp(3rem,5.5vw,4.8rem);font-weight:800}.products-hero p{color:#ffffffe0;font-size:1.15rem;line-height:1.7}.prod-resources-section{background-color:#fafafa;padding:6rem 0 8rem}.prod-resources-header{margin-bottom:3.5rem}.prod-resources-eyebrow{color:#4f46e5;letter-spacing:.3px;background:#6366f11a;border-radius:100px;margin-bottom:1rem;padding:.35rem 1.1rem;font-size:.82rem;font-weight:600;display:inline-block}.prod-resources-header h2{color:#111;letter-spacing:-1px;margin-bottom:.75rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800}.prod-resources-header p{color:#666;max-width:620px;margin:0 auto;font-size:1.05rem;line-height:1.6}.prod-featured-card{background:#fff;border:1px solid #eaeaea;border-radius:24px;align-items:center;gap:2.5rem;margin-bottom:2.5rem;padding:1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 35px #00000008}.prod-featured-card:hover{border-color:#e0e0e0;transform:translateY(-4px);box-shadow:0 20px 45px #0000000f}.prod-featured-img{border-radius:18px;flex-shrink:0;width:460px;height:310px;overflow:hidden}.prod-featured-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.prod-featured-card:hover .prod-featured-img img{transform:scale(1.04)}.prod-featured-body{flex-direction:column;flex-grow:1;display:flex}.prod-category-badge{color:#4f46e5;background:#6366f114;border-radius:100px;width:fit-content;margin-bottom:1rem;padding:.3rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}.prod-featured-body h3{color:#111;letter-spacing:-.5px;margin-bottom:.8rem;font-size:1.75rem;font-weight:800;line-height:1.3}.prod-featured-body p{color:#666;max-width:600px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.65}.prod-featured-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;display:flex}.prod-feature-tags{flex-wrap:wrap;gap:1.2rem;display:flex}.prod-feature-tag{color:#777;font-size:.82rem;font-weight:500}.prod-action-arrow{color:#111;cursor:pointer;background:#cbf238;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;transition:transform .3s,background-color .3s;display:flex;box-shadow:0 4px 15px #cbf2384d}.prod-featured-card:hover .prod-action-arrow,.prod-grid-card:hover .prod-action-arrow{color:#111;background:#b6de23;transform:rotate(45deg)scale(1.1)}.prod-cards-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.prod-grid-card{background:#fff;border:1px solid #eaeaea;border-radius:24px;flex-direction:column;padding:1.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px #00000008}.prod-grid-card:hover{border-color:#e0e0e0;transform:translateY(-6px);box-shadow:0 20px 45px #00000012}.prod-grid-img{border-radius:18px;width:100%;height:260px;margin-bottom:1.25rem;overflow:hidden}.prod-grid-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.prod-grid-card:hover .prod-grid-img img{transform:scale(1.05)}.prod-grid-body{flex-direction:column;flex-grow:1;padding:.5rem .5rem .25rem;display:flex}.prod-grid-body h3{color:#111;letter-spacing:-.3px;margin-bottom:.6rem;font-size:1.35rem;font-weight:700;line-height:1.35}.prod-grid-body p{color:#666;flex-grow:1;margin-bottom:1.5rem;font-size:.92rem;line-height:1.6}.prod-grid-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}@media (width<=1024px){.prod-featured-card{flex-direction:column;align-items:flex-start}.prod-featured-img{width:100%;height:250px}.prod-cards-grid{grid-template-columns:1fr}}.about-wrapper{overflow-x:hidden}.about-hero{background-color:#000;justify-content:center;align-items:center;min-height:60vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.about-hero-bg{z-index:0;will-change:transform;background-position:50%;background-size:cover;width:110%;height:110%;animation:18s ease-in-out infinite kenburns;position:absolute;top:-5%;left:-5%}.about-hero-overlay{z-index:1;background:linear-gradient(#00000005 0%,#0006 100%);width:100%;height:100%;position:absolute;top:0;left:0}.about-hero-centered{z-index:2;width:100%;position:relative}.about-hero-content{max-width:900px;margin:0 auto}.about-hero h1{letter-spacing:-1.5px;color:#fff;text-shadow:0 2px 15px #0006;text-align:center;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.1}.about-hero p{color:#fff;text-shadow:0 1px 10px #00000080;text-align:center;max-width:650px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:400;line-height:1.6}.about-story-section{text-align:center;background-color:#fff;padding:7rem 0}.story-pill-label{color:#444;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:100px;align-items:center;margin-bottom:2.5rem;padding:.45rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-flex}.story-statement{max-width:820px;margin:0 auto 3rem}.story-statement p{color:#aaa;letter-spacing:-.3px;font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:400;line-height:1.55}.story-statement p strong{color:#111;font-weight:800}.story-image-trio{justify-content:center;gap:1.25rem;margin-bottom:4rem;display:flex}.story-trio-img{border-radius:16px;flex-shrink:0;width:220px;height:140px;transition:transform .4s,box-shadow .4s;overflow:hidden;box-shadow:0 8px 24px #0000001a}.story-trio-img:hover{transform:translateY(-6px)scale(1.03);box-shadow:0 16px 36px #00000026}.story-trio-img img{object-fit:cover;width:100%;height:100%}.story-achievements-divider{align-items:center;gap:1.25rem;margin-bottom:2.5rem;display:flex}.divider-line{background:#e5e7eb;flex:1;height:1px}.divider-label{color:#444;white-space:nowrap;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:100px;padding:.4rem 1.2rem;font-size:.82rem;font-weight:600}.story-stats-row{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.story-stat-card{background:#f7f8fa;border-radius:20px;flex-direction:column;align-items:flex-start;gap:.5rem;padding:2.5rem 1.5rem;transition:transform .3s,box-shadow .3s;display:flex}.story-stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000000f}.story-stat-card.highlight-stat{background:#111}.story-stat-card.highlight-stat .stat-big-num,.story-stat-card.highlight-stat .stat-desc{color:#fff}.stat-big-num{color:#ccc;letter-spacing:-1px;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1}.stat-desc{color:#888;font-size:.9rem;font-weight:500}@media (width<=768px){.story-image-trio{flex-wrap:wrap}.story-trio-img{width:calc(50% - .625rem);height:120px}.story-stats-row{grid-template-columns:repeat(2,1fr)}}.pillars-section-new{background-color:#f9fafb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:7rem 0}.pillars-new-header{margin-bottom:1rem}.pillars-eyebrow{color:#888;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.8rem;font-size:.8rem;font-weight:600;display:block}.pillars-new-title{color:#222;letter-spacing:-.3px;text-transform:uppercase;max-width:950px;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;line-height:1.3}.pillars-new-grid{grid-template-columns:1fr 340px 1fr;align-items:center;gap:3.5rem;margin-top:4rem;display:grid}.pillars-col{flex-direction:column;justify-content:space-between;height:520px;display:flex}.pillar-item-box{flex-direction:column;gap:.8rem;display:flex}.pillar-item-header{align-items:center;gap:1rem;display:flex}.pillar-item-header.right-aligned{justify-content:flex-end}.pillar-num-blue,.pillar-num-green{color:#cbf238;letter-spacing:-1px;font-size:2.3rem;font-weight:800;line-height:1}.pillar-item-header h3{color:#111;letter-spacing:.5px;text-transform:uppercase;margin:0;font-size:1.05rem;font-weight:800}.pillar-item-box p{color:#666;margin:0;font-size:.92rem;font-weight:400;line-height:1.65}.pillar-item-box p.text-right{text-align:right}.pillar-divider-line{background-color:#e5e7eb;width:100%;height:1px}.pillars-center-media{justify-content:center;display:flex}.pillars-media-wrapper{border-radius:20px;width:100%;height:520px;overflow:hidden;box-shadow:0 15px 45px #00000014}.pillars-media-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .7s;display:block}.pillars-media-wrapper:hover img{transform:scale(1.04)}@media (width<=1024px){.pillars-new-grid{grid-template-columns:1fr;gap:3rem}.pillars-col{gap:2rem;height:auto}.pillars-media-wrapper{height:360px}.pillar-item-header.right-aligned{flex-direction:row-reverse;justify-content:flex-start}.pillar-item-box p.text-right{text-align:left}}.about-culture-naturely{background-color:#f2f5f2;padding:7rem 0}.culture-naturely-header{justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:3.5rem;display:flex}.culture-header-left h2{color:#111;letter-spacing:-.5px;margin-bottom:.8rem;font-size:clamp(2rem,3.8vw,3rem);font-weight:800;line-height:1.2}.culture-header-left p{color:#666;max-width:580px;margin:0;font-size:.95rem;font-weight:400;line-height:1.65}.culture-learn-btn{color:#333;background:0 0;border:1px solid #d0d0d0;border-radius:100px;flex-shrink:0;align-items:center;gap:.4rem;padding:.55rem 1.3rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.culture-learn-btn:hover{color:#fff;background-color:#111;border-color:#111}.culture-naturely-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.culture-naturely-card{background:#fff;border:1px solid #00000008;border-radius:24px;align-items:center;gap:1.75rem;padding:1.5rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px #00000008}.culture-naturely-card:hover{border-color:#0000000f;transform:translateY(-4px);box-shadow:0 20px 45px #0000000f}.culture-card-img{border-radius:16px;flex-shrink:0;width:220px;height:180px;overflow:hidden}.culture-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.culture-naturely-card:hover .culture-card-img img{transform:scale(1.05)}.culture-card-body{flex-direction:column;gap:.6rem;display:flex}.culture-card-body h3{color:#111;letter-spacing:-.3px;margin:0;font-size:1.25rem;font-weight:700}.culture-card-body p{color:#555;margin:0;font-size:.88rem;line-height:1.6}.culture-subtext{color:#888!important;font-size:.84rem!important;line-height:1.55!important}@media (width<=1024px){.culture-naturely-grid{grid-template-columns:1fr}}@media (width<=640px){.culture-naturely-card{flex-direction:column;align-items:flex-start}.culture-card-img{width:100%;height:200px}.culture-naturely-header{flex-direction:column;align-items:flex-start}}.leadership-section{background-color:#fcfcfc;border-top:1px solid #00000008;padding:6rem 0}.leadership-header{margin-bottom:3rem}.leadership-header h2{color:#111;letter-spacing:-.5px;margin-bottom:.4rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800}.leadership-header p{color:#777;font-size:1rem;font-weight:400}.team-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:0;display:grid}.team-card{background:#fff;border:1px solid #0000000a;border-radius:20px;flex-direction:column;transition:all .4s;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000005}.team-card:hover{border-color:#8000001a;transform:translateY(-6px);box-shadow:0 24px 50px #00000014}.team-avatar-wrapper{width:100%;height:220px;position:relative;overflow:hidden}.team-avatar-wrapper img{object-fit:cover;filter:grayscale(15%);width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .4s}.team-card:hover .team-avatar-wrapper img{filter:grayscale(0%);transform:scale(1.04)}.team-avatar-placeholder{background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%);justify-content:center;align-items:center;display:flex}.team-avatar-placeholder span{color:#bbb;letter-spacing:2px;font-size:2rem;font-weight:800}.team-info{padding:1.5rem 1.4rem}.team-info h3{color:#111;margin-bottom:.3rem;font-size:1.1rem;font-weight:800}.team-role{color:maroon;text-transform:uppercase;letter-spacing:1px;margin-bottom:.8rem;font-size:.75rem;font-weight:700;display:block}.team-info p{color:#666;font-size:.85rem;line-height:1.6}@media screen and (width<=1024px){.story-grid{grid-template-columns:1fr;gap:4rem}.story-image-card{height:450px}.pillars-grid{grid-template-columns:1fr;gap:2rem}.culture-showcase-grid{grid-template-columns:1fr;padding:0 1rem}.culture-card{height:400px}.team-grid{grid-template-columns:1fr;max-width:550px;margin-left:auto;margin-right:auto}}@media screen and (width<=768px){.about-hero{min-height:50vh}.section-header h2,.story-content h2{font-size:2.2rem}.story-image-card{height:350px}.story-stat-badge{padding:1.2rem 1.8rem;bottom:1.5rem;left:1.5rem}.stat-num{font-size:2rem}}.reviews-section{background-color:#fff;border-top:1px solid #eee;padding:6rem 0 8rem}.reviews-top-bar{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.reviews-title-side h2{color:#111;text-transform:uppercase;letter-spacing:-.5px;margin-bottom:.5rem;font-size:2rem;font-weight:800}.reviews-sub-info{color:#777;font-size:.95rem}.reviews-filter-side{align-items:center;gap:.8rem;display:flex}.filter-label{color:#777;font-size:.95rem}.filter-dropdown{cursor:pointer;background-color:#f7f7f7;border:1px solid #0000;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;transition:all .2s;display:flex}.filter-dropdown:hover{background-color:#f0f0f0;border-color:#e0e0e0}.star-rating{color:#111;align-items:center;gap:.3rem;font-size:.9rem;font-weight:700;display:flex}.reviews-grid{grid-template-columns:1fr 1fr;gap:4rem 3rem;margin-bottom:4rem;display:grid}.review-card{border-bottom:1px solid #eee;flex-direction:column;padding-bottom:2rem;display:flex}.review-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.review-avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.review-user-info{flex-direction:column;gap:.2rem;width:100%;display:flex}.user-name-row{justify-content:space-between;align-items:center;display:flex}.user-name-row h4{color:#111;margin:0;font-size:1rem;font-weight:700}.review-store{color:#555;background-color:#eeeef0;border-radius:4px;margin-top:2px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-block}.review-time{color:#999;font-size:.85rem}.star-row{gap:.1rem;display:flex}.review-text{color:#444;margin-bottom:1.5rem;font-size:1.05rem;font-weight:300;line-height:1.6}.review-actions{align-items:center;gap:1.5rem;margin-top:auto;display:flex}.btn-action{color:#777;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-size:.85rem;font-weight:600;transition:color .2s;display:flex}.btn-action:hover{color:#111}.report-btn{opacity:.6;margin-left:auto}.report-btn:hover{opacity:1}.reviews-footer{justify-content:flex-start;display:flex}.btn-show-more{color:#111;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background-color:#0000;border:1px solid #111;border-radius:50px;align-items:center;gap:.8rem;padding:1rem 2.2rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-show-more:hover{color:#fff;background-color:#111}@media screen and (width<=992px){.reviews-grid{grid-template-columns:1fr;gap:3rem}}@media screen and (width<=768px){.reviews-top-bar{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:3rem}.reviews-filter-side{justify-content:space-between;width:100%}.review-text{font-size:1rem}}.contact-wrapper{color:#111;background-color:#fff;min-height:100vh;overflow-x:hidden}.slide-in-left{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translate(-40px)}.slide-in-right{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translate(40px)}.visible{opacity:1;transform:translate(0)}.contact-hero{text-align:center;background-color:#000;justify-content:center;align-items:center;min-height:60vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.contact-hero-bg{z-index:0;will-change:transform;background-position:50%;background-size:cover;width:110%;height:110%;animation:18s ease-in-out infinite kenburns;position:absolute;top:-5%;left:-5%}.contact-hero-overlay{z-index:1;background:linear-gradient(#0000004d 0%,#000000ad 100%);width:100%;height:100%;position:absolute;top:0;left:0}.contact-hero-centered{z-index:2;width:100%;position:relative}.contact-hero-content{color:#fff;max-width:850px;margin:0 auto}.contact-hero h1{letter-spacing:-1px;color:#fff;text-shadow:0 2px 15px #0006;margin-bottom:1.2rem;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1.1}.contact-hero p{color:#ffffffe6;text-shadow:0 1px 10px #00000080;max-width:620px;margin:0 auto;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.6}.get-in-touch-section{background-color:#fff;padding:6rem 0 7rem}.get-in-touch-header{max-width:750px;margin:0 auto 3.5rem}.get-in-touch-header h2{color:#111;margin-bottom:1rem;font-size:clamp(2.4rem,4vw,3.4rem);font-weight:800;line-height:1.15}.get-in-touch-header p{color:#666;font-size:clamp(.98rem,1.2vw,1.1rem);line-height:1.6}.contact-main-card{background:#fff;border:1px solid #f0f0f0;border-radius:28px;gap:3rem;max-width:1100px;margin:0 auto;padding:1.5rem;display:flex;box-shadow:0 20px 60px #00000012}.contact-info-glass-box,.contact-info-teal-box{color:#fff;-webkit-backdrop-filter:blur(24px)saturate(180%);background:linear-gradient(135deg,#111111f5 0%,#1c1c1eeb 100%);border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;flex:.85;justify-content:space-between;min-height:480px;padding:3.2rem 2.4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026,inset 0 1px 1px #fff3}.contact-info-glass-box:before,.contact-info-teal-box:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff1f 50%,#0000 100%);width:50%;height:200%;animation:6s ease-in-out infinite liquidGlassSweep;position:absolute;top:-50%;left:-75%;transform:rotate(25deg)}.glass-box-top h3,.teal-box-top h3{color:#fff;margin-bottom:.8rem;font-size:1.6rem;font-weight:700}.glass-box-top p,.teal-box-top p{color:#ffffffc7;margin-bottom:3rem;font-size:.92rem;line-height:1.55}.glass-info-list,.teal-info-list{z-index:2;flex-direction:column;gap:1.8rem;display:flex;position:relative}.glass-info-item,.teal-info-item{align-items:center;gap:1.2rem;display:flex}.glass-icon-circle,.teal-icon-circle{background:var(--color-lime-accent,#cbf238);color:#111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-weight:700;display:flex;box-shadow:0 4px 15px #cbf23859}.glass-info-text,.teal-info-text{color:#fff;flex-direction:column;gap:.2rem;font-size:.95rem;font-weight:600;display:flex}.glass-decorative-circle,.teal-decorative-circle{pointer-events:none;z-index:1;background:radial-gradient(circle,#cbf23826 0%,#cbf23800 70%);border-radius:50%;width:240px;height:240px;position:absolute;bottom:-60px;right:-60px}.contact-form-fields{flex-direction:column;flex:1.25;justify-content:space-between;gap:2rem;padding:2.2rem 2rem 1.5rem .5rem;display:flex}.form-row-2col{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.form-field-group{flex-direction:column;gap:.4rem;display:flex}.form-field-group label{color:#888;font-size:.82rem;font-weight:600}.underline-input{color:#111;background:0 0;border:none;border-bottom:1.5px solid #e2e8f0;border-radius:0;outline:none;width:100%;padding:.6rem 0;font-family:inherit;font-size:1.05rem;font-weight:600;transition:border-color .3s}.underline-input:focus{border-bottom-color:var(--color-lime-accent,#cbf238)}.underline-textarea{resize:vertical}.form-submit-wrapper{margin-top:1rem}.glass-send-btn,.teal-send-btn{background:var(--color-lime-accent,#cbf238);color:#111;letter-spacing:.5px;cursor:pointer;border:1px solid #0000001a;border-radius:100px;padding:.85rem 2.4rem;font-size:.95rem;font-weight:700;transition:all .3s;box-shadow:0 8px 24px #cbf23859}.glass-send-btn:hover,.teal-send-btn:hover{background:var(--color-lime-hover,#b6de23);transform:translateY(-2px);box-shadow:0 12px 28px #cbf23880}@media screen and (width<=992px){.contact-main-card{flex-direction:column;padding:1.2rem}.contact-form-fields{padding:1rem .5rem}.form-row-2col{grid-template-columns:1fr}}.contact-info-card{background:#fff;border:1px solid #0000000d;border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.contact-info-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;display:flex}.contact-info-value{color:#111;font-size:1rem;font-weight:500}.contact-copy-btn{cursor:pointer;color:#aaa;background:0 0;border:none;padding:0;font-size:1rem;transition:color .2s}.contact-copy-btn:hover{color:#111}.contact-info-map{border-bottom:1px solid #f0f0f0;padding:.75rem}.contact-info-address{border-bottom:1px solid #f0f0f0;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.contact-info-address p{color:#111;margin:0;font-size:.95rem;line-height:1.6}.contact-hours{color:#888!important;font-size:.85rem!important}.contact-info-note{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;display:flex}.contact-info-note p{color:#aaa;margin:0;font-size:.82rem;line-height:1.5}@media (width<=900px){.contact-split-layout{grid-template-columns:1fr}}.faq-section{background-color:#fff;padding:7rem 0 9rem}.faq-naturely-eyebrow{color:#555;letter-spacing:1.5px;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.2rem;font-size:.8rem;font-weight:700;display:flex}.faq-line{background-color:#777;width:28px;height:1px;display:inline-block}.faq-naturely-header{grid-template-columns:1fr 480px;align-items:flex-end;gap:3rem;margin-bottom:3.5rem;display:grid}.faq-naturely-title{color:#111;letter-spacing:-.5px;margin:0;font-size:clamp(2rem,3.8vw,3rem);font-weight:800;line-height:1.2}.faq-naturely-title .title-grey{color:#999;font-weight:400}.faq-naturely-subtitle{color:#666;margin:0;font-size:.95rem;font-weight:400;line-height:1.65}.faq-naturely-list{flex-direction:column;gap:.85rem;display:flex}.faq-naturely-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.35rem 1.75rem;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px #00000005}.faq-naturely-card:hover{border-color:#d1d5db;box-shadow:0 6px 20px #0000000a}.faq-naturely-card.active{border-color:#d1d5db;box-shadow:0 8px 25px #0000000f}.faq-naturely-card-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.faq-naturely-card-header h4{color:#111;margin:0;font-size:1.05rem;font-weight:600;line-height:1.4;transition:color .2s}.faq-naturely-card.active .faq-naturely-card-header h4{font-weight:700}.faq-naturely-icon{color:#333;flex-shrink:0;justify-content:center;align-items:center;display:flex}.faq-naturely-card-body{border-top:1px solid #f3f4f6;margin-top:.85rem;padding-top:.85rem;animation:.3s fadeIn}.faq-naturely-card-body p{color:#666;margin:0;font-size:.92rem;font-weight:400;line-height:1.65}@media (width<=900px){.faq-naturely-header{grid-template-columns:1fr;gap:1.5rem}}.capabilities-wrapper{overflow-x:hidden}.fade-up{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}.cap-hero{background-color:#000;justify-content:center;align-items:center;min-height:60vh;display:flex;position:relative;overflow:hidden}.cap-hero-bg{z-index:0;will-change:transform;background-position:50%;background-size:cover;width:110%;height:110%;animation:18s ease-in-out infinite kenburns;position:absolute;top:-5%;left:-5%}.cap-hero-overlay{z-index:1;background:linear-gradient(#00000005 0%,#0006 100%);width:100%;height:100%;position:absolute;top:0;left:0}.cap-hero-centered{z-index:2;width:100%;position:relative}.cap-hero-content{max-width:900px;margin:0 auto}.cap-hero h1{letter-spacing:-1.5px;color:#fff;text-shadow:0 2px 15px #0006;text-align:center;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.1}.cap-hero p{color:#fff;text-shadow:0 1px 10px #00000080;text-align:center;max-width:650px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:400;line-height:1.6}.eco-monexa-section{background-color:#fff;padding:6rem 0}.eco-monexa-header{justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:2rem;display:flex}.eco-header-left{flex:1.2}.eco-header-left h2{color:#111;letter-spacing:-.02em;font-size:clamp(2.4rem,4.5vw,3.6rem);font-weight:800;line-height:1.12}.eco-header-right{flex:1;padding-top:.5rem}.eco-header-right p{color:#666;font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.6}.eco-capsule-wrapper{justify-content:center;margin:2.5rem 0 3.5rem;display:flex}.eco-capsule-toggle{background:#171b26;border-radius:100px;gap:8px;padding:6px;display:inline-flex;box-shadow:0 10px 30px #00000026}.eco-toggle-btn{color:#8a92a6;cursor:pointer;background:0 0;border:none;border-radius:100px;align-items:center;gap:.6rem;padding:.75rem 1.8rem;font-size:.98rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.eco-toggle-btn:hover{color:#fff}.eco-toggle-btn.active{color:#111;background:#fff;box-shadow:0 4px 15px #0000001a}.eco-monexa-grid{grid-template-columns:1.15fr .85fr;align-items:stretch;gap:2.5rem;display:grid}.eco-left-media-card{border-radius:28px;min-height:480px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #00000014}.eco-left-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.eco-left-card-overlay{z-index:2;background:linear-gradient(#0000001a 0%,#000000d9 100%);justify-content:space-between;align-items:flex-end;gap:2rem;padding:2rem 2.5rem;display:flex;position:absolute;inset:0}.eco-left-desc{color:#ffffffeb;max-width:420px;margin:0;font-size:1.02rem;font-weight:400;line-height:1.55}.eco-left-learn-btn{color:#111;white-space:nowrap;background:#d0f535;border-radius:100px;padding:.75rem 1.6rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 6px 20px #d0f5354d}.eco-left-learn-btn:hover{background:#c2e825;transform:scale(1.05)}.eco-right-stacked-cards{flex-direction:column;gap:1.5rem;display:flex}.eco-lime-card{color:#111;background:#d0f535;border-radius:28px;flex-direction:column;gap:1.4rem;padding:2.2rem 2.4rem;display:flex}.eco-lime-item{align-items:flex-start;gap:1.2rem;display:flex}.eco-lime-icon-badge{color:#d0f535;background:#1e2b02;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.eco-lime-item-info h3{color:#111;margin:0 0 .4rem;font-size:1.25rem;font-weight:800}.eco-lime-item-info p{color:#2b3a0e;margin:0;font-size:.93rem;line-height:1.5}.eco-lime-divider{background-color:#0000001f;width:100%;height:1px}.eco-dark-card{color:#ffffffe0;background:#182210;border-radius:28px;flex-direction:column;flex:1;justify-content:center;gap:1rem;padding:2rem 2.4rem;display:flex}.eco-dark-card-text{color:#ffffffd1;margin:0;font-size:.95rem;line-height:1.6}.cutting-luxegolf-section{background-color:#fff;padding:6rem 0 7rem}.cutting-luxegolf-header{max-width:800px;margin:0 auto 4rem}.cutting-luxegolf-header h2{color:#111;letter-spacing:-.02em;margin-bottom:1.2rem;font-size:clamp(2.4rem,4vw,3.5rem);font-weight:800;line-height:1.15}.cutting-luxegolf-header p{color:#666;font-size:clamp(.98rem,1.2vw,1.1rem);line-height:1.6}.cutting-luxegolf-list{flex-direction:column;gap:0;margin-bottom:3.5rem;display:flex}.cutting-list-item{border-bottom:1px solid #e5e7eb;align-items:center;gap:2.5rem;padding:2.2rem 0;transition:background-color .3s;display:flex}.cutting-list-item:hover{background-color:#fafbfa}.cutting-item-num{color:#111;letter-spacing:-.02em;min-width:60px;font-size:2.4rem;font-weight:500}.cutting-item-img-wrapper{border-radius:20px;flex-shrink:0;width:220px;height:145px;overflow:hidden;box-shadow:0 8px 25px #0000000f}.cutting-item-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.cutting-list-item:hover .cutting-item-img{transform:scale(1.06)}.cutting-item-info{flex:1}.cutting-item-info h3{color:#3b4c1e;letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.45rem;font-weight:700}.cutting-item-info p{color:#555;max-width:680px;margin:0 0 .8rem;font-size:.95rem;line-height:1.55}.cutting-item-specs{color:#444;flex-wrap:wrap;gap:1.2rem;font-size:.85rem;font-weight:600;display:flex}.cutting-item-specs span{background:#f3f4f6;border-radius:100px;align-items:center;gap:.3rem;padding:.3rem .8rem;display:inline-flex}.cutting-item-arrow-btn{color:#111;background:#cbf238;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;text-decoration:none;transition:transform .3s,background-color .3s;display:flex;box-shadow:0 6px 20px #cbf2384d}.cutting-item-arrow-btn:hover{background:#b6de23;transform:rotate(45deg)scale(1.1)}.cutting-bottom-btn-wrapper{margin-top:1rem}.cutting-outline-pill-btn{color:#111;background:0 0;border:1.5px solid #111;border-radius:100px;align-items:center;gap:.6rem;padding:.7rem 1.8rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cutting-outline-pill-btn:hover{color:#fff;background:#111;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}@media screen and (width<=992px){.cutting-list-item{flex-wrap:wrap;gap:1.5rem}.cutting-item-img-wrapper{width:180px;height:120px}}@media screen and (width<=600px){.cutting-list-item{flex-direction:column;align-items:flex-start}.cutting-item-img-wrapper{width:100%;height:180px}}.reports-section{background-color:#fdfdfc;padding:7rem 0}.reports-header{max-width:800px;margin:0 auto 2rem}.reports-header h2{font-size:clamp(2.4rem,4vw,3.5rem);font-weight:800;font-family:var(--font-sans);letter-spacing:-.02em;color:#111;margin-bottom:.8rem;line-height:1.15}.reports-header p{color:#666;font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.6}.reports-pills-wrapper{justify-content:center;margin-bottom:3.5rem;display:flex}.reports-pills-container{background:#f1f2f0;border-radius:100px;gap:6px;padding:5px;display:inline-flex}.reports-pill-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:100px;padding:.6rem 1.6rem;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1)}.reports-pill-btn:hover{color:#111}.reports-pill-btn.active{color:#111;background:#fff;font-weight:600;box-shadow:0 4px 15px #0000000f}.reports-grid{grid-template-columns:1.1fr 1fr;align-items:stretch;gap:3rem;display:grid}.reports-featured-card{border-radius:24px;flex-direction:column;justify-content:flex-end;min-height:520px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #00000014}.reports-featured-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.reports-featured-overlay{z-index:1;background:linear-gradient(#00281e33 0%,#002319eb 100%);position:absolute;inset:0}.reports-featured-content{z-index:2;color:#fff;padding:3rem 2.8rem;position:relative}.reports-featured-badge{color:#111;letter-spacing:.06em;text-transform:uppercase;background:#cbf238;border-radius:6px;margin-bottom:1.5rem;padding:.35rem .85rem;font-size:.75rem;font-weight:800;display:inline-block}.reports-featured-content h3{font-family:var(--font-sans);letter-spacing:-.01em;color:#fff;margin-bottom:1.2rem;font-size:clamp(1.6rem,2.4vw,2.2rem);font-weight:700;line-height:1.25}.reports-featured-content p{color:#ffffffd1;max-width:500px;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.reports-read-more-btn{-webkit-backdrop-filter:blur(10px);color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:100px;padding:.65rem 1.8rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.reports-read-more-btn:hover{color:#111;background:#fff;transform:translateY(-2px)}.reports-side-list{flex-direction:column;justify-content:space-between;display:flex}.reports-side-item{align-items:center;gap:1.5rem;padding:.8rem 0;text-decoration:none;transition:transform .3s;display:flex}.reports-side-item:hover{transform:translate(4px)}.reports-side-img-wrapper{border-radius:18px;flex-shrink:0;width:150px;height:105px;overflow:hidden}.reports-side-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.reports-side-item:hover .reports-side-img{transform:scale(1.06)}.reports-side-info{flex:1}.reports-side-badge{color:#4a5438;letter-spacing:.06em;text-transform:uppercase;background:#e7ebd9;border-radius:4px;margin-bottom:.6rem;padding:.25rem .65rem;font-size:.72rem;font-weight:800;display:inline-block}.reports-side-info h4{font-family:var(--font-sans);letter-spacing:-.01em;color:#111;margin:0 0 .6rem;font-size:1.2rem;font-weight:700;line-height:1.3;transition:color .3s}.reports-side-item:hover .reports-side-info h4{color:#3b4c1e}.reports-side-meta{color:#888;letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:700}.reports-item-divider{background-color:#e5e7eb;height:1px;margin:1.2rem 0}@media screen and (width<=992px){.reports-grid{grid-template-columns:1fr}}@media screen and (width<=1100px){.eco-monexa-grid,.services-pga-cards-row{grid-template-columns:1fr}.services-pga-wide-card{text-align:center;flex-direction:column}.pga-wide-img{width:100%;height:220px}.pga-wide-info{padding-right:0}}@media screen and (width<=768px){.eco-monexa-header,.services-pga-header{flex-direction:column;gap:1.5rem}.eco-left-card-overlay{flex-direction:column;align-items:flex-start}}.cap-cta{color:#fff;background-image:url(/products-hero.webp);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;padding:8rem 0;display:flex;position:relative;overflow:hidden}.cap-cta:before{content:"";z-index:1;background:#000000a6;width:100%;height:100%;position:absolute;top:0;left:0}.cap-cta .container{z-index:2;-webkit-backdrop-filter:blur(25px);background:#ffffff14;border:1px solid #ffffff26;border-radius:32px;width:100%;max-width:900px;padding:5rem 2rem;position:relative;box-shadow:0 30px 60px #00000040}.cap-cta h2{letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.cap-cta p{opacity:.9;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.6}.btn-cap-cta{color:#111;background-color:#fff;border-radius:50px;align-items:center;gap:.75rem;padding:1.1rem 2.2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-cap-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003}@media screen and (width<=1024px){.eco-grid{grid-template-columns:repeat(2,1fr)}.eco-wide{grid-column:span 1}.cutting-modern-grid{grid-template-columns:repeat(2,1fr)}.bonding-tech-grid{grid-template-columns:1fr;gap:4rem}.bonding-image-col{position:relative;top:0}.sticky-image-wrapper{height:450px}}@media screen and (width<=768px){.eco-grid,.cutting-modern-grid{grid-template-columns:1fr}.section-header h2,.bonding-text-col h2{font-size:2.2rem}.cap-cta h2{font-size:2rem}.sticky-image-wrapper{height:350px}.bonding-why-grid{grid-template-columns:1fr;gap:2rem}.cap-cta .container{border-radius:20px;padding:3rem 1.5rem}}.whatsapp-floating-btn{color:#fff;z-index:9999;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #25d36666}.whatsapp-floating-btn:hover{color:#fff;transform:scale(1.1)translateY(-5px);box-shadow:0 8px 25px #25d36699}@media screen and (width<=768px){.whatsapp-floating-btn{width:55px;height:55px;bottom:1.5rem;right:1.5rem}}
