
/* ===== LV Contact styles ===== */
.lvc-wrap{ background:#fff; padding:16px; }
.lvc-inner{ display:grid; grid-template-columns:1fr; gap:16px; align-items:start; }
@media (min-width:900px){ .lvc-inner{ grid-template-columns: 1.1fr 1fr; gap:24px; } }

.lvc-title{ font-size:28px; margin:0 0 6px; font-weight:800; color:#0f172a; }
.lvc-sub{ margin:0 0 14px; color:#475569; }

.lvc-card{ border:1px solid #e5e7eb; border-radius:14px; padding:14px; background:#FFF6E6; }
.lvc-row{ display:flex; gap:12px; align-items:center; padding:8px 4px; }
.lvc-icon{ width:38px; height:38px; border-radius:10px; display:grid; place-items:center; background:#fff; border:1px solid #f0e6d6; font-size:18px; }
.lvc-label{ font-size:12px; color:#64748b; text-transform:uppercase; letter-spacing:.04em; }
.lvc-link{ color:#2563eb; text-decoration:none; font-weight:600; }
.lvc-text{ color:#0f172a; }

.lvc-form{ border:1px solid #e5e7eb; border-radius:14px; padding:14px; background:#fff; }
.lvc-grid{ display:grid; grid-template-columns:1fr; gap:12px; }
@media (min-width:600px){ .lvc-grid{ grid-template-columns:1fr 1fr; } }
.lvc-field{ display:grid; gap:6px; }
.lvc-field span{ font-size:13px; color:#475569; }
.lvc-field input, .lvc-field textarea{
  border:1px solid #e5e7eb; border-radius:10px; padding:10px 12px; font:inherit; outline:none;
}
.lvc-field input:focus, .lvc-field textarea:focus{ border-color:#2563eb; box-shadow:0 0 0 3px rgba(37,99,235,.15); }
.lvc-btn{
  margin-top:10px; padding:12px 14px; border-radius:10px; border:1px solid #2563eb; background:#2563eb; color:#fff; font-weight:700; width:100%;
}
.lvc-msg{ margin-top:10px; font-size:14px; min-height:18px; }
.lvc-hp{ display:none !important; }

.lvc-map{ margin-top:16px; }
.lvc-map iframe{ width:100%; height:360px; border:0; border-radius:14px; box-shadow:0 12px 24px rgba(0,0,0,.06); }
