/* Sobre Page Styles */

/* Hero Section */
.hero-sobre {
    position: relative;
    height: 60vh;
    display: flex;
    align-items: center;
    color:rgb(94, 87, 87);
    overflow: hidden;
}

.hero-sobre .container {
    position: relative;
    z-index: 2;
}

.hero-sobre .hero-content {
    max-width: 600px;
}

.hero-sobre .hero-content h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.1;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-sobre .hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    line-height: 1.6;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-primary {
    display: center;
    background: linear-gradient(135deg, #0b4e23, #1a7a3e);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(243, 255, 247, 0.3);
    margin-right: auto;
     margin-left: auto;
     display: block;
     top: -11%; 
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1a7a3e, #0b4e23);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(11, 78, 35, 0.4);
}

/* Historia Section */
.historia-section {
    padding: 5rem 0;
    background: #f8f9fa;
}

.historia-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.historia-texto h2 {
    font-size: 2.5rem;
    color: #0b4e23;
    margin-bottom: 2rem;
    font-weight: 700;
}

.historia-texto p {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: justify;
    font-weight: 600;
}

.historia-imagem {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.historia-imagem img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* Section Header Comum */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #0b4e23;
    margin-bottom: 1rem;
    font-weight: 700;
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* MVV Section */
.mvv-section {
    padding: 5rem 0;
    background: #ffffff;
}

.mvv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.mvv-card {
    background: linear-gradient(135deg, #f0f8f5 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(11, 78, 35, 0.08);
}

.mvv-card:hover {
    transform: translateY(-10px);
    border-color: #0b4e23;
    box-shadow: 0 15px 40px rgba(11, 78, 35, 0.15);
    background: linear-gradient(135deg, #e8f5f2 0%, #f5f9f7 100%);
}

.mvv-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.mvv-card h3 {
    font-size: 1.6rem;
    color: #0b4e23;
    margin-bottom: 1rem;
    font-weight: 700;
}

.mvv-card p {
    color: #666;
    line-height: 1.8;
    font-size: 0.95rem;
}

/* Diferenciais Section */
.diferenciais-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8f5f2 100%);
}

.diferenciais-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
}

.diferencial-item {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 5px solid #0b4e23;
}

.diferencial-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(11, 78, 35, 0.15);
}


.diferencial-icon svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.diferencial-item h3 {
    font-size: 1.3rem;
    color: #0b4e23;
    margin-bottom: 1rem;
    font-weight: 700;
}

.diferencial-item p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* CTA Section */
.cta-sobre {
    padding: 5rem 0;
    background: linear-gradient(135deg, #0b4e23 0%, #1a7a3e 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-sobre::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/></g></g></svg>') repeat;
    opacity: 0.1;
}

.cta-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-sobre .btn-primary {
    background: white;
    color: #0b4e23;
    font-weight: 700;
}

.cta-sobre .btn-primary:hover {
    background: #f0f0f0;
    color: #0b4e23;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Features Section */
.features {
    padding: 5rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.features .section-header h2 {
    color: #ffffff;
    margin-bottom: 3rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    text-decoration: none;
    color: inherit;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: relative;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #0b4e23, #1a7a3e);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 15px 40px rgba(11, 78, 35, 0.15);
    transform: translateY(-8px);
    border-color: #0b4e23;
    background: linear-gradient(135deg, #f8faf9, #ffffff);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon {
    background: linear-gradient(135deg, #e8f5f2, #f0f8f5);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: linear-gradient(135deg, #0b4e23, #1a7a3e);
    transform: scale(1.1);
}

.feature-icon svg {
    width: 36px;
    height: 36px;
    stroke: #0b4e23;
    transition: stroke 0.3s ease;
}

.feature-card:hover .feature-icon svg {
    stroke: white;
}

.feature-card h3 {
    font-size: 1.3rem;
    color: #0b4e23;
    margin-bottom: 0.8rem;
    font-weight: 700;
    transition: color 0.3s ease;
}

.feature-card:hover h3 {
    color: #1a7a3e;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.feature-card:hover p {
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-sobre {
        height: 50vh;
    }

    .hero-sobre .hero-content h1 {
        font-size: 2.2rem;
    }

    .hero-sobre .hero-content p {
        font-size: 1rem;
    }

    .historia-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .historia-texto h2 {
        font-size: 2rem;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .mvv-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .diferenciais-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .diferencial-item {
        padding: 2rem;
    }

    .btn-primary {
        padding: 0.8rem 2rem;
        font-size: 0.9rem;
    }

    .cta-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .hero-sobre {
        height: 45vh;
    }

    .hero-sobre .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-sobre .hero-content p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .historia-texto p {
        font-size: 0.9rem;
        text-align: left;
    }

    .mvv-card {
        padding: 2rem 1.5rem;
    }

    .mvv-icon {
        font-size: 2.5rem;
    }

    .cta-content h2 {
        font-size: 1.6rem;
    }

    .cta-content p {
        font-size: 0.95rem;
    }
}