.latest-events__header{text-align:center;margin-bottom:3rem}.latest-events__title{font-size:2.5rem;font-weight:700;color:var(--color-black);margin-bottom:1rem}.latest-events__subtitle{font-size:1.125rem;color:var(--color-gray);max-width:42rem;margin:0 auto}.latest-events__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}@media(min-width:768px){.latest-events__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.latest-events__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.latest-events__grid{grid-template-columns:repeat(4,1fr)}}.latest-events__card{position:relative;display:flex;flex-direction:column;justify-content:center;aspect-ratio:10/11;background:#fff;border-radius:.75rem;box-shadow:var(--shadow-md);transition:all .3s ease;cursor:pointer;overflow:hidden}.latest-events__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-.5rem)}.latest-events__image-container{width:100%;height:50%;display:flex;justify-content:center;align-items:center}.latest-events__image{object-fit:contain;width:90%;height:70%;transition:transform .3s ease}.latest-events__card:hover .latest-events__image{transform:scale(1.1)}.latest-events__overlay{position:absolute;inset:0;background:transparent;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.latest-events__card:hover .latest-events__overlay{background:rgba(0,0,0,.2)}.latest-events__card:hover .latest-events__icon-wrapper{opacity:1;transition:var(--transition-normal)}.latest-events__icon-wrapper{display:flex;justify-content:center;align-items:center;background:var(--color-white);box-shadow:var(--shadow-md);height:50px;aspect-ratio:1/1;border-radius:var(--border-radius-full);opacity:0;transition:var(--transition-normal)}.latest-events__icon{color:var(--color-gray-black)}.latest-events__badge{position:absolute;top:.75rem;left:.75rem;background:#2563eb;color:#fff;padding:.25rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500}.latest-events__badge:hover{background:#1d4ed8}.latest-events__content{padding:1rem}.latest-events__card-title{font-weight:600;font-size:1.125rem;color:#111827;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.latest-events__card:hover .latest-events__card-title{color:#2563eb}.latest-events__description{font-size:.875rem;color:#6b7280;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.latest-events__modal-body{display:grid;grid-gap:1.5rem;gap:1.5rem}@media(min-width:768px){.latest-events__modal-body{grid-template-columns:1fr 1fr}}.latest-events__modal-image-container{position:relative}.latest-events__modal-image{width:100%;height:20rem;object-fit:cover;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.latest-events__modal-badge{position:absolute;top:.75rem;left:.75rem;background:#2563eb;color:#fff;padding:.25rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500}.latest-events__modal-badge:hover{background:#1d4ed8}.latest-events__modal-details{display:flex;flex-direction:column;gap:1rem}.latest-events__modal-description{margin-bottom:1rem}.latest-events__modal-description-title{font-weight:600;font-size:1.125rem;color:#111827;margin-bottom:.5rem}.latest-events__modal-description-text{color:#6b7280;line-height:1.6}.latest-events__modal-actions{padding-top:1rem;display:flex;flex-direction:column;gap:.75rem}.latest-events__button--primary{background:#2563eb;color:#fff}.latest-events__button--primary:hover{background:#1d4ed8}.latest-events__button--secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.latest-events__button--secondary:hover{background:#f9fafb}.latest-events__link{display:flex;align-items:center;justify-content:center;text-decoration:none;color:inherit}.latest-events__button-icon{width:1rem;height:1rem;margin-right:.5rem}.short-underline-before-bottom-center{position:relative}.short-underline-before-bottom-center:before{content:"";position:absolute;left:calc(50% - 4rem/2);bottom:10px;width:4rem;height:2px;background-color:var(--color-primary);border-radius:var(--border-radius-md)}