* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lora', serif;
    color: #2c2c2c;
    line-height: 1.8;
    font-size: 19px;
    background-color: #fdfcf8;
    overflow-x: hidden;
}

.progress-container {
    width: 100%;
    height: 4px;
    background: transparent;
    position: fixed;
    top: 56px;
    z-index: 9999;
}

.progress-bar {
    height: 4px;
    background: #eab308;
    width: 0%;
}

.emag-header {
    position: relative;
    width: 100vw;
    padding-bottom: 56.25%; 
    margin-top: 56px;
    background-image: url('https://sohanews.sohacdn.com/160588918557773824/2026/7/11/cover2-17837690037121070689224.png');
    background-size: 110% auto;
    background-position: center 100%;
    background-repeat: no-repeat;
    background-color: #fdfcf8;
}

.emag-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}

.body-sapo {
    font-family: 'Lora', serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    color: #111;
    margin-bottom: 35px;
    text-align: justify;
}

.header-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
    color: #fff;
}

.header-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.header-sapo {
    font-family: 'Lora', serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 800px;
    color: #eaeaea;
}

.emag-body {
    max-width: 780px;
    margin: 0 auto;
    padding: 30px 30px; 
    background-color: #fdfcf8;
    position: relative;
    z-index: 3;
    box-shadow: none;
}

.drop-cap::first-letter {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 5.5rem;
    line-height: 4.5rem;
    padding-top: 4px;
    padding-right: 12px;
    padding-left: 3px;
    font-weight: 800;
    color: #eab308;
}

.emag-body p {
    margin-bottom: 25px;
    text-align: justify;
}

.emag-body h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    margin-top: 50px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.emag-body h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background-color: #eab308;
}

figure {
    margin: 40px 0;
    width: 100%;
}

figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

figcaption {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    margin-top: 12px;
    font-style: italic;
}

.quote-image {
    margin: 50px -50px;
    width: calc(100% + 100px);
}

.quote-image img {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.soha-top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background-color: #000000;
    display: flex;
    align-items: center;
    z-index: 10000;
}

.nav-back-btn {
    width: 56px;
    height: 100%;
    background-color: #108f80;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s;
}

.nav-back-btn:hover { background-color: #0d7568; }
.nav-back-btn svg { width: 24px; height: 24px; fill: currentColor; }

.nav-logo {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 22px;
    margin-left: 15px;
    letter-spacing: -0.2px;
}

.nav-logo-icon {
    background: #fff;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    margin-right: 6px;
    font-size: 15px;
}

.nav-emagazine {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}

.nav-emagazine span { color: #108f80; }

.nav-share-fb {
    margin-left: auto;
    margin-right: 15px;
    width: 32px;
    height: 32px;
    background-color: #1877F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.2s;
}

.nav-share-fb:hover {
    opacity: 0.8;
}

.nav-share-fb svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}

.article-credits {
    background-color: #111526;
    margin-top: 50px;
    padding: 40px 20px;
    display: flex;
    justify-content: flex-end;
}

.credits-content {
    border-right: 4px solid #eab308;
    padding-right: 20px;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
}

.credits-content h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.credits-content p {
    color: #9ca3af;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 6px !important;
    font-weight: 400;
    text-align: right !important;
}

.conclusion-box {
    background-color: rgba(0, 0, 0, 0.04);
    padding: 30px;
    margin: 40px 0 20px 0;
    border-radius: 8px;
}

.conclusion-box p:last-child {
    margin-bottom: 0;
}

.article-credits {
    background-color: #0b1a30;
    margin-top: 40px;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
}

.credits-content {
    border-right: 3px solid #eab308;
    padding-right: 15px;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
}

.credits-content h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.credits-content p {
    color: #cbd5e1;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 4px !important;
    font-weight: 400;
    text-align: right !important;
}

.emag-timeline {
    margin: 50px 0;
    padding: 35px 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.emag-timeline h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0b1a30;
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
}

.timeline-wrap {
    position: relative;
    padding-left: 28px;
}

.timeline-wrap::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 5px;
    width: 2px;
    height: calc(100% - 40px);
    background-color: #e2e8f0;
}

.time-item {
    position: relative;
    margin-bottom: 15px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.time-item:last-child {
    margin-bottom: 0;
}

.time-item:hover {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transform: translateY(-3px);
    border-color: #eab308;
    cursor: default;
}

.time-item::before {
    content: '';
    position: absolute;
    top: 26px;
    left: -28px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e2e8f0;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #e2e8f0;
    transition: all 0.3s ease;
    z-index: 2;
}

.time-item:hover::before {
    background-color: #eab308;
    box-shadow: 0 0 0 3px #eab308;
    transform: scale(1.1);
}

.time-date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #eab308;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.time-desc {
    font-family: 'Lora', serif;
    font-size: 1.05rem;
    color: #334155;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .nav-logo {
        font-size: 16px;
        margin-left: 10px;
    }
    .nav-emagazine {
        position: static;
        transform: none;
        margin-left: 8px;
        font-size: 15px;
        flex-grow: 1;
    }
    
    .emag-header {
        padding-bottom: 60%;
        height: auto;
        min-height: auto;
        margin-top: 56px; 
        background-size: 115% auto;
        background-position: center 100%;
    }
    .emag-header::before {
        display: none;
    }

    .header-title {
        font-size: 2.2rem;
    }
    .header-sapo {
        font-size: 1.1rem;
    }
    .emag-body {
        padding: 30px 15px;
        font-size: 18px;
    }
    .body-sapo {
        margin-top: -10px;
    }
    .quote-image {
        margin: 40px 0;
        width: 100%;
    }
    .emag-body h2 {
        font-size: 1.6rem;
    }
    .drop-cap::first-letter {
        font-size: 4.5rem;
        line-height: 3.5rem;
    }
}