.contact-page{max-width:900px;margin:2rem auto;padding:0 1rem;font-family:Arial,sans-serif;background-color:var(--content-bg);color:var(--text-color)}.contact-page h1{margin-bottom:1.5rem;text-align:center;color:var(--heading-color)}.contact-page section{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color,#ddd)}.address p,.contact-info a{font-size:1.1rem;color:var(--link-color);text-decoration:none}.contact-info a:hover{text-decoration:underline}.map iframe{max-width:100%;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.1);background-color:var(--card-bg)}@media (max-width:768px){.contact-page{padding:1rem}.contact-info h1{font-size:1.75rem}}