div.carousel{touch-action:none;-webkit-user-select:none;user-select:none;border-radius:10px;width:100%;margin-inline:auto;display:flex;overflow-x:hidden}div.carousel::-webkit-scrollbar{display:none}div.carousel>div.group{justify-content:center;align-items:center;gap:15px;animation:20s linear infinite carousel;display:flex}div.carousel>div.group>div{background-color:#00ffcc0d;border:1px solid #0fc6;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:fit-content;min-width:150px;padding:10px 20px;display:flex;box-shadow:0 0 5px #0fc3,inset 0 0 5px #0fc3}div.carousel>div.group>div>img{object-fit:cover;width:auto;height:30px;image-rendering:optimizeQuality}div.carousel>div.group>div:last-child{margin-right:15px}@keyframes carousel{0%{translate:0}to{translate:-100%}}@media (max-width:768px){div.carousel>div.group>div{min-width:100px;padding:10px 20px}div.carousel>div.group>div>img{height:20px}}
header{flex-direction:column;gap:50px;width:100%;max-width:1200px;margin:0 auto;display:flex}header .section{flex-direction:column;align-items:flex-start;width:100%;display:flex}header .name{letter-spacing:-.05em;text-transform:uppercase;color:#fff;margin-bottom:14px;font-size:clamp(3rem,12vw,3rem);font-weight:900;line-height:1}header .subtitle{letter-spacing:10px;text-transform:uppercase;color:#0fc;margin-bottom:14px;font-size:1.2rem;line-height:1}header .presentation{color:#999;max-width:500px;font-size:.9rem;line-height:1.5}@media (max-width:768px){header .name{letter-spacing:-.02em}header .subtitle{letter-spacing:8px;font-size:.9rem}}
main{flex-direction:column;gap:50px;width:100%;max-width:1200px;margin:0 auto;display:flex}main .section{flex-direction:column;align-items:flex-start;width:100%;display:flex}main .grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;width:100%;display:grid}main .card{flex-direction:column;gap:20px;display:flex;position:relative}main .card-title{letter-spacing:-.03em;text-transform:uppercase;color:#fff;font-size:1.4rem;font-weight:800;line-height:1.2}main .card-text{color:#999;font-size:.9rem;font-weight:400;line-height:1.5}main .card-tags{flex-wrap:wrap;gap:10px;display:flex}main .card-tag,main .card-link{text-transform:uppercase;letter-spacing:1px;color:#0fc;background-color:#00ffcc0d;border:1px solid #0fc6;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:fit-content;padding:8px 10px;font-size:10px;display:flex;box-shadow:0 0 5px #0fc3,inset 0 0 5px #0fc3}main .card-link>svg{width:14px;height:auto}
