.blog-page{min-height:100vh;background:#fafafa}.blog-page .container{max-width:1240px;margin:0 auto;padding:0 20px}.blog-page .hero-section{position:relative;text-align:center;height:560px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:0 0 36px 36px}@media (max-width:639px){.blog-page .hero-section{background:url(/images/lae/Mobile%20375.png) bottom/cover no-repeat;padding-bottom:45%}}@media (min-width:640px) and (max-width:959px){.blog-page .hero-section{background:url(/images/lae/Tablet%20768.png) bottom/cover no-repeat}}@media (min-width:960px) and (max-width:1367px){.blog-page .hero-section{height:560px!important;min-height:560px!important;max-height:560px!important;overflow:hidden;background:url(/images/lae/Tablet%201024.png) bottom/cover no-repeat;margin-top:0;clip-path:none}}@media (min-width:1368px) and (max-width:1719px){.blog-page .hero-section{background:url(/images/lae/Laptop%201440.png) bottom/cover no-repeat}}@media (min-width:1720px) and (max-width:2199px){.blog-page .hero-section{background:url(/images/lae/Desktop%201920.png) bottom/cover no-repeat}}@media (min-width:2200px){.blog-page .hero-section{background:url(/images/lae/Desktop%202560.png) bottom/cover no-repeat}}.blog-page .hero-section:after{content:"";position:absolute;bottom:0;left:0;right:0;top:0;border-radius:0 0 36px 36px;pointer-events:none}.blog-page .hero-title{margin-top:80px;margin-bottom:0;font-size:48px;line-height:60px;font-weight:700;text-align:center;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.1);position:relative;z-index:9}.blog-page .hero-title span{font-family:var(--font-visby)}.blog-page .hero-title:after{content:"";position:absolute;background:url(/images/star-logo.svg) 50%/contain no-repeat;width:20px;height:20px}.blog-page .hero-subtitle{position:relative;z-index:9}.blog-page .featured-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:250px 234px;gap:16px;max-width:1200px;margin:0 auto;height:500px}.blog-page .featured-card{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 8px 25px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column}.blog-page .featured-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px rgba(0,0,0,.25)}.blog-page .featured-image{position:relative;width:100%;height:100%;overflow:hidden;display:block;flex:1}.blog-page .card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease;display:block}.blog-page .featured-card:hover .card-image{transform:scale(1.1)}.blog-page .featured-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:30px 20px 20px;color:white;backdrop-filter:blur(2px);opacity:0;transform:translateY(20px);transition:all .3s ease}.blog-page .featured-card:hover .featured-overlay{opacity:1;transform:translateY(0)}.blog-page .featured-title{font-size:1.4rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5);line-height:1.2}.blog-page .featured-category{font-size:1rem;font-weight:600;background:rgba(255,255,255,.25);padding:6px 16px;border-radius:25px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);display:inline-block}.blog-page .filter-section{padding-bottom:40px;padding-top:20px;position:sticky;top:0;z-index:100;position:relative}.blog-page .category-filter-wrapper{display:flex;align-items:center;gap:12px;position:relative}.blog-page .category-filter{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none;flex:1;scroll-behavior:smooth}.blog-page .category-filter::-webkit-scrollbar{display:none}.blog-page .scroll-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e2e8f0;background:white;color:#64748b;border-radius:50%;cursor:pointer;transition:all .2s ease;flex-shrink:0;box-shadow:0 1px 3px rgba(0,0,0,.1)}.blog-page .scroll-btn:hover{border-color:#cbd5e1;color:#475569;background:#f8fafc;transform:scale(1.05)}.blog-page .scroll-btn-right{background-image:url(/images/blog_arrow_right.png);background-size:12px 12px;background-repeat:no-repeat;background-position:50%}.blog-page .scroll-btn-right svg{display:none}.blog-page .filter-btn{color:#111827;font-weight:400;font-size:14px;line-height:20px;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-height:36px;display:flex;align-items:center;justify-content:center;padding:8px 12px;gap:8px;border-radius:8px;border:1px solid #e2e8f0;background:white}.blog-page .filter-btn:hover{border-color:#cbd5e1;color:#475569;background:#f8fafc}.blog-page .filter-btn.active{border-color:#3b82f6;background:#3b82f6;color:#fff;font-weight:500;box-shadow:0 1px 2px rgba(59,130,246,.1)}.blog-page .category-count{font-size:.8rem;opacity:.7;margin-left:4px;font-weight:400}.blog-page .clear-filter-btn{display:flex;align-items:center;gap:4px;padding:6px 12px;font-size:.85rem;color:#6b7280;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .2s ease;font-weight:500}.blog-page .clear-filter-btn:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}.blog-page .clear-filter-btn span{font-size:1.2rem;font-weight:700;line-height:1}.blog-page .main-content{padding:80px 0 100px}.blog-page .content-grid{display:grid;grid-template-columns:77% 23%;gap:0;align-items:start}.blog-page .recent-posts{padding:0 20px 0 0;margin-right:20px;border-right:1px solid #f3f3f3}.blog-page .section-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.blog-page .section-title{margin:0;position:relative;color:#4F7BEE;font-size:36px;font-weight:700;line-height:44px}.blog-page .posts-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.blog-page .post-card-link{text-decoration:none;color:inherit;display:block;position:relative;transition:all .3s ease;cursor:pointer}.blog-page .post-card-link:hover{transform:translateY(-2px)}.blog-page .post-card{display:flex;gap:20px;padding:0;transition:all .3s ease}.blog-page .post-card-link .post-card{flex-direction:column;gap:20px}.blog-page .post-card-link .post-image{width:100%;height:100%;aspect-ratio:1/1;display:flex;align-items:center}.blog-page .post-card-link .post-image,.blog-page .post-image{flex-shrink:0;border-radius:10px;overflow:hidden}.blog-page .post-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:35px}.tags-post{margin:0 0 8px;font-size:16px;line-height:24px;color:#9CA3AF}.blog-page .post-title{font-size:16px;line-height:24px;font-weight:600;color:#111827;line-height:1.3;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--font-inter)}.blog-page .post-title a{color:inherit;text-decoration:none;transition:color .3s ease}.blog-page .post-title a:hover{color:#3b82f6}.blog-page .post-excerpt{color:#6b7280;font-size:16px;line-height:24px;margin-top:0;margin-bottom:8px;-webkit-line-clamp:2;line-clamp:2}.blog-page .post-excerpt,.blog-page .sidebar .popular-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.blog-page .sidebar .popular-title{-webkit-line-clamp:1;line-clamp:1}.sidebar .post-excerpt{font-size:14px;line-height:20px;margin:0 0 4px}.blog-page .post-meta{display:flex;gap:20px;align-items:center}.blog-page .meta-item{display:flex;align-items:center;gap:5px;color:#9ca3af;font-size:16px;line-height:24px}.blog-page .link-item{color:#4F7BEE;font-size:18px;font-weight:500;line-height:28px;margin-top:8px;position:absolute;bottom:0}.blog-page .link-item a span{margin-left:8px}.blog-page .sidebar{position:sticky;top:120px}.blog-page .sidebar-title{font-size:24px;line-height:32px;font-weight:600;color:#1f2937;margin-bottom:12px;position:relative}.blog-page .popular-posts{display:flex;flex-direction:column;gap:16px;border-radius:10px;border:1px solid #e5e7eb;background:#FFF;padding:20px}.blog-page .popular-post{display:flex;gap:10px;transition:all .3s ease;cursor:pointer;border-bottom:1px solid #e5e7eb;padding:0 0 16px}.blog-page .popular-post:last-child{border-bottom:none;padding-bottom:0}.blog-page .popular-post:hover{transform:translateY(-2px)}.blog-page .popular-image{width:48px;height:48px;min-width:48px;min-height:48px;border-radius:8px;overflow:hidden}.blog-page .popular-content{display:flex;flex-direction:column}.blog-page .popular-title{font-size:1rem;font-weight:600;color:#1f2937;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px}.blog-page .popular-title a{color:inherit;text-decoration:none;transition:color .3s ease}.blog-page .popular-title a:hover{color:#3b82f6}.blog-page .popular-meta{display:flex;gap:15px;align-items:center}.blog-page .popular-meta .meta-item{font-size:.75rem}.blog-page .pagination{gap:8px;margin-top:20px;padding-top:30px}.blog-page .pagination,.blog-page .pagination-btn{display:flex;justify-content:center;align-items:center}.blog-page .pagination-btn{width:40px;height:40px;border:none;background:transparent;color:#6b7280;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:400;font-size:16px}.blog-page .pagination-btn:hover:not(:disabled):not(.dots):not(.active){color:#4F7BEE;background:#f8fafc}.blog-page .pagination-btn.active{background:#F4F5F6;color:#4F7BEE}.blog-page .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.blog-page .pagination-btn.dots{cursor:default;background:transparent}.blog-page .pagination-btn.dots:hover{color:#6b7280;background:transparent}@media (max-width:1024px){.blog-page .main-content{padding:40px 0 100px}.blog-page .section-title{margin:0;position:relative;color:#111827;font-size:1.5rem;line-height:32px}.blog-page .hero-section{height:560px}.blog-page .content-grid{grid-template-columns:100%}.blog-page .recent-posts{padding:0;margin:0;border:none}.blog-page .post-card-link .post-image .card-image{min-height:310px}.blog-page .popular-image{width:48px;min-width:48px}.blog-page .sidebar-title{margin-top:20px;margin-bottom:12px}.blog-page .hero-title{margin-top:69px;line-height:40px}.blog-page .popular-title{margin-bottom:0}.sidebar .post-excerpt{margin:0}.blog-page .popular-post{padding-bottom:16px;border-bottom:1px solid #e5e7eb;border-radius:unset}.blog-page .hero-title{font-size:2rem}}@media (max-width:640px){.blog-page .main-content{padding:24px 0}.blog-page .featured-grid{-moz-column-count:2;column-count:2;-moz-column-gap:14px;column-gap:14px}.blog-page .featured-card{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:14px;border-radius:18px;overflow:hidden;display:block}.blog-page .featured-card:first-child{width:100%!important;height:260px;-moz-column-span:all;column-span:all}.blog-page .featured-card:nth-child(2),.blog-page .featured-card:nth-child(5){height:181px}.blog-page .featured-card:nth-child(3),.blog-page .featured-card:nth-child(4){height:222px}.blog-page .featured-card img{width:auto;height:100%;-o-object-fit:cover;object-fit:cover}.blog-page .posts-list{grid-template-columns:1fr}}