.data-diversity-section{text-align:center;min-height:100vh;padding:2rem 1rem}.data-diversity-section .button{background:rgba(var(--accent-color),.9);border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:500;transition:all .3s ease;backdrop-filter:blur(5px)}.data-diversity-section .button:hover{background:rgba(var(--accent-color-light),.9);transform:translateY(-2px);box-shadow:0 4px 15px rgba(var(--accent-color),.3)}.data-diversity-section .contact-link{color:rgba(var(--accent-color-light),.9);text-decoration:none;transition:all .2s ease}.data-diversity-section .contact-link:hover{color:rgba(var(--accent-color-light),1);text-decoration:underline}.data-diversity-section .data-card{width:90%;max-width:300px;margin:0 auto;transition:all .4s cubic-bezier(.4,0,.2,1);background:hsla(0,0%,8%,.8);border-radius:16px 0 16px 0;border:1px solid rgba(var(--accent-color),.2);overflow:hidden;position:relative}.data-diversity-section .data-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--accent-color-light),.1),transparent);transition:.5s}.data-diversity-section .data-card:hover{transform:translateY(-5px);border-color:rgba(var(--accent-color),.5);box-shadow:0 8px 20px rgba(var(--accent-color),.15)}.data-diversity-section .data-card:hover:before{left:100%}.data-diversity-section .data-card img{width:100%;height:200px;object-fit:cover;border-bottom:1px solid rgba(var(--accent-color),.2)}.data-diversity-section .data-card>div{padding:.5rem;color:hsla(0,0%,100%,.9);font-size:.9rem}.data-diversity-section .skeleton{background:linear-gradient(90deg,rgba(30,30,30,.8) 25%,rgba(40,40,40,.8) 37%,rgba(30,30,30,.8) 63%);background-size:400% 100%;animation:skeleton-loading 1.4s ease infinite}.data-diversity-section .skeleton.card{width:100%;height:360px;border-radius:16px 0 16px 0}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}