.contact-container{min-height:100vh;display:flex;align-items:center;justify-content:center;margin-bottom:160px}.contact-form{background:white;max-width:700px;width:100%}.contact-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.contact-subtitle{text-align:center;color:#6b7280;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group{display:flex;flex-direction:column}.form-label{font-weight:600;margin-bottom:.5rem;color:#000000;font-size:.95rem}.form-input,.form-select,.form-textarea{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease;background-color:#f9fafb}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;background-color:white}.phone-input-container{display:flex;gap:.5rem}.country-code{width:80px;background-color:#f3f4f6;color:#6b7280;font-weight:600;text-align:center;cursor:not-allowed}.country-code,.phone-input{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px}.phone-input{flex:1 1;font-size:1rem;transition:border-color .2s ease;background-color:#f9fafb}.phone-input:focus{outline:none;border-color:#3b82f6;background-color:white}.form-textarea{resize:none;min-height:180px}.form-select{cursor:pointer}.submit-button{background-color:#000000;color:white;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-top:1rem;align-self:flex-start;min-width:120px;text-align:center}.submit-button:hover{background-color:#1f2937}.submit-button:active{transform:translateY(1px)}@media (max-width:768px){.contact-container{padding:1rem;margin-bottom:120px}.contact-form{padding:2rem}.contact-title{font-size:2rem}.form-row{grid-template-columns:1fr}.phone-input-container{flex-direction:column}.country-code{width:100%}}