/* ==========================================================
   PÁGINA AYAHUASCA - LAYOUT ESPECÍFICO
   ========================================================== */

/* Reset para evitar problemas em mobile */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    overflow-x: hidden; /* Previne scroll horizontal */
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove margens do body especificamente para ayahuasca */
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw;
}

/* ==========================================================
   HERO SECTION
   ========================================================== */
.ayahuasca-hero {
    position: relative;
    height: 60vh;
    min-height: 500px;
    background: linear-gradient(rgba(15, 32, 39, 0.8), rgba(44, 83, 100, 0.8)), 
                url('../assets/ayahyasca.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin-top: 80px; /* Espaço para o header fixo */
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 32, 39, 0.8) 0%, rgba(32, 58, 67, 0.6) 50%, rgba(44, 83, 100, 0.8) 100%);
    z-index: 1;
}

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

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: #84DCC6;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-family: 'Maitree', serif;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.4;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-cta {
    margin-top: 2rem;
}

.btn-hero-primary {
    display: inline-block;
    background: linear-gradient(45deg, #84DCC6, #A8E6CF);
    color: #153243;
    padding: 20px 40px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(132, 220, 198, 0.4);
    transform: translateY(0);
}

.btn-hero-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(132, 220, 198, 0.6);
    background: linear-gradient(45deg, #A8E6CF, #84DCC6);
}

.btn-hero-primary span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* ==========================================================
   SEÇÃO PRINCIPAL
   ========================================================== */
.ayahuasca-main {
    padding: 80px 0 80px 0; /* Reduzido o padding top */
    background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
    min-height: 100vh;
    width: 100vw; /* Largura total da viewport */
    margin: 0;
    position: relative;
}

.ayahuasca-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 400px; /* Texto à esquerda, imagem fixa à direita */
    gap: 60px;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
    min-height: 600px; /* Garante altura mínima */
}

/* ==========================================================
   CONTEÚDO DE TEXTO (LADO ESQUERDO)
   ========================================================== */
.ayahuasca-content {
    max-width: 100%;
}

.ayahuasca-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    color: #84DCC6;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.ayahuasca-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.3;
}

.ayahuasca-text {
    font-family: 'Maitree', serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;
}

.intro-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2rem;
    padding: 20px;
    background: rgba(132, 220, 198, 0.1);
    border-left: 4px solid #84DCC6;
    border-radius: 8px;
}

.ayahuasca-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #84DCC6;
    margin: 2rem 0 1rem 0;
    border-bottom: 2px solid #84DCC6;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.ayahuasca-text p {
    margin-bottom: 1.5rem;
    text-align: justify;
    color: #ffffff;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.benefits-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid rgba(132, 220, 198, 0.2);
    color: #ffffff; /* Cor branca para o texto */
}

.benefits-list li::before {
    content: "🌿";
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

.benefits-list li strong {
    color: #84DCC6;
    font-weight: 600;
}

/* ==========================================================
   BOTÃO DESTACADO INDIVIDUAL
   ========================================================== */
.single-cta-wrapper {
    text-align: center;
    margin: 2.5rem 0;
    padding: 1rem 0;
}

.btn-highlight {
    display: inline-block;
    background: linear-gradient(45deg, #84DCC6, #A8E6CF, #84DCC6);
    background-size: 200% 200%;
    color: #153243;
    padding: 18px 35px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(132, 220, 198, 0.5);
    position: relative;
    overflow: hidden;
    animation: shimmer 3s ease-in-out infinite;
}

.btn-highlight:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(132, 220, 198, 0.7);
    background-position: 100% 0;
}

.btn-highlight span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    z-index: 2;
}

