.playfair {
  font-family: 'Playfair Display', serif;
}

.ls-2 {
  letter-spacing: 2px;
}

.bg-light-bege {
  background-color: #F8F5F2;
}

/* Tom sutil do protótipo */

/* Banner Principal */
.sobre-banner {
  height: 60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  border-radius: 10px;
}

.sobre-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 1, 0.4);
  border-radius: 10px;
  /* Overlay para dar leitura ao texto */
}

.sobre-banner .content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

.sobre-banner h1 {
  font-size: 3.5rem;
  margin-bottom: 15px;
}

/* Seção História */
.img-historia {
  width: 100%;
  border-radius: 8px;
  box-shadow: 20px 20px 0px #F8F5F2;
}

.lumas-quote {
  border-left: 2px solid #D59A93;
  padding-left: 20px;
  margin-top: 30px;
  font-style: italic;
  color: #333;
  font-size: 1.1rem;
}

/* Diferenciais */
.icon-box i {
  font-size: 30px;
  color: #D59A93;
  margin-bottom: 15px;
  display: block;
}

.icon-box h5 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

/* Seção Final */
.secao-final {
  border-top: 1px solid #eee;
  margin-top: 50px;
}

.btn-lumas {
  background-color: #D59A93;
  color: white;
  padding: 12px 35px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.btn-lumas:hover {
  background-color: #c48982;
  color: white;
  transform: translateY(-3px);
}

.frase-ano {
  color: var(--primary-color) !important;
  font-weight: 700;
}

.cx-diferenciais {
  background-color: var(--light-color);
  border-radius: 6px;
  margin: 4px;
  padding: 20px 10px;
  width: 270px !important;
}

.cx-diferenciais span,
.cx-diferenciais p {
  color: var(--primary-color) !important;
}

.cx-diferenciais h5 {
  margin: 10px 0;
}