main {
    padding-top: var(--header-height);
}
strong {
    display: contents;
}
/* Hero Section */
.more-info-hero {
    position: relative;
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(to bottom right, #FDBA31, #2c2416);
}

/* Images Container */
.more-info-images {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.more-info-image-wrapper {
    position: absolute;
    inset: 0;
    transition: opacity 1000ms;
    opacity: 0;
}

.more-info-image-wrapper.more-info-image-active {
    opacity: 1;
}

.more-info-image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
/* Content */
.more-info-content {
    position: relative;
    z-index: 10;
    color: var(--color-text-white);

}
/* Link voltar */
.section-local-back {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-text-white);
    text-decoration: none;
    transition: color 0.2s ease;
    text-align: start;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.9), 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.section-local-back:hover {
    color: var(--color-text-white);
}

.more-info-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.9), 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.more-info-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 12px;
    color: var(--color-text-white);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.9), 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.more-info-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 672px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.9), 0px 0px 10px rgba(0, 0, 0, 0.8);
}

/* Mobile Navigation */
.more-info-nav-mobile {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 20;
}

.more-info-nav-dots-mobile {
    display: flex;
    gap: 8px;
}

.more-info-dot-mobile {
    height: 4px;
    width: 4px;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: all 500ms;
    border: none;
    padding: 0;
    cursor: pointer;
}

.more-info-dot-mobile:hover {
    background-color: rgba(255, 255, 255, 0.7);
    width: 8px;
}

.more-info-dot-mobile.more-info-dot-mobile-active {
    width: 32px;
    background-color: var(--color-primary);
}

/* Botão Fixo */
.more-info-buy-button {
    position: fixed;
    right: 32px;
    top: 60%;
    transform: translateY(-50%);
    z-index: 40;
}

.more-info-btn {
    background-color: var(--color-primary);
    color: #1a1a1a;
    padding: 16px 24px;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: all 300ms;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 180px;
}

.more-info-btn:hover {
    background-color: var(--color-black);
    color: var(--color-text-white);
}

.more-info-btn-label {
    font-size: 14px;
    font-weight: 500;
}

.more-info-btn-price {
    font-size: 30px;
    font-weight: bold;
}

.more-info-btn-text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
}
/* Section apenas para espaçamento */
.more-info-section {
    padding: 20px 0;
    height: 30px;
}

/* Seção Sobre */
.more-info-about {
    margin-bottom: 20px;
}

.more-info-about .col-12 h2{
    font-size: 24px;
    font-weight: 600;
    color: var(--color-text-dark);
    margin-bottom: 12px;
    line-height: 32px;
}

.more-info-about .col-12 p {
    color: var(--color-text-gray);
    line-height: 26px;
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 500;
    
}

.more-info-about .col-12 ul {
    display: flex;
    flex-direction: column;
}

.more-info-about .col-12 ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 20px;
}

/* Icone */
.more-info-about .col-12 ul li::before {
    content: '';
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    background-color: #16a34a;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'%3E%3C/path%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.more-info-feature-item span {
    color: var(--color-text-dark);
    font-size: 14px;
}
/* Galeria de imagens */
.more-info-gallery {
    margin-bottom: 20px;
}

.more-info-gallery-item {
    position: relative;
    height: 160px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: none;
    padding: 0;
    width: 100%;
    background: none;
    margin-bottom: 20px;
}

.more-info-gallery-img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    transition: transform 500ms;
}

.more-info-gallery-item:hover .more-info-gallery-img {
    transform: scale(1.1);
}

.more-info-gallery-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 300ms;
}

.more-info-gallery-item:hover .more-info-gallery-overlay {
    background-color: rgba(0, 0, 0, 0.2);
}
/* Lightbox */
.more-info-lightbox {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.more-info-lightbox.active {
    display: flex;
}

.more-info-lightbox-img {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}

.more-info-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 10000;
    width: 40px;
    height: 40px;
    line-height: 1;
}

.more-info-lightbox-prev,
.more-info-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-info-lightbox-prev:hover,
.more-info-lightbox-next:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.more-info-lightbox-prev {
    left: 20px;
}

.more-info-lightbox-next {
    right: 20px;
}

/* Botão Fixo Mobile */
.more-info-buy-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    background-color: var(--color-text-white);
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
}

.more-info-buy-mobile-content {
    padding: 16px 0;
    gap: 16px;
}

.more-info-buy-mobile-label {
    font-size: 12px;
    color: var(--color-text-gray);
    margin-bottom: 0;
}

.more-info-buy-mobile-price {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 0;
}

.more-info-buy-mobile-btn {
    font-size: 16px;
    background-color: var(--color-primary);
    color: #1a1a1a;
    padding: 12px 32px;
    border-radius: 20px;
    font-weight: 600;
    transition: all 300ms;
    border: none;
    cursor: pointer;
}

.more-info-buy-mobile-btn:hover {
    background-color: var(--color-text-dark);
    color: var(--color-text-white);
}

/* tablet  */
@media (min-width: 768px) {
    .more-info-hero {
        height: 70vh;
    }
    
    .more-info-subtitle {
        font-size: 16px;
    }
    
    .more-info-title {
        font-size: 40px;
        margin-bottom: 0;
    }
    
    .more-info-description {
        font-size: 20px;
    }
    /* Section sobre */
    .more-info-about .col-12 h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .more-info-about .col-12 p {
        font-size: 18px;
    }
    .more-info-about .col-12 ul li {
        font-size: 16px;
        line-height: 29.25px;
    }
    .more-info-about .col-12 ul li::before {
        font-size: 16px;
    }
    /* galeria de imagens */
    .more-info-gallery-item {
        height: 192px;
    }
}
/* desktop */
@media (min-width: 1024px) {

    /* arrow esquerda/direita*/
    .more-info-nav-next {
        right: 24px;
    }

    .more-info-title {
        font-size: 60px;
    }

    /* Desktop Navigation */
    .more-info-nav-desktop {
        position: absolute;
        bottom: 32px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        z-index: 20;
    }

    .more-info-nav-dots {
        display: flex;
        gap: 16px;
    }

    .more-info-dot {
        position: relative;
        display: flex;
        align-items: center;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }

        .more-info-dot::before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 9999px;
            background-color: rgba(255, 255, 255, 0.4);
            transition: all 500ms;
        }

        .more-info-dot:hover::before {
            background-color: rgba(255, 255, 255, 0.7);
            width: 12px;
        }

        .more-info-dot.more-info-dot-active::before {
            width: 48px;
            height: 6px;
            background-color: var(--color-primary);
            box-shadow: 0 10px 15px -3px rgba(253, 186, 49, 0.5);
        }
    .more-info-nav-dots-mobile {
        display: none;
    }
}