:root{--color-primary:#8B1538;--color-primary-rgb:139,21,56;--color-navy:#0B0F1A;--color-white:#ffffff;--color-gray:rgba(255,255,255,0.6);--glass-bg:rgba(255,255,255,0.03);--glass-border:rgba(255,255,255,0.1);--transition:all 0.4s ease}body{background:radial-gradient(circle at 10% 20%,rgba(139,21,56,0.15) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(139,21,56,0.1) 0%,transparent 40%),linear-gradient(135deg,#1a050b 0%,#0B0F1A 100%);color:var(--color-white)}.section-container{max-width:900px;margin:0 auto;padding:0 2rem}.article-hero{position:relative;height:65vh;min-height:420px;overflow:hidden;display:flex;align-items:flex-end}.article-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.article-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(11,15,26,0.97) 0%,rgba(11,15,26,0.5) 50%,rgba(11,15,26,0.2) 100%);z-index:1}.article-hero-content{position:relative;z-index:2;padding:3rem 2rem;max-width:900px;margin:0 auto;width:100%}.article-category-badge{display:inline-block;background:var(--color-primary);color:#fff;padding:6px 18px;border-radius:50px;font-size:0.8rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}.article-hero-title{font-size:clamp(1.8rem,4vw,3rem);font-weight:800;line-height:1.25;margin-bottom:1rem;color:#fff}.article-meta{display:flex;align-items:center;gap:1.5rem;color:var(--color-gray);font-size:0.9rem}.article-meta span{display:flex;align-items:center;gap:0.4rem}.article-body{padding:4rem 0 6rem}.article-lead{font-size:1.25rem;line-height:1.9;color:rgba(255,255,255,0.85);margin-bottom:2.5rem;font-weight:300;border-right:4px solid var(--color-primary);padding-right:1.5rem}.article-text{font-size:1.05rem;line-height:1.9;color:rgba(255,255,255,0.75);margin-bottom:2rem}.article-text h2{font-size:1.6rem;font-weight:700;color:#fff;margin:2.5rem 0 1rem}.article-text h3{font-size:1.25rem;font-weight:700;color:rgba(255,255,255,0.9);margin:2rem 0 0.75rem}.article-text ul{padding-right:1.5rem;margin-bottom:1.5rem}.article-text ul li{margin-bottom:0.6rem;color:rgba(255,255,255,0.75)}.article-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2.5rem 0}.article-gallery.cols-2{grid-template-columns:repeat(2,1fr)}.article-gallery img{width:100%;height:220px;object-fit:cover;border-radius:12px;transition:transform 0.3s ease;cursor:pointer}.article-gallery img:hover{transform:scale(1.03)}.article-highlight{background:rgba(139,21,56,0.12);border:1px solid rgba(139,21,56,0.3);border-radius:16px;padding:2rem;margin:2.5rem 0}.article-highlight p{font-size:1.1rem;line-height:1.8;color:rgba(255,255,255,0.85);margin:0}.article-back-btn{display:inline-flex;align-items:center;gap:0.6rem;color:var(--color-primary);text-decoration:none;font-weight:700;font-size:0.95rem;margin-bottom:2rem;transition:gap 0.3s ease}.article-back-btn:hover{gap:1rem}.related-section{padding:4rem 0;border-top:1px solid var(--glass-border)}.related-section h2{font-size:1.75rem;font-weight:700;margin-bottom:2rem;text-align:center}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.related-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;overflow:hidden;text-decoration:none;color:#fff;transition:var(--transition);display:flex;flex-direction:column}.related-card:hover{transform:translateY(-6px);border-color:rgba(139,21,56,0.4);box-shadow:0 20px 40px rgba(0,0,0,0.4)}.related-card img{width:100%;height:180px;object-fit:cover}.related-card-content{padding:1.25rem}.related-card-date{font-size:0.8rem;color:var(--color-primary);font-weight:600;margin-bottom:0.5rem}.related-card-title{font-size:1rem;font-weight:700;line-height:1.4}@media (max-width:768px){.article-hero{height:55vh;min-height:350px}.article-hero-title{font-size:1.6rem}.article-gallery{grid-template-columns:repeat(2,1fr)}.article-gallery img{height:160px}.related-grid{grid-template-columns:1fr}.article-lead{font-size:1.1rem}}@media (max-width:480px){.article-gallery{grid-template-columns:1fr}.article-gallery img{height:200px}.article-meta{flex-direction:column;align-items:flex-start;gap:0.5rem}}