:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color:#0f172a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}.contact-section{padding:0;background:transparent;color:#f8fafc}.contact-container{max-width:100%;margin:0 auto}.contact-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;margin-bottom:1rem;text-align:center;color:#f8fafc}.contact-subtitle{text-align:center;color:#94a3b8;font-size:.95rem;margin-bottom:2rem;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#cbd5e1;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:1px solid #334155;border-radius:6px;background:#1e293b;color:#f8fafc;transition:all .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#64748b;box-shadow:0 0 0 3px #64748b1a}.form-group textarea{resize:vertical;min-height:100px}.form-group select{cursor:pointer}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.submit-button{padding:.875rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;color:#0f172a;background:#f8fafc;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.submit-button:hover:not(:disabled){background:#e2e8f0}.submit-button:active:not(:disabled){transform:scale(.98)}.submit-button:disabled{background:#22c55e;cursor:not-allowed}.error-message{color:#f87171;font-size:.9rem;text-align:center;margin:-.5rem 0 0}@media (max-width: 768px){.contact-title{margin-bottom:.75rem}.contact-subtitle{font-size:.9rem;margin-bottom:1.5rem}.form-group label{font-size:.85rem}.submit-button{padding:.75rem 1.25rem;font-size:.95rem}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:#0f172a;display:flex;align-items:center;justify-content:center;padding:2rem}.main-content{max-width:600px;width:100%}.intro-section{margin-bottom:4rem;text-align:center}.intro-section h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#f8fafc;margin-bottom:1rem;letter-spacing:-.02em}.tagline{font-size:clamp(1.1rem,2.5vw,1.35rem);color:#cbd5e1;margin-bottom:1.5rem;font-weight:500}.description{font-size:1rem;color:#94a3b8;line-height:1.7;max-width:500px;margin:0 auto}@media (max-width: 768px){.app{padding:3rem 1.5rem 1.5rem;align-items:flex-start}.intro-section{margin-bottom:3rem}.intro-section h1{margin-bottom:.75rem}.tagline{margin-bottom:1rem}}
