/* AI & Innovation Page Styles */

/* ========================================
   Agent Cards
   ======================================== */
.agent-card {
  background: var(--card-background, rgba(30, 30, 30, 0.5));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 28px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.agent-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0ff, #ff4081);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.agent-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 255, 255, 0.15);
  border-color: rgba(0, 255, 255, 0.3);
}

.agent-card:hover::before {
  opacity: 1;
}

.agent-emoji {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 12px;
  filter: drop-shadow(0 0 8px rgba(0, 255, 255, 0.4));
}

.agent-name {
  font-family: 'Orbitron', sans-serif;
  color: #0ff;
  font-size: 1.2rem;
  margin-bottom: 4px;
  text-shadow: 0 0 8px rgba(0, 255, 255, 0.3);
}

.agent-role {
  color: #ff4081;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.agent-model {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.agent-model.opus {
  background: linear-gradient(135deg, rgba(255, 64, 129, 0.2), rgba(255, 64, 129, 0.1));
  color: #ff4081;
  border: 1px solid rgba(255, 64, 129, 0.3);
}

.agent-model.sonnet {
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.2), rgba(0, 255, 255, 0.1));
  color: #0ff;
  border: 1px solid rgba(0, 255, 255, 0.3);
}

.agent-description {
  color: #b0b0b0;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.agent-capabilities {
  list-style: none;
  padding: 0;
  margin: 0;
}

.agent-capabilities li {
  color: #d0d0d0;
  padding: 4px 0 4px 20px;
  position: relative;
  font-size: 0.85rem;
}

.agent-capabilities li::before {
  content: '\25B8';
  position: absolute;
  left: 0;
  color: #0ff;
  font-weight: bold;
}

/* ========================================
   Stats Section
   ======================================== */
.stat-card {
  background: linear-gradient(135deg, rgba(30, 30, 30, 0.7), rgba(20, 20, 20, 0.9));
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 255, 255, 0.2);
}

.stat-icon {
  font-size: 2rem;
  color: #0ff;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 6px rgba(0, 255, 255, 0.5));
}

.stat-value {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 255, 255, 0.4);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  color: #999;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ========================================
   Architecture Section
   ======================================== */
.arch-card {
  background: var(--card-background, rgba(30, 30, 30, 0.5));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 24px;
  height: 100%;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.arch-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 255, 0.25);
}

.arch-icon {
  font-size: 2.2rem;
  color: #0ff;
  margin-bottom: 14px;
  filter: drop-shadow(0 0 8px rgba(0, 255, 255, 0.3));
}

.arch-card h4 {
  font-family: 'Orbitron', sans-serif;
  color: #e0e0e0;
  font-size: 1rem;
  margin-bottom: 10px;
}

.arch-card p {
  color: #999;
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
}

/* ========================================
   Platform Cards
   ======================================== */
.platform-card {
  background: linear-gradient(135deg, rgba(25, 25, 25, 0.8), rgba(35, 35, 35, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 30px 24px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.platform-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 64, 129, 0.15);
}

.platform-icon {
  font-size: 2.5rem;
  color: #ff4081;
  margin-bottom: 14px;
  filter: drop-shadow(0 0 8px rgba(255, 64, 129, 0.4));
}

.platform-card h4 {
  font-family: 'Orbitron', sans-serif;
  color: #e0e0e0;
  font-size: 1rem;
  margin-bottom: 8px;
}

.platform-card p {
  color: #999;
  font-size: 0.88rem;
  margin: 0;
}

/* ========================================
   Accomplishment Cards
   ======================================== */
.accomplishment-card {
  background: var(--card-background, rgba(30, 30, 30, 0.5));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 24px;
  height: 100%;
  transition: transform 0.3s ease, border-color 0.3s ease;
  display: flex;
  gap: 16px;
}

.accomplishment-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 64, 129, 0.25);
}

.accomplishment-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.15), rgba(255, 64, 129, 0.15));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #0ff;
}

.accomplishment-card h4 {
  color: #e0e0e0;
  font-size: 1rem;
  margin-bottom: 6px;
  font-family: 'Orbitron', sans-serif;
}

.accomplishment-card p {
  color: #999;
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
}

/* ========================================
   Tech Stack Section
   ======================================== */
.tech-group {
  background: var(--card-background, rgba(30, 30, 30, 0.5));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 24px;
  height: 100%;
}

