.elementor-26 .elementor-element.elementor-element-b89ae27{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-614529c{--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;}.elementor-26 .elementor-element.elementor-element-614529c:not(.elementor-motion-effects-element-type-background), .elementor-26 .elementor-element.elementor-element-614529c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#525645;}.elementor-26 .elementor-element.elementor-element-002145f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-002145f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-26 .elementor-element.elementor-element-ed0a963{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-26 .elementor-element.elementor-element-46038db{--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;}.elementor-26 .elementor-element.elementor-element-bf0773e{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-56af5c3{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-36e2e11{--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;}.elementor-26 .elementor-element.elementor-element-98e035c{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-ab1ee27{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-26 .elementor-element.elementor-element-002145f{--width:100%;}}@media(max-width:767px){.elementor-26 .elementor-element.elementor-element-b89ae27{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-639eb72{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-26 .elementor-element.elementor-element-614529c{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-002145f{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-46038db{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-639eb72 */@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  --color-dark: #525645;
  --color-light: #FAFAF9;
  --color-gold: #CCAC85;
  --color-gold-light: #E3D3BC;
  --color-hover: #6C705F;
  --font-main: 'Outfit', sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* =========================================
   1. ESTILOS DO HEADER (MENU)
========================================= */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50; 
  font-family: var(--font-main);
  transition: all 0.3s ease;
}

.header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-transparent {
  background-color: transparent;
  padding: 1.5rem 0;
  color: #ffffff;
}

.header-scrolled {
  background-color: rgba(250, 250, 249, 0.95);
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 1rem 0;
  color: var(--color-dark);
}

/* === ESTILOS DA LOGO (TAMANHO E COR MAGICA) === */
.logo {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 40px !important; 
  width: auto !important;
  max-width: 180px !important; 
  object-fit: contain !important;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .logo-img {
    height: 55px !important; 
    max-width: 250px !important;
  }
}

/* Logo Branca quando o fundo for transparente */
.header-transparent .logo-img {
  filter: brightness(0) invert(1) !important;
}

/* Logo Colorida quando o fundo rolar (ficar branco) */
.header-scrolled .logo-img {
  filter: none !important;
}
/* ============================================== */

.desktop-nav {
  display: none;
  align-items: center;
  gap: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}

@media (min-width: 768px) {
  .desktop-nav { display: flex; }
}

.desktop-nav a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.header-transparent .desktop-nav a:hover { color: var(--color-gold-light); }
.header-scrolled .desktop-nav a:hover { color: var(--color-gold); }

.btn-cta {
  padding: 0.625rem 1.5rem;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  transition: all 0.3s;
}

.header-transparent .btn-cta {
  background-color: #ffffff;
  color: var(--color-dark);
}
.header-transparent .btn-cta:hover { background-color: var(--color-gold-light); }

.header-scrolled .btn-cta {
  background-color: var(--color-dark);
  color: #ffffff;
}
.header-scrolled .btn-cta:hover { background-color: var(--color-hover); }

/* Mobile Menu */
.mobile-toggle {
  display: block;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0.5rem;
}

@media (min-width: 768px) { .mobile-toggle { display: none; } }

.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--color-light);
  color: var(--color-dark);
  flex-direction: column;
  padding: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(227, 211, 188, 0.3);
}

.mobile-menu.active { display: flex; }

.mobile-link {
  color: var(--color-dark);
  text-decoration: none;
  font-size: 1.125rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(227, 211, 188, 0.3);
  transition: color 0.2s;
}
.mobile-link:hover { color: var(--color-gold); }

.btn-cta-mobile {
  background-color: var(--color-dark);
  color: #ffffff;
  padding: 0.75rem;
  margin-top: 1rem;
  border-radius: 2px;
  border: none;
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn-cta-mobile:hover { background-color: var(--color-hover); }

/* =========================================
   2. ESTILOS DA HERO (PRIMEIRA DOBRA)
========================================= */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: var(--font-main);
  z-index: 1; 
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-background picture,
.hero-background img.hero-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.hero-background img.hero-image {
  transform: scale(1.05);
  animation: pulse-bg 5s ease-in-out infinite alternate;
}

@keyframes pulse-bg {
  0% { transform: scale(1.05); }
  100% { transform: scale(1.1); }
}

.hero-overlay-multiply {
  position: absolute;
  inset: 0;
  background-color: rgba(82, 86, 69, 0.5);
  mix-blend-mode: multiply;
}

.hero-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 100), transparent 100%, transparent);
}

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 1.5rem;
  max-width: 56rem; 
  margin: 5rem auto 0; 
}

