.contact-page-wrapper{display:flex;flex-direction:column;margin-block:32px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:var(--background,#fff);color:var(--text-color,#222)}.main-content{flex:1;max-width:1200px}.header-section{background:linear-gradient(90deg,#9be7ff,#ffffff);padding:3rem 1rem;text-align:center;border-radius:8px;margin-bottom:2rem}.header-section h1{font-size:2.5rem;margin-bottom:.5rem}.header-section p{font-size:1.125rem;color:#555}.contact-section,.contact-wrapper{display:flex;flex-direction:column;gap:3rem}@media (min-width:762px){.contact-wrapper{flex-direction:row}}.contact-info{padding:16px 32px;flex:1;margin:0 auto}.contact-info h2{font-size:1.75rem;margin-bottom:1rem}.info-card{display:flex;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.icon-circle{background-color:rgba(59,130,246,.1);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#3b82f6;flex-shrink:0}.info-card h3{margin:0 0 .25rem;font-weight:600}.info-card address,.info-card p{margin:0;color:#666;font-style:normal}.map-container{margin-top:1rem;border-radius:12px;overflow:hidden;height:300px}.map-container iframe{width:100%;height:100%;border:0}.contact-form{flex:1}.contact-form h2{font-size:1.75rem;margin-bottom:1rem}.form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-group{flex:1;display:flex;flex-direction:column}label{font-weight:600;margin-bottom:.25rem}.contact-form input,textarea{padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;resize:vertical;font-family:inherit;transition:border-color .3s ease}input:focus,textarea:focus{border-color:#3b82f6;outline:none}textarea{min-height:120px}.btn-submit{background-color:#3b82f6;border:none;color:white;font-weight:600;font-size:1rem;padding:.75rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .3s ease}.btn-submit:hover{background-color:#2563eb}.icon-send{width:16px;height:16px}.submission-message{text-align:center;padding:3rem 1rem}.success-icon{background-color:#d1fae5;color:#059669;width:64px;height:64px;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center}.submission-message h3{margin-bottom:.5rem;font-weight:700;font-size:1.5rem}.submission-message p{color:#555}.faq-section{margin-top:4rem;padding:2rem 1rem;background-color:#f5f5f5;border-radius:8px}.faq-header{text-align:center;margin-bottom:2rem}.faq-header h2{font-size:2rem;margin-bottom:.5rem}.faq-header p{color:#666}.faq-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.faq-grid{grid-template-columns:repeat(2,1fr)}}.faq-card{background-color:white;padding:1.5rem;border-radius:8px;box-shadow:0 0 8px rgba(0,0,0,.1)}.faq-icon{color:#3b82f6;margin-bottom:.5rem;font-size:1.25rem}.faq-card h3{margin:0 0 .5rem;font-weight:600}.faq-card p{color:#444;margin:0}