.contactContainer{min-height:60vh;padding:2rem;background-color:#f8fafc;display:flex;justify-content:center;align-items:flex-start}.contactContent{width:100%;max-width:800px;margin:0 auto}.title{font-size:2.5rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:1rem}.description{text-align:center;color:#64748b;font-size:1.1rem;margin-bottom:3rem;line-height:1.6}.form{display:flex;flex-direction:column;gap:1.5rem;background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.input,.textarea{padding:.75rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;transition:border-color .2s ease}.input:focus,.textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.1)}.textarea{min-height:150px;resize:vertical}.submitButton{background-color:#000000;color:white;padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.submitButton:hover{background-color:#333333}.status{text-align:center;margin-top:1rem;padding:.75rem;border-radius:4px;position:relative;z-index:1}.status.success{background-color:#dcfce7;color:#166534}.status.error{background-color:#fee2e2;color:#dc2626}@media (max-width:768px){.contactContainer{padding:2rem 1rem}.title{font-size:2rem}.description{font-size:1rem;margin-bottom:2rem}.form{padding:1.5rem}}@media (max-width:480px){.title{font-size:1.75rem}.contactContainer{padding:1.5rem 1rem}}