.ThemeToggle-module__sGqMhG__toggleBtn{cursor:pointer;color:var(--text-primary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.ThemeToggle-module__sGqMhG__toggleBtn:hover{background-color:#8080801a}
.Header-module__hBw1pG__header{z-index:50;width:100%;position:fixed;top:0;left:0}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;height:80px;display:flex}.Header-module__hBw1pG__logo{letter-spacing:-.5px;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.Header-module__hBw1pG__logo span:first-child{color:var(--accent);margin-right:2px}.Header-module__hBw1pG__logo span:last-child{color:var(--text-primary)}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__navLinks{gap:1.5rem;display:flex}.Header-module__hBw1pG__navLinks a{color:var(--text-secondary);font-size:.95rem;font-weight:500}.Header-module__hBw1pG__navLinks a:hover{color:var(--accent)}.Header-module__hBw1pG__mobileToggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.Header-module__hBw1pG__mobileMenu{background-color:var(--bg-primary);z-index:100;flex-direction:column;width:100%;height:calc(100vh - 80px);padding:2rem;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:80px;left:0;overflow-y:auto;transform:translate(100%)}.Header-module__hBw1pG__mobileMenuOpen{transform:translate(0)}.Header-module__hBw1pG__mobileNav ul{flex-direction:column;gap:2rem;display:flex}.Header-module__hBw1pG__mobileNav a{color:var(--text-primary);font-size:2rem;font-weight:700;display:block}@media (max-width:768px){.Header-module__hBw1pG__navLinks{display:none}.Header-module__hBw1pG__mobileToggle{justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__headerContainer{height:70px}.Header-module__hBw1pG__mobileMenu{height:calc(100vh - 70px);top:70px}}
.Accordion-module__rN-DYq__accordionContainer{flex-direction:column;gap:1rem;width:100%;display:flex}.Accordion-module__rN-DYq__accordionItem{border-radius:.75rem;transition:all .3s;overflow:hidden}.Accordion-module__rN-DYq__accordionTitle{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.25rem;font-weight:600;display:flex}.Accordion-module__rN-DYq__accordionTitle:hover{color:var(--accent)}.Accordion-module__rN-DYq__icon{color:var(--text-secondary);transition:transform .3s}.Accordion-module__rN-DYq__rotated{color:var(--accent);transform:rotate(180deg)}.Accordion-module__rN-DYq__accordionContent{opacity:0;max-height:0;transition:max-height .4s cubic-bezier(.16,1,.3,1),opacity .4s;overflow:hidden}.Accordion-module__rN-DYq__accordionContent.Accordion-module__rN-DYq__active{opacity:1;max-height:1500px}.Accordion-module__rN-DYq__contentInner{color:var(--text-secondary);padding:0 1.5rem 1.5rem;line-height:1.6}.Accordion-module__rN-DYq__contentInner.Accordion-module__rN-DYq__hasImage{flex-direction:row;align-items:flex-start;gap:2rem;display:flex}.Accordion-module__rN-DYq__textContent{flex:1}.Accordion-module__rN-DYq__imageContent{border-radius:.8rem;flex:1;max-width:50%;overflow:hidden}.Accordion-module__rN-DYq__imageContent img{object-fit:cover;width:100%;height:auto;max-height:300px;display:block}@media (max-width:768px){.Accordion-module__rN-DYq__contentInner.Accordion-module__rN-DYq__hasImage{flex-direction:column}.Accordion-module__rN-DYq__imageContent{width:100%;max-width:100%;margin-top:1rem}}.Accordion-module__rN-DYq__titleWrapper{align-items:center;gap:1rem;display:flex}.Accordion-module__rN-DYq__itemIcon{color:var(--accent);justify-content:center;align-items:center;display:flex}
.ImageGallery-module__-4xlNG__gallery{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.ImageGallery-module__-4xlNG__mainImage{aspect-ratio:16/9;cursor:zoom-in;background-color:var(--bg-secondary);border-radius:1rem;width:100%;overflow:hidden}.ImageGallery-module__-4xlNG__mainImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ImageGallery-module__-4xlNG__mainImage:hover img{transform:scale(1.02)}.ImageGallery-module__-4xlNG__imageGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.ImageGallery-module__-4xlNG__thumbnailImage{aspect-ratio:3/2;cursor:zoom-in;background-color:var(--bg-secondary);border-radius:.75rem;overflow:hidden}.ImageGallery-module__-4xlNG__thumbnailImage img{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.ImageGallery-module__-4xlNG__thumbnailImage:hover img{opacity:.8}.ImageGallery-module__-4xlNG__lightboxOverlay{-webkit-backdrop-filter:blur(8px);z-index:1000;cursor:zoom-out;background-color:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;animation:.3s ease-out ImageGallery-module__-4xlNG__fadeIn;display:flex;position:fixed;top:0;left:0}.ImageGallery-module__-4xlNG__lightboxContent{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.ImageGallery-module__-4xlNG__lightboxImage{object-fit:contain;border-radius:4px;max-width:100%;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) ImageGallery-module__-4xlNG__zoomIn;box-shadow:0 20px 50px #00000080}.ImageGallery-module__-4xlNG__closeButton{cursor:pointer;color:#000;z-index:1001;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex;position:absolute;top:-40px;right:-40px}.ImageGallery-module__-4xlNG__closeButton:hover{transform:scale(1.1)}@keyframes ImageGallery-module__-4xlNG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ImageGallery-module__-4xlNG__zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.ImageGallery-module__-4xlNG__closeButton{background:#fffc;top:10px;right:10px}.ImageGallery-module__-4xlNG__lightboxOverlay{padding:1rem}}
.page-module___8aEwW__main{padding-top:80px}.page-module___8aEwW__hero{text-align:center;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:0 1rem;display:flex;position:relative}.page-module___8aEwW__hero:before{content:"";background-image:var(--hero-bg);z-index:-1;opacity:1;background-color:#0003;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.dark-mode .page-module___8aEwW__hero:before{opacity:1;background-color:#0006}.page-module___8aEwW__title{letter-spacing:-1px;color:#fff;text-shadow:0 2px 15px #0009;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1}.page-module___8aEwW__highlight{color:#60a5fa;display:inline-block;position:relative}.page-module___8aEwW__subtitle{color:#fff;text-shadow:0 2px 10px #00000080;max-width:700px;margin:0 auto 3rem;font-size:clamp(1rem,4vw,1.25rem);font-weight:500;line-height:1.6}.page-module___8aEwW__heroActions{justify-content:center;gap:1rem;display:flex}@media (max-width:640px){.page-module___8aEwW__heroActions{flex-direction:column;align-items:stretch;padding:0 1rem}}.page-module___8aEwW__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem;display:grid}@media (max-width:768px){.page-module___8aEwW__projectsGrid{grid-template-columns:1fr;gap:1.5rem}}.page-module___8aEwW__projectCard{border-radius:1rem;transition:transform .3s,box-shadow .3s;overflow:hidden}.page-module___8aEwW__projectCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.page-module___8aEwW__projectImage{background-color:var(--bg-secondary);width:100%;height:240px}.page-module___8aEwW__projectImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.page-module___8aEwW__projectCard:hover .page-module___8aEwW__projectImage img{transform:scale(1.05)}.page-module___8aEwW__projectContent{padding:1.5rem}.page-module___8aEwW__projectContent h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.page-module___8aEwW__projectContent p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.page-module___8aEwW__projectLink{align-items:center;font-weight:600;display:inline-flex}.page-module___8aEwW__contactContainer{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:768px){.page-module___8aEwW__contactContainer{grid-template-columns:1fr;gap:2rem}}.page-module___8aEwW__contactInfo h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.page-module___8aEwW__contactInfo p{color:var(--text-secondary);font-size:1.1rem}.page-module___8aEwW__contactFormWrapper{box-shadow:var(--shadow-md);border-radius:1rem;padding:2.5rem}@media (max-width:640px){.page-module___8aEwW__contactFormWrapper{padding:1.5rem}.page-module___8aEwW__contactInfo h2{font-size:2rem}}.page-module___8aEwW__formGroup{margin-bottom:1.5rem}.page-module___8aEwW__alertSuccess{color:#166534;background-color:#dcfce7;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.page-module___8aEwW__alertError{color:#991b1b;background-color:#fee2e2;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.page-module___8aEwW__footer{text-align:center;border-top:1px solid var(--border-color);color:var(--text-secondary);padding:2rem 0;font-size:.9rem}.page-module___8aEwW__servicesContainer{max-width:800px;margin:0 auto}.page-module___8aEwW__gdprNote{color:var(--text-secondary);opacity:.8;margin-bottom:1.5rem;font-size:.85rem;line-height:1.4}
.page-module__C3q1ha__main{padding-top:100px;padding-bottom:4rem}.page-module__C3q1ha__backLink{color:var(--text-secondary);margin-bottom:2rem;font-weight:500;display:inline-block}.page-module__C3q1ha__backLink:hover{color:var(--accent)}.page-module__C3q1ha__projectHeader{margin-bottom:3rem}.page-module__C3q1ha__projectHeader h1{letter-spacing:-1px;margin-bottom:1rem;font-size:3rem;font-weight:800}.page-module__C3q1ha__description{color:var(--text-secondary);max-width:800px;font-size:1.25rem}.page-module__C3q1ha__gallery{margin-bottom:4rem}.page-module__C3q1ha__mainImage{border-radius:1rem;width:100%;height:60vh;min-height:400px;margin-bottom:1.5rem;overflow:hidden}.page-module__C3q1ha__mainImage img,.page-module__C3q1ha__thumbnailImage img{object-fit:cover;width:100%;height:100%}.page-module__C3q1ha__imageGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.page-module__C3q1ha__thumbnailImage{border-radius:1rem;height:250px;overflow:hidden}.page-module__C3q1ha__content{grid-template-columns:2fr 1fr;gap:4rem;display:grid}@media (max-width:900px){.page-module__C3q1ha__content{grid-template-columns:1fr;gap:2rem}}.page-module__C3q1ha__specifications{border-radius:1rem;padding:2.5rem}.page-module__C3q1ha__specifications h2{margin-bottom:1.5rem;font-size:1.8rem}
