.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #E07600;
    transition: width 0.3s ease;
}
.nav-link:hover::after {
    width: 100%;
}
.glass-nav {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(78, 169, 29, 0.1);
}
.bg-grid-pattern {
    background-image: 
        linear-gradient(rgba(224,118,0,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(224,118,0,0.05) 1px, transparent 1px);
    background-size: 50px 50px;
}
.energy-beam {
    background: radial-gradient(circle at 30% 50%, rgba(224,118,0,0.15) 0%, transparent 50%);
}
.floating {
    animation: float 6s ease-in-out infinite;
}
.glow-text {
    animation: glow 2s ease-in-out infinite alternate;
}
.reason-card {
    transition: all 0.3s ease;
}
.reason-card:hover {
    transform: scale(1.02) translateY(-5px);
    box-shadow: 0 25px 30px -12px rgba(0, 0, 0, 0.15);
}
.stat-tile {
    backdrop-filter: blur(8px);
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(224,118,0,0.2);
}

.press-archive-header {
    background: linear-gradient(145deg, #0f2a38 0%, #1d4a5e 100%);
    min-height: 240px;
    position: relative;
    overflow: hidden;
}
.press-archive-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 40%, rgba(255,215,0,0.08) 0%, transparent 40%);
    animation: rotateGlow 40s linear infinite;
}
@keyframes rotateGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.press-archive-header h1 {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.press-archive-header p {
    font-size: 1.1rem;
    max-width: 650px;
    opacity: 0.9;
}

.press-single-header {
    background: linear-gradient(145deg, #0f2a38 0%, #1d4a5e 100%);
    min-height: 200px;
    position: relative;
    overflow: hidden;
}
.press-single-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 40%, rgba(255,215,0,0.08) 0%, transparent 40%);
    animation: rotateGlow 40s linear infinite;
}
.press-single-header h1 {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.newspaper-container {
    max-width: 1000px;
    margin: 2rem auto 3rem;
    padding: 0 2rem;
    background: #fefef7;
    box-shadow: 0 20px 40px -15px rgba(0,0,0,0.2);
    border-radius: 0.5rem;
}
.newspaper-header {
    text-align: center;
    padding: 2rem 0 1rem;
    border-bottom: 3px double #c0a97a;
    margin-bottom: 2rem;
    position: relative;
}
.newspaper-header h2 {
    font-family: 'Merriweather', serif;
    font-size: 3.5rem;
    font-weight: 900;
    color: #2c3e50;
    letter-spacing: -1px;
    margin: 0;
    line-height: 1.2;
}
.newspaper-header .est {
    font-family: 'Merriweather', serif;
    font-size: 0.8rem;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 0.2rem;
}
.newspaper-header .volume {
    font-family: 'Merriweather', serif;
    font-size: 0.9rem;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0.5rem;
}
.newspaper-meta {
    display: flex;
    justify-content: space-between;
    font-family: 'Merriweather', serif;
    font-size: 0.9rem;
    color: #5d6d7e;
    border-bottom: 1px solid #e5e0d0;
    border-top: 1px solid #e5e0d0;
    padding: 0.6rem 0;
    margin-bottom: 2rem;
}
.newspaper-meta span {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.newspaper-meta i {
    color: #E07600;
    font-size: 0.8rem;
}
.newspaper-title {
    font-family: 'Merriweather', serif;
    font-size: 2.8rem;
    font-weight: 700;

    color: #1a2634;
    line-height: 1.3;
    margin-bottom: 1rem;
    border-left: 5px solid #E07600;
    padding-left: 1rem;
}
.newspaper-byline {
    font-family: 'Merriweather', serif;
    font-size: 1rem;
    color: #4a5a6a;
    margin-bottom: 2rem;
    font-style: italic;
    border-bottom: 1px dashed #d0c8b8;
    padding-bottom: 1rem;
}
.newspaper-body {
    font-family: 'Merriweather', serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #2a3a4a;
    column-count: 1;
    margin-bottom: 2rem;
}
.newspaper-body p {
    margin-bottom: 1.2rem;
    text-align: justify;
}
.newspaper-body p:first-of-type::first-letter {
    font-size: 3.5rem;
    float: left;
    line-height: 0.8;
    margin-right: 0.5rem;
    color: #E07600;
    font-weight: 700;
    font-family: 'Merriweather', serif;
}
.newspaper-body h2, .newspaper-body h3 {
    font-weight: 700;
    color: #1a2634;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}
.newspaper-body h2 {
    font-size: 1.8rem;
}
.newspaper-body h3 {
    font-size: 1.4rem;
}
.newspaper-body a {
    color: #E07600;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.newspaper-body blockquote {
    border-left: 4px solid #c0a97a;
    padding-left: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #4a5a6a;
}
.newspaper-footer {
    border-top: 2px solid #c0a97a;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.press-tag {
    background: #ede7dc;
    border: 1px solid #c0a97a;
    border-radius: 2rem;
    padding: 0.2rem 1rem;
    font-size: 0.85rem;
    color: #2a3a4a;
    transition: all 0.2s;
}
.press-tag:hover {
    background: #E07600;
    border-color: #E07600;
    color: white;
}
.press-share a {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #ede7dc;
    border: 1px solid #c0a97a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4a5a6a;
    transition: all 0.2s;
}
.press-share a:hover {
    background: #E07600;
    border-color: #E07600;
    color: white;
    transform: translateY(-2px);
}
.image-caption {
    font-family: 'Merriweather', serif;
    font-size: 0.9rem;
    color: #5d6d7e;
    text-align: center;
    margin-top: 0.3rem;
    font-style: italic;
}
@media (max-width: 768px) {
    .newspaper-title {
        font-size: 2rem;
    }
    .newspaper-header h2 {
        font-size: 2.5rem;
    }
    .newspaper-meta {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
}