/* ========================================
   LAYOUT - BASE LOJA
   Estilos estruturais do site
   ======================================== */

/* Header */
header {
    background: white;
    border-bottom: 1px solid #E8E8E8;
}

.header-top {
    padding: 15px 0;
}

.header-content {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.logo-container {
    flex-shrink: 0;
}

.logo-link {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.logo-img {
    max-height: 60px;
}

.logo-text {
    font-family: 'Fredoka', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #2D3436;
    margin: 0;
}

.logo-icon {
    color: #FF6B9D;
}

.search-form-container {
    flex: 1;
    max-width: 400px;
}

.search-form {
    display: flex;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

/* Navbar */
.navbar-container {
    padding: 0;
}

.navbar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
}

.nav-link-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.nav-chevron {
    font-size: 10px;
    margin-left: 3px;
}

/* Messages */
.messages-container {
    margin-top: 0;
    padding-top: 0;
}

/* Main Content */
main {
    min-height: 60vh;
}

/* Footer */
footer {
    background: linear-gradient(135deg, var(--footer-bg, #FF6B9D) 0%, var(--footer-bg-secondary, #C44569) 100%);
    color: var(--footer-text-color, #FFFFFF);
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

/* Footer Decorative Elements */
.footer-decorative {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.08;
}

.footer-info-bar {
    background: rgba(0,0,0,0.15);
    border-bottom: 3px solid rgba(255,255,255,0.2);
    position: relative;
    z-index: 1;
}

.footer-about-box {
    padding: 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.footer-logo-img {
    max-height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.2));
}

.footer-brand-title {
    font-family: 'Poppins', 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    font-size: 26px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.footer-brand-icon {
    color: #FFE66D;
    margin-right: 10px;
}

.footer-description {
    color: rgba(255,255,255,0.9);
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.footer-main-content {
    padding: 60px 0 30px;
    position: relative;
    z-index: 1;
}

.footer-circle {
    position: absolute;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.footer-circle-1 {
    width: 100px;
    height: 100px;
    top: 20px;
    left: 10%;
    animation-duration: 6s;
}

.footer-circle-2 {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.08);
    top: 80px;
    right: 15%;
    animation-duration: 8s;
}

.footer-circle-3 {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.06);
    bottom: 40px;
    left: 20%;
    animation-duration: 7s;
}

.footer-circle-4 {
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.05);
    bottom: 60px;
    right: 10%;
    animation-duration: 9s;
}

.footer-circle-5 {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 5%;
    animation-duration: 5s;
}

.footer-circle-6 {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.07);
    top: 30%;
    right: 8%;
    animation-duration: 10s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }
    25% {
        transform: translateY(-20px) translateX(10px);
    }
    50% {
        transform: translateY(-10px) translateX(-10px);
    }
    75% {
        transform: translateY(-15px) translateX(5px);
    }
}

/* Footer Info Section */
.footer-info-section {
    background: rgba(0,0,0,0.15);
    border-bottom: 3px solid rgba(255,255,255,0.2);
    position: relative;
    z-index: 1;
}

.footer-info-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: rgba(255,255,255,0.15);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.footer-info-icon {
    font-size: 24px;
}

.footer-info-text {
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Footer Main Content */
.footer-main {
    padding: 60px 0 40px;
    position: relative;
    z-index: 1;
}

/* Footer Bottom */
.footer-bottom-section {
    background: rgba(0,0,0,0.2);
    padding: 20px 0;
    margin-top: 40px;
}

/* Responsive */
.footer-social-link {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.footer-social-link:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    color: #fff;
}

.footer-contact-container {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.footer-contact-item {
    margin-bottom: 15px;
    display: flex;
    align-items: start;
    gap: 12px;
    padding: 12px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

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

.footer-contact-item.email {
    border-left: 3px solid #FFE66D;
}

.footer-contact-item.whatsapp {
    border-left: 3px solid #4ECDC4;
}

.footer-contact-item.address {
    border-left: 3px solid #95E1D3;
}

.footer-contact-icon {
    margin-top: 2px;
    flex-shrink: 0;
    font-size: 18px;
}

.footer-contact-icon.email {
    color: #FFE66D;
}

.footer-contact-icon.whatsapp {
    color: #4ECDC4;
}

.footer-contact-icon.address {
    color: #95E1D3;
}

.footer-contact-link {
    text-decoration: none;
    transition: color 0.3s;
    word-break: break-all;
}

.footer-contact-text {
    line-height: 1.6;
}

@media (max-width: 768px) {
    .header-content {
        flex-wrap: wrap;
    }
    
    .search-form-container {
        order: 3;
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 15px;
    }
    
    .navbar-toggler-mobile {
        display: block !important;
    }
}
