/* Blog Styles */
.blog-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem 2rem;
    background: linear-gradient(135deg, rgba(107, 70, 193, 0.05), rgba(159, 122, 234, 0.02));
    border-radius: 2rem;
    border: 2px solid rgba(255, 215, 0, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.blog-header {
    text-align: center;
    margin-bottom: 4rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 215, 0, 0.05));
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 215, 0, 0.2);
    margin: 0 1rem 4rem;
}

.btn-back-home {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 215, 0, 0.1));
    color: var(--color-accent);
    text-decoration: none;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.1);
}

.btn-back-top {
    margin-bottom: 1rem;
}

.btn-back-bottom {
    margin: 3rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    white-space: nowrap;
}

.blog-search-wrapper {
    margin: 1.5rem auto 1rem;
    max-width: 720px;
    position: relative;
}

.blog-search-form {
    display: grid;
    grid-template-columns: 1fr 180px auto;
    gap: 0.75rem;
    align-items: center;
    padding: 1.25rem;
    background: linear-gradient(135deg, rgba(107, 70, 193, 0.25), rgba(159, 122, 234, 0.15));
    border: 2px solid rgba(255, 215, 0, 0.25);
    border-radius: 1.25rem;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.blog-search-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
    opacity: 0.6;
}

.blog-search-input-wrapper {
    position: relative;
}

.blog-search-input {
    width: 100%;
    border-radius: 0.875rem;
    border: 2px solid rgba(255, 215, 0, 0.2);
    background: rgba(26, 11, 46, 0.85);
    color: #fff;
    padding: 0.875rem 1rem 0.875rem 2.75rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.blog-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
}

.blog-search-input:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 
        0 0 0 4px rgba(255, 215, 0, 0.15),
        inset 0 2px 4px rgba(0, 0, 0, 0.2);
    background: rgba(26, 11, 46, 0.95);
}

.blog-search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-accent);
    opacity: 0.7;
    pointer-events: none;
    font-size: 1.1rem;
    transition: opacity 0.3s ease;
}

.blog-search-input:focus + .blog-search-icon,
.blog-search-input:not(:placeholder-shown) + .blog-search-icon {
    opacity: 1;
}

.blog-search-scope {
    width: 100%;
    border-radius: 0.875rem;
    border: 2px solid rgba(255, 215, 0, 0.2);
    background: rgba(26, 11, 46, 0.85);
    color: #fff;
    padding: 0.875rem 1rem;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23FFD700' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.blog-search-scope:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 
        0 0 0 4px rgba(255, 215, 0, 0.15),
        inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.blog-search-scope option {
    background: #1a0b2e;
    color: #fff;
    padding: 0.5rem;
}

.blog-search-btn {
    border: none;
    border-radius: 0.875rem;
    padding: 0.875rem 1.5rem;
    background: linear-gradient(135deg, var(--color-accent), #e6c200);
    color: #1a0b2e;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 15px rgba(255, 215, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.blog-search-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.blog-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 6px 25px rgba(255, 215, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.blog-search-btn:hover::before {
    left: 100%;
}

.blog-search-btn:active {
    transform: translateY(0);
    box-shadow: 
        0 2px 10px rgba(255, 215, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .blog-search-form {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem;
    }
    
    .blog-search-scope {
        max-width: 100%;
    }
    
    .blog-search-btn {
        width: 100%;
        justify-self: center;
        max-width: 250px;
    }
}

@media (max-width: 480px) {
    .blog-search-wrapper {
        margin: 1rem;
    }
    
    .blog-search-form {
        padding: 0.875rem;
    }
    
    .blog-search-input,
    .blog-search-scope {
        padding: 0.75rem 0.875rem 0.75rem 2.5rem;
        font-size: 0.9rem;
    }
    
    .blog-search-icon {
        left: 0.875rem;
    }
    
    .blog-search-btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.875rem;
    }
}

.btn-back-home:hover {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.3), rgba(255, 215, 0, 0.15));
    transform: translateX(-5px) translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.25);
    border-color: var(--color-accent);
}

