SuperDTF Precut 3d Puff Vinyl
/* Outer gradient background */ body { background-color: #111827; color: white; min-height: 100vh; } .outer-container { background: linear-gradient(135deg, #4f46e5 0%, #ec4899 50%, #fcd34d 100%); padding: 4rem 2rem; border-radius: 1.5rem; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8); margin: 2rem auto; } /* Section perspective wrapper */ .section-wrapper { perspective: 1000px; margin-bottom: 2rem; } /* Inner "3D" card */ .inner-card { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 1rem; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.2), 0 0 15px rgba(255, 255, 255, 0.1); transform-style: preserve-3d; transition: transform 0.4s ease, box-shadow 0.4s ease; transform: translateZ(10px); overflow: hidden; border: 1