.blog-sidebar{display:flex;flex-direction:column;gap:2rem}.blog-sidebar .box{position:relative;background:#1b1f44;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem;align-items:center;max-width:400px;border:2px solid #2e346f!important;transition:transform .25s ease;text-align:center}.blog-sidebar h3{font-size:18px;font-weight:700;color:#fff}.blog-sidebar p{font-size:.9rem;color:#a6b1d1;font-weight:600}.blog-sidebar .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#706ef1;color:#fff;padding:.75rem 1rem;border-radius:11px;font-weight:600;text-decoration:none;transition:transform .25s ease,background-color .25s ease}.blog-sidebar button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#706ef1;color:#fff;padding:.75rem 1rem;border-radius:11px;font-weight:600;text-decoration:none!important;transition:transform .25s ease,background-color .25s ease;border:0;font-size:16px}.blog-sidebar .btn:hover{background:#6664f4}.blog-sidebar input{width:100%;border-radius:11px;border:1px solid #374151;background:#111827;color:#e5e7eb;padding:.75rem 1rem;font-size:.9rem;border:0}.blog-sidebar input{margin-bottom:.75rem}.blog-sidebar button:hover{background:#6664f4}.sticky-boxes{position:sticky;top:120px;display:flex;flex-direction:column;gap:2rem;z-index:10}.related-posts{background:#1b1f44;border-radius:12px;padding:1.25rem;border:2px solid #2e346f;text-align:left}.related-posts h3{font-size:18px;font-weight:700;color:#fff;margin-bottom:1rem}.related-posts ul{list-style:none;padding:0;margin:0}.related-posts li{margin-bottom:.75rem}.related-posts a{color:#a6b1d1;text-decoration:none;font-weight:600;transition:color .25s ease}.related-posts a:hover{color:#706ef1}.newsletter-modal-overlay{position:fixed;inset:0;background:rgba(3,6,24,.78);display:none;align-items:center;justify-content:center;z-index:9999}.newsletter-modal-overlay.active{display:flex}.newsletter-modal{background:#11152e;padding:24px 26px 22px;border-radius:14px;max-width:420px;width:90%;text-align:center;box-shadow:0 0 40px rgba(0,0,0,.5)}.newsletter-modal h3{margin:0 0 8px;font-size:1.1rem;color:#fff}.newsletter-modal p{margin:0 0 18px;color:#a6b1d1;font-size:.95rem}.newsletter-modal button{border:none;background:#706ef1;color:#fff;font-size:.9rem;font-weight:600;padding:9px 18px;border-radius:8px;cursor:pointer}.newsletter-modal button:hover{background:#6664f4}