.post-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:20px;height:100%;transition:all .3s;overflow:hidden}.post-card:hover{border-color:var(--accent);transform:translateY(-6px);box-shadow:0 24px 48px #2d6a4f26}.post-card-link{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.post-card-image{background-position:50%;background-size:cover;height:200px;position:relative}.post-card-image:after{content:"";background:linear-gradient(to top,var(--bg-secondary),transparent);height:60px;position:absolute;bottom:0;left:0;right:0}.post-card-image-placeholder{background:linear-gradient(135deg,var(--gradient-start)0%,var(--accent)100%);justify-content:center;align-items:center;display:flex}.placeholder-icon{opacity:.3;font-size:4rem}.post-card-content{flex-direction:column;flex:1;padding:1.5rem 2rem 2rem;display:flex}.post-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.post-tag{background:var(--accent-light);color:var(--accent);text-transform:uppercase;letter-spacing:.03em;border-radius:12px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.post-date{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:500}.post-title{color:var(--text-primary);margin:.5rem 0 .75rem;font-size:1.4rem;font-weight:700;line-height:1.35}.post-excerpt{color:var(--text-secondary);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.read-more{color:var(--accent);align-items:center;gap:.25rem;margin-top:auto;font-size:.9rem;font-weight:600;transition:gap .2s;display:inline-flex}.post-card:hover .read-more{gap:.5rem}@media (max-width:768px){.post-card-image{height:160px}.post-title{font-size:1.2rem}.post-excerpt{-webkit-line-clamp:2;line-clamp:2}}
.home-page{min-height:calc(100vh - 80px)}.hero{text-align:center;background:linear-gradient(180deg,#e8f5e9 0%,var(--bg-primary)100%);padding:6rem 0 4rem;position:relative}.hero:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5c-2 8-8 14-16 16 8 2 14 8 16 16 2-8 8-14 16-16-8-2-14-8-16-16z' fill='%2395d5b2' fill-opacity='0.1'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-title{background:linear-gradient(135deg,var(--accent-hover)0%,var(--accent)50%,var(--gradient-start)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700;position:relative}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem;position:relative}.posts-section{padding:3rem 0 6rem}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}@media (max-width:768px){.hero{padding:4rem 0 3rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.posts-grid{grid-template-columns:1fr}}
