/* ============================================
   ARQUIVO PRINCIPAL CSS COMPILADO
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #2C2C2C;
  background-color: #F5F5DC;
  background-image: 
    url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23B8860B" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23B8860B" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23B8860B" opacity="0.02"/><circle cx="10" cy="50" r="0.5" fill="%23B8860B" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #2C2C2C;
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.875rem;
  }
}

@media (max-width: 320px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 1.875rem;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.25rem;
  }
}

p {
  margin-bottom: 1.5rem;
  color: #666666;
}

a {
  color: #B8860B;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #9a7009;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

li {
  margin-bottom: 0.5rem;
  color: #666666;
}

button {
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

input, textarea, select {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}

section {
  padding: 6rem 0;
  position: relative;
}

section:not(.section--alt) {
  background: 
    linear-gradient(180deg, rgba(245, 245, 220, 0.5) 0%, rgba(245, 245, 220, 1) 100%);
}

/* Seção Filosofia com imagem de fundo */
.section--filosofia {
  position: relative;
  background-color: #F5F5DC;
  background-image: 
    linear-gradient(180deg, rgba(245, 245, 220, 0.7) 0%, rgba(245, 245, 220, 0.9) 100%);
  overflow: hidden;
}

.section--filosofia[data-bg-image] {
  background-image: 
    url('../images/filosofia-background.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.section--filosofia[data-bg-image]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(180deg, rgba(245, 245, 220, 0.5) 0%, rgba(245, 245, 220, 0.7) 100%),
    radial-gradient(ellipse at center, rgba(245, 245, 220, 0.2) 0%, rgba(245, 245, 220, 0.5) 100%);
  pointer-events: none;
  z-index: 0;
}

.section--filosofia .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .section--filosofia[data-bg-image] {
    background-attachment: scroll;
  }
}

/* Hero da página A Clínica com imagem de fundo */
.hero--clinica[data-bg-image] {
  background-size: 120% auto !important;
  background-position: center center !important;
  background-attachment: fixed;
  background-repeat: no-repeat !important;
}

.hero--clinica[data-bg-image]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 1;
}

.hero--clinica[data-bg-image] .hero__content {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero--clinica[data-bg-image] {
    background-attachment: scroll;
    background-size: 150% auto !important;
  }
}

/* Hero da página Blog com imagem de fundo */
.hero--blog[data-bg-image] {
  background-size: 120% auto !important;
  background-position: center center !important;
  background-attachment: fixed;
  background-repeat: no-repeat !important;
}

.hero--blog[data-bg-image]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 1;
}

.hero--blog[data-bg-image] .hero__content {
  position: relative;
  z-index: 2;
}

.hero--blog .hero__title {
  text-shadow: 
    0 0 20px rgba(255, 255, 255, 1),
    0 0 40px rgba(255, 255, 255, 1),
    0 0 60px rgba(255, 255, 255, 0.9),
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 4px 8px rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-weight: 600;
}

.hero--blog .hero__subtitle {
  text-shadow: 
    0 0 20px rgba(255, 255, 255, 1),
    0 0 40px rgba(255, 255, 255, 1),
    0 0 60px rgba(255, 255, 255, 0.9),
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 4px 8px rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-weight: 400;
}

@media (max-width: 768px) {
  .hero--blog[data-bg-image] {
    background-attachment: scroll;
    background-size: 150% auto !important;
  }
}

/* Hero da página Serviços com imagem de fundo */
.hero--servicos[data-bg-image] {
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed;
  background-repeat: no-repeat !important;
}

.hero--servicos[data-bg-image]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 1;
}

.hero--servicos[data-bg-image] .hero__content {
  position: relative;
  z-index: 2;
}

.hero--servicos .hero__title {
  text-shadow: 
    0 0 20px rgba(255, 255, 255, 1),
    0 0 40px rgba(255, 255, 255, 1),
    0 0 60px rgba(255, 255, 255, 0.9),
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 4px 8px rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-weight: 600;
}

.hero--servicos .hero__subtitle {
  text-shadow: 
    0 0 20px rgba(255, 255, 255, 1),
    0 0 40px rgba(255, 255, 255, 1),
    0 0 60px rgba(255, 255, 255, 0.9),
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 4px 8px rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-weight: 400;
}

