.contact-new{padding:80px 20px 60px}.contact-new__section{max-width:680px;margin:0 auto}.contact-new__inner{background:#fff;border-radius:12px;box-shadow:0 8px 40px rgba(0,0,0,.08);padding:48px 40px}.contact-new__title{font-size:1.6rem;font-weight:800;color:#112D48;text-align:center;margin:0 0 16px}.contact-new__intro{font-size:.95rem;color:#555;text-align:center;line-height:1.8;margin:0 0 32px}.contact-new__form{display:flex;flex-direction:column;gap:16px}.contact-new__group{display:flex;flex-direction:column;gap:4px}.contact-new__row{display:flex;gap:12px}.contact-new__row>.contact-new__group{flex:1 1}.contact-new__label{font-size:.85rem;font-weight:600;color:#112D48}.contact-new__label.required:after{content:" *";color:#e53935}.contact-new__input,.contact-new__select,.contact-new__textarea{width:100%;padding:10px 12px;font-size:.95rem;border:1px solid #999!important;border-radius:6px;background:#fff!important;color:#333;transition:border-color .2s;box-sizing:border-box}.contact-new__input:focus,.contact-new__select:focus,.contact-new__textarea:focus{outline:none;border-color:#0098BB;box-shadow:0 0 0 3px rgba(0,152,187,.1)}.contact-new__input::placeholder,.contact-new__textarea::placeholder{color:#aaa}.contact-new__select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.contact-new__textarea{resize:vertical;min-height:120px}.contact-new__privacy{margin-top:4px;display:flex;flex-direction:row!important;align-items:flex-start;gap:8px}.contact-new__privacy-label{display:flex;align-items:flex-start;gap:8px;font-size:.85rem;color:#555;cursor:pointer;line-height:1.5}.contact-new__privacy input[type=checkbox],.contact-new__privacy-label input[type=checkbox]{margin-top:3px;flex-shrink:0;width:18px;height:18px;accent-color:#0098BB;visibility:visible!important;-moz-appearance:auto!important;appearance:auto!important;-webkit-appearance:checkbox!important;cursor:pointer}.contact-new__privacy input[type=checkbox]+label:after,.contact-new__privacy input[type=checkbox]+label:before{display:none!important;content:none!important}.contact-new__privacy label{padding-left:0!important}.contact-new__privacy-label a{color:#0098BB;text-decoration:underline}.contact-new__actions{margin-top:8px}.contact-new__button{display:block;width:100%;padding:14px;font-size:1.1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#FF6B35,#FF8C42);border:none;border-radius:8px;cursor:pointer;transition:opacity .3s,transform .2s;box-shadow:0 4px 12px rgba(255,107,53,.3)}.contact-new__button:hover{opacity:.9;transform:translateY(-1px)}.contact-new__button:active{transform:translateY(0)}.contact-new__button:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact-new__honeypot{display:none!important}@media screen and (max-width:480px){.contact-new{padding:60px 12px 40px}.contact-new__inner{padding:28px 16px}.contact-new__row{flex-direction:column;gap:16px}.contact-new__title{font-size:1.3rem}}