.highlights-section{box-sizing:border-box;width:100%;padding:48px 0 56px}.highlights-header{flex-direction:column;gap:10px;margin-bottom:32px;display:flex}.highlights-header .section-title,.highlights-header .section-subtitle{margin-bottom:0}.highlight-card{background-color:var(--surface-2);border-radius:16px;flex-direction:column;min-height:220px;text-decoration:none;display:flex;position:relative;overflow:hidden}.highlight-card--has-image{min-height:300px}.highlight-card__image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.highlight-card__overlay{background:linear-gradient(#00000026 0%,#0000008c 60%,#000000e0 100%);position:absolute;inset:0}.highlight-card__content{z-index:1;flex:1;gap:20px;display:flex;position:relative}.highlight-card__left{flex-direction:column;flex:1;gap:10px;display:flex}.highlight-card__category{letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf;border:1px solid #ffffff59;border-radius:4px;width:fit-content;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.highlight-card__icon{background:#ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.highlight-card__icon img{object-fit:contain;filter:brightness(0)invert();opacity:.85;width:26px;height:26px}.highlight-card__name{color:#fff;margin:0}.highlight-card__description{color:#ffffffb8;margin:0}.highlight-card__items{grid-template-columns:repeat(3,1fr);align-self:center;gap:8px;display:grid}.highlight-card--sm .highlight-card__items,.highlight-card--md .highlight-card__items{grid-template-columns:repeat(2,1fr);margin-top:12px}.highlight-item{background-color:var(--surface-1);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative;overflow:hidden}.highlight-item img{object-fit:cover;width:100%;height:100%}.highlight-item__icon{object-fit:contain;filter:brightness(0)invert();opacity:.6;width:32px;height:32px}@media (max-width:1199px){.highlight-card--sm,.highlight-card--md,.highlight-card--lg{min-height:200px}.highlight-card--sm.highlight-card--has-image,.highlight-card--md.highlight-card--has-image,.highlight-card--lg.highlight-card--has-image{min-height:250px}}