@media (max-width: 768px) {
  .hero--servicos[data-bg-image] {
    background-attachment: scroll;
  }
}

/* Hero da página Contato com imagem de fundo */
.hero--contato[data-bg-image] {
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed;
  background-repeat: no-repeat !important;
}

.hero--contato[data-bg-image]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 1;
}

.hero--contato[data-bg-image] .hero__content {
  position: relative;
  z-index: 2;
}

.hero--contato .hero__title {
  text-shadow: 
    0 0 20px rgba(255, 255, 255, 1),
    0 0 40px rgba(255, 255, 255, 1),
    0 0 60px rgba(255, 255, 255, 0.9),
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 4px 8px rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-weight: 600;
}

.hero--contato .hero__subtitle {
  text-shadow: 
    0 0 20px rgba(255, 255, 255, 1),
    0 0 40px rgba(255, 255, 255, 1),
    0 0 60px rgba(255, 255, 255, 0.9),
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 4px 8px rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-weight: 400;
}

@media (max-width: 768px) {
  .hero--contato[data-bg-image] {
    background-attachment: scroll;
  }
}

/* Seção Dra. Juliana Galan com foto */
.section--doutora {
  background-color: #FFFFFF;
}

.doutora-profile {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.doutora-image {
  text-align: center;
}

.doutora-photo {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  aspect-ratio: 3/4;
}

.doutora-content {
  text-align: left;
}

.doutora-content p {
  margin-bottom: 1.5rem;
  color: #666666;
}

@media (max-width: 768px) {
  .doutora-profile {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  
  .doutora-image {
    order: -1;
  }
  
  .doutora-photo {
    max-width: 250px;
    margin: 0 auto;
  }
  
  .doutora-content {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .doutora-photo {
    max-width: 200px;
  }
}

/* Mobile First - Otimizações */
@media (max-width: 768px) {
  section {
    padding: 2.5rem 0;
  }
  
  .hero {
    background-attachment: scroll;
    min-height: 70vh;
    padding: 4rem 1rem;
  }
  
  .container {
    padding: 0 1rem;
  }
  
  /* Otimizar backgrounds pesados em mobile */
  body {
    background-attachment: scroll;
  }
  
  .section--alt {
    background-size: 40px 40px;
  }
}

@media (max-width: 480px) {
  section {
    padding: 2rem 0;
  }
  
  .hero {
    min-height: 60vh;
    padding: 3rem 1rem;
  }
  
  .container {
    padding: 0 0.75rem;
  }
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(245, 245, 220, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .header__container {
    padding: 0.75rem 1rem;
  }
}

.header__logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #B8860B;
  text-decoration: none;
}

@media (max-width: 768px) {
  .header__logo {
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .header__logo {
    font-size: 1rem;
  }
}

.header__nav {
  display: block;
}

@media (max-width: 768px) {
  .header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #F5F5DC;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
  }
  
  .header__nav.active {
    display: block;
  }
}

.header__nav-list {
  display: flex;
  list-style: none;
  gap: 2rem;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .header__nav-list {
    flex-direction: column;
    gap: 1rem;
  }
}

.header__nav-item {
  margin: 0;
}

.header__nav-link {
  color: #2C2C2C;
  font-weight: 500;
  padding: 0.5rem 0;
  position: relative;
  transition: color 0.2s ease;
}

.header__nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #B8860B;
  transition: width 0.3s ease;
}

.header__nav-link:hover {
  color: #B8860B;
}

.header__nav-link:hover::after {
  width: 100%;
}

.header__nav-link.active {
  color: #B8860B;
}

.header__nav-link.active::after {
  width: 100%;
}

.header__menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #2C2C2C;
  cursor: pointer;
  padding: 0.5rem;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .header__menu-toggle {
    display: flex;
  }
}

.main {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .main {
    margin-top: 70px;
  }
}

@media (max-width: 480px) {
  .main {
    margin-top: 65px;
  }
}

/* Footer */
.footer {
  background-color: #2C2C2C;
  color: #FFFFFF;
  padding: 3rem 0 1.5rem;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.footer__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .footer__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.footer__section h3 {
  color: #B8860B;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.footer__section p,
.footer__section a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.footer__section a:hover {
  color: #B8860B;
}

.footer__social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  transition: all 0.3s ease;
}

.footer__social-link:hover {
  background-color: #B8860B;
  transform: translateY(-2px);
}

.footer__bottom {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 60vh;
  max-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1.5rem;
  background-color: #F5F5DC;
  background-image: 
    linear-gradient(135deg, rgba(184, 134, 11, 0.15) 0%, rgba(245, 245, 220, 0.95) 100%);
  background-attachment: fixed;
  overflow: hidden;
}

/* Quando tem imagem de fundo, remover o gradiente padrão */
.hero[data-bg-image]:not(.hero--servicos):not(.hero--clinica):not(.hero--home) {
  background-image: none;
  background-color: transparent;
}

/* Remover gradiente padrão para clínica, home, blog e contato */
.hero--clinica[data-bg-image],
.hero--home[data-bg-image],
.hero--blog[data-bg-image],
.hero--contato[data-bg-image] {
  background-image: none;
  background-color: transparent;
}

/* Nota: .hero--servicos já tem o gradiente removido na regra específica acima (linha 220) */

@media (min-width: 1024px) {
  .hero {
    min-height: 55vh;
    max-height: 65vh;
    padding: 3rem 1.5rem;
  }
}

/* Hero da página inicial com imagem de fundo */
.hero--home[data-bg-image] {
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed;
  background-repeat: no-repeat !important;
}

.hero--home[data-bg-image]::before {
  display: none;
}

.hero--home[data-bg-image]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(135deg, rgba(245, 245, 220, 0.6) 0%, rgba(245, 245, 220, 0.75) 100%),
    radial-gradient(ellipse at center, rgba(245, 245, 220, 0.4) 0%, rgba(245, 245, 220, 0.65) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero--home[data-bg-image] .hero__content {
  position: relative;
  z-index: 2;
}

.hero--home .hero__title {
  text-shadow: 0 2px 20px rgba(255, 255, 255, 1), 0 4px 30px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.8);
}

.hero--home .hero__subtitle {
  text-shadow: 0 2px 20px rgba(255, 255, 255, 1), 0 4px 30px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.8);
  color: #2C2C2C;
  font-weight: 400;
}

@media (max-width: 768px) {
  .hero--home[data-bg-image] {
    background-attachment: scroll;
  }
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 50%, rgba(184, 134, 11, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(255, 140, 0, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* Desabilitar ::before quando tem imagem de fundo */
.hero[data-bg-image]::before,
.hero--clinica[data-bg-image]::before,
.hero--servicos[data-bg-image]::before,
.hero--home[data-bg-image]::before,
.hero--contato[data-bg-image]::before {
  display: none;
}

.hero__content {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero {
    min-height: 60vh;
    padding: 3rem 1rem;
  }
}

.hero__content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero__title {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #2C2C2C;
  text-shadow: 0 2px 15px rgba(255, 255, 255, 0.9), 0 4px 20px rgba(255, 255, 255, 0.7);
  position: relative;
}

.hero--clinica .hero__title {
  text-shadow: 
    0 0 20px rgba(255, 255, 255, 1),
    0 0 40px rgba(255, 255, 255, 1),
    0 0 60px rgba(255, 255, 255, 0.9),
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 4px 8px rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-weight: 600;
}

@media (max-width: 768px) {
  .hero__title {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .hero__title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
}

@media (max-width: 320px) {
  .hero__title {
    font-size: 1.25rem;
  }
}

.hero__subtitle {
  font-size: 1.25rem;
  color: #2C2C2C;
  margin-bottom: 3rem;
  font-weight: 300;
  text-shadow: 0 1px 5px rgba(255, 255, 255, 0.6);
  position: relative;
}

.hero--clinica .hero__subtitle {
  text-shadow: 
    0 0 20px rgba(255, 255, 255, 1),
    0 0 40px rgba(255, 255, 255, 1),
    0 0 60px rgba(255, 255, 255, 0.9),
    0 2px 4px rgba(0, 0, 0, 0.8),
    0 4px 8px rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-weight: 400;
}

@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .hero__subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }
}

/* Botões */
.btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
}

.btn--primary {
  background-color: #FF8C00;
  color: #FFFFFF;
}

.btn--primary:hover {
  background-color: #FF8C00;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.btn--secondary {
  background-color: transparent;
  color: #B8860B;
  border-color: #B8860B;
}

.btn--secondary:hover {
  background-color: #B8860B;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.btn--outline {
  background-color: transparent;
  color: #2C2C2C;
  border-color: #2C2C2C;
}

.btn--outline:hover {
  background-color: #2C2C2C;
  color: #FFFFFF;
}

.btn--large {
  padding: 1.5rem 4rem;
  font-size: 1.125rem;
}

@media (max-width: 480px) {
  .btn {
    padding: 0.875rem 1.5rem;
    font-size: 0.9375rem;
    min-height: 44px; /* Touch target mínimo recomendado */
  }
  
  .btn--large {
    padding: 1rem 2rem;
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    min-height: 48px;
  }
  
  /* Melhorar touch targets para links */
  .card__link,
  .blog-card__link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0;
  }
}

/* Cards */
.card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  .card {
    padding: 1.5rem;
    border-radius: 8px;
  }
  
  .card:hover {
    transform: none; /* Desabilitar transform em mobile para melhor performance */
  }
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #B8860B 0%, #FF8C00 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.card:hover::before {
  transform: scaleX(1);
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

@media (max-width: 480px) {
  .card__image {
    height: 180px;
    margin-bottom: 1rem;
  }
}

.card__title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #2C2C2C;
}

