*{box-sizing:border-box;margin:0;padding:0}
html,body{width:100%;overflow-x:hidden}
body{font-family:system-ui;background:#000}
img{max-width:100%;display:block;height:auto}

.hero img{width:100%}

.bg-gradient{background:linear-gradient(180deg,#ff6b5a 0%,#ff9b6a 40%,#ffb56f 70%,#ffd27a 100%)}

.divider{text-align:center;padding:2rem 1rem}
.divider img{max-width:420px;margin:0 auto}

.tickets{padding:1rem;max-width:420px;margin:0 auto}
.tickets h2{margin:1.5rem 0 .75rem;font-size:1rem}

.ticket-card{
background:#fff7dc;
border-radius:14px;
padding:1rem;
margin-bottom:.75rem;
display:flex;
justify-content:space-between;
align-items:center;
gap:.75rem
}

.ticket-card span{font-size:.75rem}
.ticket-card strong{font-size:.85rem}

.btn{
background:#000;
color:#fff;
padding:.35rem .9rem;
border-radius:999px;
font-size:.75rem;
text-decoration:none
}

.logos img,.footer img{width:100%}
