/* Catecismos */
.catecismo-index {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.catecismo-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: center;
    margin: 1rem 0 0.5rem;
}

#catecismo-search {
    flex: 1 1 280px;
    padding: 0.7rem 0.9rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    font-size: 1rem;
}

.catecismo-letters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.catecismo-letters a {
    display: inline-block;
    padding: 0.35rem 0.6rem;
    border-radius: 6px;
    background: #f1f5f9;
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
}

.catecismo-letters a:hover {
    background: #e2e8f0;
}

.catecismo-letter-sections {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 0.5rem;
    margin: 0.5rem 0 0.25rem;
}

.catecismo-letter {
    padding: 0.45rem 0.6rem;
    border-radius: 8px;
    background: #fff7e6;
    border: 1px solid rgba(212,175,55,0.35);
    text-align: center;
}

.catecismo-letter h3 {
    font-size: 0.95rem;
    color: var(--color-accent);
    margin: 0;
}

.catecismo-index-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border-radius: 10px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    color: var(--color-text);
    text-decoration: none;
    transition: var(--transition);
}

.catecismo-index-item:hover {
    background: #e9ecef;
}

.catecismo-index-id {
    font-weight: 800;
    color: var(--color-primary);
    min-width: 48px;
}

.catecismo-index-title {
    font-weight: 600;
}

.catecismo-content p {
    margin-bottom: 1rem;
    line-height: 1.75;
}

.catecismo-content b,
.catecismo-content strong {
    color: var(--color-primary);
}

.catecismo-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.simbolo-hero {
    margin-bottom: 1rem;
}

.simbolo-hero img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.06);
}

/* Video (YouTube lite embeds) */
.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.video-card {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 1.25rem;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: var(--shadow-soft);
}

.video-card h2 {
    font-family: var(--font-heading);
    color: var(--color-primary);
    font-size: 1.25rem;
    line-height: 1.35;
    margin: 1rem 0 0.5rem;
}

.video-meta {
    margin-top: 0.75rem;
}

.video-meta a {
    color: var(--color-primary);
    font-weight: 700;
    text-decoration: none;
}

.video-meta a:hover {
    text-decoration: underline;
}

.yt-lite,
.yt-embed {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #111 center / cover no-repeat;
    outline: none;
}

.yt-lite::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%);
}

.yt-lite:focus-visible {
    box-shadow: 0 0 0 3px rgba(212,175,55,0.55);
}

.yt-lite iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.yt-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.yt-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.yt-play button {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,0.75);
    background: rgba(21, 42, 69, 0.75);
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.yt-lite:hover .yt-play button {
    transform: scale(1.04);
    background: rgba(21, 42, 69, 0.9);
    border-color: rgba(255,255,255,0.95);
}

.video-details {
    margin-top: 0.9rem;
}

.video-details summary {
    cursor: pointer;
    font-weight: 800;
    color: var(--color-primary);
}

.video-details summary::marker {
    color: var(--color-gold);
}

.video-description {
    margin-top: 0.75rem;
    padding: 1rem;
    border-radius: 12px;
    background: #f8f6f0;
    border: 1px solid rgba(0,0,0,0.06);
}

.video-description h3 {
    margin: 0.75rem 0 0.4rem;
    font-family: var(--font-heading);
    color: var(--color-primary);
    font-size: 1.05rem;
}

.video-tags {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: var(--color-text-light);
    word-break: break-word;
}

/* Papas */
.pope-section {
    margin: 2.5rem 0;
}

.pope-section-title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
}

.pope-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.pope-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.pope-summary {
    list-style: none;
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 1rem;
    padding: 1.25rem;
    cursor: pointer;
    align-items: center;
}

.pope-summary::-webkit-details-marker {
    display: none;
}

.pope-summary-image {
    width: 110px;
    height: 140px;
    overflow: hidden;
}

.pope-summary-image img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.pope-summary-content h3 {
    margin: 0 0 0.4rem;
    font-family: var(--font-heading);
    color: var(--color-primary);
    font-size: 1.2rem;
}

