.contactContainer{margin:2rem auto;max-width:1200px;padding:0 1rem}.contactHeader{margin-bottom:3rem;text-align:center}.contactHeader h1{color:#1a202c;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contactHeader p{color:#4a5568;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.contactContent{display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.contactInfo{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.contactInfo h2{color:#1a202c;font-size:1.5rem;font-weight:600}.contactInfo h2,.infoItem{margin-bottom:1.5rem}.infoItem h3{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.infoItem p{color:#4a5568;line-height:1.6}.infoItem a{color:#3182ce;text-decoration:none}.infoItem a:hover{text-decoration:underline}.officeCard{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:2rem;padding:2rem}.officeTitle{color:#1a202c;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.officeAddress{color:#4a5568;font-style:normal;line-height:1.6;margin-bottom:1.5rem}.companyName{color:#2d3748;display:block;font-weight:600;margin-bottom:.5rem}.officeMap{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;height:300px;width:100%}.contactForm{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:2rem}.contactForm h2{color:#1a202c;font-size:1.5rem;font-weight:600}.contactForm h2,.formGroup{margin-bottom:1.5rem}.formLabel{color:#2d3748;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.formInput,.formTextarea{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.formInput:focus,.formTextarea:focus{border-color:#3182ce;box-shadow:0 0 0 3px rgba(49,130,206,.1);outline:none}.formTextarea{min-height:120px;resize:vertical}.formError{color:#e53e3e;display:block;font-size:.875rem;margin-top:.25rem}.submitBtn{background:linear-gradient(135deg,#3182ce,#2c5aa0);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .2s;width:100%}.submitBtn:hover{background:linear-gradient(135deg,#2c5aa0,#2a4a8a);box-shadow:0 4px 12px rgba(49,130,206,.3);transform:translateY(-1px)}.submitBtn:active{transform:translateY(0)}.businessHours{background:#edf2f7;border-radius:8px;margin-top:1rem;padding:1.5rem}.businessHours h4{color:#2d3748;font-weight:600;margin-bottom:.5rem}.businessHours p{color:#4a5568;font-size:.9rem;margin:0}.flashMessage{border-radius:6px;font-weight:500;margin-bottom:1.5rem;padding:1rem}.flashSuccess{background-color:#f0fff4;border:1px solid #9ae6b4;color:#22543d}.flashError{background-color:#fed7d7;border:1px solid #feb2b2;color:#742a2a}.formSection{grid-column:1/-1;margin-top:2rem}@media (max-width:768px){.contactContent{gap:2rem;grid-template-columns:1fr}.contactHeader h1{font-size:2rem}.contactForm,.contactInfo,.officeCard{padding:1.5rem}.officeMap{height:250px}.formSection{margin-top:1rem}}@media (max-width:480px){.contactContainer{padding:0 .5rem}.contactForm,.contactInfo,.officeCard{padding:1rem}.officeMap{height:200px}}