.contact-us-page.container{width:72%;margin:2rem auto;padding:0 0 2.2rem}@media only screen and (max-width:768px){.contact-us-page.container{width:95%}}.contact-us-page .page-title{margin-bottom:1.75rem}.contact-us-page .page-title h1{font-size:2rem;margin-bottom:.35rem;color:#fff}.contact-us-page .page-title p{color:#fff;max-width:600px;font-size:.98rem;opacity:.8}.contact-us-page .grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:1.75rem;align-items:flex-start}@media(max-width:800px){.contact-us-page .grid{grid-template-columns:minmax(0,1fr)}}.contact-us-page .card{background:var(--white);border-radius:.75rem;border:1px solid var(--border);padding:1.5rem 1.4rem;box-shadow:0 10px 30px rgba(15,23,42,.05)}.contact-us-page .card h2{font-size:1.2rem;margin-bottom:.75rem;color:var(--primary)}.contact-us-page .card li,.contact-us-page .card p{font-size:.96rem}.contact-us-page .contact-form{display:flex;flex-direction:column;gap:.85rem}.contact-us-page .helper-text{font-size:.78rem;color:var(--muted)}.contact-us-page .address-block{margin-bottom:1.25rem}.contact-us-page .address-block h3{font-size:1rem;margin-bottom:.4rem;color:#111827}.contact-us-page .address-line{font-size:.96rem;color:#797979}.contact-us-page .address-meta{margin-top:.55rem;font-size:.9rem;color:var(--muted)}.contact-us-page .address-meta strong{color:#111827;font-weight:600}.contact-us-page .map-wrapper{border-radius:.75rem;border:1px solid var(--border);overflow:hidden;background:#e5e7eb;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;position:relative}.contact-us-page .map-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.contact-us-page .map-badge{position:absolute;bottom:.85rem;left:.85rem;padding:.25rem .6rem;border-radius:999px;background:rgba(15,23,42,.9);color:#e5e7eb;font-size:.75rem}.contact-us-page .meta-list{list-style:none;margin-top:.75rem;display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.contact-us-page .meta-list span.label{font-weight:600;color:#111827}.contact-us-page .supporting-text{margin-top:.75rem;font-size:.9rem;color:var(--muted)}