/* ==========================================================================
   BLOG STYLES - VERSION 2
   Ceremonias Laicas - Diseño Exclusivo para Blog y Bitácora
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. HERO BLOG (LCP Area)
   -------------------------------------------------------------------------- */
.hero-blog {
    position: relative;
    height: 280px;
    background-color: #9e9a96;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* Corte poligonal chevron notch inferior en desktop */
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(50% + 30px) calc(100% - 24px), 50% 100%, calc(50% - 30px) calc(100% - 24px), 0 calc(100% - 24px));
    padding-bottom: 24px;
}

.hero-blog-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-blog-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.hero-blog-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    display: block;
}

.hero-blog-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-blog-rama-wrapper {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}

.hero-blog-rama-white {
    width: 44px;
    height: 44px;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.hero-blog-title {
    font-family: 'Muli-Bold', sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
    .hero-blog {
        height: 330px;
        clip-path: none;
        padding-bottom: 0;
    }

    .hero-blog-title {
        font-size: 2rem;
    }

    .hero-blog-rama-white {
        width: 34px;
        height: 34px;
    }
}

/* --------------------------------------------------------------------------
   2. SECCIÓN INTRODUCCIÓN Y CONTEXTO
   -------------------------------------------------------------------------- */
.seccion-intro-blog {
    padding: 60px 20px 40px 20px;
    background-color: #ffffff;
    text-align: center;
}

.intro-blog-container {
    max-width: 960px;
    margin: 0 auto;
}

.intro-blog-logo-mark {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.intro-blog-logo-mark img {
    width: 42px;
    height: auto;
    display: block;
}

.intro-blog-title {
    font-family: 'Muli-Light', sans-serif;
    font-size: 1.85rem;
    color: #2c2c2c;
    line-height: 1.35;
    margin: 0 0 25px 0;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.01em;
}

.intro-blog-desc {
    font-family: 'Muli-Light', sans-serif;
    font-size: 1.05rem;
    line-height: 1.85;
    color: #555555;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 35px auto;
}

.intro-blog-linea {
    height: 1.5px;
    background-color: #e1aa8c;
    width: 100%;
    margin: 0 auto;
    border: none;
}

/* --------------------------------------------------------------------------
   3. LAYOUT PRINCIPAL (2 COLUMNAS: FEED + SIDEBAR)
   -------------------------------------------------------------------------- */
.seccion-blog-cuerpo {
    padding: 50px 0 80px 0;
    background-color: #ffffff;
}

.blog-main-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 55px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    align-items: flex-start;
}

/* --------------------------------------------------------------------------
   4. FEED DE ARTÍCULOS (COLUMNA IZQUIERDA)
   -------------------------------------------------------------------------- */
.blog-feed-col {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.blog-post-card {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.post-card-thumb-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background-color: #f3f3f3;
}

.post-card-thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.blog-post-card:hover .post-card-thumb-wrap img {
    transform: scale(1.02);
}

/* Badge de Fecha en la esquina superior izquierda de la foto */
.post-card-date-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #9F6D4A;
    color: #ffffff;
    padding: 8px 18px;
    font-family: 'Cormorant-Italic', serif;
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.1;
    z-index: 2;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    border: none;
}

.post-card-body {
    padding: 24px 0 10px 0;
    display: flex;
    flex-direction: column;
}

/* Fila de Metadatos centrada */
.post-card-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 16px;
    font-family: 'Muli-Light', sans-serif;
    font-size: 0.88rem;
    color: #777777;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.meta-item svg {
    flex-shrink: 0;
    fill: #e1aa8c;
}

/* Categoría en Cormorant Italic centrada */
.post-card-category {
    font-family: 'Cormorant-Italic', serif;
    font-style: italic;
    font-size: 1.35rem;
    color: #9F6D4A;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
}

