/* ====================================
   PIRANEL - CSS Moderno 2026
   Cores baseadas na identidade visual
   ==================================== */

:root {
    /* Paleta de cores da marca */
    --primary-green: #2E3F1F;
    --primary-burgundy: #9B4556;
    --neutral-dark: #1a1a1a;
    --neutral-medium: #4a4a4a;
    --neutral-light: #f5f5f5;
    --neutral-white: #ffffff;
    --accent-light: #e8e8e8;
    
    /* EspaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§amentos */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --spacing-xl: 6rem;
    
    /* Tipografia */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-heading: 'Poppins', 'Inter', sans-serif;
}

/* Reset e Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--neutral-dark);
    background-color: var(--neutral-white);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--primary-burgundy);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--primary-green);
}

/* UtilitÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡rios */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.container-fluid {
    width: 100%;
    padding: 0 var(--spacing-md);
}

.section {
    padding: var(--spacing-lg) 0;
}

.text-center {
    text-align: center;
}

/* Tipografia */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: var(--spacing-sm);
    color: var(--primary-green);
}

h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
}

h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
}

h3 {
    font-size: clamp(1.25rem, 3vw, 2rem);
}

p {
    margin-bottom: var(--spacing-sm);
    color: var(--neutral-medium);
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--neutral-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    transition: all 0.3s ease;
}

.header.scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-sm) 0;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo:hover img {
    transform: scale(1.05);
}

/* NavegaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o */
.nav {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
}

.nav-list {
    display: flex;
    list-style: none;
    gap: var(--spacing-md);
    align-items: center;
}

.nav-link {
    font-weight: 500;
    color: var(--neutral-dark);
    padding: var(--spacing-xs) var(--spacing-sm);
    position: relative;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--primary-burgundy);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 80%;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-burgundy);
}

/* Seletor de Idiomas Fixo */
.language-selector-fixed {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 999;
    background: var(--neutral-white);
    padding: 0.75rem 0.5rem;
    border-radius: 8px 0 0 8px;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.15);
}

.language-selector-fixed .lang-title {
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
    color: var(--neutral-medium);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.language-selector-fixed .lang-btn {
    background: none;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 0.35rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    opacity: 0.7;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-selector-fixed .lang-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.language-selector-fixed .lang-btn:hover {
    opacity: 1;
    transform: scale(1.1);
    border-color: var(--primary-burgundy);
}

.language-selector-fixed .lang-btn.active {
    opacity: 1;
    border-color: var(--primary-burgundy);
    background: rgba(155, 69, 86, 0.08);
    box-shadow: 0 2px 8px rgba(155, 69, 86, 0.2);
}

/* Ocultar barra do Google Translate */
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

.skiptranslate iframe {
    visibility: hidden !important;
}

/* Menu Mobile */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: var(--spacing-xs);
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: var(--neutral-dark);
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Hero Section */
.hero {
    margin-top: 80px;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--neutral-dark);
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--neutral-white);
    max-width: 800px;
    padding: var(--spacing-md);
}

.hero-content h1 {
    color: var(--neutral-white);
    margin-bottom: var(--spacing-md);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-content h2 {
    color: var(--neutral-light);
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 1.5rem);
    margin-bottom: var(--spacing-md);
}

/* Cards */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-md);
    margin-top: var(--spacing-lg);
}

.card {
    background: var(--neutral-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-content {
    padding: var(--spacing-md);
}

.card-title {
    color: var(--primary-green);
    margin-bottom: var(--spacing-sm);
}

.card-text {
    color: var(--neutral-medium);
}

/* Produtos Section */
.produtos-section {
    background: var(--neutral-light);
}

.produtos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-md);
}

.produtos-list {
    background: var(--neutral-white);
    padding: var(--spacing-md);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.produtos-list h3 {
    margin-bottom: var(--spacing-md);
    padding-bottom: var(--spacing-sm);
    border-bottom: 2px solid var(--primary-burgundy);
}

.produtos-list ul {
    list-style: none;
}

.produtos-list li {
    padding: var(--spacing-xs) 0;
    padding-left: var(--spacing-md);
    position: relative;
    color: var(--neutral-medium);
}

.produtos-list li::before {
    content: '* ';
    position: absolute;
    left: 0;
    color: var(--primary-burgundy);
    font-weight: bold;
}

/* Footer */
.footer {
    background: var(--primary-green);
    color: var(--neutral-white);
    padding: var(--spacing-md) 0 var(--spacing-sm);
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-sm);
}

