/*
Theme Name: Capital com Opções — Vendas
Description: Tema independente para a página de vendas do Treinamento Capital com Opções, com a mesma identidade visual dark da Área de Membros.
Version: 1.0.0
Author: Investir e Ganhar
Text Domain: capital-vendas
*/

/* =============================================
   VARIÁVEIS — mesma paleta usada em login.investireganhar.com
   ============================================= */
:root {
    /* Cores principais */
    --ig-bg:           #0a0e17;
    --ig-bg-card:      #111827;
    --ig-bg-surface:   #1a2235;
    --ig-border:       #1e2d45;

    /* Azul de ação */
    --ig-blue:         #1a6fff;
    --ig-blue-hover:   #3d87ff;
    --ig-blue-dark:    #0f4ac8;

    /* Dourado (premium) */
    --ig-gold:         #c9952a;
    --ig-gold-light:   #f0c040;

    /* Texto */
    --ig-text:         #f0f4ff;
    --ig-text-muted:   #8899bb;
    --ig-text-dim:     #4a5a7a;

    /* Status */
    --ig-green:        #00c853;
    --ig-red:          #ff3d57;
    --ig-yellow:       #ffc107;

    /* Tipografia */
    --ig-font:         'Inter', 'Segoe UI', system-ui, sans-serif;

    /* Espaçamentos */
    --ig-radius:       12px;
    --ig-radius-sm:    8px;
    --ig-radius-lg:    20px;

    /* Sombras */
    --ig-shadow:       0 4px 24px rgba(0, 0, 0, 0.5);
    --ig-shadow-blue:  0 4px 20px rgba(26, 111, 255, 0.35);
}

* { box-sizing: border-box; }

body {
    margin: 0;
    background: var(--ig-bg);
    color: var(--ig-text);
    font-family: var(--ig-font);
}