.pope-summary-content p {
    margin: 0.15rem 0;
    color: var(--color-text);
    font-size: 0.95rem;
}

.pope-real-name {
    margin: 0.2rem 0 0.4rem;
    font-weight: 700;
    color: var(--color-gold);
    font-size: 0.95rem;
}

.pope-summary-toggle {
    grid-column: 1 / -1;
    margin-top: 0.75rem;
    font-weight: 700;
    color: var(--color-gold);
}

.pope-toggle-open {
    display: none;
}

.pope-card[open] .pope-toggle-open {
    display: inline;
}

.pope-card[open] .pope-toggle-closed {
    display: none;
}

.pope-bio {
    padding: 0 1.25rem 1.25rem;
    color: var(--color-text);
    line-height: 1.7;
}

.pope-bio p {
    margin: 0.75rem 0 0;
}

.pope-detail {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: var(--shadow-soft);
    padding: 2rem;
}

.pope-detail-header {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.pope-detail-image {
    width: 160px;
    height: 160px;
}

.pope-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.pope-detail-real-name {
    margin: 0.35rem 0 0.5rem;
    color: var(--color-muted);
    font-weight: 600;
}

.pope-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    color: var(--color-text);
    font-size: 0.95rem;
}

.pope-detail-actions {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.pope-detail-body p {
    margin: 0.9rem 0 0;
    line-height: 1.75;
    color: var(--color-text);
}

.pope-detail-body h2,
.pope-detail-body h3,
.pope-detail-body h4 {
    margin: 1.6rem 0 0.5rem;
    color: var(--color-primary);
    font-family: var(--font-heading);
}

.pope-detail-body ul,
.pope-detail-body ol {
    margin: 0.75rem 0 0 1.5rem;
    color: var(--color-text);
    line-height: 1.7;
}

@media (max-width: 768px) {
    .pope-detail {
        padding: 1.5rem;
    }

    .pope-detail-header {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .pope-detail-meta {
        justify-content: center;
    }

    .pope-detail-actions {
        justify-content: center;
    }
}

/* Historia */
.history-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.history-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}

.history-summary {
    list-style: none;
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    cursor: pointer;
}

.history-summary::-webkit-details-marker {
    display: none;
}

.history-summary h2 {
    margin: 0;
    color: var(--color-primary);
    font-family: var(--font-heading);
    font-size: 1.25rem;
}

.history-summary-text {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.history-summary-image {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-summary-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.history-toggle {
    font-weight: 700;
    color: var(--color-gold);
    font-size: 0.95rem;
}

.history-toggle-open {
    display: none;
}

.history-card[open] .history-toggle-open {
    display: inline;
}

.history-card[open] .history-toggle-closed {
    display: none;
}

.history-body {
    padding: 0 1.5rem 1.5rem;
    color: var(--color-text);
    line-height: 1.7;
}

.history-body p {
    margin: 0.75rem 0 0;
}

.history-excerpt {
    margin: 0.5rem 0 0.9rem;
    color: var(--color-text);
    line-height: 1.6;
}

.history-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--color-gold);
    font-weight: 700;
    text-decoration: none;
}

.history-link:hover {
    text-decoration: underline;
}

.history-detail {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: var(--shadow-soft);
    padding: 2rem;
}

.history-detail-header {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 1.75rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.history-detail-image {
    width: 140px;
    height: 140px;
}

.history-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.history-detail-summary {
    margin: 0.5rem 0 0;
    color: var(--color-muted);
    font-weight: 600;
}

.history-detail-actions {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.history-detail-body p {
    margin: 0.9rem 0 0;
    line-height: 1.75;
    color: var(--color-text);
}

/* Libros */
.books-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.book-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.book-card h3 {
    margin: 0;
    font-size: 1.05rem;
    color: var(--color-primary);
}

.book-card-meta {
    margin: 0.5rem 0 0;
    color: var(--color-muted);
    font-size: 0.9rem;
    line-height: 1.5;
    word-break: break-word;
}

.book-card-actions {
    margin-top: 0.5rem;
}

.book-card .btn {
    width: 100%;
    text-align: center;
}

.books-section {
    margin-top: 1.5rem;
}

.books-section-title {
    margin: 0 0 0.75rem;
    color: var(--color-primary);
    font-family: var(--font-heading);
}

.books-search {
    margin: 0 0 1.5rem;
    display: grid;
    gap: 0.5rem;
}

.books-search label {
    font-weight: 600;
    color: var(--color-primary);
}

.books-search input {
    border: 1px solid #d7e0ea;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.books-search input:focus {
    outline: 2px solid rgba(30,58,95,0.2);
    border-color: var(--color-primary);
}

/* Donativo */
.donate-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    color: #fff;
    padding: 4rem 0 3.5rem;
}

.donate-hero-inner {
    max-width: 800px;
}

.donate-kicker {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: var(--color-gold);
    margin-bottom: 1rem;
}

.donate-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 1rem;
}

.donate-lead {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.92);
}

