.homepage-container{max-width:1100px;margin:0 auto;padding:0;text-align:left}.hero-section{padding:120px 40px;margin-bottom:60px;background-color:var(--color-primary);border-radius:16px;box-shadow:0 15px 35px var(--color-shadow-strong);border:1px solid var(--color-border);transition:all .3s;text-align:center}.hero-title{font-family:var(--font-family-cursive);font-size:5rem;font-weight:400;color:var(--color-logo);margin-bottom:25px;line-height:1.1;transition:color .3s}.hero-subtitle{font-size:1.3em;font-weight:300;color:var(--color-text-sub);line-height:1.8;margin-bottom:30px}.category-section .section-title,.latest-posts-section .section-title{font-size:1.8em;font-weight:700;color:var(--color-text-main);margin-bottom:30px;padding-bottom:10px;border-bottom:2px solid var(--color-border)}.latest-posts-section{margin-bottom:60px}.post-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px}.post-card{display:flex;flex-direction:column;padding:30px;background-color:var(--color-primary);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 4px 10px var(--color-shadow);transition:all .3s}.post-card:hover{box-shadow:0 10px 20px var(--color-shadow-strong);transform:translateY(-5px);border-color:var(--color-accent);text-decoration:none}.post-card h3{font-size:1.4em;font-weight:700;color:var(--color-text-main);margin-bottom:10px;-webkit-line-clamp:2}.post-card h3,.post-card p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.post-card p{font-size:1em;line-height:1.6;margin-bottom:20px;-webkit-line-clamp:3}.post-card p,.post-meta{color:var(--color-text-sub)}.post-meta{display:flex;justify-content:space-between;align-items:center;font-size:.9em;border-top:1px solid var(--color-border);padding-top:15px;margin-top:auto}.category-section{margin-top:60px;padding:40px 0}.category-links{display:flex;flex-wrap:wrap;gap:15px}@media (max-width:600px){.hero-section{padding:80px 20px}.hero-title{font-size:3.5rem}.post-list{grid-template-columns:1fr}}