.blog-title-link {
    text-decoration: none;
    display: block;
}

.blog-title-link:hover .blog-main-title {
    text-shadow: 0 0 40px rgba(255, 215, 0, 0.5);
    transform: scale(1.02);
}

.blog-main-title {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--color-accent);
    font-weight: 800;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .blog-main-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .blog-main-title {
        font-size: 1.8rem;
    }
    .blog-subtitle {
        font-size: 1rem;
    }
    .blog-header {
        padding: 1.5rem 1rem;
        margin-bottom: 2rem;
    }
}

.blog-subtitle {
    color: var(--color-text-muted);
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.blog-count {
    color: var(--color-text-muted);
    font-size: 1rem;
    font-weight: 500;
}

.no-articles {
    text-align: center;
    padding: 3rem;
    color: var(--color-text-muted);
}

.blog-grid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
}

@media (max-width: 480px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        width: 100%;
    }
    .blog-card-title a {
        font-size: 1.2rem;
    }
}

.blog-card {
    background: linear-gradient(135deg, rgba(107, 70, 193, 0.15), rgba(159, 122, 234, 0.08));
    border: 2px solid rgba(255, 215, 0, 0.2);
    border-radius: 1.25rem;
    padding: 0; /* On retire le padding global pour que l'image touche les bords */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-bottom: 2px solid rgba(255, 215, 0, 0.1);
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.1);
}

.blog-card-header, 
.blog-card-title, 
.blog-excerpt, 
.blog-read-more {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.blog-card-header {
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.blog-read-more {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-size: 1.05rem;
    padding: 0.5rem 0;
    margin-bottom: 1.5rem;
}
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    transition: left 0.6s;
}

.blog-card:hover::before {
    left: 100%;
}

.blog-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: var(--color-accent);
    box-shadow: 0 20px 40px rgba(255, 215, 0, 0.4), 0 0 0 1px rgba(255, 215, 0, 0.2);
    background: linear-gradient(135deg, rgba(107, 70, 193, 0.2), rgba(159, 122, 234, 0.12));
}