.tech-group h4 {
  font-family: 'Orbitron', sans-serif;
  color: #ff4081;
  font-size: 0.9rem;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tech-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tech-group ul li {
  color: #c0c0c0;
  padding: 6px 0 6px 18px;
  position: relative;
  font-size: 0.88rem;
}

.tech-group ul li::before {
  content: '\25B8';
  position: absolute;
  left: 0;
  color: #0ff;
}

/* ========================================
   Timeline
   ======================================== */
.ai-timeline {
  position: relative;
  padding-left: 40px;
}

.ai-timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #0ff, #ff4081);
}

.timeline-item {
  position: relative;
  margin-bottom: 36px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: -33px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0ff;
  border: 3px solid #0a0a0a;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
  z-index: 1;
}

.timeline-date {
  font-family: 'Orbitron', sans-serif;
  color: #0ff;
  font-size: 0.85rem;
  margin-bottom: 4px;
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
}

.timeline-item h4 {
  color: #e0e0e0;
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.timeline-item p {
  color: #999;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* ========================================
   Hero Section (dedicated page)
   ======================================== */
.ai-hero {
  position: relative;
  background: linear-gradient(135deg, #0a0a0a 0%, #111 50%, #0a0a0a 100%);
  padding: 120px 20px 80px;
  text-align: center;
  overflow: hidden;
}

.ai-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(0, 255, 255, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(255, 64, 129, 0.06) 0%, transparent 50%);
  z-index: 0;
}

.ai-hero .hero-content {
  position: relative;
  z-index: 1;
}

.ai-hero h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 3rem;
  color: #0ff;
  margin-bottom: 16px;
  text-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
}

.ai-hero .lead {
  font-size: 1.25rem;
  color: #b0b0b0;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

/* ========================================
   Section Headers (dedicated page)
   ======================================== */
.ai-section {
  padding: 70px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ai-section h2 {
  font-family: 'Orbitron', sans-serif;
  color: #ff4081;
  font-size: 1.8rem;
  margin-bottom: 12px;
  text-shadow: 0 0 10px rgba(255, 64, 129, 0.3);
}

.ai-section .section-lead {
  color: #999;
  font-size: 1.05rem;
  margin-bottom: 40px;
  max-width: 650px;
}

.ai-section.text-center .section-lead {
  margin-left: auto;
  margin-right: auto;
}

/* ========================================
   Main page teaser section
   ======================================== */
.ai-teaser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.ai-teaser-agent {
  background: var(--card-background, rgba(30, 30, 30, 0.5));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.ai-teaser-agent:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 255, 0.25);
}

.ai-teaser-agent .emoji {
  font-size: 2rem;
  display: block;
  margin-bottom: 8px;
}

.ai-teaser-agent .name {
  font-family: 'Orbitron', sans-serif;
  color: #0ff;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.ai-teaser-agent .role {
  color: #999;
  font-size: 0.8rem;
}

/* ========================================
   CTA Button
   ======================================== */
.btn-cyber {
  display: inline-block;
  padding: 14px 36px;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0a0a0a;
  background: linear-gradient(135deg, #0ff, #00cccc);
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 255, 255, 0.3);
  letter-spacing: 0.5px;
}

.btn-cyber:hover {
  background: linear-gradient(135deg, #ff4081, #d81b60);
  color: #fff;
  box-shadow: 0 4px 25px rgba(255, 64, 129, 0.4);
  transform: translateY(-2px);
  text-decoration: none;
}

.btn-cyber-outline {
  display: inline-block;
  padding: 12px 30px;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0ff;
  background: transparent;
  border: 2px solid rgba(0, 255, 255, 0.4);
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.btn-cyber-outline:hover {
  border-color: #0ff;
  background: rgba(0, 255, 255, 0.1);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
  color: #0ff;
  text-decoration: none;
}

/* ========================================
   Divider
   ======================================== */
.cyber-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.3), rgba(255, 64, 129, 0.3), transparent);
  margin: 0;
  border: none;
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 992px) {
  .ai-hero h1 {
    font-size: 2.2rem;
  }

  .stat-value {
    font-size: 2rem;
  }

  .ai-teaser-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

@media (max-width: 767px) {
  .ai-hero {
    padding: 80px 15px 50px;
  }

  .ai-hero h1 {
    font-size: 1.8rem;
  }

  .ai-section {
    padding: 50px 0;
  }

  .accomplishment-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .ai-teaser-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .ai-teaser-grid {
    grid-template-columns: 1fr;
  }
}
