@charset "UTF-8";.latest-posts-section{background-color:var(--global-bg)}.latest-posts-section .container{max-width:1200px;margin:0 auto;padding:2rem 1rem;width:100%}@media (max-width: 768px){.latest-posts-section .container{padding:2rem 0}}.latest-posts-section h2{font-size:clamp(1.5rem,5vw,3rem);font-weight:700;background:var(--gradient);margin-bottom:1rem;-webkit-background-clip:text;background-clip:text;color:transparent;text-transform:uppercase;text-align:center}@media (max-width: 768px){.latest-posts-section h2{font-size:clamp(1.4rem,4vw,3rem)}}.latest-posts-section .section-divider{width:5rem;height:2px;background:var(--gradient);margin:0 auto 2rem;position:relative;overflow:hidden}.latest-posts-section .section-divider:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:slide 3s infinite}@keyframes slide{0%{left:-100%}50%{left:100%}to{left:-100%}}.latest-posts-section .posts-intro{max-width:760px;margin:0 auto 2.5rem;text-align:center;font-size:1.05rem;line-height:1.6;color:var(--text-secondary)}.latest-posts-section .posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;text-align:left}@media (max-width: 900px){.latest-posts-section .posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.latest-posts-section .posts-grid{grid-template-columns:1fr}}.latest-posts-section .post-card{background:#fff;border-radius:1rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.latest-posts-section .post-card:hover{transform:translateY(-4px);box-shadow:0 4px 32px #0000001f}.latest-posts-section .post-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.latest-posts-section .post-card-link:focus-visible{outline:3px solid var(--primary-dark);outline-offset:-3px}.latest-posts-section .post-card-image{aspect-ratio:16/10;overflow:hidden}.latest-posts-section .post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.latest-posts-section .post-card:hover .post-card-image img{transform:scale(1.04)}.latest-posts-section .post-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:.6rem;flex-grow:1}.latest-posts-section .post-card-date{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.latest-posts-section .post-card-title{font-size:1.1rem;font-weight:700;line-height:1.35;color:var(--text-primary);margin:0}.latest-posts-section .post-card-excerpt{font-size:.92rem;line-height:1.6;color:var(--text-secondary);margin:0;flex-grow:1}.latest-posts-section .post-card-more{font-size:.88rem;font-weight:700;color:var(--primary-dark);display:inline-flex;align-items:center;gap:.35rem}.latest-posts-section .post-card-more:after{content:"→";transition:transform .3s ease}.latest-posts-section .post-card:hover .post-card-more:after{transform:translate(3px)}.latest-posts-section .posts-footer{margin-top:2rem}.latest-posts-section .posts-link{display:inline-block;padding:.85rem 1.9rem;border-radius:999px;border:2px solid var(--primary-dark);color:var(--primary-dark);font-weight:600;text-decoration:none;transition:background .3s ease,color .3s ease}.latest-posts-section .posts-link:hover{background:var(--primary-dark);color:#fff}.latest-posts-section .posts-link:focus-visible{outline:3px solid var(--secondary);outline-offset:3px}
