.dact-wow-content{grid-template-columns:1fr;gap:40px;width:100%;margin-bottom:60px;display:grid}.dact-wow-network{opacity:0;justify-content:center;align-items:center;width:100%;min-height:600px;padding:40px 0;display:flex;position:relative}.dact-wow-network-center{z-index:3;opacity:0;position:relative}.dact-wow-center-node{background:var(--dark-alt-90);border:3px solid var(--pink);border-radius:var(--radius-full);width:180px;height:180px;box-shadow:0 0 40px var(--pink-60);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.dact-wow-center-icon{margin-bottom:8px;font-size:48px}.dact-wow-center-label{font-size:var(--text-sm);color:var(--white);font-weight:600}.dact-wow-pulse{border:2px solid var(--pink);border-radius:var(--radius-full);opacity:0;pointer-events:none;width:180px;height:180px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dact-wow-pulse.pulse-1{animation:3s ease-out infinite dact-pulse}.dact-wow-pulse.pulse-2{animation:3s ease-out 1s infinite dact-pulse}.dact-wow-pulse.pulse-3{animation:3s ease-out 2s infinite dact-pulse}@keyframes dact-pulse{0%{opacity:.6;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(2.5)}}.dact-wow-endpoints{z-index:2;width:100%;max-width:800px;height:100%;max-height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dact-wow-endpoint{background:var(--dark-alt-80);border:2px solid var(--pink-60);border-radius:var(--radius-lg);text-align:center;backdrop-filter:blur(10px);opacity:0;min-width:140px;padding:16px 20px;transition:all .3s;position:absolute}.dact-wow-endpoint:hover{border-color:var(--pink);box-shadow:var(--glow-pink-lg);transform:scale(1.05)}.dact-wow-endpoint:first-child{top:0;left:50%;transform:translate(-50%)}.dact-wow-endpoint:nth-child(2){top:15%;right:5%}.dact-wow-endpoint:nth-child(3){top:50%;right:0;transform:translateY(-50%)}.dact-wow-endpoint:nth-child(4){bottom:15%;right:5%}.dact-wow-endpoint:nth-child(5){bottom:0;left:50%;transform:translate(-50%)}.dact-wow-endpoint:nth-child(6){top:50%;left:0;transform:translateY(-50%)}.dact-wow-endpoint-icon{margin-bottom:8px;font-size:28px}.dact-wow-endpoint-label{font-size:var(--text-xs);color:var(--white);font-weight:600;line-height:var(--leading-snug)}.dact-wow-network-svg{pointer-events:none;z-index:1;opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.dact-wow-network-line{stroke:var(--pink);stroke-width:2px;fill:none;opacity:.35;stroke-dasharray:5 5;animation:15s linear infinite dact-dash}@keyframes dact-dash{to{stroke-dashoffset:-100px}}@media (width<=768px){.dact-wow-network{min-height:500px}.dact-wow-center-node{width:140px;height:140px}.dact-wow-center-icon{font-size:36px}.dact-wow-endpoints{max-width:600px;max-height:600px}.dact-wow-endpoint{min-width:110px;padding:12px 16px}.dact-wow-endpoint-icon{font-size:22px}.dact-wow-endpoint-label{font-size:var(--text-xs)}}@media (width<=600px){.dact-wow-network{min-height:450px}.dact-wow-center-node{width:120px;height:120px}.dact-wow-endpoints{max-width:500px;max-height:500px}}