.blog-page,.blog-index-page{background-color:var(--bg-cream);color:var(--text-dark)}.blog-header{padding:1rem 2rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;position:sticky;top:0;z-index:100}.header-content{width:100%;max-width:800px;display:flex;justify-content:space-between;align-items:center}.back-link{text-decoration:none;color:var(--text-muted);font-weight:600;display:flex;align-items:center;gap:.5rem;transition:color .2s}.back-link:hover{color:var(--primary)}.logo-small{height:40px;width:auto}.blog-hero .logo,.blog-page .logo,.blog-index-page .logo{display:none}.blog-post-container{max-width:800px;margin:0 auto;padding:3rem 1.5rem}.post-header{text-align:center;margin-bottom:3rem}.post-title{font-family:Quicksand,sans-serif;font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;line-height:1.3}.post-meta{color:var(--text-muted);font-size:.95rem}.post-content{font-family:Noto Sans SC,sans-serif;line-height:1.8;font-size:1.1rem;color:var(--text-dark)}.post-content h2{font-family:Quicksand,sans-serif;color:var(--primary);margin-top:2.5rem;margin-bottom:1rem;font-size:1.8rem}.post-content h3{font-family:Quicksand,sans-serif;color:var(--secondary);margin-top:2rem;margin-bottom:.8rem}.post-content p{margin-bottom:1.5rem}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.post-content li{margin-bottom:.5rem}.post-content blockquote{border-left:4px solid var(--accent);padding-left:1rem;margin:1.5rem 0;font-style:italic;color:var(--text-muted);background:#ffd7001a;padding:1rem;border-radius:0 12px 12px 0}.blog-hero{min-height:40vh}.blog-grid{max-width:1000px;margin:-50px auto 4rem;padding:0 1.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;position:relative;z-index:10}.blog-card{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.blog-card-date{font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem;display:block}.blog-card-title{font-family:Quicksand,sans-serif;font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem;line-height:1.3}.blog-card-excerpt{font-size:1rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.blog-card-link{color:var(--primary);font-weight:700;display:flex;align-items:center;gap:.5rem}.community-cta{background:linear-gradient(135deg,#fff5f7,#fffde7);border-radius:24px;padding:3rem;margin-top:4rem;border:2px dashed rgba(255,105,180,.3);text-align:center}.cta-content h3{font-family:Quicksand,sans-serif;font-size:1.8rem;color:var(--secondary);margin-bottom:1rem}.cta-content p{color:var(--text-muted);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:50px;font-weight:700;text-decoration:none;transition:all .3s ease}.btn-email{background-color:var(--primary);color:#fff}.btn-email:hover{transform:scale(1.05);background-color:#2a3eb1}@media (max-width: 768px){.post-title{font-size:2rem}}
