.blog-container{color:#f8fafc;min-height:100vh;overflow-x:hidden}.section-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.blog-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1.5rem 4rem;overflow:hidden}.blog-hero-bg{position:absolute;inset:0;z-index:0}.blog-orb-1,.blog-orb-2{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.blog-orb-1{width:500px;height:500px;background:radial-gradient(circle,rgba(20,184,166,.25) 0,transparent 70%);top:-150px;left:-150px;animation:float 8s ease-in-out infinite}.blog-orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(249,115,22,.2) 0,transparent 70%);bottom:-120px;right:-120px;animation:float 10s ease-in-out infinite reverse}.blog-hero-content{position:relative;z-index:1;max-width:700px;margin:0 auto;animation:fadeInUp .8s ease-out}.blog-title{font-size:2.5rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem}@media (min-width:768px){.blog-title{font-size:3.5rem}}.blog-subtitle{font-size:1.25rem;color:#94a3b8;line-height:1.6}.blog-posts-section{padding:3rem 0 5rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem}.blog-card{position:relative;background:linear-gradient(180deg,rgba(30,41,59,.6),rgba(15,23,42,.8));border:1px solid hsla(0,0%,100%,.05);border-radius:1.5rem;overflow:hidden;transition:all .3s ease;animation:fadeInUp .6s ease-out backwards}.blog-card:hover{transform:translateY(-4px);border-color:rgba(249,115,22,.2);box-shadow:0 20px 40px -10px rgba(0,0,0,.4)}.blog-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f97316,#14b8a6);opacity:0;transition:opacity .3s ease}.blog-card:hover:before{opacity:1}.blog-card-content{padding:1.75rem}.blog-card-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.blog-category,.blog-date{display:inline-flex;align-items:center;gap:.375rem;font-size:.8rem;color:#94a3b8}.blog-category{color:#14b8a6}.blog-category svg,.blog-date svg{width:14px;height:14px}.blog-card-title{font-size:1.35rem;font-weight:700;margin-bottom:.75rem;line-height:1.3}.blog-card-title a{color:#f8fafc;text-decoration:none;transition:color .2s ease}.blog-card-title a:hover{color:#f97316}.blog-card-excerpt{color:#94a3b8;line-height:1.6;font-size:.95rem;margin-bottom:1.25rem}.blog-read-more{display:inline-flex;align-items:center;gap:.5rem;color:#f97316;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .2s ease}.blog-read-more:hover{gap:.75rem}.blog-read-arrow{width:16px;height:16px;transition:transform .2s ease}.blog-read-more:hover .blog-read-arrow{transform:translateX(3px)}.blog-newsletter{padding:4rem 0 5rem;background:linear-gradient(180deg,rgba(15,23,42,.3),rgba(15,23,42,.5))}.newsletter-card{text-align:center;max-width:600px;margin:0 auto;padding:3rem 2rem;background:linear-gradient(180deg,rgba(30,41,59,.5),rgba(15,23,42,.7));border:1px solid hsla(0,0%,100%,.05);border-radius:1.5rem}.newsletter-title{font-size:1.5rem;font-weight:700;color:#f8fafc;margin-bottom:.75rem}.newsletter-text{color:#94a3b8;margin-bottom:1.5rem;font-size:1rem}.newsletter-form{display:flex;gap:.75rem;max-width:400px;margin:0 auto}.newsletter-input{flex:1;padding:.875rem 1rem;background:rgba(15,23,42,.8);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;color:#f8fafc;font-size:.95rem;transition:border-color .2s ease}.newsletter-input::-moz-placeholder{color:#64748b}.newsletter-input::placeholder{color:#64748b}.newsletter-input:focus{outline:none;border-color:#f97316}.newsletter-button{padding:.875rem 1.5rem;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:10px;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-button:hover{transform:translateY(-2px);box-shadow:0 4px 14px rgba(249,115,22,.4)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:640px){.blog-hero{padding:6rem 1rem 3rem;min-height:auto}.blog-title{font-size:2rem}.blog-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-card{padding:2rem 1.5rem}}.post-container{padding:2rem 0 5rem}.post-loading,.post-not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem}.loading-spinner{width:40px;height:40px;border:3px solid hsla(0,0%,100%,.1);border-top-color:#f97316;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(1turn)}}.post-not-found h1{font-size:2rem;color:#f8fafc;margin-bottom:.5rem}.post-not-found p{color:#94a3b8;margin-bottom:1.5rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .2s ease;margin-bottom:2rem}.back-link:hover{color:#f97316}.back-link svg{width:18px;height:18px}.post-header{padding:2rem 0 3rem;margin-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.05)}.post-meta{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.25rem}.post-category,.post-date{display:inline-flex;align-items:center;gap:.375rem;font-size:.85rem;color:#94a3b8}.post-category{color:#14b8a6}.post-category svg,.post-date svg{width:14px;height:14px}.post-title{font-size:2rem;font-weight:800;line-height:1.2;color:#f8fafc;margin-bottom:1rem}@media (min-width:768px){.post-title{font-size:2.75rem}}.post-excerpt{font-size:1.15rem;color:#94a3b8;line-height:1.6;max-width:700px}.post-content{max-width:720px;margin:0 auto}.post-h2{font-size:1.75rem;font-weight:700;color:#f8fafc;margin-top:2.5rem;margin-bottom:1.25rem}.post-h3{font-size:1.35rem;font-weight:600;color:#14b8a6;margin-top:2rem;margin-bottom:1rem}.post-paragraph{color:#cbd5e1;line-height:1.75;font-size:1.05rem;margin-bottom:1.25rem}.post-bold{color:#f8fafc;font-weight:600;font-size:1.1rem;margin:1.5rem 0 1rem}.post-link{color:#f97316;text-decoration:none;border-bottom:1px solid rgba(249,115,22,.3);transition:border-color .2s ease}.post-link:hover{border-color:#f97316}.post-list{color:#cbd5e1;line-height:1.75;margin:1rem 0 1.5rem;padding-left:1.5rem}.post-list li{margin-bottom:.5rem}.post-list-ordered{list-style:decimal}.post-check{color:#94a3b8;font-family:monospace;font-size:.95rem;margin:.5rem 0}.post-cta{max-width:720px;margin:3rem auto 0;padding:2.5rem;background:linear-gradient(180deg,rgba(30,41,59,.5),rgba(15,23,42,.7));border:1px solid hsla(0,0%,100%,.05);border-radius:1.5rem;text-align:center}.post-cta h3{font-size:1.35rem;font-weight:700;color:#f8fafc;margin-bottom:.75rem}.post-cta p{color:#94a3b8;margin-bottom:1.5rem}.post-cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border-radius:10px;font-weight:600;text-decoration:none;transition:all .3s ease}.post-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 14px rgba(249,115,22,.4)}