.articles-page{background-color:#f7fafc}.articles-header{background:linear-gradient(90deg,rgba(255,94,91,.1),rgba(255,94,91,.05));padding:4rem 0}.articles-container{max-width:1200px;margin:0 auto;padding:0 1rem}.articles-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#20272f}@media (min-width:768px){.articles-title{font-size:3rem}}.articles-description{font-size:1.125rem;max-width:36rem;margin:0 auto;text-align:center;color:#4a5568}.articles-section{padding:4rem 0}.articles-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.articles-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.articles-grid{grid-template-columns:repeat(3,1fr)}}.article-card{background-color:white;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:box-shadow .3s;display:flex;flex-direction:column;height:100%}.article-card:hover{box-shadow:0 10px 15px rgba(0,0,0,.1)}.article-image-link{display:block;height:0;padding-bottom:66.67%;position:relative;overflow:hidden}.article-image{position:absolute;inset:0;background:linear-gradient(90deg,#ff5e5b,#ff8f6b);display:flex;align-items:center;justify-content:center;color:white;font-size:1.125rem;font-weight:500}.article-content{padding:1.5rem;display:flex;flex-direction:column;height:100%;justify-content:space-between}.article-category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ff5e5b;margin-bottom:1rem}.article-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#20272f;transition:color .3s}.article-title:hover{color:#ff5e5b}.article-summary{color:#4a5568;margin-bottom:1rem;flex-grow:1}.article-meta{justify-content:space-between;font-size:.875rem;color:#718096;margin-top:auto;padding-top:1rem}.article-expert,.article-meta{display:flex;align-items:center}.article-expert{margin-top:1rem;margin-bottom:1rem;gap:.4rem;border-top:1px solid #e2e8f0}.expert-info{max-width:calc(100% - 3.4rem);overflow:hidden;display:flex;flex-direction:column;justify-content:center}.expert-name{font-size:1rem!important;font-weight:600;color:#20272f}.expert-name,.expert-specialization{margin-top:0;margin-bottom:0;line-height:1.1}.expert-specialization{font-size:.75rem;color:#718096}