.elementor-14233 .elementor-element.elementor-element-4516e16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3db4cf9 *//* Vini SEO Design - Estilos Completos */

/* Reset e Base */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #000000;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  line-height: 1.6;
  scroll-behavior: smooth;
}

/* Container Principal */
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  position: relative;
}

/* Tipografia */
h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: #C5A880;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

h1 {
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, #C5A880, #945C48);
}

h2 {
  font-size: 2.2rem;
  border-bottom: 1px solid rgba(197, 168, 128, 0.3);
  padding-bottom: 10px;
}

h3 {
  font-size: 1.6rem;
}

/* Vini SEO - Estilo Refinado para Foto Premium */

main img[src*="lorene-patigra"] {
  display: block;
  width: 320px;
  height: auto;
  margin: 40px auto;
  border: 3px solid transparent;
  border-image: linear-gradient(145deg, #C5A880 0%, #945C48 50%, #C5A880 100%);
  border-image-slice: 1;
  box-shadow: 
    0 0 0 1px rgba(197, 168, 128, 0.3),
    0 5px 25px rgba(0, 0, 0, 0.3),
    0 10px 35px rgba(0, 0, 0, 0.4),
    inset 0 0 20px rgba(197, 168, 128, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: 
    drop-shadow(0 3px 10px rgba(148, 92, 72, 0.2))
    brightness(1.03);
  transform-style: preserve-3d;
  object-fit: cover;
  object-position: center;
  position: relative;
  background: #000000;
  padding: 8px;
  border-radius: 1px;
}

main img[src*="lorene-patigra"]:hover {
  transform: scale(1.03);
  box-shadow: 
    0 0 0 1px rgba(197, 168, 128, 0.5),
    0 8px 30px rgba(0, 0, 0, 0.4),
    0 12px 45px rgba(0, 0, 0, 0.5),
    inset 0 0 25px rgba(197, 168, 128, 0.15);
  filter: 
    drop-shadow(0 5px 15px rgba(148, 92, 72, 0.25))
    brightness(1.05);
  border-image: linear-gradient(160deg, #C5A880 0%, #945C48 60%, #C5A880 100%);
}

/* Ajuste do efeito de brilho para borda fina */
main img[src*="lorene-patigra"]::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: radial-gradient(circle at 50% 30%, rgba(197, 168, 128, 0.1) 0%, transparent 60%);
  pointer-events: none;
  z-index: -1;
  border-radius: 1px;
}

/* Responsividade Ajustada */
@media (max-width: 768px) {
  main img[src*="lorene-patigra"] {
    width: 280px;
    padding: 6px;
  }
}

@media (max-width: 480px) {
  main img[src*="lorene-patigra"] {
    width: 240px;
    padding: 5px;
    box-shadow: 
      0 0 0 1px rgba(197, 168, 128, 0.3),
      0 3px 15px rgba(0, 0, 0, 0.25),
      0 5px 25px rgba(0, 0, 0, 0.35),
      inset 0 0 15px rgba(197, 168, 128, 0.1);
  }
}

main img:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.9),
              0 0 0 5px rgba(0, 0, 0, 0.6),
              0 0 0 10px rgba(197, 168, 128, 0.2);
  filter: brightness(1.08);
}

/* Elementos de Texto */
p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

strong {
  color: #C5A880;
  font-weight: 500;
}

/* Links */
a {
  color: #ADABAB;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

a:hover {
  color: #b28d32;
}

a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #b28d32;
  transition: width 0.3s ease;
}

a:hover::after {
  width: 100%;
}

/* Listas */
ul {
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  list-style-type: none;
}

li {
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1.5rem;
}

li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  background-color: #945C48;
  transform: rotate(45deg);
}

/* Seção FAQ */
section[itemscope] {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(197, 168, 128, 0.2);
}

section[itemscope] h3 {
  margin-bottom: 0.5rem;
}

section[itemscope] p {
  padding-left: 1rem;
  border-left: 2px solid rgba(197, 168, 128, 0.2);
  transition: border-left 0.3s ease;
}

section[itemscope] p:hover {
  border-left: 2px solid rgba(197, 168, 128, 0.5);
}

/* Responsividade */
@media (max-width: 1024px) {
  main {
    padding: 2rem;
  }
  
  h1 {
    font-size: 2.4rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  h3 {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  main {
    padding: 1.5rem;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.7rem;
  }
  
  main img {
    width: 250px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.8rem;
  }
  
  h1::after {
    width: 80px;
  }
  
  main img {
    width: 200px;
    border-width: 8px;
  }
  
  li::before {
    width: 6px;
    height: 6px;
  }
}

/* Otimizações */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@300;400;500&display=swap');

/* Acessibilidade */
:focus {
  outline: 2px solid #b28d32;
  outline-offset: 3px;
}

/* Print Styles */
@media print {
  body {
    background: #fff !important;
    color: #000 !important;
  }
  
  a {
    color: #000 !important;
    text-decoration: underline !important;
  }
  
  h1, h2, h3 {
    color: #000 !important;
  }
}/* End custom CSS */