.page-module___8aEwW__container{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition);background:#ffffffe6;border-bottom:1px solid #0000000d;padding:1rem 0;position:fixed;top:0;left:0;right:0}.page-module___8aEwW__nav{justify-content:space-between;align-items:center;display:flex}.page-module___8aEwW__logoImage{object-fit:contain;width:auto;height:80px;display:block}.page-module___8aEwW__navLinks{align-items:center;gap:2rem;font-weight:500;display:flex}.page-module___8aEwW__navLinks a{transition:var(--transition)}.page-module___8aEwW__navLinks a:hover{color:var(--accent)}.page-module___8aEwW__hero{background:#1a1a1a url(/hero-bg.png) 50%/cover no-repeat fixed;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__heroOverlay{z-index:1;background:radial-gradient(circle,#0003 0%,#000000b3 100%);position:absolute;inset:0}.page-module___8aEwW__heroContent{z-index:2;text-align:center;color:#fff;max-width:800px;margin:0 auto;position:relative}.page-module___8aEwW__heroTitle{background:linear-gradient(90deg,#fff,#f0e6d2);-webkit-text-fill-color:transparent;color:#fff;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.page-module___8aEwW__heroSubtitle{color:#ffffffe6;max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,2vw,1.25rem)}.page-module___8aEwW__heroCtas{justify-content:center;gap:1rem;animation-delay:.2s;display:flex}.page-module___8aEwW__btnOutline{transition:var(--transition);cursor:pointer;color:#fff;background:0 0;border:2px solid #ffffff4d;border-radius:12px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.page-module___8aEwW__btnOutline:hover{border-color:var(--accent);background:var(--accent);color:#fff}@media (max-width:768px){.page-module___8aEwW__navLinks{display:none}.page-module___8aEwW__heroCtas{flex-direction:column}}
.HeroSlider-module__AAVTfG__heroSlider{background-color:#1a1a1a;width:100%;height:100vh;animation:1.2s ease-out forwards HeroSlider-module__AAVTfG__heroFadeIn;position:relative;overflow:hidden}@keyframes HeroSlider-module__AAVTfG__heroFadeIn{0%{opacity:0}to{opacity:1}}.HeroSlider-module__AAVTfG__slide{opacity:0;z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity 1.5s ease-in-out,transform 12s ease-out;position:absolute;top:0;left:0;transform:scale(1)}.HeroSlider-module__AAVTfG__slide.HeroSlider-module__AAVTfG__active{opacity:1;z-index:2;transform:scale(1.08)}.HeroSlider-module__AAVTfG__overlay{z-index:3;background:#0000008c;position:absolute;inset:0}.HeroSlider-module__AAVTfG__content{z-index:4;text-align:center;color:#fff;flex-direction:column;justify-content:center;align-items:center;max-width:900px;height:100%;margin:0 auto;padding-top:80px;display:flex;position:relative}.HeroSlider-module__AAVTfG__title{background:linear-gradient(90deg,#fff,#f0e6d2);-webkit-text-fill-color:transparent;color:#fff;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:700;line-height:1.1;animation:1s ease-out forwards HeroSlider-module__AAVTfG__fadeInDown}.HeroSlider-module__AAVTfG__subtitle{color:#fffc;opacity:0;letter-spacing:.05em;max-width:800px;margin-bottom:3rem;font-size:clamp(1rem,1.5vw,1.2rem);font-style:italic;animation:1s ease-out .4s forwards HeroSlider-module__AAVTfG__fadeInUp}.HeroSlider-module__AAVTfG__ctas{opacity:0;justify-content:center;gap:1.5rem;animation:1s ease-out .8s forwards HeroSlider-module__AAVTfG__fadeIn;display:flex}.HeroSlider-module__AAVTfG__btnOutline{cursor:pointer;color:#fff;background:0 0;border:2px solid #fff6;border-radius:12px;justify-content:center;align-items:center;padding:.75rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}.HeroSlider-module__AAVTfG__btnOutline:hover{border-color:var(--accent);background:var(--accent);color:#fff;transform:translateY(-2px)}.HeroSlider-module__AAVTfG__navArrow{-webkit-backdrop-filter:blur(8px);color:#fff9;cursor:pointer;z-index:5;background:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:20px;transition:all .4s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.HeroSlider-module__AAVTfG__navArrow:hover{color:#fff;background:#ffffff26;border-color:#ffffff4d;transform:translateY(-50%)scale(1.05)}.HeroSlider-module__AAVTfG__leftArrow{left:2rem}.HeroSlider-module__AAVTfG__rightArrow{right:2rem}@keyframes HeroSlider-module__AAVTfG__fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSlider-module__AAVTfG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSlider-module__AAVTfG__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.HeroSlider-module__AAVTfG__ctas{flex-direction:column;gap:1rem;width:100%;max-width:300px}.HeroSlider-module__AAVTfG__btnOutline{width:100%}}
.Products-module__mFS5Ca__productsSection{padding:var(--section-padding);background-color:var(--background)}.Products-module__mFS5Ca__sectionHeader{text-align:center;margin-bottom:4rem}.Products-module__mFS5Ca__title{color:var(--text-main);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.Products-module__mFS5Ca__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.Products-module__mFS5Ca__productList{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:3rem;display:grid}.Products-module__mFS5Ca__productCard{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000008}.Products-module__mFS5Ca__productCard:hover{border-color:#c9a2274d;transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.Products-module__mFS5Ca__productImageWrapper{width:100%;padding-bottom:70%;position:relative;overflow:hidden}.Products-module__mFS5Ca__productImage{transition:transform .7s}.Products-module__mFS5Ca__productCard:hover .Products-module__mFS5Ca__productImage{transform:scale(1.03)}.Products-module__mFS5Ca__productContent{flex-direction:column;flex-grow:1;gap:1rem;padding:2rem;display:flex}.Products-module__mFS5Ca__productName{color:var(--text-main);padding-bottom:.8rem;font-size:1.5rem;font-weight:700;line-height:1.3;position:relative}.Products-module__mFS5Ca__shortDesc{color:var(--text-muted);margin-bottom:.5rem;font-size:1rem;line-height:1.6}.Products-module__mFS5Ca__productName:after{content:"";background-color:var(--accent);width:60px;height:3px;position:absolute;bottom:0;left:0}.Products-module__mFS5Ca__productSectionBox{flex-direction:column;gap:1rem;display:flex}.Products-module__mFS5Ca__sectionTitle{color:#2c3e50;text-transform:uppercase;letter-spacing:1px;font-size:1.25rem;font-weight:600}.Products-module__mFS5Ca__description{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.Products-module__mFS5Ca__useList{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.Products-module__mFS5Ca__useList li{color:var(--text-muted);padding-left:2rem;font-size:1.05rem;line-height:1.5;position:relative}.Products-module__mFS5Ca__useList li:before{content:"✓";color:var(--accent);font-size:1.2rem;font-weight:700;position:absolute;left:0}@media (max-width:992px){.Products-module__mFS5Ca__productList{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}}.Products-module__mFS5Ca__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000b3;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.Products-module__mFS5Ca__modalContent{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;animation:.3s ease-out forwards Products-module__mFS5Ca__modalFadeIn;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}@keyframes Products-module__mFS5Ca__modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Products-module__mFS5Ca__closeButton{cursor:pointer;color:#666;z-index:10;background:0 0;border:none;font-size:2.5rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1.5rem}.Products-module__mFS5Ca__closeButton:hover{color:#000}.Products-module__mFS5Ca__modalHeader{border-bottom:1px solid #eee;padding:2rem 2.5rem 1rem}.Products-module__mFS5Ca__modalTitle{color:var(--text-main);margin:0;font-size:2rem;font-weight:700}.Products-module__mFS5Ca__modalBody{flex-direction:column;gap:2rem;padding:2rem 2.5rem;display:flex}.Products-module__mFS5Ca__modalImageWrapper{border-radius:12px;width:100%;max-height:400px;overflow:hidden}.Products-module__mFS5Ca__modalImage{border-radius:12px}
.About-module__vAULUW__aboutSection{padding:var(--section-padding);background-color:var(--surface)}.About-module__vAULUW__companyWrapper{align-items:center;gap:4rem;margin-bottom:8rem;display:flex}.About-module__vAULUW__textContent,.About-module__vAULUW__imageContent{flex:1}.About-module__vAULUW__title{color:var(--text-main);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.About-module__vAULUW__divider{background-color:var(--accent);width:60px;height:3px;margin-bottom:2rem}.About-module__vAULUW__description{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.15rem;line-height:1.8}.About-module__vAULUW__imageContent{position:relative}.About-module__vAULUW__imageCard{border-radius:16px;width:100%;padding-bottom:75%;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.About-module__vAULUW__aboutImage{transition:transform .5s}.About-module__vAULUW__imageCard:hover .About-module__vAULUW__aboutImage{transform:scale(1.05)}.About-module__vAULUW__imageOverlay{color:#fff;background:linear-gradient(#0000,#000c);padding:1.5rem;font-size:1.1rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.About-module__vAULUW__teamWrapper{margin-top:4rem}.About-module__vAULUW__teamHeader{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.About-module__vAULUW__teamSubtitle{color:var(--text-muted);max-width:700px;font-size:1.15rem;line-height:1.7}.About-module__vAULUW__teamGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.About-module__vAULUW__teamCard{background:var(--background);border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 20px #0000000d}.About-module__vAULUW__teamCard:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.About-module__vAULUW__teamImageWrapper{width:100%;padding-bottom:100%;position:relative;overflow:hidden}.About-module__vAULUW__teamImage{transition:transform .4s}.About-module__vAULUW__teamCard:hover .About-module__vAULUW__teamImage{transform:scale(1.03)}.About-module__vAULUW__teamInfo{text-align:center;padding:2rem}.About-module__vAULUW__memberName{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.About-module__vAULUW__memberRole{color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.About-module__vAULUW__memberBio{color:var(--text-muted);font-size:1rem;line-height:1.6}@media (max-width:992px){.About-module__vAULUW__companyWrapper{flex-direction:column;gap:3rem}}
.WhyChooseUs-module__aV2w7G__whyChooseUs{padding:var(--section-padding);background-color:var(--color-bg-alt);background:linear-gradient(#fdfbf7,#fff)}.WhyChooseUs-module__aV2w7G__container{max-width:1200px;margin:0 auto;padding:0 1rem}.WhyChooseUs-module__aV2w7G__header{text-align:center;margin-bottom:4rem}.WhyChooseUs-module__aV2w7G__title{color:var(--color-text);margin-bottom:1rem;font-size:2.5rem}.WhyChooseUs-module__aV2w7G__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.125rem}.WhyChooseUs-module__aV2w7G__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.WhyChooseUs-module__aV2w7G__card{text-align:center;background-color:#fff;border:1px solid #0000000d;border-radius:12px;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.WhyChooseUs-module__aV2w7G__card:hover{border-color:var(--color-primary);transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.WhyChooseUs-module__aV2w7G__iconWrapper{width:64px;height:64px;color:var(--color-primary,#457b66);background-color:#457b661a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:transform .3s;display:flex}.WhyChooseUs-module__aV2w7G__card:hover .WhyChooseUs-module__aV2w7G__iconWrapper{background-color:var(--color-primary,#457b66);color:#fff;transform:scale(1.1)}.WhyChooseUs-module__aV2w7G__cardTitle{color:var(--color-text);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.WhyChooseUs-module__aV2w7G__cardDescription{color:#555;font-size:.95rem;line-height:1.6}@media (max-width:768px){.WhyChooseUs-module__aV2w7G__whyChooseUs{padding:4rem 0}.WhyChooseUs-module__aV2w7G__title{font-size:2rem}.WhyChooseUs-module__aV2w7G__grid{grid-template-columns:1fr;gap:1.5rem}}
.MarketsWeServe-module__ZEXe0G__marketsWeServe{padding:var(--section-padding);background-color:#fff}.MarketsWeServe-module__ZEXe0G__container{max-width:1200px;margin:0 auto;padding:0 1rem}.MarketsWeServe-module__ZEXe0G__header{text-align:center;margin-bottom:4rem}.MarketsWeServe-module__ZEXe0G__title{color:var(--color-text);margin-bottom:1rem;font-size:2.5rem}.MarketsWeServe-module__ZEXe0G__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.125rem}.MarketsWeServe-module__ZEXe0G__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center;gap:2.5rem;display:grid}.MarketsWeServe-module__ZEXe0G__card{text-align:center;background-color:#fdfbf7;border:1px solid #00000008;border-radius:16px;width:100%;max-width:350px;padding:3rem 2rem;transition:all .3s}.MarketsWeServe-module__ZEXe0G__card:hover{background-color:#fff;border-color:#457b6633;transform:translateY(-8px);box-shadow:0 20px 40px -10px #457b6626}.MarketsWeServe-module__ZEXe0G__iconWrapper{width:80px;height:80px;color:var(--color-primary,#457b66);background-color:#457b660d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:all .3s;display:flex}.MarketsWeServe-module__ZEXe0G__card:hover .MarketsWeServe-module__ZEXe0G__iconWrapper{background-color:var(--color-primary,#457b66);color:#fff;transform:scale(1.1)}.MarketsWeServe-module__ZEXe0G__cardTitle{color:var(--color-text);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.MarketsWeServe-module__ZEXe0G__cardDescription{color:#555;font-size:.95rem;line-height:1.6}@media (max-width:768px){.MarketsWeServe-module__ZEXe0G__marketsWeServe{padding:4rem 0}.MarketsWeServe-module__ZEXe0G__title{font-size:2rem}.MarketsWeServe-module__ZEXe0G__grid{grid-template-columns:1fr;gap:1.5rem}}
.Contact-module__hcVmEa__contactSection{padding:var(--section-padding);background-color:var(--background)}.Contact-module__hcVmEa__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.Contact-module__hcVmEa__title{color:var(--text-main);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.Contact-module__hcVmEa__divider{background-color:var(--accent);width:60px;height:3px;margin-bottom:2rem}.Contact-module__hcVmEa__subtitle{color:var(--text-muted);max-width:600px;font-size:1.15rem;line-height:1.7}.Contact-module__hcVmEa__officesGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;max-width:900px;margin:0 auto;display:grid}.Contact-module__hcVmEa__officeCard{background:var(--surface);border-top:5px solid var(--accent);border-radius:16px;padding:3rem 2.5rem;transition:transform .3s;box-shadow:0 15px 35px #0000000d}.Contact-module__hcVmEa__officeCard:hover{transform:translateY(-5px)}.Contact-module__hcVmEa__cardHeader{border-bottom:1px solid #eee;align-items:center;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.Contact-module__hcVmEa__flag{font-size:2.5rem}.Contact-module__hcVmEa__cardHeader h3{color:var(--text-main);margin:0;font-size:1.4rem;font-weight:700}.Contact-module__hcVmEa__contactDetails{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__hcVmEa__contactItem,.Contact-module__hcVmEa__contactItemBox{align-items:flex-start;gap:1rem;display:flex}.Contact-module__hcVmEa__contactItem{align-items:center}.Contact-module__hcVmEa__icon{width:24px;height:24px;color:var(--accent);flex-shrink:0}.Contact-module__hcVmEa__contactItem a,.Contact-module__hcVmEa__locationLink,.Contact-module__hcVmEa__locationText{color:var(--text-muted);font-size:1.1rem;line-height:1.6;text-decoration:none;transition:color .3s}.Contact-module__hcVmEa__contactItem a:hover,.Contact-module__hcVmEa__locationLink:hover{color:var(--accent);text-decoration:underline}.Contact-module__hcVmEa__locationText{margin:0}
