.related-articles-section{padding:5rem 0;background:linear-gradient(180deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden}.related-articles-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,100,32,.3),transparent)}.related-articles-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.related-articles-header{text-align:center;margin-bottom:3rem}.header-decoration{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.25rem}.decoration-line{width:60px;height:2px;background:linear-gradient(90deg,transparent,#FF6420)}.decoration-line:last-child{background:linear-gradient(90deg,#FF6420,transparent)}.decoration-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#FF6420,#FF1B6B);border-radius:12px;color:white}.decoration-icon svg{width:20px;height:20px}.related-articles-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:#111827;margin-bottom:.5rem;letter-spacing:-.02em}.related-articles-subtitle{font-size:1.1rem;color:#6b7280}.related-articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.related-article-card{position:relative;background:white;border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03);display:flex;flex-direction:column}.related-article-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -12px rgba(0,0,0,.15)}.related-article-card.featured{grid-column:span 1}.card-image-wrapper{position:relative;height:200px;overflow:hidden}.related-article-card.featured .card-image-wrapper{height:220px}.card-image{-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.related-article-card:hover .card-image{transform:scale(1.08)}.card-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.6));pointer-events:none}.category-chip{position:absolute;top:1rem;left:1rem;display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:50px;color:white;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:2}.category-icon{font-size:.875rem}.category-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.card-content{padding:1.25rem;flex:1;display:flex;flex-direction:column}.card-title{font-size:1rem;font-weight:700;color:#111827;line-height:1.4;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.related-article-card:hover .card-title{color:#FF6420}.card-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#6b7280;margin-top:auto}.meta-item{display:flex;gap:.25rem}.meta-item svg{width:14px;height:14px;color:#9ca3af}.meta-divider{color:#d1d5db}.card-hover-indicator{position:absolute;bottom:1.25rem;right:1.25rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#FF6420,#FF1B6B);border-radius:50%;color:white;opacity:0;transform:translateX(-10px);transition:all .3s ease}.card-hover-indicator svg{width:18px;height:18px}.related-article-card:hover .card-hover-indicator{opacity:1;transform:translateX(0)}.view-more-wrapper{display:flex;justify-content:center;margin-top:3rem}.view-more-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:white;border:2px solid #ff6420;border-radius:50px;color:#FF6420;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease}.view-more-btn:hover{background:linear-gradient(135deg,#FF6420,#FF1B6B);border-color:transparent;color:white;transform:translateY(-2px);box-shadow:0 8px 24px rgba(255,100,32,.3)}.view-more-btn svg{width:20px;height:20px;transition:transform .3s ease}.view-more-btn:hover svg{transform:translateX(4px)}@media (max-width:1024px){.related-articles-grid{grid-template-columns:repeat(2,1fr)}.related-article-card.featured{grid-column:span 2}.related-article-card.featured .card-image-wrapper{height:280px}}@media (max-width:768px){.related-articles-section{padding:3.5rem 0}.related-articles-container{padding:0 1rem}.related-articles-header{margin-bottom:2rem}.decoration-line{width:40px}.related-articles-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.related-article-card.featured{grid-column:span 2}.card-image-wrapper{height:160px}.related-article-card.featured .card-image-wrapper{height:200px}.card-content{padding:1rem}.card-title{font-size:.9rem}.category-chip{padding:.25rem .5rem;font-size:.7rem}.category-name{max-width:80px}}@media (max-width:480px){.related-articles-section{padding:2.5rem 0}.related-articles-grid{grid-template-columns:1fr;gap:1rem}.related-article-card.featured{grid-column:span 1}.card-image-wrapper,.related-article-card.featured .card-image-wrapper{height:180px}.view-more-btn{width:100%;justify-content:center}.card-hover-indicator{display:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.related-article-card{animation:fadeInUp .5s ease forwards}.related-article-card:first-child{animation-delay:.1s}.related-article-card:nth-child(2){animation-delay:.2s}.related-article-card:nth-child(3){animation-delay:.3s}.related-article-card:nth-child(4){animation-delay:.4s}.related-article-card:nth-child(5){animation-delay:.5s}.related-article-card:nth-child(6){animation-delay:.6s}.blog-post-page{background:#fff;min-height:100vh}.reading-progress{position:fixed;top:0;left:0;right:0;height:4px;background:rgba(0,0,0,.05);z-index:1000}.reading-progress-bar{height:100%;background:linear-gradient(90deg,#FF6420,#FF1B6B);transition:width .1s ease}.blog-post-hero{position:relative;min-height:70vh;display:flex;align-items:flex-end;padding:4rem 1.5rem;overflow:hidden}.blog-post-hero-bg{position:absolute;inset:0}.hero-bg-image{-o-object-fit:cover;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.6) 60%,rgba(0,0,0,.85))}.blog-post-hero-content{position:relative;z-index:10;max-width:900px;margin:0 auto;width:100%}.hero-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem}.hero-breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s ease}.hero-breadcrumb a:hover{color:#fff}.breadcrumb-separator{color:rgba(255,255,255,.4)}.hero-category-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.blog-post-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.02em}.blog-post-excerpt{font-size:1.125rem;color:rgba(255,255,255,.85);line-height:1.7;margin-bottom:2rem;max-width:700px}.blog-post-meta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.author-section{display:flex;align-items:center;gap:1rem}.author-avatar-large{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#FF6420,#FF1B6B);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem;border:3px solid rgba(255,255,255,.3)}.author-info{display:flex;flex-direction:column}.author-section .author-name{color:#fff;font-weight:600;font-size:1rem}.author-role{color:rgba(255,255,255,.7);font-size:.875rem}.meta-divider{width:1px;height:40px;background:rgba(255,255,255,.2)}.meta-details{display:flex;gap:1.5rem}.meta-item{display:inline-flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.8);font-size:.9rem}.meta-item svg{width:18px;height:18px}@media (max-width:768px){.blog-post-hero{min-height:60vh;padding:3rem 1rem}.meta-divider{display:none}.blog-post-meta{flex-direction:column;align-items:flex-start}}.blog-post-container{max-width:1400px;margin:0 auto;padding:4rem 1.5rem}.blog-post-layout{display:grid;grid-template-columns:80px 1fr 280px;gap:3rem;align-items:start}@media (max-width:1200px){.blog-post-layout{grid-template-columns:1fr}}.share-sidebar{position:sticky;top:120px}@media (max-width:1200px){.share-sidebar{display:none}}.share-sidebar-sticky{display:flex;flex-direction:column;align-items:center;gap:1rem}.share-label{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.1em}.share-buttons-vertical{display:flex;flex-direction:column;gap:.75rem}.share-btn{width:44px;height:44px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.share-btn svg{width:20px;height:20px}.share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.share-twitter:hover{background:#1DA1F2;border-color:#1DA1F2;color:#fff}.share-facebook:hover{background:#4267B2;border-color:#4267B2;color:#fff}.share-linkedin:hover{background:#0A66C2;border-color:#0A66C2;color:#fff}.share-whatsapp:hover{background:#25D366;border-color:#25D366;color:#fff}.share-copy:hover{background:#6366f1;border-color:#6366f1;color:#fff}.share-copy.copied{background:#10b981;border-color:#10b981;color:#fff}.blog-post-content{max-width:780px}.prose-content{font-size:1.125rem;line-height:1.8;color:#374151}.prose-content p{margin-bottom:1.5rem}.prose-content .content-h2{font-size:1.75rem;font-weight:700;color:#111827;margin:3rem 0 1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;scroll-margin-top:100px}.prose-content .content-h3{font-size:1.375rem;font-weight:600;color:#1f2937;margin:2rem 0 1rem;scroll-margin-top:100px}.prose-content .content-h4{font-size:1.125rem;font-weight:600;color:#374151;margin:1.5rem 0 .75rem}.prose-content strong{font-weight:600;color:#111827}.prose-content .content-list{margin:1.5rem 0;padding-left:1.5rem;list-style:none}.prose-content .content-list li{position:relative;margin-bottom:.75rem;padding-left:1.5rem}.prose-content .content-list li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#FF6420,#FF1B6B)}.prose-content .table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.prose-content table{width:100%;border-collapse:collapse;font-size:.95rem}.prose-content th{background:linear-gradient(135deg,#FF6420,#FF1B6B);color:#fff;font-weight:600;padding:1rem;text-align:left}.prose-content td{padding:.875rem 1rem;border-bottom:1px solid #e5e7eb;background:#fff}.prose-content tr:hover td{background:#f9fafb}.post-tags-section{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin:3rem 0;padding:2rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.tags-label{font-weight:600;color:#374151}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag-link{padding:.5rem 1rem;background:#f3f4f6;border-radius:50px;font-size:.875rem;color:#6b7280;text-decoration:none;transition:all .2s ease}.tag-link:hover{background:linear-gradient(135deg,#FF6420,#FF1B6B);color:#fff}.mobile-share-section{display:none;margin:2rem 0;padding:1.5rem;background:#f9fafb;border-radius:16px}@media (max-width:1200px){.mobile-share-section{display:block}}.mobile-share-section .share-label{display:block;margin-bottom:1rem;font-weight:600;color:#374151}.share-buttons-horizontal{display:flex;gap:.75rem;flex-wrap:wrap}.share-btn-mobile{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}.share-btn-mobile:hover{background:#f3f4f6}.author-bio-card{display:flex;gap:1.5rem;padding:2rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:20px;margin:3rem 0}.author-bio-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#FF6420,#FF1B6B);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:2rem;flex-shrink:0}.author-bio-content{flex:1}.author-bio-name{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.25rem}.author-bio-role{font-size:.9rem;color:#FF6420;font-weight:500;margin-bottom:.75rem}.author-bio-desc{font-size:.95rem;color:#6b7280;line-height:1.6}@media (max-width:640px){.author-bio-card{flex-direction:column;text-align:center;align-items:center}}.blog-cta-box{position:relative;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:24px;padding:3rem;margin:3rem 0;overflow:hidden}.cta-content{position:relative;z-index:10}.cta-content h3{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.75rem}.cta-content p{font-size:1rem;color:rgba(255,255,255,.8);margin-bottom:1.5rem;max-width:400px}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#FF6420,#FF1B6B);border-radius:12px;color:#fff;font-weight:600;text-decoration:none;transition:all .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(255,100,32,.4)}.cta-button svg{width:18px;height:18px;transition:transform .2s ease}.cta-button:hover svg{transform:translateX(4px)}.cta-decoration{position:absolute;top:0;right:0;bottom:0;width:50%;pointer-events:none}.cta-circle{position:absolute;width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,#FF6420,#FF1B6B);opacity:.15;right:-100px;top:50%;transform:translateY(-50%);filter:blur(40px)}.toc-sidebar{position:sticky;top:120px}@media (max-width:1200px){.toc-sidebar{display:none}}.toc-sticky{padding:1.5rem;background:#f9fafb;border-radius:16px}.toc-title{font-size:.8rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.toc-nav{display:flex;flex-direction:column;gap:.5rem}.toc-link{font-size:.9rem;color:#6b7280;text-decoration:none;padding:.5rem .75rem;border-left:2px solid transparent;transition:all .2s ease}.toc-link:hover{color:#FF6420;border-left-color:#FF6420;background:rgba(255,100,32,.05)}.related-posts-section{background:#f9fafb;padding:5rem 0}.related-posts-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.related-posts-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.related-posts-section .section-title{font-size:2rem;font-weight:700;color:#111827}.related-posts-section .view-all-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#FF6420;text-decoration:none}.related-posts-section .view-all-link svg{width:18px;height:18px}.related-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:1024px){.related-posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.related-posts-grid{grid-template-columns:1fr}}.related-post-card{background:#fff;border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .3s ease}.related-post-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.1)}.related-post-image{position:relative;height:200px;overflow:hidden}.related-image{-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.related-post-card:hover .related-image{transform:scale(1.05)}.related-post-content{padding:1.5rem}.related-category{font-size:.75rem;font-weight:600;color:#FF6420;text-transform:uppercase;letter-spacing:.05em}.related-title{font-size:1.125rem;font-weight:700;color:#111827;margin:.75rem 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-meta{display:flex;gap:1rem;font-size:.8rem;color:#9ca3af}@media (max-width:768px){.blog-post-container{padding:2rem 1rem}.prose-content{font-size:1rem}.prose-content .content-h2{font-size:1.5rem}.prose-content .content-h3{font-size:1.25rem}.blog-cta-box{padding:2rem 1.5rem}.cta-content h3{font-size:1.5rem}}