.pp-visual-anchor{position:relative;display:flex;justify-content:center;align-items:center;height:100%}.hero-product-card{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.25);padding:20px;border-radius:16px;box-shadow:0 30px 70px rgba(0,0,0,.4);transform:perspective(1000px) rotateY(-12deg) rotateX(5deg);transition:transform .6s cubic-bezier(.23,1,.32,1);text-align:center;max-width:400px}.hero-product-card:hover{transform:perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.03);background:rgba(255,255,255,.15);border-color:var(--tiio-gold)}.hero-card-img{width:100%;height:auto;display:block;border-radius:8px;margin-bottom:25px;box-shadow:0 10px 30px rgba(0,0,0,.2)}.card-title{font-size:22px;font-weight:800;margin-bottom:12px;color:#fff;text-transform:uppercase;letter-spacing:1px}.card-text{font-size:14px;color:rgba(255,255,255,.85);line-height:1.6}@media (max-width:1024px){.pp-visual-anchor{display:none}}