.card-container{z-index:50;background:0 0;justify-content:center;align-items:flex-start;width:100%;min-height:calc(min(80vw,1280px)/2.09493 + 300px);padding:5vh 0;display:flex;position:relative;overflow:hidden visible}.tilt-cards-container{justify-content:center;align-items:flex-start;width:100%;height:100%;display:flex;position:relative;overflow:visible}.tilt-card{aspect-ratio:1280/611;z-index:1;background-clip:padding-box;border:10px solid #00000080;border-radius:15px;width:min(80vw,1280px);transition:transform 1s,top 1s;position:absolute;overflow:hidden}.tilt-card:first-child{top:0;transform:rotateX(30deg)rotateY(20deg)rotate(-20deg)translate(-15%)}.tilt-card:nth-child(2){top:100px;transform:rotateX(30deg)rotateY(20deg)rotate(-20deg)translate(0%)}.tilt-card:nth-child(3){top:200px;transform:rotateX(30deg)rotateY(20deg)rotate(-20deg)translate(15%)}.tilt-cards-container:hover .tilt-card:first-child{transform:rotateX(15deg)rotateY(10deg)rotate(-10deg)translate(-25%)}.tilt-cards-container:hover .tilt-card:nth-child(2){transform:rotateX(15deg)rotateY(10deg)rotate(-10deg)translate(0%)}.tilt-cards-container:hover .tilt-card:nth-child(3){transform:rotateX(15deg)rotateY(10deg)rotate(-10deg)translate(25%)}.card-image{object-fit:cover;backface-visibility:hidden;width:100%;height:100%;display:block}@media (max-width:768px){.tilt-cards-container:hover .tilt-card:first-child{transform:rotateX(15deg)rotateY(10deg)rotate(-10deg)translate(-15%)}.tilt-cards-container:hover .tilt-card:nth-child(3){transform:rotateX(15deg)rotateY(10deg)rotate(-10deg)translate(15%)}}
.image-gallery{flex-direction:column;gap:16px;max-width:100%;margin:0 auto;padding:0 16px;display:flex}.selected-image{aspect-ratio:16/9;background:#f0f9fc;border-radius:8px;justify-content:center;align-items:center;width:100%;max-width:700px;display:flex;overflow:hidden}.selected-image img{object-fit:cover;width:100%;height:100%;display:block}.thumbnail-container{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.thumbnail-wrapper{cursor:pointer;background:0 0;border:none;padding:0;transition:transform .2s}.thumbnail-wrapper:hover{transform:scale(1.05)}.thumbnail{object-fit:contain;border:2px solid #d3d3d3;border-radius:4px;width:80px;height:80px;transition:border-color .2s}.thumbnail.active{border-color:gray}.image-gallery-empty{text-align:center;color:#64748b;padding:16px;font-family:Arial,sans-serif}@media (max-width:768px){.thumbnail{width:60px;height:60px}.selected-image{aspect-ratio:auto;max-width:100%;max-height:300px}}
