.ThemeToggle-module__sGqMhG__toggle{background:var(--subtle-bg);border:1px solid var(--overlay-border);width:36px;height:36px;color:var(--foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.ThemeToggle-module__sGqMhG__toggle:hover{background:var(--subtle-bg-hover);color:var(--primary)}
.Header-module__hBw1pG__header{width:100%;height:var(--header-height);z-index:1000;border-bottom:1px solid #0000;transition:all .3s;position:fixed;top:0;left:0}.Header-module__hBw1pG__scrolled{background:var(--header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--overlay-border);box-shadow:0 4px 6px -1px #0000001a}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__hBw1pG__logo{letter-spacing:-.05em;color:var(--primary);cursor:pointer;z-index:1001;font-size:1.5rem;font-weight:800}.Header-module__hBw1pG__nav{align-items:center;display:flex}.Header-module__hBw1pG__navList{gap:2rem;display:flex}.Header-module__hBw1pG__navList li{cursor:pointer;color:var(--foreground);opacity:.9;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #0000;padding:.5rem 0;font-size:1.1rem;font-weight:600;transition:all .2s}.Header-module__hBw1pG__navList li:hover{opacity:1;color:var(--primary);border-bottom-color:var(--primary)}.Header-module__hBw1pG__actions{z-index:1001;align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__phoneButton{background:var(--primary);color:#fff;border-radius:99px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:background .2s;display:flex}.Header-module__hBw1pG__phoneButton:hover{background:var(--primary-dark)}.Header-module__hBw1pG__mobileToggle{color:var(--foreground);display:none}@media (max-width:768px){.Header-module__hBw1pG__mobileToggle{display:block}.Header-module__hBw1pG__nav{background:var(--surface);width:0;height:100vh;padding-top:var(--header-height);flex-direction:column;justify-content:center;transition:width .3s;position:fixed;top:0;right:0;overflow:hidden}.Header-module__hBw1pG__mobileOpen{border-left:1px solid var(--overlay-border);width:100%}.Header-module__hBw1pG__navList{flex-direction:column;align-items:center;gap:2rem}.Header-module__hBw1pG__navList li{font-size:1.25rem}.Header-module__hBw1pG__phoneButton span{display:none}.Header-module__hBw1pG__phoneButton{padding:.5rem}}
.Contact-module__hcVmEa__footer{background:var(--background);border-top:1px solid var(--surface-highlight);color:var(--secondary);padding:4rem 0 2rem}.Contact-module__hcVmEa__content{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.Contact-module__hcVmEa__brand{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.Contact-module__hcVmEa__motto{color:var(--foreground);letter-spacing:.05em;margin-bottom:2rem;font-size:.9rem;font-weight:600}.Contact-module__hcVmEa__technician{background:var(--surface);border:1px solid var(--surface-highlight);border-radius:12px;gap:1rem;padding:1.5rem;display:flex}.Contact-module__hcVmEa__name{color:var(--foreground);margin-bottom:.25rem;font-weight:700}.Contact-module__hcVmEa__role{color:var(--secondary);font-size:.8rem;line-height:1.4}.Contact-module__hcVmEa__heading{color:var(--foreground);margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Contact-module__hcVmEa__contactList,.Contact-module__hcVmEa__links{flex-direction:column;gap:1rem;display:flex}.Contact-module__hcVmEa__link{color:var(--secondary);align-items:center;gap:.75rem;transition:color .2s;display:flex}.Contact-module__hcVmEa__link:hover{color:var(--primary)}.Contact-module__hcVmEa__links a{transition:color .2s}.Contact-module__hcVmEa__links a:hover{color:var(--primary)}.Contact-module__hcVmEa__anpcLinks{justify-content:center;align-items:center;gap:2rem;margin-top:2rem;padding:2rem 0;display:flex}.Contact-module__hcVmEa__anpcLink{transition:opacity .2s}.Contact-module__hcVmEa__anpcLink:hover{opacity:.7}.Contact-module__hcVmEa__anpcLogo{width:auto;height:60px}.Contact-module__hcVmEa__copyright{text-align:center;border-top:1px solid var(--surface-highlight);padding-top:2rem;font-size:.9rem}@media (max-width:768px){.Contact-module__hcVmEa__content{grid-template-columns:1fr;gap:3rem}}
.Hero-module__ZARIfG__hero{background:radial-gradient(circle at center,var(--hero-gradient-from)0%,var(--hero-gradient-to)100%);height:100vh;min-height:600px;padding-top:var(--header-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";background-image:linear-gradient(var(--hero-overlay-from),var(--hero-overlay-to));z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:2;text-align:center;flex-direction:column;align-items:center;max-width:800px;display:flex;position:relative}.Hero-module__ZARIfG__heroLogo{margin-bottom:2rem;animation:.8s ease-out Hero-module__ZARIfG__fadeInDown}.Hero-module__ZARIfG__badge{background:var(--primary-subtle);border:1px solid var(--primary-subtle-border);color:var(--primary);border-radius:99px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;animation:.8s ease-out .1s backwards Hero-module__ZARIfG__fadeInDown;display:flex}.Hero-module__ZARIfG__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1;animation:.8s ease-out .2s backwards Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__highlight{color:var(--primary);background:linear-gradient(to right,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__ZARIfG__subtitle{color:var(--secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;animation:.8s ease-out .4s backwards Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__buttons{gap:1rem;animation:.8s ease-out .6s backwards Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__primaryBtn{background:var(--primary);color:#fff;border-radius:8px;padding:1rem 2rem;font-weight:600;transition:transform .2s,background .2s}.Hero-module__ZARIfG__primaryBtn:hover{background:var(--primary-dark);transform:translateY(-2px)}.Hero-module__ZARIfG__secondaryBtn{background:var(--subtle-bg);color:var(--foreground);border:1px solid var(--overlay-border);border-radius:8px;padding:1rem 2rem;font-weight:600;transition:background .2s}.Hero-module__ZARIfG__secondaryBtn:hover{background:var(--subtle-bg-hover)}@keyframes Hero-module__ZARIfG__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:2.5rem}}
.Services-module__dpHhBa__services{background:var(--background)}.Services-module__dpHhBa__header{text-align:center;max-width:700px;margin:0 auto 4rem}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Services-module__dpHhBa__card{background:var(--surface);border:1px solid var(--surface-highlight);border-radius:16px;padding:2.5rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.Services-module__dpHhBa__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.Services-module__dpHhBa__iconWrapper{color:var(--primary);background:var(--primary-subtle);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;transition:transform .3s;display:flex}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__iconWrapper{background:var(--primary);color:#fff;transform:scale(1.1)}.Services-module__dpHhBa__cardTitle{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Services-module__dpHhBa__cardDesc{color:var(--secondary);margin-bottom:2rem;line-height:1.6}.Services-module__dpHhBa__features{border-top:1px solid var(--surface-highlight);padding-top:1.5rem}.Services-module__dpHhBa__features li{color:var(--foreground);align-items:center;margin-bottom:.5rem;font-size:.9rem;display:flex}.Services-module__dpHhBa__features li:before{content:"•";color:var(--primary);margin-right:.5rem;font-weight:700}
.legal-module__S-2fKW__legalPage{background:var(--background);min-height:100vh;color:var(--foreground);padding:6rem 0 4rem}.legal-module__S-2fKW__backLink{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:2rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.legal-module__S-2fKW__backLink:hover{opacity:.8}.legal-module__S-2fKW__legalPage h1{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem}.legal-module__S-2fKW__lastUpdated{color:var(--secondary);margin-bottom:3rem;font-size:.9rem}.legal-module__S-2fKW__legalPage h2{color:var(--foreground);border-bottom:2px solid var(--surface-highlight);margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem}.legal-module__S-2fKW__legalPage section{margin-bottom:2rem}.legal-module__S-2fKW__legalPage p{color:var(--secondary);margin-bottom:1rem;line-height:1.8}.legal-module__S-2fKW__legalPage ul{margin-bottom:1rem;margin-left:2rem}.legal-module__S-2fKW__legalPage li{color:var(--secondary);margin-bottom:.5rem;line-height:1.8}.legal-module__S-2fKW__legalPage strong{color:var(--foreground);font-weight:600}@media (max-width:768px){.legal-module__S-2fKW__legalPage{padding:5rem 0 3rem}.legal-module__S-2fKW__legalPage h1{font-size:2rem}.legal-module__S-2fKW__legalPage h2{font-size:1.3rem}}
.Gallery-module__3QxX8q__gallery{background:var(--surface)}.Gallery-module__3QxX8q__centerTitle,.Gallery-module__3QxX8q__centerSubtitle{text-align:center}.Gallery-module__3QxX8q__centerSubtitle{margin-bottom:3rem}.Gallery-module__3QxX8q__videoGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.Gallery-module__3QxX8q__videoWrapper{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.Gallery-module__3QxX8q__video{aspect-ratio:16/9;width:100%;display:block}.Gallery-module__3QxX8q__coverTrigger{cursor:pointer;max-width:1000px;margin:0 auto}.Gallery-module__3QxX8q__coverImageWrapper{border-radius:12px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.Gallery-module__3QxX8q__coverImageWrapper:hover{transform:scale(1.02)}.Gallery-module__3QxX8q__coverOverlay{background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;transition:background .3s;display:flex;position:absolute;top:0;left:0}.Gallery-module__3QxX8q__coverTrigger:hover .Gallery-module__3QxX8q__coverOverlay{background:#0000004d}.Gallery-module__3QxX8q__coverText{color:#fff;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--primary);text-shadow:0 2px 4px #00000080;padding-bottom:1rem;font-size:1.5rem;font-weight:600}.Gallery-module__3QxX8q__lightbox{z-index:2000;background:#000000f2;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out Gallery-module__3QxX8q__fadeIn;display:flex;position:fixed;top:0;left:0}.Gallery-module__3QxX8q__closeBtn{color:#fff;z-index:2002;background:#ffffff1a;border-radius:50%;padding:10px;transition:background .2s;position:absolute;top:20px;right:20px}.Gallery-module__3QxX8q__closeBtn:hover{background:#fff3}.Gallery-module__3QxX8q__navBtn{color:#fff;z-index:2002;background:#ffffff1a;border-radius:50%;padding:10px;transition:all .2s;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__3QxX8q__navBtn:hover{background:#fff3;transform:translateY(-50%)scale(1.1)}.Gallery-module__3QxX8q__lightboxImageWrapper{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.Gallery-module__3QxX8q__counter{color:#ffffffb3;margin-top:1rem;font-size:.9rem}@keyframes Gallery-module__3QxX8q__fadeIn{0%{opacity:0}to{opacity:1}}.Gallery-module__3QxX8q__lightboxVideo{border-radius:4px;max-width:90vw;max-height:90vh;box-shadow:0 20px 25px -5px #00000080}@media (max-width:768px){.Gallery-module__3QxX8q__navBtn{padding:5px}.Gallery-module__3QxX8q__coverText{font-size:1.1rem}}
