/* Importando uma fonte moderna e profissional do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* ==========================================
   1. CONFIGURAÇÕES GERAIS E VARIÁVEIS
   ========================================== */
html {
    scroll-behavior: smooth;
}

:root {
    --dark-green: #062317;
    --card-green: #0b3323;
    --primary-orange: #f37021;
    --primary-green: #2ecc71;
    --dark-brown: #1a0f0a;
    --text-light: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.92);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--dark-green);
    color: var(--text-light);
    font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Container padrão para centralizar seções */
.container, 
.section-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ==========================================
   2. CABEÇALHO E MENU
   ========================================== */
header {
    background-color: rgba(11, 51, 35, 0.95);
    backdrop-filter: blur(8px);
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--text-light);
    text-decoration: none;
    letter-spacing: -0.5px;
}

.logo span {
    color: var(--primary-orange);
}

.nav-menu {
    display: flex;
    gap: 24px;
    list-style: none;
    align-items: center;
}

.nav-menu a {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.nav-menu a:hover {
    color: var(--primary-orange);
}

.seal-badge-top {
    background-color: var(--primary-orange);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
}

/* ==========================================
   3. SEÇÃO HERO (BANNER MAIS VIVO E EXTENSO)
   ========================================== */
.hero {
    padding: 80px 24px 320px 24px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    
    /* Configuração da Imagem de Fundo de alta compatibilidade */
    background-image: linear-gradient(
        to bottom,
        rgba(6, 35, 23, 0.45), 
        rgba(6, 35, 23, 0.85)
    ), url("fundo-granja.png");
    background-size: cover;
    background-position: center 45%;
    background-repeat: no-repeat;
}

.hero-badge {
    display: inline-block;
    background-color: rgba(243, 112, 33, 0.25);
    backdrop-filter: blur(4px);
    color: var(--primary-orange);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 24px;
    border: 1px solid var(--primary-orange);
}

.hero h1 {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -1px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero h1 span {
    color: var(--primary-orange);
}

.hero p {
    font-size: 1.25rem;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 40px auto;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

/* ==========================================
   4. DESTAQUES E CITAÇÕES (INTEGRADOS AO BANNER)
   ========================================== */
/* Container do Selo Cage-Free */
.mega-badge-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -120px; /* Puxa o selo para dentro da imagem de fundo */
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

/* O Botão/Selo em si */
.mega-badge-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(11, 51, 35, 0.90);
    backdrop-filter: blur(8px);
    border: 3px solid var(--primary-orange);
    padding: 16px 48px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    max-width: fit-content;
}

/* Texto e Ícone dentro do Selo */
.mega-badge-content h2 {
    margin: 0;
    font-size: 1.6rem; /* Fonte maior */
    font-weight: 800;  /* Texto bem encorpado */
    color: var(--text-light);
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.highlight-quote {
    background-color: rgba(11, 51, 35, 0.85);
    backdrop-filter: blur(6px);
    border-left: 6px solid var(--primary-orange);
    padding: 32px 40px;
    max-width: 900px;
    margin: 40px auto 0 auto;
    border-radius: 0 16px 16px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
    text-align: center;
}

.highlight-quote p {
    font-size: 1.15rem;
    font-style: italic;
    line-height: 1.7;
    color: var(--text-muted);
}

/* ==========================================
   5. SEÇÕES DE TEXTO CENTRALIZADAS (HISTÓRIA)
   ========================================== */
section {
    padding: 70px 0;
    text-align: center;
}

section h2 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 24px;
    color: var(--text-light);
    text-align: center;
}

section p {
    font-size: 1.15rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Linha do Tempo (Passos da Produção) */
.production-container {
    max-width: 1000px;
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.timeline-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background-color: rgba(11, 51, 35, 0.6);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left;
}

.timeline-content {
    flex: 1;
}

.timeline-content .step-tag {
    color: var(--primary-orange);
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
}

.timeline-content h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
    color: var(--text-light);
}

.timeline-content p {
    font-size: 1.05rem;
    margin-bottom: 0;
    text-align: left;
}

.timeline-media {
    flex: 1;
    display: flex;
    justify-content: center;
}

.timeline-media img {
    width: 100%;
    max-width: 450px;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Centralização de Galeria */
.gallery-grid, 
.media-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.gallery-grid img, 
.media-container img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    display: block;
    margin: 0 auto;
}

/* ==========================================
   6. SEÇÃO DE CONTATO E CARDS
   ========================================== */
.contact-section {
    padding: 80px 0;
    background-color: var(--dark-green);
}

.contact-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px auto;
}

.contact-header h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.contact-header p {
    font-size: 1.2rem;
    text-align: center;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-card {
    background-color: var(--card-green);
    padding: 36px 24px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-card h3 {
    color: var(--primary-orange);
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.contact-card p {
    font-size: 1rem;
    margin-bottom: 24px;
    text-align: center;
}

.contact-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    color: #ffffff;
    transition: transform 0.2s, opacity 0.2s;
}

.btn-whatsapp { background-color: #25d366; }
.btn-instagram { background-color: #e1306c; }

.contact-btn:hover {
    opacity: 0.92;
    transform: translateY(-3px);
}

.contact-icon {
    font-size: 2.5rem;       /* Define o tamanho do ícone */
    margin-bottom: 16px;     /* Dá um espaço em relação ao título (h3) abaixo dele */
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-icon i {
    display: inline-block;
}

.buttons-container {
    display: flex;
    flex-direction: column;
    gap: 15px; /* <--- Esse gap é o que dá o espaço vertical entre os dois números */
    width: 100%;
    align-items: center;
}
/* ==========================================
   7. RODAPÉ (FOOTER)
   ========================================== */
footer {
    background-color: var(--dark-brown);
    padding: 40px 24px;
    text-align: center;
    border-top: 4px solid var(--primary-orange);
}

footer p {
    font-size: 1rem;
    color: var(--text-muted);
    margin: 0;
    text-align: center;
}

/* ==========================================
   8. RESPONSIVIDADE (CELULARES E TABLETS)
   ========================================== */
@media (max-width: 850px) {
    header {
        padding: 10px 0;
    }

    .header-container {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .logo {
        font-size: 1.4rem;
    }

    .nav-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 14px;
        width: 100%;
        padding: 2px 0;
    }

    .nav-menu a {
        font-size: 0.85rem;
    }

    .seal-badge-top {
        font-size: 0.75rem;
        padding: 4px 12px;
        margin-top: 2px;
    }

    .hero {
        padding: 40px 16px 60px 16px;
    }

    .hero h1 {
        font-size: 2.1rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .timeline-item {
        flex-direction: column;
        text-align: center;
    }

    .timeline-content p {
        text-align: center;
    }

    .timeline-media img {
        height: auto;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }
}