/* Título de la tarjeta centrado y en Title Case */
.post-card-title {
    font-family: 'Muli-Regular', sans-serif;
    font-size: 1.7rem;
    color: #2c2c2c;
    line-height: 1.35;
    margin: 0 auto 18px auto;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    max-width: 760px;
}

.post-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-card-title a:hover {
    color: #9F6D4A;
}

/* Extracto */
.post-card-excerpt {
    font-family: 'Muli-Light', sans-serif;
    font-size: 1.02rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0 0 24px 0;
    text-align: justify;
}

/* Botón LEER MÁS centrado */
.post-card-btn-wrap {
    margin-top: 5px;
    display: flex;
    justify-content: center;
}

.btn-leer-mas {
    display: inline-block;
    border: 1.5px solid #9F6D4A;
    color: #9F6D4A;
    background-color: transparent;
    padding: 8px 28px;
    font-family: 'Muli-Regular', sans-serif;
    font-size: 0.88rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-leer-mas:hover {
    background-color: #9F6D4A;
    color: #ffffff;
}

.btn-ver-todos {
    max-width: 200px;
    margin: 0 auto;
}

/* --------------------------------------------------------------------------
   5. CITAS INTERMEDIAS (QUOTE BLOCKS)
   -------------------------------------------------------------------------- */
.blog-quote-block {
    background-color: #faebe4;
    padding: 35px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.quote-branch-decor {
    width: 36px;
    height: auto;
    margin-bottom: 14px;
    opacity: 0.85;
}

.quote-text {
    font-family: 'Muli-Light', sans-serif;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #444444;
    margin: 0 0 8px 0;
}

.quote-author {
    font-family: 'Muli-Light', sans-serif;
    font-size: 1.02rem;
    color: #666666;
    margin: 0;
}

/* --------------------------------------------------------------------------
   6. PAGINACIÓN
   -------------------------------------------------------------------------- */
.blog-pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
}

.page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    background-color: #e5bfa7;
    color: #ffffff;
    font-family: 'Muli-SemiBold', sans-serif;
    font-size: 0.88rem;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.25s ease;
    border: none;
}

.page-btn:hover {
    background-color: #9F6D4A;
    color: #ffffff;
}

.page-btn.active {
    background-color: #9F6D4A;
    cursor: default;
}

/* --------------------------------------------------------------------------
   7. SIDEBAR (COLUMNA DERECHA)
   -------------------------------------------------------------------------- */
.blog-sidebar-col {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

/* 7.1 Buscador */
.widget-buscador {
    position: relative;
    width: 100%;
}

.buscador-form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1aa8c;
    padding-bottom: 6px;
}

.buscador-input {
    flex: 1;
    border: none;
    outline: none;
    font-family: 'Cormorant-Italic', serif;
    font-style: italic;
    font-size: 1.15rem;
    color: #555555;
    background: transparent;
    padding: 4px 8px 4px 0;
}

.buscador-input::placeholder {
    color: #9F6D4A;
    opacity: 0.75;
}

.buscador-divider {
    color: #e1aa8c;
    font-weight: 300;
    margin: 0 8px;
}

.buscador-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buscador-btn img,
.buscador-btn svg {
    width: 18px;
    height: 18px;
    fill: #9F6D4A;
}

/* 7.3 Títulos de Widget de Sidebar */
.sidebar-widget-title {
    font-family: 'Muli-SemiBold', sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.12em;
    color: #2c2c2c;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #faebe4;
}

/* 7.4 Posts Recientes */
.recent-posts-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.recent-post-item {
    display: flex;
    gap: 15px;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}

.recent-post-item:hover {
    transform: translateX(4px);
}

.recent-post-thumb {
    width: 55px;
    height: 68px;
    border-radius: 0;
    overflow: hidden;
    flex-shrink: 0;
}

.recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.recent-post-info {
    display: flex;
    flex-direction: column;
}

.recent-post-cat-title {
    font-family: 'Muli-SemiBold', sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    color: #2c2c2c;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 0 4px 0;
}

