.blog-page{min-height:100vh;background-color:#f8fafc}.blog-hero{background:linear-gradient(135deg,#2C3E50,#1a1a1a);padding:140px 0 80px;position:relative;overflow:hidden}.blog-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:0}.blog-hero .hero-shape{position:absolute;border-radius:50%;opacity:.1}.blog-hero .shape-1{width:400px;height:400px;background:linear-gradient(135deg,#FF9800,#F57C00);top:-100px;right:-100px}.blog-hero .shape-2{width:300px;height:300px;background:linear-gradient(135deg,#FF6F00,#E65100);bottom:-50px;left:-50px}.blog-hero .shape-3{width:200px;height:200px;background:linear-gradient(135deg,#FFB74D,#FFA726);top:50%;left:30%}.blog-hero-content{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.blog-hero h1{font-size:3.5rem;font-weight:800;color:#ffffff;margin-bottom:1rem;line-height:1.2}.blog-hero h1 .destaque{color:#FF9800}.blog-hero p{font-size:1.2rem;color:#ffffff;opacity:.9;margin-bottom:2.5rem;line-height:1.6}.blog-search-container{max-width:500px;margin:0 auto}.blog-search{display:flex;align-items:center;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:12px 24px;gap:12px;transition:all .3s ease}.blog-search:focus-within{background:rgba(255,255,255,.15);border-color:#FF9800;box-shadow:0 0 0 3px rgba(255,152,0,.2)}.blog-search svg{color:rgba(255,255,255,.7);flex-shrink:0}.blog-search input{flex:1 1;background:transparent;border:none;outline:none;color:#ffffff;font-size:1rem}.blog-search input::placeholder{color:rgba(255,255,255,.6)}.blog-filters{background:#ffffff;padding:1.5rem 0;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:80px;z-index:100}.categories-filter{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.category-btn{background:transparent;border:2px solid #e5e7eb;color:#2C3E50;padding:10px 24px;border-radius:50px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.category-btn:hover{border-color:#FF9800;color:#E65100}.category-btn.active{background:linear-gradient(135deg,#E65100,#FF9800);border-color:transparent;color:#ffffff}.blog-content{padding:4rem 0}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.blog-grid .blog-card.featured{grid-column:1/-1}.blog-grid .blog-card.featured .blog-card-link{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:0;gap:0}.blog-grid .blog-card.featured .blog-card-image{height:100%;min-height:350px;border-radius:16px 0 0 16px}.blog-grid .blog-card.featured .blog-card-content{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.blog-grid .blog-card.featured .blog-card-title{font-size:1.8rem}.blog-grid .blog-card.featured .blog-card-excerpt{font-size:1.05rem;-webkit-line-clamp:4}.blog-card{background:#ffffff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:all .3s ease;border:1px solid #e5e7eb}.blog-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px rgba(230,81,0,.12);border-color:#FF9800}.blog-card-link{display:block;text-decoration:none;color:inherit}.blog-card-image{position:relative;height:220px;overflow:hidden}.blog-card-image img{transition:transform .5s ease}.blog-card:hover .blog-card-image img{transform:scale(1.1)}.blog-card-category{position:absolute;top:16px;left:16px;background:linear-gradient(135deg,#E65100,#FF9800);color:#ffffff;padding:6px 14px;border-radius:50px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:6px;z-index:2}.blog-card-content{padding:1.5rem}.blog-card-meta{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#666}.meta-item svg{color:#E65100}.blog-card-title{font-size:1.25rem;font-weight:700;color:#2C3E50;margin-bottom:.75rem;line-height:1.3;transition:color .3s ease}.blog-card:hover .blog-card-title{color:#E65100}.blog-card-excerpt{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f0f0f0}.blog-card-author{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#666}.blog-card-author svg,.read-more{color:#E65100}.read-more{display:flex;align-items:center;gap:6px;font-weight:600;font-size:.9rem;transition:gap .3s ease}.blog-card:hover .read-more{gap:10px}.loading-container{text-align:center;padding:4rem 2rem}.loading-spinner{width:50px;height:50px;border:4px solid #f0f0f0;border-top-color:#e65100;border-radius:50%;margin:0 auto 1rem;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loading-container p{color:#666;font-size:1rem}.no-results{text-align:center;padding:4rem 2rem;background:#ffffff;border-radius:16px;border:2px dashed #e5e7eb}.no-results h3{font-size:1.5rem;color:#2C3E50;margin-bottom:.5rem}.no-results p{color:#666}.blog-pagination{margin-top:3rem;text-align:center}.pagination-info{color:#666;font-size:.95rem}.blog-newsletter{padding:4rem 0;background:linear-gradient(135deg,#2C3E50,#1a1a1a)}.newsletter-card{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:3rem;display:flex;justify-content:space-between;align-items:center;gap:3rem;flex-wrap:wrap}.newsletter-content h3{font-size:1.8rem;font-weight:700;color:#ffffff;margin-bottom:.5rem}.newsletter-content p{color:rgba(255,255,255,.8);font-size:1rem;margin:0}.newsletter-form{display:flex;gap:12px;flex:1 1;max-width:450px}.newsletter-input{flex:1 1;padding:14px 20px;border:2px solid rgba(255,255,255,.2);border-radius:50px;background:rgba(255,255,255,.1);color:#ffffff;font-size:1rem;outline:none;transition:all .3s ease}.newsletter-input::placeholder{color:rgba(255,255,255,.6)}.newsletter-input:focus{border-color:#FF9800;background:rgba(255,255,255,.15)}.newsletter-btn{padding:14px 28px;background:linear-gradient(135deg,#E65100,#FF9800);color:#ffffff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(230,81,0,.4)}.blog-post-hero{position:relative;min-height:450px;display:flex;align-items:flex-end;padding:100px 0 60px}.blog-post-hero-bg{z-index:0}.blog-post-hero-bg,.blog-post-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0}.blog-post-hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.4))}.blog-post-hero-content{position:relative;z-index:1;max-width:800px}.btn-back-light{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.8);text-decoration:none;font-size:.95rem;margin-bottom:1.5rem;transition:color .3s ease}.btn-back-light:hover{color:#FF9800}.post-category{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#E65100,#FF9800);padding:8px 18px;border-radius:50px;font-size:.9rem;font-weight:600}.blog-post-hero h1,.post-category{color:#ffffff;margin-bottom:1.5rem}.blog-post-hero h1{font-size:2.8rem;font-weight:800;line-height:1.2}.post-meta{display:flex;gap:1.5rem;flex-wrap:wrap}.post-meta .meta-item{color:rgba(255,255,255,.8)}.post-meta .meta-item svg{color:#FF9800}.blog-post-content{padding:4rem 0}.post-layout{display:grid;grid-template-columns:1fr 320px;grid-gap:3rem;gap:3rem;align-items:start}.post-article{background:#ffffff;border-radius:16px;padding:3rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}.post-body{font-size:1.1rem;line-height:1.8;color:#2C3E50}.post-body h2{font-size:1.6rem;font-weight:700;color:#2C3E50;margin:2.5rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #ff9800}.post-body p{margin-bottom:1.5rem}.post-body ol,.post-body ul{margin-bottom:1.5rem;padding-left:1.5rem}.post-body li{margin-bottom:.5rem}.post-tags{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.tags-label{font-weight:600;color:#2C3E50}.tag-item{background:#f0f0f0;color:#666;padding:6px 14px;border-radius:50px;font-size:.85rem;transition:all .3s ease}.tag-item:hover{background:#FF9800;color:#ffffff}.post-share{gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.post-share,.share-label{display:flex;align-items:center}.share-label{gap:8px;font-weight:600;color:#2C3E50}.share-buttons{display:flex;gap:10px}.share-btn{width:40px;height:40px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#ffffff}.share-btn.facebook{background:#1877F2}.share-btn.linkedin{background:#0A66C2}.share-btn:hover{transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.2)}.post-sidebar{display:flex;flex-direction:column;gap:2rem;position:-webkit-sticky;position:sticky;top:100px}.sidebar-card{background:#ffffff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}.author-card{text-align:center}.author-avatar{width:80px;height:80px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;border:3px solid #ff9800}.author-card h4{font-size:1.2rem;font-weight:700;color:#2C3E50;margin-bottom:.5rem}.author-card p{font-size:.9rem;color:#666;line-height:1.6;margin:0}.related-posts h4{font-size:1.1rem;font-weight:700;color:#2C3E50;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #ff9800}.related-post-item{display:flex;gap:1rem;text-decoration:none;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.related-post-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.related-post-image{width:70px;height:70px;border-radius:8px;overflow:hidden;position:relative;flex-shrink:0}.related-post-info h5{font-size:.95rem;font-weight:600;color:#2C3E50;margin-bottom:.25rem;line-height:1.3;transition:color .3s ease}.related-post-item:hover .related-post-info h5{color:#E65100}.related-post-info span{font-size:.8rem;color:#666}.blog-post-cta{padding:4rem 0;background:linear-gradient(135deg,#FFF5E6,#FFE4CC)}.blog-post-cta .cta-card{text-align:center;max-width:600px;margin:0 auto}.blog-post-cta h3{font-size:2rem;font-weight:700;color:#2C3E50;margin-bottom:1rem}.blog-post-cta p{font-size:1.1rem;color:#666;margin-bottom:2rem}.blog-post-cta .cta-btn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#E65100,#FF9800);color:#ffffff;text-decoration:none;border-radius:50px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 8px 25px rgba(230,81,0,.3)}.blog-post-cta .cta-btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(230,81,0,.4)}.blog-not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.blog-not-found h1{font-size:2rem;color:#2C3E50;margin-bottom:1rem}.blog-not-found p{color:#666;margin-bottom:2rem}.btn-back{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#E65100,#FF9800);color:#ffffff;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease}.btn-back:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(230,81,0,.4)}@media (max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}.blog-grid .blog-card.featured .blog-card-link{grid-template-columns:1fr}.blog-grid .blog-card.featured .blog-card-image{min-height:250px;border-radius:16px 16px 0 0}.post-layout{grid-template-columns:1fr}.post-sidebar{position:static;flex-direction:row;flex-wrap:wrap}.sidebar-card{flex:1 1;min-width:280px}}@media (max-width:768px){.blog-hero{padding:120px 0 60px}.blog-hero h1{font-size:2.5rem}.blog-hero p{font-size:1.05rem}.blog-filters{top:70px}.categories-filter{gap:8px}.category-btn{padding:8px 16px;font-size:.85rem}.blog-grid{grid-template-columns:1fr}.blog-grid .blog-card.featured{grid-column:1}.blog-grid .blog-card.featured .blog-card-title{font-size:1.4rem}.blog-grid .blog-card.featured .blog-card-content{padding:1.5rem}.newsletter-card{padding:2rem;flex-direction:column;text-align:center}.newsletter-form{flex-direction:column;width:100%;max-width:none}.newsletter-btn{width:100%}.blog-post-hero{min-height:350px;padding:100px 0 40px}.blog-post-hero h1{font-size:2rem}.post-meta{gap:1rem}.post-article{padding:2rem 1.5rem}.post-body{font-size:1rem}.post-body h2{font-size:1.4rem}.post-sidebar{flex-direction:column}.sidebar-card{min-width:auto}}@media (max-width:480px){.blog-hero h1{font-size:2rem}.blog-search{padding:10px 18px}.blog-card-content{padding:1.25rem}.blog-card-title{font-size:1.1rem}.blog-post-hero h1{font-size:1.6rem}.post-share{flex-direction:column;align-items:flex-start}}