/* Animasom Content Hub — Frontend Styles */

/* ─── Programação Grid ─── */

.animasom-hub-prog-header {
    text-align: center;
    margin-bottom: 32px;
}

.animasom-hub-prog-horario {
    display: inline-block;
    background: #2563eb;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 24px;
    border-radius: 24px;
    letter-spacing: 0.5px;
}

.animasom-hub-prog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    margin: 0 auto;
    max-width: 1200px;
}

.animasom-hub-prog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

.animasom-hub-prog-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.animasom-hub-prog-card-header {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #fff;
    padding: 20px 24px;
}

.animasom-hub-prog-nome {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px;
    text-transform: lowercase;
}

.animasom-hub-prog-nome::first-letter {
    text-transform: uppercase;
}

.animasom-hub-prog-local {
    font-size: 13px;
    opacity: 0.85;
}

.animasom-hub-prog-body {
    padding: 20px 24px;
}

.animasom-hub-prog-dias {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.animasom-hub-prog-dia h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6b7280;
    margin: 0 0 10px;
    letter-spacing: 0.5px;
}

.animasom-hub-prog-dia ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.animasom-hub-prog-dia li {
    display: flex;
    gap: 8px;
    padding: 6px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
    line-height: 1.4;
    align-items: baseline;
}

.animasom-hub-prog-dia li:last-child {
    border-bottom: none;
}

.animasom-hub-prog-data {
    font-weight: 700;
    color: #2563eb;
    white-space: nowrap;
    min-width: 40px;
}

.animasom-hub-prog-ativ {
    color: #374151;
}

/* ─── Evento Destaque ─── */

.animasom-hub-evento-destaque {
    background: linear-gradient(135deg, #1e1b4b, #312e81);
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 24px;
}

.animasom-hub-evento-img {
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.animasom-hub-evento-titulo {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.animasom-hub-evento-sub {
    font-size: 16px;
    opacity: 0.85;
    margin: 0 0 20px;
}

.animasom-hub-evento-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.animasom-hub-evento-info li {
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

/* ─── Preços ─── */

.animasom-hub-precos-bloco {
    margin-bottom: 40px;
}

.animasom-hub-precos-bloco h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1f2937;
}

.animasom-hub-precos-desc {
    color: #6b7280;
    font-size: 15px;
    margin: 0 0 20px;
    max-width: 600px;
}

.animasom-hub-precos-tabela {
    max-width: 400px;
}

.animasom-hub-precos-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: #f9fafb;
    border-radius: 10px;
    margin-bottom: 8px;
}

.animasom-hub-precos-row:nth-child(even) {
    background: #f3f4f6;
}

.animasom-hub-precos-label {
    font-size: 15px;
    color: #374151;
}

.animasom-hub-precos-valor {
    font-size: 20px;
    font-weight: 700;
    color: #2563eb;
}

.animasom-hub-precos-grupos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.animasom-hub-precos-grupo h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #374151;
    margin: 0 0 4px;
}

.animasom-hub-precos-grupo-label {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 12px;
}

.animasom-hub-precos-obs {
    font-size: 13px;
    color: #9ca3af;
    font-style: italic;
    margin-top: 16px;
}

/* ─── Day Use ─── */

.animasom-hub-dayuse {
    text-align: center;
    padding: 32px 24px;
}

.animasom-hub-dayuse-titulo {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 12px;
    color: #1f2937;
}

.animasom-hub-dayuse-desc {
    font-size: 16px;
    color: #4b5563;
    max-width: 600px;
    margin: 0 auto 16px;
    line-height: 1.6;
}

.animasom-hub-dayuse-periodo {
    display: inline-block;
    background: #ecfdf5;
    color: #059669;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 24px;
    border-radius: 24px;
}

/* ─── Promoções ─── */

.animasom-hub-promos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

.animasom-hub-promo-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.animasom-hub-promo-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.animasom-hub-promo-content {
    padding: 20px 24px;
}

.animasom-hub-promo-titulo {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1f2937;
}

.animasom-hub-promo-texto {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 12px;
}

.animasom-hub-promo-link {
    display: inline-block;
    background: #2563eb;
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s;
}

.animasom-hub-promo-link:hover {
    background: #1d4ed8;
    color: #fff;
}

/* ─── Responsive ─── */

@media (max-width: 640px) {
    .animasom-hub-prog-grid {
        grid-template-columns: 1fr;
    }

    .animasom-hub-prog-dias {
        grid-template-columns: 1fr;
    }

    .animasom-hub-precos-grupos {
        grid-template-columns: 1fr;
    }

    .animasom-hub-evento-info {
        flex-direction: column;
        gap: 8px;
    }

    .animasom-hub-promos {
        grid-template-columns: 1fr;
    }
}
