/*
Theme Name: Sarah Arantes - Psicoterapia Online
Theme URI: https://saraharantes.com.br
Author: AI Assistant
Description: Tema personalizado para psicóloga Sarah Arantes, focado em atendimento para mulheres.
Version: 1.0
Text Domain: sarah-arantes
*/

/* Estilos Globais Adicionais */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: #1f2937;
}

.font-serif {
    font-family: 'Playfair Display', serif;
}

.bg-gradient-pink {
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
}

.bg-soft-pink {
    background-color: #fffafa;
}

/* Accordion Styles */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-icon {
    transition: transform 0.3s ease;
}
