/* Reset e Configurações Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Geist', 'Roboto Condensed', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
}

/* Fontes específicas */
p, span, div, .section-title, .hero-title, .hero-subtitle, .about-description, .product-card p, .advantage-item p, .pillar p, .testimonial-text, .contact-details span, .stat-label, .method-description, .form-group label, .form-group input, .form-group textarea, .footer p, .footer-slogan {
    font-family: 'Roboto Condensed', sans-serif !important;
}

/* Títulos específicos */
.hero-title, .section-title, .product-card h3, .advantage-item h3, .pillar h3, .testimonial-author h4, .contact-details h4, .footer-logo span {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
}

/* Elementos de navegação */
.nav-link, .logo span, .contact-item span {
    font-family: 'Roboto Condensed', sans-serif !important;
}

/* Botões */
.btn, .btn span, .product-btn {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 600;
}

/* Loader */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #519d3c 0%, #cd6d11 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    text-align: center;
    color: white;
}

.loader-logo {
    margin-bottom: 2rem;
    animation: pulse 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-logo-img {
    height: 80px;
    width: auto;
    object-fit: contain;
   
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255,255,255,0.3);
    border-top: 3px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

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

/* Header */
.header {
    background: linear-gradient(135deg, #519d3c 0%, #cd6d11 100%);
    color: white;
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

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

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.logo-img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

/* Navigation */
.nav-menu {
    display: flex;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
    padding: 0.5rem 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

/* Reset any forced active states */
.nav-link {
    color: white !important;
}

.nav-link:hover {
    color: #ffd700 !important;
}

.contact-info {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
    background: rgba(255,255,255,0.1);
    padding: 0.5rem 0.8rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.contact-item:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.15);
}

.contact-item i {
    font-size: 0.9rem;
    color: #ffd700;
}

.contact-item span {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #cd6d11 0%, #ff8c00 50%, #ffd700 100%);
    padding: 100px 0 80px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="concrete" width="20" height="20" patternUnits="userSpaceOnUse"><rect width="20" height="20" fill="none" stroke="white" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23concrete)"/></svg>');
    opacity: 0.8;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.05) 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    min-height: 80vh;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-product-img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    transform: rotate(5deg);
    transition: transform 0.3s ease;
    animation: aczinhoBounce 3s ease-in-out infinite;
}

.hero-product-img:hover {
    transform: rotate(0deg) scale(1.1);
    animation-play-state: paused;
}

@keyframes aczinhoBounce {
    0%, 100% {
        transform: rotate(5deg) translateY(0px) scale(1);
    }
    25% {
        transform: rotate(4deg) translateY(-3px) scale(1.01);
    }
    50% {
        transform: rotate(6deg) translateY(-2px) scale(1.02);
    }
    75% {
        transform: rotate(3deg) translateY(-4px) scale(1.01);
    }
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    line-height: 1.2;
    font-family: sans-serif !important;
}

.hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    font-weight: 400;
    line-height: 1.6;
}


/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

