:root{--primary-color:#fff;--background-dark:#000;--background-light:#080808;--gray-100:#1f1f1f;--gray-300:#2b2b2b;--gray-600:#b0b0b0;--gray-700:#ccc;--gray-900:#fff;--white:#fff;--black:#000;--accent-color:#999;--border-radius:.5rem;--border-radius-lg:.75rem;--border-radius-xl:1rem;--transition:all .2s ease-in-out}.contact-container{background:linear-gradient(135deg,var(--background-dark),var(--background-light));color:var(--white);margin-top:2rem;padding:3rem 1rem}.contact-wrapper{max-width:42rem;margin:0 auto}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{color:var(--gray-900);margin-bottom:1rem;font-size:2.25rem;font-weight:500;line-height:1.2}.contact-subtitle{color:var(--gray-600);margin:0;font-size:1.125rem;line-height:1.75}.contact-form-card{background:var(--background-light);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--gray-300);padding:2rem}.field-label{color:var(--gray-700);font-size:.875rem;font-weight:500}.field-input,.field-textarea{background-color:var(--gray-100);border:1px solid var(--gray-300);color:var(--white);border-radius:var(--border-radius);width:95%;transition:var(--transition);padding:.875rem 1rem;font-size:1rem}.field-group{flex-direction:column;margin-bottom:1.5rem;display:flex}.field-input:focus,.field-textarea:focus{background-color:var(--black);border-color:var(--white);box-shadow:0 0 0 2px var(--white)}.field-input::placeholder,.field-textarea::placeholder{color:var(--gray-600)}.submit-button{color:var(--white);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #4b5563;border-radius:9999px;justify-content:center;align-items:center;min-width:120px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex}.submit-button:hover:not(:disabled){background-color:#ffffff0d;border-color:#d1d5db;transform:translateY(-1px)}.submit-button:disabled{color:#6b7280;cursor:not-allowed;background-color:#0000;border-color:#374151;transform:none}.submit-button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.status-message{border-radius:var(--border-radius);border:1px solid;margin-top:1rem;padding:1rem}.status-content{align-items:center;gap:.75rem;display:flex}.status-icon{flex-shrink:0;width:20px;height:20px}.status-icon svg{width:100%;height:100%}.status-text{margin:0;font-size:.875rem}.status-success{color:#a7f3d0;background-color:#1c4532;border-color:#38a169}.status-error{color:#fecaca;background-color:#6b1a1a;border-color:#fecaca}.status-success .status-icon{color:#38a169}.status-error .status-icon{color:#f87171}.info-card{background:var(--background-light);color:var(--white);box-shadow:var(--shadow-md)}.info-title{color:var(--white)}.info-description{color:var(--gray-600)}.loading-content{align-items:center;gap:.5rem;display:flex}.loading-spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width:768px){.contact-container{padding:3rem 1.5rem}.info-grid{grid-template-columns:repeat(3,1fr)}.submit-button{padding:1rem;font-size:.8rem}}@media (min-width:1024px){.contact-container{padding:3rem 2rem}.contact-form-card{padding:2.5rem}.contact-title{font-size:2.5rem}.field-input,.field-textarea{padding:1rem 1.25rem}.submit-button{padding:1.25rem 1.5rem}}@media (max-width:480px){.contact-container{padding:1.5rem .75rem}.contact-header{margin-bottom:2rem}.contact-title{font-size:1.875rem}.contact-subtitle{font-size:1rem}.contact-form-card{padding:1.5rem}.field-input,.field-textarea{padding:.875rem}.submit-button{padding:.875rem 1rem}.contact-info{margin-top:2rem}.status-icon{width:18px;height:18px}.status-text{font-size:.8rem}}.field-input:focus-visible,.field-textarea:focus-visible,.submit-button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}
