.file-upload-container{width:100%;margin-bottom:.5rem}.file-upload-dropzone{border:2px dashed #e2e8f0;border-radius:.5rem;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f8fafc;cursor:pointer;transition:all .2s ease}.file-upload-dropzone:hover{border-color:#2563eb;background-color:rgba(37,99,235,.05)}.file-upload-dropzone.dragging{border-color:#2563eb;background-color:rgba(37,99,235,.1)}.file-upload-input{display:none}.file-upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.file-upload-text{display:flex;flex-direction:column;gap:.25rem}.file-upload-title{font-size:.875rem;color:#334155}.file-upload-highlight{color:#2563eb;font-weight:500}.file-upload-subtitle{font-size:.75rem;color:#64748b}.file-upload-preview{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:.5rem;background-color:#f8fafc;border:1px solid #e2e8f0}.file-upload-preview-content{display:flex;align-items:center;gap:.75rem}.file-upload-info{display:flex;flex-direction:column;gap:.25rem}.file-upload-name{font-size:.875rem;font-weight:500;color:#334155;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-upload-size{font-size:.75rem;color:#64748b}.file-upload-remove{background-color:#f1f5f9;border:none;border-radius:9999px;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .2s ease}.file-upload-remove:hover{background-color:#e2e8f0;color:#ef4444}.file-upload-error{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem;border-radius:.25rem;background-color:#fee2e2;color:#b91c1c;font-size:.75rem}@media (max-width:640px){.file-upload-dropzone{padding:1.5rem 1rem}.file-upload-name{max-width:150px}}.contact-hero{position:relative;padding-top:8rem;padding-bottom:5rem;background-color:#f8fafc}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.contact-hero-content{max-width:48rem;margin:0 auto;text-align:center}.contact-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;background-color:rgba(37,99,235,.1);color:#2563eb;font-weight:500;font-size:.875rem}.contact-title{font-size:2.25rem;font-weight:700;margin-top:1rem;margin-bottom:1.5rem;line-height:1.2}@media (min-width:768px){.contact-title{font-size:3rem}}.contact-title-highlight{background:linear-gradient(90deg,#2563eb,#0ea5e9);-webkit-background-clip:text;background-clip:text;color:transparent}.contact-description{font-size:1.125rem;color:#64748b;margin-bottom:2rem}.section{padding:5rem 0}.section-white{background-color:#fff}.section-gray{background-color:#f8fafc}.section-wavy{background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='pattern' width='100' height='100' viewBox='0 0 100 100' patternUnits='userSpaceOnUse' patternTransform='rotate(0)'%3E%3Cpath d='M 0,50 C 20,30 40,30 50,50 C 60,70 80,70 100,50 L 100,100 L 0,100 Z' fill='%233b82f620'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23pattern)'/%3E%3C/svg%3E");background-size:100% 100%}.contact-info-grid{display:grid;grid-gap:2rem;gap:2rem}@media (min-width:768px){.contact-info-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.contact-info-grid{grid-template-columns:repeat(4,1fr)}}.contact-info-card{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);text-align:center;transition:all .3s}.contact-info-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.contact-info-icon-container{width:3rem;height:3rem;background-color:rgba(37,99,235,.1);border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.contact-info-icon{height:1.5rem;width:1.5rem;color:#2563eb}.contact-info-title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.contact-info-text{color:#64748b}.contact-info-link{color:#64748b;transition:color .2s}.contact-info-link:hover{color:#2563eb}.contact-form-section{padding:3rem 0}.contact-form-container{max-width:72rem;margin:0 auto}.contact-form-card{background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.contact-form-grid{display:grid}@media (min-width:768px){.contact-form-grid{grid-template-columns:2fr 3fr}}.contact-form-sidebar{background:linear-gradient(to bottom right,#2563eb,#0ea5e9);color:#fff;padding:2rem;display:flex;flex-direction:column;justify-content:space-between}.contact-sidebar-content{margin-bottom:2rem}.contact-sidebar-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.contact-sidebar-text{margin-bottom:2rem;opacity:.9}.contact-sidebar-info{display:flex;flex-direction:column;gap:1rem}.contact-sidebar-info-item{display:flex;align-items:flex-start}.contact-sidebar-info-icon{height:1.25rem;width:1.25rem;margin-right:.75rem;margin-top:.125rem;flex-shrink:0}.contact-sidebar-info-text{display:block}.contact-sidebar-info-link{color:#fff;transition:opacity .2s}.contact-sidebar-info-link:hover{opacity:.8;text-decoration:underline}.contact-sidebar-logo{height:3rem;width:auto}.contact-form-content{padding:0 2rem 2rem}.contact-form-tabs{display:flex;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}.contact-form-tab{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#64748b;border:2px solid transparent;background:none;cursor:pointer}.contact-form-tab.active{color:#2563eb;border-bottom-color:#2563eb}.contact-form-heading{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.contact-form-subheading{color:#64748b;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-row{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.contact-form-row{grid-template-columns:repeat(2,1fr)}}.contact-form-field{display:flex;flex-direction:column}.contact-form-label{display:block;font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.25rem}.contact-form-input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.375rem;transition:all .2s}.contact-form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.2)}.contact-form-textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.375rem;transition:all .2s;resize:vertical;min-height:8rem}.contact-form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.2)}.form-error-message{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;border-radius:.375rem;background-color:#fee2e2;color:#b91c1c;font-size:.875rem}.form-error-icon{height:1rem;width:1rem;flex-shrink:0}.contact-form-checkbox-container{display:flex;align-items:center;margin-bottom:1.5rem}.contact-form-checkbox{height:1rem;width:1rem;border-radius:.25rem;border:1px solid #e2e8f0;margin-right:.5rem;accent-color:#2563eb}.contact-form-checkbox-label{font-size:.875rem;color:#64748b}.contact-form-checkbox-link{color:#2563eb;transition:opacity .2s}.contact-form-checkbox-link:hover{opacity:.8;text-decoration:underline}.contact-form-button{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.5rem;background:linear-gradient(90deg,#2563eb,#0ea5e9);color:#fff;font-weight:500;border-radius:.375rem;transition:opacity .2s;cursor:pointer}.contact-form-button:hover{opacity:.9}.contact-form-button:disabled{opacity:.7;cursor:not-allowed}.contact-form-button-icon,.contact-form-spinner{margin-right:.5rem;height:1rem;width:1rem}.contact-form-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.map-section{padding:5rem 0}.map-container{max-width:72rem;margin:0 auto}.map-header{text-align:center;max-width:48rem;margin:0 auto 3rem}.map-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.map-description{font-size:1.125rem;color:#64748b}.map-frame{border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);height:25rem;position:relative;background-color:#e2e8f0}.map-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#64748b}.map-image{width:100%;height:100%;object-fit:cover}.faq-section{padding:5rem 0}.faq-header{text-align:center;max-width:48rem;margin:0 auto 4rem}.faq-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;background-color:rgba(37,99,235,.1);color:#2563eb;font-weight:500;font-size:.875rem}.faq-title{font-size:1.875rem;font-weight:700;margin-top:1rem;margin-bottom:1.5rem}.faq-description{font-size:1.125rem;color:#64748b}.faq-container{max-width:64rem;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}.faq-question{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.faq-answer{color:#64748b}.cta-section{padding:5rem 0;background:linear-gradient(90deg,#2563eb,#0ea5e9);color:#fff}.cta-container{max-width:64rem;margin:0 auto;text-align:center}.cta-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}@media (min-width:768px){.cta-title{font-size:2.25rem}}.cta-description{font-size:1.25rem;opacity:.9;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.cta-button-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.375rem;background-color:#fff;color:#2563eb;font-weight:500;transition:all .3s}.cta-button-primary:hover{background-color:#f1f5f9}.cta-button-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.375rem;border:1px solid #fff;color:#fff;font-weight:500;transition:all .3s}.cta-button-secondary:hover{background-color:hsla(0,0%,100%,.1)}