.contact-us{padding:2rem 0 4rem;background:var(--background-color)}.contact-us__container{max-width:1200px;margin:0 auto;padding:0 1rem}.contact-us__header{text-align:center;margin-bottom:3rem}.contact-us__title{font-size:var(--section-title-size);font-weight:700;color:var(--text-color);margin-bottom:1rem}.contact-us__subtitle{font-size:var(--section-subtitle-size);color:var(--text-color);max-width:600px;margin:0 auto;line-height:1.6}.contact-us__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:stretch}.contact-us__form-section{background:var(--background-color);padding:2rem;border-radius:1rem;border:var(--border-width) solid var(--outline-color);box-shadow:var(--shadow)}.contact-us__form{display:flex;flex-direction:column;gap:1.5rem}.contact-us__form--hidden{display:none}.contact-us__form-group{display:flex;flex-direction:column;gap:.5rem}.contact-us__label{font-weight:500;color:var(--text-color);font-size:.875rem}.contact-us__input,.contact-us__textarea{padding:.75rem;border:var(--border-width) solid var(--outline-color);border-radius:.5rem;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;background:var(--background-color);color:var(--text-color)}.contact-us__input:focus,.contact-us__textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #e76e501a}.contact-us__textarea{resize:vertical;min-height:120px}.contact-us__textarea::placeholder{color:var(--text-muted)}.contact-us__submit{margin-top:1rem;width:100%;padding:.875rem;font-size:1rem;font-weight:600}.contact-us__info-section{display:flex;flex-direction:column;gap:2rem;height:100%}.contact-us__info-card{background:var(--background-color);padding:2rem;border-radius:1rem;border:var(--border-width) solid var(--outline-color);flex:1;display:flex;flex-direction:column;justify-content:center}.contact-us__alternative-section{text-align:center}.contact-us__alternative-title{font-size:var(--section-subtitle-size);font-weight:600;color:var(--text-color);margin-bottom:1rem}.contact-us__alternative-description{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem}.contact-us__email-link{margin-bottom:1rem}.contact-us__alternative-note{font-size:.75rem;color:var(--text-muted);margin:0;line-height:1.4}.contact-us__demo-section{text-align:center}.contact-us__demo-title{font-size:var(--section-subtitle-size);font-weight:600;color:var(--text-color);margin-bottom:1rem}.contact-us__demo-description{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem}.contact-us__demo-link{margin-bottom:1rem}.contact-us__demo-note{font-size:.75rem;color:var(--text-muted);margin:0;line-height:1.4}@media (max-width: 768px){.contact-us{padding:1.5rem 0 3rem}.contact-us__title{font-size:2rem}.contact-us__subtitle{font-size:1rem}.contact-us__content{grid-template-columns:1fr;gap:2rem}.contact-us__info-section{gap:1.5rem}.contact-us__form-section,.contact-us__info-card{padding:1.5rem}.contact-us__container{padding:0 1rem}}@media (max-width: 480px){.contact-us__header{margin-bottom:2rem}.contact-us__title{font-size:1.75rem}.contact-us__form-section,.contact-us__info-card{padding:1rem}}.contact-us__loader{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .3s ease}.contact-us__loader--hidden{opacity:0;pointer-events:none}.contact-us__spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:contact-us__spin 1s ease-in-out infinite}.contact-us__submit{position:relative;overflow:hidden}.contact-us__submit:disabled{cursor:wait}.contact-us__success{text-align:center;padding:2rem;opacity:1;transform:translateY(0);transition:all .5s ease}.contact-us__success--hidden{opacity:0;transform:translateY(20px);display:none!important}.contact-us__success-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--primary-color),var(--primary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;animation:contact-us__checkmark-bounce .8s ease-out}.contact-us__checkmark{width:40px;height:40px;color:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:24;stroke-dashoffset:24;animation:contact-us__checkmark-draw .6s ease-out .5s forwards}.contact-us__success-title{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:.75rem}.contact-us__success-message{color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.contact-us__send-another{margin-top:1rem}@media (max-width: 768px){.contact-us__success{padding:1.5rem}.contact-us__success-icon{width:60px;height:60px}.contact-us__checkmark{width:30px;height:30px}.contact-us__success-title{font-size:1.25rem}}.contact-us__error{text-align:center;padding:2rem;opacity:1;transform:translateY(0);transition:all .5s ease}.contact-us__error--hidden{opacity:0;transform:translateY(20px);display:none!important}.contact-us__error-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:contact-us__error-bounce .8s ease-out}.contact-us__error-x{width:40px;height:40px;color:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:24;stroke-dashoffset:24;animation:contact-us__error-draw .6s ease-out .5s forwards}.contact-us__error-title{font-size:1.5rem;font-weight:600;color:#dc2626;margin-bottom:.75rem}.contact-us__error-message{color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.contact-us__refresh-page{margin-top:1rem}@media (max-width: 768px){.contact-us__error{padding:1.5rem}.contact-us__error-icon{width:60px;height:60px}.contact-us__error-x{width:30px;height:30px}.contact-us__error-title{font-size:1.25rem}}.contact-us__turnstile-error{margin-top:.75rem;opacity:1;transform:translateY(0);transition:all .3s ease}.contact-us__turnstile-error--hidden{opacity:0;transform:translateY(-5px);display:none!important}.contact-us__turnstile-error-text{color:#dc2626;font-size:.875rem;font-weight:500;margin:0;line-height:1.4}@media (max-width: 768px){.contact-us__turnstile-error-text{font-size:.8125rem}}.contact-us[data-astro-cid-ypgb7zfc]{padding:2rem 0 4rem;background:var(--background-color)}.contact-us__container[data-astro-cid-ypgb7zfc]{max-width:1200px;margin:0 auto;padding:0 1rem}.contact-us__header[data-astro-cid-ypgb7zfc]{text-align:center;margin-bottom:3rem}.contact-us__title[data-astro-cid-ypgb7zfc]{font-size:var(--section-title-size);font-weight:700;color:var(--text-color);margin-bottom:1rem}.contact-us__subtitle[data-astro-cid-ypgb7zfc]{font-size:var(--section-subtitle-size);color:var(--text-color);max-width:600px;margin:0 auto;line-height:1.6}.contact-us__content[data-astro-cid-ypgb7zfc]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:stretch}.contact-us__form-section[data-astro-cid-ypgb7zfc]{background:var(--background-color);padding:2rem;border-radius:1rem;border:var(--border-width) solid var(--outline-color);box-shadow:var(--shadow)}.contact-us__form[data-astro-cid-ypgb7zfc]{display:flex;flex-direction:column;gap:1.5rem}.contact-us__form--hidden[data-astro-cid-ypgb7zfc]{display:none}.contact-us__form-group[data-astro-cid-ypgb7zfc]{display:flex;flex-direction:column;gap:.5rem}.contact-us__label[data-astro-cid-ypgb7zfc]{font-weight:500;color:var(--text-color);font-size:.875rem}.contact-us__input[data-astro-cid-ypgb7zfc],.contact-us__textarea[data-astro-cid-ypgb7zfc]{padding:.75rem;border:var(--border-width) solid var(--outline-color);border-radius:.5rem;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;background:var(--background-color);color:var(--text-color)}.contact-us__input[data-astro-cid-ypgb7zfc]:focus,.contact-us__textarea[data-astro-cid-ypgb7zfc]:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #e76e501a}.contact-us__textarea[data-astro-cid-ypgb7zfc]{resize:vertical;min-height:120px}.contact-us__textarea[data-astro-cid-ypgb7zfc]::placeholder{color:var(--text-muted)}.contact-us__submit[data-astro-cid-ypgb7zfc]{margin-top:1rem;width:100%;padding:.875rem;font-size:1rem;font-weight:600}.contact-us__info-section[data-astro-cid-ypgb7zfc]{display:flex;flex-direction:column;gap:2rem;height:100%}.contact-us__info-card[data-astro-cid-ypgb7zfc]{background:var(--background-color);padding:2rem;border-radius:1rem;border:var(--border-width) solid var(--outline-color);flex:1;display:flex;flex-direction:column;justify-content:center}.contact-us__alternative-section[data-astro-cid-ypgb7zfc]{text-align:center}.contact-us__alternative-title[data-astro-cid-ypgb7zfc]{font-size:var(--section-subtitle-size);font-weight:600;color:var(--text-color);margin-bottom:1rem}.contact-us__alternative-description[data-astro-cid-ypgb7zfc]{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem}.contact-us__email-link[data-astro-cid-ypgb7zfc]{margin-bottom:1rem}.contact-us__alternative-note[data-astro-cid-ypgb7zfc]{font-size:.75rem;color:var(--text-muted);margin:0;line-height:1.4}.contact-us__demo-section[data-astro-cid-ypgb7zfc]{text-align:center}.contact-us__demo-title[data-astro-cid-ypgb7zfc]{font-size:var(--section-subtitle-size);font-weight:600;color:var(--text-color);margin-bottom:1rem}.contact-us__demo-description[data-astro-cid-ypgb7zfc]{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem}.contact-us__demo-link[data-astro-cid-ypgb7zfc]{margin-bottom:1rem}.contact-us__demo-note[data-astro-cid-ypgb7zfc]{font-size:.75rem;color:var(--text-muted);margin:0;line-height:1.4}@media (max-width: 768px){.contact-us[data-astro-cid-ypgb7zfc]{padding:1.5rem 0 3rem}.contact-us__title[data-astro-cid-ypgb7zfc]{font-size:2rem}.contact-us__subtitle[data-astro-cid-ypgb7zfc]{font-size:1rem}.contact-us__content[data-astro-cid-ypgb7zfc]{grid-template-columns:1fr;gap:2rem}.contact-us__info-section[data-astro-cid-ypgb7zfc]{gap:1.5rem}.contact-us__form-section[data-astro-cid-ypgb7zfc],.contact-us__info-card[data-astro-cid-ypgb7zfc]{padding:1.5rem}.contact-us__container[data-astro-cid-ypgb7zfc]{padding:0 1rem}}@media (max-width: 480px){.contact-us__header[data-astro-cid-ypgb7zfc]{margin-bottom:2rem}.contact-us__title[data-astro-cid-ypgb7zfc]{font-size:1.75rem}.contact-us__form-section[data-astro-cid-ypgb7zfc],.contact-us__info-card[data-astro-cid-ypgb7zfc]{padding:1rem}}.contact-us__loader[data-astro-cid-ypgb7zfc]{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .3s ease}.contact-us__loader--hidden[data-astro-cid-ypgb7zfc]{opacity:0;pointer-events:none}.contact-us__spinner[data-astro-cid-ypgb7zfc]{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:contact-us__spin 1s ease-in-out infinite}@keyframes contact-us__spin{to{transform:rotate(360deg)}}.contact-us__submit[data-astro-cid-ypgb7zfc]{position:relative;overflow:hidden}.contact-us__submit[data-astro-cid-ypgb7zfc]:disabled{cursor:wait}.contact-us__success[data-astro-cid-ypgb7zfc]{text-align:center;padding:2rem;opacity:1;transform:translateY(0);transition:all .5s ease}.contact-us__success--hidden[data-astro-cid-ypgb7zfc]{opacity:0;transform:translateY(20px);display:none!important}.contact-us__success-icon[data-astro-cid-ypgb7zfc]{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--primary-color),var(--primary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;animation:contact-us__checkmark-bounce .8s ease-out}.contact-us__checkmark[data-astro-cid-ypgb7zfc]{width:40px;height:40px;color:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:24;stroke-dashoffset:24;animation:contact-us__checkmark-draw .6s ease-out .5s forwards}@keyframes contact-us__checkmark-bounce{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes contact-us__checkmark-draw{0%{stroke-dashoffset:24}to{stroke-dashoffset:0}}.contact-us__success-title[data-astro-cid-ypgb7zfc]{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:.75rem}.contact-us__success-message[data-astro-cid-ypgb7zfc]{color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.contact-us__send-another[data-astro-cid-ypgb7zfc]{margin-top:1rem}@media (max-width: 768px){.contact-us__success[data-astro-cid-ypgb7zfc]{padding:1.5rem}.contact-us__success-icon[data-astro-cid-ypgb7zfc]{width:60px;height:60px}.contact-us__checkmark[data-astro-cid-ypgb7zfc]{width:30px;height:30px}.contact-us__success-title[data-astro-cid-ypgb7zfc]{font-size:1.25rem}}.contact-us__error[data-astro-cid-ypgb7zfc]{text-align:center;padding:2rem;opacity:1;transform:translateY(0);transition:all .5s ease}.contact-us__error--hidden[data-astro-cid-ypgb7zfc]{opacity:0;transform:translateY(20px);display:none!important}.contact-us__error-icon[data-astro-cid-ypgb7zfc]{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:contact-us__error-bounce .8s ease-out}.contact-us__error-x[data-astro-cid-ypgb7zfc]{width:40px;height:40px;color:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:24;stroke-dashoffset:24;animation:contact-us__error-draw .6s ease-out .5s forwards}@keyframes contact-us__error-bounce{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes contact-us__error-draw{0%{stroke-dashoffset:24}to{stroke-dashoffset:0}}.contact-us__error-title[data-astro-cid-ypgb7zfc]{font-size:1.5rem;font-weight:600;color:#dc2626;margin-bottom:.75rem}.contact-us__error-message[data-astro-cid-ypgb7zfc]{color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.contact-us__refresh-page[data-astro-cid-ypgb7zfc]{margin-top:1rem}@media (max-width: 768px){.contact-us__error[data-astro-cid-ypgb7zfc]{padding:1.5rem}.contact-us__error-icon[data-astro-cid-ypgb7zfc]{width:60px;height:60px}.contact-us__error-x[data-astro-cid-ypgb7zfc]{width:30px;height:30px}.contact-us__error-title[data-astro-cid-ypgb7zfc]{font-size:1.25rem}}.contact-us__turnstile-error[data-astro-cid-ypgb7zfc]{margin-top:.75rem;opacity:1;transform:translateY(0);transition:all .3s ease}.contact-us__turnstile-error--hidden[data-astro-cid-ypgb7zfc]{opacity:0;transform:translateY(-5px);display:none!important}.contact-us__turnstile-error-text[data-astro-cid-ypgb7zfc]{color:#dc2626;font-size:.875rem;font-weight:500;margin:0;line-height:1.4}@media (max-width: 768px){.contact-us__turnstile-error-text[data-astro-cid-ypgb7zfc]{font-size:.8125rem}}
