/* Article Page Styles */
.hero {
    background-image: url('/img/article_img.webp');
    justify-content: center;
    max-height: 544px;
}

.hero:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 13px;
}

.hero .hero-content-left {
    width: 824px;
    position: relative;
    z-index: 2;
}

.article-date {
    color: #000;
    font-family: Satoshi;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 38px;
}

.article-title {
    color: #000;

    /* H2 */
    font-family: Satoshi;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 67px;
    /* 119.643% */
}

.article-content,
.article-section {
    color: #000;
    font-family: Satoshi;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.article-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.article-header {
    margin-bottom: 40px;
    text-align: center;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.article-category {
    background-color: #f0f0f0;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.article-date {
    display: flex;
    align-items: center;
}



.article-author {
    font-size: 16px;
    color: #666;
    font-style: italic;
}

.article-featured-image {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
}

.article-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.article-content p {
    margin-bottom: 24px;
}

.article-section-title {
    color: #000;
    font-family: Satoshi;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 67px;
    /* 167.5% */
}

.article-content h2 {
    font-size: 48px;
    margin: 40px 0 0px;
    color: #222;
    line-height: 48px;
}

.article-content h3 {
    font-size: 1.4rem;
    margin: 30px 0 15px;
    color: #333;
}

.article-content ul,
.article-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.article-content li {
    margin-bottom: 10px;
}

.article-content blockquote {
    border-left: 4px solid #ddd;
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #666;
}

.article-content img {
    max-width: 100%;
    height: auto;
    margin: 0;
    border-radius: 8px;
}

.article-content h3 {
    color: #000;
    font-family: Satoshi;
    font-style: normal;
    font-weight: 700;
}

.article-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.back-to-blog {
    display: inline-block;
    padding: 12px 24px;
    background-color: #f8f8f8;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.back-to-blog:hover {
    background-color: #e8e8e8;
}

.article-column-left {
    padding-bottom: 48px;
}

/* Responsive */
/* Tablet styles (768px - 1024px) */
@media (max-width: 1024px) {
    .container {
        padding: 0 40px;
    }

    .row {
        gap: 40px;
    }

    .article-column-right {
        width: 320px;
    }

    .hero .hero-content-left {
        width: 90%;
        padding: 0 20px;
    }

    .hero-title {
        font-size: 48px;
        line-height: 56px;
    }
}

/* Mobile styles (max width 768px) */
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .hero {
        height: 350px;
        margin-bottom: 20px;
    }

    .hero .hero-content-left {
        width: 100%;
        padding: 0 20px;
    }

    .hero-title {
        font-size: 32px;
        line-height: 40px;
    }

    .row {
        flex-direction: column;
        gap: 0;
    }

    .article-column-left {
        width: 100%;
    }

    .article-column-right {
        width: 100%;
        margin-top: 40px;
    }

    .article-date {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .article-title {
        font-size: 32px;
        line-height: 40px;
    }

    .article-content,
    .article-section {
        font-size: 16px;
        line-height: 24px;
    }

    .article-section-title {
        font-size: 28px;
        line-height: 36px;
    }

    .article-image {
        width: 100%;
        height: auto;
        margin: 20px 0;
    }

    /* Sidebar adjustments */
    .sidebar-category-bloc {
        margin-top: 40px;
        padding: 20px;
    }

    .sidebar-category-title,
    .sidebar-linkedArticles-title {
        font-size: 24px;
        line-height: 32px;
    }

    .sidebar-category-name {
        font-size: 14px;
    }

    .linked-article-image {
        height: 180px;
    }

    .linked-article-meta {
        font-size: 13px;
    }

    .linked-article-title {
        font-size: 16px;
        line-height: 22px;
    }

    .sidebar-social-row {
        justify-content: center;
        margin-top: 20px;
    }

    .btn-round {
        width: 48px;
        height: 48px;
    }
}

/* Small mobile (max width 480px) */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero {
        height: 280px;
    }

    .hero-title {
        font-size: 28px;
        line-height: 34px;
    }

    .article-title {
        font-size: 28px;
        line-height: 34px;
    }

    .article-section-title {
        font-size: 24px;
        line-height: 30px;
    }

    .article-content,
    .article-section {
        font-size: 15px;
        line-height: 22px;
    }

    .article-date {
        font-size: 12px;
    }

    .sidebar-category-bloc {
        padding: 15px;
    }

    .sidebar-category-title,
    .sidebar-linkedArticles-title {
        font-size: 20px;
        line-height: 28px;
    }

    .linked-article-image {
        height: 150px;
    }

    .linked-article-meta {
        font-size: 12px;
    }

    .linked-article-title {
        font-size: 15px;
        line-height: 20px;
    }
}

.row {
    gap: 58px;
}

.article-column-left {
    flex: 1;
}

.article-column-right {
    width: 385px;
}

/* Sidebar Categories Block */
.sidebar-category-bloc {
    margin-bottom: 40px;
    padding: 28px;
    padding-bottom: 30px;
    background-color: #f9f5f3;
    border-radius: 12px;
    margin-top: 78px;
}

.sidebar-category {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.sidebar-category-badge {
    padding: 10px 20px;
    border-radius: 50px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

/* Category Colors */
.category-podcasts {
    background-color: #b54646;
    color: white;
}

.category-podcasts:hover {
    background-color: #a13d3d;
    color: white;
}

.category-astuces {
    background-color: #4a7c7e;
    color: white;
}

.category-astuces:hover {
    background-color: #3f6a6c;
    color: white;
}

.category-bons-plans {
    background-color: #d4a574;
    color: white;
}

.category-bons-plans:hover {
    background-color: #c19660;
    color: white;
}

.category-saviez-vous {
    background-color: #6b9bd1;
    color: white;
}

.category-saviez-vous:hover {
    background-color: #5a89c3;
    color: white;
}

.sidebar-linkedArticles-title,
.sidebar-category-title {
    color: #000;
    font-family: Satoshi;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}

.sidebar-category-name {
    color: #000;
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    display: flex;
    gap: 12px;
    align-items: center;
}

/* Sidebar Linked Articles Grid */
.sidebar-linkedArticles-title {
    margin-top: 40px;
    margin-bottom: 24px;
}

.sidebar-linked-articles-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.linked-article-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.linked-article-item:hover {
    transform: translateX(4px);
}

.linked-article-image {
    width: 100%;
    height: 210px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 13px;
    background-color: rgba(228, 192, 182, 0.2);
}

.linked-article-meta {
    font-family: 'Satoshi', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    line-height: normal;
}

.linked-article-title {
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: normal;
}

/* Responsive for single column on very small screens */
@media (max-width: 480px) {
    .linked-article-image {
        height: 180px;
    }

    .linked-article-meta {
        font-size: 14px;
    }

    .linked-article-title {
        font-size: 16px;
    }
}

.sidebar-social-row {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

/* Article CTA Styles */
.article-cta {
    margin: 60px 0 40px;
    padding: 0;
}

.article-cta-content {
    background: linear-gradient(135deg, #f9f5f3 0%, #fdf8f5 100%);
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(185, 58, 55, 0.08);
    border: 1px solid rgba(185, 58, 55, 0.1);
    position: relative;
    overflow: hidden;
}

.article-cta-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #B93A37 0%, #d4534f 100%);
}

.article-cta-title {
    font-family: 'Satoshi', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;
    line-height: 1.3;
}

.article-cta-text {
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin: 0 0 32px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.article-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 46px;
    background: #B93A37;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(185, 58, 55, 0.3);
    border: none;
    cursor: pointer;
}

.article-cta-button:hover {
    background: #9A302E;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(185, 58, 55, 0.4);
    color: white;
}

/* Responsive styles for CTA */
@media (max-width: 768px) {
    .article-cta {
        margin: 40px 0 30px;
    }

    .article-cta-content {
        padding: 32px 24px;
    }

    .article-cta-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .article-cta-text {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .article-cta-button {
        padding: 16px 32px;
        font-size: 16px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .article-cta-content {
        padding: 24px 20px;
    }

    .article-cta-title {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .article-cta-text {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .article-cta-button {
        padding: 14px 28px;
        font-size: 15px;
    }
}