body {
  background: #fff;
  color: #222;
  font-family: 'Inter', Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.centauri-header {
  background: linear-gradient(90deg, #FF7E1B 60%, #ffb86b 100%);
  padding: 1rem 0;
}
.centauri-header-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}
.centauri-back {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  transition: text-decoration 0.2s;
}
.centauri-back:hover {
  text-decoration: underline;
}
.centauri-header-title {
  margin-left: auto;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.centauri-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}

.centauri-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.centauri-hero-img {
  width: 16rem;
  height: 16rem;
  object-fit: contain;
  border-radius: 1rem;
  background: #f3f4f6;
  box-shadow: 0 2px 16px 0 #0001;
  padding: 1.5rem;
}
.centauri-hero-info {
  text-align: center;
}
.centauri-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 8px #0001;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  text-fill-color: initial;
}
.centauri-subtitle {
  font-size: 1.15rem;
  color: #444;
  margin-bottom: 0.7rem;
  line-height: 1.6;
}
.centauri-badge {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.2em 0.7em;
  border-radius: 0.6em;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}
.centauri-badge.versatil {
  background: #d1fae5;
  color: #047857;
}
.centauri-badge.custo {
  background: #dbeafe;
  color: #1e40af;
}

.centauri-section {
  margin-bottom: 2.2rem;
}
.centauri-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #eee;
  letter-spacing: -0.5px;
  color: #222;
  border-color: #ddd;
}
.centauri-section-title.inovacoes, .centauri-section-title.opiniao {
  color: #222;
  border-color: #ddd;
}
.centauri-section-title.amortecimento, .centauri-section-title.cabedal, .centauri-section-title.solado, .centauri-section-title.peso, .centauri-section-title.perfil, .centauri-section-title.comparativos, .centauri-section-title.pros {
  color: #222;
  border-color: #ddd;
}
.centauri-section-title.contras {
  color: #222;
  border-color: #ddd;
}

.centauri-paragraph {
  font-size: 1.08rem;
  color: #222;
  line-height: 1.8;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.centauri-paragraph.pros {
  color: #166534;
}
.centauri-paragraph.contras {
  color: #b91c1c;
}

.centauri-footer {
  background: #f3f4f6;
  padding: 2rem 0 1rem 0;
  margin-top: 2.5rem;
}
.centauri-footer-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #666;
  font-size: 0.95rem;
}

@media (min-width: 700px) {
  .centauri-hero {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
  .centauri-hero-info {
    text-align: left;
  }
} 