.blog-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.blog-hero{text-align:center;background:0 0;margin-bottom:2.5rem;padding:3rem 2rem 2rem;position:relative}.blog-hero-content{max-width:800px;margin:0 auto;animation:.8s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.blog-hero-content h1{color:#1a202c;letter-spacing:-.03em;background:linear-gradient(135deg,#1a202c 0%,#4a5568 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-size:3.5rem;font-weight:800;line-height:1.3}.blog-hero-content p{color:#4a5568;max-width:600px;margin:0 auto;font-size:1.25rem;font-weight:400;line-height:1.7}.blog-hero:after{content:"";background:linear-gradient(90deg,#0000 0%,#e2e8f0 20%,#e2e8f0 80%,#0000 100%);height:1px;position:absolute;bottom:0;left:0;right:0}.blog-search-section{justify-content:center;margin-bottom:2rem;display:flex}.search-container{width:100%;max-width:500px;position:relative}.search-icon{color:#718096;pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-input{background:#fff;border:2px solid #e2e8f0;border-radius:32px;width:100%;padding:.875rem 3rem;font-size:1rem;transition:all .3s}.search-input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea26}.search-input::placeholder{color:#a0aec0}.search-clear{cursor:pointer;color:#4a5568;background:#e2e8f0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.125rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.search-clear:hover{color:#2d3748;background:#cbd5e0}.search-clear:focus{outline-offset:2px;outline:2px solid #667eea}.blog-categories{text-align:center;margin-bottom:3rem}.categories-list{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.category-btn{color:#667eea;cursor:pointer;background:#fff;border:2px solid #667eea;border-radius:24px;align-items:center;gap:.375rem;padding:.5rem 1.25rem;font-weight:600;transition:all .3s;display:inline-flex}.category-btn:hover{background:#eef2ff;transform:translateY(-1px)}.category-btn:focus{outline-offset:2px;outline:2px solid #667eea}.category-btn.active{color:#fff;background:#667eea}.category-btn.active .category-count{color:#fff;background:#ffffff40}.category-count{background:#eef2ff;border-radius:12px;padding:.125rem .5rem;font-size:.8125rem;font-weight:500;transition:all .3s}.featured-post{margin-bottom:4rem}.featured-post-card{color:inherit;background:#fff;border-radius:16px;grid-template-columns:1fr 1fr;gap:2rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:grid;overflow:hidden;box-shadow:0 4px 20px #0000001a}.featured-post-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #00000026}.featured-post-card:focus{outline:none;box-shadow:0 0 0 3px #667eea66,0 8px 30px #00000026}.featured-post-image{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.featured-post-image img{object-fit:cover;z-index:1}.featured-badge{color:#333;z-index:2;background:gold;border-radius:24px;padding:.5rem 1rem;font-size:.875rem;font-weight:700;position:absolute;top:1rem;left:1rem}.featured-post-content{flex-direction:column;justify-content:center;padding:2rem;display:flex}.featured-post-content h2{color:#475569;margin:1rem 0;font-size:2rem}.featured-post-content p{color:#4a5568;margin-bottom:1.5rem;line-height:1.6}.post-meta{color:#718096;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.post-category{color:#667eea;background:#eef2ff;border-radius:12px;padding:.25rem .75rem;font-size:.8125rem;font-weight:700}.post-reading-time{color:#718096;align-items:center;gap:.25rem;display:flex}.post-reading-time:before{content:"";background:#cbd5e0;border-radius:50%;width:4px;height:4px}.post-date{color:#a0aec0}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.no-posts-message{text-align:center;color:#718096;background:#f7fafc;border-radius:16px;flex-direction:column;grid-column:1/-1;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.no-posts-icon{color:#cbd5e0;margin-bottom:.5rem}.no-posts-message p{color:#4a5568;margin:0;font-size:1.125rem}.back-to-all-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:24px;margin-top:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.back-to-all-btn:hover{background:#5a67d8;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.back-to-all-btn:focus{outline-offset:2px;outline:2px solid #667eea}.post-card{background:#fff;border:2px solid #0000;border-radius:12px;transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden;box-shadow:0 2px 12px #00000014}.post-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 4px 20px #0000001f}.post-card:focus-within{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea40}.post-card a{color:inherit;text-decoration:none;display:block}.post-card-image{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);height:250px;position:relative;overflow:hidden}.post-card-image img{object-fit:cover}.post-card-content{padding:1.5rem}.post-card-content h3{color:#1a202c;margin:.75rem 0;font-size:1.25rem;line-height:1.4}.post-card-content p{color:#4a5568;margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.post-footer{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.read-more,.read-more-small{color:#667eea;font-weight:600;transition:transform .2s;display:inline-block}.read-more:hover,.read-more-small:hover{transform:translate(4px)}.blog-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;margin:4rem 0;padding:3rem 2rem}.blog-cta-content h2{margin-bottom:1rem;font-size:2rem}.blog-cta-content p{opacity:.95;margin-bottom:2rem;font-size:1.125rem}.cta-button{color:#667eea;background:#fff;border-radius:32px;padding:1rem 2.5rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.blog-post-container{max-width:800px;margin:0 auto;padding:2rem 1rem}.breadcrumbs{color:#718096;margin-bottom:2rem;font-size:.875rem}.breadcrumbs a{color:#667eea;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.blog-post-header{text-align:center;margin-bottom:3rem}.post-meta-header{justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.blog-post-header h1{color:#475569;margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.post-description{color:#4a5568;margin-bottom:1.5rem;font-size:1.25rem;line-height:1.6}.post-author-info{color:#718096;justify-content:center;gap:1rem;font-size:.9375rem;display:flex}.author-name{color:#4a5568;font-weight:600}.blog-post-hero-image{border-radius:12px;margin-bottom:3rem;overflow:hidden;box-shadow:0 4px 20px #0000001a}.blog-post-hero-image img{width:100%;height:auto;display:block}.blog-post-content{color:#2d3748;overflow-wrap:break-word;word-wrap:break-word;font-size:1.0625rem;line-height:1.8}.blog-post-content img{border-radius:8px;max-width:100%;height:auto;margin:2rem auto;display:block;box-shadow:0 2px 12px #0000001a}.blog-post-content img:hover{transition:box-shadow .3s;box-shadow:0 4px 16px #00000026}.blog-post-content pre{-webkit-overflow-scrolling:touch;background:#f8fafc;border-left:3px solid #667eea;border-radius:4px;max-width:100%;margin:2rem 0;padding:1.25rem;overflow-x:auto}.blog-post-content code{color:#475569;white-space:pre-wrap;word-break:break-word;background:#f1f5f9;border-radius:3px;padding:.2rem .5rem;font-family:Monaco,Menlo,Courier New,monospace;font-size:.9375rem}.blog-post-content pre code{color:#334155;white-space:pre-wrap;word-break:break-word;background:0 0;padding:0;line-height:1.6;display:block}.blog-h2{color:#475569;margin:2.5rem 0 1.5rem;font-size:1.875rem;font-weight:700}.blog-h3{color:#475569;margin:2rem 0 1rem;font-size:1.5rem;font-weight:600}.blog-paragraph{color:#4a5568;margin-bottom:1.5rem}.blog-list,.blog-list-ordered{margin:1.5rem 0;padding-left:1.5rem}.blog-list li,.blog-list-ordered li{color:#4a5568;margin-bottom:.75rem}.blog-quote{color:#2d3748;background:#f7fafc;border-left:4px solid #667eea;border-radius:0 8px 8px 0;margin:2rem 0;padding:1rem 1.5rem;font-style:italic}.blog-link{color:#667eea;text-decoration:underline}.blog-link:hover{color:#764ba2}.blog-post-footer{border-top:2px solid #e2e8f0;margin-top:4rem;padding-top:2rem}.post-tags{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.tag{color:#4a5568;background:#edf2f7;border-radius:16px;padding:.25rem .75rem;font-size:.875rem}.post-share{text-align:center}.post-share p{margin-bottom:1rem;font-weight:600}.share-buttons{justify-content:center;gap:1rem;display:flex}.share-btn{cursor:pointer;border:none;border-radius:24px;padding:.5rem 1.5rem;font-weight:600;transition:transform .2s}.share-btn:hover{transform:scale(1.05)}.share-twitter{color:#fff;background:#1da1f2}.share-facebook{color:#fff;background:#1877f2}.share-linkedin{color:#fff;background:#0077b5}.share-whatsapp{color:#fff;background:#25d366}.related-posts{margin:4rem 0}.related-posts h2{text-align:center;margin-bottom:2rem;font-size:2rem}.related-posts-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.related-post-card{background:#fff;border-radius:12px;padding:1.5rem;transition:transform .3s;box-shadow:0 2px 12px #00000014}.related-post-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px #0000001f}.related-post-card a{color:inherit;text-decoration:none}.related-post-card h3{color:#1a202c;margin:.75rem 0;font-size:1.125rem}.related-post-card p{color:#718096;margin-bottom:.75rem;font-size:.875rem;line-height:1.5}.post-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;margin:4rem 0;padding:3rem 2rem}.post-cta-content h2{margin-bottom:1rem;font-size:2rem}.post-cta-content p{opacity:.95;margin-bottom:2rem;font-size:1.125rem}.cta-box-purple{text-align:center;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;margin:1.5rem 0;padding:.8rem}.cta-box-blue{text-align:center;color:#fff;background:linear-gradient(135deg,#ffd89b 0%,#19547b 100%);border-radius:12px;margin:1.5rem 0;padding:.8rem}.cta-box-pink{text-align:center;color:#fff;background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);border-radius:12px;margin:1.5rem 0;padding:.8rem}.cta-box-yellow{text-align:center;color:#a34646;background:linear-gradient(135deg,#fa709a 0%,#fee140 100%);border:2px solid #fa709a;border-radius:12px;margin:1.5rem 0;padding:.8rem}.cta-box-purple .cta-title,.cta-box-blue .cta-title,.cta-box-pink .cta-title{margin-bottom:1rem;font-size:1rem;font-weight:600}.cta-box-yellow .cta-title{color:#333;margin-bottom:1rem;font-size:1rem;font-weight:700}.cta-box-purple .cta-subtitle,.cta-box-blue .cta-subtitle,.cta-box-pink .cta-subtitle{opacity:.95;margin-top:.75rem;font-size:.875rem}.cta-box-yellow .cta-subtitle{color:#555;margin-top:.75rem;font-size:.875rem;font-weight:600}.cta-btn-white{color:#667eea;background:#fff;border-radius:24px;padding:.75rem 2rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 3px 12px #00000026}.cta-btn-white:hover{transform:translateY(-2px);box-shadow:0 5px 18px #00000040}.cta-btn-blue{color:#19547b;background:#fff;border-radius:24px;padding:.75rem 2rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 3px 12px #00000026}.cta-btn-blue:hover{transform:translateY(-2px);box-shadow:0 5px 18px #00000040}.cta-btn-pink{color:#f5576c;background:#fff;border-radius:24px;padding:.75rem 2rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 3px 12px #00000026}.cta-btn-pink:hover{transform:translateY(-2px);box-shadow:0 5px 18px #00000040}.cta-btn-dark{color:#fff;background:#e6cfcf;border-radius:24px;padding:.75rem 2rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 3px 12px #0003}.cta-btn-dark:hover{transform:translateY(-2px);box-shadow:0 5px 18px #0000004d}@media (max-width:768px){.blog-hero{margin-bottom:2rem;padding:1.5rem}.blog-hero-content h1{letter-spacing:-.02em;font-size:2.25rem;line-height:1.3}.blog-hero-content p{font-size:1.125rem;line-height:1.6}.blog-search-section{padding:0 .5rem}.search-input{font-size:16px}.categories-list{gap:.5rem}.category-btn{padding:.375rem 1rem;font-size:.9375rem}.category-count{padding:.0625rem .375rem;font-size:.75rem}.featured-post-card{grid-template-columns:1fr}.featured-post-image{min-height:200px}.featured-post-content{padding:1.5rem}.featured-post-content h2{font-size:1.5rem}.posts-grid{grid-template-columns:1fr}.post-card-image{height:200px}.blog-post-header h1{font-size:2rem}.blog-h2{font-size:1.5rem}.blog-post-content{font-size:1rem}.blog-post-content pre{border-radius:6px;margin:1.5rem 0;padding:1rem}.blog-post-content pre code{font-size:.8125rem;line-height:1.5}.blog-post-content code{font-size:.875rem}.related-posts-grid{grid-template-columns:1fr}.share-buttons{flex-wrap:wrap}.share-btn{flex:calc(50% - .5rem);min-width:120px}.no-posts-message{padding:2rem 1.5rem}.back-to-all-btn{width:100%;max-width:280px}}@media (max-width:400px){.categories-list{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.5rem;overflow-x:auto}.categories-list::-webkit-scrollbar{display:none}.category-btn{flex-shrink:0}}
