/**
 * ============================================================================
 * FERRAMENTAS HUB - AJUSTES DE BOTÕES
 * ============================================================================
 * Ajustes de fonte (Lexend Deca) e dimensões dos botões
 */

/* ============================================================================
   FONTE LEXEND DECA PARA TODOS OS BOTÕES
   ============================================================================ */

button,
.btn,
.btn-primary,
.btn-secondary,
.btn-cta,
.btn-large,
.btn-xl,
.btn-marketplace,
.btn-buy,
.btn-demo,
.btn-details,
.fhub-btn-criar-venda,
.fhub-btn-login,
.fhub-newsletter-button,
input[type="submit"],
input[type="button"],
.wp-block-button__link {
    font-family: 'Lexend Deca', sans-serif !important;
}

/* ============================================================================
   AJUSTES DE DIMENSÕES - BOTÕES MAIS ESTREITOS E MENOS ARREDONDADOS
   ============================================================================ */

/* Botões CTA (Começar Grátis, Ver Ferramentas) */
.btn-cta {
    padding: 0.75rem 2rem !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
}

/* Botões gerais */
.btn {
    padding: 0.625rem 1.5rem !important;
    border-radius: 6px !important;
}

/* Botões Large */
.btn-large {
    padding: 0.75rem 1.75rem !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
}

/* Botões XL */
.btn-xl {
    padding: 0.875rem 2rem !important;
    border-radius: 6px !important;
    font-size: 1.0625rem !important;
}

/* Botão Primary */
.btn-primary {
    padding: 0.75rem 1.75rem !important;
    border-radius: 6px !important;
}

/* Botão Secondary */
.btn-secondary {
    padding: 0.75rem 1.75rem !important;
    border-radius: 6px !important;
}

/* Botões de Compra/Demo Modernos */
.btn-buy-modern,
.btn-demo-modern {
    padding: 0.75rem 1.5rem !important;
    border-radius: 6px !important;
}

/* Botão de Compra */
.btn-buy {
    padding: 0.75rem 1.75rem !important;
    border-radius: 6px !important;
}

/* Botão de Demo */
.btn-demo {
    padding: 0.75rem 1.75rem !important;
    border-radius: 6px !important;
}

/* Botão de Detalhes */
.btn-details {
    padding: 0.625rem 1.25rem !important;
    border-radius: 6px !important;
}

/* Botão Marketplace */
.btn-marketplace {
    padding: 0.75rem 1.75rem !important;
    border-radius: 6px !important;
}

/* Botão Newsletter */
.fhub-newsletter-button {
    padding: 0.75rem 1.5rem !important;
    border-radius: 6px !important;
}

/* Sticky Bar Button */
.sticky-bar-button {
    padding: 0.75rem 1.75rem !important;
    border-radius: 6px !important;
}

/* Botões de formulário WordPress */
input[type="submit"],
input[type="button"],
.wp-block-button__link {
    padding: 0.75rem 1.75rem !important;
    border-radius: 6px !important;
}

/* ============================================================================
   AJUSTES ESPECÍFICOS PARA HERO/CTA SECTIONS
   ============================================================================ */

.hero-buttons .btn-cta,
.cta-buttons .btn-cta,
.hero-actions .btn-cta {
    padding: 0.75rem 2rem !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    height: auto !important;
    min-height: auto !important;
}

/* ============================================================================
   AJUSTES PARA BOTÕES COM ÍCONES
   ============================================================================ */

.btn i,
.btn-cta i,
.btn-primary i,
.btn-secondary i {
    font-size: 0.875rem;
}

/* ============================================================================
   RESPONSIVO - MOBILE
   ============================================================================ */

@media (max-width: 768px) {
    .btn-cta {
        padding: 0.625rem 1.5rem !important;
        font-size: 0.9375rem !important;
    }
    
    .btn-large,
    .btn-xl {
        padding: 0.625rem 1.5rem !important;
        font-size: 0.9375rem !important;
    }
}

@media (max-width: 480px) {
    .btn-cta {
        padding: 0.625rem 1.25rem !important;
        font-size: 0.875rem !important;
    }
}
