.blog_page_layout{display:flex;gap:30px;max-width:1300px;margin:auto;padding:25px 20px}.blog_main{flex:3 1}.blog_banner{height:85vh;background-size:cover;background-position:50%;border-radius:15px;overflow:hidden;position:relative}.blog_overlay{position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2));display:flex;align-items:center;justify-content:center}.blog_overlay h1{color:#fff;font-size:2.5rem;text-align:center;padding:20px}.blog_content{background:#fff;margin-top:20px;padding:30px;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1);line-height:1.8}.blog_content h2{color:#bbc400;margin-top:20px}.blog_content p{color:#555}.blog_content button{margin-top:30px;padding:10px 20px;background:#bbc400;border:none;color:#fff;border-radius:30px;cursor:pointer}.faq_card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:25px;margin-top:30px;box-shadow:0 4px 15px rgba(0,0,0,.08)}.faq_card h3{color:#bbc400;margin-bottom:25px;font-size:1.6rem;border-bottom:2px solid #f0f0f0;padding-bottom:15px}.faq_item{background:#f9f9f9;border-left:4px solid #bbc400;padding:20px;margin-bottom:15px;border-radius:8px}.faq_item strong{color:#333;font-size:1.1rem;display:block;margin-bottom:10px}.faq_item p{color:#666;line-height:1.7;margin:0}.blog_sidebar{flex:1 1;position:-webkit-sticky;position:sticky;top:20px;height:-moz-fit-content;height:fit-content}.sidebar_card{background:#bdc600;color:#fff;padding:20px;border-radius:12px}.sidebar_card h3{margin-bottom:15px}.sidebar_card p{margin-bottom:10px;cursor:pointer;font-size:.95rem}.sidebar_card p:hover{text-decoration:underline}.sidebar_help{text-align:center}.sidebar_help h3{margin-bottom:10px}.sidebar_help p{color:#555;margin-bottom:15px}.sidebar_help button{background:#bbc400;color:#fff;border:none;padding:10px 20px;border-radius:25px;cursor:pointer}@media (max-width:992px){.blog_page_layout{flex-direction:column}.blog_sidebar{position:static}}.sidebar_help{margin-top:20px;background:#fff;padding:20px;border-radius:12px;text-align:left;box-shadow:0 5px 20px rgba(0,0,0,.1)}.sidebar_help h3{margin-bottom:15px;text-align:center}.help_item{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:.95rem}.help_icon{color:#bbc400;font-size:16px}.help_item a{text-decoration:none;color:#333;transition:.3s}.help_item a:hover{color:#bbc400}.blog_content a{color:#bbc400;font-weight:500;text-decoration:none}.blog_content a:hover{text-decoration:underline}.banner_img{width:100%;height:100%;object-fit:cover}