.Navbar-module__cJzEcG__nav{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #0000;width:100%;padding:1.5rem 2rem;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{border-bottom:1px solid var(--border-subtle);background:#050505cc;padding:1rem 2rem}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__logoAccent{color:var(--accent-primary)}.Navbar-module__cJzEcG__links{align-items:center;gap:2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-secondary);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.Navbar-module__cJzEcG__link:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__dropdownItem{padding:1rem 0;position:relative}.Navbar-module__cJzEcG__dropdownMenu{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:8px;flex-direction:column;gap:.25rem;min-width:220px;padding:.5rem;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000080}.Navbar-module__cJzEcG__dropdownLink{color:var(--text-secondary);white-space:nowrap;border-radius:4px;padding:.75rem 1rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:block}.Navbar-module__cJzEcG__dropdownLink:hover{background:var(--bg-tertiary);color:#fff}.Navbar-module__cJzEcG__link:after{content:"";background:var(--accent-primary);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__cta{background:var(--text-primary);color:var(--bg-primary);border-radius:4px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:transform .2s,background .2s}.Navbar-module__cJzEcG__cta:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #ffffff1a}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}}
.Hero-module__ZARIfG__hero{background:var(--bg-primary);grid-template-columns:1.2fr .8fr;gap:1rem;width:100%;min-height:80vh;padding:6rem 2rem 2rem;display:grid;position:relative;overflow:hidden}.Hero-module__ZARIfG__visualSide{border-radius:12px;height:100%;min-height:400px;max-height:80vh;position:relative;overflow:hidden}.Hero-module__ZARIfG__contentSide{z-index:2;flex-direction:column;justify-content:center;padding:2rem;display:flex;position:relative}.Hero-module__ZARIfG__badge{color:var(--accent-primary);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;background:#ff52001a;border:1px solid #ff520033;border-radius:4px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__badgeDot{background:var(--accent-primary);width:8px;height:8px;box-shadow:0 0 10px var(--accent-primary);border-radius:50%}.Hero-module__ZARIfG__title{font-family:var(--font-heading);text-transform:uppercase;color:#fff;margin-bottom:2rem;font-size:clamp(3.5rem,6vw,6rem);font-weight:800;line-height:.95}.Hero-module__ZARIfG__titleHighlight{color:#0000;-webkit-text-stroke:2px var(--text-secondary);display:block}.Hero-module__ZARIfG__description{color:var(--text-secondary);border-left:2px solid var(--accent-primary);max-width:600px;margin-bottom:3rem;padding-left:1.5rem;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__stats{border-top:1px solid var(--border-subtle);gap:3rem;margin-top:auto;padding-top:3rem;display:flex}.Hero-module__ZARIfG__statItem h4{font-family:var(--font-heading);color:#fff;margin-bottom:.25rem;font-size:2.5rem;font-weight:700;line-height:1}.Hero-module__ZARIfG__statItem p{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.Hero-module__ZARIfG__heroImage{object-fit:cover;filter:contrast(1.1)saturate(0);width:100%;height:100%;transition:filter .5s}.Hero-module__ZARIfG__visualSide:hover .Hero-module__ZARIfG__heroImage{filter:contrast(1.1)saturate()}.Hero-module__ZARIfG__overlayCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-subtle);background:#050505cc;border-radius:8px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex;position:absolute;bottom:2rem;left:2rem;right:2rem}.Hero-module__ZARIfG__cardText h5{color:#fff;font-family:var(--font-heading);margin-bottom:.25rem;font-size:1.1rem}.Hero-module__ZARIfG__cardText p{color:var(--text-secondary);font-size:.9rem}.Hero-module__ZARIfG__ctaGroup{gap:1.5rem;margin-bottom:4rem;display:flex}.Hero-module__ZARIfG__primaryBtn{color:#fff;font-family:var(--font-heading);cursor:pointer;background:#ff4d00;border:none;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:transform .2s}.Hero-module__ZARIfG__primaryBtn:hover{transform:translateY(-2px)}.Hero-module__ZARIfG__secondaryBtn{color:#fff;font-family:var(--font-heading);background:0 0;border:1px solid #ffffff4d;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:border-color .2s}.Hero-module__ZARIfG__secondaryBtn:hover{border-color:#fff}.Hero-module__ZARIfG__ctaButton{background:var(--accent-primary);color:#000;border-radius:4px;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .2s;display:flex}.Hero-module__ZARIfG__ctaButton:hover{transform:scale(1.05)}@media (max-width:1024px){.Hero-module__ZARIfG__hero{grid-template-columns:1fr;height:auto;padding-top:6rem}.Hero-module__ZARIfG__visualSide{height:500px;min-height:auto}.Hero-module__ZARIfG__title{font-size:3rem}}
.TrustBar-module__yxryaq__trustBar{background-color:var(--bg-primary);border-bottom:1px solid var(--border-subtle);padding:2rem 0;overflow:hidden}.TrustBar-module__yxryaq__container{align-items:center;gap:4rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.TrustBar-module__yxryaq__label{font-family:var(--font-sans);color:var(--text-muted);white-space:nowrap;text-transform:uppercase;letter-spacing:.1em;border-right:1px solid var(--border-subtle);padding-right:2rem;font-size:.75rem;font-weight:600}.TrustBar-module__yxryaq__slider{flex:1;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.TrustBar-module__yxryaq__track{gap:5rem;width:max-content;display:flex}.TrustBar-module__yxryaq__logoItem{justify-content:center;align-items:center;display:flex}.TrustBar-module__yxryaq__logoText{font-family:var(--font-heading);color:var(--border-strong);text-transform:uppercase;letter-spacing:-.02em;font-size:1.5rem;font-weight:700;transition:all .3s}.TrustBar-module__yxryaq__logoText:hover{color:#fff;text-shadow:0 0 20px #fff3}@media (max-width:1024px){.TrustBar-module__yxryaq__container{flex-direction:column;align-items:flex-start;gap:1.5rem}.TrustBar-module__yxryaq__label{border-right:none;margin-bottom:.5rem;padding-right:0}.TrustBar-module__yxryaq__track{gap:3rem}}
.Services-module__dpHhBa__services{background:var(--bg-secondary);padding:8rem 2rem}.Services-module__dpHhBa__container{max-width:1400px;margin:0 auto}.Services-module__dpHhBa__header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.Services-module__dpHhBa__title{font-family:var(--font-heading);color:#fff;font-size:clamp(2.5rem,5vw,4rem);line-height:1}.Services-module__dpHhBa__subtitle{color:var(--text-secondary);text-align:right;max-width:400px;font-size:1.1rem}.Services-module__dpHhBa__grid{grid-template-columns:repeat(12,1fr);gap:1.5rem;display:grid}.Services-module__dpHhBa__cardWrapper{display:block;position:relative}.Services-module__dpHhBa__cardLarge{grid-column:span 8}.Services-module__dpHhBa__cardMedium{grid-column:span 4}.Services-module__dpHhBa__card{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:16px;flex-direction:column;justify-content:space-between;height:100%;min-height:320px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Services-module__dpHhBa__card:hover{border-color:var(--accent-primary);background:linear-gradient(180deg,var(--bg-tertiary)0%,#1a1a1acc 100%);transform:translateY(-4px);box-shadow:0 20px 40px #0006}.Services-module__dpHhBa__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.Services-module__dpHhBa__icon{border:1px solid var(--border-subtle);width:60px;height:60px;color:var(--accent-primary);background:#ffffff08;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__icon{background:var(--accent-primary);color:#000;border-color:var(--accent-primary)}.Services-module__dpHhBa__cardAction{border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--text-secondary);opacity:0;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;transform:translate(-10px)}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardAction{opacity:1;color:#fff;border-color:#fff;transform:translate(0)}.Services-module__dpHhBa__cardTitle{font-family:var(--font-heading);color:#fff;margin-bottom:1rem;font-size:2rem;line-height:1.1}.Services-module__dpHhBa__cardDesc{color:var(--text-secondary);max-width:90%;font-size:1rem;line-height:1.6}@media (max-width:1024px){.Services-module__dpHhBa__grid{flex-direction:column;gap:1.5rem;display:flex}.Services-module__dpHhBa__cardLarge,.Services-module__dpHhBa__cardMedium{grid-column:auto}.Services-module__dpHhBa__header{flex-direction:column;align-items:flex-start;gap:1rem}.Services-module__dpHhBa__subtitle{text-align:left}.Services-module__dpHhBa__cardAction{opacity:1;transform:none}}
.Process-module__RmMdVa__process{background-color:#fff;padding:8rem 2rem}.Process-module__RmMdVa__container{max-width:1400px;margin:0 auto}.Process-module__RmMdVa__header{text-align:center;margin-bottom:6rem}.Process-module__RmMdVa__title{font-family:var(--font-outfit);color:#111;margin-bottom:1rem;font-size:3rem;font-weight:700}.Process-module__RmMdVa__subtitle{font-family:var(--font-inter);color:#666;font-size:1.25rem}.Process-module__RmMdVa__timeline{justify-content:space-between;padding:2rem 0;display:flex;position:relative}.Process-module__RmMdVa__line{z-index:0;background:#eee;width:100%;height:2px;position:absolute;top:50px;left:0}.Process-module__RmMdVa__step{z-index:1;text-align:center;flex:1;padding:0 1rem;position:relative}.Process-module__RmMdVa__marker{background:#ff4d00;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 2rem;display:flex;box-shadow:0 0 0 4px #eee}.Process-module__RmMdVa__number{font-family:var(--font-outfit);color:#fff;font-size:1.25rem;font-weight:700}.Process-module__RmMdVa__stepTitle{font-family:var(--font-outfit);color:#111;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Process-module__RmMdVa__stepDesc{font-family:var(--font-inter);color:#666;line-height:1.6}@media (max-width:900px){.Process-module__RmMdVa__timeline{flex-direction:column;gap:3rem}.Process-module__RmMdVa__line{width:2px;height:100%;top:0;left:30px}.Process-module__RmMdVa__step{text-align:left;gap:2rem;display:flex}.Process-module__RmMdVa__marker{flex-shrink:0;margin:0}}
.About-module__vAULUW__section{background:var(--bg-primary);padding:8rem 2rem;position:relative;overflow:hidden}.About-module__vAULUW__container{max-width:1200px;margin:0 auto}.About-module__vAULUW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.About-module__vAULUW__content{z-index:2;position:relative}.About-module__vAULUW__label{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem;font-weight:700;display:block}.About-module__vAULUW__title{font-family:var(--font-heading);color:#fff;margin-bottom:2rem;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.About-module__vAULUW__description{color:var(--text-secondary);margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.About-module__vAULUW__timeline{border-left:2px solid var(--border-strong);margin-top:3rem;padding-left:2rem}.About-module__vAULUW__timelineItem{margin-bottom:3rem;position:relative}.About-module__vAULUW__timelineItem:last-child{margin-bottom:0}.About-module__vAULUW__timelineDot{background:var(--bg-primary);border:2px solid var(--accent-primary);border-radius:50%;width:1.2rem;height:1.2rem;transition:all .3s;position:absolute;top:.25rem;left:-2.6rem}.About-module__vAULUW__timelineItem:hover .About-module__vAULUW__timelineDot{background:var(--accent-primary);box-shadow:0 0 15px var(--accent-primary)}.About-module__vAULUW__year{font-family:var(--font-heading);color:#fff;margin-bottom:.5rem;font-size:1.5rem;display:block}.About-module__vAULUW__timelineText{color:var(--text-muted);font-size:.95rem}.About-module__vAULUW__imageSide{position:relative}.About-module__vAULUW__mainImage{object-fit:cover;filter:grayscale()contrast(1.2);border-radius:4px;width:100%;height:600px;transition:all .5s}.About-module__vAULUW__mainImage:hover{filter:grayscale(0%)contrast(1.1)}.About-module__vAULUW__statCard{background:var(--accent-primary);color:#000;border-radius:4px;max-width:250px;padding:2rem;position:absolute;bottom:-2rem;left:-2rem;box-shadow:0 20px 40px #00000080}.About-module__vAULUW__statNumber{font-family:var(--font-heading);margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1;display:block}.About-module__vAULUW__statLabel{text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}@media (max-width:1024px){.About-module__vAULUW__grid{grid-template-columns:1fr;gap:4rem}.About-module__vAULUW__imageSide{order:-1}.About-module__vAULUW__statCard{bottom:-1.5rem;left:auto;right:2rem}}
.Certifications-module__ZVboHa__certifications{background-color:#fff;border-top:1px solid #eee;padding:6rem 2rem}.Certifications-module__ZVboHa__container{max-width:1400px;margin:0 auto}.Certifications-module__ZVboHa__header{text-align:center;margin-bottom:4rem}.Certifications-module__ZVboHa__title{font-family:var(--font-outfit);color:#111;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Certifications-module__ZVboHa__subtitle{font-family:var(--font-inter);color:#666;font-size:1.125rem}.Certifications-module__ZVboHa__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Certifications-module__ZVboHa__card{text-align:center;background:#f9f9f9;border-radius:8px;flex-direction:column;align-items:center;padding:2rem;transition:transform .3s;display:flex}.Certifications-module__ZVboHa__card:hover{transform:translateY(-5px)}.Certifications-module__ZVboHa__badge{background:#fff;border:3px solid #ff4d00;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:1.5rem;display:flex}.Certifications-module__ZVboHa__badgeText{font-family:var(--font-outfit);color:#111;font-size:1.125rem;font-weight:800}.Certifications-module__ZVboHa__certDesc{font-family:var(--font-inter);color:#444;font-weight:500}
.Testimonials-module__ItA9Ha__testimonials{color:#fff;background-color:#111;padding:8rem 2rem}.Testimonials-module__ItA9Ha__container{max-width:1400px;margin:0 auto}.Testimonials-module__ItA9Ha__header{margin-bottom:5rem}.Testimonials-module__ItA9Ha__title{font-family:var(--font-outfit);margin-bottom:1rem;font-size:3rem;font-weight:700}.Testimonials-module__ItA9Ha__subtitle{font-family:var(--font-inter);color:#888;font-size:1.25rem}.Testimonials-module__ItA9Ha__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;display:grid}.Testimonials-module__ItA9Ha__card{background:#1a1a1a;border:1px solid #333;border-radius:4px;padding:3rem;transition:border-color .3s;position:relative}.Testimonials-module__ItA9Ha__card:hover{border-color:#ff4d00}.Testimonials-module__ItA9Ha__quoteMark{color:#333;font-family:serif;font-size:5rem;line-height:1;position:absolute;top:1rem;left:2rem}.Testimonials-module__ItA9Ha__quote{font-family:var(--font-inter);z-index:1;color:#ddd;margin-bottom:2rem;font-size:1.25rem;line-height:1.6;position:relative}.Testimonials-module__ItA9Ha__author{align-items:center;gap:1rem;display:flex}.Testimonials-module__ItA9Ha__avatar{color:#ff4d00;width:50px;height:50px;font-weight:700;font-family:var(--font-outfit);background:#333;border-radius:50%;justify-content:center;align-items:center;display:flex}.Testimonials-module__ItA9Ha__info{flex-direction:column;display:flex}.Testimonials-module__ItA9Ha__name{font-family:var(--font-outfit);color:#fff;font-weight:700}.Testimonials-module__ItA9Ha__role{font-family:var(--font-inter);color:#666;font-size:.875rem}
.CTASection-module__ETvUXq__ctaSection{text-align:center;background-color:#ff4d00;padding:6rem 2rem}.CTASection-module__ETvUXq__container{max-width:1000px;margin:0 auto}.CTASection-module__ETvUXq__title{font-family:var(--font-outfit);color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.CTASection-module__ETvUXq__subtitle{font-family:var(--font-inter);color:#ffffffe6;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.CTASection-module__ETvUXq__actions{justify-content:center;gap:1.5rem;display:flex}.CTASection-module__ETvUXq__primaryBtn{color:#ff4d00;font-family:var(--font-outfit);cursor:pointer;background:#fff;border:none;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:transform .2s,box-shadow .2s}.CTASection-module__ETvUXq__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.CTASection-module__ETvUXq__secondaryBtn{color:#fff;font-family:var(--font-outfit);background:0 0;border:2px solid #fff;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:background .2s}.CTASection-module__ETvUXq__secondaryBtn:hover{background:#ffffff1a}@media (max-width:768px){.CTASection-module__ETvUXq__title{font-size:2.5rem}.CTASection-module__ETvUXq__actions{flex-direction:column}}
.Contact-module__hcVmEa__section{background:var(--bg-secondary);border-top:1px solid var(--border-subtle);padding:8rem 2rem}.Contact-module__hcVmEa__container{text-align:center;max-width:800px;margin:0 auto}.Contact-module__hcVmEa__title{font-family:var(--font-heading);color:#fff;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.Contact-module__hcVmEa__subtitle{color:var(--text-secondary);margin-bottom:4rem;font-size:1.1rem}.Contact-module__hcVmEa__form{text-align:left;background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:12px;gap:1.5rem;padding:3rem;display:grid}.Contact-module__hcVmEa__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{background:var(--bg-secondary);border:1px solid var(--border-strong);color:#fff;font-family:var(--font-sans);border-radius:4px;padding:1.2rem;font-size:1rem;transition:all .2s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--accent-primary);background:var(--bg-tertiary);outline:none}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:150px}.Contact-module__hcVmEa__submitBtn{color:#000;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:#fff;border:none;border-radius:4px;margin-top:1rem;padding:1.2rem 2.5rem;font-size:1rem;font-weight:700;transition:all .2s}.Contact-module__hcVmEa__submitBtn:hover{background:var(--accent-primary);transform:translateY(-2px);box-shadow:0 10px 30px #ff520033}.Contact-module__hcVmEa__footer{border-top:1px solid var(--border-subtle);color:var(--text-muted);justify-content:space-between;margin-top:6rem;padding-top:2rem;font-size:.9rem;display:flex}@media (max-width:768px){.Contact-module__hcVmEa__footer{flex-direction:column;align-items:center;gap:1rem}}
.Footer-module__S6Hkya__footer{background:var(--surface);color:var(--foreground);border-top:1px solid var(--border);text-align:center;padding:4rem 2rem}.Footer-module__S6Hkya__text{color:#8892b0;font-size:.9rem}
.contact-module__swMWYG__main{background:var(--bg-primary);min-height:100vh;padding-top:80px}.contact-module__swMWYG__hero{text-align:center;background:linear-gradient(180deg,var(--bg-secondary)0%,var(--bg-primary)100%);padding:6rem 2rem 4rem}.contact-module__swMWYG__title{font-family:var(--font-heading);color:#fff;margin-bottom:1rem;font-size:clamp(3rem,6vw,5rem);line-height:1}.contact-module__swMWYG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem}.contact-module__swMWYG__container{grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:2rem;display:grid}.contact-module__swMWYG__infoSection{flex-direction:column;gap:3rem;display:flex}.contact-module__swMWYG__infoBlock h3{font-family:var(--font-heading);color:#fff;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;display:flex}.contact-module__swMWYG__infoBlock p{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.contact-module__swMWYG__infoBlock a{color:#fff;text-decoration:none;transition:color .2s}.contact-module__swMWYG__infoBlock a:hover{color:var(--accent-primary)}.contact-module__swMWYG__formSection{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:12px;padding:2.5rem}.contact-module__swMWYG__form{flex-direction:column;gap:1.5rem;display:flex}.contact-module__swMWYG__formGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__swMWYG__label{color:#fff;font-size:.9rem;font-weight:600}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{background:var(--bg-tertiary);border:1px solid var(--border-subtle);color:#fff;font-family:var(--font-sans);border-radius:6px;padding:1rem;font-size:1rem;transition:border-color .2s}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--accent-primary);outline:none}.contact-module__swMWYG__textarea{resize:vertical;min-height:150px}.contact-module__swMWYG__submitBtn{background:var(--accent-primary);color:#000;cursor:pointer;border:none;border-radius:6px;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:transform .2s}.contact-module__swMWYG__submitBtn:hover{transform:translateY(-2px)}@media (max-width:768px){.contact-module__swMWYG__container{grid-template-columns:1fr;gap:2rem}.contact-module__swMWYG__hero{padding:4rem 1rem 2rem}}
.machinepark-module__WEl1qq__main{background:var(--bg-primary);min-height:100vh;padding-top:80px}.machinepark-module__WEl1qq__hero{text-align:center;background:linear-gradient(180deg,var(--bg-secondary)0%,var(--bg-primary)100%);padding:6rem 2rem 4rem}.machinepark-module__WEl1qq__title{font-family:var(--font-heading);color:#fff;margin-bottom:1rem;font-size:clamp(3rem,6vw,5rem);line-height:1}.machinepark-module__WEl1qq__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem}.machinepark-module__WEl1qq__container{max-width:1200px;margin:0 auto;padding:2rem}.machinepark-module__WEl1qq__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.machinepark-module__WEl1qq__card{background:var(--bg-secondary);border:1px solid var(--border-subtle);isolation:isolate;border-radius:12px;padding:2rem;transition:transform .2s,border-color .2s;position:relative;overflow:hidden}.machinepark-module__WEl1qq__card:before{content:"";background-image:linear-gradient(#000000eb,#000000eb),var(--bg-image);filter:grayscale();z-index:-1;opacity:1;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:transform .3s;position:absolute;inset:0}.machinepark-module__WEl1qq__card:hover:before{transform:scale(1.05)}.machinepark-module__WEl1qq__card:hover{border-color:var(--accent-primary);transform:translateY(-4px)}.machinepark-module__WEl1qq__cardTitle{font-family:var(--font-heading);color:#fff;margin-bottom:1rem;font-size:1.5rem;line-height:1.2}.machinepark-module__WEl1qq__cardDesc{color:#e0e0e0;margin-bottom:1rem;line-height:1.6}.machinepark-module__WEl1qq__cardList{color:#e0e0e0;margin-bottom:1rem;padding-left:1.5rem;list-style:outside}.machinepark-module__WEl1qq__cardList li{margin-bottom:.5rem}.machinepark-module__WEl1qq__cardNote{color:#ccc;font-size:.9rem;font-style:italic}@media (max-width:768px){.machinepark-module__WEl1qq__grid{grid-template-columns:1fr}}
.portfolio-module__XbO6Ca__main{color:#fff;background-color:#0a0a0a;min-height:100vh;padding-top:80px}.portfolio-module__XbO6Ca__hero{text-align:center;background:linear-gradient(#111,#0a0a0a);padding:80px 20px}.portfolio-module__XbO6Ca__title{font-family:var(--font-outfit),sans-serif;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.portfolio-module__XbO6Ca__subtitle{font-family:var(--font-inter),sans-serif;color:#888;max-width:600px;margin:0 auto;font-size:1.1rem}.portfolio-module__XbO6Ca__container{max-width:1200px;margin:0 auto;padding:40px 20px}.portfolio-module__XbO6Ca__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;display:grid}.portfolio-module__XbO6Ca__projectCard{background:#111;border:1px solid #222;border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden}.portfolio-module__XbO6Ca__projectCard:hover{border-color:#333;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.portfolio-module__XbO6Ca__projectImageContainer{width:100%;height:250px;position:relative;overflow:hidden}.portfolio-module__XbO6Ca__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.portfolio-module__XbO6Ca__projectCard:hover .portfolio-module__XbO6Ca__projectImage{transform:scale(1.05)}.portfolio-module__XbO6Ca__content{padding:24px}.portfolio-module__XbO6Ca__projectTitle{font-family:var(--font-outfit),sans-serif;color:#fff;margin-bottom:12px;font-size:1.5rem;font-weight:600}.portfolio-module__XbO6Ca__projectDescription{font-family:var(--font-inter),sans-serif;color:#aaa;margin-bottom:20px;font-size:1rem;line-height:1.6}.portfolio-module__XbO6Ca__tags{flex-wrap:wrap;gap:8px;display:flex}.portfolio-module__XbO6Ca__tag{color:#888;font-size:.85rem;font-family:var(--font-inter),sans-serif;background:#ffffff0d;border-radius:100px;padding:4px 12px}.portfolio-module__XbO6Ca__gallerySection{border-top:1px solid #ffffff1a;margin-top:8rem;padding-top:4rem;padding-bottom:8rem}.portfolio-module__XbO6Ca__galleryTitle{text-align:center;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#a5a5a5 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:4rem;font-size:3rem;font-weight:700}.portfolio-module__XbO6Ca__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.portfolio-module__XbO6Ca__galleryItem{aspect-ratio:4/3;border-radius:12px;transition:transform .3s;position:relative;overflow:hidden}.portfolio-module__XbO6Ca__galleryItem:hover{transform:scale(1.02)}.portfolio-module__XbO6Ca__galleryImage{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:768px){.portfolio-module__XbO6Ca__title{font-size:2.5rem}.portfolio-module__XbO6Ca__grid{grid-template-columns:1fr}.portfolio-module__XbO6Ca__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}
.ProjectWizard-module__7E3qAa__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.ProjectWizard-module__7E3qAa__modal{background:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:12px;width:100%;max-width:600px;overflow:hidden;box-shadow:0 20px 50px #00000080}.ProjectWizard-module__7E3qAa__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.ProjectWizard-module__7E3qAa__header h3{font-family:var(--font-heading);color:#fff;font-size:1.25rem}.ProjectWizard-module__7E3qAa__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem}.ProjectWizard-module__7E3qAa__closeBtn:hover{color:#fff}.ProjectWizard-module__7E3qAa__stepContent{min-height:300px;padding:2rem}.ProjectWizard-module__7E3qAa__question{font-family:var(--font-heading);color:#fff;text-align:center;margin-bottom:2.5rem;font-size:2rem;font-weight:700;line-height:1.1}.ProjectWizard-module__7E3qAa__options{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ProjectWizard-module__7E3qAa__optionBtn{border:1px solid var(--border-subtle);color:var(--text-primary);text-align:center;cursor:pointer;background:#ffffff08;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.ProjectWizard-module__7E3qAa__optionBtn:before{content:"";background:linear-gradient(45deg,#0000,#ff52001a,#0000);width:100%;height:100%;transition:transform .6s;position:absolute;top:0;left:0;transform:translate(-100%)}.ProjectWizard-module__7E3qAa__optionBtn:hover{border-color:var(--accent-primary);background:#ff52000d;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.ProjectWizard-module__7E3qAa__optionBtn:hover:before{transform:translate(100%)}.ProjectWizard-module__7E3qAa__optionIcon{filter:grayscale();margin-bottom:.5rem;font-size:2.5rem;transition:filter .3s}.ProjectWizard-module__7E3qAa__optionBtn:hover .ProjectWizard-module__7E3qAa__optionIcon{filter:grayscale(0)}.ProjectWizard-module__7E3qAa__optionLabel{font-size:1.1rem;font-weight:600}.ProjectWizard-module__7E3qAa__footer{background:var(--bg-tertiary);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.ProjectWizard-module__7E3qAa__progress{gap:.5rem;display:flex}.ProjectWizard-module__7E3qAa__dot{background:var(--border-strong);border-radius:50%;width:8px;height:8px}.ProjectWizard-module__7E3qAa__dotActive{background:var(--accent-primary)}.ProjectWizard-module__7E3qAa__backBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:.9rem}.ProjectWizard-module__7E3qAa__backBtn:hover{color:#fff}.ProjectWizard-module__7E3qAa__floatingBtn{z-index:900;background:var(--accent-primary);color:#000;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:50px;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:transform .2s;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 30px #ff52004d}.ProjectWizard-module__7E3qAa__floatingBtn:hover{transform:scale(1.05)}
.ServiceLayout-module__IYInNW__main{background:var(--bg-primary);min-height:100vh}.ServiceLayout-module__IYInNW__hero{justify-content:center;align-items:center;height:60vh;min-height:500px;display:flex;position:relative;overflow:hidden}.ServiceLayout-module__IYInNW__heroImage{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.ServiceLayout-module__IYInNW__heroOverlay{background:linear-gradient(to bottom,#0000004d,var(--bg-primary));z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.ServiceLayout-module__IYInNW__heroContent{z-index:2;text-align:center;max-width:1000px;padding:2rem;position:relative}.ServiceLayout-module__IYInNW__title{font-family:var(--font-heading);color:#fff;text-transform:uppercase;text-shadow:0 10px 30px #00000080;margin-bottom:1rem;font-size:clamp(3rem,6vw,5rem)}.ServiceLayout-module__IYInNW__subtitle{color:#ffffffe6;max-width:600px;margin:0 auto;font-size:1.25rem}.ServiceLayout-module__IYInNW__contentSection{background:var(--bg-primary);padding:6rem 2rem}.ServiceLayout-module__IYInNW__container{max-width:1200px;margin:0 auto}.ServiceLayout-module__IYInNW__grid{grid-template-columns:1.5fr 1fr;gap:4rem;display:grid}.ServiceLayout-module__IYInNW__sectionTitle{font-family:var(--font-heading);color:#fff;margin-bottom:1.5rem;font-size:2rem}.ServiceLayout-module__IYInNW__text{color:var(--text-secondary);margin-bottom:3rem;font-size:1.1rem;line-height:1.8}.ServiceLayout-module__IYInNW__text p{margin-bottom:1.5rem}.ServiceLayout-module__IYInNW__text h3{font-family:var(--font-heading);color:#fff;margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.ServiceLayout-module__IYInNW__text ul{color:var(--text-secondary);margin-bottom:1.5rem;padding-left:1.5rem;list-style:outside}.ServiceLayout-module__IYInNW__text li{margin-bottom:.5rem}.ServiceLayout-module__IYInNW__text strong{color:var(--accent-primary)}.ServiceLayout-module__IYInNW__ctaBox{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:12px;margin-top:3rem;padding:2rem}.ServiceLayout-module__IYInNW__ctaBox h3{font-family:var(--font-heading);color:#fff;margin-top:0;margin-bottom:.5rem}.ServiceLayout-module__IYInNW__ctaBox p{color:var(--text-secondary);margin-bottom:1.5rem}.ServiceLayout-module__IYInNW__primaryBtn{background:var(--accent-primary);color:#000;font-family:var(--font-outfit);cursor:pointer;border:none;border-radius:4px;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:transform .2s}.ServiceLayout-module__IYInNW__primaryBtn:hover{transform:translateY(-2px)}.ServiceLayout-module__IYInNW__details{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:12px;height:fit-content;padding:2rem}.ServiceLayout-module__IYInNW__detailsTitle{font-family:var(--font-heading);color:#fff;border-bottom:1px solid var(--border-subtle);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem}.ServiceLayout-module__IYInNW__detailList{list-style:none}.ServiceLayout-module__IYInNW__detailItem{color:var(--text-primary);gap:1rem;margin-bottom:1rem;font-size:1rem;line-height:1.5;display:flex}.ServiceLayout-module__IYInNW__checkIcon{color:var(--accent-primary);font-weight:700}@media (max-width:768px){.ServiceLayout-module__IYInNW__grid{grid-template-columns:1fr;gap:2rem}}
