.elementor-292 .elementor-element.elementor-element-7aeb6c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-292 .elementor-element.elementor-element-416ef86{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-292 .elementor-element.elementor-element-e20155a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-292 .elementor-element.elementor-element-0f69512{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-80d7f42 */:root {
  --primary-glow: rgba(59, 130, 246, 0.08);
  --accent-color: #3b82f6;
  --accent-rgb: 59, 130, 246;
  --text-main: #0f172a;
  --text-muted: #475569;
  --card-bg: rgba(255, 255, 255, 0.7);
  --card-border: #e2e8f0;
}

.parking-ecosystem-section {
  position: relative;
  padding: 120px 0;
  background-color: #f8fafc;
  overflow: hidden;
  font-family: system-ui, -apple-system, sans-serif;
}

/* Background Blurs */
.ecosystem-bg-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--primary-glow) 0%, rgba(255,255,255,0) 70%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.glow-1 { top: -10%; left: -10%; }
.glow-2 { bottom: -10%; right: -10%; }

.ecosystem-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

/* Header */
.ecosystem-header {
  text-align: center;
  max-width: 768px;
  margin: 0 auto 80px auto;
}

.ecosystem-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
  border: 1px solid rgba(37, 99, 235, 0.15);
}

.ecosystem-header h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-main);
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.gradient-text {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ecosystem-header p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted);
}

/* Layout Grid */
.ecosystem-showcase-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}

/* Visual Panel with Soft Clean Border */
.ecosystem-visual-panel {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.05);
  border: 1px solid var(--card-border);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mockup-display-container {
  width: 100%;
}

.mockup-display-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Right Feature Panel */
.ecosystem-features-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.eco-card {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 28px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

/* Indicator Stripe */
.eco-card-progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--accent-color);
  transform: scaleY(0);
  transition: transform 0.3s ease;
  transform-origin: top;
}

.eco-card.active .eco-card-progress {
  transform: scaleY(1);
}

/* Icons */
.eco-icon-wrapper {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid var(--card-border);
  color: var(--text-muted);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.eco-icon-wrapper svg {
  width: 22px;
  height: 22px;
}

/* Active Card State */
.eco-card.active {
  background: #ffffff;
  border-color: rgba(var(--accent-rgb), 0.3);
  box-shadow: 0 20px 25px -5px rgba(var(--accent-rgb), 0.05);
  transform: translateX(6px);
}

.eco-card.active .eco-icon-wrapper {
  background: var(--accent-color);
  color: #ffffff;
  border-color: var(--accent-color);
}

/* Typography */
.eco-card-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-main);
  margin: 0 0 8px 0;
}

.eco-card-content p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
}

/* Responsiveness */
@media (max-width: 1024px) {
  .ecosystem-showcase-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ecosystem-header h2 {
    font-size: 36px;
  }
  .eco-card.active {
    transform: translateY(-4px);
  }
}

@media (max-width: 640px) {
  .parking-ecosystem-section {
    padding: 60px 0;
  }
  .ecosystem-header {
    margin-bottom: 48px;
  }
  .ecosystem-visual-panel {
    padding: 24px;
  }
  .eco-card {
    padding: 20px;
    flex-direction: column;
    gap: 16px;
  }
  .eco-card-progress {
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    bottom: auto;
    transform: scaleX(0);
    transform-origin: left;
  }
  .eco-card.active .eco-card-progress {
    transform: scaleX(1);
  }
}/* End custom CSS */