/* Chrono AI Site Styles */

.hero {
  text-align: center;
  padding: 4rem 1rem 3rem;
  margin-bottom: 2rem;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero .lead {
  font-size: 1.25rem;
  opacity: 0.85;
  max-width: 640px;
  margin: 0 auto;
}

.hero .cta-row {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

blockquote {
  border-left: 3px solid #6c757d;
  padding-left: 1rem;
  font-style: italic;
  opacity: 0.9;
}

/* Tighter tables */
.table th, .table td {
  padding: 0.5rem 0.75rem;
}

/* 3 differentiators grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

.feature-card {
  padding: 1.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
}

.feature-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.feature-card p {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-bottom: 0;
}

/* Proof strip */
.proof-strip {
  background: #f8f9fa;
  padding: 2rem 1rem;
  text-align: center;
  margin: 2.5rem 0;
  border-radius: 0.5rem;
}

.proof-strip strong {
  font-size: 1.4rem;
}

.proof-strip p {
  margin-bottom: 0.5rem;
}


/* Language switcher (page-level) */
.lang-switch {
  text-align: right;
  opacity: 0.6;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

/* Stack diagram section */
.stack-section {
  margin: 2rem 0;
  padding: 1.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
}

.stack-section h3 {
  margin-top: 0;
}