.donate-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.donate-section {
    padding: 3rem 0;
}

.donate-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.donate-card,
.donate-impact-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.donate-card h2,
.donate-impact-card h2 {
    font-family: var(--font-heading);
    color: var(--color-primary);
    margin-bottom: 1rem;
}

.donate-card ul {
    list-style: disc;
    padding-left: 1.25rem;
    color: var(--color-text);
}

.donate-card li + li {
    margin-top: 0.5rem;
}

.donate-note {
    margin-top: 1rem;
    color: var(--color-text);
}

.donate-amounts-header {
    text-align: center;
    margin-bottom: 2rem;
}

.donate-amounts-header h2 {
    font-family: var(--font-heading);
    color: var(--color-primary);
}

.donate-amounts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.donate-amount {
    background: #fff;
    border-radius: 16px;
    padding: 1.25rem;
    text-align: center;
    border: 2px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.donate-amount:hover {
    transform: translateY(-4px);
    border-color: var(--color-gold);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.donate-amount-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-primary);
}

.donate-amount-label {
    display: block;
    margin-top: 0.35rem;
    color: var(--color-text);
    font-size: 0.9rem;
}

.donate-amounts-footer {
    text-align: center;
    margin-top: 2rem;
}

.donate-impact {
    background: var(--color-cream, #f8f5ee);
}

@media (max-width: 720px) {
    .donate-hero {
        padding: 3rem 0;
    }

    .donate-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Novenas */
.novenas-search {
    margin-top: 1.5rem;
    display: grid;
    gap: 0.5rem;
    max-width: 420px;
}

.novenas-filter-bar {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.95rem;
    color: var(--color-muted);
}

.novenas-clear-link {
    color: var(--color-primary);
    font-weight: 600;
    background: rgba(30, 58, 95, 0.08);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
}

.novenas-search label {
    font-weight: 600;
    color: var(--color-primary);
}

.novenas-search input {
    border: 1px solid #d7e0ea;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.novenas-search input:focus {
    outline: 2px solid rgba(30, 58, 95, 0.2);
    border-color: var(--color-primary);
}

.novenas-group {
    margin: 2.5rem 0 3rem;
}

.novenas-group-title {
    font-family: var(--font-heading);
    color: var(--color-primary);
    margin-bottom: 1.5rem;
}

/* Contacto */
.contact-card {
    background: #fff;
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 18px 40px rgba(30, 58, 95, 0.08);
}

.contact-form {
    display: grid;
    gap: 1.25rem;
}

.contact-field {
    display: grid;
    gap: 0.5rem;
}

.contact-field label {
    font-weight: 600;
    color: var(--color-primary);
}

.contact-field input,
.contact-field textarea {
    border: 1px solid #d7e0ea;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: var(--font-body);
}

.contact-field input:focus,
.contact-field textarea:focus {
    outline: 2px solid rgba(30, 58, 95, 0.2);
    border-color: var(--color-primary);
}

.contact-field.honeypot {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}

/* Noticias */
.article-content p {
    margin: 0.75rem 0 0;
    line-height: 1.7;
    color: var(--color-text);
}

.article-content h2,
.article-content h3 {
    margin-top: 1.25rem;
    color: var(--color-primary);
    font-family: var(--font-heading);
}

.article-content blockquote {
    margin: 1rem 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid var(--color-gold);
    background: #f8f6f0;
    border-radius: 10px;
}

/* Salmos */
.psalm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
}

.psalm-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    color: var(--color-text);
    font-weight: 600;
    border: 1px solid #e9ecef;
    transition: var(--transition);
}

