/* Yatra Features page — extends shared marketing components */

.yatra-features-page .hero-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e40af 45%, #0369a1 100%);
  padding: 120px 0 72px;
  text-align: center;
}

.yatra-features-page .hero-title {
  font-size: clamp(1.85rem, 5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.25);
}

.yatra-features-page .hero-subtitle {
  font-size: 1.125rem;
  opacity: 0.95;
  max-width: 640px;
  margin: 0 auto 1.75rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.94);
}

.yatra-features-page .hero-subtitle strong {
  color: #fff;
  font-weight: 700;
}

.yatra-features-page .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.yatra-features-page .section-header {
  margin-bottom: 2.5rem;
}

.yatra-pill-mod {
  background: #ede9fe;
  color: #5b21b6;
}

.yatra-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 2rem;
  max-width: 920px;
  font-size: 0.875rem;
  color: #475569;
}

.yatra-legend-item {
  flex: 1 1 200px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  line-height: 1.5;
}

.yatra-feat-note {
  font-size: 0.9rem;
  color: #64748b;
  margin: -0.5rem 0 1.5rem;
  max-width: 800px;
}

.yatra-gateway-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.yatra-gateway-table th,
.yatra-gateway-table td {
  padding: 0.65rem 1rem;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
}

.yatra-gateway-table th {
  background: #f8fafc;
  font-weight: 700;
  color: #0f172a;
}

.yatra-module-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}

.yatra-module-table th,
.yatra-module-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: top;
}

.yatra-module-table th {
  background: #fefce8;
  color: #713f12;
  font-weight: 700;
}

.yatra-module-table code {
  font-size: 0.8rem;
  background: #f1f5f9;
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
}
