/* Scoped to the static contact page; uses the master page's IRANSans and icons. */
.contact-page { max-width: 1120px; margin: 0 auto; padding: 32px 20px 80px; color: #242424; text-align: right; font-size: 17px; line-height: 1.9; }
.contact-page * { box-sizing: border-box; transition: none; }
.contact-page h1 { font-size: clamp(26px, 4vw, 36px); line-height: 1.6; margin: 0 0 12px; }
.contact-page h2 { font-size: 23px; line-height: 1.6; margin: 0 0 16px; }
.contact-page h3 { font-size: 20px; line-height: 1.7; margin: 0 0 12px; }
.contact-page p, .contact-page address { font-size: 17px; line-height: 1.9; margin: 0; font-style: normal; color: #555; overflow-wrap: anywhere; }
.contact-intro { margin-bottom: 28px; }
.contact-card { min-width: 0; padding: 24px; border: 1px solid #e5dfd3; border-radius: 12px; background: #fff; box-shadow: 0 3px 12px rgba(30, 25, 15, .035); }
.contact-phone { display: flex; flex-direction: column; gap: 20px; background: #faf8f3; }
.contact-phone h2 { margin-bottom: 4px; }
.contact-page .contact-number { display: inline-block; white-space: nowrap; font-size: clamp(25px, 5vw, 32px); font-weight: 700; color: #242424; line-height: 1.8; }
.contact-page .contact-action { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 10px 20px; border: 1px solid #6f5723; border-radius: 8px; background: #6f5723; color: #fff; font: inherit; font-weight: 600; text-align: center; text-decoration: none; line-height: 1.6; }
.contact-page a:focus-visible { outline: 3px solid #916d22 !important; outline-offset: 4px; }
.contact-page .contact-action:hover { background: #57431a; }
.contact-page .contact-whatsapp { margin-top: 20px; background: #236347; border-color: #236347; }
.contact-page .contact-action:disabled { background: #edf1ee; border-color: #cbd6ce; color: #526157; cursor: not-allowed; }
.contact-section { margin-top: 36px; }
.contact-section > p { margin-bottom: 20px; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.contact-page h3 i { color: #80652c; margin-inline-end: 6px; }
.contact-placeholder { border-style: dashed; background: #fafafa; }
@media (min-width: 768px) {
    .contact-page { padding-top: 48px; }
    .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-phone { flex-direction: row; align-items: center; justify-content: space-between; }
}
@media (min-width: 1100px) {
    .contact-branches { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.contact-page .contact-manager-number { display: inline-block; white-space: nowrap; font-size: 21px; font-weight: 600; }
