.Hero-module__ZARIfG__hero{background:var(--bg-dark);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__videoWrapper{z-index:0;position:absolute;inset:-100px 0}.Hero-module__ZARIfG__video{object-fit:cover;will-change:transform;width:100%;height:100%}.Hero-module__ZARIfG__overlay{background:linear-gradient(90deg,#0a0a0bf2 0%,#0a0a0bcc 50%,#0a0a0b66 100%);position:absolute;inset:0}.Hero-module__ZARIfG__heroContent{z-index:3;will-change:transform, opacity;width:100%;max-width:1280px;margin:0 auto;padding:100px 2rem 0;position:relative}.Hero-module__ZARIfG__heroEyebrow{font-family:var(--font-dm-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--electric-blue);align-items:center;gap:12px;margin-bottom:1.5rem;font-size:.85rem;font-weight:500;display:flex}.Hero-module__ZARIfG__heroEyebrow:before{content:"";background:var(--electric-blue);flex-shrink:0;width:40px;height:1px}.Hero-module__ZARIfG__heroTitle{font-family:var(--font-syne);color:var(--text-main);text-transform:uppercase;max-width:900px;margin-bottom:1.5rem;font-size:clamp(3.2rem,8vw,7.5rem);font-weight:800;line-height:.95}.Hero-module__ZARIfG__heroTitle span{color:#0000;-webkit-text-stroke:2px var(--copper)}.Hero-module__ZARIfG__heroSubtitle{font-family:var(--font-dm-sans);color:var(--text-muted);max-width:540px;margin-bottom:3rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.Hero-module__ZARIfG__heroActions{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__ZARIfG__heroScroll{z-index:3;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__heroScroll span{letter-spacing:.25em;text-transform:uppercase;color:var(--text-muted);font-size:10px;font-family:var(--font-dm-mono)}.Hero-module__ZARIfG__scrollLine{background:linear-gradient(to bottom, var(--copper), transparent);width:1px;height:56px;animation:2.5s ease-in-out infinite Hero-module__ZARIfG__scrollPulse}@keyframes Hero-module__ZARIfG__scrollPulse{0%{transform-origin:top;opacity:0;transform:scaleY(0)}50%{transform-origin:top;opacity:1;transform:scaleY(1)}50.1%{transform-origin:bottom;opacity:1;transform:scaleY(1)}to{transform-origin:bottom;opacity:0;transform:scaleY(0)}}@media (max-width:768px){.Hero-module__ZARIfG__heroContent{padding-top:90px}.Hero-module__ZARIfG__heroActions{flex-direction:column}.Hero-module__ZARIfG__heroScroll{bottom:24px}}
.Certifications-module__ZVboHa__certs{background:var(--bg-surface);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:1.5rem 0;position:relative;overflow:hidden}.Certifications-module__ZVboHa__marqueeContainer{-webkit-user-select:none;user-select:none;gap:2rem;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.Certifications-module__ZVboHa__marquee{flex-shrink:0;align-items:center;gap:2rem;min-width:100%;animation:25s linear infinite Certifications-module__ZVboHa__scroll;display:flex}.Certifications-module__ZVboHa__badge{font-family:var(--font-dm-mono);letter-spacing:.05em;color:var(--text-muted);white-space:nowrap;align-items:center;gap:.75rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:flex}.Certifications-module__ZVboHa__dot{background:var(--copper);border-radius:50%;flex-shrink:0;width:6px;height:6px}@keyframes Certifications-module__ZVboHa__scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - 2rem))}}@media (prefers-reduced-motion:reduce){.Certifications-module__ZVboHa__marquee{flex-wrap:wrap;justify-content:center;animation-play-state:paused}.Certifications-module__ZVboHa__marqueeContainer{-webkit-mask-image:none;mask-image:none}}
.Products-module__mFS5Ca__products{background:var(--bg-surface);padding:var(--section-padding) 0}.Products-module__mFS5Ca__header{padding:0 var(--side-padding);max-width:var(--container-max);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;margin-left:auto;margin-right:auto;display:flex}.Products-module__mFS5Ca__headerDesc{color:var(--gray);max-width:300px;font-size:14px;line-height:1.9}.Products-module__mFS5Ca__grid{max-width:var(--container-max);padding:0 var(--side-padding);grid-template-columns:repeat(4,1fr);gap:3px;margin:0 auto;display:grid}.Products-module__mFS5Ca__card{aspect-ratio:3/4;cursor:pointer;background:var(--bg-darker);position:relative;overflow:hidden}.Products-module__mFS5Ca__cardImage{transition:transform .7s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.Products-module__mFS5Ca__card:hover .Products-module__mFS5Ca__cardImage{transform:scale(1.08)}.Products-module__mFS5Ca__cardImage img{object-fit:cover;width:100%;height:100%}.Products-module__mFS5Ca__cardOverlay{transition:opacity var(--transition-medium);background:linear-gradient(#1a17140d 0%,#1a171433 55%,#1a1714e0 100%);position:absolute;inset:0}.Products-module__mFS5Ca__card:hover .Products-module__mFS5Ca__cardOverlay{opacity:1;background:linear-gradient(#1a171426 0%,#1a171466 45%,#1a1714eb 100%)}.Products-module__mFS5Ca__cardContent{transition:transform var(--transition-medium);z-index:2;padding:2rem 1.8rem;position:absolute;bottom:0;left:0;right:0;transform:translateY(0)}.Products-module__mFS5Ca__card:hover .Products-module__mFS5Ca__cardContent{transform:translateY(-10px)}.Products-module__mFS5Ca__cardNumber{font-family:var(--sans);letter-spacing:.35em;color:var(--electric-blue-subtle);margin-bottom:.5rem;font-size:10px}.Products-module__mFS5Ca__cardName{font-family:var(--serif);color:var(--text-main);font-size:1.75rem;font-weight:400;line-height:1.15}.Products-module__mFS5Ca__cardDesc{font-family:var(--sans);color:#ffffff8c;max-height:0;transition:max-height .5s var(--ease-out-expo);margin-top:.6rem;font-size:13px;line-height:1.7;overflow:hidden}.Products-module__mFS5Ca__card:hover .Products-module__mFS5Ca__cardDesc{max-height:80px}.Products-module__mFS5Ca__cardTag{font-family:var(--sans);letter-spacing:.2em;text-transform:uppercase;color:var(--electric-blue-subtle);opacity:0;transition:all .4s var(--ease-out-expo) .1s;border-top:1px solid #b8933a59;align-items:center;gap:6px;margin-top:1rem;padding-top:.6rem;font-size:10px;display:inline-flex;transform:translateY(8px)}.Products-module__mFS5Ca__card:hover .Products-module__mFS5Ca__cardTag{opacity:1;transform:translateY(0)}.Products-module__mFS5Ca__cardTag svg{transition:transform .3s var(--ease-out-expo)}.Products-module__mFS5Ca__card:hover .Products-module__mFS5Ca__cardTag svg{transform:translate(4px)}@media (max-width:768px){.Products-module__mFS5Ca__grid{grid-template-columns:repeat(2,1fr)}.Products-module__mFS5Ca__header{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.Products-module__mFS5Ca__grid{grid-template-columns:1fr}}
.StatsBar-module__e6NbvG__specsSection{background:var(--bg-dark);padding:var(--section-padding) 0;border-bottom:1px solid var(--border-light)}.StatsBar-module__e6NbvG__container{max-width:var(--container-max);padding:0 var(--side-padding);margin:0 auto}.StatsBar-module__e6NbvG__header{margin-bottom:3rem}.StatsBar-module__e6NbvG__title{font-family:var(--font-syne);color:var(--text-main);text-transform:uppercase;margin-bottom:.5rem;font-size:2rem;font-weight:700}.StatsBar-module__e6NbvG__subtitle{color:var(--text-muted);font-family:var(--font-dm-sans);font-size:1.1rem}.StatsBar-module__e6NbvG__grid{background:var(--border-light);border:1px solid var(--border-light);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.StatsBar-module__e6NbvG__specCard{background:var(--bg-surface);transition:background var(--transition-fast);flex-direction:column;gap:1rem;padding:2.5rem 2rem;display:flex}.StatsBar-module__e6NbvG__specCard:hover{background:var(--bg-darker)}.StatsBar-module__e6NbvG__specLabel{font-family:var(--font-dm-mono);color:var(--electric-blue);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.StatsBar-module__e6NbvG__specValue{font-family:var(--font-dm-mono);color:var(--text-main);font-size:1.25rem;line-height:1.4}@media (max-width:992px){.StatsBar-module__e6NbvG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.StatsBar-module__e6NbvG__grid{grid-template-columns:1fr}}
.ProcessTimeline-module__SkVhOa__section{padding:var(--section-padding) 0;background:var(--bg-surface);border-bottom:1px solid var(--border-light)}.ProcessTimeline-module__SkVhOa__container{max-width:var(--container-max);padding:0 var(--side-padding);margin:0 auto}.ProcessTimeline-module__SkVhOa__header{text-align:center;margin-bottom:4rem}.ProcessTimeline-module__SkVhOa__title{font-family:var(--font-syne);color:var(--text-main);text-transform:uppercase;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.ProcessTimeline-module__SkVhOa__subtitle{color:var(--text-muted);font-family:var(--font-dm-sans);max-width:600px;margin:0 auto;font-size:1.1rem}.ProcessTimeline-module__SkVhOa__timeline{max-width:800px;margin:0 auto;padding:2rem 0;position:relative}.ProcessTimeline-module__SkVhOa__line{background:var(--border-light);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.ProcessTimeline-module__SkVhOa__line:after{content:"";background:var(--copper);transform-origin:top;position:absolute;inset:0;transform:scaleY(0)}.ProcessTimeline-module__SkVhOa__animate .ProcessTimeline-module__SkVhOa__line:after{animation:2s ease-out forwards ProcessTimeline-module__SkVhOa__drawLine}.ProcessTimeline-module__SkVhOa__steps{flex-direction:column;gap:3rem;display:flex}.ProcessTimeline-module__SkVhOa__step{opacity:0;justify-content:space-between;align-items:center;width:100%;display:flex;position:relative;transform:translateY(20px)}.ProcessTimeline-module__SkVhOa__animate .ProcessTimeline-module__SkVhOa__step{animation:.6s ease-out forwards ProcessTimeline-module__SkVhOa__fadeUp;animation-delay:var(--delay)}.ProcessTimeline-module__SkVhOa__step:nth-child(2n){flex-direction:row-reverse}.ProcessTimeline-module__SkVhOa__content{text-align:right;background:var(--bg-dark);border:1px solid var(--border-light);border-radius:8px;width:calc(50% - 3rem);padding:1.5rem;position:relative}.ProcessTimeline-module__SkVhOa__step:nth-child(2n) .ProcessTimeline-module__SkVhOa__content{text-align:left}.ProcessTimeline-module__SkVhOa__node{background:var(--bg-surface);border:2px solid var(--border-light);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ProcessTimeline-module__SkVhOa__animate .ProcessTimeline-module__SkVhOa__node{border-color:var(--copper);transition:border-color .3s ease-out;transition-delay:calc(var(--delay) + .3s)}.ProcessTimeline-module__SkVhOa__innerNode{background:var(--copper);opacity:0;border-radius:50%;width:8px;height:8px;transform:scale(0)}.ProcessTimeline-module__SkVhOa__animate .ProcessTimeline-module__SkVhOa__innerNode{animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards ProcessTimeline-module__SkVhOa__popIn;animation-delay:calc(var(--delay) + .4s)}.ProcessTimeline-module__SkVhOa__stepId{font-family:var(--font-dm-mono);color:var(--electric-blue);margin-bottom:.5rem;font-size:.85rem}.ProcessTimeline-module__SkVhOa__stepTitle{font-family:var(--font-syne);color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ProcessTimeline-module__SkVhOa__stepDesc{color:var(--text-muted);font-size:.95rem;line-height:1.5}@keyframes ProcessTimeline-module__SkVhOa__drawLine{to{transform:scaleY(1)}}@keyframes ProcessTimeline-module__SkVhOa__fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes ProcessTimeline-module__SkVhOa__popIn{to{opacity:1;transform:scale(1)}}@media (max-width:768px){.ProcessTimeline-module__SkVhOa__line{left:20px}.ProcessTimeline-module__SkVhOa__step,.ProcessTimeline-module__SkVhOa__step:nth-child(2n){flex-direction:row;justify-content:flex-start}.ProcessTimeline-module__SkVhOa__content{text-align:left;width:calc(100% - 60px);margin-left:60px}.ProcessTimeline-module__SkVhOa__node{left:20px}}
.ExportMap-module__e_SpOW__section{padding:var(--section-padding) 0 0 0;background:var(--bg-darker);border-bottom:1px solid var(--border-light);position:relative;overflow:hidden}.ExportMap-module__e_SpOW__container{max-width:var(--container-max);padding:0 var(--side-padding);margin:0 auto}.ExportMap-module__e_SpOW__header{text-align:center;margin-bottom:4rem}.ExportMap-module__e_SpOW__title{font-family:var(--font-syne);color:var(--text-main);text-transform:uppercase;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.ExportMap-module__e_SpOW__subtitle{color:var(--text-muted);font-family:var(--font-dm-sans);max-width:600px;margin:0 auto;font-size:1.1rem}.ExportMap-module__e_SpOW__layout{grid-template-columns:1fr 1.5fr;align-items:center;gap:4rem;margin-bottom:4rem;display:grid}.ExportMap-module__e_SpOW__dataPanel{-webkit-backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:2rem}.ExportMap-module__e_SpOW__panelHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.ExportMap-module__e_SpOW__panelHeader h3{font-family:var(--font-syne);color:var(--text-main);margin:0;font-size:1.25rem;font-weight:600}.ExportMap-module__e_SpOW__pulseIndicator{font-family:var(--font-dm-mono);color:var(--electric-blue);text-transform:uppercase;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.ExportMap-module__e_SpOW__pulseDot{background-color:var(--electric-blue);border-radius:50%;width:8px;height:8px;animation:2s infinite ExportMap-module__e_SpOW__pulse}.ExportMap-module__e_SpOW__regionList{flex-direction:column;gap:1.5rem;display:flex}.ExportMap-module__e_SpOW__regionItem{flex-direction:column;gap:.75rem;display:flex}.ExportMap-module__e_SpOW__regionHeader{justify-content:space-between;align-items:center;display:flex}.ExportMap-module__e_SpOW__regionName{font-family:var(--font-dm-sans);color:var(--text-main);font-size:1.1rem;font-weight:600}.ExportMap-module__e_SpOW__regionVolume{font-family:var(--font-dm-mono);color:var(--copper);font-size:.85rem}.ExportMap-module__e_SpOW__countryTags{flex-wrap:wrap;gap:.5rem;display:flex}.ExportMap-module__e_SpOW__tag{font-family:var(--font-dm-sans);color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff0d;border-radius:20px;padding:.25rem .75rem;font-size:.75rem}.ExportMap-module__e_SpOW__mapContainer{width:100%;position:relative}.ExportMap-module__e_SpOW__mapAspectRatio{width:100%;padding-bottom:50%;position:relative}.ExportMap-module__e_SpOW__mapSvg{width:100%;height:100%;position:absolute;top:0;left:0}.ExportMap-module__e_SpOW__node{z-index:2;flex-direction:column;align-items:center;gap:.25rem;display:flex;position:absolute;transform:translate(-50%,-50%)}.ExportMap-module__e_SpOW__nodePulse{background-color:var(--electric-blue);border-radius:50%;width:8px;height:8px;position:relative}.ExportMap-module__e_SpOW__nodePulse:before{content:"";z-index:-1;background-color:#00cfeb4d;border-radius:50%;width:24px;height:24px;animation:2.5s infinite ExportMap-module__e_SpOW__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.5)}.ExportMap-module__e_SpOW__nodeHq .ExportMap-module__e_SpOW__nodePulse{background-color:var(--copper)}.ExportMap-module__e_SpOW__nodeHq .ExportMap-module__e_SpOW__nodePulse:before{background-color:#e4795866}.ExportMap-module__e_SpOW__nodeLabel{font-family:var(--font-dm-mono);color:var(--text-main);white-space:nowrap;background:#0a0a0bcc;border-radius:2px;padding:2px 6px;font-size:.65rem}.ExportMap-module__e_SpOW__nodeHq .ExportMap-module__e_SpOW__nodeLabel{color:var(--bg-dark);background:var(--copper);font-weight:700}.ExportMap-module__e_SpOW__tickerWrapper{background:var(--electric-blue);border-top:1px solid #ffffff1a;width:100%;padding:.75rem 0;display:flex;overflow:hidden}.ExportMap-module__e_SpOW__tickerContent{white-space:nowrap;animation:40s linear infinite ExportMap-module__e_SpOW__scrollTicker;display:flex}.ExportMap-module__e_SpOW__tickerText{font-family:var(--font-dm-mono);color:var(--bg-darker);text-transform:uppercase;padding-right:2rem;font-size:.85rem;font-weight:600}@keyframes ExportMap-module__e_SpOW__pulse{0%{opacity:1;transform:translate(-50%,-50%)scale(.5)}to{opacity:0;transform:translate(-50%,-50%)scale(2)}}@keyframes ExportMap-module__e_SpOW__scrollTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:992px){.ExportMap-module__e_SpOW__layout{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.ExportMap-module__e_SpOW__mapAspectRatio{padding-bottom:60%}}@media (max-width:480px){.ExportMap-module__e_SpOW__mapAspectRatio{padding-bottom:80%}}
.OEMSection-module__EFU0Jq__section{padding:var(--section-padding) 0;background:var(--bg-surface);border-bottom:1px solid var(--border-light)}.OEMSection-module__EFU0Jq__container{max-width:var(--container-max);padding:0 var(--side-padding);margin:0 auto}.OEMSection-module__EFU0Jq__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.OEMSection-module__EFU0Jq__content{flex-direction:column;display:flex}.OEMSection-module__EFU0Jq__eyebrow{font-family:var(--font-dm-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--copper);margin-bottom:1.5rem;font-size:.85rem;font-weight:500}.OEMSection-module__EFU0Jq__title{font-family:var(--font-syne);color:var(--text-main);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.OEMSection-module__EFU0Jq__description{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.OEMSection-module__EFU0Jq__list{flex-direction:column;gap:1rem;margin:0 0 3rem;padding:0;list-style:none;display:flex}.OEMSection-module__EFU0Jq__list li{border-bottom:1px dashed var(--border-light);justify-content:space-between;padding-bottom:1rem;display:flex}.OEMSection-module__EFU0Jq__label{font-family:var(--font-dm-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.OEMSection-module__EFU0Jq__value{font-family:var(--font-dm-sans);color:var(--electric-blue);font-weight:700}.OEMSection-module__EFU0Jq__visual{justify-content:center;align-items:center;height:100%;min-height:400px;display:flex;position:relative}.OEMSection-module__EFU0Jq__imageWrapper{border:1px solid var(--border-light);border-radius:4px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.OEMSection-module__EFU0Jq__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.OEMSection-module__EFU0Jq__imageWrapper:hover .OEMSection-module__EFU0Jq__image{transform:scale(1.05)}.OEMSection-module__EFU0Jq__imageOverlay{background:linear-gradient(#0a0a0b00,#0a0a0bf2);justify-content:space-between;align-items:flex-end;padding:1.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.OEMSection-module__EFU0Jq__overlayData{flex-direction:column;gap:.25rem;display:flex}.OEMSection-module__EFU0Jq__dataLabel{font-family:var(--font-dm-mono);color:var(--text-muted);letter-spacing:.1em;font-size:.7rem}.OEMSection-module__EFU0Jq__dataValue{font-family:var(--font-syne);color:var(--electric-blue);font-size:1.1rem;font-weight:700}@media (max-width:992px){.OEMSection-module__EFU0Jq__grid{grid-template-columns:1fr;gap:3rem}.OEMSection-module__EFU0Jq__visual{height:300px}}
.Contact-module__hcVmEa__contact{background:var(--bg-dark);color:var(--text-main);padding:var(--section-padding) 0;border-bottom:1px solid var(--border-light)}.Contact-module__hcVmEa__inner{max-width:var(--container-max);padding:0 var(--side-padding);margin:0 auto}.Contact-module__hcVmEa__grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.Contact-module__hcVmEa__infoWrapper{flex-direction:column;display:flex}.Contact-module__hcVmEa__eyebrow{font-family:var(--font-dm-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--electric-blue);margin-bottom:1rem;font-size:.85rem;font-weight:500}.Contact-module__hcVmEa__title{font-family:var(--font-syne);color:var(--text-main);text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1}.Contact-module__hcVmEa__title span{color:#0000;-webkit-text-stroke:2px var(--copper)}.Contact-module__hcVmEa__sectionLine{background:var(--copper);width:60px;height:2px;margin-bottom:1.5rem}.Contact-module__hcVmEa__subtitle{color:var(--text-muted);max-width:450px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.Contact-module__hcVmEa__info{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__hcVmEa__infoItem{align-items:flex-start;gap:1rem;display:flex}.Contact-module__hcVmEa__infoIcon{color:var(--copper);flex-shrink:0;margin-top:2px}.Contact-module__hcVmEa__infoLabel{font-family:var(--font-dm-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--electric-blue);margin-bottom:4px;font-size:.75rem}.Contact-module__hcVmEa__infoVal{color:var(--text-muted);font-size:.95rem;line-height:1.5}.Contact-module__hcVmEa__form{background:var(--bg-surface);border:1px solid var(--border-light);flex-direction:column;gap:1.5rem;padding:3rem;display:flex}.Contact-module__hcVmEa__formHeader{border-bottom:1px dashed var(--border-light);margin-bottom:1rem;padding-bottom:1rem}.Contact-module__hcVmEa__formHeader h3{font-family:var(--font-syne);color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem}.Contact-module__hcVmEa__formHeader p{font-family:var(--font-dm-mono);color:var(--electric-blue);text-transform:uppercase;font-size:.75rem}.Contact-module__hcVmEa__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Contact-module__hcVmEa__formGroup{flex-direction:column;gap:8px;display:flex}.Contact-module__hcVmEa__formGroup label{font-family:var(--font-dm-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__select,.Contact-module__hcVmEa__textarea{background:var(--bg-dark);border:1px solid var(--border-light);color:var(--text-main);font-family:var(--font-dm-sans);outline:none;width:100%;padding:1rem;font-size:.95rem;transition:border-color .3s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__select:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--electric-blue)}.Contact-module__hcVmEa__input::placeholder,.Contact-module__hcVmEa__textarea::placeholder{color:#fff3}.Contact-module__hcVmEa__select option{background:var(--bg-dark);color:var(--text-main)}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:120px}.Contact-module__hcVmEa__formActions{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.Contact-module__hcVmEa__mapContainer{border:1px solid var(--border-light);width:100%;height:250px;margin-top:3rem}@media (max-width:992px){.Contact-module__hcVmEa__grid{grid-template-columns:1fr}}@media (max-width:768px){.Contact-module__hcVmEa__formRow{grid-template-columns:1fr}.Contact-module__hcVmEa__form{padding:1.5rem}}
