body {
    font-family: 'Inter', sans-serif;
    background: #0b0b0f;
    color: white;
}

.navbar {
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(20px);
}

.section {
    padding: 120px 0;
}

.glass {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px;
}

.meta {
    opacity: .75;
}

.ticket-card {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-panel {
    position: sticky;
    top: 100px;
}

.form-control,
.form-select {
    background: rgba(255, 255, 255, 0.06);
    border: none;
    color: white;
    padding: 14px;
    border-radius: 12px;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, .6);
}

.btn-primary {
    background: linear-gradient(90deg, #ff2e63, #ff6b00);
    border: none;
    border-radius: 999px;
    padding: 14px;
    font-weight: 600;
}

.event-header {
    height: 350px;
    background:
        linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .9)),
        url("https://images.unsplash.com/photo-1518611012118-696072aa579a?q=80&w=1600");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    padding: 40px;
}