.footer-section h3 {
    color: var(--neutral-white);
    margin-bottom: var(--spacing-sm);
}

.footer-section p,
.footer-section a {
    color: var(--neutral-light);
    margin-bottom: 0.3rem;
}

.footer-section a:hover {
    color: var(--neutral-white);
}

.footer-bottom {
    text-align: center;
    padding-top: var(--spacing-md);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: var(--neutral-white);
    margin: 0;
}
.whatsapp-icon {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    color: #25D366;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.whatsapp-icon:hover {
    transform: scale(1.2);
    color: #128C7E;
}

.whatsapp-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* BotÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes */
.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-size: 1rem;
}

.btn-primary {
    background: var(--primary-burgundy);
    color: var(--neutral-white);
}

.btn-primary:hover {
    background: var(--primary-green);
    color: var(--neutral-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(155, 69, 86, 0.3);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--primary-burgundy);
    color: var(--primary-burgundy);
}

.btn-outline:hover {
    background: var(--primary-burgundy);
    color: var(--neutral-white);
}

/* Responsivo */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }
    
    .nav {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: calc(100vh - 80px);
        background: var(--neutral-white);
        flex-direction: column;
        padding: var(--spacing-md);
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .nav.active {
        transform: translateX(0);
    }
    
    .nav-list {
        flex-direction: column;
        width: 100%;
        gap: var(--spacing-sm);
    }
    
    .nav-link {
        width: 100%;
        padding: var(--spacing-sm);
        border-bottom: 1px solid var(--accent-light);
    }
    
    .hero {
        height: 400px;
    }
    
    .cards-grid {
        grid-template-columns: 1fr;
    }
    
    .produtos-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    :root {
        --spacing-md: 1rem;
        --spacing-lg: 2rem;
    }
    
    .container {
        padding: 0 var(--spacing-sm);
    }
    
    .hero {
        height: 350px;
    }
    
    .logo img {
        height: 50px;
    }
}

/* AnimaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* Loading */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid var(--neutral-light);
    border-radius: 50%;
    border-top-color: var(--primary-burgundy);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Produtos - Filtros */
.produtos-filtros {
    display: flex;
    justify-content: center;
    gap: var(--spacing-md);
    flex-wrap: wrap;
}

.filtro-btn {
    padding: 12px 40px;
    background: var(--neutral-light);
    color: var(--neutral-dark);
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid var(--neutral-light);
}

.filtro-btn:hover {
    background: var(--neutral-white);
    border-color: var(--primary-burgundy);
    text-decoration: none;
}

.filtro-btn.active {
    background: var(--primary-burgundy);
    color: var(--neutral-white);
    border-color: var(--primary-burgundy);
}

/* Produtos - Accordion */
.produtos-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-item {
    background: var(--neutral-white);
    border-radius: 8px;
    margin-bottom: var(--spacing-sm);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.accordion-header {
    width: 100%;
    padding: var(--spacing-md);
    background: var(--neutral-white);
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-green);
    transition: all 0.3s ease;
}

.accordion-header:hover {
    background: var(--neutral-light);
}

.accordion-header.active {
    background: var(--primary-burgundy);
    color: var(--neutral-white);
}

.accordion-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.accordion-header.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-content.active {
    max-height: 2000px;
}

.produtos-lista {
    padding: var(--spacing-md);
    background: var(--neutral-light);
}

.produto-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-sm) var(--spacing-md);
    background: var(--neutral-white);
    margin-bottom: var(--spacing-xs);
    border-radius: 4px;
    color: var(--neutral-dark);
    transition: all 0.3s ease;
}

.produto-item:hover {
    background: var(--primary-burgundy);
    color: var(--neutral-white);
    text-decoration: none;
    transform: translateX(5px);
}

