/* ===== CSS ATUALIZADO PARA POUSADA ===== */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: var(--text-dark);
}

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

.acomodacao-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.6s ease;
    position: relative;
    overflow: hidden;
}

.acomodacao-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.acomodacao-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.acomodacao-galeria {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px;
}

.acomodacao-galeria img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.acomodacao-galeria img:hover {
    transform: scale(1.05);
}

.acomodacao-content {
    padding: 2rem;
}

.acomodacao-content h3 {
    color: var(--primary-yellw);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.acomodacao-content p {
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.preco-info {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    padding: 1rem;
    background: var(--light-gray);
    border-radius: 8px;
}

.preco-alta,
.preco-baixa {
    text-align: center;
}

.preco-alta span,
.preco-baixa span {
    display: block;
    font-weight: bold;
    color: var(--primary-yellw);
    font-size: 1.2rem;
}

.comodidades {
    margin-top: 1rem;
}

.comodidades h4 {
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.comodidades ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.comodidades li {
    background: var(--primary-pink);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.9rem;
}

#acomodacoes {
    padding: 80px 0;
}

/* Modal para galeria */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 800px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover {
    color: var(--primary-yellw);
}

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

    .acomodacao-galeria {
        padding: 5px;
    }

    .acomodacao-galeria img {
        width: 100px;
        height: 70px;
    }
}

.acomodacao-galeria {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    /* rolagem horizontal se tiver muitas imagens */
}

.acomodacao-galeria img {
    width: 120px;
    /* todas no mesmo tamanho */
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}



.cta-button {
    background: var(--primary-yellw);
    color: white;
    padding: 14px 35px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid var(--primary-yellw);
    letter-spacing: 1px;
}

.cta-button:hover {
    background: transparent;
    color: var(--primary-yellw);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(123, 67, 151, 0.2);
}

/* Sections */

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: var(--text-dark);
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.section-title.animate {
    opacity: 1;
    transform: translateY(0);
}

/* About Section - ID pousadasobre */
.about {
    background: var(--light-gray);
    margin-top: 210px;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* Classes atualizadas conforme HTML */
.pousadaabout-text {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease;
}

.pousadaabout-text.animate {
    opacity: 1;
    transform: translateX(0);
}

.pousadaabout-text p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.pousadaabout-image {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease;
}

.pousadaabout-image.animate {
    opacity: 1;
    transform: translateX(0);
}

.pousadaabout-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Acomodações Section */
.acomodacoes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.acomodacao-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.6s ease;
    position: relative;
    overflow: hidden;
}

.acomodacao-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(123, 67, 151, 0.1), transparent);
    transition: left 0.6s ease;
}

.acomodacao-card:hover::before {
    left: 100%;
}

.acomodacao-card.animate {
    transform: translateY(0);
    opacity: 1;
}

.acomodacao-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.acomodacao-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.acomodacao-content {
    padding: 2rem;
}

.acomodacao-content h3 {
    color: var(--primary-yellw);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.acomodacao-content p {
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.preco-info {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    padding: 1rem;
    background: var(--light-gray);
    border-radius: 8px;
}

.preco-alta,
.preco-baixa {
    text-align: center;
}

.preco-alta span,
.preco-baixa span {
    display: block;
    font-weight: bold;
    color: var(--primary-yellw);
    font-size: 1.2rem;
}

.comodidades {
    margin-top: 1rem;
}

.comodidades h4 {
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.comodidades ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.comodidades li {
    background: var(--primary-pink);
    color: var(--text-dark);
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.9rem;
}

/* Tarifas Section */
.tarifas {
    background: var(--light-gray);
}

.tarifas-info {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.tarifas-info h3 {
    color: var(--primary-yellw);
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.tarifas-info p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.temporadas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.temporada-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.6s ease;
    position: relative;
    overflow: hidden;
}

.temporada-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(123, 67, 151, 0.1), transparent);
    transition: left 0.6s ease;
}

.temporada-card:hover::before {
    left: 100%;
}

.temporada-card.animate {
    transform: translateY(0);
    opacity: 1;
}

.temporada-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.temporada-card h4 {
    color: var(--primary-yellw);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}


/* Modal para galeria */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1000px;
    top: 50%;
    transform: translateY(-50%);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50%) scale(0.8);
    }

    to {
        transform: translateY(-50%) scale(1);
    }
}

.modal-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover {
    color: var(--accent-yellow);
}

