@import "https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600;1,700&family=Rajdhani:wght@400;500;600;700&display=swap";.header{background-color:var(--color-background);z-index:1000;border-bottom:3px solid var(--color-primary);width:100%;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0}.header.scrolled{background-color:#fffffffa;padding:.8rem 0;box-shadow:0 4px 20px #0000000d}.header-container{justify-content:space-between;align-items:center;display:flex}.logo{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;text-decoration:none;display:flex}.logo-image{object-fit:contain;width:auto;height:80px;transition:transform .3s}.logo-image:hover{transform:scale(1.02)}.nav-menu{align-items:center;gap:2rem;display:flex}.header-actions{align-items:center;gap:1rem;display:flex}.nav-link{color:#333;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.nav-link:after{content:"";background-color:var(--color-secondary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover,.nav-link.active{color:var(--color-primary)}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-btn{white-space:nowrap;margin-left:.5rem;padding:.6rem 1.2rem;font-size:.75rem}.lang-selector-fixed{align-items:center;gap:.8rem;margin-left:.5rem;display:flex}.lang-fixed-option{cursor:pointer;opacity:.6;transition:transform .2s,opacity .2s}.lang-fixed-option:hover{opacity:.8;transform:scale(1.1)}.lang-fixed-option.active{opacity:1;transform:scale(1.1)}.lang-flag{object-fit:cover;border-radius:3px;width:26px;height:18px;box-shadow:0 1px 3px #0003}.mobile-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;display:none}.mobile-menu-overlay{display:none}@media (width<=1024px){.nav-menu,.header-actions{display:none}.mobile-toggle{justify-content:center;align-items:center;display:flex}.mobile-menu-overlay{background-color:var(--color-background);z-index:999;width:100%;height:100vh;padding-top:100px;transition:transform .3s ease-in-out;display:block;position:fixed;top:0;left:0;overflow-y:auto;transform:translateY(-100%)}.mobile-menu-overlay.open{transform:translateY(0)}.mobile-nav{flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;display:flex}.mobile-nav-link{color:var(--color-primary);text-transform:uppercase;letter-spacing:1px;background:0 0;border:none;padding:.5rem;font-size:1.1rem;font-weight:600;text-decoration:none}.mobile-divider{background-color:var(--color-secondary);width:50px;height:2px;margin:1rem 0}.mobile-lang-options{gap:1.5rem;margin-bottom:1rem;display:flex}.mobile-lang-btn{color:#333;opacity:.7;background:0 0;border:1px solid #0000001a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.mobile-lang-btn.active{opacity:1;border-color:var(--color-secondary);background-color:#00000005}.mobile-cta{width:100%;max-width:300px;padding:1rem;font-size:1rem}}.pre-footer{background-color:#fff;border-top:1px solid #0000000d;padding:4rem 0}.pre-footer-container{justify-content:center;align-items:center;gap:4rem;max-width:900px;margin:0 auto;display:flex}.pre-footer-text h3{font-family:var(--font-serif);color:var(--color-primary);text-align:left;margin:0;font-size:2rem;font-weight:400;line-height:1.3}.pre-footer-divider{background-color:#0000001a;width:1px;height:60px}.pre-footer-logo img{object-fit:contain;width:auto;height:65px}@media (width<=768px){.pre-footer-container{text-align:center;flex-direction:column;gap:2rem}.pre-footer-text{text-align:center}.pre-footer-divider{width:60px;height:1px}.pre-footer-logo{text-align:center}}.footer{background-color:var(--color-primary);color:#fff;font-family:var(--font-sans);padding:5rem 0 2rem}.footer-top{grid-template-columns:1.5fr 1fr 1.2fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-col{flex-direction:column;display:flex}.footer-logo{width:fit-content;margin-bottom:1.5rem;display:inline-flex}.footer-logo-img{object-fit:contain;filter:brightness(0)invert();width:auto;height:119px}.footer-desc{color:#ffffffbf;max-width:95%;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.footer-socials{gap:1rem;display:flex}.social-link{color:#fff;background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-link:hover{background-color:var(--color-secondary);color:var(--color-primary);transform:translateY(-3px)}.footer-heading{color:#fff;margin-bottom:1.8rem;padding-bottom:.8rem;font-size:1.2rem;font-weight:600;position:relative}.footer-heading:after{content:"";background-color:var(--color-secondary);border-radius:2px;width:40px;height:3px;position:absolute;bottom:0;left:0}.footer-links ul{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:1rem}.footer-links button{color:#ffffffbf;cursor:pointer;text-transform:none;background:0 0;border:none;padding:0;font-family:inherit;font-size:.95rem;transition:color .2s}.footer-links button:hover{color:var(--color-secondary)}.contact-person{margin-bottom:1.8rem}.contact-person:last-child{margin-bottom:0}.contact-name{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.8rem;font-size:1rem;font-weight:600}.contact-detail{color:#fffc;align-items:center;gap:.8rem;margin-bottom:.6rem;font-size:.95rem;display:flex}.contact-detail a{color:inherit;text-decoration:none;transition:color .2s}.contact-detail a:hover{color:#fff}.contact-icon{color:var(--color-secondary);flex-shrink:0}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.copyright{color:#ffffff80;font-size:.9rem}.whatsapp-float{color:#fff;z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,background-color .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #0003}.whatsapp-float:hover{background-color:#20ba56;transform:scale(1.1)}@media (width<=992px){.footer-top{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=768px){.footer-top{grid-template-columns:1fr;gap:3rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.whatsapp-float{width:50px;height:50px;bottom:1.5rem;right:1.5rem}}.hero{background-color:#fff;align-items:center;min-height:100vh;padding-top:90px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;pointer-events:none;width:100%;height:calc(100% - 90px);position:absolute;top:90px;left:0}.hero-banner-img{object-fit:cover;object-position:center center;width:100%;height:100%}.hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#fff 0%,#ffffffd9 50%,#0000 100%);width:50%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:2;position:relative}.hero-content{max-width:560px}.hero-title{font-family:var(--font-serif);letter-spacing:-.02em;margin-bottom:1.75rem;font-size:3.75rem;line-height:1.1}.title-navy{color:var(--color-primary)}.title-gold{color:var(--color-secondary)}.hero-subtitle{font-family:var(--font-sans);color:#555;max-width:440px;margin-bottom:2.5rem;font-size:1rem;font-weight:400;line-height:1.75}@media (width<=1280px){.hero:before{width:70%}}@media (width<=1024px){.hero-title{font-size:3rem}.hero:before{width:75%}}@media (width<=768px){.hero-title{font-size:2.25rem}.hero-banner-img{object-position:85% center;opacity:.3}.hero:before{background:linear-gradient(90deg,#fff 70%,#0000 100%);width:100%}}.features{background-color:var(--color-background);padding:3rem 0}.features-header{margin-bottom:3rem;position:relative}.features-header-line{background-color:var(--color-secondary);width:60px;height:2px;margin-top:1rem}.features-list{flex-direction:column;gap:1rem;display:flex}.feature-row{cursor:default;background-color:#fff;border-left:4px solid #0000;border-radius:4px;align-items:center;padding:1.5rem 2rem;transition:all .3s;display:flex}.feature-row:hover{border-left-color:var(--color-primary);background-color:#fff;box-shadow:0 4px 15px #0000000d}.feature-icon{background-color:var(--color-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-right:2rem;display:flex}.check-icon{color:var(--color-secondary)}.feature-number{font-family:var(--font-sans);color:var(--color-secondary);min-width:40px;margin-right:3rem;font-size:1.5rem;font-weight:700}.feature-row-title{font-family:var(--font-sans);color:var(--color-primary);min-width:280px;margin:0 2rem 0 0;font-size:1.1rem;font-weight:700}.feature-row-desc{font-family:var(--font-sans);color:#666;flex-grow:1;margin:0;font-size:.95rem}@media (width<=900px){.feature-row{flex-direction:column;align-items:flex-start;padding:1.5rem}.feature-icon{margin-bottom:1rem}.feature-number,.feature-row-title{margin-bottom:.5rem}}.solutions{background-color:#fff;padding:3rem 0;position:relative}.solutions-container{flex-direction:column;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:flex}.section-tag{font-family:var(--font-sans);color:var(--color-secondary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.75rem;font-weight:700}.section-title{font-family:var(--font-serif);color:var(--color-primary);text-align:center;max-width:700px;margin:0 auto 4rem;font-size:2.8rem;font-weight:400;line-height:1.2}.solutions-grid{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;display:grid}.solution-card{background-color:#fff;border:1px solid #00000008;border-radius:2px;flex-direction:column;height:100%;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.solution-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000014}.solution-icon-wrapper{color:var(--color-secondary);background-color:#dca8401a;border:1px solid #dca84033;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:2rem;transition:all .3s;display:flex}.solution-card:hover .solution-icon-wrapper{background-color:var(--color-secondary);color:#fff;transform:scale(1.05)}.solution-title{font-family:var(--font-sans);color:#11213f;letter-spacing:0;text-transform:uppercase;min-height:2.4rem;margin-bottom:1rem;font-size:1rem;font-weight:700}.solution-desc{font-family:var(--font-sans);color:#555;flex-grow:1;margin-bottom:2rem;font-size:.875rem;line-height:1.6}.solution-arrow{color:var(--color-secondary);align-self:flex-end;margin-top:auto;transition:transform .3s}.solution-card:hover .solution-arrow{transform:translate(5px)}@media (width<=800px){.solutions-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.section-title{font-size:2.2rem}.solutions-grid{grid-template-columns:1fr}}.products-section{background-color:var(--color-background);padding:3rem 0}.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.product-card{text-align:center;background-color:#fff;border:1px solid #0000000d;border-radius:4px;flex-direction:column;align-items:center;padding:3rem 2rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000005}.product-card:hover{border-color:#00000014;transform:translateY(-5px);box-shadow:0 12px 24px #00000014}.product-icon{width:80px;height:80px;color:var(--color-secondary);background-color:#b998631a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.product-card:hover .product-icon{background-color:var(--color-secondary);color:#fff}.product-title{font-family:var(--font-sans);color:var(--color-primary);margin:0;font-size:1.2rem;font-weight:700}.product-card.duplicate{display:none}@media (width<=768px){.products-grid-wrapper{width:100vw;margin-left:-50vw;margin-right:-50vw;position:relative;left:50%;right:50%;overflow:hidden}.products-grid{gap:1.5rem;width:max-content;padding:1rem;animation:25s linear infinite scroll-products;display:flex}.product-card{flex-shrink:0;width:260px}.product-card.duplicate{display:flex}.products-grid:hover,.products-grid:active{animation-play-state:paused}}@keyframes scroll-products{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}.presence{background-color:var(--color-bg-alt);padding:3rem 0}.presence-container{align-items:center;gap:4rem;display:flex}.presence-map{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.presence-map-img{object-fit:contain;filter:drop-shadow(0 4px 12px #0000000d);width:100%;height:auto}.presence-content{flex:1;max-width:500px}.presence-desc{color:#555;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.presence-markets{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.presence-market-item{font-family:var(--font-sans);color:var(--color-primary);align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;display:flex}.market-bullet{background-color:var(--color-secondary);border-radius:50%;width:8px;height:8px;display:inline-block}@media (width<=992px){.presence-container{flex-direction:column}.presence-map{width:100%}.presence-content{text-align:center;max-width:100%}.section-tag,.section-title{text-align:center!important}.presence-markets{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-content:center}.presence-market-item{justify-content:center}}.sectors-dual{background-color:var(--color-background);padding:4rem 0}.sectors-layout-full{flex-direction:column;gap:3rem;width:100%;display:flex}.segmentos-column-full{width:100%}.column-title{font-family:var(--font-sans);color:var(--color-primary);text-transform:uppercase;letter-spacing:.5px;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.2rem;font-weight:800;display:flex}.segmentos-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (width>=480px){.segmentos-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.segmentos-grid{grid-template-columns:repeat(3,1fr)}}.segmento-card{aspect-ratio:3/4;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.segmento-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.segmento-bg-image{object-fit:cover;width:100%;height:100%;transition:transform .7s;position:absolute;inset:0}.segmento-card:hover .segmento-bg-image{transform:scale(1.05)}.segmento-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fffffff2;border:1px solid #fff;border-radius:16px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;position:absolute;bottom:1rem;left:1rem;right:1rem;box-shadow:0 4px 6px #0000000d}.segmento-pill-title{font-family:var(--font-sans);color:var(--color-primary);text-align:left;max-width:75%;font-size:.85rem;font-weight:700;line-height:1.2}.segmento-pill-icon{background-color:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .3s;display:flex}.segmento-card:hover .segmento-pill-icon{background-color:var(--color-secondary)}.about{border-top:1px solid var(--color-secondary);background-color:#fff;padding:3rem 0 4rem;position:relative;overflow:hidden}.about-side-image-wrapper{z-index:0;pointer-events:none;opacity:.6;width:45%;height:100%;position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(270deg,#000 0%,#0000 100%);mask-image:linear-gradient(270deg,#000 0%,#0000 100%)}.about-side-image{object-fit:cover;object-position:right center;width:100%;height:100%}.about-container{z-index:1;position:relative}.about-content-wrapper{max-width:1200px;margin:0 auto}.about-header{text-align:center;max-width:900px;margin:0 auto}.section-tag-wrapper{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.section-tag-wrapper .line{background-color:var(--color-secondary);width:60px;height:1px}.tag-text{font-family:var(--font-sans);letter-spacing:2px;color:var(--color-secondary);text-transform:uppercase;font-size:.85rem;font-weight:700}.about-title{font-family:var(--font-serif);color:var(--color-primary);margin-bottom:2rem;font-size:2.2rem;font-weight:400;line-height:1.35}.gold-text{color:var(--color-secondary);font-weight:600}.about-subtitle{color:var(--color-text-light);max-width:800px;margin:0 auto 3rem;font-size:1.05rem;line-height:1.6}.globe-separator{color:var(--color-secondary);justify-content:center;align-items:center;gap:1.5rem;margin-bottom:4rem;display:flex}.globe-separator .line{background-color:var(--color-secondary);width:40px;height:1px}.about-cards{justify-content:center;gap:2rem;width:100%;max-width:1000px;margin:0 auto;display:flex}.about-card{border:1px solid #eee;border-top:4px solid var(--color-primary);box-shadow:none;text-align:left;background-color:#fff;border-radius:0;flex:1;padding:3.5rem 3rem;transition:all .3s;position:relative}.about-card:hover{border-color:#0000;transform:translateY(-5px);box-shadow:0 15px 35px #001f4d0f}.card-header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.icon-wrapper{width:auto;height:auto;color:var(--color-secondary);background-color:#0000;border:none;border-radius:0;justify-content:flex-start;align-items:center;display:flex}.icon-wrapper svg{stroke-width:1.2px;width:44px;height:44px}.card-title{font-family:var(--font-serif);color:var(--color-primary);letter-spacing:-.5px;margin:0;font-size:2.2rem;font-weight:700}.card-desc{color:#555;margin:0;font-size:1rem;line-height:1.8}.about-values-section{border-top:1px solid #eee;margin-top:4rem;padding-top:3rem}.about-values-title{font-family:var(--font-serif);color:var(--color-primary);text-align:center;letter-spacing:-.5px;margin-bottom:3rem;font-size:2.2rem;font-weight:700}.about-values-grid{grid-template-columns:repeat(5,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.about-value-item{text-align:center;border:1px solid #eee;border-top:3px solid var(--color-secondary);background:#fff;flex-direction:column;align-items:center;padding:2rem 1.5rem;transition:all .3s;display:flex}.about-value-item:hover{border-color:#0000;border-top-color:var(--color-secondary);transform:translateY(-5px);box-shadow:0 15px 35px #001f4d0f}.about-value-icon{color:var(--color-secondary);background:#b99b4514;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;display:flex}.about-value-item h4{font-family:var(--font-sans);color:var(--color-primary);margin-bottom:.75rem;font-size:1rem;font-weight:700}.about-value-item p{color:#666;font-size:.9rem;line-height:1.6}@media (width<=992px){.about-side-image-wrapper{display:none}.about-values-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.about-cards{flex-direction:column}.about-card{width:100%}.about-title{font-size:1.8rem}.about-values-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-values-title{font-size:1.8rem}}.about-page-container{background-color:var(--color-background);min-height:100vh;padding-top:200px;padding-bottom:6rem}.about-intro-wrapper{justify-content:space-between;align-items:center;gap:4rem;margin-bottom:5rem;display:flex}.about-intro-section{flex:1;max-width:600px}.about-intro-image-container{flex:1;justify-content:center;align-items:center;display:flex}.about-intro-image{object-fit:contain;background-color:#fff;border:1px solid #eee;border-radius:12px;width:100%;max-width:500px;height:auto;box-shadow:0 10px 30px #001f4d14}.about-tag{margin-bottom:1rem}.about-tag span{font-family:var(--font-sans);color:var(--color-secondary);letter-spacing:2px;font-size:.85rem;font-weight:700}.about-main-title{font-family:var(--font-serif);color:var(--color-primary);margin:0 0 1.5rem;font-size:3rem}.about-title-line{background-color:var(--color-secondary);width:60px;height:2px;margin-bottom:2.5rem}.about-intro-text{margin-bottom:4rem}.about-intro-text p{color:#555;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.about-intro-text p.large-text{color:var(--color-primary);margin-bottom:2rem;font-size:1.5rem;line-height:1.4}.about-intro-text strong{font-weight:700}.about-metrics{border-top:1px solid #eee;gap:4rem;padding-top:3rem;display:flex}.metric-item{flex-direction:column;display:flex}.metric-number{font-family:var(--font-serif);color:var(--color-primary);margin-bottom:.5rem;font-size:3.5rem;font-weight:700;line-height:1}.metric-label{font-family:var(--font-sans);color:#777;text-transform:uppercase;letter-spacing:1px;font-size:.95rem}.about-mvv-section{background-color:#fff;border-radius:4px;padding:4rem}.mvv-grid{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.mvv-card h3{color:var(--color-primary);margin-bottom:1rem;padding-bottom:1rem;font-size:1.5rem;position:relative}.mvv-card h3:after{content:"";background-color:var(--color-secondary);width:40px;height:2px;position:absolute;bottom:0;left:0}.mvv-card p{color:#555;line-height:1.6}.values-section{border-top:1px solid #e0e0e0;padding-top:3rem}.values-title{color:var(--color-primary);text-align:center;font-size:2rem;font-family:var(--font-serif);margin-bottom:3rem}.values-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem 2rem;display:grid}.value-item{flex-direction:column;align-items:flex-start;display:flex}.value-icon{color:var(--color-secondary);margin-bottom:1rem}.value-item h4{font-family:var(--font-sans);color:var(--color-primary);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.value-item p{color:#666;font-size:.95rem;line-height:1.6}@media (width<=768px){.about-page-container{padding-top:140px}.about-main-title{font-size:2.2rem}.about-intro-text p.large-text{font-size:1.25rem}.about-metrics{flex-direction:column;gap:2rem}.about-mvv-section{padding:2rem}.mvv-grid{grid-template-columns:1fr}.about-intro-wrapper{flex-direction:column;gap:3rem}.about-intro-section{max-width:100%}.about-intro-image-container{width:100%}}.solutions-page-container{min-height:100vh;font-family:var(--font-sans);color:#111827;background-color:#f9fafb}.solutions-hero{text-align:center;background-color:#00112a;border-bottom:1px solid #ffffff1a;width:100%;padding:12rem 1.5rem 6rem;position:relative;overflow:hidden}@media (width>=1024px){.solutions-hero{padding:14rem 3rem 8rem}}.solutions-hero-bg{z-index:0;background-color:#00112a;width:100%;height:100%;position:absolute;top:0;left:0}.solutions-hero-deco{pointer-events:none;opacity:.15;z-index:1;width:600px;height:600px;position:absolute;top:0;right:0;transform:translate(33%,-33%)}.deco-circle{border:1px solid var(--color-secondary);border-radius:50%;position:absolute;inset:0}.deco-circle:first-child{transform:scale(.4)}.deco-circle:nth-child(2){transform:scale(.6)}.deco-circle:nth-child(3){transform:scale(.8)}.solutions-hero-content{z-index:2;max-width:1440px;margin:0 auto;position:relative}.solutions-hero-tag{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.solutions-hero-tag-line{background-color:var(--color-secondary);width:2rem;height:2px}.solutions-hero-tag-text{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.solutions-hero h1{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}@media (width>=768px){.solutions-hero h1{font-size:3.75rem}}.solutions-hero h1 span{color:var(--color-secondary)}.solutions-grid-section{max-width:1440px;margin:0 auto;padding:6rem 1.5rem}@media (width>=1024px){.solutions-grid-section{padding:8rem 3rem}}.solutions-page-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.solutions-page-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.solutions-page-grid{grid-template-columns:repeat(3,1fr)}}.solutions-page-card{background:#fff;border:1px solid #f3f4f6;border-radius:20px;flex-direction:column;padding:2.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.solutions-page-card:hover{border-color:#e5e7eb;transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.solutions-page-card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.solutions-page-card-icon{width:3.5rem;height:3.5rem;color:var(--color-primary);background-color:#11213f0d;border-radius:12px;justify-content:center;align-items:center;display:flex}.solutions-page-card-number{color:#d1d5db;font-size:.875rem;font-weight:700}.solutions-page-card h3{color:#111827;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.solutions-page-card p{color:#6b7280;flex-grow:1;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.625}.solutions-page-card-link{color:var(--color-primary);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;transition:color .2s;display:inline-flex}.solutions-page-card-link:hover{color:var(--color-secondary)}.sectors-page-container{background-color:var(--color-background);min-height:100vh;font-family:var(--font-sans);color:#111827;padding-top:0;padding-bottom:6rem}.sectors-hero{text-align:center;background-color:#00112a;border-bottom:1px solid #ffffff1a;width:100%;padding:12rem 1.5rem 6rem;position:relative;overflow:hidden}@media (width>=1024px){.sectors-hero{padding:14rem 3rem 8rem}}.sectors-hero-bg{z-index:0;background-color:#00112a;width:100%;height:100%;position:absolute;top:0;left:0}.sectors-hero-deco{pointer-events:none;opacity:.4;z-index:1;width:600px;height:600px;position:absolute;top:0;right:0;transform:translate(33%,-33%)}.sectors-hero-deco .deco-circle{border:1px solid var(--color-secondary);border-radius:50%;position:absolute;inset:0}.sectors-hero-deco .deco-circle:first-child{transform:scale(.4)}.sectors-hero-deco .deco-circle:nth-child(2){transform:scale(.6)}.sectors-hero-deco .deco-circle:nth-child(3){transform:scale(.8)}.sectors-hero-content{z-index:2;max-width:1440px;margin:0 auto;position:relative}.sectors-hero-tag{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.sectors-hero-tag-line{background-color:var(--color-secondary);width:2rem;height:2px}.sectors-hero-tag-text{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.sectors-hero h1{color:#fff;letter-spacing:-.02em;margin-bottom:0;font-size:2.5rem;font-weight:800;line-height:1.15}@media (width>=768px){.sectors-hero h1{font-size:3.5rem}}@media (width>=1024px){.sectors-hero h1{font-size:4rem}}.sectors-hero h1 span{font-weight:300}.sectors-filters{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:1440px;margin:0 auto;padding:4rem 1.5rem 0;display:flex}@media (width>=1024px){.sectors-filters{padding:6rem 3rem 0}}.filter-btn{color:#4b5563;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.filter-btn:hover{color:#111827;background-color:#f9fafb}.filter-btn.active{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.filter-btn svg{width:18px;height:18px}.sectors-portfolio-section{max-width:1440px;margin:0 auto;padding:3rem 1.5rem 6rem}@media (width>=1024px){.sectors-portfolio-section{padding:4rem 3rem 8rem}}.sectors-portfolio-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.sectors-portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.sectors-portfolio-grid{grid-template-columns:repeat(3,1fr)}}.sector-portfolio-card{cursor:pointer;border-radius:24px;height:450px;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.sector-portfolio-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000040}.sector-portfolio-image{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.sector-portfolio-card:hover .sector-portfolio-image{transform:scale(1.08)}.sector-portfolio-overlay{color:#fff;background:linear-gradient(#00112a00 0%,#00112a66 50%,#00112af2 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.sector-portfolio-icon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background-color:#ffffff1a;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.25rem;display:flex}.sector-portfolio-overlay h3{font-family:var(--font-sans);color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.sector-portfolio-overlay p{color:#fffc;opacity:.8;font-size:.9375rem;line-height:1.6}.contact-page-container{min-height:100vh;font-family:var(--font-sans);background-color:#fafcff}.contact-hero{text-align:center;background-color:#00112a;border-bottom:1px solid #ffffff1a;padding:12rem 1.5rem 6rem;position:relative;overflow:hidden}@media (width>=1024px){.contact-hero{padding:14rem 3rem 8rem}}.contact-hero-bg{z-index:0;pointer-events:none;background:linear-gradient(90deg,#00112ae6,#00112ab3,#00112a66);width:100%;height:100%;position:absolute;top:0;left:0}.contact-hero-deco{pointer-events:none;opacity:.4;z-index:1;width:600px;height:600px;position:absolute;top:0;right:0;transform:translate(33%,-33%)}.contact-hero-deco .circle{border:1px solid var(--color-secondary);border-radius:50%;position:absolute;inset:0}.contact-hero-deco .circle:first-child{transform:scale(.4)}.contact-hero-deco .circle:nth-child(2){transform:scale(.6)}.contact-hero-deco .circle:nth-child(3){transform:scale(.8)}.contact-hero-glow-1{filter:blur(60px);background-color:#eff6ff0d;border-radius:50%;width:24rem;height:24rem;position:absolute;top:0;left:25%;transform:translateY(-50%)}.contact-hero-glow-2{filter:blur(60px);background-color:#00b2590d;border-radius:50%;width:24rem;height:24rem;position:absolute;bottom:0;right:25%;transform:translateY(50%)}.contact-hero-content{z-index:10;max-width:1280px;margin:0 auto;position:relative}.contact-hero h1{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.15}@media (width>=768px){.contact-hero h1{font-size:3.5rem}}@media (width>=1024px){.contact-hero h1{font-size:4rem}}.contact-hero h1 span{color:var(--color-secondary)}.contact-hero p{color:#dbeafe;max-width:48rem;margin:0 auto;font-size:1.0625rem;font-weight:500;line-height:1.7}@media (width>=768px){.contact-hero p{font-size:1.1875rem}}.contact-content-section{max-width:1280px;margin:4rem auto 0;padding:0 1.5rem 5rem}@media (width>=1024px){.contact-content-section{padding:0 4rem 5rem}}.contact-grid{grid-template-columns:1fr;align-items:stretch;gap:2rem;display:grid}@media (width>=1024px){.contact-grid{grid-template-columns:repeat(5,1fr)}}.contact-info-card{background-color:var(--color-primary);color:#fff;border-radius:1rem;flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (width>=1024px){.contact-info-card{grid-column:span 2/span 2;padding:2.5rem}}.contact-info-bg-glow{background-color:var(--color-secondary);filter:blur(120px);opacity:.1;pointer-events:none;border-radius:50%;width:400px;height:400px;position:absolute;top:0;right:0;transform:translate(33%,-50%)}.contact-info-content{z-index:10;position:relative}.contact-info-content h3{color:#fff;letter-spacing:-.02em;margin-bottom:3rem;font-size:1.875rem;font-weight:800}.contact-info-list{flex-direction:column;gap:2.5rem;display:flex}.contact-info-item{align-items:flex-start;gap:1.25rem;display:flex}.contact-info-item svg{color:var(--color-secondary);flex-shrink:0;margin-top:.25rem}.contact-info-item h4{color:#bfdbfe;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.contact-info-item p{color:#fff;margin-bottom:1rem;font-weight:500;line-height:1.625}.contact-info-item a{color:#fff;font-size:1.25rem;font-weight:700;transition:color .2s}.contact-info-item a:hover{color:var(--color-secondary)}.contact-info-item a.email-link{word-break:break-all;font-size:1rem;font-weight:500}@media (width>=640px){.contact-info-item a.email-link{word-break:normal}}.map-container{border-radius:.75rem;width:100%;height:140px;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000000f}.map-container iframe{filter:grayscale(20%)contrast(1.1);opacity:.9;transition:all .5s;position:absolute;inset:0}.map-container iframe:hover{filter:grayscale(0);opacity:1}.contact-info-footer{z-index:10;border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem;position:relative}.whatsapp-btn{width:100%;color:var(--color-primary);background-color:#fff;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 20px 25px -5px #0000001a}.whatsapp-btn:hover{background-color:#f9fafb;transform:scale(1.02)}.whatsapp-btn:active{transform:scale(.98)}.contact-form-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000000a}@media (width>=1024px){.contact-form-card{grid-column:span 3/span 3;padding:3.5rem}}.contact-form-bg-deco{z-index:0;background-color:#eff6ff;border-bottom-left-radius:9999px;width:8rem;height:8rem;position:absolute;top:0;right:0}.contact-form-card h3{color:#121c3b;letter-spacing:-.02em;z-index:10;margin-bottom:.75rem;font-size:1.875rem;font-weight:800;position:relative}.contact-form-card>p{color:#6b7280;z-index:10;margin-bottom:2.5rem;font-size:1.125rem;font-weight:500;position:relative}.contact-form{z-index:10;flex-direction:column;gap:1.5rem;display:flex;position:relative}.form-row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.form-row{grid-template-columns:1fr 1fr}}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#121c3b;text-transform:uppercase;letter-spacing:.025em;font-size:.875rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{color:#1f2937;background-color:#0000;border:none;border-bottom:2px solid #e5e7eb;outline:none;width:100%;padding:.75rem 0;font-weight:500;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-bottom-color:var(--color-primary)}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group select{color:#1f2937}.form-group select:invalid{color:#9ca3af}.form-submit-wrapper{padding-top:1rem}.submit-btn{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem 3rem;font-weight:700;transition:background-color .2s;display:flex;box-shadow:0 10px 15px -3px #1e3a8a33}@media (width>=640px){.submit-btn{width:auto}}.submit-btn:hover{background-color:#003380}:root{--color-primary:#11213f;--color-secondary:#b99863;--color-secondary-hover:#9c7f4e;--color-text:#333;--color-text-light:#666;--color-background:#fff;--color-bg-alt:#fff;--font-serif:"Rajdhani", sans-serif;--font-sans:"Exo 2", sans-serif;--spacing-section:5rem 2rem;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-background);max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100vw;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--color-primary);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .3s}button{cursor:pointer;font-family:var(--font-sans);border:none;outline:none}.container{max-width:var(--max-width);width:100%;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1.5rem}}.btn-primary{background-color:var(--color-secondary);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:.75rem 2rem;font-size:.875rem;font-weight:600;transition:background-color .3s;display:inline-block}.btn-primary:hover{background-color:var(--color-secondary-hover)}.section-tag{font-family:var(--font-sans);color:var(--color-secondary);text-transform:uppercase;letter-spacing:1.5px;text-align:center;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.section-title{text-align:center;color:var(--color-primary);margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:2.5rem}html{scrollbar-width:thin;scrollbar-color:var(--color-primary) var(--color-background)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-secondary)}
