*{margin:0;padding:0;box-sizing:border-box}.contact-page{font-family:Segoe UI,sans-serif;background:var(--card-bg,white);min-height:100vh;display:flex;align-items:center;padding:2rem}.contact-container{max-width:1200px;margin:0 auto;background:var(--card-bg,white);border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.2);display:grid;grid-template-columns:1fr 1fr;min-height:600px}.contact-left{background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem;color:white;display:flex;flex-direction:column;justify-content:center}.visual-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.visual-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.contact-info{margin-top:2rem}.info-item{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.1);padding:1rem;border-radius:10px;margin-bottom:1rem}.info-icon{font-size:1.5rem}.info-item h3{margin-bottom:.25rem;font-size:1rem}.info-item p{font-size:.9rem;opacity:.8}.contact-right{padding:3rem;display:flex;flex-direction:column;justify-content:center}.form-title{font-size:2.5rem;font-weight:700;color:var(--heading-color,#1a202c);margin-bottom:.5rem;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.form-subtitle{color:var(--text-secondary,#4a5568);margin-bottom:2rem;font-size:1.1rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-label{font-weight:600;color:var(--text-primary,#2d3748);margin-bottom:.5rem}.form-input{padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:var(--brand-primary,#667eea);box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-textarea{min-height:120px;resize:vertical;font-family:inherit}.submit-button{background:linear-gradient(45deg,#667eea,#764ba2);color:white;border:none;padding:1.2rem 2rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s ease;margin-top:1rem}.submit-button:hover{transform:translateY(-2px)}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-result{margin-top:.5rem;font-size:.95rem;font-weight:500;color:#c53030;text-align:center}.form-result--success{color:#276749}.form-result--pending{color:var(--text-secondary,#4a5568)}@media (max-width:768px){.contact-container,.form-row{grid-template-columns:1fr}.form-title,.visual-title{font-size:2rem}}