.card__text {
  color: #666666;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.card__link {
  color: #B8860B;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.card__link::after {
  content: '→';
  transition: transform 0.2s ease;
}

.card__link:hover::after {
  transform: translateX(5px);
}

/* Grid de Cards */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
  }
}

@media (max-width: 480px) {
  .cards-grid {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

/* Seção */
.section--alt {
  background-color: #FFFFFF;
  background-image: 
    linear-gradient(45deg, rgba(184, 134, 11, 0.02) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(184, 134, 11, 0.02) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(184, 134, 11, 0.02) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(184, 134, 11, 0.02) 75%);
  background-size: 60px 60px;
  background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
  position: relative;
}

.section--alt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(245, 245, 220, 0.3) 0%, rgba(255, 255, 255, 0.9) 100%);
  pointer-events: none;
  z-index: 0;
}

.section--alt > .container {
  position: relative;
  z-index: 1;
}

.section__header {
  text-align: center;
  margin-bottom: 3rem;
}

@media (max-width: 480px) {
  .section__header {
    margin-bottom: 2rem;
  }
  
  .section__header h2 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
  
  .section__header p {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.section__header h2 {
  color: #2C2C2C;
  margin-bottom: 1rem;
}

.section__header p {
  max-width: 600px;
  margin: 0 auto;
  color: #666666;
}

/* Lista de Benefícios */
.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  position: relative;
}

.benefits-list__item::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #B8860B;
  font-weight: bold;
  font-size: 1.125rem;
}