.blog-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.blog-category-badge {
    padding: 0.5rem 1.25rem;
    border-radius: 2rem;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.blog-card:hover .blog-category-badge {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Category colors */
.blog-category-badge.noel {
    background: #c41e3a;
    color: white;
}

.blog-category-badge.anniversaire {
    background: #ff6b9d;
    color: white;
}

.blog-category-badge.guides {
    background: #4a90e2;
    color: white;
}

.blog-category-badge.ecologie {
    background: #34d399;
    color: #000;
}

.blog-category-badge.budget {
    background: #fbbf24;
    color: #000;
}

.blog-category-badge.occasions {
    background: #a78bfa;
    color: white;
}

.blog-category-badge.profils {
    background: #fb923c;
    color: white;
}

.blog-category-badge.tendances {
    background: #ec4899;
    color: white;
}

.blog-date {
    color: var(--color-text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.blog-date::before {
    content: '📅';
    font-size: 0.85rem;
}

.blog-card-title {
    margin-bottom: 1.25rem;
    position: relative;
}

.blog-card-title a {
    color: white;
    text-decoration: none;
    font-size: 1.45rem;
    line-height: 1.4;
    display: block;
    font-weight: 700;
    transition: color 0.3s ease;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.blog-card-title a:hover {
    color: var(--color-accent);
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.blog-excerpt {
    color: var(--color-text-muted);
    line-height: 1.7;
    margin-bottom: 1.75rem;
    flex-grow: 1;
    font-size: 1.05rem;
}

.blog-read-more:hover {
    gap: 1rem;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.blog-read-more .arrow {
    transition: transform 0.3s ease;
    font-size: 1.2rem;
}

.blog-read-more:hover .arrow {
    transform: translateX(8px) scale(1.2);
    animation: pulse-arrow 1s infinite;
}

@keyframes pulse-arrow {

    0%,
    100% {
        transform: translateX(8px) scale(1.2);
    }

    50% {
        transform: translateX(12px) scale(1.3);
    }
}

/* ============================================
   PAGINATION - Design moderne et accessible
   ============================================ */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 4rem auto 2rem;
    padding: 1.5rem 2rem;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(135deg, rgba(107, 70, 193, 0.1), rgba(159, 122, 234, 0.05));
    border-radius: 1.5rem;
    border: 2px solid rgba(255, 215, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
}

.pagination::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.08), transparent);
    transition: left 0.6s ease;
}

.pagination:hover::before {
    left: 100%;
}

/* Boutons Précédent/Suivant */
.pagination-btn {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 215, 0, 0.1));
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    border-radius: 0.875rem;
    font-weight: 700;
    font-size: 0.875rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.pagination-btn:hover:not(.disabled) {
    background: var(--color-accent);
    color: var(--dark);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
    border-color: var(--color-accent);
}

.pagination-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    transform: none;
}

/* Conteneur des numéros de page */
.pagination-pages {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    z-index: 1;
}

/* Numéros de page */
.pagination-page {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-radius: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    font-size: 0.875rem;
    border: 2px solid rgba(255, 215, 0, 0.2);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.pagination-page::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, var(--color-accent) 0%, rgba(255, 215, 0, 0.4) 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.pagination-page:hover:not(.ellipsis):not(.active)::before {
    width: 120%;
    height: 120%;
}

.pagination-page:hover:not(.ellipsis):not(.active) {
    color: var(--dark);
    transform: translateY(-2px) scale(1.1);
    border-color: var(--color-accent);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

/* Page active */
.pagination-page.active {
    background: rgba(255, 215, 0, 0.85);
    color: #1a1a2e;
    border-color: rgba(255, 215, 0, 0.9);
    font-weight: 800;
    transform: translateY(-1px) scale(1.05);
    box-shadow: 
        0 4px 15px rgba(255, 215, 0, 0.3),
        0 0 15px rgba(255, 215, 0, 0.2);
    animation: pulse-active 2s ease-in-out infinite;
}

@keyframes pulse-active {
    0%, 100% {
        box-shadow: 
            0 4px 15px rgba(255, 215, 0, 0.3),
            0 0 15px rgba(255, 215, 0, 0.2);
    }
    50% {
        box-shadow: 
            0 6px 20px rgba(255, 215, 0, 0.4),
            0 0 20px rgba(255, 215, 0, 0.3);
    }
}

/* Ellipses (...) */
.pagination-page.ellipsis {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: default;
    font-weight: 700;
    min-width: 30px;
    padding: 0 0.25rem;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    box-shadow: none;
}

.pagination-page.ellipsis:hover {
    transform: none;
    background: transparent;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.5);
}

/* Responsive pour tablettes */
@media (max-width: 768px) {
    .pagination {
        gap: 0.6rem;
        padding: 1.25rem 1.5rem;
        margin: 3rem auto 1.5rem;
    }
    
    .pagination-btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.75rem;
        border-radius: 0.75rem;
    }
    
    .pagination-page {
        min-width: 36px;
        height: 36px;
        font-size: 0.8rem;
        border-radius: 0.625rem;
    }
    
    .pagination-pages {
        gap: 0.3rem;
    }
}

/* Responsive pour mobiles */
@media (max-width: 480px) {
    .pagination {
        gap: 0.2rem;
        padding: 0.8rem 0.5rem;
        margin: 2rem auto 1rem;
        flex-wrap: wrap;
    }
    
    .pagination-btn {
        padding: 0.5rem 0.8rem;
        font-size: 0.65rem;
        border-radius: 0.5rem;
    }
    
    .pagination-page {
        min-width: 32px;
        height: 32px;
        font-size: 0.75rem;
        border-radius: 0.5rem;
    }
    
    .pagination-pages {
        gap: 0.25rem;
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 0.75rem;
    }
}

/* Blog Post Detail */
.blog-post {
    max-width: 800px;
    margin: 0 auto;
    padding: 0; /* On retire le padding global pour que l'image Hero touche les bords */
    background: linear-gradient(135deg, rgba(107, 70, 193, 0.08), rgba(159, 122, 234, 0.04));
    border: 2px solid rgba(255, 215, 0, 0.15);
    border-radius: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.blog-post-hero {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 2.5rem;
    border-bottom: 2px solid rgba(255, 215, 0, 0.1);
}

.blog-post-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-image-mid {
    margin: 3rem 0;
    width: 100%;
    max-height: 450px;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.blog-post-image-mid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 16 / 9;
}

.blog-post-header, 
.blog-post-content, 
.blog-post-cta, 
.blog-post-footer {
    padding-left: 3rem;
    padding-right: 3rem;
}

@media (max-width: 600px) {
    .blog-post-hero {
        height: 200px;
    }
    .blog-post-header, 
    .blog-post-content, 
    .blog-post-cta, 
    .blog-post-footer {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.blog-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-accent), #ff6b9d, #4a90e2);
    border-radius: 2rem 2rem 0 0;
}

.blog-post-header {
    margin-bottom: 2.5rem;
    text-align: center;
}

.blog-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.blog-category {
    background: linear-gradient(135deg, var(--color-accent), #ff6b9d);
    color: var(--dark);
    padding: 0.5rem 1.25rem;
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.blog-date {
    color: var(--color-text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-date::before {
    content: '📅';
    font-size: 0.9rem;
}

.blog-post-header h1 {
    font-size: 2.5rem;
    margin: 0;
    color: white;
    font-weight: 800;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
    line-height: 1.2;
}

@media (max-width: 480px) {
    .blog-post-header h1 {
        font-size: 1.6rem;
    }
    .blog-post-content h1 {
        font-size: 1.5rem;
    }
    .blog-post-content h2 {
        font-size: 1.3rem;
    }
    .blog-post-content {
        font-size: 1rem;
    }
}

.blog-post-content {
    line-height: 1.8;
    color: var(--color-text);
    font-size: 1.1rem;
}

.blog-post-content h1 {
    color: var(--color-accent);
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
}

.blog-post-content h2 {
    color: var(--color-accent);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.15);
}

.blog-post-content h3 {
    color: #ff6b9d;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
}

.blog-post-content p {
    margin-bottom: 1.25rem;
}

.blog-post-content ul {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.blog-post-content li {
    margin: 0.75rem 0;
    position: relative;
}

.blog-post-content li::before {
    content: '✨';
    position: absolute;
    left: -1.5rem;
    color: var(--color-accent);
}

.blog-post-content a {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.blog-post-content a:hover {
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    transform: translateY(-1px);
}

.blog-post-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid rgba(255, 215, 0, 0.2);
    text-align: center;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 215, 0, 0.1));
    color: var(--color-accent);
    text-decoration: none;
    border-radius: 0.75rem;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.1);
    margin-bottom: 2rem;
}

.btn-back:hover {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.3), rgba(255, 215, 0, 0.15));
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.25);
    border-color: var(--color-accent);
}

.blog-share {
    margin-top: 2rem;
}

.blog-share p {
    margin-bottom: 1rem;
    color: var(--color-text-muted);
    font-weight: 600;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    margin: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.share-twitter:hover {
    background: #1DA1F2;
    border-color: #1DA1F2;
}

.share-facebook:hover {
    background: #4267B2;
    border-color: #4267B2;
}

/* Blog Footer */
.blog-footer {
    text-align: center;
    margin-top: 2rem;
    padding-top: 0;
}

.btn-back-bottom {
    margin: 3rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    white-space: nowrap;
}