.hero-title {
  font-size: 2.25rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) { .hero-title { font-size: 3.75rem; } }
@media (min-width: 1024px) { .hero-title { font-size: 4.5rem; } }

.hero-title span {
  font-weight: 600;
  color: var(--color-gold-light);
}

.hero-subtitle {
  font-size: 1.125rem;
  color: var(--color-gold-light);
  font-weight: 300;
  letter-spacing: 0.025em;
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  opacity: 0.9;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) { .hero-subtitle { font-size: 1.25rem; } }

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--color-gold);
  color: #ffffff;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hero-btn:hover { background-color: #9A7E5C; }

.hero-btn-icon { transition: transform 0.3s ease; }
.hero-btn:hover .hero-btn-icon { transform: translateX(4px); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5d29f6 *//* Container principal e Margem Negativa (Efeito Flutuante) */
.hero-social-proof {
  font-family: 'Outfit', 'Segoe UI', sans-serif;
  position: relative;
  z-index: 20;
  margin-top: -64px;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* A Caixa Flutuante com Cor Sólida */
.floating-container {
  background-color: #ffffff;
  border-radius: 0px 20px; /* AJUSTE: De 24px para 0 (Bordas Quadradas) */
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  gap: 20px;
  border: 1px solid rgba(227, 211, 188, 0.4);
}

/* Estrutura de cada item */
.proof-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 16px;
  width: 100%;
}

/* Tamanho fixo para o ícone no mobile */
.proof-item svg {
  min-width: 32px;
  width: 32px;
  height: 32px;
  margin: 0 8px;
}

/* Agrupamento dos textos */
.proof-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* Título principal */
.proof-text-title {
  color: #525645;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
}

/* Subtítulo */
.proof-text-subtitle {
  color: #9A7E5C;
  font-weight: 400;
  font-size: 12px;
}

/* Destaque para o +300 */
.proof-number {
  color: #9A7E5C;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.05em;
  min-width: 48px;
  text-align: center;
}

/* Divisor vertical */
.proof-divider {
  display: none;
  width: 1px;
  height: 60px;
  background-color: rgba(227, 211, 188, 0.5);
}

/* Responsividade: Tablet e Desktop */
@media (min-width: 768px) {
  .hero-social-proof {
    padding-left: 48px;
    padding-right: 48px;
  }
  .floating-container {
    flex-direction: row;
    border-radius: 0px 32px; /* AJUSTE: De 32px para 0 (Bordas Quadradas no PC) */
    padding: 32px;
    gap: 0;
    align-items: center;
    justify-content: space-evenly;
  }
  .proof-item {
    width: auto;
  }
  .proof-item svg {
    min-width: 36px;
    width: 36px;
    height: 36px;
    margin: 0;
  }
  .proof-text-title {
    font-size: 16px;
  }
  .proof-text-subtitle {
    font-size: 14px;
  }
  .proof-number {
    font-size: 36px;
    min-width: auto;
    text-align: left;
  }
  .proof-divider {
    display: block;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed0a963 *//* =========================================
   3. ESTILOS DO PORTFÓLIO E MODAL
========================================= */
.portfolio-section {
  padding: 6rem 0;
  background-color: var(--color-dark); 
  font-family: var(--font-main);
  position: relative;
  overflow: hidden; 
}

/* === IMAGENS DE FUNDO (BASE COMUM) === */
.portfolio-section::before,
.portfolio-section::after {
  content: "";
  position: absolute;
  background-image: url('https://olivedrab-caribou-189511.hostingersite.com/wp-content/uploads/2026/02/18.png');
  background-repeat: no-repeat;
  z-index: 0; 
  pointer-events: none;
  opacity: 0.3; 
}

/* === CONFIGURAÇÃO CELULAR (Mobile) === */
@media (max-width: 767px) {
  .portfolio-section::before,
  .portfolio-section::after {
    width: 100%;
    height: 60%; 
    left: 0;
    background-size: cover;
  }
  .portfolio-section::before {
    top: -30%; 
    background-position: bottom center; 
  }
  .portfolio-section::after {
    bottom: -30%; 
    background-position: bottom center;
    transform: scaleY(-1); 
  }
}

/* === CONFIGURAÇÃO COMPUTADOR (Desktop) === */
@media (min-width: 768px) {
  .portfolio-section::before,
  .portfolio-section::after {
    width: 70%;
    top: 0;
    bottom: 0;
    background-size: cover; 
  }
  .portfolio-section::before {
    left: -35%; 
    background-position: center right;
  }
  .portfolio-section::after {
    right: -35%; 
    background-position: center left;
    transform: scaleX(-1); 
  }
}
/* ================================================ */

/* === Container mais largo === */
.portfolio-container {
  max-width: 1800px; 
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 10; 
}

/* --- Cabeçalho da Seção --- */
.portfolio-header {
  text-align: center;
  margin-bottom: 4rem;
}

.portfolio-subtitle {
  font-size: 0.975rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-gold);
  margin-bottom: 0.75rem;
  text-transform: none;
}

.portfolio-title {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: -0.025em;
  color: var(--color-gold-light); 
  text-transform: none;
}

@media (min-width: 768px) {
  .portfolio-title { font-size: 2.55rem; }
}

.portfolio-title span {
  font-weight: 600;
}

/* --- Grid e Cards --- */
.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr; 
  gap: 1rem; 
}

@media (min-width: 768px) {
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
}

.portfolio-card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.portfolio-image-wrapper {
  aspect-ratio: 16 / 12;
  overflow: hidden;
}

.portfolio-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.portfolio-card:hover .portfolio-image-wrapper img {
  transform: scale(1.05);
}

/* --- Overlay de Efeito Hover --- */
.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
}