/* Custom Animations */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-300px) rotateZ(-10deg);
    }

    to {
        opacity: 1;
        transform: translateX(0) rotateZ(0deg);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(300px) rotateZ(10deg);
    }

    to {
        opacity: 1;
        transform: translateX(0) rotateZ(0deg);
    }
}

@keyframes slideInScale {
    0% {
        opacity: 0;
        transform: translateY(100px) scale(0.3) rotate(180deg);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0deg);
    }
}

@keyframes pulseGlow {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(123, 67, 151, 0.3);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 40px rgba(123, 67, 151, 0.6);
        transform: scale(1.02);
    }
}

/* Animation Classes */
.animate-in {
    animation: customAnimationIn 1.5s ease-out forwards;
    opacity: 0;
}

.animate-in-delayed {
    animation: customAnimationIn 1.5s ease-out 0.5s forwards;
    opacity: 0;
}

.animate-in-delayed-more {
    animation: customAnimationIn 1.5s ease-out 1s forwards;
    opacity: 0;
}

.animate-scale {
    animation: slideInScale 1s ease-out forwards;
    opacity: 0;
}

.pulse-effect {
    animation: pulseGlow 2s ease-in-out infinite;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .hero-image {
        order: -1;
    }

    .hero-image img {
        height: 300px;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .acomodacoes-grid {
        grid-template-columns: 1fr;
    }

    .galeria-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .temporadas {
        grid-template-columns: 1fr;
    }

    .modal-content {
        width: 95%;
    }

    .close {
        top: 10px;
        right: 20px;
        font-size: 30px;
    }
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: var(--text-dark);
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.section-title.animate {
    opacity: 1;
    transform: translateY(0);
}

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

.acomodacao-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.6s ease;
    position: relative;
    overflow: hidden;
}

.acomodacao-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(123, 67, 151, 0.1), transparent);
    transition: left 0.6s ease;
}

.acomodacao-card:hover::before {
    left: 100%;
}

.acomodacao-card.animate {
    transform: translateY(0);
    opacity: 1;
}

.acomodacao-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.acomodacao-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.acomodacao-galeria {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    /* rolagem horizontal se tiver muitas imagens */
    padding: 10px;
}

.acomodacao-galeria img {
    width: 120px;
    /* todas no mesmo tamanho */
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.acomodacao-galeria img:hover {
    transform: scale(1.05);
}

.acomodacao-content {
    padding: 2rem;
}

.acomodacao-content h3 {
    color: var(--primary-yellw);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.acomodacao-content p {
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.preco-info {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    padding: 1rem;
    background: var(--light-gray);
    border-radius: 8px;
}

.preco-alta,
.preco-baixa {
    text-align: center;
}

.preco-alta span,
.preco-baixa span {
    display: block;
    font-weight: bold;
    color: var(--primary-yellw);
    font-size: 1.2rem;
}

.comodidades {
    margin-top: 1rem;
}

.comodidades h4 {
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.comodidades ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.comodidades li {
    background: var(--primary-pink);
    color: var(--text-dark);
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.9rem;
}

#acomodacoes {
    padding: 80px 0;
}

/* Modal para galeria */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: modalFadeIn 0.3s ease-out;
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1000px;
    top: 50%;
    transform: translateY(-50%);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50%) scale(0.8);
    }

    to {
        transform: translateY(-50%) scale(1);
    }
}

.modal-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 300px;
    right: 35px;
    color: #f7e705;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover {
    color: var(--primary-yellw);
}

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

    .acomodacao-galeria {
        padding: 5px;
    }

    .acomodacao-galeria img {
        width: 100px;
        height: 70px;
    }

    .modal-content {
        width: 95%;
    }

    .close {
        top: 10px;
        right: 20px;
        font-size: 30px;
    }
}

.contact-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.33);
    border: 1px solid rgba(102, 126, 234, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(900deg, var(--primary-yellw), var(--primary-pink));
}

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

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

.contact-item:last-child {
    margin-bottom: 0;
}

.link-politicas {
    color: var(--dark-purple);
    transition: color 0.3s;    /* efeito suave */
    text-decoration: underline;
}

.link-politicas:hover {
    color: var(--primary-yellw);    /* cor que aparecerá ao passar o mouse */
    text-decoration: underline;    /* opcional, se quiser underline ao passar o mouse */
    font-size: larger;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(900deg, var(--primary-yellw), var(--primary-pink));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-details h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--dark-purple);
}

.contact-details p {
    color: var(--dark-purple);
    font-size: 0.95rem;
}