/*
 * Public Pages Unified CSS
 * Used by: index, about, contact, for_producers, privacy, terms
 * Flat design with earth green color scheme
 */

:root {
    --primary-green: #8b9456;
    --accent-gold: #d4a574;
    --text-dark: #2c3e50;
    --light-bg: #f5f1e8;
    --border-color: #dee2e6;
}

/* ==================== GLOBAL STYLES ==================== */

body {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-dark);
}

/* ==================== TYPOGRAPHY ==================== */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Amarante', serif;
    color: var(--text-dark);
}

.hero-title {
    font-family: 'Amarante', serif;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-family: 'IM Fell French Canon', serif;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.section-title {
    font-family: 'Amarante', serif;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.section-subtitle {
    font-family: 'IM Fell French Canon', serif;
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

/* ==================== HERO SECTIONS ==================== */

.hero-section,
.about-hero,
.contact-hero,
.producer-hero {
    background: var(--light-bg);
    color: var(--text-dark);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hero-section .container,
.about-hero .container,
.contact-hero .container,
.producer-hero .container {
    position: relative;
    z-index: 2;
}

/* ==================== CONTENT SECTIONS ==================== */

.content-section {
    padding: 80px 0;
}

.transparency-section,
.response-info {
    background: var(--light-bg);
    padding: 80px 0;
}

.values-section,
.inquiry-types {
    background: #ffffff;
    padding: 80px 0;
}

.team-section {
    padding: 80px 0;
    background: white;
}

/* ==================== CARDS ==================== */

.card,
.transparency-card,
.mission-card,
.value-card,
.contact-card,
.inquiry-card,
.response-card,
.info-card {
    background: white;
    border-radius: 8px;
    padding: 3rem;
    border: 1px solid var(--border-color);
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.card:hover,
.transparency-card:hover,
.mission-card:hover,
.value-card:hover,
.contact-card:hover,
.inquiry-card:hover {
    border-color: var(--primary-green);
}

/* Card with left border accent */
.value-card,
.inquiry-card {
    border-left: 5px solid var(--primary-green);
}

/* ==================== ICONS ==================== */

.mission-icon,
.contact-icon,
.value-icon,
.inquiry-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--primary-green);
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--primary-green);
}

/* ==================== BADGES ==================== */

.honest-badge,
.launch-badge {
    background: var(--accent-gold);
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 2rem;
}

/* ==================== BUTTONS ==================== */

.btn-cta,
.btn-contact-form,
.email-link {
    background: var(--primary-green);
    color: white;
    border: none;
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin: 0.5rem;
}

.btn-cta:hover,
.btn-contact-form:hover,
.email-link:hover {
    background: #7a8349;
    color: white;
}

/* ==================== TIMELINE ==================== */

.timeline-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.timeline-item {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
    border-left: 5px solid var(--primary-green);
    position: relative;
}

.timeline-date {
    position: absolute;
    top: -15px;
    left: 20px;
    background: var(--primary-green);
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9rem;
}

/* ==================== STATS ==================== */

.stats-highlight,
.stats-row {
    background: var(--light-bg);
    color: var(--text-dark);
    padding: 60px 0;
}

.stat-item {
    text-align: center;
    padding: 2rem;
}

.stat-number {
    font-family: 'Amarante', serif;
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
    color: var(--primary-green);
}

/* ==================== EMAIL HIGHLIGHT ==================== */

.email-highlight {
    background: var(--primary-green);
    color: white;
    padding: 60px 0;
    text-align: center;
}

.email-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ==================== CTA SECTIONS ==================== */

.contact-cta,
.cta-section {
    background: var(--light-bg);
    color: var(--text-dark);
    padding: 80px 0;
    text-align: center;
}

/* ==================== RESPONSIVE DESIGN ==================== */

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

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

    .mission-card,
    .transparency-card,
    .contact-card {
        padding: 2rem;
    }

    .content-section {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }

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

    .card,
    .transparency-card,
    .mission-card,
    .value-card,
    .contact-card,
    .inquiry-card,
    .response-card {
        padding: 1.5rem;
    }
}
