.ax-contact{color:#0a0908;box-sizing:border-box;background:#fff;width:100%;min-height:100vh}.ax-contact-hero{text-align:center;max-width:760px;margin:0 auto;padding:160px 24px 36px}.ax-contact-kicker{letter-spacing:.14em;text-transform:uppercase;color:#888;margin:0 0 14px;font:600 12px/1.4 Inter,Inter Placeholder,system-ui,sans-serif}.ax-contact-title{letter-spacing:-.02em;color:#0a0908;margin:0 0 18px;font-family:Inter,Inter Placeholder,system-ui,sans-serif;font-size:clamp(40px,6vw,62px);font-weight:600;line-height:1.05}.ax-contact-sub{color:#555;max-width:580px;margin:0 auto;font:400 18px/1.6 Inter,Inter Placeholder,system-ui,sans-serif}.ax-contact-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:20px;max-width:760px;margin:0 auto;padding:28px 24px 56px;display:grid}@media (max-width:560px){.ax-contact-grid{grid-template-columns:1fr}}.ax-contact-card{box-sizing:border-box;background:#fff;border:1px solid #0000001a;border-radius:18px;flex-direction:column;gap:10px;height:100%;padding:28px;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex}.ax-contact-card:hover{border-color:#00000029;transform:translateY(-2px);box-shadow:0 14px 34px #00000014}.ax-contact-icon{background:#0a0908;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:4px;display:flex}.ax-contact-icon svg{fill:#fff;width:22px;height:22px}.ax-contact-card h3{color:#0a0908;margin:0;font:600 18px/1.3 Inter,Inter Placeholder,system-ui,sans-serif}.ax-contact-card p{color:#555;margin:0;font:400 15px/1.6 Inter,Inter Placeholder,system-ui,sans-serif}.ax-contact-card a{color:#0a0908;border-bottom:1px solid #00000040;align-self:flex-start;margin-top:2px;font:500 15px/1.4 Inter,Inter Placeholder,system-ui,sans-serif;text-decoration:none;transition:border-color .18s}.ax-contact-card a:hover{border-color:#0a0908}.ax-contact-form{text-align:left;max-width:640px;margin:8px auto 0;padding:0 24px 120px}.ax-contact-form-title{color:#0a0908;text-align:center;margin:0 0 18px;font:600 22px/1.3 Inter,Inter Placeholder,system-ui,sans-serif}.ax-field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:560px){.ax-field-row{grid-template-columns:1fr}}.ax-field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.ax-field>span{color:#333;font:600 13px/1.4 Inter,Inter Placeholder,system-ui,sans-serif}.ax-field input,.ax-field select,.ax-field textarea{box-sizing:border-box;border-radius:12px;outline:none;width:100%;padding:12px 14px;font:400 15px/1.5 Inter,Inter Placeholder,system-ui,sans-serif;transition:border-color .15s,box-shadow .15s;color:#0a0908!important;background-color:#fff!important;border:1px solid #00000029!important}.ax-field input::-moz-placeholder{color:#9a9a9a}.ax-field textarea::-moz-placeholder{color:#9a9a9a}.ax-field input::placeholder,.ax-field textarea::placeholder{color:#9a9a9a}.ax-field textarea{resize:vertical;min-height:120px}.ax-select{width:100%;position:relative}.ax-select-btn{box-sizing:border-box;color:#0a0908;cursor:pointer;text-align:left;background:#fff;border:1px solid #00000029;border-radius:12px;outline:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 14px;font:400 15px/1.5 Inter,Inter Placeholder,system-ui,sans-serif;transition:border-color .15s,box-shadow .15s;display:flex}.ax-select-btn:hover{border-color:#0000004d}.ax-select[data-open=true] .ax-select-btn{border-color:#0a0908;box-shadow:0 0 0 3px #0a090814}.ax-select-chev{color:#777;flex:none;width:12px;height:8px;transition:transform .18s,color .15s}.ax-select[data-open=true] .ax-select-chev{color:#0a0908;transform:rotate(180deg)}.ax-select-list{z-index:50;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#00000040 transparent;background:#fff;border:1px solid #0000001a;border-radius:14px;max-height:360px;margin:0;padding:6px;list-style:none;animation:.14s ax-select-pop;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 44px #00000024}.ax-select-list::-webkit-scrollbar{width:8px}.ax-select-list::-webkit-scrollbar-track{background:0 0}.ax-select-list::-webkit-scrollbar-thumb{background:#0003;border:2px solid #fff;border-radius:999px}.ax-select-list::-webkit-scrollbar-thumb:hover{background:#00000059}@keyframes ax-select-pop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ax-select-list li{color:#333;cursor:pointer;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font:400 15px/1.4 Inter,Inter Placeholder,system-ui,sans-serif;transition:background-color .12s,color .12s;display:flex}.ax-select-list li:hover{color:#0a0908;background:#f3f3f4}.ax-select-list li.is-sel{color:#0a0908;font-weight:500}.ax-select-list li.is-sel svg{color:#0a0908;flex:none}.ax-field input:focus,.ax-field select:focus,.ax-field textarea:focus{border-color:#0a0908;box-shadow:0 0 0 3px #0a090814}.ax-form-submit{color:#fff;cursor:pointer;background:#0a0908;border:0;border-radius:999px;width:100%;margin-top:4px;padding:14px 18px;font:600 15px/1 Inter,Inter Placeholder,system-ui,sans-serif;transition:background-color .18s,opacity .18s}.ax-form-submit:hover{background:#262220}.ax-form-submit:disabled{opacity:.6;cursor:default}.ax-form-error{color:#c0392b;margin:0 0 12px;font:500 14px/1.5 Inter,Inter Placeholder,system-ui,sans-serif}.ax-contact-sent{text-align:center;border:1px solid #0000001a;border-radius:18px;padding:40px 28px}.ax-contact-sent h3{color:#0a0908;margin:0 0 8px;font:600 20px/1.3 Inter,system-ui,sans-serif}.ax-contact-sent p{color:#555;margin:0 0 18px;font:400 15px/1.6 Inter,system-ui,sans-serif}.ax-contact-sent button{color:#0a0908;cursor:pointer;background:#fff;border:1px solid #0003;border-radius:999px;padding:10px 18px;font:600 14px/1 Inter,system-ui,sans-serif}