.portfolio-card:hover .portfolio-overlay { opacity: 1; }

.portfolio-category {
  color: var(--color-gold);
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  transform: translateY(1rem);
  transition: transform 0.3s ease;
  text-transform: none;
}

.portfolio-card-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  transform: translateY(1rem);
  transition: transform 0.3s ease 0.075s;
  text-transform: none;
}

.portfolio-link {
  margin-top: 1rem;
  color: var(--color-gold-light);
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  opacity: 0;
  transition: opacity 0.3s ease 0.15s;
}

.portfolio-link svg { margin-left: 0.5rem; }

.portfolio-card:hover .portfolio-category,
.portfolio-card:hover .portfolio-card-title { transform: translateY(0); }
.portfolio-card:hover .portfolio-link { opacity: 1; }

/* =========================================
   --- MODAL (AJUSTADO PARA O MOBILE) ---
========================================= */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999999; 
  background-color: rgba(82, 86, 69, 0.9);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem 1rem 1rem; 
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .modal-backdrop {
    padding: 1rem; 
  }
}

.modal-container {
  position: relative;
  background-color: var(--color-light);
  width: 100%;
  max-width: 1024px;
  max-height: 90vh; 
  overflow-y: auto;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  border-radius: 16px; 
}

@media (min-width: 768px) {
  .modal-container { flex-direction: row; overflow: hidden; }
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  background-color: #ffffff; 
  box-shadow: 0 2px 10px rgba(0,0,0,0.15); 
  border: none;
  color: var(--color-dark);
  padding: 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  background-color: #f1f1f1;
}

.modal-image-col {
  height: 11rem; 
  position: relative; /* Necessário para ancorar as setas */
}

@media (min-width: 768px) {
  .modal-image-col { width: 50%; height: auto; }
}

.modal-image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================
   ESTILOS DO SLIDER (SETAS DO MODAL)
========================================= */
.modal-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  color: var(--color-dark, #333);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.modal-slider-btn:hover {
  background-color: #ffffff;
  transform: translateY(-50%) scale(1.1);
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.modal-text-col {
  padding: 1.5rem; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .modal-text-col { width: 50%; padding: 3rem; overflow-y: auto; max-height: 90vh; }
}

.modal-category {
  color: var(--color-gold);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: none;
}

.modal-title {
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--color-dark);
  margin-bottom: 1.5rem;
  text-transform: none;
}

