.articles-page{min-height:calc(100vh - 200px);background:linear-gradient(90deg,#fef6ec,#fedbba)!important}.articles-hero{background:linear-gradient(135deg,#f28581,#ffa69e);color:#fff;padding:60px 0;margin-bottom:40px;text-align:center}.articles-hero-title{font-size:42px;font-weight:800;color:#4b1c0b;background:#4b1c0b;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.articles-hero-subtitle{font-size:1.2rem;opacity:.95;max-width:600px;margin:0 auto;color:var(--color6)}.articles-filter,.articles-search{border-radius:25px;padding:12px 20px;border:2px solid #e0e0e0;font-size:1rem}.articles-filter:focus,.articles-search:focus{border-color:#f28581;box-shadow:0 0 0 .2rem hsla(2,81%,73%,.25)}.article-card{border:none;border-radius:15px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.article-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(0,0,0,.15)}.article-card img{transition:transform .3s ease}.article-card:hover img{transform:scale(1.05)}.article-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#666}.article-category{background:#f28581;color:#fff;padding:4px 12px;border-radius:15px;font-weight:500;font-size:.75rem;text-transform:uppercase}.article-date{color:#999}.article-card h3{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.5rem;line-height:1.4}.article-excerpt{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.article-card .btn{border-radius:25px;padding:8px 24px;font-weight:500;transition:all .3s ease}.article-card .btn-outline-primary{border-color:#f28581;color:#f28581}.article-card .btn-outline-primary:hover{background:#f28581;border-color:#f28581;color:#fff}@media (max-width:768px){.articles-hero-title{font-size:2rem}.articles-hero-subtitle{font-size:1rem}.articles-hero{padding:40px 0}}