:root {
    --bg-main: #fdfaf4;
    --text-main: #262626;
    --text-muted: #52525b;
    --accent-gold: #c05c00;
    --box-bg: rgba(255, 255, 255, 0.9);
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-main);
    background-color: var(--bg-main);
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    line-height: 1.8;
    font-size: 19px; 
    font-weight: 400;
}

.sp-sticky-header {
    position: fixed !important; 
    top: 0 !important; 
    left: 0 !important; 
    width: 100%; 
    height: 45px !important;
    background-color: #000 !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: space-between !important;
    z-index: 99999 !important; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.5) !important; 
    font-family: Arial, sans-serif !important;
}

.left-group, .right-group { display: flex; align-items: center; height: 100%; }

.sp-back-to-soha-new {
    display: flex; align-items: center; justify-content: center; 
    width: 45px; height: 45px;
    background-color: #007f74; color: white; font-size: 18px; cursor: pointer;
    transition: background-color 0.3s;
}
.sp-back-to-soha-new:hover { background-color: #00665d; }

.emg-icon-svg { fill: currentColor; width: 20px; height: 20px; }

.sp-mag-logo-new { margin-left: 15px; display: flex; align-items: center; }
.sp-mag-logo-new img { height: 24px; width: auto; display: block; }

.center-logo {
    position: absolute; left: 50%; transform: translateX(-50%); 
    pointer-events: none; user-select: none;
    display: flex; align-items: center; justify-content: center;
}
.center-logo img { height: 26px; width: auto; display: block; }

.mobile-emag-logo { display: none; height: 24px; width: auto; margin-right: 15px; }

.fb-custom-btn {
    display: flex; align-items: center; gap: 6px; color: white; 
    font-size: 13px; font-weight: bold; cursor: pointer; opacity: 0.9;
    margin-right: 15px; text-decoration: none;
}
.fb-custom-btn:hover { opacity: 1; text-decoration: underline; }

.serif, .drop-cap::first-letter, .quote-mark, .quote-text, .sapo-text, .ending-sapo, .highlight-box-unified {
    font-family: 'Playfair Display', serif;
}

.text-gold-luxury {
    color: var(--accent-gold); 
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800; 
    text-transform: uppercase;
    letter-spacing: 0.04em; 
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-size: 2rem; 
    color: var(--accent-gold);
}

.drop-cap::first-letter {
    font-size: 4.8rem;
    color: var(--accent-gold); 
    float: left;
    line-height: 0.85;
    margin-right: 1rem;
    margin-top: 0.3rem;
    font-weight: 700;
}

figcaption {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-style: italic;
    color: var(--text-muted);
    text-align: center;
    margin-top: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.cover-wrapper {
    position: relative;
    width: 100%;
    height: auto; 
    min-height: 400px; 
    overflow: hidden;
    background-color: #000;
    margin-top: 45px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.cover-img {
    width: 100%;
    height: auto; 
    object-fit: contain; 
    display: block;
}

.cover-gradient-bottom {
    position: absolute;
    bottom: 0; left: 0; width: 100%; height: 5%;
    background: linear-gradient(to top, rgba(253, 250, 244, 0.001) 0%, rgba(253, 250, 244, 0) 100%);
    z-index: 10;
}

.cover-title-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 20;
    text-align: center;
    padding: 0 1rem;
}

.cover-title-text {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 1.3;
    text-transform: uppercase;
    text-shadow: 2px 4px 10px rgba(0,0,0,0.9);
}

.sapo-box {
    background: transparent;
    padding: 2rem 1rem;
    position: relative;
    z-index: 30;
    margin-top: 1rem; 
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.sapo-text {
    font-size: 1.55rem;
    font-weight: 700;
    font-style: italic;
    color: var(--text-main);
    line-height: 1.65;
    text-align: center;
}

.container-media-boxed {
    max-width: 980px;
    margin: 3.5rem auto;
    padding: 0 1rem;
}

.img-soft-blend {
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.reveal { opacity: 0; transform: translateY(40px); transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }

.reveal-zoom { opacity: 0; transform: scale(0.95); transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal-zoom.active { opacity: 1; transform: scale(1); }

.container-reading { max-width: 800px; margin: 0 auto; padding: 0 1.5rem; }
.container-wide { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }

.highlight-box-unified {
    position: relative;
    padding: 1.5rem 0;
    margin: 3.5rem 0;
    font-size: 1.6rem; 
    font-weight: 700;
    font-style: italic;
    color: var(--text-main); 
    background: transparent;
    text-align: center;
    border: none;
    box-shadow: none;
    overflow: visible;
    line-height: 1.6;
}

.highlight-box-unified::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--accent-gold);
    margin: 1.5rem auto 0 auto;
}

.highlight-box-unified::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    bottom: -10px;
    right: 10px;
    font-size: 8rem;
    color: rgba(0, 0, 0, 0.03); 
    z-index: 0;
    pointer-events: none;
    transform: rotate(-15deg);
}

.quote-speed::before { content: "\f0e7"; } 
.quote-police::before { content: "\f3ed"; } 
.quote-plane::before { content: "\f072"; }

.highlight-box-unified p, .highlight-box-unified div {
    position: relative;
    z-index: 1;
}

.info-card {
    background: transparent;
    border: none;
    border-top: 3px solid var(--accent-gold);
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s ease;
}
.info-card:hover {
    transform: translateY(-5px);
    box-shadow: none;
}
.stat-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    background: linear-gradient(to right, #92400e, #d97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stat-trend {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.95rem;
    background-color: rgba(16, 185, 129, 0.1);
    color: #059669;
}

.progress-bar-bg {
    background: rgba(0,0,0,0.06);
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 15px;
}
.progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #10b981, #059669);
    width: 0%; 
    transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ending-sapo {
    font-size: 1.85rem;
    font-weight: 700;
    font-style: italic;
    color: var(--text-main);
    line-height: 1.6;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .cover-title-text { font-size: 4rem; }
}

@media (max-width: 768px) { 
    .center-logo, .fb-custom-btn { display: none !important; } 
    .mobile-emag-logo { display: block !important; }
    .section-title { font-size: 1.6rem !important; }
    .drop-cap::first-letter { font-size: 3.5rem; }
    .sapo-box { padding: 2rem 1.5rem; border-radius: 8px; width: 92%; margin-top: 0; }
    .ending-sapo { font-size: 1.4rem; }
    .highlight-box-unified { padding: 1.5rem; font-size: 1.3rem; }
    body { font-size: 17px; }
}