.advantages__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--space-4)}.advantages__item{position:relative;top:0;grid-column:span 4;background:var(--color-surface);border-radius:var(--radius-m);padding:var(--space-5);box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:var(--space-3);min-height:200px;transition:top .35s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.advantages__item:hover{top:-8px;box-shadow:0 22px 44px rgba(37,45,67,.16)}.advantages__item:after{content:"";position:absolute;inset:0;border-radius:inherit;padding:2px;background:conic-gradient(from var(--glow-angle),#fff 0deg,var(--color-accent) 22deg,rgba(206,93,37,0) 120deg,transparent 360deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:1;animation:glow-border-travel 4s linear infinite}.advantages__item:nth-child(1):after{animation-delay:0s}.advantages__item:nth-child(2):after{animation-delay:-.6s}.advantages__item:nth-child(3):after{animation-delay:-1.2s}.advantages__item:nth-child(4):after{animation-delay:-1.8s}.advantages__item:nth-child(5):after{animation-delay:-2.4s}.advantages__item:nth-child(6):after{animation-delay:-3s}.advantages__item:nth-child(7):after{animation-delay:-3.6s}.advantages__item:nth-child(1),.advantages__item:nth-child(6){grid-column:span 7}.advantages__item:nth-child(2),.advantages__item:nth-child(7){grid-column:span 5}.advantages__item:nth-child(3),.advantages__item:nth-child(4),.advantages__item:nth-child(5){grid-column:span 4}.advantages__icon{width:48px;height:48px;border-radius:50%;background:var(--color-bg);display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:var(--color-accent-dark);font-size:1.1rem}.advantages__item h3{font-size:1.15rem}.advantages__item p{color:var(--color-text-muted)}@media (max-width:860px){.advantages__item,.advantages__item:nth-child(1),.advantages__item:nth-child(2),.advantages__item:nth-child(3),.advantages__item:nth-child(4),.advantages__item:nth-child(5),.advantages__item:nth-child(6),.advantages__item:nth-child(7){grid-column:span 12}}