/* 05-demanda — formulário + seletor de cidade + mapa (bundle dd15fb0a, verbatim). */

.jg-demanda { background: #ffffff; padding: 72px 24px 84px; position: relative; overflow: hidden; }
.jg-demanda__inner { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; gap: 36px; }
.jg-demanda__cols { display: flex; flex-wrap: wrap; gap: 36px; align-items: flex-start; }
.jg-demanda__form-col { flex: 1 1 380px; min-width: 280px; }
.jg-demanda__map-col { flex: 1 1 420px; min-width: 280px; display: flex; flex-direction: column; gap: 12px; }

/* Seletor de cidade (dropdown custom com busca) */
.jg-city-box { position: relative; }
.jg-city-toggle { width: 100%; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 16px; padding: 16px 18px; border: 2px solid #dce5e2; border-radius: 14px; outline: none; background: #ffffff; color: #1a2b33; cursor: pointer; text-align: left; }
.jg-city-toggle:hover { border-color: #039580; }
.jg-city-toggle:focus { border-color: #039580; box-shadow: 0 0 0 4px rgba(3, 149, 128, .12); }
.jg-city-box.is-error .jg-city-toggle { border-color: #d64545; }
.jg-city-box.is-empty .jg-city-toggle { color: #5a6d75; }
.jg-city-chevron { flex: none; transition: transform .2s; }
.jg-city-box.is-open .jg-city-chevron { transform: rotate(180deg); }
.jg-city-error { margin-top: 6px; font-size: 13px; font-weight: 600; color: #d64545; }
.jg-city-drop { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 20; background: #ffffff; border: 2px solid #dce5e2; border-radius: 16px; box-shadow: 0 16px 40px rgba(3, 50, 44, .16); overflow: hidden; display: flex; flex-direction: column; }
.jg-city-search { padding: 10px; border-bottom: 1px solid #eef2f1; }
.jg-city-search input { width: 100%; box-sizing: border-box; font-family: 'Inter', sans-serif; font-size: 15px; padding: 10px 14px; border: 2px solid #dce5e2; border-radius: 10px; outline: none; background: #f6f8f7; }
.jg-city-search input:focus { border-color: #039580; background: #ffffff; }
.jg-city-list { max-height: 240px; overflow-y: auto; padding: 6px; display: flex; flex-direction: column; gap: 2px; }
.jg-city-option { padding: 11px 14px; border-radius: 10px; font-size: 15px; font-weight: 500; color: #1a2b33; background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.jg-city-option:hover { background: #e6f6f2; }
.jg-city-option__check { color: #039580; font-weight: 800; display: none; }
.jg-city-option.is-selected { font-weight: 700; color: #046052; background: #e6f6f2; }
.jg-city-option.is-selected .jg-city-option__check { display: inline; }
.jg-city-empty { padding: 14px; text-align: center; font-size: 14px; color: #5a6d75; }

/* Mapa */
.jg-map-card { background: #f6f8f7; border-radius: 20px; padding: 18px; }
.jg-map { position: relative; width: 100%; min-height: 300px; }
.jg-map-hint { margin: 0; text-align: center; font-size: 14px; font-weight: 600; color: #5a6d75; }
.jg-selected-pill { align-self: center; background: #fcc609; color: #046052; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 15px; padding: 10px 20px; border-radius: 999px; }
