.Hero-module__ZARIfG__hero{text-align:center;z-index:0;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__videoBackground{object-fit:cover;z-index:-1;filter:brightness(.6)contrast(1.2);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__overlay{background:radial-gradient(circle at center,transparent 30%,var(--bg-primary)120%);opacity:.8;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:10;padding:0 1rem;position:relative}.Hero-module__ZARIfG__title{text-transform:uppercase;color:var(--text-primary);text-shadow:0 0 20px #863ff780;margin-bottom:1rem;font-size:5rem;font-weight:900;line-height:1.1}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);letter-spacing:.1em;margin-bottom:2rem;font-size:1.5rem;font-weight:300}.Hero-module__ZARIfG__ctaButton{border:2px solid var(--accent-highlight);color:var(--text-primary);font-size:1.2rem;font-family:var(--font-heading);cursor:pointer;text-transform:uppercase;background:0 0;padding:1rem 3rem;transition:all .3s;position:relative;overflow:hidden}.Hero-module__ZARIfG__ctaButton:hover{background:var(--accent-highlight);color:#fff;box-shadow:0 0 30px var(--accent-highlight)}.Hero-module__ZARIfG__scrollIndicator{opacity:.7;color:var(--text-primary);animation:2s infinite Hero-module__ZARIfG__bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}@media (min-width:1440px){.Hero-module__ZARIfG__title{font-size:8rem}}@media (max-width:768px){.Hero-module__ZARIfG__title{word-wrap:break-word;font-size:3rem}.Hero-module__ZARIfG__subtitle{font-size:1rem}}@media (max-width:480px){.Hero-module__ZARIfG__title{word-wrap:break-word;font-size:2rem;line-height:1.2}.Hero-module__ZARIfG__subtitle{padding:0 1rem;font-size:.9rem}.Hero-module__ZARIfG__ctaButton{width:100%;max-width:300px;padding:.8rem 2rem;font-size:1rem}}.Hero-module__ZARIfG__videoWrapper{width:100%;height:100%;position:absolute;top:0;left:0}
.Experience-module__RsmxMa__section{background:var(--bg-primary);padding:6rem 2rem;position:relative;overflow:hidden}.Experience-module__RsmxMa__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1000px;margin:0 auto;display:grid}.Experience-module__RsmxMa__textColumn h2{color:var(--text-primary);margin-bottom:2rem;font-size:3rem}.Experience-module__RsmxMa__textColumn p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:300;line-height:1.8}.Experience-module__RsmxMa__highlightList{margin-top:2rem;list-style:none}.Experience-module__RsmxMa__highlightItem{color:var(--text-primary);align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.Experience-module__RsmxMa__imageColumn{height:500px;position:relative}.Experience-module__RsmxMa__imageContainer{border-radius:20px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 0 30px #863ff74d}.Experience-module__RsmxMa__image{object-fit:cover}@media (max-width:900px){.Experience-module__RsmxMa__container{grid-template-columns:1fr;gap:2rem}.Experience-module__RsmxMa__section{padding:4rem 1.5rem}.Experience-module__RsmxMa__textColumn h2{margin-bottom:1rem;font-size:2.2rem}.Experience-module__RsmxMa__textColumn p{font-size:1rem}.Experience-module__RsmxMa__highlightItem{font-size:1.2rem}.Experience-module__RsmxMa__imageColumn{order:-1;height:300px}}
.HowItWorks-module__tSMH5W__section{background:var(--bg-secondary);color:var(--text-primary);padding:6rem 1.5rem;overflow:hidden}.HowItWorks-module__tSMH5W__container{width:100%;max-width:1000px;margin:0 auto}.HowItWorks-module__tSMH5W__header{text-align:center;margin-bottom:5rem}.HowItWorks-module__tSMH5W__title{font-family:var(--font-heading);text-transform:uppercase;color:var(--text-primary);margin-bottom:1rem;font-size:3rem}.HowItWorks-module__tSMH5W__subtitle{color:var(--text-secondary);font-size:1.2rem}.HowItWorks-module__tSMH5W__grid{grid-template-columns:repeat(2,1fr);gap:6rem 4rem;width:100%;display:grid}.HowItWorks-module__tSMH5W__item{-webkit-backdrop-filter:blur(10px);background:#15131999;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.HowItWorks-module__tSMH5W__item:before{content:"";background:radial-gradient(800px circle at var(--mouse-x)var(--mouse-y),#ffffff0f,transparent 40%);z-index:-1;opacity:0;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.HowItWorks-module__tSMH5W__item:hover{border-color:#863ff780;transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #863ff726}.HowItWorks-module__tSMH5W__stepNumber{color:var(--text-primary);opacity:.03;font-size:4rem;font-weight:900;font-family:var(--font-heading);pointer-events:none;line-height:1;transition:all .3s;position:absolute;top:1rem;right:1.5rem}.HowItWorks-module__tSMH5W__item:hover .HowItWorks-module__tSMH5W__stepNumber{opacity:.1;color:var(--accent-primary);transform:scale(1.1)}.HowItWorks-module__tSMH5W__iconWrapper{color:var(--accent-primary);background:linear-gradient(135deg,#ffffff0d,#ffffff03);border:1px solid #ffffff0d;border-radius:16px;margin-bottom:.5rem;padding:1.5rem;transition:transform .3s;display:inline-flex;box-shadow:0 4px 10px #0000001a}.HowItWorks-module__tSMH5W__item:hover .HowItWorks-module__tSMH5W__iconWrapper{border-color:var(--accent-primary);transform:scale(1.1)rotate(5deg)}.HowItWorks-module__tSMH5W__stepTitle{font-family:var(--font-heading);text-transform:uppercase;color:var(--text-primary);letter-spacing:.05em;font-size:1.6rem}.HowItWorks-module__tSMH5W__ctaLink{font-family:var(--font-heading);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;border-bottom:2px solid #0000;align-items:center;gap:.5rem;margin-top:auto;padding-bottom:.2rem;font-size:.9rem;font-weight:700;transition:all .3s;display:inline-flex}.HowItWorks-module__tSMH5W__ctaLink:hover{color:var(--cerise);border-bottom-color:var(--cerise);gap:.8rem}.HowItWorks-module__tSMH5W__desc{color:var(--text-secondary);max-width:450px;font-size:1.05rem;line-height:1.7}@media (max-width:900px){.HowItWorks-module__tSMH5W__section{padding:4rem 1.5rem}.HowItWorks-module__tSMH5W__header{margin-bottom:3.5rem}.HowItWorks-module__tSMH5W__title{font-size:2.25rem}.HowItWorks-module__tSMH5W__subtitle{font-size:1rem}.HowItWorks-module__tSMH5W__grid{grid-template-columns:1fr;gap:3rem}.HowItWorks-module__tSMH5W__item{text-align:center;align-items:center;padding:2rem}.HowItWorks-module__tSMH5W__stepTitle{font-size:1.4rem}.HowItWorks-module__tSMH5W__desc{max-width:100%;font-size:1rem}}@media (max-width:480px){.HowItWorks-module__tSMH5W__section{padding:3rem 1rem}.HowItWorks-module__tSMH5W__header{margin-bottom:2.5rem}.HowItWorks-module__tSMH5W__title{font-size:1.85rem}.HowItWorks-module__tSMH5W__subtitle{font-size:.95rem}.HowItWorks-module__tSMH5W__item{padding:1.5rem}.HowItWorks-module__tSMH5W__stepTitle{font-size:1.2rem}.HowItWorks-module__tSMH5W__stepNumber{font-size:3rem;top:.5rem;right:1rem}.HowItWorks-module__tSMH5W__iconWrapper{padding:1.25rem}.HowItWorks-module__tSMH5W__desc{font-size:.95rem}}
.Services-module__dpHhBa__section{background:var(--bg-primary);color:var(--text-primary);padding:6rem 1.5rem;overflow:hidden}.Services-module__dpHhBa__container{width:100%;max-width:1200px;margin:0 auto}@media (min-width:1440px){.Services-module__dpHhBa__container{max-width:1400px}.Services-module__dpHhBa__list{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}}.Services-module__dpHhBa__header{text-align:center;margin-bottom:5rem}.Services-module__dpHhBa__title{font-family:var(--font-heading);text-transform:uppercase;color:var(--text-primary);margin-bottom:1rem;font-size:3rem}.Services-module__dpHhBa__subtitle{color:var(--text-secondary);font-size:1.2rem}.Services-module__dpHhBa__list{flex-direction:column;gap:2rem;width:100%;display:flex}.Services-module__dpHhBa__item{text-align:left;border:1px solid var(--glass-border);background:var(--bg-secondary);border-radius:12px;width:100%;padding:2rem;transition:transform .2s,box-shadow .2s}.Services-module__dpHhBa__item:hover{border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 10px 30px #0000001a}.Services-module__dpHhBa__link{width:100%;text-decoration:none;display:block}.Services-module__dpHhBa__serviceTitle{font-family:var(--font-heading);text-transform:uppercase;color:var(--text-primary);justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.8rem;display:flex}.Services-module__dpHhBa__arrow{color:var(--accent-primary);transition:transform .3s}.Services-module__dpHhBa__item:hover .Services-module__dpHhBa__arrow{transform:translate(5px)}.Services-module__dpHhBa__desc{color:var(--text-secondary);font-size:1rem;line-height:1.6}@media (max-width:768px){.Services-module__dpHhBa__section{padding:4rem 1.5rem}.Services-module__dpHhBa__header{margin-bottom:3rem}.Services-module__dpHhBa__title{font-size:2.25rem}.Services-module__dpHhBa__subtitle{font-size:1rem}.Services-module__dpHhBa__container{padding:0 1rem}.Services-module__dpHhBa__item{padding:1.5rem}.Services-module__dpHhBa__serviceTitle{font-size:1.4rem}.Services-module__dpHhBa__desc{font-size:.95rem}}@media (max-width:480px){.Services-module__dpHhBa__section{padding:3rem 1rem}.Services-module__dpHhBa__header{margin-bottom:2.5rem}.Services-module__dpHhBa__title{font-size:1.85rem}.Services-module__dpHhBa__subtitle{font-size:.95rem}.Services-module__dpHhBa__serviceTitle{flex-direction:column;align-items:flex-start;gap:.5rem;font-size:1.2rem}.Services-module__dpHhBa__item{padding:1.25rem}.Services-module__dpHhBa__desc{font-size:.9rem}}
.Equipment-module__-VbBdG__section{background:linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)100%);padding:6rem 2rem}.Equipment-module__-VbBdG__heading{text-align:center;color:var(--text-primary);margin-bottom:4rem;font-size:3rem}.Equipment-module__-VbBdG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Equipment-module__-VbBdG__card{background:var(--glass-bg);border:1px solid var(--glass-border);cursor:default;border-radius:16px;padding:2rem;transition:all .3s}.Equipment-module__-VbBdG__card:hover{background:var(--bg-secondary);border-color:var(--accent-primary);transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.Equipment-module__-VbBdG__iconContainer{color:var(--accent-primary);margin-bottom:1.5rem}.Equipment-module__-VbBdG__title{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.Equipment-module__-VbBdG__description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Equipment-module__-VbBdG__specList{color:var(--text-secondary);margin-top:1rem;padding-left:0;list-style:none}.Equipment-module__-VbBdG__specList li{align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.Equipment-module__-VbBdG__bullet{color:var(--accent-highlight)}@media (max-width:1024px){.Equipment-module__-VbBdG__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.Equipment-module__-VbBdG__heading{font-size:2.5rem}}@media (max-width:768px){.Equipment-module__-VbBdG__section{padding:4rem 1.5rem}.Equipment-module__-VbBdG__heading{margin-bottom:2.5rem;font-size:2rem}.Equipment-module__-VbBdG__grid{grid-template-columns:1fr;gap:1.25rem}.Equipment-module__-VbBdG__card{padding:1.5rem}.Equipment-module__-VbBdG__title{font-size:1.25rem}.Equipment-module__-VbBdG__description{font-size:.9rem}}@media (max-width:480px){.Equipment-module__-VbBdG__section{padding:3rem 1rem}.Equipment-module__-VbBdG__heading{font-size:1.75rem}}
.Gallery-module__3QxX8q__section{background:var(--bg-primary);padding:6rem 2rem}.Gallery-module__3QxX8q__heading{text-align:center;color:var(--text-primary);margin-bottom:3rem;font-size:3rem}.Gallery-module__3QxX8q__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto;display:grid}.Gallery-module__3QxX8q__imageItem{cursor:pointer;border-radius:12px;height:300px;transition:transform .3s;position:relative;overflow:hidden}.Gallery-module__3QxX8q__imageItem:hover{z-index:10;box-shadow:0 0 20px var(--accent-primary);transform:scale(1.03)}.Gallery-module__3QxX8q__image{object-fit:cover;transition:filter .3s}.Gallery-module__3QxX8q__imageItem:hover .Gallery-module__3QxX8q__image{filter:brightness(1.1)}.Gallery-module__3QxX8q__lightbox{z-index:2000;background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.Gallery-module__3QxX8q__lightboxImageContainer{width:90%;max-width:1200px;height:90%;position:relative}.Gallery-module__3QxX8q__closeButton{color:#fff;cursor:pointer;z-index:2001;background:0 0;border:none;font-size:2rem;position:absolute;top:2rem;right:2rem}@media (max-width:1024px){.Gallery-module__3QxX8q__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem}.Gallery-module__3QxX8q__heading{font-size:2.5rem}}@media (max-width:768px){.Gallery-module__3QxX8q__section{padding:4rem 1.5rem}.Gallery-module__3QxX8q__heading{margin-bottom:2rem;font-size:2rem}.Gallery-module__3QxX8q__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.Gallery-module__3QxX8q__imageItem{height:250px}.Gallery-module__3QxX8q__lightbox{padding:1rem}.Gallery-module__3QxX8q__closeButton{font-size:1.5rem;top:1rem;right:1rem}}@media (max-width:480px){.Gallery-module__3QxX8q__section{padding:3rem 1rem}.Gallery-module__3QxX8q__heading{font-size:1.75rem}.Gallery-module__3QxX8q__grid{grid-template-columns:1fr;gap:.75rem}.Gallery-module__3QxX8q__imageItem{height:200px}}
.FAQ-module__V8_xEa__section{background:var(--bg-primary);flex-direction:column;align-items:center;padding:6rem 2rem;display:flex}.FAQ-module__V8_xEa__heading{text-align:center;color:var(--text-primary);margin-bottom:3rem;font-size:3rem}.FAQ-module__V8_xEa__container{width:100%;max-width:800px}.FAQ-module__V8_xEa__item{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;margin-bottom:1rem;transition:all .3s;overflow:hidden}.FAQ-module__V8_xEa__item.FAQ-module__V8_xEa__open{border-color:var(--accent-highlight);box-shadow:0 0 15px var(--accent-highlight)}.FAQ-module__V8_xEa__question{cursor:pointer;text-align:left;width:100%;color:var(--text-primary);font-family:var(--font-heading);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;display:flex}.FAQ-module__V8_xEa__answer{height:0;color:var(--text-secondary);padding:0 1.5rem;line-height:1.6;transition:all .3s;overflow:hidden}.FAQ-module__V8_xEa__item.FAQ-module__V8_xEa__open .FAQ-module__V8_xEa__answer{height:auto;padding:0 1.5rem 1.5rem}.FAQ-module__V8_xEa__icon{color:var(--text-primary);font-size:1.5rem;transition:transform .3s}.FAQ-module__V8_xEa__item.FAQ-module__V8_xEa__open .FAQ-module__V8_xEa__icon{color:var(--accent-highlight);transform:rotate(45deg)}@media (max-width:768px){.FAQ-module__V8_xEa__section{padding:4rem 1.5rem}.FAQ-module__V8_xEa__heading{margin-bottom:2.5rem;font-size:2.25rem}.FAQ-module__V8_xEa__container{padding:0}.FAQ-module__V8_xEa__question{padding:1.25rem;font-size:1rem}.FAQ-module__V8_xEa__answer{font-size:.95rem}}@media (max-width:480px){.FAQ-module__V8_xEa__section{padding:3rem 1rem}.FAQ-module__V8_xEa__heading{margin-bottom:2rem;font-size:1.85rem}.FAQ-module__V8_xEa__question{padding:1rem;font-size:.95rem}.FAQ-module__V8_xEa__icon{font-size:1.25rem}.FAQ-module__V8_xEa__answer{font-size:.9rem}.FAQ-module__V8_xEa__item.FAQ-module__V8_xEa__open .FAQ-module__V8_xEa__answer{padding:0 1rem 1rem}}
