.page-module__j6Q3dW__main{background-color:var(--background);min-height:100vh}.page-module__j6Q3dW__hero{padding:80px 0;position:relative;overflow:hidden}.page-module__j6Q3dW__heroBackground{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);opacity:.95;position:absolute;inset:0}.page-module__j6Q3dW__heroContent{z-index:1;text-align:center;max-width:600px;margin:0 auto;position:relative}.page-module__j6Q3dW__heroTitle{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:700}.page-module__j6Q3dW__heroDescription{color:#ffffffe6;font-size:1.25rem;line-height:1.6}.page-module__j6Q3dW__contactSection{padding:80px 0}.page-module__j6Q3dW__contactGrid{grid-template-columns:1fr 1.5fr;align-items:start;gap:60px;display:grid}.page-module__j6Q3dW__contactInfo{background:var(--card-background);border:1px solid var(--border-color);border-radius:16px;padding:40px}.page-module__j6Q3dW__infoTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.page-module__j6Q3dW__infoDescription{color:var(--text-secondary);margin-bottom:2rem}.page-module__j6Q3dW__infoItems{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.page-module__j6Q3dW__infoItem{align-items:flex-start;gap:1rem;display:flex}.page-module__j6Q3dW__infoIcon{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-module__j6Q3dW__infoIcon svg{width:24px;height:24px}.page-module__j6Q3dW__infoContent h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;font-weight:600}.page-module__j6Q3dW__infoContent p{color:var(--text-secondary);font-size:.95rem}.page-module__j6Q3dW__hours{border-top:1px solid var(--border-color);padding-top:1.5rem}.page-module__j6Q3dW__hours h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.page-module__j6Q3dW__hours p{color:var(--text-secondary);margin-bottom:.25rem;font-size:.9rem}.page-module__j6Q3dW__contactForm{background:var(--card-background);border:1px solid var(--border-color);border-radius:16px;padding:40px}.page-module__j6Q3dW__formTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.page-module__j6Q3dW__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.page-module__j6Q3dW__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.page-module__j6Q3dW__formRow .page-module__j6Q3dW__formGroup{margin-bottom:0}.page-module__j6Q3dW__formGroup label{color:var(--text-primary);font-size:.9rem;font-weight:500}.page-module__j6Q3dW__formGroup input,.page-module__j6Q3dW__formGroup select,.page-module__j6Q3dW__formGroup textarea{border:1px solid var(--border-color);background:var(--background);color:var(--text-primary);border-radius:8px;padding:12px 16px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.page-module__j6Q3dW__formGroup input:focus,.page-module__j6Q3dW__formGroup select:focus,.page-module__j6Q3dW__formGroup textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #667eea1a}.page-module__j6Q3dW__formGroup textarea{resize:vertical;min-height:120px}.page-module__j6Q3dW__submitButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:14px 24px;font-size:1rem;font-weight:600;transition:opacity .2s,transform .2s;display:flex}.page-module__j6Q3dW__submitButton:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.page-module__j6Q3dW__submitButton:disabled{opacity:.7;cursor:not-allowed}.page-module__j6Q3dW__submitButton svg{width:20px;height:20px}.page-module__j6Q3dW__spinner{animation:1s linear infinite page-module__j6Q3dW__spin}@keyframes page-module__j6Q3dW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__j6Q3dW__successMessage{text-align:center;padding:40px 20px}.page-module__j6Q3dW__successIcon{color:#10b981;width:64px;height:64px;margin-bottom:1.5rem}.page-module__j6Q3dW__successMessage h2{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.page-module__j6Q3dW__successMessage p{color:var(--text-secondary);margin-bottom:1.5rem}.page-module__j6Q3dW__newMessageButton{background:var(--background);color:var(--primary);border:1px solid var(--primary);cursor:pointer;border-radius:8px;padding:12px 24px;font-size:.95rem;font-weight:500;transition:background-color .2s}.page-module__j6Q3dW__newMessageButton:hover{background:#667eea1a}.page-module__j6Q3dW__errorMessage{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:12px 16px;display:flex}.page-module__j6Q3dW__errorMessage svg{flex-shrink:0;width:20px;height:20px}.page-module__j6Q3dW__faqSection{background:var(--background-secondary);padding:80px 0}.page-module__j6Q3dW__faqTitle{color:var(--text-primary);text-align:center;margin-bottom:3rem;font-size:2rem;font-weight:600}.page-module__j6Q3dW__faqGrid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto;display:grid}.page-module__j6Q3dW__faqItem{background:var(--card-background);border:1px solid var(--border-color);border-radius:12px;padding:24px}.page-module__j6Q3dW__faqItem h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.page-module__j6Q3dW__faqItem p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width:1024px){.page-module__j6Q3dW__contactGrid{grid-template-columns:1fr;gap:40px}.page-module__j6Q3dW__contactInfo{order:2}.page-module__j6Q3dW__contactForm{order:1}}@media (max-width:768px){.page-module__j6Q3dW__heroTitle{font-size:2rem}.page-module__j6Q3dW__heroDescription{font-size:1rem}.page-module__j6Q3dW__formRow,.page-module__j6Q3dW__faqGrid{grid-template-columns:1fr}.page-module__j6Q3dW__contactInfo,.page-module__j6Q3dW__contactForm{padding:24px}}
