.contact-section{background:0 0;justify-content:center;width:100%;max-width:1300px;margin:auto;padding:40px;display:flex;position:relative;overflow:hidden}.contact-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#0d94880d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-200px;left:-200px}.contact-container{grid-template-columns:1.1fr .7fr;align-items:start;gap:40px;width:100%;display:grid}.contact-card{background:#fff;border:1px solid #e2e8f0;border-radius:32px;flex-direction:column;padding:40px 30px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000012,0 1px 4px #0000000a}.contact-card:first-child:before{content:"";background:linear-gradient(90deg,#6dd5c8,#0d9488);height:3px;position:absolute;top:0;left:0;right:0}.contact-title{letter-spacing:.04em;color:#1a2332;margin:0 0 2px;font-family:Castoro Titling,serif;font-size:clamp(24px,3vw,32px);font-weight:100}.contact-subtitle{color:#64748b;margin-bottom:36px;font-family:Roboto Flex,sans-serif;font-size:15px;font-weight:300;line-height:1.7}.contact-form{flex-direction:column;gap:0;display:flex}.form-group{flex-direction:column;margin-bottom:22px;display:flex}.form-label{letter-spacing:.14em;text-transform:uppercase;color:#1a2332;margin-bottom:8px;font-family:Roboto Flex,sans-serif;font-size:11px;font-weight:500;display:block}.form-input,.form-textarea{box-sizing:border-box;color:#1a2332;background:#f8faf9;border:1px solid #00000036;border-radius:12px;outline:none;width:100%;padding:15px 20px;font-family:Roboto Flex,sans-serif;font-size:15px;font-weight:300;transition:border-color .25s,background .25s,box-shadow .25s}.form-input::placeholder,.form-textarea::placeholder{color:#b0bec5}.form-input:focus,.form-textarea:focus{background:#fff;border-color:#0d9488;transform:none;box-shadow:0 0 0 4px #0d948817}.form-textarea{resize:vertical;height:140px;min-height:140px}.form-row{grid-template-columns:1fr 1fr;align-items:start;gap:18px;display:grid}.field-error-msg{color:#ef4444;margin-top:6px;font-family:Roboto Flex,sans-serif;font-size:12px;font-weight:500;animation:.2s cubic-bezier(.16,1,.3,1) forwards errorSlideIn;display:block}@keyframes errorSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.form-checkbox-group{flex-direction:column;gap:10px;margin:25px 0 20px;display:flex}.checkbox-item{color:#64748b;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-family:Roboto Flex,sans-serif;font-size:13px;font-weight:300;display:flex}.checkbox-item input{accent-color:#0d9488;cursor:pointer;appearance:auto;border-radius:4px;flex-shrink:0;width:17px;height:17px}.form-submit-btn{color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#6dd5c8,#0d9488);border:none;border-radius:10px;justify-content:center;align-self:flex-start;align-items:center;gap:10px;width:fit-content;min-width:200px;height:56px;margin-top:0;padding:0 44px;font-family:Roboto Flex,sans-serif;font-size:13px;font-weight:500;transition:transform .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0d94884d}.form-submit-btn:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff2e,#0000);position:absolute;inset:0}.form-submit-btn:hover{background:linear-gradient(135deg,#6dd5c8,#0d9488);transform:translateY(-2px);box-shadow:0 14px 36px #0d948866}.process-list{flex-direction:column;gap:12px;margin-top:20px;display:flex}.process-step{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:15px 20px;transition:border-color .3s,box-shadow .3s;overflow:hidden}.step-header{align-items:center;gap:10px;margin-bottom:12px;display:flex}.step-number{color:#fff;letter-spacing:.05em;background:#239f99;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-family:Roboto Flex,sans-serif;font-size:17px;font-weight:500;display:flex}.step-label-wrapper{border-bottom:none;padding-bottom:0}.step-label{letter-spacing:.22em;text-transform:uppercase;color:#0d9488;font-family:Roboto Flex,sans-serif;font-size:18px;font-weight:500}.step-title{color:#1a2332;letter-spacing:.02em;margin-bottom:8px;font-family:Roboto Flex,sans-serif;font-size:15px;font-weight:500}.step-desc{color:#64748b;margin:0;font-family:Roboto Flex,sans-serif;font-size:14px;font-weight:300;line-height:1.6}@media (max-width:1060px){.contact-container{grid-template-columns:1fr;gap:48px}}@media (max-width:768px){.contact-section{padding:10px 20px 80px}.contact-card{border-radius:24px;padding:30px 24px}.form-row{grid-template-columns:1fr}.form-submit-btn{width:100%}}
