.map-section{background-color:#fff;width:100%;padding:80px 5%}.map-container{flex-direction:column;align-items:center;width:100%;max-width:1600px;margin:0 auto;display:flex}.map-text{text-align:center;max-width:900px;margin-bottom:40px}.map-title{color:#173741;margin-bottom:20px;font-family:Black Han Sans,sans-serif;font-size:clamp(28px,4vw,42px);position:relative}.map-title:after{content:"";background:linear-gradient(90deg,#1677ffe6 0%,#ec0a0ae6 100%);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.map-description{color:#555;margin-bottom:30px;font-family:Roboto,sans-serif;font-size:18px;line-height:1.6}.map-stats-bar{background-color:#173741e6;border-radius:12px;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin-bottom:40px;padding:20px 30px;display:flex;box-shadow:0 10px 30px #00000026}.map-stat{flex-direction:column;align-items:center;padding:0 15px;display:flex}.map-stat-number{color:#fff;margin-bottom:5px;font-family:Black Han Sans,sans-serif;font-size:clamp(26px,3vw,36px)}.map-stat-label{color:#fffc;text-transform:uppercase;letter-spacing:1px;font-family:Roboto,sans-serif;font-size:14px}.map-stats-button{color:#fff;background-color:#1677ff;border-radius:30px;align-items:center;padding:12px 24px;font-family:Roboto,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 12px #1677ff40}.map-stats-button:hover{background-color:#0e63e1;transform:translateY(-3px);box-shadow:0 6px 16px #1677ff66}.map-stats-button svg{margin-left:8px;transition:transform .3s}.map-stats-button:hover svg{transform:translate(5px)}.map-visualization{width:100%;margin-bottom:40px;position:relative}.map-box{background-color:#f0f0f0;border-radius:16px;width:100%;height:600px;position:relative;overflow:hidden;box-shadow:0 15px 40px #00000026}.map-loading{justify-content:center;align-items:center;display:flex}.map-loaded{background-color:#173741}.map-loading-indicator{z-index:10;background-color:#fffc;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.map-loading-spinner{border:5px solid #1677ff33;border-top-color:#1677ff;border-radius:50%;width:50px;height:50px;margin-bottom:15px;animation:1.5s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.map-loading-indicator p{color:#555;font-family:Roboto,sans-serif;font-size:16px}.map-placeholder{background-position:50%;background-size:cover;width:100%;height:100%}.map-legend{z-index:500;background-color:#ffffffe6;border-radius:8px;width:150px;padding:15px;position:absolute;bottom:20px;right:20px;box-shadow:0 2px 10px #0003}.map-legend-title{color:#173741;text-align:center;margin-bottom:8px;font-family:Roboto,sans-serif;font-size:14px;font-weight:600}.map-legend-gradient{background:linear-gradient(90deg,#fc0,#ff9500,#ff5e00,#ee2a1b);border-radius:5px;width:100%;height:10px;margin-bottom:6px}.map-legend-labels{color:#555;justify-content:space-between;font-family:Roboto,sans-serif;font-size:12px;display:flex}.map-details{z-index:1000;background-color:#fffffff2;border-radius:12px;flex-direction:column;max-height:90%;transition:all .3s;display:flex;position:absolute;overflow:hidden;box-shadow:0 5px 20px #00000026}.map-details-desktop{width:400px;height:calc(100% - 40px);top:20px;bottom:20px;right:20px}.map-details-mobile{border-radius:20px 20px 0 0;width:100%;max-height:70%;bottom:0;left:0;right:0}.map-details-header{color:#fff;background-color:#173741;border-bottom:1px solid #0000001a;flex-shrink:0;justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.map-details-title{margin:0;font-family:Roboto,sans-serif;font-size:18px;font-weight:600}.map-details-close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:24px;transition:background-color .2s;display:flex}.map-details-close:hover{background-color:#fff3}.map-incidents-list{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#0000004d transparent;flex-grow:1;padding:10px;overflow-y:auto}.map-incidents-list::-webkit-scrollbar{width:6px}.map-incidents-list::-webkit-scrollbar-track{background:0 0}.map-incidents-list::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:3px}.map-incident-link{color:inherit;text-decoration:none;display:block}.map-incident-item{background-color:#fff;border-bottom:1px solid #0000001a;border-radius:8px;margin-bottom:10px;padding:15px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 10px #0000000d}.map-incident-item:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.map-incident-title{color:#173741;margin:0 0 8px;font-family:Roboto,sans-serif;font-size:16px;font-weight:600}.map-incident-date{color:#666;margin:0 0 10px;font-family:Roboto,sans-serif;font-size:14px}.map-incident-description{color:#333;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 15px;font-family:Roboto,sans-serif;font-size:15px;line-height:1.5;display:-webkit-box;overflow:hidden}.map-incident-view{color:#1677ff;justify-content:flex-end;align-items:center;font-family:Roboto,sans-serif;font-size:14px;font-weight:600;display:flex}.map-incident-arrow{margin-left:5px;transition:transform .2s}.map-incident-item:hover .map-incident-arrow{transform:translate(3px)}.heatmap-cluster-marker{color:#fff;cursor:pointer;background:#ff6400cc;border:3px solid #ffffffb3;border-radius:50%;justify-content:center;align-items:center;font-family:Roboto,sans-serif;font-weight:700;transition:all .2s;display:flex;box-shadow:0 0 10px #0000004d}.heatmap-cluster-count{font-size:14px;font-weight:700}.heatmap-cluster-hover{background:#ff3200e6;border-color:#ffffffe6;transform:scale(1.1);box-shadow:0 0 15px #ff640080}.map-instructions{z-index:500;color:#333;background-color:#ffffffe6;border-radius:30px;align-items:center;padding:10px 15px;font-family:Roboto,sans-serif;font-size:14px;display:flex;position:absolute;top:20px;left:20px;box-shadow:0 2px 10px #0003}.map-instructions-icon{color:#fff;background-color:#1677ff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;margin-right:10px;font-size:12px;font-weight:700;display:flex}.map-instructions-text{font-weight:500}.map-features{justify-content:space-between;gap:30px;width:100%;max-width:1200px;margin-top:30px;display:flex}.map-feature{text-align:center;background-color:#fff;border-radius:12px;flex:1;padding:30px;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 25px #0000000f}.map-feature:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.map-feature-icon{color:#fff;background:linear-gradient(135deg,#e3b045 0%,#c18b17 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;display:flex}.map-feature h3{color:#173741;margin-bottom:15px;font-family:Black Han Sans,sans-serif;font-size:20px}.map-feature p{color:#555;margin:0;font-family:Roboto,sans-serif;font-size:16px;line-height:1.5}@media (max-width:1024px){.map-stats-bar{flex-wrap:wrap;padding:20px}.map-stat{width:33%;margin-bottom:15px}.map-stats-button{justify-content:center;width:100%;margin-top:15px}.map-features{flex-wrap:wrap}.map-feature{flex:0 0 calc(50% - 15px)}.map-details-desktop{width:350px}}@media (max-width:768px){.map-section{padding:60px 5%}.map-features{flex-direction:column}.map-feature{width:100%}.map-stat{width:50%}.map-legend{bottom:70px}.map-instructions{top:auto;bottom:20px;left:20px}.map-box{height:500px}.map-details-mobile{max-height:60%}.map-legend,.map-instructions{visibility:hidden!important;display:none!important}}@media (max-width:576px){.map-section{padding:40px 5%}.map-stat{width:100%}.map-stats-bar{flex-direction:column;align-items:center}.map-legend{width:120px;padding:10px;bottom:70px;right:10px}.map-instructions{padding:8px 12px;font-size:12px;left:10px}.map-box{height:400px}.map-details-mobile{max-height:75%}.map-incident-title{font-size:15px}.map-incident-description{-webkit-line-clamp:2;font-size:14px}}@media (max-height:700px){.map-details-mobile{max-height:80%}.map-details-desktop{max-height:85%}}
