/* Estilos globais */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --color-primary: #16a34a;
    --color-primary-dark: #14542d;
    --color-secondary: #f66e14; 
    --color-secondary-dark: #e05a0c;
    --color-text: #374151;
    --color-text-light: #6b7280;
    --color-background: #ffffff;
    --color-background-alt: #f9fafb;
    --color-border: #e5e7eb;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --radius: 0.375rem;
    --radius-lg: 0.5rem;
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--color-text);
    line-height: 1.5;
    background-color: var(--color-background);
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
    font-family: inherit;
}

/* Utilitários */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.text-center {
    text-align: center;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.w-full {
    width: 100%;
}

.grid {
    display: grid;
    gap: 2rem;
}

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

.grid-3 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-4 {
    grid-template-columns: repeat(1, 1fr);
}

.gap-4 {
    gap: 1rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-16 {
    gap: 4rem;
}

.items-center {
    align-items: center;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.relative {
    position: relative;
}

.space-y-2 > * + * {
    margin-top: 0.5rem;
}

.space-y-3 > * + * {
    margin-top: 0.75rem;
}

/* Header */
.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: var(--color-background);
    box-shadow: var(--shadow);
    padding: 1rem 0;
}

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

.logo-container {
    display: block;
}

.logo {
    height: 40px;
    width: auto;
}

.mobile-menu-btn {
    display: block;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--color-text);
}

.nav {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--color-background);
    overflow: hidden;
    transition: height 0.3s ease;
    box-shadow: var(--shadow-md);
    z-index: 99;
}

.mobile-menu-open .nav {
    height: calc(100vh - 72px);
    overflow-y: auto;
}

.nav-list {
    padding: 1.5rem;
}

.nav-item {
    margin-bottom: 1rem;
}

.nav-link {
    display: block;
    padding: 0.5rem 0;
    font-weight: 500;
    color: var(--color-text);
}

.nav-link:hover, .nav-link.active {
    color: var(--color-primary);
}

.language-selector {
    margin-top: 1.5rem;
}

.language-btn {
    display: flex;
    align-items: center;
    background: none;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    padding: 0.5rem 1rem;
    font-weight: 500;
    color: var(--color-text);
}

.language-icon {
    margin-right: 0.5rem;
}

/* Hero Section */
.hero {
    background: linear-gradient(to right, var(--color-primary), var(--color-primary-dark));
    color: white;
    padding: 4rem 0;
    text-align: left; /* Alinha o texto à esquerda */
}


.hero-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: left; /* Garante que o texto e elementos inline fiquem à esquerda */
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    max-width: 45%; /* Limita o título a 50% da largura do contêiner (600px) */
    line-height: 1; /* Reduz o espaçamento entre linhas para um valor mais natural */
}

.hero p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 45%; /* Limita o título a 50% da largura do contêiner (600px) */
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start; /* Alinha os botões à esquerda */
    align-items: flex-start; /* Garante que os botões fiquem alinhados à esquerda no eixo vertical */
    max-width: 50%;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius);
    font-weight: 500;
    transition: var(--transition);
    text-align: center;
}

.btn-primary {
    background-color: var(--color-secondary);
    color: white;
    border: none;
}

.btn-primary:hover {
    background-color: var(--color-secondary-dark);
}

.btn-white {
    background-color: #ea580c; /* Novo fundo laranja */
    color: white; /* Texto e ícone brancos */
    border: none;
}

.btn-white:hover {
    background-color: #d34f0b; /* Um tom mais escuro para o hover */
    color: white;
}

.btn-green {
    background-color: #16a34a; /* Novo fundo laranja */
    color: white; /* Texto e ícone brancos */
    border: none;
}

.btn-green:hover {
    background-color: #15803d; /* Um tom mais escuro para o hover */
    color: white;
}

.btn-outline {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-outline-primary {
    background-color: transparent;
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    margin-left: 1rem;
}

.btn-outline-primary:hover {
    background-color: rgba(246, 110, 20, 0.1);
}

/* Sections */
.section {
    padding: 4rem 0;
}

.section-alt {
    background-color: var(--color-background-alt);
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
}

.section-title p {
    font-size: 1.125rem;
    color: var(--color-text-light);
    max-width: 600px;
    margin: 0 auto;
}

/* Features */
.feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: rgba(22, 163, 74, 0.1);
    color: var(--color-primary);
    border-radius: 50%;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.feature-content h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--color-text);
}

.feature-card {
    background-color: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    padding: 1.5rem;
    transition: var(--transition);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

/* Culture Cards */
.culture-card {
    background-color: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: var(--transition);
}

.culture-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.culture-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.culture-content {
    padding: 1.5rem;
}

.culture-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.culture-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(22, 163, 74, 0.1);
    color: var(--color-primary);
    border-radius: 50%;
    font-size: 1rem;
}

