:root {
    /* Verde principal (más profundo que antes) */
    --primary: #1f9d5a;

    /* Verde oscuro header / topbar */
    --primary-dark: #0f5a34;

    /* Verde acento (hover / CTA) */
    --accent: #36c07a;

    /* Neutros */
    --white: #ffffff;
    --text-dark: #1e1e1e;
    --text-gray: #5f5f5f;
    --bg-light: #f4f6f5;

    /* Layout */
    --max-width: 1200px;
}