.psalm-link:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.psalm-audio {
    margin-bottom: 1.25rem;
}

.psalm-audio audio {
    width: 100%;
}

.psalm-verses p {
    margin: 0.6rem 0;
    line-height: 1.7;
}

/* Biblia */
.bible-sections {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.bible-testament {
    padding: 2rem;
}

.bible-books-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.bible-book-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: var(--color-text);
    transition: var(--transition);
    border: 1px solid #e9ecef;
    line-height: 1.3;
}

.bible-books-grid a {
    display: flex;
}

.bible-book-link:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.bible-book-abbr {
    font-weight: 600;
    color: var(--color-primary);
    min-width: 40px;
}

.bible-book-name {
    flex: 1;
}

.bible-book-caps {
    font-size: 0.8rem;
    color: #6c757d;
}

.bible-chapter-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    color: var(--color-text);
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.bible-chapter-link:hover {
    transform: scale(1.1);
}

.bible-chapter-link--active {
    background: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
}

.bible-nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--color-primary);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: var(--transition);
}

.bible-nav-link:hover {
    background: var(--color-primary-dark);
}

.bible-sidebar-link {
    display: block;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: var(--color-text);
}

.bible-sidebar-link + .bible-sidebar-link {
    margin-top: 0.5rem;
}


/* Meditaciones */
.meditaciones-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: center;
    margin: 1.5rem 0 1rem;
}

#meditaciones-search {
    flex: 1 1 280px;
    padding: 0.7rem 0.9rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    font-size: 1rem;
}

.meditaciones-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.meditaciones-filters a {
    display: inline-block;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.meditaciones-filters a.active {
    background: var(--color-gold);
    color: #fff;
}

.meditaciones-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.2rem;
}

.meditacion-card {
    background: white;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 1.5rem;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.meditacion-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.85rem;
    color: #64748b;
}

.meditacion-card-category {
    background: rgba(245, 158, 11, 0.15);
    color: #b45309;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-weight: 600;
}

.meditacion-card h2 {
    font-size: 1.1rem;
    color: var(--color-primary);
}

.meditacion-card p {
    color: #475569;
    font-size: 0.95rem;
}

.meditacion-hero {
    background: white;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.meditacion-category {
    display: inline-block;
    background: rgba(30, 64, 175, 0.1);
    color: #1e3a8a;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-weight: 600;
    margin-right: 0.5rem;
}

.meditacion-id {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 600;
}

.meditacion-hero h1 {
    margin-top: 0.75rem;
}

.meditacion-subtitle {
    color: #475569;
    margin-top: 0.5rem;
}

.meditation-content {
    padding: 2rem;
}

.meditacion-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #1f2937;
}

.meditacion-source {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #64748b;
}

.category-meta {
    margin-top: 0.5rem;
    color: #64748b;
    font-weight: 600;
}

.sacrament-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
}

.sacrament-icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}

.meditacion-nav {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.meditacion-nav .btn {
    min-width: 160px;
    text-align: center;
}

@media (max-width: 640px) {
    .meditacion-nav {
        flex-direction: column;
        align-items: stretch;
    }
    .meditacion-nav .btn {
        width: 100%;
    }
}