.recent-post-item:hover .recent-post-cat-title {
    color: #9F6D4A;
}

.recent-post-date {
    font-family: 'Cormorant-Italic', serif;
    font-style: italic;
    font-size: 0.88rem;
    color: #9F6D4A;
}

/* 7.5 Categorías */
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.categories-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-family: 'Muli-Light', sans-serif;
    font-size: 0.95rem;
    color: #4a4a4a;
    transition: color 0.2s ease;
}

.categories-list li a:hover {
    color: #9F6D4A;
}

.category-count {
    font-family: 'Cormorant-Italic', serif;
    font-style: italic;
    font-size: 1.05rem;
    color: #a27757;
}

/* 7.6 Tags */
.tags-cloud {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.tag-pill {
    display: block;
    background-color: #fae7de;
    color: #555555;
    font-family: 'Muli-Light', sans-serif;
    font-size: 0.85rem;
    padding: 7px 12px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease;
}

.tag-pill:hover {
    background-color: #9F6D4A;
    color: #ffffff;
}

/* --------------------------------------------------------------------------
   8. RESPONSIVE BREAKPOINTS (TABLETS & MÓVIL)
   -------------------------------------------------------------------------- */
@media only screen and (max-width: 991px) {
    .blog-main-layout {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 0 20px;
    }

    .blog-sidebar-col {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .seccion-intro-blog {
        padding: 40px 15px 30px 15px;
    }

    .intro-blog-title {
        font-size: 1.5rem;
        margin-bottom: 18px;
    }

    .intro-blog-desc {
        font-size: 0.98rem;
        line-height: 1.7;
        margin-bottom: 30px;
    }

    .post-card-date-badge {
        padding: 7px 16px;
        font-size: 1.1rem;
    }

    .post-card-meta {
        gap: 12px;
        font-size: 0.82rem;
    }

    .post-card-category {
        font-size: 1.25rem;
    }

    .post-card-title {
        font-size: 1.45rem;
        line-height: 1.35;
    }

    .post-card-excerpt {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .btn-leer-mas {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
    }

    .blog-quote-block {
        padding: 30px 18px;
    }

    .quote-text {
        font-size: 1.05rem;
    }

    .quote-author {
        font-size: 0.95rem;
    }

    .widget-author-card {
        padding: 30px 20px;
        border-radius: 20px;
    }
}

/* --------------------------------------------------------------------------
   8. BANNER DE FILTRADO Y ESTADOS ACTIVOS
   -------------------------------------------------------------------------- */
.blog-filter-header {
    background-color: #faece3;
    border-left: 4px solid #9F6D4A;
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-header-text {
    font-family: 'Muli-SemiBold', sans-serif;
    font-size: 1.05rem;
    color: #4a4a4a;
    margin: 0;
}

.filter-header-text strong {
    color: #9F6D4A;
    font-weight: 700;
}

.filter-header-count {
    font-family: 'Cormorant-Italic', serif;
    font-style: italic;
    font-size: 1.05rem;
    color: #777777;
    margin-left: 6px;
}

.btn-clear-filter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #9F6D4A;
    color: #ffffff;
    font-family: 'Muli-SemiBold', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 7px 14px;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.btn-clear-filter:hover {
    background-color: #7c4b2a;
    color: #ffffff;
}

/* Estado activo para categorías en el sidebar */
.categories-list li a.active {
    color: #9F6D4A;
    font-weight: 700;
}

.categories-list li a.active .category-count {
    color: #9F6D4A;
    font-weight: 700;
}

/* Estado activo para tags en el sidebar */
.tag-pill.active {
    background-color: #9F6D4A;
    color: #ffffff;
    font-weight: 600;
}

/* Enlace interactivo en la categoría de la tarjeta */
.post-card-category a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-card-category a:hover {
    color: #9F6D4A;
}

/* Mensaje cuando no hay resultados */
.blog-no-results {
    background: #ffffff;
    border: 1px dashed #e1aa8c;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 30px;
}

.blog-no-results-title {
    font-family: 'Cormorant-Italic', serif;
    font-size: 1.8rem;
    color: #9F6D4A;
    margin: 0 0 10px 0;
}

.blog-no-results-text {
    font-family: 'Muli-Light', sans-serif;
    font-size: 1rem;
    color: #666666;
    margin: 0 0 20px 0;
}

/* ==========================================================================
   9. SINGLE ARTICLE STYLES (ARTÍCULO INDIVIDUAL DEL BLOG)
   ========================================================================== */
.single-article-wrapper {
    background-color: #ffffff;
    padding: 40px 20px 80px 20px;
}

.single-article-container {
    max-width: 860px;
    margin: 0 auto;
}

/* 9.1 Breadcrumbs */
.single-article-breadcrumbs {
    font-family: 'Muli-Light', sans-serif;
    font-size: 0.9rem;
    color: #888888;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.single-article-breadcrumbs a {
    color: #9F6D4A;
    text-decoration: none;
    transition: color 0.2s ease;
}

.single-article-breadcrumbs a:hover {
    color: #7c4b2a;
    text-decoration: underline;
}

.single-article-breadcrumbs .breadcrumb-sep {
    color: #e1aa8c;
    font-size: 0.85rem;
}

.single-article-breadcrumbs .breadcrumb-current {
    color: #555555;
}

/* 9.2 Hero Image & Date Badge */
.single-article-hero-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 480px;
    overflow: hidden;
    background-color: #f3f3f3;
    margin-bottom: 30px;
}

.single-article-hero-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-article-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #9F6D4A;
    color: #ffffff;
    padding: 8px 18px;
    font-family: 'Cormorant-Italic', serif;
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.1;
    z-index: 2;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    border: none;
}

/* 9.3 Header / Metadatos */
.single-article-header {
    text-align: center;
    margin-bottom: 35px;
}

.single-article-category {
    font-family: 'Cormorant-Italic', serif;
    font-style: italic;
    font-size: 1.4rem;
    color: #9F6D4A;
    margin-bottom: 12px;
}

.single-article-category a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.single-article-category a:hover {
    color: #7c4b2a;
}

.single-article-title {
    font-family: 'Cormorant-Medium', serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.25;
    color: #2c2c2c;
    margin: 0 auto 20px auto;
    text-transform: none;
    letter-spacing: 0.01em;
}

.single-article-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    font-family: 'Muli-Light', sans-serif;
    font-size: 0.88rem;
    color: #777777;
    padding-bottom: 20px;
    border-bottom: 1px solid #faebe4;
}

.single-article-meta .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.single-article-meta .meta-item svg {
    fill: #e1aa8c;
    flex-shrink: 0;
}

/* 9.4 Contenido Editorial */
.single-article-body {
    font-family: 'Muli-Light', sans-serif;
    font-size: 1.05rem;
    line-height: 1.9;
    color: #3e3e3e;
}

.single-article-body p {
    margin-bottom: 22px;
    color: #3e3e3e;
    text-align: justify;
}

.single-article-body p.intro-lead,
.single-article-body p.italica {
    font-family: 'Muli-Regular', sans-serif;
    font-size: 1.15rem;
    line-height: 1.85;
    color: #555555;
    font-style: normal;
    margin-bottom: 26px;
}

.single-article-body h2 {
    font-family: 'Muli-SemiBold', sans-serif;
    font-size: 1.7rem;
    color: #2c2c2c;
    line-height: 1.35;
    margin: 45px 0 20px 0;
    text-transform: none;
    letter-spacing: 0.01em;
}

.single-article-body h3 {
    font-family: 'Muli-SemiBold', sans-serif;
    font-size: 1.35rem;
    color: #2c2c2c;
    line-height: 1.4;
    margin: 35px 0 16px 0;
    text-transform: none;
}

.single-article-body ul,
.single-article-body ol {
    margin: 0 0 25px 25px;
    padding: 0;
}

.single-article-body li {
    margin-bottom: 10px;
    line-height: 1.8;
}

.single-article-body strong {
    font-family: 'Muli-SemiBold', sans-serif;
    color: #222222;
}

.single-article-body a {
    color: #9F6D4A;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.single-article-body a:hover {
    color: #7c4b2a;
}

/* 9.5 Cajas de Alerta y Destacados */
.single-article-alert,
.alerta-intencion-boda,
.highlight-box {
    background-color: #faebe4;
    border-left: 4px solid #9F6D4A;
    padding: 22px 26px;
    margin: 32px 0;
    border-radius: 0 6px 6px 0;
    line-height: 1.75;
    color: #4a4a4a;
}

.single-article-alert strong,
.alerta-intencion-boda strong,
.highlight-box strong {
    color: #9F6D4A;
    display: block;
    margin-bottom: 8px;
    font-size: 1.05rem;
}

/* 9.6 Tablas Comparativas */
.single-article-table-wrap {
    overflow-x: auto;
    margin: 35px 0;
}

.single-article-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    text-align: left;
}

