/*
Theme Name: Agencia Full Service
Theme URI: http://tuweb.com
Author: Tu Nombre
Description: Tema Pro para Elementor
Version: 1.0
*/

/* --- ESTILO PUBLICIDAD: THE MARSHALL GROUP --- */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Plus+Jakarta+Sans:wght@400;700&display=swap');

/* --- ESTILO EDITORIAL LIGHT --- */
:root {
    --brand-main: #E95A5A;   /* Salmón Logo */
    --brand-green: #9BCF4B;  /* Verde Logo */
    --bg-light: #F9F9F9;     /* Blanco Hueso */
    --text-dark: #1A1A1A;    /* Negro Carbón para lectura */
    --font-heading: 'Archivo Black', sans-serif;
}

body {
    background-color: var(--bg-light) !important;
    background-image: none !important; /* Quitamos texturas oscuras */
    color: var(--text-dark) !important;
}

/* Títulos en Negro Sólido (Estilo Prensa) */
h1, h2, h3, .hs-title, .about-headline, .panel-title, .switch-title {
    color: var(--text-dark) !important;
    font-family: var(--font-heading) !important;
}

/* Ajuste de la línea "Outline" para que se vea en fondo claro */
.neon-outline, .outline {
    -webkit-text-stroke: 2px var(--brand-main) !important;
    color: transparent !important;
}

/* Tarjetas y Contenedores */
.service-card-pro, .grid-panel, .acc-panel {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important; /* Sombra muy suave */
}

.service-card-pro:hover {
    border-color: var(--brand-green) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

/* El Menú se vuelve claro */
#agency-header.scrolled {
    background: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 2px solid var(--brand-main) !important;
}

.ah-link { color: var(--text-dark) !important; }
.ah-link:hover { color: var(--brand-main) !important; }