/* --------------------------------------------------------------
 hmdap.alpine.dev.br lib/css/historia.css
-------------------------------------------------------------- */
.historia-page { color:#444; }

.historia-hero .hero-box {
  background: linear-gradient(135deg, #fffdf7 0%, #f8f4e8 100%);
  border: 1px solid #e8dcc0;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

.historia-hero .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #9a7b20;
  margin-bottom: .9rem;
}

.historia-hero .hero-title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
}

.historia-hero .hero-text {
  font-size: 1.08rem;
  line-height: 1.85;
  margin-bottom: 0;
}

.historia-hero h2 {
  font-size:1.9rem;
  font-weight:700;
  margin-bottom:12px;
  color:#222;
}

.historia-card {
  background: linear-gradient(135deg, #fffdf7 0%, #f8f4e8 100%);
  border: 1px solid #e8dcc0;
  border-radius:18px;
  padding:24px 22px;
  box-shadow:0 8px 24px rgba(0,0,0,.04);
  margin-bottom:22px;
}

.historia-card h3 {
  font-size:1.25rem;
  font-weight:700;
  margin-bottom:14px;
  color:#222;
}

.historia-card p {
  line-height:1.9;
  margin-bottom:1rem;
  text-align:justify;
}

.historia-destaque {
  background:#f8f9fa;
  border-left:4px solid #c9a227;
  border-radius:12px;
  padding:18px 18px 18px 20px;
  margin:20px 0;
  line-height:1.8;
}

@media (max-width:768px) {
  .historia-hero h2 { font-size:1.5rem; }
  .historia-card { padding:20px 18px; }
}

.historia-card h3,
.historia-hero h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.historia-icon {
  color: #c9a227;
  font-size: 1.05em;
  flex-shrink: 0;
}

.historia-quote {
  background: linear-gradient(135deg, #fffdf7, #f8f9fa);
  border: 1px solid rgba(201,162,39,.22);
  border-left: 4px solid #c9a227;
  border-radius: 16px;
  padding: 22px 20px;
  margin: 22px 0 28px;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.historia-quote blockquote {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.9;
  font-style: italic;
  color: #333;
}

.historia-quote-footer {
  margin-top: 12px;
  font-size: .95rem;
  color: #666;
}

.historia-quote-link {
  margin-top: 14px;
}