.tech-used-widget{--tu-blue-dark:#0a2540;--tu-blue-primary:#0056b3;--tu-blue-light:#f2f9ff;--tu-blue-accent:#4a90e2;background-color:var(--tu-blue-light);padding:50px 0;width:100%;overflow:hidden;position:relative;box-sizing:border-box;font-family:inherit}.tech-used-widget *{box-sizing:border-box}.tech-header{text-align:center;margin-bottom:40px;padding:0 20px}.tech-header h3{color:var(--tu-blue-dark);margin:0;font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:1px;line-height:1.2}.tech-header .underline{display:block;width:60px;height:3px;background-color:var(--tu-blue-accent);margin:12px auto 0;border-radius:2px}.tech-marquee-wrapper{display:flex;overflow:hidden;user-select:none;position:relative;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);width:100%;gap:4rem}.tech-track{display:flex;flex-shrink:0;align-items:center;gap:4rem;min-width:100%;animation:tech-scroll 35s linear infinite;padding:10px 0}.tech-used-widget:hover .tech-track{animation-play-state:paused}.tech-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;width:120px;transition:transform .3s ease;cursor:default}.tech-item:hover{transform:translateY(-5px)}.tech-logo{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.05));display:block}.tech-name{color:var(--tu-blue-dark);font-size:14px;font-weight:600;text-align:center;white-space:nowrap}@keyframes tech-scroll{from{transform:translateX(0)}to{transform:translateX(calc(-100% - 4rem))}}@media (max-width:768px){.tech-track,.tech-marquee-wrapper{gap:2.5rem}.tech-track{animation-duration:25s}.tech-item{width:90px}.tech-logo{width:45px;height:45px}.tech-name{font-size:12px}@keyframes tech-scroll{from{transform:translateX(0)}to{transform:translateX(calc(-100% - 2.5rem))}}}