/**
 * /temas — catálogo institucional (15 presets)
 * Reusa classes .cv-theme-* da Coleção Visual 2026
 */

.temas-hero {
    padding: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(1rem, 3vw, 2rem);
    text-align: center;
}

.temas-hero .section-subtitle {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.temas-crosslink {
    margin: 2rem 0 2.5rem;
    padding: 1.25rem 1.5rem;
    border-radius: var(--pm-radius-xl, 16px);
    background: linear-gradient(135deg, var(--pm-purple-50, #faf5ff) 0%, #fff 100%);
    border: 1px solid var(--pm-purple-100, #ede9fe);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.temas-crosslink p {
    margin: 0;
    color: var(--pm-gray-700, #334155);
    font-size: 0.9375rem;
}

.temas-section {
    padding: clamp(1.5rem, 4vw, 2.5rem) 0;
}

.temas-section-header {
    margin-bottom: 1.75rem;
}

.temas-custom-grid .feature-card {
    height: 100%;
}

.temas-cta-panel {
    border-radius: var(--pm-radius-2xl, 20px);
    background: linear-gradient(135deg, var(--pm-purple-600, #7c3aed) 0%, var(--pm-purple-700, #6d28d9) 100%);
    color: #fff;
    padding: clamp(2rem, 5vw, 3rem) 1.5rem;
    text-align: center;
    box-shadow: 0 16px 48px rgba(124, 58, 237, 0.25);
}

.temas-cta-panel .lead {
    color: rgba(255, 255, 255, 0.92);
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.temas-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.5rem;
}
