/* ==========================
   INFORMASI FUTURISTIK
========================== */

.ai-info-page {
  max-width: 1000px;
  margin: 0 auto;
}

/* Title */
.ai-title {
  font-size: 2.2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #00f5ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}

.ai-subtitle {
  color: #9aa4bf;
  margin-bottom: 40px;
}

/* Card */
.ai-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 26px 30px;
  margin-bottom: 32px;
  box-shadow: 0 0 25px rgba(0, 245, 255, 0.08);
}

.ai-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #eaeaf0;
}

/* Table */
.ai-table {
  width: 100%;
  border-collapse: collapse;
}

.ai-table th {
  text-align: left;
  color: #8b5cf6;
  width: 220px;
  padding: 8px 0;
  font-weight: 600;
}

.ai-table td {
  color: #eaeaf0;
  padding: 8px 0;
}

/* List */
.ai-list {
  padding-left: 20px;
}

.ai-list li {
  margin-bottom: 12px;
  color: #eaeaf0;
  line-height: 1.6;
}

.ai-list em {
  color: #00f5ff;
  font-style: normal;
}

/* Responsive */
@media (max-width: 768px) {
  .ai-title {
    font-size: 1.8rem;
  }

  .ai-table th {
    width: 150px;
  }
}
