.contact-section{width:100%;background-color:#000;color:#fff;padding:80px 0 0;scroll-margin-top:100px;display:flex;justify-content:center;align-items:center}.contact-section__container{max-width:75%;width:100%;display:flex;justify-content:space-between;gap:80px;margin:40px auto}.contact-section__content{width:35%;padding-top:20px}.contact-section__title{font-family:Inter,sans-serif;font-size:38px;font-weight:600;line-height:1.25;letter-spacing:-1px;margin-bottom:24px}.contact-section__description{font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:1.6;color:#e2e2e2}.contact-section__form-wrapper{width:50%;position:relative}.contact-section__form{display:flex;flex-direction:column;gap:32px}.contact-section__row{display:flex;gap:24px}.contact-section__input-group{display:flex;flex-direction:column;position:relative;width:100%}.contact-section__input-group--full{width:100%}.contact-section__input{width:100%;background:transparent;border:none;border-bottom:1px solid #444;color:#fff;font-family:Inter,sans-serif;font-size:15px;padding:8px 0 12px;outline:none;transition:border-bottom-color .3s ease}.contact-section__input::placeholder{color:#adadad;font-weight:300}.contact-section__input:focus{border-bottom-color:#fff}.contact-section__label{font-family:Inter,sans-serif;font-size:15px;color:#adadad;margin-bottom:8px;font-weight:300}.contact-section__textarea{width:100%;background:transparent;border:none;border-bottom:1px solid #444;color:#fff;font-family:Inter,sans-serif;font-size:15px;padding:8px 0 40px;resize:none;outline:none;transition:border-bottom-color .3s ease}.contact-section__textarea::placeholder{color:#666;font-style:italic;font-weight:300}.contact-section__textarea:focus{border-bottom-color:#fff}.contact-section__submit-wrapper{display:flex;justify-content:center;margin-top:20px}.contact-section__button{display:inline-flex;padding:14px 40px;justify-content:center;align-items:center;border-radius:999px;border:1px solid #FFFFFF;background:transparent;color:#fff;font-family:Inter Tight,sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease}.contact-section__button:hover{background:#fff;color:#000}.contact-section__legal{text-align:center;font-family:Inter,sans-serif;font-size:13px;color:#999;line-height:1.6;margin-top:16px;font-weight:300}.contact-section__link,.contact-section__link-btn{color:#999;text-decoration:underline;text-underline-offset:3px;background:none;border:none;padding:0;font:inherit;cursor:pointer}.contact-section__link:hover,.contact-section__link-btn:hover{color:#fff}.contact-section__form--hidden{visibility:hidden}.contact-section__button:disabled{opacity:.5;cursor:not-allowed}.contact-section__button:disabled:hover{background:transparent;color:#fff}.contact-section__error-msg{font-family:Inter,sans-serif;font-size:13px;color:#ff6b6b;text-align:center;line-height:1.5}.contact-section__success{position:absolute;top:0;left:0;width:100%;display:flex;flex-direction:column;justify-content:center;gap:16px;padding:80px 0}.contact-section__success-title{font-family:Inter,sans-serif;font-size:24px;font-weight:600;color:#fff;margin:0}.contact-section__success-text{font-family:Inter,sans-serif;font-size:15px;font-weight:400;color:#e2e2e2;line-height:1.6;margin:0}@media(max-width:900px){.contact-section__description br{display:none}.contact-section__container{flex-direction:column;gap:60px;max-width:90%}.contact-section__content,.contact-section__form-wrapper{width:100%}.contact-section__row{flex-direction:column;gap:32px}.contact-section{padding:0}.contact-section__title br,.contact-section__description br,.contact-section__form--hidden{display:none}.contact-section__success{position:static}}
