/*
 Theme Name:   Mow Child Theme
 Theme URI:    https://themeforest.net/item/mow-blog-magazine-wordpress-theme/
 Description:  Child theme for Mow theme
 Author:       Frenify
 Author URI:   http://themeforest.net/user/frenify
 Template:     mow
 Version:      1.0
 License: 	   Located in 'licensing' folder
 License URI:  license.txt
 Tags:         custom-header, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
 Text Domain:  mow-child
*/

/* Style Article Premium Forbes-Like pour WordPress */

body {
    font-family: 'Times New Roman', serif;
    line-height: 1.8;
    color: #1a1a1a;
    background-color: #f8f9fa;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 40px;
}

.premium-header {
    background: linear-gradient(135deg, #1a237e, #3949ab);
    color: white;
    padding: 50px 40px 40px 40px;
    position: relative;
}

.premium-badge {
    position: absolute;
    top: 20px;
    right: 30px;
    background: #ffd700;
    color: #1a237e;
    padding: 8px 16px;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 20px;
    text-transform: uppercase;
}

.premium-header h1 {
    font-size: 2.4em;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.accroche {
    font-size: 1.3em;
    font-weight: 400;
    opacity: 0.95;
    margin-bottom: 25px;
}

.forbes-context {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 30px;
    margin: 30px 0;
}

.forbes-context h3 {
    color: #1a237e;
    font-size: 1.3em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.key-points {
    display: grid;
    gap: 15px;
}

.point {
    background: white;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #1a237e;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.point strong {
    color: #1a237e;
    display: block;
    margin-bottom: 8px;
    font-size: 1.05em;
}

.article-content {
    padding: 40px;
}

.meta-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 35px;
    font-size: 0.9em;
    color: #6c757d;
    border-left: 4px solid #ffd700;
}

.section {
    margin-bottom: 35px;
}

.section h2 {
    color: #1a237e;
    font-size: 1.6em;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 2px solid #3949ab;
    padding-bottom: 10px;
}

.lead {
    font-size: 1.2em;
    color: #2c3e50;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 30px;
    padding: 25px;
    background: linear-gradient(135deg, #fff3cd, #fef7e0);
    border-radius: 8px;
    border-left: 5px solid #ffd700;
}

.forbes-quote {
    background: #f8f9fa;
    border-left: 5px solid #1a237e;
    padding: 25px 30px;
    margin: 25px 0;
    font-style: italic;
    font-size: 1.1em;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.forbes-quote p {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.05em;
}

.forbes-quote cite {
    color: #1a237e;
    font-weight: 600;
    font-style: normal;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.highlight {
    background: linear-gradient(120deg, #ffeb3b 0%, #ffeb3b 100%);
    background-size: 100% 30%;
    background-repeat: no-repeat;
    background-position: 0 85%;
    padding: 2px 0;
}

.conclusion-premium {
    background: linear-gradient(135deg, #e8f5e8, #d4edda);
    padding: 35px;
    border-radius: 12px;
    border: 1px solid #c3e6cb;
    margin-top: 40px;
    position: relative;
}

.conclusion-premium::before {
    content: "💎";
    position: absolute;
    top: -15px;
    left: 30px;
    background: white;
    padding: 10px;
    border-radius: 50%;
    font-size: 1.2em;
}

.conclusion-premium h2 {
    color: #155724;
    margin-bottom: 20px;
    border-bottom: 2px solid #28a745;
}

.signature {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 2px solid #dee2e6;
    font-style: italic;
    color: #6c757d;
    text-align: center;
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
}

.stats-inline {
    display: inline-flex;
    gap: 20px;
    font-size: 0.9em;
    color: #6c757d;
}

.reality-check {
    background: linear-gradient(135deg, #ffebee, #f8bbd9);
    border: 1px solid #f48fb1;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
    border-left: 5px solid #e91e63;
}

.reality-check strong {
    color: #880e4f;
}

@media (max-width: 768px) {
    .container { padding-bottom: 15px; }
    .premium-header { padding: 35px 25px; }
    .premium-header h1 { font-size: 2em; }
    .article-content { padding: 25px; }
    .forbes-context { padding: 20px; }
    .meta-info {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}
