.contact-info-card { background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: all 0.3s ease; height: 100%; }
.contact-info-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.12); }
.contact-info-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #0a4d8c 0%, #27aafc 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-size: 28px; margin-bottom: 20px; }
.map-container { border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); position: relative; }
.map-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* Captcha & Inquiry Form */
.huaci-captcha-img { background: #f8f9fa; flex-shrink: 0; }
.huaci-inquiry-msg { border-radius: 8px; font-size: 14px; padding: 12px 16px; margin-top: 8px; }
.huaci-inquiry-msg.alert-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.huaci-inquiry-msg.alert-danger { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
