.Header-module__hBw1pG__header{z-index:1000;background:0 0;align-items:center;height:80px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:1px solid #0000000d;height:70px;box-shadow:0 10px 30px -10px #0000000d}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__logo{color:var(--text-main);z-index:1001;align-items:center;gap:12px;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:800;display:flex}.Header-module__hBw1pG__logoCircle{background:var(--gradient-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s;display:flex;transform:rotate(-10deg)}.Header-module__hBw1pG__logo:hover .Header-module__hBw1pG__logoCircle{transform:rotate(0)}.Header-module__hBw1pG__desktopNav{align-items:center;gap:40px;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-muted);font-size:.95rem;font-weight:500;position:relative}.Header-module__hBw1pG__navLink:hover{color:var(--text-main)}.Header-module__hBw1pG__navLink:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__mobileToggle{color:var(--text-main);cursor:pointer;z-index:1001;background:0 0;border:none;display:none}.Header-module__hBw1pG__mobileNav{background:var(--bg-deep);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;height:100vh;transition:all .5s ease-in-out;display:flex;position:fixed;top:0;right:-100%}.Header-module__hBw1pG__mobileNavOpen{right:0}.Header-module__hBw1pG__mobileNavLink{color:var(--text-main);font-size:1.5rem;font-weight:600}.Header-module__hBw1pG__mobileCTA{margin-top:20px}@media (max-width:992px){.Header-module__hBw1pG__desktopNav{display:none}.Header-module__hBw1pG__mobileToggle{display:block}}
.Button-module__iYV4-q__button{border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.Button-module__iYV4-q__primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-glow)}.Button-module__iYV4-q__primary:hover{transform:translateY(-2px);box-shadow:0 15px 30px #3b82f666}.Button-module__iYV4-q__secondary{background:var(--bg-accent);color:var(--text-main);border:1px solid #0000000d}.Button-module__iYV4-q__secondary:hover{background:var(--bg-card);border-color:var(--primary)}.Button-module__iYV4-q__outline{border:1px solid var(--text-muted);color:var(--text-main);background:0 0}.Button-module__iYV4-q__outline:hover{border-color:var(--primary);background:#3b82f60d}.Button-module__iYV4-q__button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}
.contact-module__swMWYG__grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:80px;display:grid}.contact-module__swMWYG__contactInfo{position:sticky;top:120px}.contact-module__swMWYG__infoList{flex-direction:column;gap:32px;margin-top:40px;display:flex}.contact-module__swMWYG__infoItem{gap:20px;display:flex}.contact-module__swMWYG__icon{background:var(--bg-card);width:52px;height:52px;color:var(--primary);border:1px solid #ffffff0d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-module__swMWYG__infoItem h4{color:var(--text-main);margin-bottom:6px;font-size:1.1rem}.contact-module__swMWYG__infoItem p{color:var(--text-muted)}.contact-module__swMWYG__formCard{background:var(--bg-card);border-radius:var(--radius-xl);box-shadow:var(--shadow-premium);border:1px solid #ffffff0d;padding:60px}.contact-module__swMWYG__formCard h3{margin-bottom:12px;font-size:2rem}.contact-module__swMWYG__formCard>p{color:var(--text-muted);margin-bottom:40px}.contact-module__swMWYG__form{flex-direction:column;gap:24px;display:flex}.contact-module__swMWYG__formRow{grid-template-columns:1fr 1fr;gap:24px;display:grid}.contact-module__swMWYG__formGroup{flex-direction:column;gap:10px;display:flex}.contact-module__swMWYG__formGroup label{color:var(--text-muted);font-size:.9rem;font-weight:600}.contact-module__swMWYG__formGroup input,.contact-module__swMWYG__formGroup textarea{background:var(--bg-deep);border-radius:var(--radius-md);color:var(--text-main);border:1px solid #ffffff1a;padding:16px;font-family:inherit;transition:all .3s}.contact-module__swMWYG__formGroup input:focus,.contact-module__swMWYG__formGroup textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #3b82f61a}.contact-module__swMWYG__submitBtn{width:100%}.contact-module__swMWYG__successMessage{text-align:center;padding:40px 0}.contact-module__swMWYG__successIcon{color:var(--primary);margin-bottom:24px}.contact-module__swMWYG__successMessage h3{margin-bottom:16px;font-size:2.5rem}.contact-module__swMWYG__successMessage p{color:var(--text-muted);margin-bottom:32px}@media (max-width:992px){.contact-module__swMWYG__grid{grid-template-columns:1fr;gap:60px}.contact-module__swMWYG__contactInfo{position:static}.contact-module__swMWYG__formCard{padding:40px}}.contact-module__swMWYG__checkboxGroup{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.contact-module__swMWYG__checkboxGroup input{width:20px;height:20px;accent-color:var(--primary);flex-shrink:0;margin-top:2px}.contact-module__swMWYG__checkboxLabel{color:var(--text-muted);font-size:.9rem;line-height:1.5}.contact-module__swMWYG__errorMessage{color:#f44;margin-top:-12px;font-size:.85rem}@media (max-width:768px){.contact-module__swMWYG__formRow{grid-template-columns:1fr}}
.services-module__g8J8Uq__servicesHeader{text-align:center;background:radial-gradient(circle,#3b82f60d 0%,#0000 70%);padding:120px 0 60px}.services-module__g8J8Uq__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:40px;display:grid}.services-module__g8J8Uq__serviceCard{height:100%}.services-module__g8J8Uq__ctaSection{text-align:center;margin-top:100px}@media (max-width:768px){.services-module__g8J8Uq__servicesHeader{padding:100px 0 40px}}
.Footer-module__S6Hkya__footer{color:var(--text-main);background:#f8fafc;border-top:1px solid #0000000d;padding-top:100px}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr;gap:60px;padding-bottom:80px;display:grid}.Footer-module__S6Hkya__logo{color:var(--text-main);align-items:center;gap:12px;margin-bottom:24px;font-size:1.6rem;font-weight:800;display:flex}.Footer-module__S6Hkya__logoCircle{background:var(--gradient-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;transform:rotate(-10deg)}.Footer-module__S6Hkya__tagline{color:var(--text-muted);max-width:400px;margin-bottom:24px;line-height:1.8}.Footer-module__S6Hkya__socials{gap:16px;display:flex}.Footer-module__S6Hkya__socials a{background:var(--bg-card);width:40px;height:40px;color:var(--text-muted);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socials a:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.Footer-module__S6Hkya__links h3,.Footer-module__S6Hkya__contact h3{color:var(--text-main);margin-bottom:28px;font-size:1.2rem}.Footer-module__S6Hkya__links ul,.Footer-module__S6Hkya__contact ul{flex-direction:column;gap:16px;list-style:none;display:flex}.Footer-module__S6Hkya__links a,.Footer-module__S6Hkya__contact li{color:var(--text-muted);align-items:center;gap:12px;transition:all .3s;display:flex}.Footer-module__S6Hkya__links a:hover{color:var(--primary);padding-left:5px}.Footer-module__S6Hkya__bottom{border-top:1px solid #0000000d;padding:30px 0}.Footer-module__S6Hkya__bottomContent{color:var(--text-dim);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.Footer-module__S6Hkya__legal{gap:24px;display:flex}.Footer-module__S6Hkya__legal a:hover{color:var(--text-main)}@media (max-width:992px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:40px}}
.loading-module__pnXrUq__loadingContainer{background:var(--bg-deep);z-index:9999;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.loading-module__pnXrUq__loader{gap:8px;margin-bottom:20px;display:flex}.loading-module__pnXrUq__circle{background:var(--primary);border-radius:50%;width:12px;height:12px;animation:.6s infinite alternate loading-module__pnXrUq__bounce}.loading-module__pnXrUq__circle:nth-child(2){background:var(--secondary);animation-delay:.2s}.loading-module__pnXrUq__circle:nth-child(3){background:var(--accent);animation-delay:.4s}@keyframes loading-module__pnXrUq__bounce{to{opacity:.5;transform:translateY(-15px)}}.loading-module__pnXrUq__text{letter-spacing:.1em;color:var(--text-muted);font-family:Poppins,sans-serif;font-weight:600}