.culture-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-text);
}

/* Cards */
.card {
    background-color: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.card-content {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--color-text);
}

/* Testimonials */
.testimonial {
    background-color: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    padding: 1.5rem;
}

.testimonial-quote {
    font-style: italic;
    margin-bottom: 1.5rem;
    color: var(--color-text);
}

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

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-name {
    font-weight: 600;
    color: var(--color-text);
}

.testimonial-role {
    font-size: 0.875rem;
    color: var(--color-text-light);
}

.testimonial-card {
    background-color: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: var(--transition);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.testimonial-content {
    padding: 2rem;
}

.testimonial-location {
    font-size: 0.875rem;
    color: var(--color-text-light);
}

/* CTA Section */
.cta-section {
    background: var(--color-secondary);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.btn {
    max-width: 800px;
    margin: 0 auto;
}

.cta-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

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

/* Footer - Nova versão com 4 colunas */
.footer {
    background-color: #1f2937;
    color: white;
    padding: 4rem 0 2rem;
}

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

.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-logo img {
    height: 40px;
    width: auto;
}

.footer-description {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 1.5rem;
}

.footer-links-column {
    margin-bottom: 2rem;
}

.footer-links-column h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: white;
}

.footer-links-column ul li {
    margin-bottom: 0.75rem;
}

.footer-links-column ul li a {
    opacity: 0.8;
    transition: var(--transition);
}

.footer-links-column ul li a:hover {
    opacity: 1;
    color: var(--color-secondary);
}

.footer-links-column ul li a i {
    margin-right: 0.5rem;
    color: var(--color-secondary);
}

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

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: var(--transition);
}

.social-link:hover {
    background-color: var(--color-secondary);
}

.app-download {
    margin-top: 1rem;
}

.app-download img {
    height: 40px;
    width: auto;
}

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

.footer-bottom p {
    opacity: 0.6;
    margin-bottom: 1rem;
}

.footer-bottom-links {
    display: flex;
    gap: 1.5rem;
}

.footer-bottom-links a {
    opacity: 0.6;
    transition: var(--transition);
}

.footer-bottom-links a:hover {
    opacity: 1;
}

/* Table */
.table-container {
    overflow-x: auto;
    margin-bottom: 2rem;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 1rem;
    border-bottom: 1px solid var(--color-border);
}

th {
    background-color: var(--color-background-alt);
    font-weight: 600;
    text-align: left;
}

tr:last-child td {
    border-bottom: none;
}

/* Accordion */
.accordion {
    background-color: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    cursor: pointer;
}

.accordion-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-text);
}

.accordion-icon {
    transition: transform 0.3s ease;
}

.accordion.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1.25rem;
}

.accordion.active .accordion-content {
    max-height: 500px;
    padding: 1.25rem;
}

/* Contact Form */
.contact-form {
    background-color: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    padding: 2rem;
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    font-family: inherit;
    font-size: 1rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.2);
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: #ef4444;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.checkbox-container input {
    width: auto;
}

/* Contact Info */
.contact-info-card {
    background-color: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    padding: 2rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

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

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: rgba(22, 163, 74, 0.1);
    color: var(--color-primary);
    border-radius: 50%;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-info-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--color-text);
}

.contact-info-text {
    margin-bottom: 0.25rem;
}

.contact-info-detail {
    font-size: 0.875rem;
    color: var(--color-text-light);
}

.map-container {
    margin-top: 2rem;
}

.map {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
}

/* Case Study */
.case-study {
    margin-bottom: 3rem;
}

/* Animations */
.animate-fadeIn {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Media Queries */
@media (min-width: 640px) {
    .hero h1 {
        font-size: 3rem;
    }
    
    .hero-buttons {
        flex-direction: row;
        justify-content: flex-start; /* Mantém os botões alinhados à esquerda */
        align-items: flex-start;
    }
    
    .grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cta-buttons {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .footer-bottom p {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .mobile-menu-btn {
        display: none;
    }
    
    .nav {
        position: static;
        height: auto;
        width: auto;
        background-color: transparent;
        overflow: visible;
        box-shadow: none;
    }
    
    .nav-list {
        display: flex;
        align-items: center;
        padding: 0;
    }
    
    .nav-item {
        margin: 0 0 0 1.5rem;
    }
    
    .language-selector {
        margin-top: 0;
    }
    
    .grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .footer-content {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .order-1 {
        order: unset;
    }
    
    .order-2 {
        order: unset;
    }
}
