.section-tickets{background:linear-gradient(90deg,#ff5900,#ffa040);color:#fff;padding:80px 0}.section-tickets .text-column{padding-right:40px}.section-tickets h2{color:#fff;font-size:2.8em;font-weight:700;line-height:1.2;margin-bottom:25px}.section-tickets p{color:#f0f0f0;font-size:1.1em;line-height:1.6;margin-bottom:0}.section-tickets .tickets-column{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center}.ticket-container{animation:subtle-shake 1.5s cubic-bezier(.36,.07,.19,.97) infinite both;border-radius:10px;box-shadow:0 10px 20px rgba(0,0,0,.3);cursor:pointer;max-width:200px;overflow:hidden;position:relative;transform:translateY(-5px);width:100%}@keyframes subtle-shake{0%,to{transform:translateZ(0) translateY(-5px)}10%{transform:translate3d(-1px,0,0) translateY(-5px)}20%{transform:translate3d(2px,0,0) translateY(-5px)}30%{transform:translate3d(-2px,0,0) translateY(-5px)}40%{transform:translate3d(2px,0,0) translateY(-5px)}50%{transform:translate3d(-1px,0,0) translateY(-5px)}}.ticket-container:hover{transform:translateY(-8px)}.ticket-image{display:block;height:auto;max-width:100%}@media (max-width:768px){.section-tickets .text-column{margin-bottom:40px;padding-right:15px;text-align:center}.section-tickets h2{font-size:2em}.section-tickets .tickets-column{flex-direction:column}}