/* ============================================================
   CARTÃO DE FILTROS — PÁGINA TEMAS
============================================================ */

.tema-filtros {
    padding: 25px 30px;
    max-width: 600px;
    margin: 0 auto 40px;
}

.tema-filtros-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.filtro-linha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.filtro-linha label {
    font-size: 16px;
    font-weight: 600;
    color: #e8f8ff;
    white-space: nowrap;
}

.filtro-linha .gc-input {
    width: 300px;
    max-width: 100%;
}

.filtro-botoes {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.filtro-botoes .gc-btn {
    width: 150px;
}

/* ============================================================
   CARTÕES DE TEMAS
============================================================ */

.tema-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tema-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tema-card-titulo {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.tema-badge {
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.tema-badge-novo {
    background: #66ccff;
}

.tema-card-descricao {
    color: #dcefff;
    font-size: 16px;
}

.tema-card-preco strong,
.tema-card-tags strong {
    color: #66ccff;
}

/* ============================================================
   PAGINAÇÃO
============================================================ */

.tema-paginacao {
    margin-top: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.tema-paginacao-info {
    color: #dcefff;
    font-size: 16px;
}

.tema-filtros-subtitulo {
    text-align: center;
    font-size: 15px;
    color: #dcefff;
    margin-bottom: 18px;
    opacity: 0.85;
}

/* Cartão final mais estreito e centrado */
.tema-acoes {
    max-width: 650px;
    margin: 50px auto;
    text-align: center;
}

/* Título com mais espaço */
.tema-acoes h2 {
    font-size: 26px;
    margin-bottom: 25px;
    color: #ffffff;
}

/* Botões maiores e mais bonitos */
.acoes-botoes {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Botões reforçados */
.acoes-botoes .gc-btn {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff !important;
    border-radius: 14px;
    min-width: 200px;
}

/* Botão secundário também com texto branco */
.acoes-botoes .gc-btn-secundario {
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.45);
}

/* Hover mais forte */
.acoes-botoes .gc-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 22px rgba(102,204,255,0.55);
}

/* Cartão final mais estreito e centrado */
.tema-acoes {
    max-width: 650px;
    margin: 50px auto;
    text-align: center;
}

/* Espaço entre o título e os botões */
.tema-acoes h2 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #ffffff;
}

/* Layout dos botões */
.acoes-botoes {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Botões maiores e iguais aos "Ver mais" */
.acoes-botoes .gc-btn {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    min-width: 200px;
    border-radius: 14px;
    color: #ffffff !important;
}

/* Botão secundário também com texto branco */
.acoes-botoes .gc-btn-secundario {
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.45);
}

/* Hover premium */
.acoes-botoes .gc-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 22px rgba(102,204,255,0.55);
}

/* Cartão final mais estreito e centrado */
.tema-acoes {
    max-width: 650px;
    margin: 40px auto;
    text-align: center;
}

/* Título com mais espaço */
.tema-acoes h3 {
    font-size: 26px;
    margin-bottom: 28px;
    color: #ffffff;
}

/* Layout dos botões */
.acoes-botoes {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* BOTÕES REAIS (acao-item) — estilo premium */
.acoes-botoes .acao-item {
    display: inline-block;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    min-width: 220px;
    text-align: center;
    border-radius: 14px;
    color: #ffffff !important;
    background: rgba(102,204,255,0.35);
    border: 1px solid rgba(102,204,255,0.55);
    cursor: pointer;
    transition: 0.25s ease;
}

/* Hover premium */
.acoes-botoes .acao-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 22px rgba(102,204,255,0.55);
}

/* FORMULÁRIO PEDIR SENHA — CARTÃO MAIS ESTREITO */
.tema-wrapper .gc-card {
    max-width: 650px;
    margin: 40px auto;
}

/* Texto inicial */
.tema-wrapper p {
    font-size: 17px;
    line-height: 1.6;
    color: #e8e8e8;
}

/* Campos do formulário */
.campo {
    margin-bottom: 18px;
}

.campo-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
}

/* Inputs */
.campo-input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    font-size: 16px;
    transition: 0.25s ease;
}

.campo-input:focus {
    border-color: rgba(102,204,255,0.8);
    box-shadow: 0 0 12px rgba(102,204,255,0.4);
    outline: none;
}

/* Título "Dados de faturação" */
.tema-wrapper h2 {
    color: #ffffff;
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 12px;
}

/* Botão Enviar Pedido */
.btn-login {
    display: block;
    width: 100%;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 14px;
    color: #ffffff !important;
    background: rgba(102,204,255,0.35);
    border: 1px solid rgba(102,204,255,0.55);
    cursor: pointer;
    transition: 0.25s ease;
}

.btn-login:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 22px rgba(102,204,255,0.55);
}

.secao-opcional {
    margin-top: 35px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.nota-opcional {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 18px;
}

/* Cartões principais do tema (resumo e completo) */
.tema-preview-bloco {
    max-width: 900px;
    margin: 40px auto;
}

/* Cartão das ações (pedir senha / aceder) */
.tema-acoes {
    max-width: 900px;
    margin: 40px auto;
}

/* Cabeçalho do tema */
.tema-header-premium {
    max-width: 900px;
    margin: 40px auto;
}

/* Cartões do tema (modelo.php) — largura confortável para leitura */
.tema-preview-bloco,
.tema-acoes,
.tema-header-premium {
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