.single-article-table-wrap th {
    background-color: #9F6D4A;
    color: #ffffff;
    padding: 12px 16px;
    font-family: 'Muli-SemiBold', sans-serif;
    font-weight: 600;
    letter-spacing: 0.03em;
    border: 1px solid #9F6D4A;
}

.single-article-table-wrap td {
    padding: 12px 16px;
    border: 1px solid #faebe4;
    color: #4a4a4a;
    line-height: 1.6;
}

.single-article-table-wrap tr:nth-child(even) td {
    background-color: #fdfaf8;
}

.single-article-table-wrap tr:hover td {
    background-color: #faebe4;
}

/* 9.7 CTA Intermedio (Inline) */
.single-article-cta-inline {
    background-color: #faebe4;
    border: 1.5px solid #e1aa8c;
    border-radius: 8px;
    padding: 24px 28px;
    margin: 36px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-inline-text {
    flex: 1;
    min-width: 250px;
}

.cta-inline-text h4 {
    font-family: 'Cormorant-Italic', serif;
    font-style: italic;
    font-size: 1.35rem;
    color: #9F6D4A;
    margin: 0 0 6px 0;
    text-transform: none;
}

.cta-inline-text p {
    font-family: 'Muli-Light', sans-serif;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #555555;
    margin: 0;
    text-align: left;
}

.cta-inline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    background-color: #9F6D4A;
    color: #ffffff;
    font-family: 'Muli-SemiBold', sans-serif;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.25s ease;
    white-space: nowrap;
}

