/*
Theme Name: FILBB 2026 - Sitio Oficial
Theme URI: https://trafkintu.com.ar
Author: Cooperativa de Trabajo Trafkintu Ltda.
Description: Tema oficial para la Feria Internacional del Libro de Bahía Blanca.
Version: 3.4
Text Domain: filbb
*/

@font-face {
    font-family: 'Bahnschrift';
    src: local('Bahnschrift'), local('Segoe UI'), sans-serif;
}

html { scroll-behavior: smooth; }

:root {
  --orange: #e36109;
  --blue-light: #6fb2e3;
  --blue-btn: #4ba3e3;
  --dark: #2a2b2c;
  --white: #ffffff;
  --font-main: 'Bahnschrift', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; font-family: var(--font-main); }
body { background-color: var(--white); color: #333; overflow-x: hidden; }
a { text-decoration: none; transition: all 0.3s ease; }

.site-header { background-color: var(--orange); padding: 15px 40px; display: flex; justify-content: space-between; align-items: center; color: var(--white); position: sticky; top: 0; z-index: 1000; }
.logo-container { flex-shrink: 0; }
.site-logo { max-height: 70px; width: auto; display: block; }
.main-nav ul { list-style: none; display: flex; gap: 20px; align-items: center; margin:0; }
.main-nav a { color: var(--white); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.main-nav a:hover { opacity: 0.8; }
.btn-aportes { background-color: var(--blue-light); padding: 12px 20px; border-radius: 4px; color: white !important; font-weight: 700; }
.btn-aportes:hover { background-color: var(--blue-btn); }

.countdown-section { background-color: var(--blue-light); text-align: center; padding: 30px 20px; color: white; }
.countdown-section h2 { letter-spacing: 6px; font-weight: 600; font-size: 22px; margin-bottom: 20px; text-transform: uppercase; }
.countdown-grid { display: flex; justify-content: center; gap: 60px; }
.cd-item { display: flex; flex-direction: column; align-items: center; }
.cd-number { font-size: 55px; font-weight: 700; line-height: 1; margin-bottom: 5px; }
.cd-label { font-size: 14px; font-weight: 700; letter-spacing: 1px; }

.proximamente-section { display: flex; justify-content: center; align-items: center; padding: 80px 20px; gap: 60px; max-width: 900px; margin: 0 auto; }
.proximamente-text { text-align: right; }
.proximamente-text h1 { color: var(--orange); font-size: 55px; font-weight: 800; margin:0; line-height: 1; }
.proximamente-text h2 { color: var(--orange); font-size: 45px; font-weight: 300; margin:0; line-height: 1.2; }
.proximamente-image img { width: 250px; height: auto; }

.placeholder-section { padding: 60px 20px; text-align: center; background-color: #f9f9f9; border-bottom: 1px solid #eee; }
.placeholder-section h2 { color: var(--orange); font-size: 32px; }

.aportes-banner { background-color: var(--blue-light); padding: 50px 40px; display: flex; justify-content: center; align-items: center; gap: 40px; color: white; }
.aportes-icon { width: 90px; height: 90px; background: white; border-radius: 50%; display:flex; justify-content:center; align-items:center; flex-shrink: 0; }
.aportes-icon img { width: 50px; height: 50px; }
.aportes-text { max-width: 550px; }
.aportes-text h3 { font-size: 24px; margin-bottom: 15px; font-weight: 700; }
.aportes-text p { font-size: 16px; line-height: 1.5; }
.btn-colaborar { background-color: white; color: var(--orange); padding: 15px 30px; border-radius: 6px; font-weight: 800; box-shadow: 0 4px 6px rgba(0,0,0,0.1); font-size: 15px; text-transform: uppercase; white-space: nowrap; flex-shrink: 0; }
.btn-colaborar:hover { box-shadow: 0 6px 12px rgba(0,0,0,0.15); transform: translateY(-2px); }

.site-footer { background-color: var(--dark); color: white; padding: 50px 60px; display: flex; justify-content: space-between; align-items: flex-start; font-size: 14px; }
.footer-col h4 { margin-bottom: 20px; font-size: 14px; font-weight: 700; letter-spacing: 1px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; display:flex; align-items:center; gap: 10px; }
.footer-location { display:flex; align-items:flex-start; gap: 15px; max-width: 300px; }
.footer-location p { font-size: 13px; line-height: 1.4; margin-top: -3px; }
.footer-logo img { height: 45px; width: auto; }

@media (max-width: 992px) {
    .site-header { flex-direction: column; padding: 20px; gap: 20px; position: relative; }
    .main-nav ul { flex-wrap: wrap; justify-content: center; gap: 15px; }
    .countdown-grid { gap: 30px; flex-wrap: wrap; }
    .proximamente-section { flex-direction: column; text-align: center; gap: 30px; }
    .proximamente-text { text-align: center; }
    .aportes-banner { flex-direction: column; text-align: center; }
    .site-footer { flex-direction: column; gap: 40px; text-align: center; align-items: center; }
    .footer-location { justify-content: center; text-align: center; }
}
