.case-contact{background-color:#edf2fd;padding:80px 0}.contact-grid{align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1fr}.highlight-text{color:#4c7df7;display:block;font-size:1.1rem;font-weight:500;margin-bottom:16px}.contact-title{color:#0f1627;font-size:3rem;font-weight:800;line-height:1.2;max-width:500px}.contact-form-wrapper{background:transparent}.hs-form-field{margin-bottom:20px}.hs-form-field label{color:#0f1627;display:block;font-size:.9rem;font-weight:600;margin-bottom:8px}.hs-input{background-color:#fff;border:1px solid transparent;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.02);color:#0f1627;font-size:1rem;padding:14px 16px;transition:all .3s ease;width:100%}.hs-input:focus{border-color:#4c7df7;box-shadow:0 0 0 3px rgba(76,125,247,.2);outline:none}.hs-button{background-color:#4c7df7;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:10px;padding:14px 32px;transition:background .3s}.hs-button:hover{background-color:#3b63c7}@media (max-width:1024px){.contact-grid{gap:40px;grid-template-columns:1fr}.contact-title{font-size:2.5rem;max-width:100%}.contact-content{text-align:center}.contact-form-wrapper{margin:0 auto;max-width:600px;width:100%}}@media (max-width:600px){.contact-title{font-size:2rem}.hs-button{width:100%}}