.cta-inline-btn:hover {
    background-color: #7c4b2a;
    color: #ffffff;
}

/* 9.8 Ficha de Autor E-E-A-T en el Artículo */
.single-article-author-card {
    border: 1.5px solid #e1aa8c;
    border-radius: 28px;
    padding: 35px 30px;
    margin: 50px 0;
    background-color: #ffffff;
    display: flex;
    gap: 25px;
    align-items: center;
}

.single-author-avatar {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    overflow: hidden;
    padding: 3px;
    border: 1.5px solid #9F6D4A;
    flex-shrink: 0;
}

.single-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.single-author-info {
    flex: 1;
}

.single-author-name {
    font-family: 'Cormorant-Italic', serif;
    font-style: italic;
    font-size: 1.55rem;
    color: #9F6D4A;
    margin: 0 0 6px 0;
    text-transform: none;
}

.single-author-title {
    font-family: 'Muli-SemiBold', sans-serif;
    font-size: 0.88rem;
    color: #777777;
    margin: 0 0 12px 0;
}

.single-author-bio {
    font-family: 'Muli-Light', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555555;
    margin: 0 0 16px 0;
    text-align: left;
}

.single-author-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.single-author-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Muli-SemiBold', sans-serif;
    font-size: 0.85rem;
    color: #9F6D4A;
    text-decoration: none;
    transition: color 0.2s ease;
}