.modal-blocks {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.modal-info-block h4 {
  font-size: 0.65rem;
  font-weight: 700;
  color: #9A7E5C;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(227, 211, 188, 0.5);
  padding-bottom: 0.5rem;
  text-transform: none;
}

.modal-info-block p {
  color: var(--color-hover);
  font-size: 0.85rem;
  line-height: 1.5;
}

.modal-btn {
  margin-top: 1.5rem;
  background-color: var(--color-dark);
  color: #ffffff;
  padding: 0.6rem 1.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  text-align: center;
}

@media (min-width: 640px) {
  .modal-btn { width: auto; align-self: flex-start; }
}

.modal-btn:hover {
  background-color: var(--color-hover);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6596b4e *//* =========================================
   4. SOBRE A ARQUITETA (A Mente Criativa)
========================================= */
.about-section {
  padding: 6rem 0;
  background-color: #ffffff;
  font-family: var(--font-main);
}

.about-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .about-container {
    flex-direction: row;
    gap: 4rem;
  }
}

/* --- Imagem e Efeito de Hover Sofisticado --- */
.about-image-col {
  width: 100%;
}

@media (min-width: 1024px) {
  .about-image-col { width: 41.666%; }
}

.about-image-wrapper {
  position: relative;
  /* Garante que o wrapper tenha o tamanho exato da imagem para o hover funcionar bem */
  display: inline-block; 
  width: 100%;
}

.about-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
  /* Estado Inicial: Preto e Branco e tamanho normal */
  filter: grayscale(100%);
  transform: scale(1);
  /* Transição suave e elegante (curva cúbica) */
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.about-image-decor {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-gold);
  z-index: 0;
  /* Estado Inicial: Posição original */
  transform: translate(0, 0);
  /* Mesma transição suave para sincronizar */
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- AÇÕES DE HOVER --- */
/* Quando passa o mouse no wrapper, muda a imagem */
.hover-trigger:hover .about-img {
  filter: grayscale(0%); /* Fica colorido */
  transform: scale(1.05); /* Leve zoom in */
  box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3); /* Sombra aumenta ligeiramente */
}

/* Quando passa o mouse no wrapper, muda a borda */
.hover-trigger:hover .about-image-decor {
  /* Move um pouco mais para fora, acompanhando o zoom */
  transform: translate(10px, 10px); 
  border-color: #9A7E5C; /* Opcional: escurece levemente a borda */
}


/* --- Textos --- */
.about-text-col {
  width: 100%;
}

@media (min-width: 1024px) {
  .about-text-col { width: 58.333%; }
}

.about-subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-gold);
  margin-bottom: 0.75rem;
  text-transform: none;
}

.about-title {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -0.025em;
  color: var(--color-dark);
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  .about-title { font-size: 2.55rem; }
}

.about-title span {
  font-weight: 600;
  font-style: italic;
}

.about-description {
  font-size: 1rem;
  color: var(--color-hover);
  font-weight: 300;
  line-height: 1.625;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-description strong {
  font-weight: 500;
  color: var(--color-dark);
}

/* --- Assinatura --- */
.about-signature-area {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* AJUSTES BLINDADOS PARA A NOVA IMAGEM DE ASSINATURA */
.about-signature-img {
  height: 100px !important; /* Trava a altura */
  width: auto !important; /* Impede o Elementor de forçar 100% de largura */
  max-width: 200px !important; /* Largura máxima de segurança */
  object-fit: contain !important; /* Garante que ela não fique esticada/deformada */
  flex-shrink: 0; /* Impede que o texto amasse a imagem */
}

.about-name {
  font-weight: 700;
  color: var(--color-dark);
  margin: 0 0 0.25rem 0;
}

.about-role {
  font-size: 0.875rem;
  color: #9A7E5C;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8500d52 *//* =========================================
   5. METODOLOGIA (O Processo)
========================================= */
.process-section {
  padding: 6rem 0;
  background-color: var(--color-dark); /* Fundo verde escuro */
  color: #ffffff;
  font-family: var(--font-main);
  position: relative;
  overflow: hidden; /* Corta o excesso da imagem */
  z-index: 1;
}

/* === IMAGENS DE FUNDO (BASE COMUM) === */
.process-section::before,
.process-section::after {
  content: "";
  position: absolute;
  background-image: url('https://olivedrab-caribou-189511.hostingersite.com/wp-content/uploads/2026/02/18.png');
  background-repeat: no-repeat;
  z-index: 0; /* Atrás do texto */
  pointer-events: none;
  opacity: 0.2; /* 50% de opacidade */
}

/* === CONFIGURAÇÃO CELULAR (Mobile) === 
   Imagem no Topo e na Base (Cortada pela metade) */
@media (max-width: 767px) {
  .process-section::before,
  .process-section::after {
    width: 100%;
    height: 60%; /* Cobre boa parte da altura para ficar bem grande */
    left: 0;
    background-size: cover;
  }
  .process-section::before {
    top: -30%; /* Empurra para fora pelo topo */
    background-position: bottom center; /* Mostra só a metade final da imagem */
  }
  .process-section::after {
    bottom: -30%; /* Empurra para fora pela base */
    background-position: bottom center;
    transform: scaleY(-1); /* Inverte de cabeça para baixo para espelhar */
  }
}

/* === CONFIGURAÇÃO COMPUTADOR (Desktop) === 
   Imagem nas Laterais (Esquerda e Direita) */
@media (min-width: 768px) {
  .process-section::before,
  .process-section::after {
    width: 70%;
    top: 0;
    bottom: 0;
    background-size: cover; 
  }
  .process-section::before {
    left: -35%; /* Empurra para fora pela esquerda */
    background-position: center right;
  }
  .process-section::after {
    right: -35%; /* Empurra para fora pela direita */
    background-position: center left;
    transform: scaleX(-1); /* Inverte horizontalmente para espelhar */
  }
}
/* ================================================ */

.process-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 10; /* Garante que o conteúdo fique por cima do fundo */
}

/* --- Cabeçalho --- */
.process-header {
  text-align: center;
  margin-bottom: 4rem;
}

.process-subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-gold);
  margin-bottom: 0.75rem;
  text-transform: none;
}

