.journey-hero {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem;
}

.journey-hero p {
  color: #6b7280;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

.bp-section-title {
  text-align: center;
  font-size: 1.6rem;
  color: #111827;
  margin: 3rem 0 0.4rem;
}

.bp-section-subtitle {
  text-align: center;
  color: #6b7280;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.journey-visual {
  max-width: 900px;
  margin: 0 auto 2.5rem;
  display: block;
  width: 100%;
}

.journey-timeline {
  max-width: 760px;
  margin: 0 auto;
  border-left: 3px solid #e5e7eb;
  padding-left: 0;
}

.journey-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  position: relative;
  padding: 0 0 2rem 1.75rem;
}

.journey-step .step-number {
  position: absolute;
  left: -14px;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #6366f1;
  color: white;
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-content {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.1rem 1.4rem;
  flex: 1;
}

.step-content h3 {
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
  color: #111827;
}

.step-content p {
  margin: 0 0 0.6rem;
  color: #4b5563;
  font-size: 0.95rem;
}

.step-content a {
  color: #4338ca;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 0.9rem;
}

.step-content a:hover {
  color: #667eea;
}

.journey-step.bonus .step-number {
  background: #9ca3af;
}

.journey-step.bonus .step-content {
  border-style: dashed;
  background: #f9fafb;
}

.theme-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  max-width: 1000px;
  margin: 0 auto;
}

.theme-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.4rem 1.5rem;
  border-top: 4px solid #6366f1;
}

.theme-card h3 {
  margin: 0 0 0.5rem;
  color: #111827;
  font-size: 1.15rem;
}

.theme-card p {
  color: #6b7280;
  font-size: 0.9rem;
  margin: 0 0 1rem;
}

.chip-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip-links a {
  background: #eef2ff;
  color: #4338ca;
  border-radius: 20px;
  padding: 0.35rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}

.chip-links a:hover {
  background: #c7d2fe;
}

.bp-back-link {
  text-align: center;
  margin: 3.5rem 0 1rem;
}

.bp-back-link a {
  color: #4338ca;
  font-weight: 600;
  text-decoration: none;
}

.bp-back-link a:hover {
  text-decoration: underline;
}
