*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.5}a{text-decoration:none;color:inherit}button,input{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.page-progress{position:fixed;top:0;left:0;height:3px;background:var(--orange);z-index:999;width:0}.top-strip{background:var(--navy);color:#fff;font-size:.78rem}.top-strip-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.top-links{display:flex;gap:20px;align-items:center}.top-links a{opacity:.82;transition:.2s}.top-links a:hover{opacity:1;color:#ffd9c4}.top-cta{background:var(--orange);padding:8px 14px;border-radius:999px;font-weight:800}.header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(11,75,120,.08);transition:.2s}.header.scrolled{box-shadow:0 10px 32px rgba(16,50,70,.10)}.header-inner{height:92px;display:flex;align-items:center;gap:28px}.brand-btn{border:0;background:none;padding:0;cursor:pointer;flex:0 0 auto}.brand-btn img{width:152px;height:58px;object-fit:contain;object-position:left center}.desktop-nav{display:flex;align-items:center;gap:24px;flex:1}.desktop-nav>a,.nav-group>a{font-weight:800;font-size:.94rem;color:var(--navy);padding:35px 0}.nav-group{position:relative}.nav-group>a span{font-size:.7rem;margin-left:3px}.mega{position:absolute;left:-20px;top:76px;background:#fff;border-radius:18px;box-shadow:0 22px 60px rgba(7,45,68,.18);padding:12px;min-width:240px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;border:1px solid #edf2f5}.nav-group:hover .mega{opacity:1;visibility:visible;transform:none}.mega.compact{display:grid;gap:2px}.mega.compact a{padding:11px 12px;border-radius:10px;font-weight:700;font-size:.86rem}.mega.compact a:hover{background:#f5f8fa;color:var(--orange)}.product-mega{min-width:510px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.product-mega a{padding:13px;border-radius:12px;background:#f8fafb}.product-mega a:hover{background:var(--cream)}.product-mega b{display:block;color:var(--navy)}.product-mega small{color:#6d7e89}.header-actions{display:flex;align-items:center;gap:10px}.search-toggle,.menu-toggle{border:0;background:#f3f6f8;color:var(--navy);width:42px;height:42px;border-radius:50%;font-size:1.35rem}.wa-head{background:var(--orange);color:#fff;padding:12px 16px;border-radius:12px;font-weight:900;font-size:.84rem}.menu-toggle{display:none;place-content:center;gap:4px}.menu-toggle i{display:block;width:18px;height:2px;background:var(--navy)}.mobile-nav{position:fixed;inset:0 0 0 auto;width:min(410px,92vw);background:#fff;z-index:120;transform:translateX(105%);transition:.25s;padding:20px;box-shadow:-20px 0 50px rgba(0,0,0,.2);display:flex;flex-direction:column;overflow:auto}.mobile-nav.open{transform:none}.mobile-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid #eee}.mobile-head img{width:130px}.mobile-head button{border:0;background:#f2f5f7;width:38px;height:38px;border-radius:50%;font-size:1.4rem}.mobile-nav>a{display:flex;justify-content:space-between;padding:16px 4px;border-bottom:1px solid #edf0f2;font-weight:800;color:var(--navy)}.search-panel{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #eef1f2;box-shadow:0 22px 50px rgba(8,40,60,.12);display:none;padding:28px 0 30px}.search-panel.open{display:block}.search-box{position:relative}.search-box>input{width:100%;border:1px solid #dbe3e8;border-radius:16px;padding:18px 55px 18px 20px;font-size:1.05rem;outline:none}.search-box>input:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(243,111,33,.10)}#searchClose{position:absolute;right:12px;top:10px;border:0;background:#f0f3f5;width:40px;height:40px;border-radius:50%;font-size:1.2rem}.search-results{margin-top:12px;display:grid;gap:8px}.search-results a{display:flex;justify-content:space-between;gap:16px;padding:13px 15px;border-radius:12px;background:#f7f9fa}.search-results a b{color:var(--orange)}.search-hint{padding:14px;color:#71818c}.hero{position:relative;overflow:hidden}.hero-slider{min-height:610px;position:relative}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .65s}.hero-slide.active{opacity:1;pointer-events:auto;position:relative}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-content{min-height:610px;display:flex;align-items:center;position:relative;z-index:2}.hero-copy{width:min(590px,70%);background:rgba(255,255,255,.93);backdrop-filter:blur(10px);padding:42px;border-radius:28px;box-shadow:0 28px 70px rgba(10,55,82,.14)}.hero-copy>span,.section-head>span,.sustain-copy>span,.wa-cta-inner>div>span{font-weight:900;letter-spacing:.12em;font-size:.75rem;color:var(--orange)}.hero-copy h1{font-size:clamp(2.4rem,5vw,4.5rem);line-height:.98;letter-spacing:-.045em;margin:12px 0 18px;color:var(--navy)}.hero-copy p{font-size:1.08rem;color:#57717f;max-width:540px;margin:0 0 26px}.primary-btn,.light-btn{display:inline-flex;align-items:center;gap:10px;background:var(--orange);color:#fff;padding:14px 18px;border-radius:13px;font-weight:900;box-shadow:0 12px 30px rgba(243,111,33,.25);transition:.2s}.primary-btn:hover,.light-btn:hover{transform:translateY(-2px)}.hero-controls{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);z-index:10;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.94);padding:8px;border-radius:999px;box-shadow:0 12px 30px rgba(0,0,0,.1)}.hero-controls>button{border:0;background:#f2f5f6;width:36px;height:36px;border-radius:50%}.hero-dots{display:flex;gap:7px}.hero-dots button{border:0;background:#cad5db;width:8px;height:8px;border-radius:50%;padding:0}.hero-dots button.active{width:24px;border-radius:8px;background:var(--orange)}section{padding:90px 0}.section-head{text-align:center;max-width:800px;margin:0 auto 38px}.section-head.left{text-align:left;margin-left:0}.section-head h2,.sustain-copy h2,.wa-cta-inner h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;letter-spacing:-.04em;color:var(--navy);margin:10px 0 14px}.section-head p,.sustain-copy p,.wa-cta-inner p{color:#6b7d88;font-size:1.02rem}.finder{background:var(--light)}.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.solution-card{background:#fff;border-radius:22px;overflow:hidden;border:1px solid #e7edf0;box-shadow:0 14px 40px rgba(8,49,73,.05);transition:.25s}.solution-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(8,49,73,.11)}.solution-card img{width:100%;height:210px;object-fit:cover}.solution-card>div{padding:22px}.solution-card h3{margin:0 0 8px;color:var(--navy);font-size:1.25rem}.solution-card p{font-size:.9rem;color:#71828d;min-height:86px}.solution-card b,.product-card b,.service-card b,.sustain-card b{color:var(--orange);font-size:.84rem}.products-section{background:#fff}.product-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid #e5ebee;border-radius:22px;overflow:hidden;background:#fff;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(8,49,73,.10)}.product-visual{height:210px;position:relative;overflow:hidden;background:linear-gradient(135deg,#f4f8fa,#fff);display:grid;place-items:center}.product-visual span{position:absolute;left:16px;top:16px;background:var(--navy);color:#fff;border-radius:999px;padding:6px 10px;font-size:.68rem;font-weight:900}.product-visual .shape{position:absolute}.pv-1 .one{width:180px;height:70px;border-radius:40px;background:var(--orange);transform:rotate(-16deg)}.pv-1 .two{width:55px;height:55px;border-radius:50%;border:13px solid #9d3c0d;transform:translate(70px,-22px)}.pv-2 .one{width:180px;height:70px;border:18px solid var(--orange);border-top:none;border-left:none;border-radius:0 0 80px 0;transform:rotate(20deg)}.pv-2 .two{width:55px;height:55px;border:12px solid #0b4b78;border-radius:50%;transform:translate(70px,50px)}.pv-3 .one{width:150px;height:150px;background:var(--orange);clip-path:polygon(0 0,100% 0,100% 35%,65% 35%,65% 100%,35% 100%,35% 35%,0 35%)}.pv-3 .two{width:70px;height:70px;border-radius:50%;border:14px solid #a84213}.pv-4 .one{width:180px;height:36px;background:var(--navy);border-radius:20px}.pv-4 .two{width:95px;height:135px;border:18px solid var(--orange);border-left:none;border-radius:0 60px 60px 0;transform:translate(65px,28px)}.product-body{padding:20px}.product-body small{color:#71818b;font-weight:700}.product-body h3{margin:7px 0 10px;color:var(--navy);font-size:1.1rem}.product-body p{color:#71818b;font-size:.88rem;min-height:82px}.services-section{background:var(--cream)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;padding:26px;border-radius:20px;border:1px solid #eee7df;transition:.2s}.service-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(62,44,30,.08)}.service-icon{width:48px;height:48px;border-radius:15px;background:rgba(243,111,33,.12);color:var(--orange);display:grid;place-items:center;font-weight:900;font-size:1.3rem}.service-card h3{color:var(--navy);margin:18px 0 8px}.service-card p{color:#70808a;min-height:66px}.sustainability-section{position:relative;background:var(--navy);color:#fff;overflow:hidden}.sustain-bg{position:absolute;inset:0}.sustain-bg img{width:100%;height:100%;object-fit:cover;opacity:.28}.sustain-layout{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr 1fr;gap:52px;align-items:center}.sustain-copy h2{color:#fff}.sustain-copy p{color:#d7e8ef}.light-btn{background:#fff;color:var(--navy);box-shadow:none}.sustain-cards{display:grid;gap:14px}.sustain-card{background:rgba(255,255,255,.11);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:22px;color:#fff}.sustain-card small{color:#9fdbff;font-weight:900}.sustain-card h3{margin:7px 0 8px;font-size:1.2rem}.sustain-card p{color:#d9e8ee;margin-bottom:10px}.sustain-card b{color:#ffd7bf}.whatsapp-cta{padding:70px 0;background:#f4f8fa}.wa-cta-inner{background:linear-gradient(135deg,#fff,#fff7f1);border:1px solid #e6ecef;border-radius:28px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:35px;box-shadow:0 20px 55px rgba(10,55,82,.07)}.wa-cta-inner>div{max-width:760px}.wa-cta-inner h2{font-size:clamp(1.8rem,3vw,3rem)}.wa-cta-inner>a{background:var(--orange);color:#fff;padding:16px 20px;border-radius:14px;font-weight:900;white-space:nowrap}.footer{background:#082f48;color:#fff;padding-top:60px}.footer-top{display:grid;grid-template-columns:280px 1fr;gap:55px}.footer-brand img{width:170px;background:#fff;border-radius:12px;padding:5px}.footer-brand p{color:#bfd1db}.footer-brand>a{display:inline-block;margin-top:8px;color:#ffd0b6;font-weight:900}.footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.footer-columns h4{margin:0 0 13px}.footer-columns a{display:block;color:#b9ced8;font-size:.86rem;padding:5px 0}.footer-columns a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding:20px 0;display:flex;justify-content:space-between;color:#8fb0c1;font-size:.8rem}.floating-wa{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#21c063;color:#fff;display:grid;place-items:center;font-size:1.6rem;box-shadow:0 12px 32px rgba(33,192,99,.35);z-index:100}.access-btn{position:fixed;left:0;top:50%;z-index:99;border:0;background:var(--navy);color:#fff;width:48px;height:48px;border-radius:0 12px 12px 0}.access-panel{position:fixed;left:12px;top:calc(50% + 56px);z-index:99;background:#fff;padding:10px;border-radius:14px;box-shadow:0 12px 35px rgba(0,0,0,.18);display:none}.access-panel.open{display:grid;gap:7px}.access-panel button{border:0;background:#f2f5f6;padding:9px 11px;border-radius:8px;text-align:left}.cookie{position:fixed;left:50%;bottom:24px;transform:translate(-50%,30px);z-index:110;width:min(820px,calc(100% - 30px));background:#fff;border:1px solid #e2e7ea;border-radius:20px;padding:22px 60px 22px 22px;box-shadow:0 22px 70px rgba(0,0,0,.2);display:none;grid-template-columns:1fr auto;gap:22px;align-items:center;opacity:0}.cookie.show{display:grid;animation:cookiein .25s forwards}.cookie strong{color:var(--navy)}.cookie p{margin:5px 0;color:#71818c;font-size:.86rem}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}.cookie-actions button{border:0;padding:11px 13px;border-radius:10px;font-weight:800}.cookie-actions .accept{background:var(--orange);color:#fff}.cookie-x{position:absolute;right:14px;top:14px;border:0;background:#f2f4f5;width:34px;height:34px;border-radius:50%;font-size:1.2rem}.reveal{opacity:0;transform:translateY(20px);transition:.6s ease}.reveal.visible{opacity:1;transform:none}.contrast{filter:contrast(1.15)}@keyframes cookiein{to{opacity:1;transform:translate(-50%,0)}}
@media(max-width:1050px){.desktop-nav{display:none}.menu-toggle{display:grid}.wa-head{display:none}.solution-grid,.product-strip{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.sustain-layout{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.footer-columns{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.container{width:min(100% - 24px,1180px)}.top-strip{display:none}.header-inner{height:76px}.brand-btn img{width:125px;height:48px}.hero-slider,.hero-content{min-height:570px}.hero-copy{width:100%;padding:28px;border-radius:22px}.hero-copy h1{font-size:2.55rem}.hero-copy p{font-size:.98rem}.hero-bg img{object-position:65% center}.hero-controls{bottom:12px}section{padding:65px 0}.solution-grid,.product-strip,.service-grid{grid-template-columns:1fr}.solution-card img{height:190px}.product-body p,.solution-card p{min-height:0}.wa-cta-inner{padding:26px;flex-direction:column;align-items:flex-start}.footer-columns{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:7px}.cookie{grid-template-columns:1fr;padding:18px 50px 18px 18px}.cookie-actions{flex-direction:column}.floating-wa{right:14px;bottom:14px}}
@media(max-width:440px){.footer-columns{grid-template-columns:1fr}.hero-copy h1{font-size:2.15rem}.section-head h2,.sustain-copy h2{font-size:2.15rem}.solution-card>div,.product-body,.service-card{padding:18px}}
