.elementor-1689 .elementor-element.elementor-element-5986d1a{margin-top:50px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-19d75ba */.profile-box {
  position: relative;
  min-height: 510px;
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--primary);
  box-shadow: var(--shadow);
}

/* Faz a foto preencher integralmente o bloco */
.profile-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(0.92) contrast(1.04);
}

/* Escurece apenas a parte inferior para manter a leitura do cartão */
.profile-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(7, 26, 43, 0.03) 20%,
    rgba(7, 26, 43, 0.12) 52%,
    rgba(7, 26, 43, 0.82) 100%
  );
  pointer-events: none;
}

/* Monograma decorativo */
.profile-box::before {
  content: "LV";
  position: absolute;
  z-index: 2;
  top: -48px;
  right: -20px;
  color: rgba(255, 255, 255, 0.12);
  font-family: Georgia, serif;
  font-size: 14rem;
  font-weight: 700;
  letter-spacing: -0.12em;
  pointer-events: none;
}

/* Cartão posicionado no rodapé, sem deixar área vazia */
.profile-card {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 23px 26px;
  background: rgba(7, 26, 43, 0.90);
  border-left: 4px solid var(--secondary);
  color: var(--white);
  backdrop-filter: blur(6px);
}

.profile-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.profile-card p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.87rem;
}/* End custom CSS */