.process-title {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -0.025em;
  color: var(--color-gold-light);
  margin-bottom: 1rem;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  .process-title { font-size: 2.5rem; }
}

.process-title span {
  font-weight: 600;
}

.process-desc {
  font-size: 1.125rem;
  color: rgba(227, 211, 188, 0.8);
  font-weight: 300;
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.6;
}

/* --- Grid e Linha Conectora --- */
.process-grid-wrapper {
  position: relative;
}

/* A linha horizontal por trás das bolinhas */
.process-line {
  display: none; 
  position: absolute;
  top: 3rem; 
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-hover);
  z-index: 0;
}

@media (min-width: 768px) {
  .process-line { display: block; }
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .process-grid { 
    grid-template-columns: repeat(4, 1fr); 
    gap: 2rem;
  }
}

/* --- Passos Individuais --- */
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center;
  cursor: default;
}

@media (min-width: 768px) {
  .process-step {
    align-items: flex-start; 
    text-align: left;
  }
}

/* A Bolinha Numerada */
.process-number {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: var(--color-dark);
  border: 2px solid var(--color-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--color-gold);
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Textos do Passo */
.process-step-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-gold-light);
  margin-bottom: 0.75rem;
  text-transform: none;
}

.process-step-desc {
  font-size: 0.875rem;
  color: rgba(227, 211, 188, 0.7);
  font-weight: 300;
  line-height: 1.6;
}

/* --- Efeito Hover --- */
.process-step:hover .process-number {
  transform: scale(1.1);
  background-color: var(--color-gold);
  border-color: var(--color-gold);
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-127242a *//* =========================================
   6. DEPOIMENTOS (A Voz dos Clientes)
========================================= */
.testimonials-section {
  padding: 6rem 0;
  background-color: rgba(227, 211, 188, 0.2); /* Fundo bege clarinho para separar as seções */
  font-family: var(--font-main);
}

.testimonials-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* --- Cabeçalho --- */
.testimonials-header {
  text-align: center;
  margin-bottom: 4rem;
}

.testimonials-subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-gold);
  margin-bottom: 0.75rem;
  text-transform: none;
}

.testimonials-title {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -0.025em;
  color: var(--color-dark);
  text-transform: none;
}

@media (min-width: 768px) {
  .testimonials-title { font-size: 2.55rem; }
}

.testimonials-title span {
  font-weight: 600;
}

/* --- Grid de Depoimentos --- */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start; /* Impede que os cards estiquem se um depoimento for mais longo */
}

@media (min-width: 768px) {
  .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
}

/* --- Card Individual --- */
.testimonial-card {
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(227, 211, 188, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden; /* Mantém as bordas arredondadas e o conteúdo contido */
  border-radius: 24px; /* Adicionado um arredondamento suave no card */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px); /* Efeito sutil de levitar no hover */
}

