/* Future Vision Article Styles */
.future-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #001f3f 0%, #0074D9 100%);
  color: white;
}

.future-hero .hero-text {
  position: relative;
  z-index: 2;
}

.future-hero .hero-image {
  position: relative;
  z-index: 1;
}

.future-hero .hero-image .holographic-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0,255,255,0.1) 0%, rgba(255,0,255,0.1) 100%);
  border-radius: 10px;
  animation: hologramPulse 8s infinite alternate;
}

.future-content {
  position: relative;
  background-color: #f9f9f9;
}

.future-section {
  background: white;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

.future-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #0074D9, #7FDBFF);
}

.future-timeline {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  position: relative;
}

.future-timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, #0074D9, #7FDBFF);
  z-index: 1;
}

.timeline-item {
  text-align: center;
  position: relative;
  z-index: 2;
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  width: 22%;
}

.timeline-year {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0074D9;
  margin-bottom: 5px;
}

.timeline-content {
  font-size: 0.9rem;
}

.future-nav .quick-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.nav-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  background: white;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  text-align: center;
  color: #333;
}

.nav-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.nav-card i {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #0074D9;
}

.future-feature {
  display: flex;
  gap: 30px;
  margin: 30px 0;
  align-items: center;
}

.feature-visual {
  flex: 1;
  position: relative;
}

.feature-visual img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.hologram-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0,255,255,0.1) 0%, rgba(255,0,255,0.1) 100%);
  border-radius: 10px;
  animation: hologramPulse 8s infinite alternate;
}

.feature-details {
  flex: 1;
}

.future-list {
  list-style: none;
  padding: 0;
}

.future-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.future-list i {
  margin-right: 10px;
  color: #0074D9;
  font-size: 1.2rem;
}

.future-quote {
  background: #f8f9fa;
  border-left: 4px solid #0074D9;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
}

.future-quote cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  color: #555;
}

.space-visualization {
  position: relative;
  margin: 40px 0;
}

.space-stats {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.stat-item {
  text-align: center;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  flex: 1;
  margin: 0 10px;
}

.stat-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0074D9;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
}

.parallax-img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.5s ease;
}

.ai-hierarchy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0;
}

.ai-level {
  display: flex;
  align-items: center;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.ai-icon {
  font-size: 2rem;
  color: #0074D9;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,116,217,0.1);
  border-radius: 50%;
}

.holographic-display {
  display: flex;
  margin: 40px 0;
  gap: 30px;
  align-items: center;
}

.hologram-content {
  flex: 1;
}

.hologram-viewer {
  flex: 1;
  height: 300px;
  background: linear-gradient(45deg, rgba(0,255,255,0.1) 0%, rgba(255,0,255,0.1) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0074D9;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.hologram-viewer::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to bottom right,
    rgba(0,255,255,0) 0%,
    rgba(0,255,255,0.1) 50%,
    rgba(0,255,255,0) 100%
  );
  transform: rotate(30deg);
  animation: hologramScan 5s linear infinite;
}

.btn-hologram {
  background: #0074D9;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-hologram:hover {
  background: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,116,217,0.3);
}

.economy-transition {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  gap: 20px;
}

.transition-stage {
  flex: 1;
  text-align: center;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.transition-stage.future-version {
  border: 2px solid #0074D9;
  position: relative;
  overflow: hidden;
}

.transition-stage.future-version::after {
  content: "Future";
  position: absolute;
  top: 10px;
  right: 10px;
  background: #0074D9;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.stage-details {
  margin-top: 15px;
}

.stage-details i {
  font-size: 2rem;
  color: #0074D9;
  margin-bottom: 15px;
}

.stage-details ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.stage-details li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.stage-details li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0074D9;
  font-weight: bold;
}

.future-action .action-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.action-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  text-align: center;
  color: #333;
  text-decoration: none;
}

.action-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.action-card i {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #0074D9;
}

/* Animations */
@keyframes hologramPulse {
  0% { opacity: 0.1; }
  50% { opacity: 0.3; }
  100% { opacity: 0.1; }
}

@keyframes hologramScan {
  0% { transform: translateY(-100%) rotate(30deg); }
  100% { transform: translateY(100%) rotate(30deg); }
}

/* Responsive Styles */
@media (max-width: 992px) {
  .future-feature {
    flex-direction: column;
  }
  
  .future-nav .quick-nav-grid,
  .future-action .action-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .holographic-display {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .future-timeline {
    flex-direction: column;
    gap: 20px;
  }
  
  .timeline-item {
    width: 100%;
  }
  
  .future-timeline::before {
    display: none;
  }
  
  .economy-transition {
    flex-direction: column;
  }
  
  .future-nav .quick-nav-grid,
  .future-action .action-grid {
    grid-template-columns: 1fr;
  }
}