.blog-container{max-width:1200px;margin:0 auto;padding:4rem 1rem}.blog-header{text-align:center;margin-bottom:4rem}.blog-header h1{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(90deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.blog-subtitle{font-size:1.2rem;color:#94a3b8;max-width:600px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2.5rem;gap:2.5rem}.blog-card{border-radius:12px;overflow:hidden;background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);transition:transform .3s ease,box-shadow .3s ease;height:100%}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.blog-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.blog-card-image-container{aspect-ratio:16/9;overflow:hidden;position:relative}.blog-card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-card-image{transform:scale(1.05)}.blog-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.blog-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#fff;line-height:1.3}.blog-card-date{color:#94a3b8;font-size:.875rem;margin-bottom:1rem}.blog-card-excerpt{color:#cbd5e1;margin-bottom:1.5rem;line-height:1.6;flex-grow:1}.blog-card-read-more{display:flex;align-items:center;color:#6366f1;font-weight:600;margin-top:auto}.blog-card-read-more svg{margin-left:.5rem;transition:transform .2s ease}.blog-card:hover .blog-card-read-more svg{transform:translateX(4px)}.blog-post-container{max-width:1400px;margin:0 auto;padding:2rem 1rem 5rem}.blog-post-layout{display:grid;grid-template-columns:1fr 380px;grid-gap:3rem;gap:3rem;align-items:start}.blog-post-main{max-width:900px}.blog-post-sidebar{position:relative}.blog-post-sidebar-sticky{position:-webkit-sticky;position:sticky;top:2rem}.blog-post-mobile-extras{display:none}.blog-post-banner{position:relative;width:100%;aspect-ratio:5/4;margin-bottom:2.5rem;border-radius:12px;overflow:hidden}.blog-post-banner-image{object-fit:cover}.blog-post-header{margin-bottom:2.5rem}.blog-post-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:#fff}.blog-post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;color:#94a3b8;font-size:1rem}.blog-post-author{color:#cbd5e1;font-weight:500}.blog-post-meta-separator{color:#64748b}.blog-post-reading-time{color:#94a3b8}.blog-post-content{color:#e2e8f0;font-size:1.125rem;line-height:1.8}.blog-post-body h2{font-size:2rem;font-weight:700;margin:2.5rem 0 1rem;color:#fff}.blog-post-body h3{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;color:#f1f5f9}.blog-post-body p{margin-bottom:1.5rem}.blog-post-body ol,.blog-post-body ul{margin:0 0 1.5rem 1.5rem}.blog-post-body li{margin-bottom:.5rem}.blog-post-body a{color:#6366f1;text-decoration:underline;text-underline-offset:2px}.blog-post-body a:hover{color:#818cf8}.blog-post-body img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0}.blog-post-body .info-box,.blog-post-body .tip-box,.blog-post-body .warning-box{padding:1.5rem;margin:2rem 0;border-radius:8px;position:relative}.blog-post-body .info-box{background:rgba(59,130,246,.1);border-left:4px solid #3b82f6}.blog-post-body .warning-box{background:rgba(239,68,68,.1);border-left:4px solid #ef4444}.blog-post-body .tip-box{background:rgba(34,197,94,.1);border-left:4px solid #22c55e}.blog-post-body blockquote{border-left:4px solid #6366f1;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#cbd5e1}.blog-post-footer{margin-top:2rem;padding-top:2rem;text-align:center}.blog-back-link{display:inline-flex;align-items:center;color:#6366f1;font-weight:600;text-decoration:none;transition:color .2s ease}.blog-back-link:hover{color:#818cf8}.blog-back-link svg{margin-right:.5rem;transition:transform .2s ease}.blog-back-link:hover svg{transform:translateX(-4px)}.blog-post-body .video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;margin:2rem 0;border-radius:8px}.blog-post-body .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:8px}.blog-post-body .blog-image{margin:2rem 0}.blog-post-body .blog-image img{width:100%;border-radius:8px;display:block}.blog-post-body .blog-image figcaption{color:#94a3b8;font-size:.875rem;text-align:center;margin-top:.5rem}.blog-post-body .cta-box{background:linear-gradient(135deg,rgba(99,102,241,.1),rgba(139,92,246,.1));border-radius:8px;padding:2rem;margin:2.5rem 0;text-align:center;border:1px solid rgba(139,92,246,.2)}.blog-post-body .cta-box h3{margin-top:0}.blog-post-body .cta-button{display:inline-block;background:linear-gradient(90deg,#6366f1,#8b5cf6);color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:6px;margin-top:1rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.blog-post-body .cta-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.3)}.blog-post-body .author-bio{background:hsla(0,0%,100%,.05);border-radius:8px;padding:1.5rem;margin-top:3rem;border:1px solid hsla(0,0%,100%,.1)}.blog-post-body .author-bio h3{margin-top:0}@media (max-width:1024px){.blog-post-layout{grid-template-columns:1fr;gap:0}.blog-post-sidebar{display:none}.blog-post-mobile-extras{display:block;margin-top:3rem}}@media (max-width:768px){.blog-header h1{font-size:2.5rem}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.blog-post-title{font-size:2.2rem}.blog-post-banner{aspect-ratio:5/4}}@media (max-width:480px){.blog-header h1{font-size:2rem}.blog-post-title{font-size:1.8rem}.blog-post-banner{aspect-ratio:5/4}.blog-post-body h2{font-size:1.6rem}.blog-post-body h3{font-size:1.3rem}}.breadcrumb-nav{margin-bottom:2rem;padding:.75rem 1.25rem;background:hsla(0,0%,100%,.02);border-radius:8px;border:1px solid hsla(0,0%,100%,.06);display:inline-block}.breadcrumb-list{flex-wrap:wrap;list-style:none;padding:0;margin:0}.breadcrumb-item,.breadcrumb-list{display:flex;align-items:center;gap:.5rem}.breadcrumb-link{color:#94a3b8;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease;display:inline-block}.breadcrumb-link:hover{color:#6366f1}.breadcrumb-current{color:#8b5cf6;font-size:.875rem;font-weight:500;max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumb-separator{color:#64748b;flex-shrink:0;opacity:.5;width:16px;height:16px}@media (max-width:768px){.breadcrumb-nav{margin-bottom:1.5rem;padding:.65rem 1rem}.breadcrumb-current{max-width:200px}.breadcrumb-item,.breadcrumb-list{gap:.4rem}.breadcrumb-current,.breadcrumb-link{font-size:.8rem}.breadcrumb-separator{width:14px;height:14px}}@media (max-width:480px){.breadcrumb-nav{padding:.5rem .85rem}.breadcrumb-current{max-width:140px}.breadcrumb-current,.breadcrumb-link{font-size:.75rem}}.related-posts-section{margin-top:0;padding:2rem;background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px}.related-posts-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:1.25rem;text-align:left}.related-posts-grid{display:flex;flex-direction:column;gap:1rem}.related-post-card{border-radius:8px;overflow:hidden;background-color:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;height:100%}.related-post-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3);background-color:hsla(0,0%,100%,.05)}.related-post-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.related-post-image-container{position:relative;aspect-ratio:16/10;overflow:hidden}.related-post-image{object-fit:cover;transition:transform .5s ease}.related-post-card:hover .related-post-image{transform:scale(1.05)}.related-post-content{padding:1rem;display:flex;flex-direction:column;flex-grow:1}.related-post-title{font-size:.95rem;font-weight:700;margin:0 0 .5rem;color:#fff;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-post-date{color:#94a3b8;font-size:.75rem;margin-bottom:.5rem;display:block}.related-post-excerpt{color:#cbd5e1;font-size:.8rem;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:1024px){.related-posts-section{margin-top:2rem;padding:2.5rem}.related-posts-title{font-size:2rem;text-align:center}.related-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.related-post-content{padding:1.5rem}.related-post-title{font-size:1.25rem}.related-post-date{font-size:.875rem;margin-bottom:.75rem}.related-post-excerpt{font-size:.9rem}.related-post-image-container{aspect-ratio:16/9}.related-post-card{border-radius:12px}}@media (max-width:768px){.related-posts-section{margin-top:0;padding-top:2rem}.related-posts-title{font-size:1.75rem}.related-posts-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.related-posts-title{font-size:1.5rem}.related-post-content{padding:1.25rem}.related-post-title{font-size:1.1rem}}.share-buttons-container{margin:0 0 2rem;padding:2rem;background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px}.share-buttons-title{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 1.25rem;text-align:left}.share-buttons-grid{display:flex;flex-direction:column;gap:.75rem}.share-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.25rem;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#e2e8f0;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.share-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.3)}.share-button svg{flex-shrink:0}.share-button span{white-space:nowrap}.share-button-linkedin:hover{background:rgba(10,102,194,.15);border-color:rgba(10,102,194,.3);color:#0a66c2}.share-button-twitter:hover{background:rgba(29,155,240,.15);border-color:rgba(29,155,240,.3);color:#1d9bf0}.share-button-facebook:hover{background:rgba(24,119,242,.15);border-color:rgba(24,119,242,.3);color:#1877f2}.share-button-email:hover{background:rgba(99,102,241,.15);border-color:rgba(99,102,241,.3);color:#6366f1}.share-button-copy:hover{background:rgba(139,92,246,.15);border-color:rgba(139,92,246,.3);color:#8b5cf6}.share-button-copied,.share-button-copied:hover{background:rgba(34,197,94,.15);border-color:rgba(34,197,94,.3);color:#22c55e}.share-button-copied:hover{transform:none}@media (max-width:1024px){.share-buttons-container{margin:3rem 0;padding:2.5rem}.share-buttons-title{font-size:1.25rem;text-align:center}.share-buttons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem}}@media (max-width:768px){.share-buttons-container{padding:2rem 1.5rem}.share-buttons-grid{grid-template-columns:repeat(2,1fr)}.share-button{padding:.75rem 1rem;font-size:.85rem}}@media (max-width:480px){.share-buttons-container{padding:1.5rem 1rem}.share-buttons-title{font-size:1.1rem}.share-button span{font-size:.8rem}}