:root{--nyota-green:#0B3D2E;--nyota-green-dark:#0F3D2E;--nyota-gold:#C9A227;--nyota-gold-hover:#B8891B;--nyota-charcoal:#222222;--nyota-white:#FFFFFF}.nyota-post-container{max-width:900px;margin:0 auto;padding:40px 20px;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.nyota-post-container h1{font-size:40px;font-weight:700;line-height:1.2;margin-bottom:30px;color:var(--nyota-gold)}.nyota-post-container h2{font-size:30px;font-weight:700;margin-top:50px;margin-bottom:25px;color:var(--nyota-gold);border-bottom:3px solid var(--nyota-gold);padding-bottom:15px}.nyota-post-container h3{font-size:22px;font-weight:700;margin-top:35px;margin-bottom:20px;color:var(--nyota-gold)}.nyota-post-container p{margin-bottom:25px;font-size:18px;line-height:1.7;color:var(--nyota-charcoal)}.nyota-post-container img{width:100%;border-radius:16px;margin:40px 0;display:block}.image-right{float:right;width:45%;margin:10px 0 20px 30px}.clearfix::after{content:"";clear:both;display:table}.animate-item{opacity:0;transform:translateY(30px);transition:all 0.8s ease-out}img.animate-item{transform:scale(0.9);transition:all 0.9s cubic-bezier(0.2,0.8,0.3,1.1)}.animate-item.visible{opacity:1;transform:translateY(0) scale(1)}.typewriter{display:inline-block;overflow:hidden;white-space:nowrap;animation:typing 3.5s steps(40,end)}@keyframes typing{from{width:0}to{width:100%}}@media (max-width:980px){.image-right{float:none!important;width:100%!important;margin:20px 0!important}}