/*
Theme Name: Marca Política
Theme URI: https://marcapoliticapy.com
Author: Marca Política
Author URI: https://marcapoliticapy.com
Description: Tema personalizado para Marca Política - Consultoría en Comunicación Política y Liderazgo en Latinoamérica.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marcapolitica
*/

:root {
    --accent: #DC2626;
    --dark: #000000;
    --editorial-line: #f3f4f6;
}

body {
    font-family: 'Satoshi', sans-serif;
    scroll-behavior: smooth;
    background-color: #fff;
    color: #000;
}

h1, h2, h3, h4, .font-serif {
    font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
}

.font-logo {
    font-family: 'Abril Fatface', 'Arial Black', cursive;
    font-weight: 400;
}

.nav-highlight {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #DC2626;
}

.nav-highlight::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #DC2626;
    border-radius: 50%;
    animation: blink 1.5s ease-in-out infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.editorial-border {
    border-color: var(--editorial-line);
}

.accent-red {
    color: var(--accent);
}

.bg-accent-red {
    background-color: var(--accent);
}

.btn-editorial {
    border: 1.5px solid #000;
    padding: 0.75rem 2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-editorial:hover {
    background-color: #000;
    color: #fff;
}

.hero-text-huge {
    font-size: clamp(3rem, 7.5vw, 5.2rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
}

.editorial-grid-line {
    border-top: 1px solid #000;
}

.section-tag {
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--accent);
    display: block;
    margin-bottom: 1.5rem;
}