/* FAQ */
.faq__item {
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq__question {
  padding: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2C2C2C;
  transition: background-color 0.2s ease;
}

.faq__question:hover {
  background-color: rgba(184, 134, 11, 0.05);
}

.faq__question::after {
  content: '+';
  font-size: 1.25rem;
  color: #B8860B;
  transition: transform 0.2s ease;
}

.faq__question.active::after {
  transform: rotate(45deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq__answer.active {
  max-height: 500px;
}

.faq__answer p {
  padding: 0 1.5rem 1.5rem;
  margin: 0;
}

/* Formulário */
.form__group {
  margin-bottom: 1.5rem;
}

@media (max-width: 480px) {
  .form__group {
    margin-bottom: 1.25rem;
  }
  
  .form__input,
  .form__textarea,
  .form__select {
    font-size: 16px; /* Previne zoom no iOS */
    padding: 0.875rem;
  }
}

.form__label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #2C2C2C;
}

.form__input,
.form__textarea,
.form__select {
  width: 100%;
  padding: 1rem;
  border: 2px solid #E0E0E0;
  border-radius: 8px;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  transition: border-color 0.2s ease;
  background-color: #FFFFFF;
}

.form__input:focus,
.form__textarea:focus,
.form__select:focus {
  outline: none;
  border-color: #B8860B;
}

.form__textarea {
  resize: vertical;
  min-height: 120px;
}

.form__error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: none;
}

.form__error.active {
  display: block;
}

/* Mapa */
.map-container {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Badge */
.badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #B8860B;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Divider */
.divider {
  width: 60px;
  height: 3px;
  background-color: #B8860B;
  margin: 2rem auto;
  border-radius: 50%;
}

/* Contact Grid Responsivo */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .contact-grid {
    gap: 1.5rem;
  }
}

/* Imagens Placeholder */
.card__image {
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.1) 0%, rgba(245, 245, 220, 0.3) 100%);
  position: relative;
}

