.hero-section{padding:0;background-color:#111}.hero-category-title{padding:80px 0 40px;background-color:#111;text-align:center;color:white}.hero-category-heading{font-size:3rem;font-weight:700;color:#00D9A5;margin:0 0 10px;text-transform:uppercase}.hero-category-subtitle{font-size:1.2rem;color:#ccc;max-width:600px;margin:0 auto}.hero-grid{display:grid;grid-template-columns:repeat(3,1fr);height:600px;grid-gap:0;gap:0}.hero-card{position:relative;overflow:hidden;cursor:pointer;height:100%;border-right:1px solid rgba(255,255,255,.1)}.hero-card:last-child{border-right:none}.hero-card__image{position:relative;width:100%;height:100%}.hero-card__image img,.hero-card__image>span{width:100%!important;height:100%!important;transition:transform .6s ease}.hero-card:hover .hero-card__image img,.hero-card:hover .hero-card__image>span{transform:scale(1.05)}.hero-card__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.5) 40%,rgba(0,0,0,.1));z-index:1}.hero-card__content{position:absolute;bottom:0;left:0;right:0;padding:40px;z-index:2;color:#ffffff}.category-tag{display:inline-block;padding:4px 10px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px;color:#ffffff}.category-tag--purple{background-color:#9c27b0}.category-tag--pink{background-color:#e91e63}.category-tag--blue{background-color:#2196f3}.category-tag--red{background-color:#f44336}.category-tag--green{background-color:#00D9A5}.hero-card__title{font-size:28px;font-weight:700;line-height:1.2;color:#ffffff;margin:0 0 15px;transition:color .3s ease}.hero-card:hover .hero-card__title{color:#ffffff}.hero-card__meta{display:flex;align-items:center;gap:8px;font-size:11px;color:rgba(255,255,255,.7);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.hero-card__author{color:#ffffff}@media (max-width:1024px){.hero-grid{grid-template-columns:repeat(2,1fr);height:auto;grid-auto-rows:400px}.hero-card{border-bottom:1px solid rgba(255,255,255,.1)}}@media (max-width:640px){.hero-grid{grid-template-columns:1fr;grid-auto-rows:350px}.hero-card{border-right:none}.hero-card__title{font-size:22px}.hero-card__content{padding:25px}}.post-card{background:#ffffff;border-radius:8px;overflow:hidden;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;gap:25px}.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.post-card__image-wrapper{position:relative;width:350px;min-width:350px;height:250px;overflow:hidden}.post-card__image{width:100%!important;height:100%!important;transition:transform .4s ease}.post-card:hover .post-card__image,.post-card:hover .post-card__image-wrapper>span{transform:scale(1.08)}.post-card__category{position:absolute;top:15px;left:15px;padding:6px 14px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ffffff;z-index:2}.post-card__content{padding:25px 25px 25px 0;display:flex;flex-direction:column;gap:15px;flex:1 1}.post-card__title{font-size:22px;font-weight:700;line-height:1.3;color:var(--text-dark);margin:0;transition:color .3s ease}.post-card:hover .post-card__title{color:var(--primary-color)}.post-card__meta{display:flex;gap:20px;flex-wrap:wrap}.post-card__meta-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-light);font-weight:500}.post-card__meta-item svg{font-size:11px;color:var(--primary-color)}.post-card__excerpt{font-size:15px;line-height:1.7;color:var(--text-light);margin:0}@media (max-width:768px){.post-card{flex-direction:column;gap:0}.post-card__image-wrapper{width:100%;min-width:100%;height:220px}.post-card__content{padding:20px}.post-card__title{font-size:18px}.post-card__excerpt{font-size:14px}}