.highlight-item{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;padding:48px 0;display:grid}@media (max-width:992px){.highlight-item{grid-template-columns:1fr;gap:2rem;padding:32px 0}}.highlight-item__visual{position:relative}.highlight-item__visual:before{content:"";background:radial-gradient(ellipse at center, color-mix(in srgb, var(--portal-primary) 10%, transparent), transparent 68%);pointer-events:none;z-index:0;border-radius:32px;position:absolute;inset:-24px}@media (max-width:992px){.highlight-item__visual--left,.highlight-item__visual--right{order:2}}.highlight-item__img-frame{z-index:1;border:1px solid color-mix(in srgb, var(--portal-primary) 18%, transparent);background:color-mix(in srgb, var(--portal-primary) 5%, var(--surface-card));border-radius:20px;justify-content:center;align-items:center;min-height:260px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a,inset 0 1px #ffffff8c}.highlight-item__img-frame img{object-fit:cover;width:100%;height:100%;display:block}.highlight-item__content{flex-direction:column;gap:1.25rem;display:flex}.highlight-item__content--right{text-align:left;align-items:flex-start}.highlight-item__content--left{text-align:left;align-items:flex-end}@media (max-width:992px){.highlight-item__content--left{text-align:left;order:1;align-items:flex-start}}.highlight-item__icon{background:color-mix(in srgb, var(--portal-primary) 12%, transparent);border:1px solid color-mix(in srgb, var(--portal-primary) 22%, transparent);width:60px;height:60px;color:var(--portal-primary);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.6rem;transition:background .25s,box-shadow .25s;display:flex}.highlight-item:hover .highlight-item__icon{background:var(--portal-primary);color:#fff;box-shadow:0 8px 24px color-mix(in srgb, var(--portal-primary) 35%, transparent)}.highlight-item__title{color:var(--text-color);letter-spacing:-.02em;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.25}.highlight-item__accent{color:var(--portal-primary);margin-left:.35rem}.highlight-item__body{color:var(--text-color-secondary);max-width:520px;margin:0;font-size:1rem;line-height:1.7}.highlight-item__bullet{color:var(--text-color-secondary);align-items:flex-start;gap:.65rem;margin-bottom:.65rem;font-size:.9rem;line-height:1.6;display:flex}.highlight-item__bullet:last-child{margin-bottom:0}.highlight-item__bullet-icon{background:color-mix(in srgb, var(--portal-primary) 12%, transparent);width:20px;height:20px;color:var(--portal-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.2rem;font-size:.55rem;display:flex}.highlight-intro{text-align:center;padding:16px 0 0}html[data-portal-theme=dark] .highlight-item__img-frame{border-color:color-mix(in srgb, var(--portal-primary) 25%, transparent);box-shadow:0 8px 40px #00000059,0 2px 8px #0003}