.contact-page { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; padding: 20px; background-color: #f0f0f0; }
.contact-info { background: #fff; border: 1px solid #ccc; border-radius: 8px; max-width: 650px; flex: 1 1 650px; padding: 20px; box-shadow: 0 4px 10px rgba(0,0,0,.1); }
.contact-info h1 { text-align: center; font-size: 24px; font-weight: 600; margin-bottom: 20px; color: #333; }
.contact-info h3 { font-size: 18px; margin-bottom: 15px; color: #444; }
.contact-info p { font-size: 16px; color: #555; margin-bottom: 10px; }
.contact-info strong { color: #333; }
.contact-info a { color: #3b87f9; text-decoration: none; }
.contact-info a:hover { text-decoration: underline; }
.map-container { width: 100%; min-height: 300px; border-radius: 8px; overflow: hidden; margin-top: 20px; }
.contact-form-box { background: #fff; border: 1px solid #ccc; border-radius: 8px; max-width: 450px; flex: 1 1 450px; padding: 20px; box-shadow: 0 4px 10px rgba(0,0,0,.1); }
.contact-form-box h1 { text-align: center; font-size: 24px; font-weight: 600; margin-bottom: 20px; color: #333; }
.contact-livechat__root { border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px; background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,.05); }
.contact-livechat__history { list-style: none; margin: 0; padding: 0; max-height: 320px; overflow: auto; }
.contact-livechat__li { margin: 6px 0; display: flex; }
.contact-livechat__li--client { justify-content: flex-end; }
.contact-livechat__bubble { display: inline-block; padding: 8px 10px; border-radius: 10px; max-width: 75%; white-space: pre-wrap; word-break: break-word; }
.contact-livechat__bubble--client { background: #3b87f9; color: #fff; }
.contact-livechat__bubble--op { background: #f1f5f9; color: #0f172a; }
.contact-livechat__bubble.pending { opacity: .6; }
.contact-livechat__form { display: flex; gap: 8px; margin-top: 10px; }
.contact-livechat__input { flex: 1; padding: 10px; border: 1px solid #cbd5e1; border-radius: 6px; }
.contact-livechat__btn { padding: 10px 14px; border: 0; border-radius: 6px; background: #3b87f9; color: #fff; font-weight: 600; cursor: pointer; }
.contact-livechat__btn:hover { background: #2f6dd0; }
.contact-page .alert { margin: 10px 0 0; padding: 10px 12px; border-radius: 6px; background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; font-size: 14px; }
.contact-page .meta-description-hidden { display: none; }
.contact-page .map-iframe { border: 0; }