.card__image::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23B8860B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21 15 16 10 5 21'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
  pointer-events: none;
}

.card__image img {
  position: relative;
  z-index: 1;
}

/* Ajustes de Responsividade Adicionais */
@media (max-width: 768px) {
  .btn--large {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}

/* Otimizações de Performance Mobile */
@media (max-width: 768px) {
  /* Desabilitar efeitos pesados em mobile */
  .card::before {
    display: none; /* Desabilitar animação da barra em mobile */
  }
  
  /* Simplificar sombras */
  .card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
  
  .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  }
  
  /* Otimizar hero effects */
  .hero::before {
    opacity: 0.5; /* Reduzir opacidade para melhor performance */
  }
}

@media (max-width: 480px) {
  /* Ajustes adicionais para telas pequenas */
  h1 {
    font-size: 1.75rem;
  }
  
  h2 {
    font-size: 1.375rem;
  }
  
  h3 {
    font-size: 1.125rem;
  }
  
  p {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  
  /* Espaçamentos reduzidos */
  .divider {
    width: 40px;
    margin: 1.5rem auto;
  }
}

/* ============================================
   ESTILOS DO BLOG
   ============================================ */

/* Blog Layout */
.blog-container {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 3rem;
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .blog-container {
    grid-template-columns: 1fr;
  }
}

/* Blog Post Card */
.blog-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.blog-card__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.1) 0%, rgba(245, 245, 220, 0.3) 100%);
}

.blog-card__content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #666666;
}

.blog-card__category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #B8860B;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-card__date {
  color: #666666;
}

.blog-card__title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #2C2C2C;
}

.blog-card__title a {
  color: #2C2C2C;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-card__title a:hover {
  color: #B8860B;
}

.blog-card__excerpt {
  color: #666666;
  margin-bottom: 1rem;
  line-height: 1.6;
  flex-grow: 1;
}

.blog-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #E0E0E0;
}

.blog-card__link {
  color: #B8860B;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-card__link::after {
  content: '→';
  transition: transform 0.2s ease;
}

.blog-card__link:hover::after {
  transform: translateX(5px);
}

/* Blog Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .blog-grid {
    gap: 1rem;
    margin-top: 1.5rem;
  }
  
  .blog-card {
    margin-bottom: 1rem;
  }
  
  .blog-card__content {
    padding: 1.25rem;
  }
  
  .blog-card__title {
    font-size: 1.25rem;
  }
}

/* Blog Sidebar */
.blog-sidebar {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: fit-content;
  position: sticky;
  top: 100px;
}

@media (max-width: 1024px) {
  .blog-sidebar {
    position: static;
    margin-top: 2rem;
  }
}

.sidebar__section {
  margin-bottom: 2rem;
}

.sidebar__section:last-child {
  margin-bottom: 0;
}

.sidebar__title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #2C2C2C;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #B8860B;
}

.sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar__item {
  margin-bottom: 0.75rem;
}

.sidebar__link {
  color: #666666;
  text-decoration: none;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sidebar__link::before {
  content: '→';
  color: #B8860B;
  transition: transform 0.2s ease;
}

.sidebar__link:hover {
  color: #B8860B;
}

.sidebar__link:hover::before {
  transform: translateX(3px);
}

/* Post Individual */
.blog-post {
  max-width: 800px;
  margin: 0 auto;
}

.blog-post__header {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #E0E0E0;
}

.blog-post__category {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #B8860B;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.blog-post__title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #2C2C2C;
}

@media (max-width: 768px) {
  .blog-post__title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .blog-post__title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  
  .blog-post__image {
    height: 250px;
  }
  
  .blog-post__content {
    font-size: 0.9375rem;
  }
  
  .blog-post__content h2 {
    font-size: 1.5rem;
  }
  
  .blog-post__content h3 {
    font-size: 1.25rem;
  }
}

.blog-post__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  color: #666666;
  font-size: 0.875rem;
  flex-wrap: wrap;
}