.produto-item svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.sem-produtos {
    text-align: center;
    color: var(--neutral-medium);
    padding: var(--spacing-md);
}

.alert {
    background: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
    padding: var(--spacing-md);
    border-radius: 8px;
    text-align: center;
}

/* Acessibilidade */
:focus-visible {
    outline: 2px solid var(--primary-burgundy);
    outline-offset: 2px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* WhatsApp Flutuante */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4);
}

.whatsapp-float svg {
    width: 35px;
    height: 35px;
    fill: white;
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 30px;
    }
    
    .whatsapp-float svg {
        width: 30px;
        height: 30px;
    }
}

/* ===========================
   Produto Detalhes
   =========================== */
.produto-detalhes {
    max-width: 1000px;
    margin: 0 auto;
}

.produto-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    padding: 1.5rem;
    background: var(--neutral-lighter);
    border-radius: 8px;
    margin-bottom: 2rem;
}

.info-item {
    padding: 0.75rem;
    background: white;
    border-left: 4px solid var(--primary-green);
}

.produto-conteudo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.produto-descricao h2 {
    color: var(--primary-green);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.descricao-texto {
    line-height: 1.8;
    color: var(--neutral-dark);
    margin-bottom: 2rem;
}

.produto-foto {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.produto-foto img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.produto-foto img:hover {
    transform: scale(1.02);
}

.contato-info {
    background: var(--neutral-lighter);
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.contato-info p {
    margin-bottom: 0.5rem;
}

.contato-info a {
    color: var(--primary-burgundy);
    text-decoration: none;
    font-weight: 500;
}

.contato-info a:hover {
    text-decoration: underline;
}

.produto-catalogo {
    text-align: center;
    padding: 1.5rem;
    background: var(--neutral-lighter);
    border-radius: 8px;
    margin-bottom: 2rem;
}

.btn-outline {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border: 2px solid var(--primary-burgundy);
    color: var(--primary-burgundy);
    background: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.btn-outline:hover {
    background: var(--primary-burgundy);
    color: white;
}

.produto-voltar {
    text-align: center;
}

/* Modal para imagem */
.modal-imagem {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.modal-conteudo {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
    animation: zoom 0.3s;
}

@keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

.fechar-modal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.fechar-modal:hover,
.fechar-modal:focus {
    color: #bbb;
}

/* Responsivo - Produto Detalhes */
@media (max-width: 768px) {
    .produto-conteudo-grid {
        grid-template-columns: 1fr;
    }
    
    .produto-foto {
        position: relative;
        top: 0;
    }
    
    .modal-conteudo {
        width: 95%;
    }
}

/* ===========================
   Modal Produto
   =========================== */
.produto-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.produto-modal.active {
    display: flex;
    opacity: 1;
}

.produto-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.produto-modal-content {
    position: relative;
    width: 95%;
    max-width: 1200px;
    max-height: 90vh;
    margin: auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.produto-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-burgundy);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

.produto-modal-close:hover {
    background: var(--primary-green);
    transform: rotate(90deg);
}

.produto-modal-close svg {
    width: 24px;
    height: 24px;
}

.produto-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 3rem 2rem 2rem;
}

.produto-modal-body::-webkit-scrollbar {
    width: 8px;
}

.produto-modal-body::-webkit-scrollbar-track {
    background: var(--neutral-light);
}

.produto-modal-body::-webkit-scrollbar-thumb {
    background: var(--primary-burgundy);
    border-radius: 4px;
}

.produto-modal-nav {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    border-top: 1px solid var(--neutral-light);
    background: var(--neutral-lighter);
    border-radius: 0 0 12px 12px;
}

.btn-nav-produto {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--primary-green);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-nav-produto:hover:not(:disabled) {
    background: var(--primary-burgundy);
    transform: translateX(0);
}

.btn-nav-produto:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.btn-nav-produto svg {
    width: 20px;
    height: 20px;
}

.produto-titulo {
    color: var(--primary-green);
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    color: var(--neutral-medium);
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid var(--neutral-light);
    border-top-color: var(--primary-burgundy);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.erro {
    text-align: center;
    padding: 3rem;
    color: #c0392b;
    font-size: 1.1rem;
}

/* Modal Imagem Ampliada */
.modal-imagem-ampliada {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.95);
    animation: fadeIn 0.3s ease;
}

.modal-imagem-ampliada .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-imagem-ampliada img {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    animation: zoomIn 0.3s ease;
}

.modal-imagem-ampliada .btn-fechar {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    color: var(--primary-burgundy);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.modal-imagem-ampliada .btn-fechar:hover {
    background: var(--primary-burgundy);
    color: white;
    transform: rotate(90deg);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { transform: scale(0.8); }
    to { transform: scale(1); }
}

/* Responsivo - Modal */
@media (max-width: 768px) {
    .produto-modal-content {
        width: 100%;
        max-height: 100vh;
        border-radius: 0;
        margin: 0;
    }
    
    .produto-modal-body {
        padding: 2.5rem 1.5rem 1.5rem;
    }
    
    .produto-modal-nav {
        padding: 1rem;
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .btn-nav-produto {
        width: 100%;
        justify-content: center;
    }
    
    .produto-titulo {
        font-size: 1.5rem;
    }
    
    .produto-conteudo-grid {
        grid-template-columns: 1fr;
    }
}
/* ============================================
   QUEM SOMOS - ESTILOS ESPECÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂFICOS
   ============================================ */

/* Hero Quem Somos */
.hero-quem-somos {
    background: linear-gradient(135deg, var(--primary-green) 0%, #1a2412 100%);
    height: 350px;
    position: relative;
    overflow: hidden;
}

.hero-quem-somos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48cGF0dGVybiBpZD0iYSIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIj48cGF0aCBkPSJNMCAwaDE0MHY0MEgweiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJyZ2JhKDI1NSwyNTUsMjU1LDAuMDUpIiBzdHJva2Utd2lkdGg9IjEiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYSkiLz48L3N2Zz4=');
    opacity: 0.1;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-top: 1rem;
    opacity: 0.95;
}

/* Intro Grid */
.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 2rem;
}

.intro-content {
    text-align: left;
}

.destaque-texto {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-burgundy);
    margin: 1.5rem 0;
    font-style: italic;
}

/* Stats Cards */
.intro-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.stat-card {
    background: white;
    padding: 2rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.07);
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.stat-card:hover {
    border-color: var(--primary-burgundy);
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(155, 69, 86, 0.15);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-burgundy);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0.25rem;
}

.stat-detail {
    font-size: 0.875rem;
    color: var(--text-light);
}

/* Segmentos Grid */
.segmentos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.segmento-item {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.segmento-item:hover {
    transform: translateY(-5px);
    border-color: var(--primary-green);
    box-shadow: 0 6px 20px rgba(46, 63, 31, 0.15);
}

.segmento-item svg {
    width: 40px;
    height: 40px;
    color: var(--primary-green);
    margin-bottom: 1rem;
}

.segmento-item span {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-color);
}

/* Timeline */
.timeline {
    max-width: 800px;
    margin: 3rem auto;
    padding-left: 2rem;
    border-left: 3px solid var(--primary-burgundy);
    position: relative;
}

.timeline-item {
    position: relative;
    padding: 0 0 3rem 3rem;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-marker {
    position: absolute;
    left: -2.65rem;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary-burgundy);
    border: 4px solid #f8f9fa;
    box-shadow: 0 0 0 4px var(--primary-burgundy);
}

.timeline-content {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.timeline-content:hover {
    transform: translateX(10px);
    box-shadow: 0 6px 20px rgba(155, 69, 86, 0.15);
}

.timeline-ano {
    display: inline-block;
    background: var(--primary-burgundy);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.timeline-content h3 {
    color: var(--primary-green);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.timeline-content p {
    color: var(--text-color);
    line-height: 1.6;
}

/* InstalaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes - Fundo Verde */
.bg-green {
    background: linear-gradient(135deg, var(--primary-green) 0%, #1f3018 100%);
    padding: 4rem 0;
}

.instalacoes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.instalacao-card {
    background: rgba(255,255,255,0.95);
    padding: 2.5rem 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.instalacao-card:hover {
    background: white;
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.instalacao-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--primary-green), var(--primary-burgundy));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instalacao-icon svg {
    width: 35px;
    height: 35px;
    stroke: white;
}

.instalacao-card h3 {
    font-size: 1.8rem;
    color: var(--primary-burgundy);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.instalacao-card p {
    color: var(--text-light);
    font-size: 1rem;
}

/* VisÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o e MissÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o */
.visao-missao-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-top: 3rem;
}

.vm-card {
    background: linear-gradient(135deg, #f8f9fa 0%, white 100%);
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.vm-card:hover {
    border-color: var(--primary-green);
    box-shadow: 0 8px 25px rgba(46, 63, 31, 0.15);
    transform: translateY(-5px);
}

.vm-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-green), var(--primary-burgundy));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.vm-icon svg {
    width: 35px;
    height: 35px;
    stroke: white;
}

.vm-card h2 {
    color: var(--primary-burgundy);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.vm-card p {
    color: var(--text-color);
    line-height: 1.8;
    font-size: 1.05rem;
}

.vm-card ul {
    list-style: none;
    padding: 0;
}

.vm-card ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    color: var(--text-color);
    line-height: 1.7;
}

.vm-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    color: var(--primary-green);
    font-weight: 700;
    font-size: 1.2rem;
}

/* Responsabilidade Ambiental */
.ambiental-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.ambiental-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ambiental-icon svg {
    width: 40px;
    height: 40px;
    stroke: white;
}

.ambiental-box h2 {
    color: #28a745;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.ambiental-box p {
    color: var(--text-color);
    line-height: 1.8;
    font-size: 1.1rem;
}

/* Responsivo - Quem Somos */
@media (min-width: 992px) {
    .intro-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .segmentos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .timeline {
        padding-left: 1rem;
        margin: 2rem 0;
    }

    .timeline-item {
        padding: 0 0 2rem 2rem;
    }

    .timeline-marker {
        left: -1.65rem;
        width: 15px;
        height: 15px;
    }

    .instalacoes-grid {
        grid-template-columns: 1fr;
    }

    .visao-missao-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .vm-card {
        padding: 2rem;
    }

    .ambiental-box {
        padding: 2rem;
    }
}


/* Botão Loja Virtual no Menu */
.btn-loja {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, var(--primary-burgundy), #b35565);
    color: white !important;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(155, 69, 86, 0.3);
    margin-left: 1rem;
    white-space: nowrap;
}

.btn-loja:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(155, 69, 86, 0.4);
    background: linear-gradient(135deg, #b35565, var(--primary-burgundy));
}

.btn-loja svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Banner CTA Loja Virtual */
.cta-loja-section {
    background: white;
    padding: 2rem 0 !important;
}

.cta-loja-banner {
    background: linear-gradient(135deg, var(--primary-burgundy), #b35565);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.cta-loja-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}

.cta-loja-banner::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.cta-loja-content {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.cta-loja-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    flex-shrink: 0;
}

.cta-loja-icon svg {
    width: 30px;
    height: 30px;
    color: white;
    flex-shrink: 0;
}

.cta-loja-text h3 {
    color: white;
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.cta-loja-text p {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.6;
}

.cta-loja-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: white;
    color: var(--primary-burgundy);
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    white-space: nowrap;
}

.cta-loja-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    background: #f8f9fa;
}

.cta-loja-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.cta-loja-btn:hover svg {
    transform: translateX(5px);
}

@media (max-width: 992px) {
    .cta-loja-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }
    
    .cta-loja-icon {
        margin: 0 auto;
    }
    
    .cta-loja-btn {
        justify-self: center;
    }
    
    .cta-loja-text h3 {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .cta-loja-banner {
        padding: 2rem 1.5rem;
    }
    
    .cta-loja-icon {
        width: 50px;
        height: 50px;
    }
    
    .cta-loja-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .cta-loja-text h3 {
        font-size: 1.5rem;
    }
    
    .cta-loja-text p {
        font-size: 1rem;
    }
    
    .cta-loja-btn {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
        width: 100%;
        justify-content: center;
    }
}

/* Redes Sociais Section */
.redes-sociais-section {
    background: var(--neutral-light);
}
