/* ================= ESTILOS DA PÁGINA DE PREÇOS (ESTILO WEB EXATO DAS FOTOS) ================= */
.pricing-page {
    background-color: white;
    padding: 60px 20px;
}

/* Efeito de Borda Preta em volta das Letras do Título */
.stroke-title {
    text-align: center;
    font-size: 42px;
    font-family: 'Fredoka', 'Arial Rounded MT Bold', sans-serif;
    color: white;
    text-shadow: 
        -2px -2px 0 #000,  
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         4px  4px 0 #000; /* Sombreado deslocado estilo quadrinhos */
    margin-bottom: 50px;
    letter-spacing: 1px;
}

/* ================== A MÁGICA DO ALINHAMENTO AQUI ================== */
/* Grade usando GRID para travar as colunas e forçar o alinhamento perfeito */
.web-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 340px); /* Trava em 3 colunas de 340px */
    justify-content: center; /* Centraliza o bloco inteiro no meio da tela */
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 60px auto;
}

/* O CARD PRINCIPAL */
.web-card {
    background-color: #e5e7eb; 
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.4) 0px, rgba(255,255,255,0.4) 2px, transparent 2px, transparent 10px); /* Textura sutil */
    border-radius: 20px;
    border: 4px solid #000; /* Borda preta grossa externa */
    box-shadow: 0 12px 0px #000; /* Sombra preta sólida */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s ease;
}

.web-card:hover {
    transform: translateY(-5px);
}

/* Cabeçalho colorido no topo do card */
.card-header {
    padding: 25px 15px 40px 15px; /* Padding extra embaixo para a caixa branca sobrepor */
    text-align: center;
    font-family: 'Fredoka', sans-serif;
}

.card-header h2 {
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    margin: 0;
}

/* A Caixa Branca de Preços e Checkmarks */
.card-inner-box {
    background: #fff;
    margin: -25px 15px 20px 15px; /* Margem negativa sobe a caixa branca */
    border-radius: 15px;
    padding: 25px 20px;
    border: 4px solid #000; /* BORDAS INTERNAS PRETAS EM TODOS */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.price-value {
    font-size: 34px;
    text-align: center;
    font-weight: 800;
    margin: 0;
    font-family: 'Fredoka', sans-serif;
}

.price-divider {
    height: 2px;
    margin: 15px 0;
}

/* Lista de Vantagens (Checkmarks) */
.features-list {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.features-list li {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
}

/* Botão de Adicionar ao Carrinho */
.btn-buy {
    border: 3px solid #000;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 4px 0 #000; /* Sombra estilo botão de click */
    transition: all 0.1s;
    align-self: center;
    width: 90%;
}

.btn-buy:active {
    transform: translateY(4px);
    box-shadow: 0 0px 0 #000;
}

.btn-buy i {
    font-size: 20px;
}

/* Rodapé Preto com "PONTO ZERO" */
.card-black-footer {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 15px;
    margin: 0 15px 15px 15px;
    border-radius: 15px;
}

.brand-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.binary-text {
    font-family: monospace;
    font-size: 10px;
    color: #666;
    line-height: 1.2;
}

/* ================= CORES DOS TEMAS ================= */

/* TEMA VERDE (Básica) */
.theme-green .card-header { background-color: #a3e635; }
.theme-green .price-value { color: #65a30d; } /* VALOR VERDE COMO PEDIDO */
.theme-green .price-divider { background-color: #000; }
.theme-green .features-list li { color: #4ade80; }
.theme-green .btn-buy { background: linear-gradient(to bottom, #a3e635, #84cc16); color: #333; }

/* TEMA ROSA/AMARELO (Simple) */
.theme-pink .card-header { background: linear-gradient(to right, #f472b6, #fbbf24); }
.theme-pink .price-value { color: #f472b6; }
.theme-pink .price-divider { background-color: #000; }
.theme-pink .features-list li { color: #f472b6; }
.theme-pink .btn-buy { background: linear-gradient(to right, #f472b6, #fbbf24); color: #333; }

/* TEMA VERMELHO (Media) */
.theme-red .card-header { background-color: #ef4444; }
.theme-red .price-value { color: #ef4444; }
.theme-red .price-divider { background-color: #000; }
.theme-red .features-list li { color: #ef4444; }
.theme-red .btn-buy { background: linear-gradient(to bottom, #ef4444, #dc2626); color: white; }

/* TEMA CINZA (Empresarial) */
.theme-gray .card-header { background-color: #9ca3af; }
.theme-gray .price-value { color: #6b7280; }
.theme-gray .price-divider { background-color: #000; }
.theme-gray .features-list li { color: #6b7280; } /* LETRAS CINZAS COMO PEDIDO */
.theme-gray .btn-buy { background: linear-gradient(to bottom, #6b7280, #4b5563); color: white; }

/* TEMA PRETO (E-commerce) */
.theme-black .card-header { background-color: #000; }
.theme-black .price-value { color: #000; }
.theme-black .price-divider { background-color: #000; }
.theme-black .features-list li { color: #000; } /* LETRAS PRETAS COMO PEDIDO */
.theme-black .btn-buy { background: #000; color: white; }

/* ================= OBSERVAÇÕES ================= */
.observations-section {
    text-align: center;
    margin-top: 40px;
}

.obs-main-title {
    font-size: 36px !important;
    margin-bottom: 20px !important;
}

.obs-list-styled {
    list-style: none;
    display: inline-block;
    text-align: left;
    background: transparent;
}

.obs-list-styled li {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    margin-bottom: 12px;
    font-family: 'Arial', sans-serif;
}

.blue-pin {
    color: #3b82f6; 
    margin-right: 10px;
}

.binary-divider-long {
    color: #ccc;
    font-family: monospace;
    font-size: 12px;
    text-align: center;
    margin: 40px 0;
    overflow: hidden;
    white-space: nowrap;
}

/* ================= RESPONSIVIDADE ================= */
@media (max-width: 1150px) {
    .web-cards-grid {
        grid-template-columns: repeat(2, 340px); /* Cai pra 2 colunas */
    }
}

@media (max-width: 768px) {
    .web-cards-grid {
        grid-template-columns: minmax(300px, 340px); /* Fica só 1 coluna em celulares */
    }
}

/* =========================================================
   CABEÇALHO E RODAPÉ 100% PRETO (AGORA SIM, A BARRA NEGRA!)
   ========================================================= */
.main-header {
    background-color: #000000 !important; 
    border-bottom: none !important;
}

.main-footer {
    background-color: #000000 !important; 
    border-top: none !important;
}