/*
 Theme Name:   Natalia - Przyciąganie Obfitości
 Theme URI:    https://nataliagajeewska.pl
 Author:       Natalia Z Gajewska
 Author URI:   https://nataliagajeewska.pl
 Description:  Motyw klasyczny dla strony Natalia - Kroniki Akaszy, Reiki i praca z podświadomością.
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  natalia
*/

body {
    background-color: #FFF5F7;
    color: #27272a;
}

.marker-stroke {
    position: relative;
    z-index: 1;
}

.marker-stroke::after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: 4px;
    height: 12px;
    background-color: rgba(255, 166, 231, 0.3);
    z-index: -1;
    transform: rotate(-1deg);
    border-radius: 2px;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* FAQ */
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
}

.faq-content.open {
    max-height: 500px;
    opacity: 1;
}

.faq-chevron {
    transition: transform 0.5s ease-in-out;
}

.faq-chevron.open {
    transform: rotate(180deg);
}

.faq-button-circle.open {
    background-color: #27272a;
    border-color: #27272a;
    color: white;
}

/* Menu WordPress – dopasowanie do stylu motywu */
.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2.5rem;
}
.nav-menu a {
    text-decoration: none;
    color: inherit;
}