.blog-post__author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-post__image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.blog-post__content {
  line-height: 1.8;
  color: #2C2C2C;
}

.blog-post__content h2 {
  font-size: 1.875rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #2C2C2C;
}

.blog-post__content h3 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #2C2C2C;
}

.blog-post__content p {
  margin-bottom: 1.5rem;
  color: #666666;
}

.blog-post__content ul,
.blog-post__content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.blog-post__content li {
  margin-bottom: 0.5rem;
  color: #666666;
}

.blog-post__content blockquote {
  border-left: 4px solid #B8860B;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #666666;
}

/* Tags */
.blog-post__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #E0E0E0;
}

.blog-tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: rgba(184, 134, 11, 0.1);
  color: #B8860B;
  border-radius: 20px;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.blog-tag:hover {
  background-color: #B8860B;
  color: #FFFFFF;
}

/* Compartilhamento Social */
.blog-post__share {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #E0E0E0;
}

.share__label {
  font-weight: 600;
  color: #2C2C2C;
}

.share__buttons {
  display: flex;
  gap: 0.75rem;
}

.share__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F5F5DC;
  color: #B8860B;
  text-decoration: none;
  transition: all 0.2s ease;
}

.share__button:hover {
  background-color: #B8860B;
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* Posts Relacionados */
.related-posts {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 2px solid #E0E0E0;
}

.related-posts__title {
  font-size: 1.875rem;
  margin-bottom: 2rem;
  text-align: center;
}

.related-posts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

@media (max-width: 768px) {
  .related-posts__grid {
    grid-template-columns: 1fr;
  }
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.modal.active {
  display: flex;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.modal__content {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 3rem;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 10001;
  animation: modalSlideIn 0.3s ease;
}

@media (max-width: 768px) {
  .modal__content {
    padding: 2rem;
    width: 95%;
  }
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.modal__header h2 {
  margin: 0;
  color: #2C2C2C;
}

.modal__close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #666666;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.modal__close:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #2C2C2C;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Galeria */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  aspect-ratio: 4/3;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* ============================================
   WhatsApp Flutuante
   ============================================ */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
  animation: pulse 2s infinite;
}

.whatsapp-float:hover {
  background-color: #20ba5a;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.8);
  }
  100% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 56px;
    height: 56px;
    bottom: 15px;
    right: 15px;
    font-size: 28px;
  }
  
  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}

/* ============================================
   Popup de Sucesso
   ============================================ */
.success-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.success-popup.active {
  opacity: 1;
  visibility: visible;
}

.success-popup__content {
  background: #ffffff;
  border-radius: 16px;
  padding: 3rem 2.5rem;
  max-width: 450px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.9) translateY(20px);
  transition: transform 0.3s ease;
  position: relative;
}

.success-popup.active .success-popup__content {
  transform: scale(1) translateY(0);
}

.success-popup__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #25d366 0%, #20ba5a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: successPulse 0.6s ease;
}

.success-popup__icon svg {
  width: 45px;
  height: 45px;
  fill: #ffffff;
}

@keyframes successPulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.success-popup__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
}

.success-popup__message {
  font-size: 1.1rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.success-popup__button {
  background: linear-gradient(135deg, #B8860B 0%, #9a6f09 100%);
  color: #ffffff;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.success-popup__button:hover {
  background: linear-gradient(135deg, #9a6f09 0%, #7a5a07 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(184, 134, 11, 0.4);
}

.success-popup__button:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .success-popup__content {
    padding: 2.5rem 2rem;
    max-width: 90%;
  }
  
  .success-popup__icon {
    width: 70px;
    height: 70px;
    margin-bottom: 1.25rem;
  }
  
  .success-popup__icon svg {
    width: 40px;
    height: 40px;
  }
  
  .success-popup__title {
    font-size: 1.5rem;
  }
  
  .success-popup__message {
    font-size: 1rem;
  }
}

