<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* home_global_map.css */
.global-section {
  background: white;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.global-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(0, 113, 227, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.global-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: center;
}

.global-content {
  z-index: 2;
  position: relative;
}

.global-header {
  margin-bottom: 3rem;
}

.global-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -3px;
  color: #1d1d1f;
  line-height: 0.9;
}

.global-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: #0071e3;
  margin-bottom: 2rem;
  letter-spacing: -1px;
}

.global-description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  color: #515154;
  font-weight: 400;
}

.global-stats {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.global-stats .stat-item {
  text-align: left;
}

.global-stats .stat-number {
  font-size: 3.5rem;
  font-weight: 800;
  color: #0071e3;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 10px rgba(0, 113, 227, 0.2);
  letter-spacing: -1px;
  z-index: 1;
}

.global-stats .stat-number-b {
  font-size: 3.5rem;
  font-weight: 800;
  color: #007bff;
  line-height: 1;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
  z-index: 1;
  position: relative;
  animation: neonPulse 2s infinite ease-in-out;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow:
      0 0 5px rgba(102, 178, 255, 0.2),
      0 0 10px rgba(102, 178, 255, 0.2),
      0 0 20px rgba(102, 178, 255, 0.2),
      0 0 40px rgba(102, 178, 255, 0.2);
  }
  50% {
    text-shadow:
      0 0 10px rgba(102, 178, 255, 0.4),
      0 0 20px rgba(102, 178, 255, 0.4),
      0 0 30px rgba(102, 178, 255, 0.4),
      0 0 60px rgba(102, 178, 255, 0.4);
  }
}

.global-stats .stat-label {
  font-size: 1rem;
  color: #6e6e73;
  font-weight: 500; /* Mesmo peso que .highlight-label */
  text-transform: uppercase;
  letter-spacing: 1px; /* Mesmo espaÃ§amento que .tech-badge */
}

.global-regions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.region-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  font-weight: 500; /* Mesmo peso que .feature-card h4 */
  color: #515154;
}

.region-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
}

.region-dot::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: regionPulse 2s infinite;
}

.region-dot.americas {
  background: #ff9a00; /* energy gradient start */
}

.region-dot.americas::after {
  background: rgba(255, 154, 0, 0.3);
}

.region-dot.europe {
  background: #2997ff; /* comfort gradient start */
}

.region-dot.europe::after {
  background: rgba(41, 151, 255, 0.3);
}

.region-dot.asia {
  background: #4ade80; /* eco gradient start */
}

.region-dot.asia::after {
  background: rgba(74, 222, 128, 0.3);
}

.global-visual {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('/img/mapa.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  box-shadow: 
    0 25px 40px -12px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.8);
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.presence-marker {
  position: absolute;
  width: 20px;
  height: 20px;
}

.marker-dot {
  width: 100%;
  height: 100%;
  background: #0071e3; /* primary-blue */
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 4px 12px rgba(0, 113, 227, 0.4);
  position: relative;
  z-index: 2;
}

.marker-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid #2997ff; /* secondary-blue */
  border-radius: 50%;
  animation: markerPulse 2s infinite;
}

/* Posicionamento dos marcadores no mapa */
.marker-1 { top: 35%; left: 25%; } /* AmÃ©rica do Norte */
.marker-2 { top: 55%; left: 20%; } /* AmÃ©rica do Sul */
.marker-3 { top: 30%; left: 50%; } /* Europa */
.marker-4 { top: 45%; left: 55%; } /* Ãfrica */
.marker-5 { top: 25%; left: 75%; } /* Ãsia */
.marker-6 { top: 65%; left: 85%; } /* Oceania */

@keyframes regionPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes markerPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .global-container {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  
  .global-stats {
    justify-content: center;
  }
  
  .global-regions {
    align-items: center;
  }
  
  .global-visual {
    height: 400px;
  }
  
  .global-subtitle {
    max-width: 100%; /* Ajuste responsivo */
  }
}

@media (max-width: 768px) {
  .global-title {
    font-size: 2.8rem; /* ReduÃ§Ã£o proporcional */
    letter-spacing: -1.5px;
  }
  
  .global-subtitle {
    font-size: 1.2rem;
  }
  
  .global-stats {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .global-stats .stat-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  
  .global-stats .stat-number {
    font-size: 3rem; /* ReduÃ§Ã£o proporcional */
  }

  .global-stats .stat-number-b {
    font-size: 3rem; /* ReduÃ§Ã£o proporcional */
  }
  
  .global-visual {
    height: 300px;
  }
  
  .presence-marker {
    width: 16px;
    height: 16px;
  }
}</pre></body></html>