.contact-page{color:#333;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.contact-container{max-width:1600px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;color:#333;margin-bottom:3rem;font-size:2rem;font-weight:700;position:relative}.section-title:after{content:"";background-color:#639;width:80px;height:4px;position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%)}.contact-hero{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:5rem 2rem}.contact-hero-content{max-width:800px;margin:0 auto}.contact-title{color:#333;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.contact-subtitle{color:#555;max-width:600px;margin:0 auto;font-size:1.25rem}.contact-main{background:#fff;padding:5rem 0}.contact-grid{justify-content:center;max-width:800px;margin:0 auto;display:flex}.contact-form-container{background:#fff;border-radius:8px;width:100%;padding:2.5rem;box-shadow:0 2px 10px #0000000d}.form-title{color:#333;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.form-message{border-radius:4px;margin-bottom:1.5rem;padding:1rem;font-weight:500}.form-message.success{color:#2e7d32;background-color:#e6f7e6;border:1px solid #c8e6c9}.form-message.error{color:#c62828;background-color:#ffebee;border:1px solid #ffcdd2}.contact-form{gap:1.5rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:#333;margin-bottom:.5rem;font-weight:500}.required{color:#d32f2f}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;padding:.75rem;font-family:inherit;font-size:1rem}.form-group textarea{resize:vertical;min-height:120px;max-height:300px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#639;outline:none;box-shadow:0 0 0 2px #6393}.file-upload-container{flex-direction:column;gap:.5rem;display:flex}.file-upload-box{text-align:center;cursor:pointer;border:2px dashed #ddd;border-radius:4px;padding:2rem 1rem;transition:all .2s;position:relative}.file-upload-box:hover{background-color:#6633990d;border-color:#639}.file-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.file-upload-text{color:#666;flex-direction:column;align-items:center;gap:.5rem;display:flex}.file-icon{flex-shrink:0;margin-bottom:.5rem;width:32px!important;height:32px!important}.file-icon-small{flex-shrink:0;width:16px!important;height:16px!important}.file-error{color:#d32f2f;margin-top:.25rem;font-size:.875rem}.file-preview{background-color:#f8f9fa;border-radius:4px;justify-content:space-between;align-items:center;margin-top:.5rem;padding:.75rem 1rem;display:flex}.file-info{align-items:center;gap:.5rem;display:flex}.file-name{white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-weight:500;overflow:hidden}.file-size{color:#666;font-size:.875rem}.remove-file-button{color:#d32f2f;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.remove-file-button:hover{background-color:#d32f2f1a}.submit-button{color:#fff;cursor:pointer;background:#639;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s}.submit-button:hover{background:#5a2d8a}.contact-map{background:#f5f5f5;padding:5rem 0}.map-container{max-width:1200px;margin:0 auto;padding:0 2rem}.map-wrapper{border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.contact-faq{background:#fff;padding:5rem 0}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;display:grid}.faq-item{background:#f8f9fa;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000000d}.faq-question{color:#333;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.faq-answer{color:#555;line-height:1.6}@media (max-width:992px){.contact-grid,.faq-grid{grid-template-columns:1fr}}@media (max-width:768px){.section-title{font-size:1.75rem}.contact-title{font-size:2rem}.contact-form-container{padding:1.5rem}.file-name{max-width:150px}}@media (max-width:480px){.file-preview{flex-direction:column;align-items:flex-start;gap:.5rem}.remove-file-button{align-self:flex-end}}.dark .contact-page{color:#e2e8f0}.dark .section-title{color:#f1f5f9}.dark .contact-hero{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%)}.dark .contact-title{color:#f1f5f9}.dark .contact-subtitle{color:#cbd5e1}.dark .contact-main{background:#0f172a}.dark .contact-form-container{background:#1e293b;box-shadow:0 2px 10px #0000004d}.dark .form-title{color:#f1f5f9}.dark .form-message.success{color:#4ade80;background-color:#22c55e1a;border-color:#22c55e4d}.dark .form-message.error{color:#f87171;background-color:#ef44441a;border-color:#ef44444d}.dark .form-group label{color:#e2e8f0}.dark .form-group input,.dark .form-group select,.dark .form-group textarea{color:#f1f5f9;background:#334155;border-color:#475569}.dark .form-group input::-moz-placeholder{color:#94a3b8}.dark .form-group textarea::-moz-placeholder{color:#94a3b8}.dark .form-group input::placeholder,.dark .form-group textarea::placeholder{color:#94a3b8}.dark .form-group input:focus,.dark .form-group select:focus,.dark .form-group textarea:focus{border-color:#639;box-shadow:0 0 0 2px #6633994d}.dark .file-upload-box{background:#334155;border-color:#475569}.dark .file-upload-box:hover{background-color:#6633991a;border-color:#639}.dark .file-upload-text{color:#cbd5e1}.dark .file-preview{background-color:#334155}.dark .file-name{color:#f1f5f9}.dark .file-size{color:#94a3b8}.dark .remove-file-button{color:#f87171}.dark .remove-file-button:hover{background-color:#ef44441a}.dark .contact-map{background:#1e293b}.dark .map-wrapper{box-shadow:0 2px 10px #0006}.dark .contact-faq{background:#0f172a}.dark .faq-item{background:#1e293b;box-shadow:0 2px 10px #0000004d}.dark .faq-question{color:#f1f5f9}.dark .faq-answer{color:#cbd5e1}