/* --- Área do Embed do Instagram --- */
.testimonial-video-embed {
  width: 100%;
  background-color: #FAFAF9; /* Fundo cinza claro enquanto carrega */
  display: flex;
  justify-content: center;
  padding-top: 10px; /* Dá um respiro para o iframe não colar na borda de cima */
}

.testimonial-video-embed iframe {
  width: 100%;
  max-width: 340px; /* Largura padrão ideal para embeds do IG */
  height: 580px; /* Altura média de um Reel + header do IG */
  border: none;
  border-radius: 12px; /* Arredonda as quinas do iframe do IG */
}

/* --- Área do Texto --- */
.testimonial-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Faz a área de texto preencher o espaço restante */
  text-align: center;
}

/* Textos do Depoimento */
.testimonial-quote {
  font-style: italic;
  color: var(--color-hover);
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-size: 0.95rem;
}

.testimonial-author {
  margin-top: auto; /* Empurra pro final do card */
  padding-top: 1rem;
  border-top: 1px solid rgba(227, 211, 188, 0.3); /* Linha divisória sutil */
}

.author-name {
  font-weight: 700;
  color: var(--color-dark);
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
}

.author-role {
  font-size: 0.75rem;
  color: #9A7E5C;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-981e141 *//* =========================================
   7. PERGUNTAS FREQUENTES (FAQ)
========================================= */
.faq-section {
  padding: 6rem 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(227, 211, 188, 0.5); /* Linha divisória fina */
  font-family: var(--font-main);
}

.faq-container {
  max-width: 48rem; /* Container mais estreito para facilitar a leitura */
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* --- Cabeçalho --- */
.faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-title {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: -0.025em;
  color: var(--color-dark);
  text-transform: none;
  margin-bottom: 0.5rem;
}

.faq-subtitle {
  color: var(--color-hover);
  font-size: 1rem;
}

/* --- Lista de Perguntas (Acordeão) --- */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem; /* Espaço entre as perguntas */
}

.faq-item {
  border: 1px solid rgba(227, 211, 188, 0.8);
  border-radius: 2px;
  overflow: hidden; /* Importante para a animação funcionar */
  background-color: var(--color-light); /* Fundo bege bem claro */
  transition: all 0.3s ease;
}

/* Botão da Pergunta */
.faq-question {
  width: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background-color: rgba(227, 211, 188, 0.2); /* Fica levemente mais escuro no hover */
}

.faq-question:focus {
  outline: none;
}

.faq-question-text {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1rem;
  color: var(--color-dark);
  padding-right: 2rem; 
  transition: color 0.3s ease;
}

/* Seta (Chevron) */
.faq-icon {
  color: #9A7E5C;
  flex-shrink: 0; 
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Área da Resposta (Invisível por Padrão) */
.faq-answer-wrapper {
  max-height: 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #ffffff; /* Fundo branco para a resposta */
}

.faq-answer-content {
  padding: 0 1.5rem 1.5rem 1.5rem; 
}

.faq-answer-content p {
  font-size: 0.875rem;
  line-height: 1.625;
  color: var(--color-hover);
  margin: 0;
}

/* --- ESTADOS ATIVOS (Quando a pergunta está aberta) --- */

/* Fundo verde escuro na caixa da pergunta e texto branco */
.faq-item.active .faq-question {
  background-color: var(--color-dark); /* #525645 */
}

.faq-item.active .faq-question-text {
  color: #ffffff;
}

/* Gira a seta e deixa ela dourada clara para combinar com o fundo escuro */
.faq-item.active .faq-icon {
  transform: rotate(180deg);
  color: var(--color-gold-light);
}

/* Revela a resposta */
.faq-item.active .faq-answer-wrapper {
  max-height: 500px; 
  opacity: 1;
  padding-top: 1.5rem; /* Ajustei o respiro superior para ficar mais simétrico */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab1ee27 *//* =========================================
   9. CTA FINAL E RODAPÉ (FOOTER)
========================================= */
.site-footer {
  background-color: #525645;
  color: #E3D3BC;
  padding-top: 6rem;
  padding-bottom: 2rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  margin-top: 2.5rem;
  position: relative;
  z-index: 20;
  box-shadow: 0 -10px 40px rgba(0,0,0,0.05);
  font-family: var(--font-main, 'Outfit', sans-serif);
  overflow: hidden; /* Essencial para cortar o excesso das imagens */
}

/* === IMAGENS DE FUNDO (BASE COMUM) === */
.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  background-image: url('https://olivedrab-caribou-189511.hostingersite.com/wp-content/uploads/2026/02/18.png');
  background-repeat: no-repeat;
  z-index: 0; /* Fica atrás do texto */
  pointer-events: none; /* Não interfere no clique */
  opacity: 0.2; /* Opacidade ajustada por você */
}

/* === CONFIGURAÇÃO CELULAR (Mobile) === 
   Imagem no Topo e na Base (Cortada pela metade) */
@media (max-width: 767px) {
  .site-footer::before,
  .site-footer::after {
    width: 100%;
    height: 40%; /* Ajustado para não cobrir todo o footer longo */
    left: 0;
    background-size: cover;
  }
  .site-footer::before {
    top: -15%; /* Empurra para fora pelo topo */
    background-position: bottom center; /* Mostra só a metade final da imagem */
  }
  .site-footer::after {
    bottom: -15%; /* Empurra para fora pela base */
    background-position: bottom center;
    transform: scaleY(-1); /* Inverte de cabeça para baixo para espelhar */
  }
}

/* === CONFIGURAÇÃO COMPUTADOR (Desktop) === 
   Imagem nas Laterais, Grande e Cortada */
@media (min-width: 768px) {
  .site-footer::before,
  .site-footer::after {
    top: 0;
    bottom: 0;
    width: 70%; 
    background-size: cover; 
  }
  .site-footer::before {
    left: -35%; 
    background-position: center right; 
  }
  .site-footer::after {
    right: -35%;
    background-position: center left;
    transform: scaleX(-1); 
  }
}

/* Garante que o texto e botões fiquem sobre as imagens */
.footer-cta,
.footer-content {
  position: relative;
  z-index: 10;
}
/* ================================================= */

/* --- Seção CTA Superior --- */
.footer-cta {
  max-width: 56rem;
  margin: 0 auto 6rem auto;
  text-align: center;
  padding: 0 1.5rem;
}

.cta-title {
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.2;
  text-transform: none;
}

@media (min-width: 768px) {
  .cta-title { font-size: 3rem; }
}

.cta-title span {
  font-weight: 600;
  color: #CCAC85;
}

.cta-subtitle {
  color: rgba(227, 211, 188, 0.8);
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  font-weight: 300;
}

.cta-button {
  background-color: #CCAC85;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 9999px; /* Arredondado estilo pílula */
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  transition: background-color 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(204, 172, 133, 0.2);
}

.cta-button:hover {
  background-color: #9A7E5C;
}

/* --- Grade do Rodapé --- */
.footer-content {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 0 1.5rem;
  border-top: 1px solid #6C705F;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}

/* --- Estilos das Colunas --- */
.footer-logo {
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.footer-logo span {
  font-weight: 300;
  color: #CCAC85;
}

.footer-desc {
  color: rgba(227, 211, 188, 0.7);
  font-size: 0.875rem;
  line-height: 1.625;
}

.footer-col-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

/* --- Listas de Links e Contatos --- */
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(227, 211, 188, 0.8);
  font-size: 0.875rem;
}

.footer-list li.align-start { align-items: flex-start; }

.footer-list li svg {
  color: #CCAC85;
  flex-shrink: 0;
}

.footer-list li.align-start svg { margin-top: 0.125rem; }

.footer-list a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-list a:hover { color: #ffffff; }

/* --- Redes Sociais --- */
.footer-socials {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.social-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #6C705F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #6C705F;
  transition: background-color 0.3s;
}

.social-icon:hover { background-color: #CCAC85; }

.text-icon {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
}

.footer-legal p {
  font-size: 0.75rem;
  color: rgba(227, 211, 188, 0.6);
  font-weight: 500;
  margin: 0 0 0.25rem 0;
}

/* --- Barra de Créditos Final --- */
.footer-bottom {
  text-align: center;
  border-top: 1px solid #6C705F;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: rgba(227, 211, 188, 0.6);
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .footer-bottom { flex-direction: row; }
}

.footer-bottom p { margin: 0; }/* End custom CSS */