/* Animação de brilho */
@keyframes shimmer {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

/* ==========================================================
   SEÇÃO CTA
   ========================================================== */

/* Novos botões de call-to-action */
.cta-buttons-section {
    margin: 3rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.cta-button-wrapper {
    width: 100%;
    max-width: 400px;
}

.btn-primary, .btn-secondary {
    display: inline-block;
    width: 100%;
    padding: 18px 30px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}

.btn-primary {
    background: linear-gradient(45deg, #84DCC6, #A8E6CF);
    color: #153243;
    box-shadow: 0 6px 20px rgba(132, 220, 198, 0.4);
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(132, 220, 198, 0.6);
    background: linear-gradient(45deg, #A8E6CF, #84DCC6);
}

.btn-secondary {
    background: linear-gradient(45deg, #153243, #284B63);
    color: #ffffff;
    border: 2px solid #84DCC6;
    box-shadow: 0 6px 20px rgba(21, 50, 67, 0.3);
}

.btn-secondary:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(21, 50, 67, 0.5);
    background: linear-gradient(45deg, #284B63, #3A5F7D);
    border-color: #A8E6CF;
}

.btn-experiencia span, .btn-info span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Seção CTA original */
.cta-section {
    background: linear-gradient(135deg, #153243 0%, #284B63 100%);
    padding: 30px;
    border-radius: 15px;
    margin-top: 3rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(21, 50, 67, 0.2);
}

.cta-text {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #84DCC6 0%, #5fb3a3 100%);
    color: #153243;
    padding: 15px 30px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(132, 220, 198, 0.3);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(132, 220, 198, 0.4);
    background: linear-gradient(90deg, #5fb3a3 0%, #84DCC6 100%);
}

/* ==========================================================
   IMAGEM RETANGULAR VERTICAL (LADO DIREITO)
   ========================================================== */
.ayahuasca-image {
    position: relative;
    width: 400px;
    height: 620px; /* Aumentada de 500px para 650px */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    /* Remove sticky para evitar problemas */
    flex-shrink: 0; /* Evita que a imagem seja comprimida */
}

.ayahuasca-image:hover {
    transform: scale(1.02);
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(21, 50, 67, 0.8));
    padding: 30px 20px 20px 20px;
    color: white;
    text-align: center;
}

.image-caption {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* ==========================================================
   SEÇÕES DE PREPARAÇÃO
   ========================================================== */
.preparation-guidelines {
    background: rgba(132, 220, 198, 0.05);
    border-radius: 12px;
    padding: 25px;
    margin: 2rem 0;
    border-left: 4px solid #84DCC6;
}

.preparation-guidelines h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #84DCC6;
    margin: 1.5rem 0 1rem 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.preparation-guidelines h4:first-child {
    margin-top: 0;
}

.preparation-guidelines ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.preparation-guidelines li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #ffffff;
    line-height: 1.6;
}

.preparation-guidelines li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #84DCC6;
    font-weight: bold;
    font-size: 1.1rem;
}

/* ==========================================================
   ANIMAÇÕES
   ========================================================== */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ==========================================================
   RESPONSIVIDADE
   ========================================================== */
@media (max-width: 1200px) {
    .ayahuasca-container {
        grid-template-columns: 1fr 350px;
        gap: 40px;
        padding: 0 20px;
        min-height: 500px;
    }
    
    .ayahuasca-image {
        width: 350px;
        height: 550px; /* Aumentada de 425px para 550px */
    }
    
    /* Responsividade do botão destacado para tablets grandes */
    .btn-highlight {
        padding: 16px 30px;
        font-size: 1.05rem;
    }
}

@media (max-width: 992px) {
    .ayahuasca-container {
        grid-template-columns: 1fr 300px;
        gap: 30px;
        padding: 0 15px;
        min-height: 450px;
    }
    
    .ayahuasca-image {
        width: 300px;
        height: 480px; /* Aumentada de 375px para 480px */
    }
    
    .ayahuasca-main {
        padding: 100px 0 60px 0;
        width: 100vw;
    }
    
    /* Responsividade do botão destacado para tablets */
    .btn-highlight {
        padding: 15px 28px;
        font-size: 1rem;
    }
}

/* Transição para mobile médio */
@media (max-width: 600px) {
    .ayahuasca-main {
        padding: 70px 0 40px 0;
        width: 100vw;
        margin: 0;
    }
    
    .ayahuasca-container {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 15px;
        text-align: center;
        max-width: 100vw;
        width: 100%;
        min-height: auto;
    }
    
    .ayahuasca-image {
        width: 100%;
        max-width: 350px;
        height: 450px; /* Aumentada de 400px para 450px */
        margin: 0 auto;
        order: -1; /* Imagem aparece primeiro em mobile */
        border-radius: 15px; /* Bordas menores em mobile */
    }
    
    .ayahuasca-content {
        text-align: left; /* Volta o texto para a esquerda */
    }
    
    /* Responsividade para botão destacado */
    .single-cta-wrapper {
        margin: 1.5rem 0;
        padding: 0.5rem 0;
    }
    
    .btn-highlight {
        padding: 15px 25px;
        font-size: 1rem;
        width: 100%;
        max-width: 280px;
    }
    
    .ayahuasca-content {
        text-align: left;
        width: 100%;
        padding: 0;
    }
    
    .ayahuasca-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .ayahuasca-subtitle {
        font-size: 1.1rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .ayahuasca-main {
        padding: 60px 0 40px 0; /* Reduzido para mobile */
        width: 100vw;
        margin: 0;
    }
    
    .ayahuasca-container {
        grid-template-columns: 1fr;
        gap: 30px; /* Reduzido gap */
        padding: 0 10px; /* Reduzido de 15px para 10px */
        text-align: center;
        max-width: 100vw; /* Garante que não overflow */
        width: 100%;
        overflow-x: hidden; /* Previne overflow horizontal */
    }
    
    .ayahuasca-image {
        width: 100%;
        max-width: 350px; /* Reduzido tamanho máximo */
        height: 480px; /* Aumentada de 450px para 480px */
        margin: 0 auto;
        order: -1; /* Imagem aparece primeiro no mobile */
        position: static;
        border-radius: 15px; /* Reduzido border radius */
    }
    
    .ayahuasca-content {
        text-align: left;
        width: 100%;
        max-width: 100%;
        padding: 0; /* Remove padding extra */
    }
    
    .ayahuasca-title {
        font-size: 2.2rem; /* Título menor em mobile */
        text-align: center;
        margin-bottom: 0.8rem;
    }
    
    .ayahuasca-subtitle {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .cta-section {
        padding: 20px; /* Reduzido padding */
        margin-top: 2rem;
    }
    
    /* Ajustes para texto em mobile */
    .ayahuasca-text p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .ayahuasca-text h3 {
        font-size: 1.3rem;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }
    
    /* Menu mobile fix específico para ayahuasca */
    .hrefs.show {
        backdrop-filter: blur(10px);
        z-index: 1001;
    }
}

@media (max-width: 480px) {
    .ayahuasca-main {
        padding: 50px 0 30px 0; /* Ainda menor em telas pequenas */
        width: 100vw;
        margin: 0;
    }
    
    .ayahuasca-container {
        padding: 0 5px; /* Padding mínimo de 5px */
        gap: 20px; /* Gap menor */
        width: 100%;
        max-width: 100vw;
    }
    
    .ayahuasca-image {
        height: 400px; /* Aumentada de 350px para 400px */
        max-width: 300px;
        border-radius: 12px;
    }
    
    .ayahuasca-title {
        font-size: 1.8rem; /* Título ainda menor */
        line-height: 1.1;
    }
    
    .ayahuasca-subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .intro-text {
        padding: 12px; /* Reduzido padding */
        font-size: 0.95rem; /* Texto menor */
        margin-bottom: 1rem;
    }
    
    .benefits-list li {
        padding: 8px 0 8px 20px; /* Padding reduzido */
        font-size: 0.9rem; /* Texto menor */
        color: #ffffff; /* Mantém cor branca em mobile */
    }
    
    .cta-section {
        padding: 15px; /* Padding mínimo */
        margin-top: 1.5rem;
    }
    
    .cta-button {
        padding: 10px 20px; /* Botão menor */
        font-size: 0.9rem;
        width: 100%;
        max-width: 250px; /* Largura máxima reduzida */
    }
    
    /* Responsividade para novos botões CTA */
    .cta-buttons-section {
        margin: 2rem 0;
        gap: 1rem;
    }
    
    .btn-primary, .btn-secondary {
        padding: 15px 20px;
        font-size: 1rem;
    }
    
    .cta-button-wrapper {
        max-width: 100%;
        width: 100%;
    }
    
    .ayahuasca-text h3 {
        font-size: 1.1rem; /* H3 menor */
        margin-top: 1.2rem;
    }
    
    .ayahuasca-text p {
        font-size: 0.9rem; /* Texto menor */
        line-height: 1.5;
    }
    
    /* Melhor espaçamento para preparation guidelines */
    .preparation-guidelines {
        padding: 10px; /* Padding ainda mais reduzido */
        margin: 1.5rem 5px; /* Margem lateral de 5px */
    }
    
    .preparation-guidelines h4 {
        font-size: 1rem; /* Título menor */
        margin: 1rem 0 0.5rem 0;
    }
    
    .preparation-guidelines li {
        font-size: 0.85rem; /* Texto ainda menor */
        padding: 6px 0;
        padding-left: 20px;
    }
    
    /* Responsividade para seção hero */
    .ayahuasca-hero {
        height: 50vh;
        min-height: 400px;
        margin-top: 70px;
    }
    
    .hero-title {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .btn-hero-primary {
        padding: 15px 25px;
        font-size: 1rem;
    }
    
    /* Responsividade para seção final CTA */
    .final-cta-section {
        padding: 60px 0;
    }
    
    .final-cta-container {
        padding: 0 20px;
    }
    
    .final-cta-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .final-cta-text {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .final-cta-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .btn-final-primary, .btn-final-secondary {
        padding: 15px 25px;
        font-size: 1rem;
        min-width: 200px;
        width: 100%;
        max-width: 300px;
    }
}

/* ==========================================================
   SEÇÃO FINAL DE CALL-TO-ACTION
   ========================================================== */
.final-cta-section {
    background: linear-gradient(135deg, #153243 0%, #284B63 50%, #3A5F7D 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/ayahyasca.jpg') center/cover no-repeat;
    opacity: 0.1;
    z-index: 1;
}

.final-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.final-cta-content {
    text-align: center;
    color: white;
}

.final-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #84DCC6;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.final-cta-text {
    font-family: 'Maitree', serif;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.final-cta-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btn-final-primary, .btn-final-secondary {
    display: inline-block;
    padding: 20px 35px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 250px;
    text-align: center;
}

.btn-final-primary {
    background: linear-gradient(45deg, #84DCC6, #A8E6CF);
    color: #153243;
    box-shadow: 0 8px 25px rgba(132, 220, 198, 0.4);
}

.btn-final-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(132, 220, 198, 0.6);
    background: linear-gradient(45deg, #A8E6CF, #84DCC6);
}

.btn-final-secondary {
    background: transparent;
    color: #84DCC6;
    border: 2px solid #84DCC6;
    box-shadow: 0 8px 25px rgba(132, 220, 198, 0.2);
}

.btn-final-secondary:hover {
    transform: translateY(-5px);
    background: rgba(132, 220, 198, 0.1);
    box-shadow: 0 12px 35px rgba(132, 220, 198, 0.4);
    border-color: #A8E6CF;
    color: #A8E6CF;
}

.btn-final-primary span, .btn-final-secondary span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* ==========================================================
   FOOTER - COPIADO DA PÁGINA PRINCIPAL
   ========================================================== */
footer, .footer {
    background: linear-gradient(125deg, #10151c 0%, #153243 60%, #284B63 100%);
    color: #fff;
    position: relative;
    padding: 40px 0 20px 0;
    width: 100%;
    margin: 0;
    border-top: none;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.15);
}

/* Barra decorativa no topo do footer */
footer::before, .footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #84DCC6 0%, #C89E4F 100%);
    opacity: 0.85;
}

.container-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    gap: 30px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-top, .footer-bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    gap: 40px;
}

/* Colunas flex para melhor organização */
.footer-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start; /* Alinhamento padrão para outras colunas */
}

/* Coluna específica da logo - centralizada */
.footer-column:first-child {
    align-items: center; /* Centraliza a logo e o texto */
    text-align: center; /* Centraliza o texto também */
}

.logo-footer {
    width: 140px;
    height: 140px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    display: block !important; /* Garante que seja um bloco para centralização */
    margin: 0 auto !important; /* Centraliza horizontalmente */
}

.logo-footer:hover {
    transform: scale(1.05);
}

.frase-footer {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    max-width: 450px;
    text-align: center; /* Centralizado para alinhar com a logo */
    color: #fff;
    line-height: 1.4;
    margin-top: 10px;
}

.frase-footer span {
    color: #84DCC6;
}

.contact-info {
    font-size: 18px;
    color: #f0f0f0;
    line-height: 1.6;
    text-align: left;
}

.contact-info h3 {
    color: #84DCC6;
    margin-bottom: 15px;
    font-size: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.social-icons {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    justify-content: center; /* Centralizado para alinhar com a logo */
}

/* Para outras colunas que não sejam a primeira, manter alinhamento à esquerda */
.footer-column:not(:first-child) .social-icons {
    justify-content: flex-start;
}

.social-icons img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    filter: brightness(0.9);
    transition: filter 0.3s, transform 0.3s;
}

.social-icons img:hover {
    filter: brightness(1.2) drop-shadow(0 4px 12px rgba(132, 220, 198, 0.5));
    transform: translateY(-5px) scale(1.1);
}

.mapa-footer {
    width: 100%;
    max-width: 300px;
    height: 200px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.footer-bottom {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(132, 220, 198, 0.15);
}

.footer-links {
    display: flex;
    gap: 30px;
    font-family: 'Montserrat', Arial, sans-serif;
}

.footer-links a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 16px;
}

.footer-links a:hover {
    color: #84DCC6;
    text-decoration: underline;
}

.footer-copyright {
    color: #c0c0c0;
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
    width: 100%;
}

@media (max-width: 992px) {
    .footer-top, .footer-bottom {
        flex-wrap: wrap;
    }
    
    .footer-column {
        flex: 1 1 45%;
        min-width: 250px;
    }
}

@media (max-width: 768px) {
    footer, .footer {
        padding: 30px 0 15px 0;
    }
    
    .footer-top {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-column {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        align-items: center; /* Centraliza todos os elementos em mobile */
        text-align: center; /* Centraliza o texto em mobile */
    }
    
    /* Centralização específica da logo em mobile */
    .logo-footer {
        display: block !important;
        margin: 0 auto !important;
        width: 120px !important; /* Ligeiramente menor em mobile */
        height: 120px !important;
    }
    
    /* Hover para logo em mobile */
    .logo-footer:hover {
        transform: scale(1.05) !important;
    }
    
    /* Centralização específica da frase do footer em mobile */
    .frase-footer {
        text-align: center !important;
        margin: 10px auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    /* Centralização específica dos ícones sociais em mobile */
    .social-icons {
        justify-content: center !important;
        margin: 1rem auto !important;
        display: flex !important;
        width: 100% !important;
        gap: 8px !important; /* Pequena distância entre ícones em mobile */
    }
    
    /* Remove qualquer espaçamento adicional dos links dos ícones em mobile */
    .social-icons a {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Google Maps Container - Mobile Centering */
    .footer-column:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0 1rem;
    }
    
    .mapa-footer {
        width: 100% !important;
        max-width: 350px !important;
        height: 200px !important;
        margin: 0 auto !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
        border: 2px solid rgba(132, 220, 198, 0.2) !important;
    }
    
    /* Google Maps iframe centering */
    #map {
        width: 100% !important;
        height: 100% !important;
        border: none !important;
        border-radius: 12px !important;
        display: block !important;
        margin: 0 auto !important;
    }
    
    /* Contact info mobile adjustments */
    .contact-info {
        text-align: center;
        padding: 0 1rem;
    }
    
    .contact-item {
        justify-content: center;
        margin: 0.8rem 0;
    }
    
    /* Correção específica para ícones sociais */
    .footer .social-icons,
    .social-icons {
        gap: 8px !important;
        justify-content: center !important;
    }
    
    .footer .social-icons a,
    .social-icons a {
        margin: 0 !important;
        padding: 0 !important;
        display: inline-block !important;
    }
    
    .footer .social-icons img,
    .social-icons img {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 480px) {
    .footer-top {
        gap: 1.5rem;
        padding: 0 0.5rem;
    }
    
    .footer-column:last-child {
        padding: 0 0.5rem;
    }
    
    /* Centralização extra para telas muito pequenas */
    .footer-column {
        align-items: center !important;
        text-align: center !important;
    }
    
    .logo-footer {
        display: block !important;
        margin: 0 auto !important;
        width: 100px !important; /* Ainda menor em telas muito pequenas */
        height: 100px !important;
    }
    
    /* Hover para logo em telas muito pequenas */
    .logo-footer:hover {
        transform: scale(1.05) !important;
    }
    
    .frase-footer {
        text-align: center !important;
        margin: 10px auto !important;
        font-size: 18px !important; /* Tamanho menor já definido anteriormente */
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .social-icons {
        justify-content: center !important;
        margin: 1rem auto !important;
        display: flex !important;
        width: 100% !important;
        gap: 6px !important; /* Pequena distância para telas muito pequenas */
    }
    
    /* Remove qualquer espaçamento adicional dos links dos ícones em mobile muito pequeno */
    .social-icons a {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .social-icons img {
        width: 32px !important; /* Ícones ligeiramente menores */
        height: 32px !important;
    }
    
    .mapa-footer {
        width: 100% !important;
        max-width: 300px !important;
        height: 180px !important;
    }
    
    .contact-info {
        padding: 0 0.5rem;
        text-align: center !important;
    }
    
    /* Correção específica para ícones sociais em telas pequenas */
    .footer .social-icons,
    .social-icons {
        gap: 6px !important;
        justify-content: center !important;
    }
    
    .footer .social-icons a,
    .social-icons a {
        margin: 0 !important;
        padding: 0 !important;
        display: inline-block !important;
    }
    
    .footer .social-icons img,
    .social-icons img {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Centralização específica para primeira coluna em mobile - força máxima prioridade */
@media (max-width: 768px) {
    .footer-column:first-child {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .footer-column:first-child * {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* ==========================================================
   ELEMENTOS DECORATIVOS
   ========================================================== */
.ayahuasca-content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #84DCC6 0%, #153243 100%);
    border-radius: 2px;
}

.ayahuasca-image::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #84DCC6;
    border-radius: 50%;
    opacity: 0.8;
    z-index: -1;
}

/* Efeito de scroll suave para a imagem fixa */
@media (min-width: 993px) {
    .ayahuasca-image {
        transition: transform 0.1s ease-out;
    }
}