.single-author-links a:hover {
    color: #7c4b2a;
    text-decoration: underline;
}

/* 9.9 CTA Final */
.single-article-cta-final {
    background-color: #9F6D4A;
    color: #ffffff;
    border-radius: 8px;
    padding: 50px 30px;
    margin: 60px 0;
    text-align: center;
}

.single-article-cta-final h3 {
    font-family: 'Cormorant-Medium', serif;
    font-size: 2.3rem;
    color: #ffffff;
    margin: 0 0 15px 0;
    text-transform: none;
    font-weight: 500;
}

.single-article-cta-final p {
    font-family: 'Muli-Light', sans-serif;
    font-size: 1.1rem;
    line-height: 1.65;
    color: #faebe4;
    max-width: 600px;
    margin: 0 auto 30px auto;
    text-align: center;
}

.single-article-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.btn-cta-cita {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 32px;
    background-color: #ffffff;
    color: #9F6D4A;
    font-family: 'Muli-SemiBold', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.25s ease;
}

.btn-cta-cita:hover {
    background-color: #faebe4;
    color: #7c4b2a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 32px;
    background-color: #25D366;
    color: #ffffff;
    font-family: 'Muli-SemiBold', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.25s ease;
}

.btn-cta-whatsapp:hover {
    background-color: #1eb956;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

/* 9.10 Artículos Relacionados */
.single-article-related {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1.5px solid #faebe4;
}

.single-related-header {
    text-align: center;
    margin-bottom: 35px;
}

.single-related-subtitle {
    font-family: 'Cormorant-Italic', serif;
    font-style: italic;
    font-size: 1.35rem;
    color: #9F6D4A;
    margin: 0 0 6px 0;
}

.single-related-title {
    font-family: 'Muli-Regular', sans-serif;
    font-size: 1.8rem;
    color: #2c2c2c;
    margin: 0;
    text-transform: none;
}

.single-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.single-related-card {
    background-color: #ffffff;
    border: 1px solid #faebe4;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.single-related-card:hover {
    transform: translateY(-4px);
    border-color: #e1aa8c;
    box-shadow: 0 6px 18px rgba(159, 109, 74, 0.12);
}

.single-related-thumb {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-color: #f5f5f5;
}

.single-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.single-related-card:hover .single-related-thumb img {
    transform: scale(1.04);
}

.single-related-body {
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.single-related-card-category {
    font-family: 'Cormorant-Italic', serif;
    font-style: italic;
    font-size: 1.05rem;
    color: #9F6D4A;
    margin-bottom: 6px;
}

.single-related-card-title {
    font-family: 'Muli-SemiBold', sans-serif;
    font-size: 1rem;
    color: #2c2c2c;
    line-height: 1.35;
    margin: 0 0 8px 0;
    text-transform: none;
}

.single-related-card-excerpt {
    font-family: 'Muli-Light', sans-serif;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #666666;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 9.11 Responsive Mobile */
@media only screen and (max-width: 767px) {
    .single-article-title {
        font-size: 1.85rem;
        line-height: 1.3;
    }

    .single-article-author-card {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .single-author-bio {
        text-align: center;
    }

    .single-author-links {
        justify-content: center;
    }

    .single-article-cta-inline {
        flex-direction: column;
        text-align: center;
    }

    .cta-inline-text p {
        text-align: center;
    }

    .cta-inline-btn {
        width: 100%;
    }

    .single-article-cta-final {
        padding: 35px 20px;
    }

    .single-article-cta-final h3 {
        font-size: 1.7rem;
    }

    .single-article-cta-buttons {
        flex-direction: column;
    }

    .btn-cta-cita,
    .btn-cta-whatsapp {
        width: 100%;
    }

    .single-related-grid {
        grid-template-columns: 1fr;
    }
}