.scroll-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.scroll-arrow:hover {
    background: rgba(255,255,255,0.2);
    transform: scale(1.1);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.btn {
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 65px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 200px;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.btn-primary {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #519d3c;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
    border: 2px solid #519d3c;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 255, 255, 0.4);
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.btn-primary .btn-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.btn-primary:hover .btn-glow {
    left: 100%;
}

.btn-secondary {
    background: white;
    color: #cd6d11;
    box-shadow: 0 8px 25px rgba(205, 109, 17, 0.2);
}

.btn-secondary:hover {
    background: #f8f8f8;
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(205, 109, 17, 0.3);
}

/* About Section */
.about {
    padding: 100px 0;
    position: relative;
}

.section-title {
    text-align: start;
    line-height: 50px;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 4rem;
    color: #519d3c;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
.section-title-meio {
    text-align: center;
    line-height: 50px;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 4rem;
    color: white;
    position: relative;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.section-title-meio::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 4px;
    background: linear-gradient(90deg, #ffd700, #ffffff);
    border-radius: 2px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80%;
    height: 4px;
    background: linear-gradient(90deg, #cd6d11, #ffd700);
    border-radius: 2px;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

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

.about-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(81, 157, 60, 0.2);
    transition: transform 0.3s ease;
}

.about-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(329deg, #ff7b00 0%, #ff7b0012 25% 25%);
    z-index: 1;
    pointer-events: none;
}

.about-image:hover {
    transform: translateY(-10px);
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about-image:hover .about-img {
    transform: scale(1.05);
}

.about-text {
    padding-left: 2rem;
}

.about-description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #666;
    line-height: 1.8;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.stat-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 2px solid rgba(81, 157, 60, 0.1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #cd6d11, #ffd700);
}

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

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #cd6d11, #ffd700);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.5rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #519d3c;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.stat-label {
    color: #666;
    font-weight: 500;
    font-size: 20px;
}

/* Products Section */
.products {
    padding: 100px 0;
    background: linear-gradient(rgba(81, 157, 60, 0.98), rgba(26, 122, 62, 0.98)), 
                url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

/* Products Carousel - Versão Melhorada */
.products-carousel-container {
    position: relative;
    margin-top: 4rem;
    overflow: hidden;
    border-radius: 20px;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
}

.products-carousel {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 2rem;
    padding: 2rem 0;
    will-change: transform;
    width: 100%;
}

.product-slide {
    flex: 0 0 calc(33.333% - 1.33rem);
    min-width: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
}

/* Navegação Minimalista */
.carousel-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
    transform: translateY(-50%);
    padding: 0 1rem;
}

.nav-btn {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cd6d11;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    pointer-events: all;
    backdrop-filter: blur(10px);
    opacity: 1;
    transform: scale(1);
    z-index: 10;
}

.carousel-wrapper:hover .nav-btn {
    opacity: 1;
    transform: scale(1);
}

.nav-btn:hover {
    background: #cd6d11;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(205, 109, 17, 0.3);
}

.nav-btn:active {
    transform: scale(0.95);
}

.nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

/* Indicadores Minimalistas */
.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding: 0 1rem;
}

.indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.indicator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: transparent;
    transform: translate(-50%, -50%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.indicator:hover::before {
    background: rgba(255, 255, 255, 0.1);
}

.indicator.active {
    background: #cd6d11;
    transform: scale(1.2);
}

.indicator.active::before {
    background: rgba(205, 109, 17, 0.2);
}

.product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border: 2px solid rgba(81, 157, 60, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #cd6d11, #ffd700);
    z-index: 1;
}

.product-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(81, 157, 60, 0.2);
    border-color: rgba(81, 157, 60, 0.3);
}

.product-image {
    height: auto;
    overflow: visible;
    position: relative;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img {
    max-width: 100%;
    max-height: none;
    width: auto;
    height: 300px;
    object-fit: contain;
    transition: transform 0.3s ease;
    display: block;
    padding:  20px 0px;
}

.product-card:hover .product-img {
    transform: scale(1.05);
}

.product-info {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-info h3 {
    font-size: 1.5rem;
    color: #519d3c;
    margin-bottom: 1rem;
    font-weight: 700;
    text-align: center;
}

.product-info p {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
    text-align: center;
    margin: 0;
}

/* Responsive Design - Sempre 3 itens no desktop */
@media (max-width: 1200px) {
    .product-slide {
        flex: 0 0 calc(33.333% - 1.33rem);
    }
}

@media (max-width: 1024px) {
    .product-slide {
        flex: 0 0 calc(33.333% - 1.33rem);
    }
}

@media (max-width: 768px) {
    .product-slide {
        flex: 0 0 calc(50% - 1rem);
    }
    
    .products-carousel {
        gap: 1.5rem;
    }
    
    .carousel-navigation {
        padding: 0 0.5rem;
    }
    
    .nav-btn {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .product-slide {
        flex: 0 0 calc(100% - 1rem);
    }
    
    .products-carousel {
        gap: 1rem;
    }
    
    .carousel-navigation {
        display: none;
    }
    
    .carousel-indicators {
        margin-top: 1.5rem;
    }
}

/* Products Grid - Nova Abordagem */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
    padding: 0 1rem;
}

.product-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border: 2px solid rgba(81, 157, 60, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #cd6d11, #ffd700);
    z-index: 1;
}

.product-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(81, 157, 60, 0.2);
    border-color: rgba(81, 157, 60, 0.3);
}

.product-item .product-image {
    height: 250px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.product-item .product-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    display: block;
}

.product-item:hover .product-img {
    transform: scale(1.05);
}

.product-item .product-info {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-item .product-info h3 {
    font-size: 1.5rem;
    color: #519d3c;
    margin-bottom: 1rem;
    font-weight: 700;
    text-align: center;
}

.product-item .product-info p {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
    text-align: center;
    margin: 0;
}

/* Responsive Grid */
@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
        padding: 0 0.5rem;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0;
    }
}

/* Specific Products Section */
.specific-products {
    padding: 100px 0;
    background: linear-gradient(rgba(215, 215, 215, 0.93), rgba(249, 249, 249, 0.93));
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.specific-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 4rem;
    align-items: stretch;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.specific-products-grid .specific-product-card:nth-child(1) {
    transform: translateY(0);
}

.specific-products-grid .specific-product-card:nth-child(2) {
    transform: translateY(0px);
}

.specific-product-card {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border: 2px solid rgba(81, 157, 60, 0.1);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    height: 600px;
}

.specific-product-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(81, 157, 60, 0.2);
    border-color: rgba(81, 157, 60, 0.3);
}

.specific-product-card .product-image {
    overflow: hidden;
    position: relative;
    height: 250px;
    flex-shrink: 0;
}

.specific-product-card .product-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(50deg, #ff7b0091 0%, #ff7b000f 25% 25%);
    z-index: 1;
    pointer-events: none;
}

.specific-product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.specific-product-card:hover .product-image img {
    transform: scale(1.1);
}

.specific-product-card .product-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-info h3 {
    font-size: 1.8rem;
    color: #519d3c;
    margin-bottom: 0.8rem;
    font-weight: 700;
    line-height: 1.3;
}

.specific-product-card .product-description {
    color: #666;
    line-height: 1.5;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    text-align: justify;
    flex: 1;
}

.specific-product-card .product-features {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.4rem;
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
    justify-content: space-between;
}

.feature {
    background: linear-gradient(135deg, #cd6d11, #bea000);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin: 0.2rem;
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
    white-space: nowrap;
}

.feature:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(205, 109, 17, 0.3);
}

.specific-product-card .product-action {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    margin-top: auto;
    flex-shrink: 0;
}

.specific-product-card .product-btn {
    background: white;
    color: rgb(81, 157, 60);
    padding: 10px 16px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px;
    border: 2px solid rgb(81, 157, 60);
    width: 100%;
    justify-content: center;
    font-size: 18px;
    box-sizing: border-box;
}

.specific-product-card .product-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: #cd6d11;
    color: white;
}


/* Method Section */
.method {
    padding: 50px 0;
    background: linear-gradient(135deg, #519d3c 0%, #1a7a3e 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.method::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.4;
}

.method-content {
    position: relative;
    z-index: 2;
}

.method-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.method-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.method-intro h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
}

.method-description {
    font-size: 1.2rem;
    opacity: 0.9;
    line-height: 1.8;
    text-align: left;
}

.method-list {
    margin: 0;
}

.method-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.method-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.method-item:hover {
    transform: translateX(10px);
}


.method-icon {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffd700;
    font-size: 1.5rem;
    flex-shrink: 0;
    border: 2px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
}

.method-item:hover .method-icon {
    background: rgba(255,255,255,0.2);
    transform: scale(1.1);
}

.method-text {
    flex: 1;
}

.method-text h3 {
    font-size: 27px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: white;
}

.method-text p {
    font-size: 1.12rem;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0;
}


/* Advantages Section */
.advantages {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.advantages-content {
    position: relative;
    z-index: 2;
}

.advantages-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    align-items: start;
}

.advantages-list {
    margin: 0;
}

.advantage-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.advantage-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.advantage-item:hover {
    transform: translateX(-10px);
}

.advantage-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #cd6d11, #ffd700);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.advantage-item:hover .advantage-icon {
    transform: scale(1.1);
}

.advantage-text {
    flex: 1;
}

.advantage-text h3 {
    font-size: 27px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #519d3c;
}

.advantage-text p {
    font-size: 1.12rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.advantages-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.advantages-image {
    margin-top: 2rem;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    position: relative;
}

.advantages-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(329deg, #ff7b0091 0%, #ff7b0000 25% 25%);
    z-index: 1;
    pointer-events: none;
}

.advantages-image:hover {
    transform: translateY(-5px);
}

.advantages-img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    display: block;
}

.advantages-intro h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    color: #519d3c;
}

.advantages-description {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.8;
    text-align: left;
}

.advantages-separator {
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #cd6d11, #ffd700);
    border-radius: 2px;
    position: relative;
    align-self: center;
    margin: 10% 0;
}

/* Testimonials Section */
.testimonials {
    padding: 100px 0;
    background: white;
    color: #333;
    position: relative;
    overflow: hidden;
}

.testimonials .section-title {
    color: #519d3c;
}

.testimonials-carousel {
    position: relative;
    max-width: 800px;
    margin: 4rem auto 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 60px -25px #ff7b00ad;
    border: 2px solid  #ff7b0098;

}

.testimonial-slide {
    display: none;
    padding: 3rem;
    background: #ffffff;
    border-radius: 20px;
    text-align: center;
    transition: all 0.5s ease;
}

.testimonial-slide.active {
    display: block;
    animation: slideIn 0.5s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.testimonial-content {
    position: relative;
}

.quote-icon {
    font-size: 3rem;
    color: #cd6d11;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.testimonial-text {
    font-size: 1.3rem;
    font-style: italic;
    margin-bottom: 2rem;
    line-height: 1.8;
    color: #666;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.author-avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #519d3c, #cd6d11);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.author-info h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #519d3c;
}

.author-info span {
    color: #666;
    font-size: 0.9rem;
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}

.carousel-btn {
    width: 50px;
    height: 50px;
    background: #f9f9f9;
    border: 2px solid rgba(81, 157, 60, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #519d3c;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.carousel-btn:hover {
    background: #cd6d11;
    color: white;
    transform: scale(1.1);
    border-color: #cd6d11;
}

.carousel-dots {
    display: flex;
    gap: 1rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(205, 109, 17, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #cd6d11;
    transform: scale(1.2);
}

/* Culture Section */
.culture {
    padding: 100px 0;
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95));
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.culture-timeline {
    max-width: 1200px;
    margin: 4rem auto 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.culture-timeline::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #519d3c, #cd6d11, #ffd700);
    border-radius: 2px;
    z-index: 1;
}

.timeline-item {
    position: relative;
    flex: 1;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-marker {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-bottom: 2rem;
}

.marker-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.timeline-item:hover .marker-icon {
    transform: scale(1.1);
}

.timeline-item.mission .marker-icon {
    background: linear-gradient(135deg, #519d3c, #2d5a1f);
}

.timeline-item.vision .marker-icon {
    background: linear-gradient(135deg, #cd6d11, #a0520a);
}

.timeline-item.values .marker-icon {
    background: linear-gradient(135deg, #ff6b6b, #d63031);
}

.timeline-content {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-top: 5px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
}

.timeline-item.mission .timeline-content {
    border-top-color: #519d3c;
}

.timeline-item.vision .timeline-content {
    border-top-color: #cd6d11;
}

.timeline-item.values .timeline-content {
    border-top-color: #ff6b6b;
}

.timeline-item:hover .timeline-content {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.timeline-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.timeline-header h3 {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0;
}

.timeline-item.mission .timeline-header h3 {
    color: #519d3c;
}

.timeline-item.vision .timeline-header h3 {
    color: #cd6d11;
}

.timeline-item.values .timeline-header h3 {
    color: #ff6b6b;
}


.timeline-content p {
    color: #666;
    line-height: 1.8;
    font-size: 1rem;
    margin: 0;
}

/* CTA Section */
.cta-section {
    padding: 50px 0;
    background: linear-gradient(rgba(81, 157, 60, 0.975), rgba(81, 157, 60, 0.975)), 
                url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    position: relative;
    overflow: hidden;
    border-radius: 90px 0px 90px 0px;
    margin-bottom: 100px;
}

.cta-content {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cta-title {
    width: 100%;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    line-height: 1.2;
}

.cta-subtitle {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    opacity: 0.95;
    line-height: 1.6;
}

/* Contact Section */
.contact {
    padding: 100px 0;
    background: #ffffff;
    color: #333;
    position: relative;
}

.contact .section-title {
    color: #519d3c;
    text-align: center;
    margin-bottom: 3rem;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
    position: relative;
    z-index: 2;
}

.form-section {
    display: block;
    
}

.form-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #519d3c;
    text-align: center;
}

.contact-image-section {
    margin-bottom: 2rem;
    text-align: start;
    width: 100%;
    position: relative;
    height: 300px;
}

/* Overlay Gradiente laranja  */
.contact-image-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(329deg, #ff7b00 0%, #ff7b0012  25% 25%);
    border-radius: 15px;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.contact-hero-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-hero-image:hover {
    transform:  scale(1.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact-image-section:hover::before {
    transform: scale(1.1);
}

.contact-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 1.5rem;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(81, 157, 60, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-info-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #519d3c, #2d5a1f);
    transition: width 0.3s ease;
}

.contact-info-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(81, 157, 60, 0.2);
}

.contact-info-item:hover::before {
    width: 8px;
}

.contact-info-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #519d3c, #2d5a1f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(81, 157, 60, 0.3);
}

.contact-info-item:hover .contact-info-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(81, 157, 60, 0.4);
}

.contact-info-content {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.contact-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #519d3c;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.contact-value {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-value-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.contact-value-link:hover {
    color: #519d3c;
}

.modern-form {
    background: #ffffff;
    box-shadow: 0px 0px 60px -25px #ff7b00ad;
    border: 2px solid #ff7b0073;
    border-radius: 20px;
    padding: 3rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}


.form-group label {
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 600;
    color: #519d3c;
    font-size: 1rem;
}

.form-group {
    position: relative;
}

input#company {
    margin-bottom: 25px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #e9ecef;
    background: transparent;
    color: #333;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: 'Roboto Condensed', sans-serif !important;
    outline: none;
    padding-top: 10px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-bottom-color: #519d3c;
    transform: translateY(-2px);
    outline: none;
    border: none;
}

.form-group input:focus::placeholder,
.form-group textarea:focus::placeholder {
    color: #519d3c;
    transform: translateY(-10px);
    font-size: 0.8rem;
}

.form-group input:hover,
.form-group textarea:hover {
    border-bottom-color: #519d3c;
}

/* Efeito de linha animada */
.form-group::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #519d3c, #2d5a1f);
    transition: width 0.3s ease;
}

.form-group:focus-within::after {
    width: 100%;
}

.form-group textarea {
    height: 100px;
    resize: vertical;
    min-height: 100px;
}

button.btn.btn-primary.modern-btn{
    margin-top: 25px;
}

/* Footer */
.footer {
    background: #519d3c;
    color: white;
    padding: 3rem 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 2rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.footer-logo-img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffd700;
}

.social-links {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.1);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.social-link:hover {
    background: #519d3c;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(81, 157, 60, 0.3);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
    margin-bottom: 0.5rem;
    opacity: 0.8;
}

.footer-slogan {
    color: #ffd700;
    font-weight: 600;
    font-size: 1.1rem;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    z-index: 9999 !important;
    transition: all 0.3s ease;
    /* Animações removidas do botão - apenas no ícone */
    overflow: hidden;
}

.whatsapp-float::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.whatsapp-float:hover::before {
    transform: translateX(100%);
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
}

.whatsapp-tooltip {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    font-weight: 500;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
}

/* Animação apenas no ícone do WhatsApp */
.whatsapp-float i {
    animation: whatsappPulse 1.5s infinite; 

}

/* Animações do WhatsApp */
@keyframes whatsappBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@keyframes whatsappGlow {
    0% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.8), 0 0 20px rgba(37, 211, 102, 0.6);
    }
    100% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    }
}

@keyframes whatsappWiggle {
    0%, 7%, 14%, 21%, 28%, 35%, 42%, 50% {
        transform: rotate(0deg);
    }
    3.5% {
        transform: rotate(-5deg);
    }
    10.5% {
        transform: rotate(5deg);
    }
    17.5% {
        transform: rotate(-3deg);
    }
    24.5% {
        transform: rotate(3deg);
    }
    31.5% {
        transform: rotate(-2deg);
    }
    38.5% {
        transform: rotate(2deg);
    }
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}


/* WhatsApp Button Responsive */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
    }
    
    .whatsapp-tooltip {
        right: 70px;
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
}

@media (max-width: 480px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
        width: 55px;
        height: 55px;
        font-size: 1.4rem;
    }
    
    .whatsapp-tooltip {
        right: 65px;
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }
}

/* Custom Navigation Logic */
@media (max-width: 1127px) {
    .nav-menu {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
}

@media (min-width: 1128px) {
    .nav-menu {
        display: flex;
    }
    
    .mobile-menu-toggle {
        display: none;
    }
}

/* Responsive Design */
@media (max-width: 768px) {

    .nav-menu {
        position: fixed;
        top: 417px;
        left: 0;
        width: 100%;
        background: linear-gradient(135deg, #519d3c 0%, #cd6d11 100%);
        padding: 2rem;
        transform: translateY(-100vh);
        transition: transform 0.8s ease;
        z-index: 1;
        display: flex; /* Override para mobile quando ativo */
        justify-content: center;
        border-radius: 0px 0px 20px 20px;

    }

    .nav-menu.active {
        transform: translateY(-100%);
      
    }

    .nav-list {
        flex-direction: column;
        gap: 1.5rem;
    }

    .header-content {
        flex-wrap: wrap;
        gap: 1rem;
        z-index: 999;
    }

    .contact-info {
        display: none;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .btn {
        min-width: 250px;
    }

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

    .about-text {
        padding-left: 0;
        text-align: center;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    /* Products Carousel Responsive - Removido duplicado */
    
    .product-image {
        height: auto;
        padding: 1rem;
    }
    
    .product-info {
        padding: 1rem;
    }
    
    .product-info h3 {
        font-size: 1.3rem;
    }
    
    .product-info p {
        font-size: 0.9rem;
    }

    .specific-products-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .specific-products-grid .specific-product-card:nth-child(1),
    .specific-products-grid .specific-product-card:nth-child(2) {
        transform: translateY(0);
    }

    .culture-timeline {
        flex-direction: column;
        gap: 3rem;
    }
    
    .culture-timeline::before {
        display: none;
    }
    
    .timeline-item {
        max-width: 100%;
    }
    
    .timeline-marker {
        width: 80px;
        height: 80px;
        margin-bottom: 1.5rem;
    }
    
    .marker-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .timeline-content {
        padding: 2rem;
    }
    
    .timeline-header h3 {
        font-size: 1.4rem;
    }
    
    .timeline-content p {
        font-size: 0.95rem;
    }
    

    .method-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .method-intro h2 {
        font-size: 2.2rem;
        text-align: center;
    }
    
    .method-description {
        text-align: center;
    }
    
    .method-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .method-item:hover {
        transform: translateY(-5px);
    }

    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .advantages-separator {
        width: 80%;
        height: 4px;
        margin: 2rem auto;
        align-self: stretch;
    }
    
    .advantages-image {
        margin-top: 1.5rem;
    }
    
    .advantages-img {
        height: 100%;
    }
    
    .advantages-intro h2 {
        font-size: 2.2rem;
        text-align: center;
    }
    
    .advantages-description {
        text-align: center;
    }
    
    .advantage-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .advantage-item:hover {
        transform: translateY(-5px);
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .contact-info-item {
        padding: 1rem  10px;
    }
    
    .contact-info-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .contact-label {
        font-size: 0.8rem;
    }
    
    .contact-value {
        font-size: 1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    .footer-logo {
        justify-content: center;
    }

    .footer-links {
        justify-content: center;
    }

    .social-links {
        justify-content: center;
    }

    .section-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .cta-title {
        font-size: 5.9vw;
    }

    .cta-subtitle {
        font-size: 1.1rem;
    }

    .hero {
        padding: 100px 0 60px;
        min-height: 80vh;
    }

    .whatsapp-float {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .whatsapp-tooltip {
        display: none;
    }
    .section-title-meio {
        text-align: center;
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .cta-title {
        font-size: 7vw;
    }

    .cta-subtitle {
        font-size: 1rem;
    }

    .btn {
        padding: 1rem 1.5rem;
        font-size: 1rem;
        min-width: 200px;
    }

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


    .product-card,
    .advantage-item,
    .pillar {
        padding: 2rem 1.5rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .modern-form {
        padding: 2rem 1.5rem;
    }
    
    .form-title {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 0.6rem 0;
        font-size: 0.95rem;
    }
    
    .contact-hero-image {
        max-width: 100%;
        height: 250px;
    }
    
    .contact-image-section {
        height: 250px;
    }
    
    .contact-image-section {
        margin-bottom: 1.5rem;
    }
    
    .contact-list {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 100%;
    }
    
    .contact-info-item {
        padding: 1.5rem 10px;
        border-bottom: none;
    }
    
    .contact-info-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .contact-label {
        font-size: 0.85rem;
    }
    
    .contact-value {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        min-height: auto;
        text-align: center;
    }
    
    .hero-content {
        text-align: center;
        align-items: center;
    }
    
    .cta-buttons {
        justify-content: center;
    }
    
    .hero-product-img {
        max-height: 300px;
        transform: rotate(0deg);
        animation: aczinhoBounceMobile 4s ease-in-out infinite;
    }
    
    .hero-product-img:hover {
        transform: scale(1.05);
        animation-play-state: paused;
    }
    
    @keyframes aczinhoBounceMobile {
        0%, 100% {
            transform: rotate(0deg) translateY(0px) scale(1);
        }
        50% {
            transform: rotate(1deg) translateY(-2px) scale(1.01);
        }
    }
    
    /* Products Carousel Mobile - Removido duplicado */
    
    .product-image {
        height: auto;
        padding: 0.8rem;
    }
    
    .product-info {
        padding: 0.8rem;
    }
    
    .product-info h3 {
        font-size: 1.9rem;
        margin-bottom: 0.5rem;
    }
    
    .product-info p {
        font-size: 0.85rem;
    }
    
    .carousel-controls {
        gap: 1rem;
        margin-top: 2rem;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }

    .testimonial-slide {
        padding: 2rem 1.5rem;
    }

    .footer-content {
        gap: 1.5rem;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }

    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
        bottom: 20px;
        right: 20px;
    }
}

/* Modern Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Animation Classes */
.animate-fade-in {
    animation: fadeIn 1s ease-out;
}

.animate-fade-in-delay {
    animation: fadeIn 1s ease-out 0.3s both;
}

.animate-slide-up {
    animation: slideUp 0.8s ease-out 0.6s both;
}

.animate-slide-up-delay {
    animation: slideUp 0.8s ease-out 0.9s both;
}

.animate-zoom-in {
    animation: zoomIn 0.6s ease-out;
}

.animate-slide-left {
    animation: slideInLeft 0.8s ease-out;
}

.animate-slide-right {
    animation: slideInRight 0.8s ease-out;
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Scroll Animations */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

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

/* Background Animation */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.animated-gradient {
    background-size: 200% 200%;
    animation: gradientShift 8s ease infinite;
}

/* Loading Animation */
@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}

.loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200px 100%;
    animation: shimmer 1.5s infinite;
}

/* Smooth Transitions */
* {
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

/* Focus States for Accessibility */
.btn:focus,
input:focus,
textarea:focus {
    outline: 2px solid #cd6d11;
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .header,
    .whatsapp-float,
    .cta-buttons {
        display: none;
    }
    
    .hero {
        background: white;
        color: black;
    }
    
    .contact {
        background: white;
        color: black;
    }
}
