:root{--primary:#007aff;--primary-hover:#0062cc;--surface-dark:#1c1c1e;--surface-light:#fff;--text-dark:#1c1c1e;--text-light:#fff;--text-muted:#8e8e93;--bg-gradient-start:#fff;--bg-gradient-end:#f0f4f8;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);background:var(--bg-gradient-end);color:var(--text-dark);overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}
.ContactModal-module__M_UpNq__overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#0006;justify-content:center;align-items:center;width:100%;height:100dvh;padding:16px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.ContactModal-module__M_UpNq__modal{background:var(--surface-light);border-radius:24px;width:100%;max-width:500px;max-height:90dvh;padding:32px;position:relative;overflow-y:auto;box-shadow:0 25px 50px #0003}.ContactModal-module__M_UpNq__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.ContactModal-module__M_UpNq__title{color:var(--surface-dark);font-size:24px;font-weight:800}.ContactModal-module__M_UpNq__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:28px;line-height:1;transition:color .2s;display:flex}.ContactModal-module__M_UpNq__closeBtn:hover{color:var(--surface-dark)}.ContactModal-module__M_UpNq__formGroup{margin-bottom:20px}.ContactModal-module__M_UpNq__label{color:var(--surface-dark);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.ContactModal-module__M_UpNq__input,.ContactModal-module__M_UpNq__textarea{background:#f2f2f7;border:2px solid #0000;border-radius:12px;width:100%;padding:14px 16px;font-family:inherit;font-size:16px;transition:all .2s}.ContactModal-module__M_UpNq__textarea{resize:vertical;min-height:120px}.ContactModal-module__M_UpNq__input:focus,.ContactModal-module__M_UpNq__textarea:focus{border-color:var(--primary);background:#fff;outline:none}.ContactModal-module__M_UpNq__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:30px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 20px #007aff33}.ContactModal-module__M_UpNq__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 25px #007aff4d}.ContactModal-module__M_UpNq__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.ContactModal-module__M_UpNq__successMessage{text-align:center;padding:40px 0}.ContactModal-module__M_UpNq__successIcon{margin-bottom:16px;font-size:48px}.ContactModal-module__M_UpNq__successTitle{color:var(--surface-dark);margin-bottom:8px;font-size:24px;font-weight:800}.ContactModal-module__M_UpNq__successText{color:var(--text-muted)}
.Header-module__hBw1pG__header{-webkit-backdrop-filter:saturate(180%)blur(20px);z-index:100;background:#ffffffa6;border-bottom:1px solid #0000001a;align-items:center;height:72px;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.Header-module__hBw1pG__logoContainer{align-items:center;gap:12px;display:flex}.Header-module__hBw1pG__logoWrapper{background-color:var(--primary);background:var(--surface-dark);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.Header-module__hBw1pG__logo{object-fit:contain;width:80px;height:125px;min-height:125px}.Header-module__hBw1pG__brandName{color:var(--surface-dark);letter-spacing:-.5px;font-size:20px;font-weight:700}.Header-module__hBw1pG__contactBtn{background:var(--surface-dark);color:var(--surface-light);border-radius:20px;padding:10px 20px;font-size:14px;font-weight:600;transition:transform .2s,opacity .2s,box-shadow .2s;animation:3s infinite Header-module__hBw1pG__subtlePulse}@keyframes Header-module__hBw1pG__subtlePulse{0%{box-shadow:0 0 #1c1c1e33}50%{box-shadow:0 0 0 4px #1c1c1e00}to{box-shadow:0 0 #1c1c1e00}}.Header-module__hBw1pG__contactBtn:hover{opacity:.9;transform:translateY(-2px)scale(1.05)}
.Footer-module__S6Hkya__footer{background:var(--surface-light);border-top:1px solid #0000000d;margin-top:36px;padding:60px 0 24px}.Footer-module__S6Hkya__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.Footer-module__S6Hkya__content{flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:60px;display:flex}.Footer-module__S6Hkya__brandName{color:var(--surface-dark);letter-spacing:-.5px;margin-bottom:8px;font-size:24px;font-weight:800;display:block}.Footer-module__S6Hkya__tagline{color:var(--text-muted);font-size:15px}.Footer-module__S6Hkya__links{gap:60px;display:flex}.Footer-module__S6Hkya__linkGroup h4{color:var(--surface-dark);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:14px;font-weight:700}.Footer-module__S6Hkya__linkGroup a{color:var(--text-muted);margin-bottom:12px;font-size:15px;transition:color .2s;display:block}.Footer-module__S6Hkya__linkGroup a:hover{color:var(--primary)}.Footer-module__S6Hkya__bottom{text-align:center;color:var(--text-muted);border-top:1px solid #0000000d;padding-top:24px;font-size:14px}@media (max-width:768px){.Footer-module__S6Hkya__content{flex-direction:column}}
